Version 1.8.12.
[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-08-17 13:54+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-resize.pl:40 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "名前"
29
30 # type: textblock
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35
36 # type: =head1
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
42 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
43 #: ../tools/virt-list-partitions.pl:34
44 msgid "SYNOPSIS"
45 msgstr ""
46
47 # type: verbatim
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55
56 # type: verbatim
57 #. type: verbatim
58 #: ../src/guestfs.pod:11
59 #, no-wrap
60 msgid ""
61 " guestfs_h *g = guestfs_create ();\n"
62 " guestfs_add_drive (g, \"guest.img\");\n"
63 " guestfs_launch (g);\n"
64 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
65 " guestfs_touch (g, \"/hello\");\n"
66 " guestfs_umount (g, \"/\");\n"
67 " guestfs_close (g);\n"
68 "\n"
69 msgstr ""
70
71 # type: verbatim
72 #. type: verbatim
73 #: ../src/guestfs.pod:19
74 #, no-wrap
75 msgid ""
76 " cc prog.c -o prog -lguestfs\n"
77 "or:\n"
78 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
79 "\n"
80 msgstr ""
81
82 # type: =head1
83 #. type: =head1
84 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
85 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
86 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
87 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
88 #: ../tools/virt-tar.pl:72 ../tools/virt-make-fs.pl:47
89 #: ../tools/virt-list-partitions.pl:40
90 msgid "DESCRIPTION"
91 msgstr ""
92
93 # type: textblock
94 #. type: textblock
95 #: ../src/guestfs.pod:25
96 msgid ""
97 "Libguestfs is a library for accessing and modifying guest disk images.  "
98 "Amongst the things this is good for: making batch configuration changes to "
99 "guests, getting disk used/free statistics (see also: virt-df), migrating "
100 "between virtualization systems (see also: virt-p2v), performing partial "
101 "backups, performing partial guest clones, cloning guests and changing "
102 "registry/UUID/hostname info, and much else besides."
103 msgstr ""
104
105 # type: textblock
106 #. type: textblock
107 #: ../src/guestfs.pod:33
108 msgid ""
109 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
110 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
111 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
112 "qcow2, vmdk."
113 msgstr ""
114
115 # type: textblock
116 #. type: textblock
117 #: ../src/guestfs.pod:38
118 msgid ""
119 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
120 "what filesystem is in each LV, etc.).  It can also run commands in the "
121 "context of the guest.  Also you can access filesystems over FUSE."
122 msgstr ""
123
124 # type: textblock
125 #. type: textblock
126 #: ../src/guestfs.pod:43
127 msgid ""
128 "Libguestfs is a library that can be linked with C and C++ management "
129 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
130 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
131 "line."
132 msgstr ""
133
134 # type: textblock
135 #. type: textblock
136 #: ../src/guestfs.pod:48
137 msgid ""
138 "You don't need to be root to use libguestfs, although obviously you do need "
139 "enough permissions to access the disk images."
140 msgstr ""
141
142 # type: textblock
143 #. type: textblock
144 #: ../src/guestfs.pod:51
145 msgid ""
146 "Libguestfs is a large API because it can do many things.  For a gentle "
147 "introduction, please read the L</API OVERVIEW> section next."
148 msgstr ""
149
150 # type: textblock
151 #. type: textblock
152 #: ../src/guestfs.pod:54
153 msgid ""
154 "There are also some example programs in the L<guestfs-examples(3)> manual "
155 "page."
156 msgstr ""
157
158 # type: =head1
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr ""
163
164 # type: textblock
165 #. type: textblock
166 #: ../src/guestfs.pod:59
167 msgid ""
168 "This section provides a gentler overview of the libguestfs API.  We also try "
169 "to group API calls together, where that may not be obvious from reading "
170 "about the individual calls in the main section of this manual."
171 msgstr ""
172
173 # type: =head2
174 #. type: =head2
175 #: ../src/guestfs.pod:64
176 msgid "HANDLES"
177 msgstr ""
178
179 # type: textblock
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 # type: textblock
191 #. type: textblock
192 #: ../src/guestfs.pod:73
193 msgid "The general structure of all libguestfs-using programs looks like this:"
194 msgstr ""
195
196 # type: verbatim
197 #. type: verbatim
198 #: ../src/guestfs.pod:76
199 #, no-wrap
200 msgid ""
201 " guestfs_h *g = guestfs_create ();\n"
202 " \n"
203 msgstr ""
204
205 # type: verbatim
206 #. type: verbatim
207 #: ../src/guestfs.pod:78
208 #, no-wrap
209 msgid ""
210 " /* Call guestfs_add_drive additional times if there are\n"
211 "  * multiple disk images.\n"
212 "  */\n"
213 " guestfs_add_drive (g, \"guest.img\");\n"
214 " \n"
215 msgstr ""
216
217 # type: verbatim
218 #. type: verbatim
219 #: ../src/guestfs.pod:83
220 #, no-wrap
221 msgid ""
222 " /* Most manipulation calls won't work until you've launched\n"
223 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
224 "  * and _before_ other commands.\n"
225 "  */\n"
226 " guestfs_launch (g);\n"
227 " \n"
228 msgstr ""
229
230 # type: verbatim
231 #. type: verbatim
232 #: ../src/guestfs.pod:89
233 #, no-wrap
234 msgid ""
235 " /* Now you can examine what partitions, LVs etc are available.\n"
236 "  */\n"
237 " char **partitions = guestfs_list_partitions (g);\n"
238 " char **logvols = guestfs_lvs (g);\n"
239 " \n"
240 msgstr ""
241
242 # type: verbatim
243 #. type: verbatim
244 #: ../src/guestfs.pod:94
245 #, no-wrap
246 msgid ""
247 " /* To access a filesystem in the image, you must mount it.\n"
248 "  */\n"
249 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
250 " \n"
251 msgstr ""
252
253 #. type: verbatim
254 #: ../src/guestfs.pod:98
255 #, no-wrap
256 msgid ""
257 " /* Now you can perform filesystem actions on the guest\n"
258 "  * disk image.\n"
259 "  */\n"
260 " guestfs_touch (g, \"/hello\");\n"
261 " \n"
262 msgstr ""
263
264 # type: verbatim
265 #. type: verbatim
266 #: ../src/guestfs.pod:103
267 #, no-wrap
268 msgid ""
269 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
270 "  * it is done automatically when you close the handle.  See\n"
271 "  * discussion of autosync in this page.\n"
272 "  */\n"
273 " guestfs_sync (g);\n"
274 " \n"
275 msgstr ""
276
277 # type: verbatim
278 #. type: verbatim
279 #: ../src/guestfs.pod:109
280 #, no-wrap
281 msgid ""
282 " /* Close the handle 'g'. */\n"
283 " guestfs_close (g);\n"
284 "\n"
285 msgstr ""
286
287 # type: textblock
288 #. type: textblock
289 #: ../src/guestfs.pod:112
290 msgid ""
291 "The code above doesn't include any error checking.  In real code you should "
292 "check return values carefully for errors.  In general all functions that "
293 "return integers return C<-1> on error, and all functions that return "
294 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
295 "how to handle errors, and consult the documentation for each function call "
296 "below to see precisely how they return error indications.  See L<guestfs-"
297 "examples(3)> for fully worked examples."
298 msgstr ""
299
300 # type: =head2
301 #. type: =head2
302 #: ../src/guestfs.pod:121
303 msgid "DISK IMAGES"
304 msgstr ""
305
306 # type: textblock
307 #. type: textblock
308 #: ../src/guestfs.pod:123
309 msgid ""
310 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
311 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
312 "actual block device, or simply an empty file of zeroes that you have created "
313 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
314 "of these."
315 msgstr ""
316
317 # type: textblock
318 #. type: textblock
319 #: ../src/guestfs.pod:129
320 msgid ""
321 "The call you should use in modern code for adding drives is L</"
322 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
323 "specifying that the format is raw, do:"
324 msgstr ""
325
326 # type: verbatim
327 #. type: verbatim
328 #: ../src/guestfs.pod:133
329 #, no-wrap
330 msgid ""
331 " guestfs_add_drive_opts (g, filename,\n"
332 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
333 "                         -1);\n"
334 "\n"
335 msgstr ""
336
337 # type: textblock
338 #. type: textblock
339 #: ../src/guestfs.pod:137
340 msgid "You can add a disk read-only using:"
341 msgstr ""
342
343 # type: verbatim
344 #. type: verbatim
345 #: ../src/guestfs.pod:139
346 #, no-wrap
347 msgid ""
348 " guestfs_add_drive_opts (g, filename,\n"
349 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
350 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
351 "                         -1);\n"
352 "\n"
353 msgstr ""
354
355 # type: textblock
356 #. type: textblock
357 #: ../src/guestfs.pod:144
358 msgid ""
359 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
360 "libguestfs won't modify the file."
361 msgstr ""
362
363 # type: textblock
364 #. type: textblock
365 #: ../src/guestfs.pod:147
366 msgid ""
367 "Be extremely cautious if the disk image is in use, eg. if it is being used "
368 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
369 "corruption, but adding it read-only is safe."
370 msgstr ""
371
372 # type: textblock
373 #. type: textblock
374 #: ../src/guestfs.pod:151
375 msgid ""
376 "You must add at least one disk image, and you may add multiple disk images.  "
377 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
378 "first one you added), C</dev/sdb> (for the second one you added), etc."
379 msgstr ""
380
381 # type: textblock
382 #. type: textblock
383 #: ../src/guestfs.pod:156
384 msgid ""
385 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
386 "can call L</guestfs_list_devices> to get a list of the device names, in the "
387 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
388 msgstr ""
389
390 # type: =head2
391 #. type: =head2
392 #: ../src/guestfs.pod:161
393 msgid "MOUNTING"
394 msgstr ""
395
396 #. type: textblock
397 #: ../src/guestfs.pod:163
398 msgid ""
399 "Before you can read or write files, create directories and so on in a disk "
400 "image that contains filesystems, you have to mount those filesystems using "
401 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
402 "a disk image contains (for example) one partition with a filesystem on that "
403 "partition, then you can mount it directly:"
404 msgstr ""
405
406 #. type: verbatim
407 #: ../src/guestfs.pod:170
408 #, no-wrap
409 msgid ""
410 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
411 "\n"
412 msgstr ""
413
414 #. type: textblock
415 #: ../src/guestfs.pod:172
416 msgid ""
417 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
418 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
419 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
420 "that these are libguestfs virtual devices, and are nothing to do with host "
421 "devices."
422 msgstr ""
423
424 #. type: textblock
425 #: ../src/guestfs.pod:178
426 msgid ""
427 "If you are given a disk image and you don't know what it contains then you "
428 "have to find out.  Libguestfs can do that too: use L</"
429 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
430 "LVs, and either try mounting each to see what is mountable, or else examine "
431 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
432 "filesystems, use L</guestfs_list_filesystems>."
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:186
437 msgid ""
438 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
439 "L</INSPECTION> below).  But you might find it easier to look at higher level "
440 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:191
445 msgid ""
446 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
447 "several other variations of the C<guestfs_mount_*> call."
448 msgstr ""
449
450 # type: =head2
451 #. type: =head2
452 #: ../src/guestfs.pod:194
453 msgid "FILESYSTEM ACCESS AND MODIFICATION"
454 msgstr ""
455
456 # type: textblock
457 #. type: textblock
458 #: ../src/guestfs.pod:196
459 msgid ""
460 "The majority of the libguestfs API consists of fairly low-level calls for "
461 "accessing and modifying the files, directories, symlinks etc on mounted "
462 "filesystems.  There are over a hundred such calls which you can find listed "
463 "in detail below in this man page, and we don't even pretend to cover them "
464 "all in this overview."
465 msgstr ""
466
467 # type: textblock
468 #. type: textblock
469 #: ../src/guestfs.pod:202
470 msgid ""
471 "Specify filenames as full paths, starting with C<\"/\"> and including the "
472 "mount point."
473 msgstr ""
474
475 # type: textblock
476 #. type: textblock
477 #: ../src/guestfs.pod:205
478 msgid ""
479 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
480 "the file called C<\"etc/passwd\"> then you could do:"
481 msgstr ""
482
483 # type: verbatim
484 #. type: verbatim
485 #: ../src/guestfs.pod:208
486 #, no-wrap
487 msgid ""
488 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
489 "\n"
490 msgstr ""
491
492 # type: textblock
493 #. type: textblock
494 #: ../src/guestfs.pod:210
495 msgid ""
496 "This would return C<data> as a newly allocated buffer containing the full "
497 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
498 "or C<NULL> if there was an error."
499 msgstr ""
500
501 # type: textblock
502 #. type: textblock
503 #: ../src/guestfs.pod:214
504 msgid ""
505 "As another example, to create a top-level directory on that filesystem "
506 "called C<\"var\"> you would do:"
507 msgstr ""
508
509 # type: verbatim
510 #. type: verbatim
511 #: ../src/guestfs.pod:217
512 #, no-wrap
513 msgid ""
514 " guestfs_mkdir (g, \"/var\");\n"
515 "\n"
516 msgstr ""
517
518 # type: textblock
519 #. type: textblock
520 #: ../src/guestfs.pod:219
521 msgid "To create a symlink you could do:"
522 msgstr ""
523
524 # type: verbatim
525 #. type: verbatim
526 #: ../src/guestfs.pod:221
527 #, no-wrap
528 msgid ""
529 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
530 "               \"/etc/rc3.d/S30portmap\");\n"
531 "\n"
532 msgstr ""
533
534 # type: textblock
535 #. type: textblock
536 #: ../src/guestfs.pod:224
537 msgid ""
538 "Libguestfs will reject attempts to use relative paths and there is no "
539 "concept of a current working directory."
540 msgstr ""
541
542 # type: textblock
543 #. type: textblock
544 #: ../src/guestfs.pod:227
545 msgid ""
546 "Libguestfs can return errors in many situations: for example if the "
547 "filesystem isn't writable, or if a file or directory that you requested "
548 "doesn't exist.  If you are using the C API (documented here)  you have to "
549 "check for those error conditions after each call.  (Other language bindings "
550 "turn these errors into exceptions)."
551 msgstr ""
552
553 # type: textblock
554 #. type: textblock
555 #: ../src/guestfs.pod:233
556 msgid ""
557 "File writes are affected by the per-handle umask, set by calling L</"
558 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
559 msgstr ""
560
561 # type: =head2
562 #. type: =head2
563 #: ../src/guestfs.pod:236
564 msgid "PARTITIONING"
565 msgstr ""
566
567 # type: textblock
568 #. type: textblock
569 #: ../src/guestfs.pod:238
570 msgid ""
571 "Libguestfs contains API calls to read, create and modify partition tables on "
572 "disk images."
573 msgstr ""
574
575 # type: textblock
576 #. type: textblock
577 #: ../src/guestfs.pod:241
578 msgid ""
579 "In the common case where you want to create a single partition covering the "
580 "whole disk, you should use the L</guestfs_part_disk> call:"
581 msgstr ""
582
583 # type: verbatim
584 #. type: verbatim
585 #: ../src/guestfs.pod:245
586 #, no-wrap
587 msgid ""
588 " const char *parttype = \"mbr\";\n"
589 " if (disk_is_larger_than_2TB)\n"
590 "   parttype = \"gpt\";\n"
591 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
592 "\n"
593 msgstr ""
594
595 # type: textblock
596 #. type: textblock
597 #: ../src/guestfs.pod:250
598 msgid ""
599 "Obviously this effectively wipes anything that was on that disk image before."
600 msgstr ""
601
602 # type: =head2
603 #. type: =head2
604 #: ../src/guestfs.pod:253
605 msgid "LVM2"
606 msgstr ""
607
608 # type: textblock
609 #. type: textblock
610 #: ../src/guestfs.pod:255
611 msgid ""
612 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
613 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
614 "you familiarize yourself with the concepts of physical volumes, volume "
615 "groups and logical volumes."
616 msgstr ""
617
618 # type: textblock
619 #. type: textblock
620 #: ../src/guestfs.pod:260
621 msgid ""
622 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
623 "tldp.org/HOWTO/LVM-HOWTO/>."
624 msgstr ""
625
626 # type: =head2
627 #. type: =head2
628 #: ../src/guestfs.pod:263
629 msgid "DOWNLOADING"
630 msgstr ""
631
632 #. type: textblock
633 #: ../src/guestfs.pod:265
634 msgid ""
635 "Use L</guestfs_cat> to download small, text only files.  This call is "
636 "limited to files which are less than 2 MB and which cannot contain any ASCII "
637 "NUL (C<\\0>) characters.  However the API is very simple to use."
638 msgstr ""
639
640 # type: textblock
641 #. type: textblock
642 #: ../src/guestfs.pod:269
643 msgid ""
644 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
645 "bit data, since it returns a (pointer, size) pair.  However it is still "
646 "limited to \"small\" files, less than 2 MB."
647 msgstr ""
648
649 # type: textblock
650 #. type: textblock
651 #: ../src/guestfs.pod:273
652 msgid ""
653 "L</guestfs_download> can be used to download any file, with no limits on "
654 "content or size (even files larger than 4 GB)."
655 msgstr ""
656
657 # type: textblock
658 #. type: textblock
659 #: ../src/guestfs.pod:276
660 msgid ""
661 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
662 msgstr ""
663
664 # type: =head2
665 #. type: =head2
666 #: ../src/guestfs.pod:279
667 msgid "UPLOADING"
668 msgstr ""
669
670 # type: textblock
671 #. type: textblock
672 #: ../src/guestfs.pod:281
673 msgid ""
674 "It's often the case that you want to write a file or files to the disk image."
675 msgstr ""
676
677 # type: textblock
678 #. type: textblock
679 #: ../src/guestfs.pod:284
680 msgid ""
681 "To write a small file with fixed content, use L</guestfs_write>.  To create "
682 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
683 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
684 "of other functions for creating test files, for example L</guestfs_fill> and "
685 "L</guestfs_fill_pattern>."
686 msgstr ""
687
688 # type: textblock
689 #. type: textblock
690 #: ../src/guestfs.pod:290
691 msgid ""
692 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
693 "file content or size (even files larger than 4 GB)."
694 msgstr ""
695
696 # type: textblock
697 #. type: textblock
698 #: ../src/guestfs.pod:293
699 msgid ""
700 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
701 msgstr ""
702
703 # type: textblock
704 #. type: textblock
705 #: ../src/guestfs.pod:295
706 msgid ""
707 "However the fastest way to upload I<large numbers of arbitrary files> is to "
708 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
709 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
710 "in a predictable way (eg. adding it last after all other drives) then you "
711 "can get the device name from L</guestfs_list_devices> and mount it directly "
712 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
713 "portable between kernel versions, and they don't support labels or UUIDs.  "
714 "If you want to pre-build an image or you need to mount it using a label or "
715 "UUID, use an ISO image instead."
716 msgstr ""
717
718 # type: =head2
719 #. type: =head2
720 #: ../src/guestfs.pod:306
721 msgid "COPYING"
722 msgstr ""
723
724 # type: textblock
725 #. type: textblock
726 #: ../src/guestfs.pod:308
727 msgid ""
728 "There are various different commands for copying between files and devices "
729 "and in and out of the guest filesystem.  These are summarised in the table "
730 "below."
731 msgstr ""
732
733 # type: =item
734 #. type: =item
735 #: ../src/guestfs.pod:314
736 msgid "B<file> to B<file>"
737 msgstr ""
738
739 # type: textblock
740 #. type: textblock
741 #: ../src/guestfs.pod:316
742 msgid ""
743 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
744 "directories recursively."
745 msgstr ""
746
747 # type: =item
748 #. type: =item
749 #: ../src/guestfs.pod:319
750 msgid "B<file or device> to B<file or device>"
751 msgstr ""
752
753 # type: textblock
754 #. type: textblock
755 #: ../src/guestfs.pod:321
756 msgid ""
757 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
758 "devices in the guest."
759 msgstr ""
760
761 # type: textblock
762 #. type: textblock
763 #: ../src/guestfs.pod:324
764 msgid "Example: duplicate the contents of an LV:"
765 msgstr ""
766
767 # type: verbatim
768 #. type: verbatim
769 #: ../src/guestfs.pod:326
770 #, no-wrap
771 msgid ""
772 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
773 "\n"
774 msgstr ""
775
776 # type: textblock
777 #. type: textblock
778 #: ../src/guestfs.pod:328
779 msgid ""
780 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
781 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
782 "guestfs_copy_size>."
783 msgstr ""
784
785 # type: =item
786 #. type: =item
787 #: ../src/guestfs.pod:332
788 msgid "B<file on the host> to B<file or device>"
789 msgstr ""
790
791 # type: textblock
792 #. type: textblock
793 #: ../src/guestfs.pod:334
794 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
795 msgstr ""
796
797 # type: =item
798 #. type: =item
799 #: ../src/guestfs.pod:336
800 msgid "B<file or device> to B<file on the host>"
801 msgstr ""
802
803 # type: textblock
804 #. type: textblock
805 #: ../src/guestfs.pod:338
806 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
807 msgstr ""
808
809 # type: =head2
810 #. type: =head2
811 #: ../src/guestfs.pod:342
812 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
813 msgstr ""
814
815 # type: textblock
816 #. type: textblock
817 #: ../src/guestfs.pod:344
818 msgid ""
819 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
820 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
821 "appears you can only upload and download to files.  However many Un*x-like "
822 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
823 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
824 "and arbitrary file descriptor N."
825 msgstr ""
826
827 # type: textblock
828 #. type: textblock
829 #: ../src/guestfs.pod:352
830 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
831 msgstr ""
832
833 #. type: verbatim
834 #: ../src/guestfs.pod:355
835 #, no-wrap
836 msgid ""
837 " guestfs_download (g, filename, \"/dev/stdout\");\n"
838 "\n"
839 msgstr ""
840
841 # type: textblock
842 #. type: textblock
843 #: ../src/guestfs.pod:357
844 msgid "and you can write tar output to a pipe C<fd> by doing:"
845 msgstr ""
846
847 #. type: verbatim
848 #: ../src/guestfs.pod:359
849 #, no-wrap
850 msgid ""
851 " char devfd[64];\n"
852 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
853 " guestfs_tar_out (g, \"/\", devfd);\n"
854 "\n"
855 msgstr ""
856
857 # type: =head2
858 #. type: =head2
859 #: ../src/guestfs.pod:363
860 msgid "LISTING FILES"
861 msgstr ""
862
863 # type: textblock
864 #. type: textblock
865 #: ../src/guestfs.pod:365
866 msgid ""
867 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
868 "L<guestfish(1)>-equivalent command C<ll>)."
869 msgstr ""
870
871 # type: textblock
872 #. type: textblock
873 #: ../src/guestfs.pod:368
874 msgid ""
875 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
876 "programs, as a flat list of strings."
877 msgstr ""
878
879 # type: textblock
880 #. type: textblock
881 #: ../src/guestfs.pod:371
882 msgid ""
883 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
884 "directory, plus additional information about each one.  It is more "
885 "equivalent to using the L<readdir(3)> call on a local filesystem."
886 msgstr ""
887
888 # type: textblock
889 #. type: textblock
890 #: ../src/guestfs.pod:375
891 msgid ""
892 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
893 msgstr ""
894
895 # type: =head2
896 #. type: =head2
897 #: ../src/guestfs.pod:378
898 msgid "RUNNING COMMANDS"
899 msgstr ""
900
901 # type: textblock
902 #. type: textblock
903 #: ../src/guestfs.pod:380
904 msgid ""
905 "Although libguestfs is primarily an API for manipulating files inside guest "
906 "images, we also provide some limited facilities for running commands inside "
907 "guests."
908 msgstr ""
909
910 # type: textblock
911 #. type: textblock
912 #: ../src/guestfs.pod:384
913 msgid "There are many limitations to this:"
914 msgstr ""
915
916 # type: =item
917 #. type: =item
918 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
919 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
920 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011
921 #: ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024
922 #: ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059
923 #: ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089
924 #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101
925 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592
926 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711
927 #: ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075
928 #: ../src/guestfs.pod:2081 ../src/guestfs.pod:2540 ../src/guestfs.pod:2544
929 #: ../src/guestfs.pod:2548 ../src/guestfs.pod:2552
930 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
931 #: ../src/guestfs-actions.pod:574 ../src/guestfs-actions.pod:582
932 #: ../src/guestfs-actions.pod:589 ../src/guestfs-actions.pod:596
933 #: ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:1593
934 #: ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601
935 #: ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1613
936 #: ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1627
937 #: ../src/guestfs-actions.pod:1631 ../src/guestfs-actions.pod:1635
938 #: ../src/guestfs-actions.pod:1773 ../src/guestfs-actions.pod:1777
939 #: ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1787
940 #: ../src/guestfs-actions.pod:1848 ../src/guestfs-actions.pod:1852
941 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish.pod:427
942 #: ../fish/guestfish.pod:431 ../fish/guestfish.pod:435
943 #: ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13
944 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:378
945 #: ../fish/guestfish-actions.pod:386 ../fish/guestfish-actions.pod:393
946 #: ../fish/guestfish-actions.pod:400 ../fish/guestfish-actions.pod:1067
947 #: ../fish/guestfish-actions.pod:1071 ../fish/guestfish-actions.pod:1075
948 #: ../fish/guestfish-actions.pod:1079 ../fish/guestfish-actions.pod:1087
949 #: ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1095
950 #: ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1109
951 #: ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1203
952 #: ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212
953 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259
954 #: ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268
955 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
956 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
957 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
958 msgid "*"
959 msgstr ""
960
961 # type: textblock
962 #. type: textblock
963 #: ../src/guestfs.pod:390
964 msgid ""
965 "The kernel version that the command runs under will be different from what "
966 "it expects."
967 msgstr ""
968
969 # type: textblock
970 #. type: textblock
971 #: ../src/guestfs.pod:395
972 msgid ""
973 "If the command needs to communicate with daemons, then most likely they "
974 "won't be running."
975 msgstr ""
976
977 # type: textblock
978 #. type: textblock
979 #: ../src/guestfs.pod:400
980 msgid "The command will be running in limited memory."
981 msgstr ""
982
983 # type: textblock
984 #. type: textblock
985 #: ../src/guestfs.pod:404
986 msgid ""
987 "The network may not be available unless you enable it (see L</"
988 "guestfs_set_network>)."
989 msgstr ""
990
991 # type: textblock
992 #. type: textblock
993 #: ../src/guestfs.pod:409
994 msgid "Only supports Linux guests (not Windows, BSD, etc)."
995 msgstr ""
996
997 # type: textblock
998 #. type: textblock
999 #: ../src/guestfs.pod:413
1000 msgid ""
1001 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1002 msgstr ""
1003
1004 # type: textblock
1005 #. type: textblock
1006 #: ../src/guestfs.pod:418
1007 msgid ""
1008 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1009 "See L</SELINUX> in this manpage."
1010 msgstr ""
1011
1012 # type: textblock
1013 #. type: textblock
1014 #: ../src/guestfs.pod:423
1015 msgid ""
1016 "I<Security:> It is not safe to run commands from untrusted, possibly "
1017 "malicious guests.  These commands may attempt to exploit your program by "
1018 "sending unexpected output.  They could also try to exploit the Linux kernel "
1019 "or qemu provided by the libguestfs appliance.  They could use the network "
1020 "provided by the libguestfs appliance to bypass ordinary network partitions "
1021 "and firewalls.  They could use the elevated privileges or different SELinux "
1022 "context of your program to their advantage."
1023 msgstr ""
1024
1025 # type: textblock
1026 #. type: textblock
1027 #: ../src/guestfs.pod:432
1028 msgid ""
1029 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1030 "(a script which runs when the guest next boots normally), and to have this "
1031 "script run the commands you want in the normal context of the running guest, "
1032 "network security and so on.  For information about other security issues, "
1033 "see L</SECURITY>."
1034 msgstr ""
1035
1036 # type: textblock
1037 #. type: textblock
1038 #: ../src/guestfs.pod:440
1039 msgid ""
1040 "The two main API calls to run commands are L</guestfs_command> and L</"
1041 "guestfs_sh> (there are also variations)."
1042 msgstr ""
1043
1044 # type: textblock
1045 #. type: textblock
1046 #: ../src/guestfs.pod:443
1047 msgid ""
1048 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1049 "shell globs, redirections, etc will work."
1050 msgstr ""
1051
1052 # type: =head2
1053 #. type: =head2
1054 #: ../src/guestfs.pod:446
1055 msgid "CONFIGURATION FILES"
1056 msgstr ""
1057
1058 # type: textblock
1059 #. type: textblock
1060 #: ../src/guestfs.pod:448
1061 msgid ""
1062 "To read and write configuration files in Linux guest filesystems, we "
1063 "strongly recommend using Augeas.  For example, Augeas understands how to "
1064 "read and write, say, a Linux shadow password file or X.org configuration "
1065 "file, and so avoids you having to write that code."
1066 msgstr ""
1067
1068 # type: textblock
1069 #. type: textblock
1070 #: ../src/guestfs.pod:453
1071 msgid ""
1072 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1073 "document Augeas itself here because there is excellent documentation on the "
1074 "L<http://augeas.net/> website."
1075 msgstr ""
1076
1077 # type: textblock
1078 #. type: textblock
1079 #: ../src/guestfs.pod:457
1080 msgid ""
1081 "If you don't want to use Augeas (you fool!) then try calling L</"
1082 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1083 "over."
1084 msgstr ""
1085
1086 # type: =head2
1087 #. type: =head2
1088 #: ../src/guestfs.pod:461
1089 msgid "SELINUX"
1090 msgstr ""
1091
1092 # type: textblock
1093 #. type: textblock
1094 #: ../src/guestfs.pod:463
1095 msgid ""
1096 "We support SELinux guests.  To ensure that labeling happens correctly in "
1097 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1098 msgstr ""
1099
1100 # type: =item
1101 #. type: =item
1102 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
1103 #: ../src/guestfs.pod:2109
1104 msgid "1."
1105 msgstr ""
1106
1107 # type: textblock
1108 #. type: textblock
1109 #: ../src/guestfs.pod:471
1110 msgid "Before launching, do:"
1111 msgstr ""
1112
1113 # type: verbatim
1114 #. type: verbatim
1115 #: ../src/guestfs.pod:473
1116 #, no-wrap
1117 msgid ""
1118 " guestfs_set_selinux (g, 1);\n"
1119 "\n"
1120 msgstr ""
1121
1122 # type: =item
1123 #. type: =item
1124 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339
1125 #: ../src/guestfs.pod:2134
1126 msgid "2."
1127 msgstr ""
1128
1129 # type: textblock
1130 #. type: textblock
1131 #: ../src/guestfs.pod:477
1132 msgid ""
1133 "After mounting the guest's filesystem(s), load the policy.  This is best "
1134 "done by running the L<load_policy(8)> command in the guest itself:"
1135 msgstr ""
1136
1137 # type: verbatim
1138 #. type: verbatim
1139 #: ../src/guestfs.pod:481
1140 #, no-wrap
1141 msgid ""
1142 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1143 "\n"
1144 msgstr ""
1145
1146 # type: textblock
1147 #. type: textblock
1148 #: ../src/guestfs.pod:483
1149 msgid ""
1150 "(Older versions of C<load_policy> require you to specify the name of the "
1151 "policy file)."
1152 msgstr ""
1153
1154 # type: =item
1155 #. type: =item
1156 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
1157 msgid "3."
1158 msgstr ""
1159
1160 # type: textblock
1161 #. type: textblock
1162 #: ../src/guestfs.pod:488
1163 msgid ""
1164 "Optionally, set the security context for the API.  The correct security "
1165 "context to use can only be known by inspecting the guest.  As an example:"
1166 msgstr ""
1167
1168 # type: verbatim
1169 #. type: verbatim
1170 #: ../src/guestfs.pod:492
1171 #, no-wrap
1172 msgid ""
1173 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1174 "\n"
1175 msgstr ""
1176
1177 # type: textblock
1178 #. type: textblock
1179 #: ../src/guestfs.pod:496
1180 msgid "This will work for running commands and editing existing files."
1181 msgstr ""
1182
1183 # type: textblock
1184 #. type: textblock
1185 #: ../src/guestfs.pod:498
1186 msgid ""
1187 "When new files are created, you may need to label them explicitly, for "
1188 "example by running the external command C<restorecon pathname>."
1189 msgstr ""
1190
1191 # type: =head2
1192 #. type: =head2
1193 #: ../src/guestfs.pod:502
1194 msgid "UMASK"
1195 msgstr ""
1196
1197 # type: textblock
1198 #. type: textblock
1199 #: ../src/guestfs.pod:504
1200 msgid ""
1201 "Certain calls are affected by the current file mode creation mask (the "
1202 "\"umask\").  In particular ones which create files or directories, such as "
1203 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1204 "either the default mode that the file is created with or modifies the mode "
1205 "that you supply."
1206 msgstr ""
1207
1208 # type: textblock
1209 #. type: textblock
1210 #: ../src/guestfs.pod:510
1211 msgid ""
1212 "The default umask is C<022>, so files are created with modes such as C<0644> "
1213 "and directories with C<0755>."
1214 msgstr ""
1215
1216 # type: textblock
1217 #. type: textblock
1218 #: ../src/guestfs.pod:513
1219 msgid ""
1220 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1221 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1222 "guestfs_chmod> after creating each file or directory."
1223 msgstr ""
1224
1225 # type: textblock
1226 #. type: textblock
1227 #: ../src/guestfs.pod:517
1228 msgid "For more information about umask, see L<umask(2)>."
1229 msgstr ""
1230
1231 # type: =head1
1232 #. type: =head1
1233 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1234 msgid "ENCRYPTED DISKS"
1235 msgstr ""
1236
1237 # type: textblock
1238 #. type: textblock
1239 #: ../src/guestfs.pod:521
1240 msgid ""
1241 "Libguestfs allows you to access Linux guests which have been encrypted using "
1242 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1243 "standard.  This includes nearly all whole disk encryption systems used by "
1244 "modern Linux guests."
1245 msgstr ""
1246
1247 # type: textblock
1248 #. type: textblock
1249 #: ../src/guestfs.pod:527
1250 msgid ""
1251 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1252 "returns the string C<crypto_LUKS>)."
1253 msgstr ""
1254
1255 # type: textblock
1256 #. type: textblock
1257 #: ../src/guestfs.pod:530
1258 msgid ""
1259 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1260 "will require the passphrase!"
1261 msgstr ""
1262
1263 # type: textblock
1264 #. type: textblock
1265 #: ../src/guestfs.pod:533
1266 msgid ""
1267 "Opening a LUKS device creates a new device mapper device called C</dev/"
1268 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1269 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1270 "from and encrypted to the underlying block device respectively."
1271 msgstr ""
1272
1273 # type: textblock
1274 #. type: textblock
1275 #: ../src/guestfs.pod:539
1276 msgid ""
1277 "LVM volume groups on the device can be made visible by calling L</"
1278 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1279 "(s) can now be mounted in the usual way."
1280 msgstr ""
1281
1282 # type: textblock
1283 #. type: textblock
1284 #: ../src/guestfs.pod:543
1285 msgid ""
1286 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1287 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1288 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1289 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1290 "underlying encrypted block device)."
1291 msgstr ""
1292
1293 # type: =head2
1294 #. type: =head2
1295 #: ../src/guestfs.pod:550
1296 msgid "INSPECTION"
1297 msgstr ""
1298
1299 # type: textblock
1300 #. type: textblock
1301 #: ../src/guestfs.pod:552
1302 msgid ""
1303 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1304 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1305 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1306 "frequently used part of this library has been rewritten in C and moved into "
1307 "the core code)."
1308 msgstr ""
1309
1310 # type: textblock
1311 #. type: textblock
1312 #: ../src/guestfs.pod:558
1313 msgid ""
1314 "Add all disks belonging to the unknown virtual machine and call L</"
1315 "guestfs_launch> in the usual way."
1316 msgstr ""
1317
1318 # type: textblock
1319 #. type: textblock
1320 #: ../src/guestfs.pod:561
1321 msgid ""
1322 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1323 "and certain heuristics, and returns a list of operating systems that were "
1324 "found.  An empty list means none were found.  A single element is the root "
1325 "filesystem of the operating system.  For dual- or multi-boot guests, "
1326 "multiple roots can be returned, each one corresponding to a separate "
1327 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1328 "world of virtualization, but since this scenario can happen, we have built "
1329 "libguestfs to deal with it.)"
1330 msgstr ""
1331
1332 # type: textblock
1333 #. type: textblock
1334 #: ../src/guestfs.pod:570
1335 msgid ""
1336 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1337 "to get additional details about that operating system.  For example, call L</"
1338 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1339 "Windows and Linux-based operating systems respectively."
1340 msgstr ""
1341
1342 # type: textblock
1343 #. type: textblock
1344 #: ../src/guestfs.pod:576
1345 msgid ""
1346 "Un*x-like and Linux-based operating systems usually consist of several "
1347 "filesystems which are mounted at boot time (for example, a separate boot "
1348 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1349 "filesystems correspond to mount points.  Call "
1350 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1351 "hash table like this example:"
1352 msgstr ""
1353
1354 # type: verbatim
1355 #. type: verbatim
1356 #: ../src/guestfs.pod:583
1357 #, no-wrap
1358 msgid ""
1359 " /boot => /dev/sda1\n"
1360 " /     => /dev/vg_guest/lv_root\n"
1361 " /usr  => /dev/vg_guest/lv_usr\n"
1362 "\n"
1363 msgstr ""
1364
1365 # type: textblock
1366 #. type: textblock
1367 #: ../src/guestfs.pod:587
1368 msgid ""
1369 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1370 "filesystems as suggested."
1371 msgstr ""
1372
1373 # type: textblock
1374 #. type: textblock
1375 #: ../src/guestfs.pod:590
1376 msgid ""
1377 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1378 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1379 msgstr ""
1380
1381 # type: textblock
1382 #. type: textblock
1383 #: ../src/guestfs.pod:594
1384 msgid ""
1385 "Inspection currently only works for some common operating systems.  "
1386 "Contributors are welcome to send patches for other operating systems that we "
1387 "currently cannot detect."
1388 msgstr ""
1389
1390 # type: textblock
1391 #. type: textblock
1392 #: ../src/guestfs.pod:598
1393 msgid ""
1394 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1395 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1396 "encrypted devices."
1397 msgstr ""
1398
1399 # type: textblock
1400 #. type: textblock
1401 #: ../src/guestfs.pod:602
1402 msgid ""
1403 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1404 "inspection and caches the results in the guest handle.  Subsequent calls to "
1405 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1406 "read the disks.  If you change the content of the guest disks, you can redo "
1407 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1408 "guestfs_inspect_list_applications> works a little differently from the other "
1409 "calls and does read the disks.  See documentation for that function for "
1410 "details)."
1411 msgstr ""
1412
1413 # type: =head2
1414 #. type: =head2
1415 #: ../src/guestfs.pod:611
1416 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1417 msgstr ""
1418
1419 # type: textblock
1420 #. type: textblock
1421 #: ../src/guestfs.pod:613
1422 msgid ""
1423 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1424 "ntfs-3g.org/> driver."
1425 msgstr ""
1426
1427 # type: =head3
1428 #. type: =head3
1429 #: ../src/guestfs.pod:616
1430 msgid "DRIVE LETTERS AND PATHS"
1431 msgstr ""
1432
1433 # type: textblock
1434 #. type: textblock
1435 #: ../src/guestfs.pod:618
1436 msgid ""
1437 "DOS and Windows still use drive letters, and the filesystems are always "
1438 "treated as case insensitive by Windows itself, and therefore you might find "
1439 "a Windows configuration file referring to a path like C<c:\\windows"
1440 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1441 "might be referred to as C</WINDOWS/System32>."
1442 msgstr ""
1443
1444 # type: textblock
1445 #. type: textblock
1446 #: ../src/guestfs.pod:624
1447 msgid ""
1448 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1449 "libguestfs to read the appropriate Windows Registry and configuration files, "
1450 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1451 "inspector(1)>)."
1452 msgstr ""
1453
1454 # type: textblock
1455 #. type: textblock
1456 #: ../src/guestfs.pod:629
1457 msgid ""
1458 "Replacing backslash characters with forward slash characters is also outside "
1459 "the scope of libguestfs, but something that you can easily do."
1460 msgstr ""
1461
1462 # type: textblock
1463 #. type: textblock
1464 #: ../src/guestfs.pod:632
1465 msgid ""
1466 "Where we can help is in resolving the case insensitivity of paths.  For "
1467 "this, call L</guestfs_case_sensitive_path>."
1468 msgstr ""
1469
1470 # type: =head3
1471 #. type: =head3
1472 #: ../src/guestfs.pod:635
1473 msgid "ACCESSING THE WINDOWS REGISTRY"
1474 msgstr ""
1475
1476 # type: textblock
1477 #. type: textblock
1478 #: ../src/guestfs.pod:637
1479 msgid ""
1480 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1481 "files, through the library C<hivex> which is part of the libguestfs project "
1482 "although ships as a separate tarball.  You have to locate and download the "
1483 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1484 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1485 "reg(1)> for more help on this issue."
1486 msgstr ""
1487
1488 # type: =head3
1489 #. type: =head3
1490 #: ../src/guestfs.pod:645
1491 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1492 msgstr ""
1493
1494 # type: textblock
1495 #. type: textblock
1496 #: ../src/guestfs.pod:647
1497 msgid ""
1498 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1499 "provide something which looks like a Linux symlink.  The way it tries to do "
1500 "the rewriting is described here:"
1501 msgstr ""
1502
1503 # type: textblock
1504 #. type: textblock
1505 #: ../src/guestfs.pod:651
1506 msgid ""
1507 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1508 "symbolic-links/>"
1509 msgstr ""
1510
1511 # type: textblock
1512 #. type: textblock
1513 #: ../src/guestfs.pod:653
1514 msgid ""
1515 "The essential problem is that ntfs-3g simply does not have enough "
1516 "information to do a correct job.  NTFS links can contain drive letters and "
1517 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1518 "It is almost certainly the case that libguestfs callers should ignore what "
1519 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1520 msgstr ""
1521
1522 # type: textblock
1523 #. type: textblock
1524 #: ../src/guestfs.pod:660
1525 msgid ""
1526 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1527 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1528 "attribute, and read the raw reparse data from that (you can find the format "
1529 "documented in various places around the web)."
1530 msgstr ""
1531
1532 # type: =head3
1533 #. type: =head3
1534 #: ../src/guestfs.pod:665
1535 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1536 msgstr ""
1537
1538 # type: textblock
1539 #. type: textblock
1540 #: ../src/guestfs.pod:667
1541 msgid ""
1542 "There are other useful extended attributes that can be read from ntfs-3g "
1543 "filesystems (using L</guestfs_getxattr>).  See:"
1544 msgstr ""
1545
1546 # type: textblock
1547 #. type: textblock
1548 #: ../src/guestfs.pod:670
1549 msgid ""
1550 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1551 msgstr ""
1552
1553 # type: =head2
1554 #. type: =head2
1555 #: ../src/guestfs.pod:672
1556 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1557 msgstr ""
1558
1559 # type: textblock
1560 #. type: textblock
1561 #: ../src/guestfs.pod:674
1562 msgid ""
1563 "Although we don't want to discourage you from using the C API, we will "
1564 "mention here that the same API is also available in other languages."
1565 msgstr ""
1566
1567 #. type: textblock
1568 #: ../src/guestfs.pod:677
1569 msgid ""
1570 "The API is broadly identical in all supported languages.  This means that "
1571 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1572 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1573 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1574 "each language."
1575 msgstr ""
1576
1577 # type: textblock
1578 #. type: textblock
1579 #: ../src/guestfs.pod:683
1580 msgid ""
1581 "Error messages are automatically transformed into exceptions if the language "
1582 "supports it."
1583 msgstr ""
1584
1585 # type: textblock
1586 #. type: textblock
1587 #: ../src/guestfs.pod:686
1588 msgid ""
1589 "We don't try to \"object orientify\" parts of the API in OO languages, "
1590 "although contributors are welcome to write higher level APIs above what we "
1591 "provide in their favourite languages if they wish."
1592 msgstr ""
1593
1594 # type: =item
1595 #. type: =item
1596 #: ../src/guestfs.pod:692
1597 msgid "B<C++>"
1598 msgstr ""
1599
1600 # type: textblock
1601 #. type: textblock
1602 #: ../src/guestfs.pod:694
1603 msgid ""
1604 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1605 "identical to the C API.  C++ classes and exceptions are not used."
1606 msgstr ""
1607
1608 # type: =item
1609 #. type: =item
1610 #: ../src/guestfs.pod:698
1611 msgid "B<C#>"
1612 msgstr ""
1613
1614 # type: textblock
1615 #. type: textblock
1616 #: ../src/guestfs.pod:700
1617 msgid ""
1618 "The C# bindings are highly experimental.  Please read the warnings at the "
1619 "top of C<csharp/Libguestfs.cs>."
1620 msgstr ""
1621
1622 # type: =item
1623 #. type: =item
1624 #: ../src/guestfs.pod:703
1625 msgid "B<Haskell>"
1626 msgstr ""
1627
1628 # type: textblock
1629 #. type: textblock
1630 #: ../src/guestfs.pod:705
1631 msgid ""
1632 "This is the only language binding that is working but incomplete.  Only "
1633 "calls which return simple integers have been bound in Haskell, and we are "
1634 "looking for help to complete this binding."
1635 msgstr ""
1636
1637 # type: =item
1638 #. type: =item
1639 #: ../src/guestfs.pod:709
1640 msgid "B<Java>"
1641 msgstr ""
1642
1643 # type: textblock
1644 #. type: textblock
1645 #: ../src/guestfs.pod:711
1646 msgid ""
1647 "Full documentation is contained in the Javadoc which is distributed with "
1648 "libguestfs."
1649 msgstr ""
1650
1651 # type: =item
1652 #. type: =item
1653 #: ../src/guestfs.pod:714
1654 msgid "B<OCaml>"
1655 msgstr ""
1656
1657 #. type: textblock
1658 #: ../src/guestfs.pod:716
1659 msgid "See L<guestfs-ocaml(3)>."
1660 msgstr ""
1661
1662 # type: =item
1663 #. type: =item
1664 #: ../src/guestfs.pod:718
1665 msgid "B<Perl>"
1666 msgstr ""
1667
1668 #. type: textblock
1669 #: ../src/guestfs.pod:720
1670 msgid "See L<Sys::Guestfs(3)>."
1671 msgstr ""
1672
1673 # type: =item
1674 #. type: =item
1675 #: ../src/guestfs.pod:722
1676 msgid "B<PHP>"
1677 msgstr ""
1678
1679 # type: textblock
1680 #. type: textblock
1681 #: ../src/guestfs.pod:724
1682 msgid ""
1683 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1684 "the php-libguestfs package for your distribution."
1685 msgstr ""
1686
1687 # type: textblock
1688 #. type: textblock
1689 #: ../src/guestfs.pod:727
1690 msgid "The PHP binding only works correctly on 64 bit machines."
1691 msgstr ""
1692
1693 # type: =item
1694 #. type: =item
1695 #: ../src/guestfs.pod:729
1696 msgid "B<Python>"
1697 msgstr ""
1698
1699 #. type: textblock
1700 #: ../src/guestfs.pod:731
1701 msgid "See L<guestfs-python(3)>."
1702 msgstr ""
1703
1704 # type: =item
1705 #. type: =item
1706 #: ../src/guestfs.pod:733
1707 msgid "B<Ruby>"
1708 msgstr ""
1709
1710 #. type: textblock
1711 #: ../src/guestfs.pod:735
1712 msgid "See L<guestfs-ruby(3)>."
1713 msgstr ""
1714
1715 # type: =item
1716 #. type: =item
1717 #: ../src/guestfs.pod:737
1718 msgid "B<shell scripts>"
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:739
1723 msgid "See L<guestfish(1)>."
1724 msgstr ""
1725
1726 # type: =head2
1727 #. type: =head2
1728 #: ../src/guestfs.pod:743
1729 msgid "LIBGUESTFS GOTCHAS"
1730 msgstr ""
1731
1732 # type: textblock
1733 #. type: textblock
1734 #: ../src/guestfs.pod:745
1735 msgid ""
1736 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1737 "system [...] that works in the way it is documented but is counterintuitive "
1738 "and almost invites mistakes.\""
1739 msgstr ""
1740
1741 # type: textblock
1742 #. type: textblock
1743 #: ../src/guestfs.pod:749
1744 msgid ""
1745 "Since we developed libguestfs and the associated tools, there are several "
1746 "things we would have designed differently, but are now stuck with for "
1747 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1748 "release, you can expect these to change.  Beware of them."
1749 msgstr ""
1750
1751 # type: =item
1752 #. type: =item
1753 #: ../src/guestfs.pod:757
1754 msgid "Autosync / forgetting to sync."
1755 msgstr ""
1756
1757 # type: textblock
1758 #. type: textblock
1759 #: ../src/guestfs.pod:759
1760 msgid ""
1761 "When modifying a filesystem from C or another language, you B<must> unmount "
1762 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1763 "libguestfs handle.  You can also call:"
1764 msgstr ""
1765
1766 # type: verbatim
1767 #. type: verbatim
1768 #: ../src/guestfs.pod:763
1769 #, no-wrap
1770 msgid ""
1771 " guestfs_set_autosync (g, 1);\n"
1772 "\n"
1773 msgstr ""
1774
1775 # type: textblock
1776 #. type: textblock
1777 #: ../src/guestfs.pod:765
1778 msgid ""
1779 "to have the unmount/sync done automatically for you when the handle 'g' is "
1780 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1781 msgstr ""
1782
1783 # type: textblock
1784 #. type: textblock
1785 #: ../src/guestfs.pod:769
1786 msgid ""
1787 "If you forget to do this, then it is entirely possible that your changes "
1788 "won't be written out, or will be partially written, or (very rarely) that "
1789 "you'll get disk corruption."
1790 msgstr ""
1791
1792 # type: textblock
1793 #. type: textblock
1794 #: ../src/guestfs.pod:773
1795 msgid ""
1796 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1797 "guestfish scripts that forget to sync will work just fine, which can make "
1798 "this very puzzling if you are trying to debug a problem."
1799 msgstr ""
1800
1801 # type: textblock
1802 #. type: textblock
1803 #: ../src/guestfs.pod:777
1804 msgid ""
1805 "Update: Autosync is enabled by default for all API users starting from "
1806 "libguestfs 1.5.24."
1807 msgstr ""
1808
1809 # type: =item
1810 #. type: =item
1811 #: ../src/guestfs.pod:780
1812 msgid "Mount option C<-o sync> should not be the default."
1813 msgstr ""
1814
1815 # type: textblock
1816 #. type: textblock
1817 #: ../src/guestfs.pod:782
1818 msgid ""
1819 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1820 "However C<-o sync> does not add any reliability benefit, but does have a "
1821 "very large performance impact."
1822 msgstr ""
1823
1824 # type: textblock
1825 #. type: textblock
1826 #: ../src/guestfs.pod:786
1827 msgid ""
1828 "The work around is to use L</guestfs_mount_options> and set the mount "
1829 "options that you actually want to use."
1830 msgstr ""
1831
1832 # type: =item
1833 #. type: =item
1834 #: ../src/guestfs.pod:789
1835 msgid "Read-only should be the default."
1836 msgstr ""
1837
1838 # type: textblock
1839 #. type: textblock
1840 #: ../src/guestfs.pod:791
1841 msgid ""
1842 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1843 "specify I<--rw> if you want to make changes to the image."
1844 msgstr ""
1845
1846 # type: textblock
1847 #. type: textblock
1848 #: ../src/guestfs.pod:794
1849 msgid "This would reduce the potential to corrupt live VM images."
1850 msgstr ""
1851
1852 # type: textblock
1853 #. type: textblock
1854 #: ../src/guestfs.pod:796
1855 msgid ""
1856 "Note that many filesystems change the disk when you just mount and unmount, "
1857 "even if you didn't perform any writes.  You need to use L</"
1858 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1859 msgstr ""
1860
1861 # type: =item
1862 #. type: =item
1863 #: ../src/guestfs.pod:800
1864 msgid "guestfish command line is hard to use."
1865 msgstr ""
1866
1867 # type: textblock
1868 #. type: textblock
1869 #: ../src/guestfs.pod:802
1870 msgid ""
1871 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1872 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1873 "exist, so it fails.  In earlier versions of guestfish the error message was "
1874 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1875 "we should have used C<guestfish -c command> to run commands."
1876 msgstr ""
1877
1878 # type: =item
1879 #. type: =item
1880 #: ../src/guestfs.pod:809
1881 msgid "guestfish megabyte modifiers don't work right on all commands"
1882 msgstr ""
1883
1884 # type: textblock
1885 #. type: textblock
1886 #: ../src/guestfs.pod:811
1887 msgid ""
1888 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1889 "other modifiers).  What guestfish actually does is to multiply the number "
1890 "part by the modifier part and pass the result to the C API.  However this "
1891 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1892 "expecting some other unit (eg. megabytes)."
1893 msgstr ""
1894
1895 # type: textblock
1896 #. type: textblock
1897 #: ../src/guestfs.pod:818
1898 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1899 msgstr ""
1900
1901 # type: verbatim
1902 #. type: verbatim
1903 #: ../src/guestfs.pod:820
1904 #, no-wrap
1905 msgid ""
1906 " lvcreate LV VG 100M\n"
1907 "\n"
1908 msgstr ""
1909
1910 # type: textblock
1911 #. type: textblock
1912 #: ../src/guestfs.pod:822
1913 msgid ""
1914 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1915 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1916 "megabytes * megabytes) logical volume.  The error message you get from this "
1917 "is also a little obscure."
1918 msgstr ""
1919
1920 # type: textblock
1921 #. type: textblock
1922 #: ../src/guestfs.pod:827
1923 msgid ""
1924 "This could be fixed in the generator by specially marking parameters and "
1925 "return values which take bytes or other units."
1926 msgstr ""
1927
1928 # type: =item
1929 #. type: =item
1930 #: ../src/guestfs.pod:830
1931 msgid "Ambiguity between devices and paths"
1932 msgstr ""
1933
1934 # type: textblock
1935 #. type: textblock
1936 #: ../src/guestfs.pod:832
1937 msgid ""
1938 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1939 "sdb2>) and a similar pathname.  A file might just happen to be called "
1940 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1941 msgstr ""
1942
1943 # type: textblock
1944 #. type: textblock
1945 #: ../src/guestfs.pod:837
1946 msgid ""
1947 "In the current API we usually resolve this ambiguity by having two separate "
1948 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1949 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1950 "detecting if the path supplied begins with C</dev/>."
1951 msgstr ""
1952
1953 # type: textblock
1954 #. type: textblock
1955 #: ../src/guestfs.pod:843
1956 msgid ""
1957 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1958 "make paths/devices into structured names.  One way to do this would be to "
1959 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1960 "aspect of grub.  Another way would be to use a structured type, equivalent "
1961 "to this OCaml type:"
1962 msgstr ""
1963
1964 # type: verbatim
1965 #. type: verbatim
1966 #: ../src/guestfs.pod:849
1967 #, no-wrap
1968 msgid ""
1969 " type path = Path of string | Device of int | Partition of int * int\n"
1970 "\n"
1971 msgstr ""
1972
1973 # type: textblock
1974 #. type: textblock
1975 #: ../src/guestfs.pod:851
1976 msgid "which would allow you to pass arguments like:"
1977 msgstr ""
1978
1979 # type: verbatim
1980 #. type: verbatim
1981 #: ../src/guestfs.pod:853
1982 #, no-wrap
1983 msgid ""
1984 " Path \"/foo/bar\"\n"
1985 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1986 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1987 " Path \"/dev/sdb2\"    (* not a device *)\n"
1988 "\n"
1989 msgstr ""
1990
1991 # type: textblock
1992 #. type: textblock
1993 #: ../src/guestfs.pod:858
1994 msgid ""
1995 "As you can see there are still problems to resolve even with this "
1996 "representation.  Also consider how it might work in guestfish."
1997 msgstr ""
1998
1999 # type: =head2
2000 #. type: =head2
2001 #: ../src/guestfs.pod:863
2002 msgid "PROTOCOL LIMITS"
2003 msgstr ""
2004
2005 # type: textblock
2006 #. type: textblock
2007 #: ../src/guestfs.pod:865
2008 msgid ""
2009 "Internally libguestfs uses a message-based protocol to pass API calls and "
2010 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
2011 "plenty more detail about this).  The maximum message size used by the "
2012 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
2013 "aware of this limit.  The API calls which may be affected are individually "
2014 "documented, with a link back to this section of the documentation."
2015 msgstr ""
2016
2017 # type: textblock
2018 #. type: textblock
2019 #: ../src/guestfs.pod:873
2020 msgid ""
2021 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
2022 "a simple string.  Because this string is at some point internally encoded as "
2023 "a message, the maximum size that it can return is slightly under 4 MB.  If "
2024 "the requested file is larger than this then you will get an error."
2025 msgstr ""
2026
2027 # type: textblock
2028 #. type: textblock
2029 #: ../src/guestfs.pod:879
2030 msgid ""
2031 "In order to transfer large files into and out of the guest filesystem, you "
2032 "need to use particular calls that support this.  The sections L</UPLOADING> "
2033 "and L</DOWNLOADING> document how to do this."
2034 msgstr ""
2035
2036 # type: textblock
2037 #. type: textblock
2038 #: ../src/guestfs.pod:883
2039 msgid ""
2040 "You might also consider mounting the disk image using our FUSE filesystem "
2041 "support (L<guestmount(1)>)."
2042 msgstr ""
2043
2044 # type: =head2
2045 #. type: =head2
2046 #: ../src/guestfs.pod:886
2047 msgid "KEYS AND PASSPHRASES"
2048 msgstr ""
2049
2050 # type: textblock
2051 #. type: textblock
2052 #: ../src/guestfs.pod:888
2053 msgid ""
2054 "Certain libguestfs calls take a parameter that contains sensitive key "
2055 "material, passed in as a C string."
2056 msgstr ""
2057
2058 # type: textblock
2059 #. type: textblock
2060 #: ../src/guestfs.pod:891
2061 msgid ""
2062 "In the future we would hope to change the libguestfs implementation so that "
2063 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2064 "swap.  However this is I<not> done at the moment, because of the complexity "
2065 "of such an implementation."
2066 msgstr ""
2067
2068 # type: textblock
2069 #. type: textblock
2070 #: ../src/guestfs.pod:896
2071 msgid ""
2072 "Therefore you should be aware that any key parameter you pass to libguestfs "
2073 "might end up being written out to the swap partition.  If this is a concern, "
2074 "scrub the swap partition or don't use libguestfs on encrypted devices."
2075 msgstr ""
2076
2077 # type: =head1
2078 #. type: =head2
2079 #: ../src/guestfs.pod:901
2080 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2081 msgstr ""
2082
2083 # type: textblock
2084 #. type: textblock
2085 #: ../src/guestfs.pod:903
2086 msgid ""
2087 "All high-level libguestfs actions are synchronous.  If you want to use "
2088 "libguestfs asynchronously then you must create a thread."
2089 msgstr ""
2090
2091 # type: textblock
2092 #. type: textblock
2093 #: ../src/guestfs.pod:906
2094 msgid ""
2095 "Only use the handle from a single thread.  Either use the handle exclusively "
2096 "from one thread, or provide your own mutex so that two threads cannot issue "
2097 "calls on the same handle at the same time."
2098 msgstr ""
2099
2100 # type: textblock
2101 #. type: textblock
2102 #: ../src/guestfs.pod:910
2103 msgid ""
2104 "See the graphical program guestfs-browser for one possible architecture for "
2105 "multithreaded programs using libvirt and libguestfs."
2106 msgstr ""
2107
2108 # type: =head1
2109 #. type: =head2
2110 #: ../src/guestfs.pod:913
2111 msgid "PATH"
2112 msgstr ""
2113
2114 #. type: textblock
2115 #: ../src/guestfs.pod:915
2116 msgid ""
2117 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2118 "internal path."
2119 msgstr ""
2120
2121 # type: textblock
2122 #. type: textblock
2123 #: ../src/guestfs.pod:918
2124 msgid ""
2125 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2126 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2127 msgstr ""
2128
2129 # type: textblock
2130 #. type: textblock
2131 #: ../src/guestfs.pod:921
2132 msgid ""
2133 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2134 "to change the directories that libguestfs will search in.  The value is a "
2135 "colon-separated list of paths.  The current directory is I<not> searched "
2136 "unless the path contains an empty element or C<.>.  For example "
2137 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2138 "then C</usr/lib/guestfs>."
2139 msgstr ""
2140
2141 # type: =head1
2142 #. type: =head2
2143 #: ../src/guestfs.pod:928
2144 msgid "QEMU WRAPPERS"
2145 msgstr ""
2146
2147 # type: textblock
2148 #. type: textblock
2149 #: ../src/guestfs.pod:930
2150 msgid ""
2151 "If you want to compile your own qemu, run qemu from a non-standard location, "
2152 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2153 "around qemu."
2154 msgstr ""
2155
2156 # type: textblock
2157 #. type: textblock
2158 #: ../src/guestfs.pod:934
2159 msgid ""
2160 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2161 "last command in the shell script (so that qemu replaces the shell and "
2162 "becomes the direct child of the libguestfs-using program).  If you don't do "
2163 "this, then the qemu process won't be cleaned up correctly."
2164 msgstr ""
2165
2166 # type: textblock
2167 #. type: textblock
2168 #: ../src/guestfs.pod:939
2169 msgid ""
2170 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2171 "source:"
2172 msgstr ""
2173
2174 # type: verbatim
2175 #. type: verbatim
2176 #: ../src/guestfs.pod:942
2177 #, no-wrap
2178 msgid ""
2179 " #!/bin/sh -\n"
2180 " qemudir=/home/rjones/d/qemu\n"
2181 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2182 "\n"
2183 msgstr ""
2184
2185 # type: textblock
2186 #. type: textblock
2187 #: ../src/guestfs.pod:946
2188 msgid ""
2189 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2190 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2191 "example:"
2192 msgstr ""
2193
2194 # type: verbatim
2195 #. type: verbatim
2196 #: ../src/guestfs.pod:950
2197 #, no-wrap
2198 msgid ""
2199 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2200 "\n"
2201 msgstr ""
2202
2203 # type: textblock
2204 #. type: textblock
2205 #: ../src/guestfs.pod:952
2206 msgid ""
2207 "Note that libguestfs also calls qemu with the -help and -version options in "
2208 "order to determine features."
2209 msgstr ""
2210
2211 # type: =head2
2212 #. type: =head2
2213 #: ../src/guestfs.pod:955
2214 msgid "ABI GUARANTEE"
2215 msgstr ""
2216
2217 # type: textblock
2218 #. type: textblock
2219 #: ../src/guestfs.pod:957
2220 msgid ""
2221 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2222 "actions as outlined in this section.  Although we will deprecate some "
2223 "actions, for example if they get replaced by newer calls, we will keep the "
2224 "old actions forever.  This allows you the developer to program in confidence "
2225 "against the libguestfs API."
2226 msgstr ""
2227
2228 # type: =head1
2229 #. type: =head2
2230 #: ../src/guestfs.pod:963
2231 msgid "BLOCK DEVICE NAMING"
2232 msgstr ""
2233
2234 # type: textblock
2235 #. type: textblock
2236 #: ../src/guestfs.pod:965
2237 msgid ""
2238 "In the kernel there is now quite a profusion of schemata for naming block "
2239 "devices (in this context, by I<block device> I mean a physical or virtual "
2240 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2241 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2242 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2243 "for the old IDE driver (particularly for SATA devices) those devices also "
2244 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2245 "paravirtualized drivers.  This has created several different naming systems, "
2246 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2247 msgstr ""
2248
2249 # type: textblock
2250 #. type: textblock
2251 #: ../src/guestfs.pod:977
2252 msgid ""
2253 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2254 "Linux kernel to access block devices.  We can run a variety of appliances "
2255 "based on a variety of Linux kernels."
2256 msgstr ""
2257
2258 # type: textblock
2259 #. type: textblock
2260 #: ../src/guestfs.pod:981
2261 msgid ""
2262 "This causes a problem for libguestfs because many API calls use device or "
2263 "partition names.  Working scripts and the recipe (example) scripts that we "
2264 "make available over the internet could fail if the naming scheme changes."
2265 msgstr ""
2266
2267 # type: textblock
2268 #. type: textblock
2269 #: ../src/guestfs.pod:986
2270 msgid ""
2271 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2272 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2273 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2274 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2275 msgstr ""
2276
2277 # type: textblock
2278 #. type: textblock
2279 #: ../src/guestfs.pod:992
2280 msgid ""
2281 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2282 "L</guestfs_list_partitions> and similar calls return the true names of the "
2283 "devices and partitions as known to the appliance."
2284 msgstr ""
2285
2286 # type: =head2
2287 #. type: =head3
2288 #: ../src/guestfs.pod:997
2289 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2290 msgstr ""
2291
2292 # type: textblock
2293 #. type: textblock
2294 #: ../src/guestfs.pod:999
2295 msgid ""
2296 "Usually this translation is transparent.  However in some (very rare)  cases "
2297 "you may need to know the exact algorithm.  Such cases include where you use "
2298 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2299 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2300 msgstr ""
2301
2302 # type: textblock
2303 #. type: textblock
2304 #: ../src/guestfs.pod:1005
2305 msgid ""
2306 "The algorithm is applied only to I<parameters> which are known to be either "
2307 "device or partition names.  Return values from functions such as L</"
2308 "guestfs_list_devices> are never changed."
2309 msgstr ""
2310
2311 # type: textblock
2312 #. type: textblock
2313 #: ../src/guestfs.pod:1013
2314 msgid "Is the string a parameter which is a device or partition name?"
2315 msgstr ""
2316
2317 # type: textblock
2318 #. type: textblock
2319 #: ../src/guestfs.pod:1017
2320 msgid "Does the string begin with C</dev/sd>?"
2321 msgstr ""
2322
2323 # type: textblock
2324 #. type: textblock
2325 #: ../src/guestfs.pod:1021
2326 msgid ""
2327 "Does the named device exist? If so, we use that device.  However if I<not> "
2328 "then we continue with this algorithm."
2329 msgstr ""
2330
2331 # type: textblock
2332 #. type: textblock
2333 #: ../src/guestfs.pod:1026
2334 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2335 msgstr ""
2336
2337 # type: textblock
2338 #. type: textblock
2339 #: ../src/guestfs.pod:1028
2340 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2341 msgstr ""
2342
2343 # type: textblock
2344 #. type: textblock
2345 #: ../src/guestfs.pod:1030
2346 msgid "If that named device exists, use it.  If not, continue."
2347 msgstr ""
2348
2349 # type: textblock
2350 #. type: textblock
2351 #: ../src/guestfs.pod:1034
2352 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2353 msgstr ""
2354
2355 # type: textblock
2356 #. type: textblock
2357 #: ../src/guestfs.pod:1036
2358 msgid "If that named device exists, use it.  If not, return an error."
2359 msgstr ""
2360
2361 # type: =head3
2362 #. type: =head3
2363 #: ../src/guestfs.pod:1040
2364 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2365 msgstr ""
2366
2367 # type: textblock
2368 #. type: textblock
2369 #: ../src/guestfs.pod:1042
2370 msgid ""
2371 "Although the standard naming scheme and automatic translation is useful for "
2372 "simple programs and guestfish scripts, for larger programs it is best not to "
2373 "rely on this mechanism."
2374 msgstr ""
2375
2376 # type: textblock
2377 #. type: textblock
2378 #: ../src/guestfs.pod:1046
2379 msgid ""
2380 "Where possible for maximum future portability programs using libguestfs "
2381 "should use these future-proof techniques:"
2382 msgstr ""
2383
2384 # type: textblock
2385 #. type: textblock
2386 #: ../src/guestfs.pod:1053
2387 msgid ""
2388 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2389 "device names, and then use those names directly."
2390 msgstr ""
2391
2392 # type: textblock
2393 #. type: textblock
2394 #: ../src/guestfs.pod:1056
2395 msgid ""
2396 "Since those device names exist by definition, they will never be translated."
2397 msgstr ""
2398
2399 # type: textblock
2400 #. type: textblock
2401 #: ../src/guestfs.pod:1061
2402 msgid ""
2403 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2404 "filesystem labels."
2405 msgstr ""
2406
2407 # type: =head1
2408 #. type: =head1
2409 #: ../src/guestfs.pod:1066
2410 msgid "SECURITY"
2411 msgstr ""
2412
2413 # type: textblock
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1068
2416 msgid ""
2417 "This section discusses security implications of using libguestfs, "
2418 "particularly with untrusted or malicious guests or disk images."
2419 msgstr ""
2420
2421 # type: =head2
2422 #. type: =head2
2423 #: ../src/guestfs.pod:1071
2424 msgid "GENERAL SECURITY CONSIDERATIONS"
2425 msgstr ""
2426
2427 # type: textblock
2428 #. type: textblock
2429 #: ../src/guestfs.pod:1073
2430 msgid ""
2431 "Be careful with any files or data that you download from a guest (by "
2432 "\"download\" we mean not just the L</guestfs_download> command but any "
2433 "command that reads files, filenames, directories or anything else from a "
2434 "disk image).  An attacker could manipulate the data to fool your program "
2435 "into doing the wrong thing.  Consider cases such as:"
2436 msgstr ""
2437
2438 # type: textblock
2439 #. type: textblock
2440 #: ../src/guestfs.pod:1083
2441 msgid "the data (file etc) not being present"
2442 msgstr ""
2443
2444 # type: textblock
2445 #. type: textblock
2446 #: ../src/guestfs.pod:1087
2447 msgid "being present but empty"
2448 msgstr ""
2449
2450 # type: textblock
2451 #. type: textblock
2452 #: ../src/guestfs.pod:1091
2453 msgid "being much larger than normal"
2454 msgstr ""
2455
2456 # type: textblock
2457 #. type: textblock
2458 #: ../src/guestfs.pod:1095
2459 msgid "containing arbitrary 8 bit data"
2460 msgstr ""
2461
2462 # type: textblock
2463 #. type: textblock
2464 #: ../src/guestfs.pod:1099
2465 msgid "being in an unexpected character encoding"
2466 msgstr ""
2467
2468 # type: textblock
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1103
2471 msgid "containing homoglyphs."
2472 msgstr ""
2473
2474 # type: =head2
2475 #. type: =head2
2476 #: ../src/guestfs.pod:1107
2477 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2478 msgstr ""
2479
2480 # type: textblock
2481 #. type: textblock
2482 #: ../src/guestfs.pod:1109
2483 msgid ""
2484 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2485 "(VFS) module can sometimes be escalated into exploits by deliberately "
2486 "creating a malicious, malformed filesystem.  These exploits are very severe "
2487 "for two reasons.  Firstly there are very many filesystem drivers in the "
2488 "kernel, and many of them are infrequently used and not much developer "
2489 "attention has been paid to the code.  Linux userspace helps potential "
2490 "crackers by detecting the filesystem type and automatically choosing the "
2491 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2492 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2493 "exploit (worse in some ways), giving immediate and total access to the "
2494 "system right down to the hardware level."
2495 msgstr ""
2496
2497 # type: textblock
2498 #. type: textblock
2499 #: ../src/guestfs.pod:1122
2500 msgid ""
2501 "That explains why you should never mount a filesystem from an untrusted "
2502 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2503 "inside a qemu virtual machine, usually running as a non-root user.  The "
2504 "attacker would need to write a filesystem which first exploited the kernel, "
2505 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2506 "the libguestfs protocol, and finally to be as serious as the host kernel "
2507 "exploit it would need to escalate its privileges to root.  This multi-step "
2508 "escalation, performed by a static piece of data, is thought to be extremely "
2509 "hard to do, although we never say 'never' about security issues."
2510 msgstr ""
2511
2512 # type: textblock
2513 #. type: textblock
2514 #: ../src/guestfs.pod:1133
2515 msgid ""
2516 "In any case callers can reduce the attack surface by forcing the filesystem "
2517 "type when mounting (use L</guestfs_mount_vfs>)."
2518 msgstr ""
2519
2520 # type: =head2
2521 #. type: =head2
2522 #: ../src/guestfs.pod:1136
2523 msgid "PROTOCOL SECURITY"
2524 msgstr ""
2525
2526 # type: textblock
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1138
2529 msgid ""
2530 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2531 "defined upper message size.  However a program that uses libguestfs must "
2532 "also take care - for example you can write a program that downloads a binary "
2533 "from a disk image and executes it locally, and no amount of protocol "
2534 "security will save you from the consequences."
2535 msgstr ""
2536
2537 # type: =head2
2538 #. type: =head2
2539 #: ../src/guestfs.pod:1144
2540 msgid "INSPECTION SECURITY"
2541 msgstr ""
2542
2543 # type: textblock
2544 #. type: textblock
2545 #: ../src/guestfs.pod:1146
2546 msgid ""
2547 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2548 "directly from the guest, and these could contain any 8 bit data.  Callers "
2549 "should be careful to escape these before printing them to a structured file "
2550 "(for example, use HTML escaping if creating a web page)."
2551 msgstr ""
2552
2553 # type: textblock
2554 #. type: textblock
2555 #: ../src/guestfs.pod:1152
2556 msgid ""
2557 "Guest configuration may be altered in unusual ways by the administrator of "
2558 "the virtual machine, and may not reflect reality (particularly for untrusted "
2559 "or actively malicious guests).  For example we parse the hostname from "
2560 "configuration files like C</etc/sysconfig/network> that we find in the "
2561 "guest, but the guest administrator can easily manipulate these files to "
2562 "provide the wrong hostname."
2563 msgstr ""
2564
2565 # type: textblock
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1160
2568 msgid ""
2569 "The inspection API parses guest configuration using two external libraries: "
2570 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2571 "designed to be robust in the face of malicious data, although denial of "
2572 "service attacks are still possible, for example with oversized configuration "
2573 "files."
2574 msgstr ""
2575
2576 # type: =head2
2577 #. type: =head2
2578 #: ../src/guestfs.pod:1166
2579 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2580 msgstr ""
2581
2582 # type: textblock
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1168
2585 msgid ""
2586 "Be very cautious about running commands from the guest.  By running a "
2587 "command in the guest, you are giving CPU time to a binary that you do not "
2588 "control, under the same user account as the library, albeit wrapped in qemu "
2589 "virtualization.  More information and alternatives can be found in the "
2590 "section L</RUNNING COMMANDS>."
2591 msgstr ""
2592
2593 # type: =head2
2594 #. type: =head2
2595 #: ../src/guestfs.pod:1174
2596 msgid "CVE-2010-3851"
2597 msgstr ""
2598
2599 # type: textblock
2600 #. type: textblock
2601 #: ../src/guestfs.pod:1176
2602 msgid "https://bugzilla.redhat.com/642934"
2603 msgstr ""
2604
2605 # type: textblock
2606 #. type: textblock
2607 #: ../src/guestfs.pod:1178
2608 msgid ""
2609 "This security bug concerns the automatic disk format detection that qemu "
2610 "does on disk images."
2611 msgstr ""
2612
2613 # type: textblock
2614 #. type: textblock
2615 #: ../src/guestfs.pod:1181
2616 msgid ""
2617 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2618 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2619 "for one of the known headers, and if none is found then assuming the disk "
2620 "image must be raw."
2621 msgstr ""
2622
2623 # type: textblock
2624 #. type: textblock
2625 #: ../src/guestfs.pod:1186
2626 msgid ""
2627 "This allows a guest which has been given a raw disk image to write some "
2628 "other header.  At next boot (or when the disk image is accessed by "
2629 "libguestfs) qemu would do autodetection and think the disk image format was, "
2630 "say, qcow2 based on the header written by the guest."
2631 msgstr ""
2632
2633 # type: textblock
2634 #. type: textblock
2635 #: ../src/guestfs.pod:1191
2636 msgid ""
2637 "This in itself would not be a problem, but qcow2 offers many features, one "
2638 "of which is to allow a disk image to refer to another image (called the "
2639 "\"backing disk\").  It does this by placing the path to the backing disk "
2640 "into the qcow2 header.  This path is not validated and could point to any "
2641 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2642 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2643 "control of the attacker."
2644 msgstr ""
2645
2646 # type: textblock
2647 #. type: textblock
2648 #: ../src/guestfs.pod:1199
2649 msgid ""
2650 "In libguestfs this is rather hard to exploit except under two circumstances:"
2651 msgstr ""
2652
2653 # type: textblock
2654 #. type: textblock
2655 #: ../src/guestfs.pod:1206
2656 msgid "You have enabled the network or have opened the disk in write mode."
2657 msgstr ""
2658
2659 # type: textblock
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1210
2662 msgid ""
2663 "You are also running untrusted code from the guest (see L</RUNNING "
2664 "COMMANDS>)."
2665 msgstr ""
2666
2667 # type: textblock
2668 #. type: textblock
2669 #: ../src/guestfs.pod:1215
2670 msgid ""
2671 "The way to avoid this is to specify the expected disk format when adding "
2672 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2673 "should always do this if the disk is raw format, and it's a good idea for "
2674 "other cases too."
2675 msgstr ""
2676
2677 # type: textblock
2678 #. type: textblock
2679 #: ../src/guestfs.pod:1220
2680 msgid ""
2681 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2682 "format is fetched from libvirt and passed through."
2683 msgstr ""
2684
2685 # type: textblock
2686 #. type: textblock
2687 #: ../src/guestfs.pod:1223
2688 msgid ""
2689 "For libguestfs tools, use the I<--format> command line parameter as "
2690 "appropriate."
2691 msgstr ""
2692
2693 # type: =head1
2694 #. type: =head1
2695 #: ../src/guestfs.pod:1226
2696 msgid "CONNECTION MANAGEMENT"
2697 msgstr ""
2698
2699 # type: =head2
2700 #. type: =head2
2701 #: ../src/guestfs.pod:1228
2702 msgid "guestfs_h *"
2703 msgstr ""
2704
2705 # type: textblock
2706 #. type: textblock
2707 #: ../src/guestfs.pod:1230
2708 msgid ""
2709 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2710 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2711 "handle and release all resources used."
2712 msgstr ""
2713
2714 # type: textblock
2715 #. type: textblock
2716 #: ../src/guestfs.pod:1234
2717 msgid ""
2718 "For information on using multiple handles and threads, see the section L</"
2719 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2720 msgstr ""
2721
2722 # type: =head2
2723 #. type: =head2
2724 #: ../src/guestfs.pod:1237
2725 msgid "guestfs_create"
2726 msgstr ""
2727
2728 # type: verbatim
2729 #. type: verbatim
2730 #: ../src/guestfs.pod:1239
2731 #, no-wrap
2732 msgid ""
2733 " guestfs_h *guestfs_create (void);\n"
2734 "\n"
2735 msgstr ""
2736
2737 # type: textblock
2738 #. type: textblock
2739 #: ../src/guestfs.pod:1241
2740 msgid "Create a connection handle."
2741 msgstr ""
2742
2743 # type: textblock
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1243
2746 msgid ""
2747 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2748 "on the handle at least once."
2749 msgstr ""
2750
2751 # type: textblock
2752 #. type: textblock
2753 #: ../src/guestfs.pod:1246
2754 msgid ""
2755 "This function returns a non-NULL pointer to a handle on success or NULL on "
2756 "error."
2757 msgstr ""
2758
2759 # type: textblock
2760 #. type: textblock
2761 #: ../src/guestfs.pod:1249
2762 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2763 msgstr ""
2764
2765 # type: textblock
2766 #. type: textblock
2767 #: ../src/guestfs.pod:1251
2768 msgid ""
2769 "You may also want to configure error handling for the handle.  See L</ERROR "
2770 "HANDLING> section below."
2771 msgstr ""
2772
2773 # type: =head2
2774 #. type: =head2
2775 #: ../src/guestfs.pod:1254
2776 msgid "guestfs_close"
2777 msgstr ""
2778
2779 # type: verbatim
2780 #. type: verbatim
2781 #: ../src/guestfs.pod:1256
2782 #, no-wrap
2783 msgid ""
2784 " void guestfs_close (guestfs_h *g);\n"
2785 "\n"
2786 msgstr ""
2787
2788 # type: textblock
2789 #. type: textblock
2790 #: ../src/guestfs.pod:1258
2791 msgid "This closes the connection handle and frees up all resources used."
2792 msgstr ""
2793
2794 # type: =head1
2795 #. type: =head1
2796 #: ../src/guestfs.pod:1260
2797 msgid "ERROR HANDLING"
2798 msgstr ""
2799
2800 # type: textblock
2801 #. type: textblock
2802 #: ../src/guestfs.pod:1262
2803 msgid ""
2804 "API functions can return errors.  For example, almost all functions that "
2805 "return C<int> will return C<-1> to indicate an error."
2806 msgstr ""
2807
2808 # type: textblock
2809 #. type: textblock
2810 #: ../src/guestfs.pod:1265
2811 msgid ""
2812 "Additional information is available for errors: an error message string and "
2813 "optionally an error number (errno) if the thing that failed was a system "
2814 "call."
2815 msgstr ""
2816
2817 # type: textblock
2818 #. type: textblock
2819 #: ../src/guestfs.pod:1269
2820 msgid ""
2821 "You can get at the additional information about the last error on the handle "
2822 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2823 "up an error handler with L</guestfs_set_error_handler>."
2824 msgstr ""
2825
2826 # type: textblock
2827 #. type: textblock
2828 #: ../src/guestfs.pod:1274
2829 msgid ""
2830 "When the handle is created, a default error handler is installed which "
2831 "prints the error message string to C<stderr>.  For small short-running "
2832 "command line programs it is sufficient to do:"
2833 msgstr ""
2834
2835 # type: verbatim
2836 #. type: verbatim
2837 #: ../src/guestfs.pod:1278
2838 #, no-wrap
2839 msgid ""
2840 " if (guestfs_launch (g) == -1)\n"
2841 "   exit (EXIT_FAILURE);\n"
2842 "\n"
2843 msgstr ""
2844
2845 # type: textblock
2846 #. type: textblock
2847 #: ../src/guestfs.pod:1281
2848 msgid ""
2849 "since the default error handler will ensure that an error message has been "
2850 "printed to C<stderr> before the program exits."
2851 msgstr ""
2852
2853 # type: textblock
2854 #. type: textblock
2855 #: ../src/guestfs.pod:1284
2856 msgid ""
2857 "For other programs the caller will almost certainly want to install an "
2858 "alternate error handler or do error handling in-line like this:"
2859 msgstr ""
2860
2861 # type: verbatim
2862 #. type: verbatim
2863 #: ../src/guestfs.pod:1287
2864 #, no-wrap
2865 msgid ""
2866 " g = guestfs_create ();\n"
2867 " \n"
2868 msgstr ""
2869
2870 # type: verbatim
2871 #. type: verbatim
2872 #: ../src/guestfs.pod:1289
2873 #, no-wrap
2874 msgid ""
2875 " /* This disables the default behaviour of printing errors\n"
2876 "    on stderr. */\n"
2877 " guestfs_set_error_handler (g, NULL, NULL);\n"
2878 " \n"
2879 msgstr ""
2880
2881 # type: verbatim
2882 #. type: verbatim
2883 #: ../src/guestfs.pod:1293
2884 #, no-wrap
2885 msgid ""
2886 " if (guestfs_launch (g) == -1) {\n"
2887 "   /* Examine the error message and print it etc. */\n"
2888 "   char *msg = guestfs_last_error (g);\n"
2889 "   int errnum = guestfs_last_errno (g);\n"
2890 "   fprintf (stderr, \"%s\\n\", msg);\n"
2891 "   /* ... */\n"
2892 "  }\n"
2893 "\n"
2894 msgstr ""
2895
2896 # type: textblock
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1301
2899 msgid ""
2900 "Out of memory errors are handled differently.  The default action is to call "
2901 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2902 "guestfs_set_out_of_memory_handler>."
2903 msgstr ""
2904
2905 # type: textblock
2906 #. type: textblock
2907 #: ../src/guestfs.pod:1305
2908 msgid ""
2909 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2910 "because there is no handle if this happens there is no way to get additional "
2911 "error information.  However L</guestfs_create> is supposed to be a "
2912 "lightweight operation which can only fail because of insufficient memory (it "
2913 "returns NULL in this case)."
2914 msgstr ""
2915
2916 # type: =head2
2917 #. type: =head2
2918 #: ../src/guestfs.pod:1311
2919 msgid "guestfs_last_error"
2920 msgstr ""
2921
2922 # type: verbatim
2923 #. type: verbatim
2924 #: ../src/guestfs.pod:1313
2925 #, no-wrap
2926 msgid ""
2927 " const char *guestfs_last_error (guestfs_h *g);\n"
2928 "\n"
2929 msgstr ""
2930
2931 # type: textblock
2932 #. type: textblock
2933 #: ../src/guestfs.pod:1315
2934 msgid ""
2935 "This returns the last error message that happened on C<g>.  If there has not "
2936 "been an error since the handle was created, then this returns C<NULL>."
2937 msgstr ""
2938
2939 # type: textblock
2940 #. type: textblock
2941 #: ../src/guestfs.pod:1319
2942 msgid ""
2943 "The lifetime of the returned string is until the next error occurs, or L</"
2944 "guestfs_close> is called."
2945 msgstr ""
2946
2947 # type: =head2
2948 #. type: =head2
2949 #: ../src/guestfs.pod:1322
2950 msgid "guestfs_last_errno"
2951 msgstr ""
2952
2953 # type: verbatim
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1324
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_last_errno (guestfs_h *g);\n"
2959 "\n"
2960 msgstr ""
2961
2962 # type: textblock
2963 #. type: textblock
2964 #: ../src/guestfs.pod:1326
2965 msgid "This returns the last error number (errno) that happened on C<g>."
2966 msgstr ""
2967
2968 # type: textblock
2969 #. type: textblock
2970 #: ../src/guestfs.pod:1328
2971 msgid "If successful, an errno integer not equal to zero is returned."
2972 msgstr ""
2973
2974 # type: textblock
2975 #. type: textblock
2976 #: ../src/guestfs.pod:1330
2977 msgid ""
2978 "If no error, this returns 0.  This call can return 0 in three situations:"
2979 msgstr ""
2980
2981 # type: textblock
2982 #. type: textblock
2983 #: ../src/guestfs.pod:1337
2984 msgid "There has not been any error on the handle."
2985 msgstr ""
2986
2987 # type: textblock
2988 #. type: textblock
2989 #: ../src/guestfs.pod:1341
2990 msgid ""
2991 "There has been an error but the errno was meaningless.  This corresponds to "
2992 "the case where the error did not come from a failed system call, but for "
2993 "some other reason."
2994 msgstr ""
2995
2996 # type: textblock
2997 #. type: textblock
2998 #: ../src/guestfs.pod:1347
2999 msgid ""
3000 "There was an error from a failed system call, but for some reason the errno "
3001 "was not captured and returned.  This usually indicates a bug in libguestfs."
3002 msgstr ""
3003
3004 # type: textblock
3005 #. type: textblock
3006 #: ../src/guestfs.pod:1353
3007 msgid ""
3008 "Libguestfs tries to convert the errno from inside the applicance into a "
3009 "corresponding errno for the caller (not entirely trivial: the appliance "
3010 "might be running a completely different operating system from the library "
3011 "and error numbers are not standardized across Un*xen).  If this could not be "
3012 "done, then the error is translated to C<EINVAL>.  In practice this should "
3013 "only happen in very rare circumstances."
3014 msgstr ""
3015
3016 # type: =head2
3017 #. type: =head2
3018 #: ../src/guestfs.pod:1361
3019 msgid "guestfs_set_error_handler"
3020 msgstr ""
3021
3022 # type: verbatim
3023 #. type: verbatim
3024 #: ../src/guestfs.pod:1363
3025 #, no-wrap
3026 msgid ""
3027 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3028 "                                           void *opaque,\n"
3029 "                                           const char *msg);\n"
3030 " void guestfs_set_error_handler (guestfs_h *g,\n"
3031 "                                 guestfs_error_handler_cb cb,\n"
3032 "                                 void *opaque);\n"
3033 "\n"
3034 msgstr ""
3035
3036 # type: textblock
3037 #. type: textblock
3038 #: ../src/guestfs.pod:1370
3039 msgid ""
3040 "The callback C<cb> will be called if there is an error.  The parameters "
3041 "passed to the callback are an opaque data pointer and the error message "
3042 "string."
3043 msgstr ""
3044
3045 # type: textblock
3046 #. type: textblock
3047 #: ../src/guestfs.pod:1374
3048 msgid ""
3049 "C<errno> is not passed to the callback.  To get that the callback must call "
3050 "L</guestfs_last_errno>."
3051 msgstr ""
3052
3053 # type: textblock
3054 #. type: textblock
3055 #: ../src/guestfs.pod:1377
3056 msgid ""
3057 "Note that the message string C<msg> is freed as soon as the callback "
3058 "function returns, so if you want to stash it somewhere you must make your "
3059 "own copy."
3060 msgstr ""
3061
3062 # type: textblock
3063 #. type: textblock
3064 #: ../src/guestfs.pod:1381
3065 msgid "The default handler prints messages on C<stderr>."
3066 msgstr ""
3067
3068 # type: textblock
3069 #. type: textblock
3070 #: ../src/guestfs.pod:1383
3071 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3072 msgstr ""
3073
3074 # type: =head2
3075 #. type: =head2
3076 #: ../src/guestfs.pod:1385
3077 msgid "guestfs_get_error_handler"
3078 msgstr ""
3079
3080 # type: verbatim
3081 #. type: verbatim
3082 #: ../src/guestfs.pod:1387
3083 #, no-wrap
3084 msgid ""
3085 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3086 "                                                     void **opaque_rtn);\n"
3087 "\n"
3088 msgstr ""
3089
3090 # type: textblock
3091 #. type: textblock
3092 #: ../src/guestfs.pod:1390
3093 msgid "Returns the current error handler callback."
3094 msgstr ""
3095
3096 # type: =head2
3097 #. type: =head2
3098 #: ../src/guestfs.pod:1392
3099 msgid "guestfs_set_out_of_memory_handler"
3100 msgstr ""
3101
3102 #. type: verbatim
3103 #: ../src/guestfs.pod:1394
3104 #, no-wrap
3105 msgid ""
3106 " typedef void (*guestfs_abort_cb) (void);\n"
3107 " void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3108 "                                         guestfs_abort_cb);\n"
3109 "\n"
3110 msgstr ""
3111
3112 # type: textblock
3113 #. type: textblock
3114 #: ../src/guestfs.pod:1398
3115 msgid ""
3116 "The callback C<cb> will be called if there is an out of memory situation.  "
3117 "I<Note this callback must not return>."
3118 msgstr ""
3119
3120 # type: textblock
3121 #. type: textblock
3122 #: ../src/guestfs.pod:1401
3123 msgid "The default is to call L<abort(3)>."
3124 msgstr ""
3125
3126 # type: textblock
3127 #. type: textblock
3128 #: ../src/guestfs.pod:1403
3129 msgid ""
3130 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3131 msgstr ""
3132
3133 # type: =head2
3134 #. type: =head2
3135 #: ../src/guestfs.pod:1406
3136 msgid "guestfs_get_out_of_memory_handler"
3137 msgstr ""
3138
3139 # type: verbatim
3140 #. type: verbatim
3141 #: ../src/guestfs.pod:1408
3142 #, no-wrap
3143 msgid ""
3144 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3145 "\n"
3146 msgstr ""
3147
3148 # type: textblock
3149 #. type: textblock
3150 #: ../src/guestfs.pod:1410
3151 msgid "This returns the current out of memory handler."
3152 msgstr ""
3153
3154 # type: =head1
3155 #. type: =head1
3156 #: ../src/guestfs.pod:1412
3157 msgid "API CALLS"
3158 msgstr ""
3159
3160 # type: textblock
3161 #. type: textblock
3162 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:969
3163 msgid "@ACTIONS@"
3164 msgstr ""
3165
3166 # type: =head1
3167 #. type: =head1
3168 #: ../src/guestfs.pod:1416
3169 msgid "STRUCTURES"
3170 msgstr ""
3171
3172 # type: textblock
3173 #. type: textblock
3174 #: ../src/guestfs.pod:1418
3175 msgid "@STRUCTS@"
3176 msgstr ""
3177
3178 # type: =head1
3179 #. type: =head1
3180 #: ../src/guestfs.pod:1420
3181 msgid "AVAILABILITY"
3182 msgstr ""
3183
3184 # type: =head2
3185 #. type: =head2
3186 #: ../src/guestfs.pod:1422
3187 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3188 msgstr ""
3189
3190 # type: textblock
3191 #. type: textblock
3192 #: ../src/guestfs.pod:1424
3193 msgid ""
3194 "Using L</guestfs_available> you can test availability of the following "
3195 "groups of functions.  This test queries the appliance to see if the "
3196 "appliance you are currently using supports the functionality."
3197 msgstr ""
3198
3199 # type: textblock
3200 #. type: textblock
3201 #: ../src/guestfs.pod:1429
3202 msgid "@AVAILABILITY@"
3203 msgstr ""
3204
3205 # type: =head2
3206 #. type: =head2
3207 #: ../src/guestfs.pod:1431
3208 msgid "GUESTFISH supported COMMAND"
3209 msgstr ""
3210
3211 # type: textblock
3212 #. type: textblock
3213 #: ../src/guestfs.pod:1433
3214 msgid ""
3215 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3216 "prints out the available groups and whether they are supported by this build "
3217 "of libguestfs.  Note however that you have to do C<run> first."
3218 msgstr ""
3219
3220 # type: =head2
3221 #. type: =head2
3222 #: ../src/guestfs.pod:1438
3223 msgid "SINGLE CALLS AT COMPILE TIME"
3224 msgstr ""
3225
3226 # type: textblock
3227 #. type: textblock
3228 #: ../src/guestfs.pod:1440
3229 msgid ""
3230 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3231 "function, such as:"
3232 msgstr ""
3233
3234 # type: verbatim
3235 #. type: verbatim
3236 #: ../src/guestfs.pod:1443
3237 #, no-wrap
3238 msgid ""
3239 " #define LIBGUESTFS_HAVE_DD 1\n"
3240 "\n"
3241 msgstr ""
3242
3243 # type: textblock
3244 #. type: textblock
3245 #: ../src/guestfs.pod:1445
3246 msgid "if L</guestfs_dd> is available."
3247 msgstr ""
3248
3249 # type: textblock
3250 #. type: textblock
3251 #: ../src/guestfs.pod:1447
3252 msgid ""
3253 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3254 "function is available at compile time, we recommended using build tools such "
3255 "as autoconf or cmake.  For example in autotools you could use:"
3256 msgstr ""
3257
3258 # type: verbatim
3259 #. type: verbatim
3260 #: ../src/guestfs.pod:1452
3261 #, no-wrap
3262 msgid ""
3263 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3264 " AC_CHECK_FUNCS([guestfs_dd])\n"
3265 "\n"
3266 msgstr ""
3267
3268 # type: textblock
3269 #. type: textblock
3270 #: ../src/guestfs.pod:1455
3271 msgid ""
3272 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3273 "in your program."
3274 msgstr ""
3275
3276 # type: =head2
3277 #. type: =head2
3278 #: ../src/guestfs.pod:1458
3279 msgid "SINGLE CALLS AT RUN TIME"
3280 msgstr ""
3281
3282 # type: textblock
3283 #. type: textblock
3284 #: ../src/guestfs.pod:1460
3285 msgid ""
3286 "Testing at compile time doesn't guarantee that a function really exists in "
3287 "the library.  The reason is that you might be dynamically linked against a "
3288 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3289 "This situation unfortunately results in a segmentation fault, which is a "
3290 "shortcoming of the C dynamic linking system itself."
3291 msgstr ""
3292
3293 # type: textblock
3294 #. type: textblock
3295 #: ../src/guestfs.pod:1467
3296 msgid ""
3297 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3298 "in this example program (note that you still need the compile time check as "
3299 "well):"
3300 msgstr ""
3301
3302 # type: verbatim
3303 #. type: verbatim
3304 #: ../src/guestfs.pod:1471
3305 #, no-wrap
3306 msgid ""
3307 " #include <stdio.h>\n"
3308 " #include <stdlib.h>\n"
3309 " #include <unistd.h>\n"
3310 " #include <dlfcn.h>\n"
3311 " #include <guestfs.h>\n"
3312 " \n"
3313 msgstr ""
3314
3315 # type: verbatim
3316 #. type: verbatim
3317 #: ../src/guestfs.pod:1477
3318 #, no-wrap
3319 msgid ""
3320 " main ()\n"
3321 " {\n"
3322 " #ifdef LIBGUESTFS_HAVE_DD\n"
3323 "   void *dl;\n"
3324 "   int has_function;\n"
3325 " \n"
3326 msgstr ""
3327
3328 # type: verbatim
3329 #. type: verbatim
3330 #: ../src/guestfs.pod:1483
3331 #, no-wrap
3332 msgid ""
3333 "   /* Test if the function guestfs_dd is really available. */\n"
3334 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3335 "   if (!dl) {\n"
3336 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3337 "     exit (EXIT_FAILURE);\n"
3338 "   }\n"
3339 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3340 "   dlclose (dl);\n"
3341 " \n"
3342 msgstr ""
3343
3344 # type: verbatim
3345 #. type: verbatim
3346 #: ../src/guestfs.pod:1492
3347 #, no-wrap
3348 msgid ""
3349 "   if (!has_function)\n"
3350 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3351 "   else {\n"
3352 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3353 "     /* Now it's safe to call\n"
3354 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3355 "     */\n"
3356 "   }\n"
3357 " #else\n"
3358 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3359 " #endif\n"
3360 "  }\n"
3361 "\n"
3362 msgstr ""
3363
3364 # type: textblock
3365 #. type: textblock
3366 #: ../src/guestfs.pod:1505
3367 msgid ""
3368 "You may think the above is an awful lot of hassle, and it is.  There are "
3369 "other ways outside of the C linking system to ensure that this kind of "
3370 "incompatibility never arises, such as using package versioning:"
3371 msgstr ""
3372
3373 # type: verbatim
3374 #. type: verbatim
3375 #: ../src/guestfs.pod:1510
3376 #, no-wrap
3377 msgid ""
3378 " Requires: libguestfs >= 1.0.80\n"
3379 "\n"
3380 msgstr ""
3381
3382 # type: =head1
3383 #. type: =head1
3384 #: ../src/guestfs.pod:1512
3385 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3386 msgstr ""
3387
3388 # type: textblock
3389 #. type: textblock
3390 #: ../src/guestfs.pod:1514
3391 msgid ""
3392 "A recent feature of the API is the introduction of calls which take optional "
3393 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3394 "takes variable arguments (ie. C<...>), as in this example:"
3395 msgstr ""
3396
3397 # type: verbatim
3398 #. type: verbatim
3399 #: ../src/guestfs.pod:1519
3400 #, no-wrap
3401 msgid ""
3402 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3403 "\n"
3404 msgstr ""
3405
3406 # type: textblock
3407 #. type: textblock
3408 #: ../src/guestfs.pod:1521
3409 msgid ""
3410 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3411 "call with no optional arguments specified:"
3412 msgstr ""
3413
3414 # type: verbatim
3415 #. type: verbatim
3416 #: ../src/guestfs.pod:1524
3417 #, no-wrap
3418 msgid ""
3419 " guestfs_add_drive_opts (g, filename, -1);\n"
3420 "\n"
3421 msgstr ""
3422
3423 # type: textblock
3424 #. type: textblock
3425 #: ../src/guestfs.pod:1526
3426 msgid "With a single optional argument:"
3427 msgstr ""
3428
3429 # type: verbatim
3430 #. type: verbatim
3431 #: ../src/guestfs.pod:1528
3432 #, no-wrap
3433 msgid ""
3434 " guestfs_add_drive_opts (g, filename,\n"
3435 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3436 "                         -1);\n"
3437 "\n"
3438 msgstr ""
3439
3440 # type: textblock
3441 #. type: textblock
3442 #: ../src/guestfs.pod:1532
3443 msgid "With two:"
3444 msgstr ""
3445
3446 # type: verbatim
3447 #. type: verbatim
3448 #: ../src/guestfs.pod:1534
3449 #, no-wrap
3450 msgid ""
3451 " guestfs_add_drive_opts (g, filename,\n"
3452 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3453 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3454 "                         -1);\n"
3455 "\n"
3456 msgstr ""
3457
3458 # type: textblock
3459 #. type: textblock
3460 #: ../src/guestfs.pod:1539
3461 msgid ""
3462 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3463 "happen!"
3464 msgstr ""
3465
3466 # type: =head2
3467 #. type: =head2
3468 #: ../src/guestfs.pod:1542
3469 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3470 msgstr ""
3471
3472 # type: textblock
3473 #. type: textblock
3474 #: ../src/guestfs.pod:1544
3475 msgid ""
3476 "The second variant has the same name with the suffix C<_va>, which works the "
3477 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3478 "example function, this is declared:"
3479 msgstr ""
3480
3481 # type: verbatim
3482 #. type: verbatim
3483 #: ../src/guestfs.pod:1548
3484 #, no-wrap
3485 msgid ""
3486 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3487 "                                va_list args);\n"
3488 "\n"
3489 msgstr ""
3490
3491 # type: =head2
3492 #. type: =head2
3493 #: ../src/guestfs.pod:1551
3494 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3495 msgstr ""
3496
3497 # type: textblock
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1553
3500 msgid ""
3501 "The third variant is useful where you need to construct these calls.  You "
3502 "pass in a structure where you fill in the optional fields.  The structure "
3503 "has a bitmask as the first element which you must set to indicate which "
3504 "fields you have filled in.  For our example function the structure and call "
3505 "are declared:"
3506 msgstr ""
3507
3508 # type: verbatim
3509 #. type: verbatim
3510 #: ../src/guestfs.pod:1559
3511 #, no-wrap
3512 msgid ""
3513 " struct guestfs_add_drive_opts_argv {\n"
3514 "   uint64_t bitmask;\n"
3515 "   int readonly;\n"
3516 "   const char *format;\n"
3517 "   /* ... */\n"
3518 " };\n"
3519 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3520 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3521 "\n"
3522 msgstr ""
3523
3524 # type: textblock
3525 #. type: textblock
3526 #: ../src/guestfs.pod:1568
3527 msgid "You could call it like this:"
3528 msgstr ""
3529
3530 # type: verbatim
3531 #. type: verbatim
3532 #: ../src/guestfs.pod:1570
3533 #, no-wrap
3534 msgid ""
3535 " struct guestfs_add_drive_opts_argv optargs = {\n"
3536 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3537 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3538 "   .readonly = 1,\n"
3539 "   .format = \"qcow2\"\n"
3540 " };\n"
3541 " \n"
3542 msgstr ""
3543
3544 # type: verbatim
3545 #. type: verbatim
3546 #: ../src/guestfs.pod:1577
3547 #, no-wrap
3548 msgid ""
3549 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3550 "\n"
3551 msgstr ""
3552
3553 # type: textblock
3554 #. type: textblock
3555 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11
3556 #: ../src/guestfs-actions.pod:1844 ../fish/guestfish-actions.pod:9
3557 #: ../fish/guestfish-actions.pod:1255 ../tools/virt-win-reg.pl:532
3558 msgid "Notes:"
3559 msgstr ""
3560
3561 # type: textblock
3562 #. type: textblock
3563 #: ../src/guestfs.pod:1585
3564 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3565 msgstr ""
3566
3567 # type: textblock
3568 #. type: textblock
3569 #: ../src/guestfs.pod:1590
3570 msgid "You do not need to fill in all fields of the structure."
3571 msgstr ""
3572
3573 # type: textblock
3574 #. type: textblock
3575 #: ../src/guestfs.pod:1594
3576 msgid ""
3577 "There must be a one-to-one correspondence between fields of the structure "
3578 "that are filled in, and bits set in the bitmask."
3579 msgstr ""
3580
3581 # type: =head2
3582 #. type: =head2
3583 #: ../src/guestfs.pod:1599
3584 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3585 msgstr ""
3586
3587 # type: textblock
3588 #. type: textblock
3589 #: ../src/guestfs.pod:1601
3590 msgid ""
3591 "In other languages, optional arguments are expressed in the way that is "
3592 "natural for that language.  We refer you to the language-specific "
3593 "documentation for more details on that."
3594 msgstr ""
3595
3596 # type: textblock
3597 #. type: textblock
3598 #: ../src/guestfs.pod:1605
3599 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3600 msgstr ""
3601
3602 # type: =head2
3603 #. type: =head2
3604 #: ../src/guestfs.pod:1607
3605 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3606 msgstr ""
3607
3608 # type: textblock
3609 #. type: textblock
3610 #: ../src/guestfs.pod:1609
3611 msgid ""
3612 "The child process generates events in some situations.  Current events "
3613 "include: receiving a log message, the child process exits."
3614 msgstr ""
3615
3616 # type: textblock
3617 #. type: textblock
3618 #: ../src/guestfs.pod:1612
3619 msgid ""
3620 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3621 "types of events."
3622 msgstr ""
3623
3624 # type: textblock
3625 #. type: textblock
3626 #: ../src/guestfs.pod:1615
3627 msgid ""
3628 "Only I<one callback of each type> can be registered for each handle.  "
3629 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3630 "that type.  Cancel all callbacks of this type by calling this function with "
3631 "C<cb> set to C<NULL>."
3632 msgstr ""
3633
3634 # type: =head2
3635 #. type: =head2
3636 #: ../src/guestfs.pod:1620
3637 msgid "guestfs_set_log_message_callback"
3638 msgstr ""
3639
3640 # type: verbatim
3641 #. type: verbatim
3642 #: ../src/guestfs.pod:1622
3643 #, no-wrap
3644 msgid ""
3645 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3646 "                                         char *buf, int len);\n"
3647 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3648 "                                        guestfs_log_message_cb cb,\n"
3649 "                                        void *opaque);\n"
3650 "\n"
3651 msgstr ""
3652
3653 # type: textblock
3654 #. type: textblock
3655 #: ../src/guestfs.pod:1628
3656 msgid ""
3657 "The callback function C<cb> will be called whenever qemu or the guest writes "
3658 "anything to the console."
3659 msgstr ""
3660
3661 # type: textblock
3662 #. type: textblock
3663 #: ../src/guestfs.pod:1631
3664 msgid "Use this function to capture kernel messages and similar."
3665 msgstr ""
3666
3667 # type: textblock
3668 #. type: textblock
3669 #: ../src/guestfs.pod:1633
3670 msgid ""
3671 "Normally there is no log message handler, and log messages are just "
3672 "discarded."
3673 msgstr ""
3674
3675 # type: =head2
3676 #. type: =head2
3677 #: ../src/guestfs.pod:1636
3678 msgid "guestfs_set_subprocess_quit_callback"
3679 msgstr ""
3680
3681 # type: verbatim
3682 #. type: verbatim
3683 #: ../src/guestfs.pod:1638
3684 #, no-wrap
3685 msgid ""
3686 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3687 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3688 "                                            guestfs_subprocess_quit_cb cb,\n"
3689 "                                            void *opaque);\n"
3690 "\n"
3691 msgstr ""
3692
3693 # type: textblock
3694 #. type: textblock
3695 #: ../src/guestfs.pod:1643
3696 msgid ""
3697 "The callback function C<cb> will be called when the child process quits, "
3698 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3699 "corresponds to a transition from any state to the CONFIG state)."
3700 msgstr ""
3701
3702 # type: =head2
3703 #. type: =head2
3704 #: ../src/guestfs.pod:1648
3705 msgid "guestfs_set_launch_done_callback"
3706 msgstr ""
3707
3708 # type: verbatim
3709 #. type: verbatim
3710 #: ../src/guestfs.pod:1650
3711 #, no-wrap
3712 msgid ""
3713 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3714 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3715 "                                        guestfs_launch_done_cb cb,\n"
3716 "                                        void *opaque);\n"
3717 "\n"
3718 msgstr ""
3719
3720 # type: textblock
3721 #. type: textblock
3722 #: ../src/guestfs.pod:1655
3723 msgid ""
3724 "The callback function C<cb> will be called when the child process becomes "
3725 "ready first time after it has been launched.  (This corresponds to a "
3726 "transition from LAUNCHING to the READY state)."
3727 msgstr ""
3728
3729 # type: =head2
3730 #. type: =head2
3731 #: ../src/guestfs.pod:1659
3732 msgid "guestfs_set_close_callback"
3733 msgstr ""
3734
3735 # type: verbatim
3736 #. type: verbatim
3737 #: ../src/guestfs.pod:1661
3738 #, no-wrap
3739 msgid ""
3740 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3741 " void guestfs_set_close_callback (guestfs_h *g,\n"
3742 "                                  guestfs_close_cb cb,\n"
3743 "                                  void *opaque);\n"
3744 "\n"
3745 msgstr ""
3746
3747 # type: textblock
3748 #. type: textblock
3749 #: ../src/guestfs.pod:1666
3750 msgid ""
3751 "The callback function C<cb> will be called while the handle is being closed "
3752 "(synchronously from L</guestfs_close>)."
3753 msgstr ""
3754
3755 # type: textblock
3756 #. type: textblock
3757 #: ../src/guestfs.pod:1669
3758 msgid ""
3759 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3760 "handles that are open when the program exits.  This means that this callback "
3761 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3762 "problems in higher-level languages (eg. if your HLL interpreter has already "
3763 "been cleaned up by the time this is called, and if your callback then jumps "
3764 "into some HLL function)."
3765 msgstr ""
3766
3767 # type: =head2
3768 #. type: =head2
3769 #: ../src/guestfs.pod:1677
3770 msgid "guestfs_set_progress_callback"
3771 msgstr ""
3772
3773 # type: verbatim
3774 #. type: verbatim
3775 #: ../src/guestfs.pod:1679
3776 #, no-wrap
3777 msgid ""
3778 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3779 "                                      int proc_nr, int serial,\n"
3780 "                                      uint64_t position, uint64_t total);\n"
3781 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3782 "                                     guestfs_progress_cb cb,\n"
3783 "                                     void *opaque);\n"
3784 "\n"
3785 msgstr ""
3786
3787 # type: textblock
3788 #. type: textblock
3789 #: ../src/guestfs.pod:1686
3790 msgid ""
3791 "Some long-running operations can generate progress messages.  If this "
3792 "callback is registered, then it will be called each time a progress message "
3793 "is generated (usually two seconds after the operation started, and three "
3794 "times per second thereafter until it completes, although the frequency may "
3795 "change in future versions)."
3796 msgstr ""
3797
3798 # type: textblock
3799 #. type: textblock
3800 #: ../src/guestfs.pod:1692
3801 msgid ""
3802 "The callback receives two numbers: C<position> and C<total>.  The units of "
3803 "C<total> are not defined, although for some operations C<total> may relate "
3804 "in some way to the amount of data to be transferred (eg. in bytes or "
3805 "megabytes), and C<position> may be the portion which has been transferred."
3806 msgstr ""
3807
3808 # type: textblock
3809 #. type: textblock
3810 #: ../src/guestfs.pod:1698
3811 msgid "The only defined and stable parts of the API are:"
3812 msgstr ""
3813
3814 # type: textblock
3815 #. type: textblock
3816 #: ../src/guestfs.pod:1704
3817 msgid ""
3818 "The callback can display to the user some type of progress bar or indicator "
3819 "which shows the ratio of C<position>:C<total>."
3820 msgstr ""
3821
3822 # type: textblock
3823 #. type: textblock
3824 #: ../src/guestfs.pod:1709
3825 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3826 msgstr ""
3827
3828 #. type: textblock
3829 #: ../src/guestfs.pod:1713
3830 msgid ""
3831 "If any progress notification is sent during a call, then a final progress "
3832 "notification is always sent when C<position> = C<total> (I<unless> the call "
3833 "fails with an error)."
3834 msgstr ""
3835
3836 # type: textblock
3837 #. type: textblock
3838 #: ../src/guestfs.pod:1717
3839 msgid ""
3840 "This is to simplify caller code, so callers can easily set the progress "
3841 "indicator to \"100%\" at the end of the operation, without requiring special "
3842 "code to detect this case."
3843 msgstr ""
3844
3845 # type: textblock
3846 #. type: textblock
3847 #: ../src/guestfs.pod:1723
3848 msgid ""
3849 "The callback also receives the procedure number and serial number of the "
3850 "call.  These are only useful for debugging protocol issues, and the callback "
3851 "can normally ignore them.  The callback may want to print these numbers in "
3852 "error messages or debugging messages."
3853 msgstr ""
3854
3855 # type: =head1
3856 #. type: =head1
3857 #: ../src/guestfs.pod:1728
3858 msgid "PRIVATE DATA AREA"
3859 msgstr ""
3860
3861 # type: textblock
3862 #. type: textblock
3863 #: ../src/guestfs.pod:1730
3864 msgid ""
3865 "You can attach named pieces of private data to the libguestfs handle, and "
3866 "fetch them by name for the lifetime of the handle.  This is called the "
3867 "private data area and is only available from the C API."
3868 msgstr ""
3869
3870 # type: textblock
3871 #. type: textblock
3872 #: ../src/guestfs.pod:1734
3873 msgid "To attach a named piece of data, use the following call:"
3874 msgstr ""
3875
3876 # type: verbatim
3877 #. type: verbatim
3878 #: ../src/guestfs.pod:1736
3879 #, no-wrap
3880 msgid ""
3881 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3882 "\n"
3883 msgstr ""
3884
3885 # type: textblock
3886 #. type: textblock
3887 #: ../src/guestfs.pod:1738
3888 msgid ""
3889 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3890 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3891 "overwritten."
3892 msgstr ""
3893
3894 # type: textblock
3895 #. type: textblock
3896 #: ../src/guestfs.pod:1742
3897 msgid ""
3898 "You can use any C<key> you want, but names beginning with an underscore "
3899 "character are reserved for internal libguestfs purposes (for implementing "
3900 "language bindings).  It is recommended to prefix the name with some unique "
3901 "string to avoid collisions with other users."
3902 msgstr ""
3903
3904 # type: textblock
3905 #. type: textblock
3906 #: ../src/guestfs.pod:1747
3907 msgid "To retrieve the pointer, use:"
3908 msgstr ""
3909
3910 # type: verbatim
3911 #. type: verbatim
3912 #: ../src/guestfs.pod:1749
3913 #, no-wrap
3914 msgid ""
3915 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3916 "\n"
3917 msgstr ""
3918
3919 # type: textblock
3920 #. type: textblock
3921 #: ../src/guestfs.pod:1751
3922 msgid ""
3923 "This function returns C<NULL> if either no data is found associated with "
3924 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3925 "C<NULL>."
3926 msgstr ""
3927
3928 # type: textblock
3929 #. type: textblock
3930 #: ../src/guestfs.pod:1755
3931 msgid ""
3932 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3933 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3934 "all.  In particular, libguestfs does I<not> try to free the data when the "
3935 "handle is closed.  If the data must be freed, then the caller must either "
3936 "free it before calling L</guestfs_close> or must set up a close callback to "
3937 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3938 "can be registered for a handle)."
3939 msgstr ""
3940
3941 # type: textblock
3942 #. type: textblock
3943 #: ../src/guestfs.pod:1763
3944 msgid ""
3945 "The private data area is implemented using a hash table, and should be "
3946 "reasonably efficient for moderate numbers of keys."
3947 msgstr ""
3948
3949 # type: =end
3950 #. type: =end
3951 #: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771
3952 msgid "html"
3953 msgstr ""
3954
3955 # type: textblock
3956 #. type: textblock
3957 #: ../src/guestfs.pod:1768
3958 msgid ""
3959 "<!-- old anchor for the next section --> <a name="
3960 "\"state_machine_and_low_level_event_api\"/>"
3961 msgstr ""
3962
3963 # type: =head1
3964 #. type: =head1
3965 #: ../src/guestfs.pod:1773
3966 msgid "ARCHITECTURE"
3967 msgstr ""
3968
3969 # type: textblock
3970 #. type: textblock
3971 #: ../src/guestfs.pod:1775
3972 msgid ""
3973 "Internally, libguestfs is implemented by running an appliance (a special "
3974 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3975 "process of the main program."
3976 msgstr ""
3977
3978 # type: verbatim
3979 #. type: verbatim
3980 #: ../src/guestfs.pod:1779
3981 #, no-wrap
3982 msgid ""
3983 "  ___________________\n"
3984 " /                   \\\n"
3985 " | main program      |\n"
3986 " |                   |\n"
3987 " |                   |           child process / appliance\n"
3988 " |                   |           __________________________\n"
3989 " |                   |          / qemu                     \\\n"
3990 " +-------------------+   RPC    |      +-----------------+ |\n"
3991 " | libguestfs     <--------------------> guestfsd        | |\n"
3992 " |                   |          |      +-----------------+ |\n"
3993 " \\___________________/          |      | Linux kernel    | |\n"
3994 "                                |      +--^--------------+ |\n"
3995 "                                \\_________|________________/\n"
3996 "                                          |\n"
3997 "                                   _______v______\n"
3998 "                                  /              \\\n"
3999 "                                  | Device or    |\n"
4000 "                                  | disk image   |\n"
4001 "                                  \\______________/\n"
4002 "\n"
4003 msgstr ""
4004
4005 # type: textblock
4006 #. type: textblock
4007 #: ../src/guestfs.pod:1799
4008 msgid ""
4009 "The library, linked to the main program, creates the child process and hence "
4010 "the appliance in the L</guestfs_launch> function."
4011 msgstr ""
4012
4013 # type: textblock
4014 #. type: textblock
4015 #: ../src/guestfs.pod:1802
4016 msgid ""
4017 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4018 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4019 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4020 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4021 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4022 "attached to the qemu process which translates device access by the "
4023 "appliance's Linux kernel into accesses to the image."
4024 msgstr ""
4025
4026 # type: textblock
4027 #. type: textblock
4028 #: ../src/guestfs.pod:1811
4029 msgid ""
4030 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4031 "Although the disk image you are attached to might also be used by some "
4032 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4033 "care if both libguestfs's qemu process and your virtual machine are trying "
4034 "to update the disk image at the same time, since these usually results in "
4035 "massive disk corruption)."
4036 msgstr ""
4037
4038 # type: =head1
4039 #. type: =head1
4040 #: ../src/guestfs.pod:1818
4041 msgid "STATE MACHINE"
4042 msgstr ""
4043
4044 # type: textblock
4045 #. type: textblock
4046 #: ../src/guestfs.pod:1820
4047 msgid "libguestfs uses a state machine to model the child process:"
4048 msgstr ""
4049
4050 # type: verbatim
4051 #. type: verbatim
4052 #: ../src/guestfs.pod:1822
4053 #, no-wrap
4054 msgid ""
4055 "                         |\n"
4056 "                    guestfs_create\n"
4057 "                         |\n"
4058 "                         |\n"
4059 "                     ____V_____\n"
4060 "                    /          \\\n"
4061 "                    |  CONFIG  |\n"
4062 "                    \\__________/\n"
4063 "                     ^ ^   ^  \\\n"
4064 "                    /  |    \\  \\ guestfs_launch\n"
4065 "                   /   |    _\\__V______\n"
4066 "                  /    |   /           \\\n"
4067 "                 /     |   | LAUNCHING |\n"
4068 "                /      |   \\___________/\n"
4069 "               /       |       /\n"
4070 "              /        |  guestfs_launch\n"
4071 "             /         |     /\n"
4072 "    ______  /        __|____V\n"
4073 "   /      \\ ------> /        \\\n"
4074 "   | BUSY |         | READY  |\n"
4075 "   \\______/ <------ \\________/\n"
4076 "\n"
4077 msgstr ""
4078
4079 # type: textblock
4080 #. type: textblock
4081 #: ../src/guestfs.pod:1844
4082 msgid ""
4083 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4084 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4085 "(3) alternating between READY and BUSY as commands are issued to, and "
4086 "carried out by, the child process."
4087 msgstr ""
4088
4089 # type: textblock
4090 #. type: textblock
4091 #: ../src/guestfs.pod:1849
4092 msgid ""
4093 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4094 "asynchronously at any time (eg. due to some internal error), and that causes "
4095 "the state to transition back to CONFIG."
4096 msgstr ""
4097
4098 # type: textblock
4099 #. type: textblock
4100 #: ../src/guestfs.pod:1853
4101 msgid ""
4102 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4103 "issued when in the CONFIG state."
4104 msgstr ""
4105
4106 # type: textblock
4107 #. type: textblock
4108 #: ../src/guestfs.pod:1856
4109 msgid ""
4110 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4111 "L</guestfs_launch> blocks until the child process is READY to accept "
4112 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4113 "moves the state from CONFIG to LAUNCHING while it is running."
4114 msgstr ""
4115
4116 # type: textblock
4117 #. type: textblock
4118 #: ../src/guestfs.pod:1862
4119 msgid ""
4120 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4121 "state.  These API calls block waiting for the command to be carried out (ie. "
4122 "the state to transition to BUSY and then back to READY).  There are no non-"
4123 "blocking versions, and no way to issue more than one command per handle at "
4124 "the same time."
4125 msgstr ""
4126
4127 # type: textblock
4128 #. type: textblock
4129 #: ../src/guestfs.pod:1868
4130 msgid ""
4131 "Finally, the child process sends asynchronous messages back to the main "
4132 "program, such as kernel log messages.  You can register a callback to "
4133 "receive these messages."
4134 msgstr ""
4135
4136 # type: =head1
4137 #. type: =head1
4138 #: ../src/guestfs.pod:1872
4139 msgid "INTERNALS"
4140 msgstr ""
4141
4142 # type: =head2
4143 #. type: =head2
4144 #: ../src/guestfs.pod:1874
4145 msgid "COMMUNICATION PROTOCOL"
4146 msgstr ""
4147
4148 # type: textblock
4149 #. type: textblock
4150 #: ../src/guestfs.pod:1876
4151 msgid ""
4152 "Don't rely on using this protocol directly.  This section documents how it "
4153 "currently works, but it may change at any time."
4154 msgstr ""
4155
4156 # type: textblock
4157 #. type: textblock
4158 #: ../src/guestfs.pod:1879
4159 msgid ""
4160 "The protocol used to talk between the library and the daemon running inside "
4161 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4162 "1014, RFC 1832, RFC 4506)."
4163 msgstr ""
4164
4165 # type: textblock
4166 #. type: textblock
4167 #: ../src/guestfs.pod:1883
4168 msgid ""
4169 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4170 "this file is automatically generated)."
4171 msgstr ""
4172
4173 # type: textblock
4174 #. type: textblock
4175 #: ../src/guestfs.pod:1886
4176 msgid ""
4177 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4178 "and C<FileOut> parameters, which are handled with very simple request/reply "
4179 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4180 "parameters, which use the same request and reply messages, but they may also "
4181 "be followed by files sent using a chunked encoding."
4182 msgstr ""
4183
4184 # type: =head3
4185 #. type: =head3
4186 #: ../src/guestfs.pod:1893
4187 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4188 msgstr ""
4189
4190 # type: textblock
4191 #. type: textblock
4192 #: ../src/guestfs.pod:1895
4193 msgid "For ordinary functions, the request message is:"
4194 msgstr ""
4195
4196 # type: verbatim
4197 #. type: verbatim
4198 #: ../src/guestfs.pod:1897
4199 #, no-wrap
4200 msgid ""
4201 " total length (header + arguments,\n"
4202 "      but not including the length word itself)\n"
4203 " struct guestfs_message_header (encoded as XDR)\n"
4204 " struct guestfs_<foo>_args (encoded as XDR)\n"
4205 "\n"
4206 msgstr ""
4207
4208 # type: textblock
4209 #. type: textblock
4210 #: ../src/guestfs.pod:1902
4211 msgid ""
4212 "The total length field allows the daemon to allocate a fixed size buffer "
4213 "into which it slurps the rest of the message.  As a result, the total length "
4214 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4215 "effective size of any request is limited to somewhere under this size."
4216 msgstr ""
4217
4218 # type: textblock
4219 #. type: textblock
4220 #: ../src/guestfs.pod:1908
4221 msgid ""
4222 "Note also that many functions don't take any arguments, in which case the "
4223 "C<guestfs_I<foo>_args> is completely omitted."
4224 msgstr ""
4225
4226 # type: textblock
4227 #. type: textblock
4228 #: ../src/guestfs.pod:1911
4229 msgid ""
4230 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4231 "receiver knows what type of args structure to expect, or none at all."
4232 msgstr ""
4233
4234 # type: textblock
4235 #. type: textblock
4236 #: ../src/guestfs.pod:1915
4237 msgid ""
4238 "For functions that take optional arguments, the optional arguments are "
4239 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4240 "arguments.  A bitmask in the header indicates which optional arguments are "
4241 "meaningful.  The bitmask is also checked to see if it contains bits set "
4242 "which the daemon does not know about (eg. if more optional arguments were "
4243 "added in a later version of the library), and this causes the call to be "
4244 "rejected."
4245 msgstr ""
4246
4247 # type: textblock
4248 #. type: textblock
4249 #: ../src/guestfs.pod:1923
4250 msgid "The reply message for ordinary functions is:"
4251 msgstr ""
4252
4253 # type: verbatim
4254 #. type: verbatim
4255 #: ../src/guestfs.pod:1925
4256 #, no-wrap
4257 msgid ""
4258 " total length (header + ret,\n"
4259 "      but not including the length word itself)\n"
4260 " struct guestfs_message_header (encoded as XDR)\n"
4261 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4262 "\n"
4263 msgstr ""
4264
4265 # type: textblock
4266 #. type: textblock
4267 #: ../src/guestfs.pod:1930
4268 msgid ""
4269 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4270 "functions that return no formal return values."
4271 msgstr ""
4272
4273 # type: textblock
4274 #. type: textblock
4275 #: ../src/guestfs.pod:1933
4276 msgid ""
4277 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4278 msgstr ""
4279
4280 # type: textblock
4281 #. type: textblock
4282 #: ../src/guestfs.pod:1936
4283 msgid ""
4284 "In the case of an error, a flag is set in the header, and the reply message "
4285 "is slightly changed:"
4286 msgstr ""
4287
4288 # type: verbatim
4289 #. type: verbatim
4290 #: ../src/guestfs.pod:1939
4291 #, no-wrap
4292 msgid ""
4293 " total length (header + error,\n"
4294 "      but not including the length word itself)\n"
4295 " struct guestfs_message_header (encoded as XDR)\n"
4296 " struct guestfs_message_error (encoded as XDR)\n"
4297 "\n"
4298 msgstr ""
4299
4300 # type: textblock
4301 #. type: textblock
4302 #: ../src/guestfs.pod:1944
4303 msgid ""
4304 "The C<guestfs_message_error> structure contains the error message as a "
4305 "string."
4306 msgstr ""
4307
4308 # type: =head3
4309 #. type: =head3
4310 #: ../src/guestfs.pod:1947
4311 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4312 msgstr ""
4313
4314 # type: textblock
4315 #. type: textblock
4316 #: ../src/guestfs.pod:1949
4317 msgid ""
4318 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4319 "The normal request message is sent (see above).  However this is followed by "
4320 "a sequence of file chunks."
4321 msgstr ""
4322
4323 # type: verbatim
4324 #. type: verbatim
4325 #: ../src/guestfs.pod:1953
4326 #, no-wrap
4327 msgid ""
4328 " total length (header + arguments,\n"
4329 "      but not including the length word itself,\n"
4330 "      and not including the chunks)\n"
4331 " struct guestfs_message_header (encoded as XDR)\n"
4332 " struct guestfs_<foo>_args (encoded as XDR)\n"
4333 " sequence of chunks for FileIn param #0\n"
4334 " sequence of chunks for FileIn param #1 etc.\n"
4335 "\n"
4336 msgstr ""
4337
4338 # type: textblock
4339 #. type: textblock
4340 #: ../src/guestfs.pod:1961
4341 msgid "The \"sequence of chunks\" is:"
4342 msgstr ""
4343
4344 # type: verbatim
4345 #. type: verbatim
4346 #: ../src/guestfs.pod:1963
4347 #, no-wrap
4348 msgid ""
4349 " length of chunk (not including length word itself)\n"
4350 " struct guestfs_chunk (encoded as XDR)\n"
4351 " length of chunk\n"
4352 " struct guestfs_chunk (encoded as XDR)\n"
4353 "   ...\n"
4354 " length of chunk\n"
4355 " struct guestfs_chunk (with data.data_len == 0)\n"
4356 "\n"
4357 msgstr ""
4358
4359 # type: textblock
4360 #. type: textblock
4361 #: ../src/guestfs.pod:1971
4362 msgid ""
4363 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4364 "is set in the final chunk to indicate either successful completion or early "
4365 "cancellation."
4366 msgstr ""
4367
4368 # type: textblock
4369 #. type: textblock
4370 #: ../src/guestfs.pod:1975
4371 msgid ""
4372 "At time of writing there are no functions that have more than one FileIn "
4373 "parameter.  However this is (theoretically) supported, by sending the "
4374 "sequence of chunks for each FileIn parameter one after another (from left to "
4375 "right)."
4376 msgstr ""
4377
4378 # type: textblock
4379 #. type: textblock
4380 #: ../src/guestfs.pod:1980
4381 msgid ""
4382 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4383 "transfer.  The library does this by sending a chunk with a special flag set "
4384 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4385 "RPC, does I<not> send any reply, and goes back to reading the next request."
4386 msgstr ""
4387
4388 # type: textblock
4389 #. type: textblock
4390 #: ../src/guestfs.pod:1986
4391 msgid ""
4392 "The daemon may also cancel.  It does this by writing a special word "
4393 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4394 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4395 "cancel chunk).  The special word is chosen so that even if cancellation "
4396 "happens right at the end of the transfer (after the library has finished "
4397 "writing and has started listening for the reply), the \"spurious\" cancel "
4398 "flag will not be confused with the reply message."
4399 msgstr ""
4400
4401 # type: textblock
4402 #. type: textblock
4403 #: ../src/guestfs.pod:1995
4404 msgid ""
4405 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4406 "limit), and also files where the size is not known in advance (eg. from "
4407 "pipes or sockets).  However the chunks are rather small "
4408 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4409 "to keep much in memory."
4410 msgstr ""
4411
4412 # type: =head3
4413 #. type: =head3
4414 #: ../src/guestfs.pod:2001
4415 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4416 msgstr ""
4417
4418 # type: textblock
4419 #. type: textblock
4420 #: ../src/guestfs.pod:2003
4421 msgid ""
4422 "The protocol for FileOut parameters is exactly the same as for FileIn "
4423 "parameters, but with the roles of daemon and library reversed."
4424 msgstr ""
4425
4426 # type: verbatim
4427 #. type: verbatim
4428 #: ../src/guestfs.pod:2006
4429 #, no-wrap
4430 msgid ""
4431 " total length (header + ret,\n"
4432 "      but not including the length word itself,\n"
4433 "      and not including the chunks)\n"
4434 " struct guestfs_message_header (encoded as XDR)\n"
4435 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4436 " sequence of chunks for FileOut param #0\n"
4437 " sequence of chunks for FileOut param #1 etc.\n"
4438 "\n"
4439 msgstr ""
4440
4441 # type: =head3
4442 #. type: =head3
4443 #: ../src/guestfs.pod:2014
4444 msgid "INITIAL MESSAGE"
4445 msgstr ""
4446
4447 # type: textblock
4448 #. type: textblock
4449 #: ../src/guestfs.pod:2016
4450 msgid ""
4451 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4452 "which indicates that the guest and daemon is alive.  This is what L</"
4453 "guestfs_launch> waits for."
4454 msgstr ""
4455
4456 # type: =head3
4457 #. type: =head3
4458 #: ../src/guestfs.pod:2020
4459 msgid "PROGRESS NOTIFICATION MESSAGES"
4460 msgstr ""
4461
4462 # type: textblock
4463 #. type: textblock
4464 #: ../src/guestfs.pod:2022
4465 msgid ""
4466 "The daemon may send progress notification messages at any time.  These are "
4467 "distinguished by the normal length word being replaced by "
4468 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4469 msgstr ""
4470
4471 # type: textblock
4472 #. type: textblock
4473 #: ../src/guestfs.pod:2026
4474 msgid ""
4475 "The library turns them into progress callbacks (see "
4476 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
4477 "discards them if not."
4478 msgstr ""
4479
4480 # type: textblock
4481 #. type: textblock
4482 #: ../src/guestfs.pod:2030
4483 msgid ""
4484 "The daemon self-limits the frequency of progress messages it sends (see "
4485 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4486 "messages."
4487 msgstr ""
4488
4489 # type: =head1
4490 #. type: =head1
4491 #: ../src/guestfs.pod:2034
4492 msgid "LIBGUESTFS VERSION NUMBERS"
4493 msgstr ""
4494
4495 # type: textblock
4496 #. type: textblock
4497 #: ../src/guestfs.pod:2036
4498 msgid ""
4499 "Since April 2010, libguestfs has started to make separate development and "
4500 "stable releases, along with corresponding branches in our git repository.  "
4501 "These separate releases can be identified by version number:"
4502 msgstr ""
4503
4504 # type: verbatim
4505 #. type: verbatim
4506 #: ../src/guestfs.pod:2041
4507 #, no-wrap
4508 msgid ""
4509 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4510 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4511 "       |\n"
4512 "       v\n"
4513 " 1  .  3  .  5\n"
4514 " ^           ^\n"
4515 " |           |\n"
4516 " |           `-------- sub-version\n"
4517 " |\n"
4518 " `------ always '1' because we don't change the ABI\n"
4519 "\n"
4520 msgstr ""
4521
4522 # type: textblock
4523 #. type: textblock
4524 #: ../src/guestfs.pod:2052
4525 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4526 msgstr ""
4527
4528 # type: textblock
4529 #. type: textblock
4530 #: ../src/guestfs.pod:2054
4531 msgid ""
4532 "As time passes we cherry pick fixes from the development branch and backport "
4533 "those into the stable branch, the effect being that the stable branch should "
4534 "get more stable and less buggy over time.  So the stable releases are ideal "
4535 "for people who don't need new features but would just like the software to "
4536 "work."
4537 msgstr ""
4538
4539 # type: textblock
4540 #. type: textblock
4541 #: ../src/guestfs.pod:2060
4542 msgid "Our criteria for backporting changes are:"
4543 msgstr ""
4544
4545 # type: textblock
4546 #. type: textblock
4547 #: ../src/guestfs.pod:2066
4548 msgid ""
4549 "Documentation changes which don't affect any code are backported unless the "
4550 "documentation refers to a future feature which is not in stable."
4551 msgstr ""
4552
4553 # type: textblock
4554 #. type: textblock
4555 #: ../src/guestfs.pod:2072
4556 msgid ""
4557 "Bug fixes which are not controversial, fix obvious problems, and have been "
4558 "well tested are backported."
4559 msgstr ""
4560
4561 # type: textblock
4562 #. type: textblock
4563 #: ../src/guestfs.pod:2077
4564 msgid ""
4565 "Simple rearrangements of code which shouldn't affect how it works get "
4566 "backported.  This is so that the code in the two branches doesn't get too "
4567 "far out of step, allowing us to backport future fixes more easily."
4568 msgstr ""
4569
4570 # type: textblock
4571 #. type: textblock
4572 #: ../src/guestfs.pod:2083
4573 msgid ""
4574 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4575 "exceptional case: the new feature is required in order to implement an "
4576 "important bug fix."
4577 msgstr ""
4578
4579 # type: textblock
4580 #. type: textblock
4581 #: ../src/guestfs.pod:2089
4582 msgid ""
4583 "A new stable branch starts when we think the new features in development are "
4584 "substantial and compelling enough over the current stable branch to warrant "
4585 "it.  When that happens we create new stable and development versions 1.N.0 "
4586 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4587 "stable at this point, but by backporting fixes from development, that branch "
4588 "will stabilize over time."
4589 msgstr ""
4590
4591 #. type: =head1
4592 #: ../src/guestfs.pod:2097
4593 msgid "EXTENDING LIBGUESTFS"
4594 msgstr ""
4595
4596 #. type: =head2
4597 #: ../src/guestfs.pod:2099
4598 msgid "ADDING A NEW API ACTION"
4599 msgstr ""
4600
4601 #. type: textblock
4602 #: ../src/guestfs.pod:2101
4603 msgid ""
4604 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4605 "documentation) are generated, and this makes it easy to extend the "
4606 "libguestfs API."
4607 msgstr ""
4608
4609 #. type: textblock
4610 #: ../src/guestfs.pod:2105
4611 msgid "To add a new API action there are two changes:"
4612 msgstr ""
4613
4614 #. type: textblock
4615 #: ../src/guestfs.pod:2111
4616 msgid ""
4617 "You need to add a description of the call (name, parameters, return type, "
4618 "tests, documentation) to C<generator/generator_actions.ml>."
4619 msgstr ""
4620
4621 #. type: textblock
4622 #: ../src/guestfs.pod:2114
4623 msgid ""
4624 "There are two sorts of API action, depending on whether the call goes "
4625 "through to the daemon in the appliance, or is serviced entirely by the "
4626 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4627 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4628 "an example of the latter, since a trace flag is maintained in the handle and "
4629 "all tracing is done on the library side."
4630 msgstr ""
4631
4632 #. type: textblock
4633 #: ../src/guestfs.pod:2122
4634 msgid ""
4635 "Most new actions are of the first type, and get added to the "
4636 "C<daemon_functions> list.  Each function has a unique procedure number used "
4637 "in the RPC protocol which is assigned to that action when we publish "
4638 "libguestfs and cannot be reused.  Take the latest procedure number and "
4639 "increment it."
4640 msgstr ""
4641
4642 #. type: textblock
4643 #: ../src/guestfs.pod:2128
4644 msgid ""
4645 "For library-only actions of the second type, add to the "
4646 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4647 "library and do not travel over the RPC mechanism to the daemon, these "
4648 "functions do not need a procedure number, and so the procedure number is set "
4649 "to C<-1>."
4650 msgstr ""
4651
4652 #. type: textblock
4653 #: ../src/guestfs.pod:2136
4654 msgid "Implement the action (in C):"
4655 msgstr ""
4656
4657 #. type: textblock
4658 #: ../src/guestfs.pod:2138
4659 msgid ""
4660 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4661 "C<daemon/> directory."
4662 msgstr ""
4663
4664 #. type: textblock
4665 #: ../src/guestfs.pod:2141
4666 msgid ""
4667 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4668 "(note: double underscore) in the C<src/> directory."
4669 msgstr ""
4670
4671 #. type: textblock
4672 #: ../src/guestfs.pod:2144
4673 msgid "In either case, use another function as an example of what to do."
4674 msgstr ""
4675
4676 #. type: textblock
4677 #: ../src/guestfs.pod:2148
4678 msgid "After making these changes, use C<make> to compile."
4679 msgstr ""
4680
4681 #. type: textblock
4682 #: ../src/guestfs.pod:2150
4683 msgid ""
4684 "Note that you don't need to implement the RPC, language bindings, manual "
4685 "pages or anything else.  It's all automatically generated from the OCaml "
4686 "description."
4687 msgstr ""
4688
4689 #. type: =head2
4690 #: ../src/guestfs.pod:2154
4691 msgid "ADDING TESTS FOR AN API ACTION"
4692 msgstr ""
4693
4694 #. type: textblock
4695 #: ../src/guestfs.pod:2156
4696 msgid ""
4697 "You can supply zero or as many tests as you want per API call.  The tests "
4698 "can either be added as part of the API description (C<generator/"
4699 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4700 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4701 "slower, so if possible use the first method."
4702 msgstr ""
4703
4704 #. type: textblock
4705 #: ../src/guestfs.pod:2162
4706 msgid ""
4707 "The following describes the test environment used when you add an API test "
4708 "in C<generator_actions.ml>."
4709 msgstr ""
4710
4711 #. type: textblock
4712 #: ../src/guestfs.pod:2165
4713 msgid "The test environment has 4 block devices:"
4714 msgstr ""
4715
4716 #. type: =item
4717 #: ../src/guestfs.pod:2169
4718 msgid "C</dev/sda> 500MB"
4719 msgstr ""
4720
4721 #. type: textblock
4722 #: ../src/guestfs.pod:2171
4723 msgid "General block device for testing."
4724 msgstr ""
4725
4726 #. type: =item
4727 #: ../src/guestfs.pod:2173
4728 msgid "C</dev/sdb> 50MB"
4729 msgstr ""
4730
4731 #. type: textblock
4732 #: ../src/guestfs.pod:2175
4733 msgid ""
4734 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4735 "operations."
4736 msgstr ""
4737
4738 #. type: =item
4739 #: ../src/guestfs.pod:2178
4740 msgid "C</dev/sdc> 10MB"
4741 msgstr ""
4742
4743 #. type: textblock
4744 #: ../src/guestfs.pod:2180
4745 msgid "Used in a few tests where two block devices are needed."
4746 msgstr ""
4747
4748 #. type: =item
4749 #: ../src/guestfs.pod:2182
4750 msgid "C</dev/sdd>"
4751 msgstr ""
4752
4753 #. type: textblock
4754 #: ../src/guestfs.pod:2184
4755 msgid "ISO with fixed content (see C<images/test.iso>)."
4756 msgstr ""
4757
4758 #. type: textblock
4759 #: ../src/guestfs.pod:2188
4760 msgid ""
4761 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4762 "appliance and block devices are reused between tests.  So don't try testing "
4763 "L</guestfs_kill_subprocess> :-x"
4764 msgstr ""
4765
4766 #. type: textblock
4767 #: ../src/guestfs.pod:2192
4768 msgid ""
4769 "Each test starts with an initial scenario, selected using one of the "
4770 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4771 "initialize the disks mentioned above in a particular way as documented in "
4772 "C<generator_types.ml>.  You should not assume anything about the previous "
4773 "contents of other disks that are not initialized."
4774 msgstr ""
4775
4776 #. type: textblock
4777 #: ../src/guestfs.pod:2198
4778 msgid ""
4779 "You can add a prerequisite clause to any individual test.  This is a run-"
4780 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4781 "testing a command which might not work on all variations of libguestfs "
4782 "builds.  A test that has prerequisite of C<Always> means to run "
4783 "unconditionally."
4784 msgstr ""
4785
4786 #. type: textblock
4787 #: ../src/guestfs.pod:2204
4788 msgid ""
4789 "In addition, packagers can skip individual tests by setting environment "
4790 "variables before running C<make check>."
4791 msgstr ""
4792
4793 #. type: verbatim
4794 #: ../src/guestfs.pod:2207
4795 #, no-wrap
4796 msgid ""
4797 " SKIP_TEST_<CMD>_<NUM>=1\n"
4798 "\n"
4799 msgstr ""
4800
4801 #. type: textblock
4802 #: ../src/guestfs.pod:2209
4803 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4804 msgstr ""
4805
4806 #. type: textblock
4807 #: ../src/guestfs.pod:2211
4808 msgid "or:"
4809 msgstr ""
4810
4811 #. type: verbatim
4812 #: ../src/guestfs.pod:2213
4813 #, no-wrap
4814 msgid ""
4815 " SKIP_TEST_<CMD>=1\n"
4816 "\n"
4817 msgstr ""
4818
4819 #. type: textblock
4820 #: ../src/guestfs.pod:2215
4821 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4822 msgstr ""
4823
4824 #. type: textblock
4825 #: ../src/guestfs.pod:2217
4826 msgid "Packagers can run only certain tests by setting for example:"
4827 msgstr ""
4828
4829 #. type: verbatim
4830 #: ../src/guestfs.pod:2219
4831 #, no-wrap
4832 msgid ""
4833 " TEST_ONLY=\"vfs_type zerofree\"\n"
4834 "\n"
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2221
4839 msgid ""
4840 "See C<capitests/tests.c> for more details of how these environment variables "
4841 "work."
4842 msgstr ""
4843
4844 #. type: =head2
4845 #: ../src/guestfs.pod:2224
4846 msgid "DEBUGGING NEW API ACTIONS"
4847 msgstr ""
4848
4849 #. type: textblock
4850 #: ../src/guestfs.pod:2226
4851 msgid "Test new actions work before submitting them."
4852 msgstr ""
4853
4854 #. type: textblock
4855 #: ../src/guestfs.pod:2228
4856 msgid "You can use guestfish to try out new commands."
4857 msgstr ""
4858
4859 #. type: textblock
4860 #: ../src/guestfs.pod:2230
4861 msgid ""
4862 "Debugging the daemon is a problem because it runs inside a minimal "
4863 "environment.  However you can fprintf messages in the daemon to stderr, and "
4864 "they will show up if you use C<guestfish -v>."
4865 msgstr ""
4866
4867 #. type: =head2
4868 #: ../src/guestfs.pod:2234
4869 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4870 msgstr ""
4871
4872 #. type: textblock
4873 #: ../src/guestfs.pod:2236
4874 msgid ""
4875 "Our C source code generally adheres to some basic code-formatting "
4876 "conventions.  The existing code base is not totally consistent on this "
4877 "front, but we do prefer that contributed code be formatted similarly.  In "
4878 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4879 "indentation level, and other than that, follow the K&R style."
4880 msgstr ""
4881
4882 #. type: textblock
4883 #: ../src/guestfs.pod:2242
4884 msgid ""
4885 "If you use Emacs, add the following to one of one of your start-up files (e."
4886 "g., ~/.emacs), to help ensure that you get indentation right:"
4887 msgstr ""
4888
4889 #. type: verbatim
4890 #: ../src/guestfs.pod:2245
4891 #, no-wrap
4892 msgid ""
4893 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4894 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4895 " (add-hook 'find-file-hook\n"
4896 "     '(lambda () (if (and buffer-file-name\n"
4897 "                          (string-match \"/libguestfs\\\\>\"\n"
4898 "                              (buffer-file-name))\n"
4899 "                          (not (string-equal mode-name \"Change Log\"))\n"
4900 "                          (not (string-equal mode-name \"Makefile\")))\n"
4901 "                     (setq indent-tabs-mode nil))))\n"
4902 " \n"
4903 msgstr ""
4904
4905 #. type: verbatim
4906 #: ../src/guestfs.pod:2255
4907 #, no-wrap
4908 msgid ""
4909 " ;;; When editing C sources in libguestfs, use this style.\n"
4910 " (defun libguestfs-c-mode ()\n"
4911 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4912 "   (interactive)\n"
4913 "   (c-set-style \"K&R\")\n"
4914 "   (setq c-indent-level 2)\n"
4915 "   (setq c-basic-offset 2))\n"
4916 " (add-hook 'c-mode-hook\n"
4917 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4918 "                               (buffer-file-name))\n"
4919 "                           (libguestfs-c-mode))))\n"
4920 "\n"
4921 msgstr ""
4922
4923 #. type: textblock
4924 #: ../src/guestfs.pod:2267
4925 msgid "Enable warnings when compiling (and fix any problems this finds):"
4926 msgstr ""
4927
4928 #. type: verbatim
4929 #: ../src/guestfs.pod:2270
4930 #, no-wrap
4931 msgid ""
4932 " ./configure --enable-gcc-warnings\n"
4933 "\n"
4934 msgstr ""
4935
4936 #. type: textblock
4937 #: ../src/guestfs.pod:2272
4938 msgid "Useful targets are:"
4939 msgstr ""
4940
4941 #. type: verbatim
4942 #: ../src/guestfs.pod:2274
4943 #, no-wrap
4944 msgid ""
4945 " make syntax-check  # checks the syntax of the C code\n"
4946 " make check         # runs the test suite\n"
4947 "\n"
4948 msgstr ""
4949
4950 #. type: =head2
4951 #: ../src/guestfs.pod:2277
4952 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4953 msgstr ""
4954
4955 #. type: textblock
4956 #: ../src/guestfs.pod:2279
4957 msgid ""
4958 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4959 "which are used to do shell quoting."
4960 msgstr ""
4961
4962 #. type: =item
4963 #: ../src/guestfs.pod:2284
4964 msgid "%Q"
4965 msgstr ""
4966
4967 #. type: textblock
4968 #: ../src/guestfs.pod:2286
4969 msgid ""
4970 "Simple shell quoted string.  Any spaces or other shell characters are "
4971 "escaped for you."
4972 msgstr ""
4973
4974 #. type: =item
4975 #: ../src/guestfs.pod:2289
4976 msgid "%R"
4977 msgstr ""
4978
4979 #. type: textblock
4980 #: ../src/guestfs.pod:2291
4981 msgid ""
4982 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4983 "the sysroot."
4984 msgstr ""
4985
4986 # type: textblock
4987 #. type: textblock
4988 #: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4989 msgid "For example:"
4990 msgstr ""
4991
4992 #. type: verbatim
4993 #: ../src/guestfs.pod:2298
4994 #, no-wrap
4995 msgid ""
4996 " asprintf (&cmd, \"cat %R\", path);\n"
4997 "\n"
4998 msgstr ""
4999
5000 #. type: textblock
5001 #: ../src/guestfs.pod:2300
5002 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5003 msgstr ""
5004
5005 #. type: textblock
5006 #: ../src/guestfs.pod:2302
5007 msgid ""
5008 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5009 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5010 "they are not passed via the shell (instead, straight to exec).  You probably "
5011 "want to use the C<sysroot_path()> function however."
5012 msgstr ""
5013
5014 #. type: =head2
5015 #: ../src/guestfs.pod:2308
5016 msgid "SUBMITTING YOUR NEW API ACTIONS"
5017 msgstr ""
5018
5019 #. type: textblock
5020 #: ../src/guestfs.pod:2310
5021 msgid ""
5022 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5023 "libguestfs> and CC to L<rjones@redhat.com>."
5024 msgstr ""
5025
5026 #. type: =head2
5027 #: ../src/guestfs.pod:2314
5028 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5029 msgstr ""
5030
5031 #. type: textblock
5032 #: ../src/guestfs.pod:2316
5033 msgid "We support i18n (gettext anyhow) in the library."
5034 msgstr ""
5035
5036 #. type: textblock
5037 #: ../src/guestfs.pod:2318
5038 msgid ""
5039 "However many messages come from the daemon, and we don't translate those at "
5040 "the moment.  One reason is that the appliance generally has all locale files "
5041 "removed from it, because they take up a lot of space.  So we'd have to readd "
5042 "some of those, as well as copying our PO files into the appliance."
5043 msgstr ""
5044
5045 #. type: textblock
5046 #: ../src/guestfs.pod:2324
5047 msgid ""
5048 "Debugging messages are never translated, since they are intended for the "
5049 "programmers."
5050 msgstr ""
5051
5052 #. type: =head2
5053 #: ../src/guestfs.pod:2327
5054 msgid "SOURCE CODE SUBDIRECTORIES"
5055 msgstr ""
5056
5057 #. type: =item
5058 #: ../src/guestfs.pod:2331
5059 msgid "C<appliance>"
5060 msgstr ""
5061
5062 #. type: textblock
5063 #: ../src/guestfs.pod:2333
5064 msgid "The libguestfs appliance, build scripts and so on."
5065 msgstr ""
5066
5067 #. type: =item
5068 #: ../src/guestfs.pod:2335
5069 msgid "C<capitests>"
5070 msgstr ""
5071
5072 #. type: textblock
5073 #: ../src/guestfs.pod:2337
5074 msgid "Automated tests of the C API."
5075 msgstr ""
5076
5077 #. type: =item
5078 #: ../src/guestfs.pod:2339
5079 msgid "C<cat>"
5080 msgstr ""
5081
5082 #. type: textblock
5083 #: ../src/guestfs.pod:2341
5084 msgid ""
5085 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5086 "documentation."
5087 msgstr ""
5088
5089 #. type: =item
5090 #: ../src/guestfs.pod:2344
5091 msgid "C<caution>"
5092 msgstr ""
5093
5094 #. type: textblock
5095 #: ../src/guestfs.pod:2346
5096 msgid ""
5097 "Safety and liveness tests of components that libguestfs depends upon (not of "
5098 "libguestfs itself).  Mainly this is for qemu and the kernel."
5099 msgstr ""
5100
5101 #. type: =item
5102 #: ../src/guestfs.pod:2349
5103 msgid "C<contrib>"
5104 msgstr ""
5105
5106 #. type: textblock
5107 #: ../src/guestfs.pod:2351
5108 msgid "Outside contributions, experimental parts."
5109 msgstr ""
5110
5111 #. type: =item
5112 #: ../src/guestfs.pod:2353
5113 msgid "C<daemon>"
5114 msgstr ""
5115
5116 #. type: textblock
5117 #: ../src/guestfs.pod:2355
5118 msgid ""
5119 "The daemon that runs inside the libguestfs appliance and carries out actions."
5120 msgstr ""
5121
5122 #. type: =item
5123 #: ../src/guestfs.pod:2358
5124 msgid "C<df>"
5125 msgstr ""
5126
5127 #. type: textblock
5128 #: ../src/guestfs.pod:2360
5129 msgid "L<virt-df(1)> command and documentation."
5130 msgstr ""
5131
5132 #. type: =item
5133 #: ../src/guestfs.pod:2362
5134 msgid "C<examples>"
5135 msgstr ""
5136
5137 #. type: textblock
5138 #: ../src/guestfs.pod:2364
5139 msgid "C API example code."
5140 msgstr ""
5141
5142 #. type: =item
5143 #: ../src/guestfs.pod:2366
5144 msgid "C<fish>"
5145 msgstr ""
5146
5147 #. type: textblock
5148 #: ../src/guestfs.pod:2368
5149 msgid "L<guestfish(1)>, the command-line shell."
5150 msgstr ""
5151
5152 #. type: =item
5153 #: ../src/guestfs.pod:2370
5154 msgid "C<fuse>"
5155 msgstr ""
5156
5157 #. type: textblock
5158 #: ../src/guestfs.pod:2372
5159 msgid ""
5160 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5161 msgstr ""
5162
5163 #. type: =item
5164 #: ../src/guestfs.pod:2374
5165 msgid "C<generator>"
5166 msgstr ""
5167
5168 #. type: textblock
5169 #: ../src/guestfs.pod:2376
5170 msgid ""
5171 "The crucially important generator, used to automatically generate large "
5172 "amounts of boilerplate C code for things like RPC and bindings."
5173 msgstr ""
5174
5175 #. type: =item
5176 #: ../src/guestfs.pod:2379
5177 msgid "C<images>"
5178 msgstr ""
5179
5180 #. type: textblock
5181 #: ../src/guestfs.pod:2381
5182 msgid "Files used by the test suite."
5183 msgstr ""
5184
5185 #. type: textblock
5186 #: ../src/guestfs.pod:2383
5187 msgid "Some \"phony\" guest images which we test against."
5188 msgstr ""
5189
5190 #. type: =item
5191 #: ../src/guestfs.pod:2385
5192 msgid "C<inspector>"
5193 msgstr ""
5194
5195 #. type: textblock
5196 #: ../src/guestfs.pod:2387
5197 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5198 msgstr ""
5199
5200 #. type: =item
5201 #: ../src/guestfs.pod:2389
5202 msgid "C<m4>"
5203 msgstr ""
5204
5205 #. type: textblock
5206 #: ../src/guestfs.pod:2391
5207 msgid "M4 macros used by autoconf."
5208 msgstr ""
5209
5210 #. type: =item
5211 #: ../src/guestfs.pod:2393
5212 msgid "C<po>"
5213 msgstr ""
5214
5215 #. type: textblock
5216 #: ../src/guestfs.pod:2395
5217 msgid "Translations of simple gettext strings."
5218 msgstr ""
5219
5220 #. type: =item
5221 #: ../src/guestfs.pod:2397
5222 msgid "C<po-docs>"
5223 msgstr ""
5224
5225 #. type: textblock
5226 #: ../src/guestfs.pod:2399
5227 msgid ""
5228 "The build infrastructure and PO files for translations of manpages and POD "
5229 "files.  Eventually this will be combined with the C<po> directory, but that "
5230 "is rather complicated."
5231 msgstr ""
5232
5233 #. type: =item
5234 #: ../src/guestfs.pod:2403
5235 msgid "C<regressions>"
5236 msgstr ""
5237
5238 #. type: textblock
5239 #: ../src/guestfs.pod:2405
5240 msgid "Regression tests."
5241 msgstr ""
5242
5243 #. type: =item
5244 #: ../src/guestfs.pod:2407
5245 msgid "C<rescue>"
5246 msgstr ""
5247
5248 #. type: textblock
5249 #: ../src/guestfs.pod:2409
5250 msgid "L<virt-rescue(1)> command and documentation."
5251 msgstr ""
5252
5253 #. type: =item
5254 #: ../src/guestfs.pod:2411
5255 msgid "C<src>"
5256 msgstr ""
5257
5258 #. type: textblock
5259 #: ../src/guestfs.pod:2413
5260 msgid "Source code to the C library."
5261 msgstr ""
5262
5263 #. type: =item
5264 #: ../src/guestfs.pod:2415
5265 msgid "C<tools>"
5266 msgstr ""
5267
5268 #. type: textblock
5269 #: ../src/guestfs.pod:2417
5270 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5271 msgstr ""
5272
5273 #. type: =item
5274 #: ../src/guestfs.pod:2419
5275 msgid "C<test-tool>"
5276 msgstr ""
5277
5278 #. type: textblock
5279 #: ../src/guestfs.pod:2421
5280 msgid ""
5281 "Test tool for end users to test if their qemu/kernel combination will work "
5282 "with libguestfs."
5283 msgstr ""
5284
5285 #. type: =item
5286 #: ../src/guestfs.pod:2424
5287 msgid "C<csharp>"
5288 msgstr ""
5289
5290 #. type: =item
5291 #: ../src/guestfs.pod:2426
5292 msgid "C<haskell>"
5293 msgstr ""
5294
5295 #. type: =item
5296 #: ../src/guestfs.pod:2428
5297 msgid "C<java>"
5298 msgstr ""
5299
5300 #. type: =item
5301 #: ../src/guestfs.pod:2430
5302 msgid "C<ocaml>"
5303 msgstr ""
5304
5305 #. type: =item
5306 #: ../src/guestfs.pod:2432
5307 msgid "C<php>"
5308 msgstr ""
5309
5310 #. type: =item
5311 #: ../src/guestfs.pod:2434
5312 msgid "C<perl>"
5313 msgstr ""
5314
5315 #. type: =item
5316 #: ../src/guestfs.pod:2436
5317 msgid "C<python>"
5318 msgstr ""
5319
5320 #. type: =item
5321 #: ../src/guestfs.pod:2438
5322 msgid "C<ruby>"
5323 msgstr ""
5324
5325 #. type: textblock
5326 #: ../src/guestfs.pod:2440
5327 msgid "Language bindings."
5328 msgstr ""
5329
5330 # type: =head1
5331 #. type: =head1
5332 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:976
5333 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375
5334 msgid "ENVIRONMENT VARIABLES"
5335 msgstr ""
5336
5337 # type: =item
5338 #. type: =item
5339 #: ../src/guestfs.pod:2448 ../fish/guestfish.pod:1002
5340 msgid "LIBGUESTFS_APPEND"
5341 msgstr ""
5342
5343 # type: textblock
5344 #. type: textblock
5345 #: ../src/guestfs.pod:2450 ../fish/guestfish.pod:1004
5346 msgid "Pass additional options to the guest kernel."
5347 msgstr ""
5348
5349 # type: =item
5350 #. type: =item
5351 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:1006
5352 msgid "LIBGUESTFS_DEBUG"
5353 msgstr ""
5354
5355 # type: textblock
5356 #. type: textblock
5357 #: ../src/guestfs.pod:2454
5358 msgid ""
5359 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5360 "effect as calling C<guestfs_set_verbose (g, 1)>."
5361 msgstr ""
5362
5363 # type: =item
5364 #. type: =item
5365 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1011
5366 msgid "LIBGUESTFS_MEMSIZE"
5367 msgstr ""
5368
5369 # type: textblock
5370 #. type: textblock
5371 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1013
5372 msgid ""
5373 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5374 msgstr ""
5375
5376 # type: verbatim
5377 #. type: verbatim
5378 #: ../src/guestfs.pod:2462 ../fish/guestfish.pod:1016
5379 #, no-wrap
5380 msgid ""
5381 " LIBGUESTFS_MEMSIZE=700\n"
5382 "\n"
5383 msgstr ""
5384
5385 # type: =item
5386 #. type: =item
5387 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1018
5388 msgid "LIBGUESTFS_PATH"
5389 msgstr ""
5390
5391 #. type: textblock
5392 #: ../src/guestfs.pod:2466
5393 msgid ""
5394 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5395 "the discussion of paths in section L</PATH> above."
5396 msgstr ""
5397
5398 # type: =item
5399 #. type: =item
5400 #: ../src/guestfs.pod:2469 ../fish/guestfish.pod:1023
5401 msgid "LIBGUESTFS_QEMU"
5402 msgstr ""
5403
5404 # type: textblock
5405 #. type: textblock
5406 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1025
5407 msgid ""
5408 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5409 "which was found at compile time by the configure script is used."
5410 msgstr ""
5411
5412 # type: textblock
5413 #. type: textblock
5414 #: ../src/guestfs.pod:2475
5415 msgid "See also L</QEMU WRAPPERS> above."
5416 msgstr ""
5417
5418 # type: =item
5419 #. type: =item
5420 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1029
5421 msgid "LIBGUESTFS_TRACE"
5422 msgstr ""
5423
5424 # type: textblock
5425 #. type: textblock
5426 #: ../src/guestfs.pod:2479
5427 msgid ""
5428 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5429 "effect as calling C<guestfs_set_trace (g, 1)>."
5430 msgstr ""
5431
5432 # type: =item
5433 #. type: =item
5434 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1038
5435 msgid "TMPDIR"
5436 msgstr ""
5437
5438 # type: textblock
5439 #. type: textblock
5440 #: ../src/guestfs.pod:2484 ../fish/guestfish.pod:1040
5441 msgid "Location of temporary directory, defaults to C</tmp>."
5442 msgstr ""
5443
5444 # type: textblock
5445 #. type: textblock
5446 #: ../src/guestfs.pod:2486 ../fish/guestfish.pod:1042
5447 msgid ""
5448 "If libguestfs was compiled to use the supermin appliance then the real "
5449 "appliance is cached in this directory, shared between all handles belonging "
5450 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5451 "use in case C</tmp> is not large enough."
5452 msgstr ""
5453
5454 # type: =head1
5455 #. type: =head1
5456 #: ../src/guestfs.pod:2494 ../fish/guestfish.pod:1100
5457 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5458 #: ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572
5459 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
5460 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539
5461 #: ../tools/virt-list-partitions.pl:257
5462 msgid "SEE ALSO"
5463 msgstr ""
5464
5465 # type: textblock
5466 #. type: textblock
5467 #: ../src/guestfs.pod:2496
5468 msgid ""
5469 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5470 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
5471 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
5472 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
5473 ">, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
5474 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5475 msgstr ""
5476
5477 # type: textblock
5478 #. type: textblock
5479 #: ../src/guestfs.pod:2519
5480 msgid ""
5481 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5482 "(8)>, L<disktype(1)>."
5483 msgstr ""
5484
5485 # type: =head1
5486 #. type: =head1
5487 #: ../src/guestfs.pod:2526 ../tools/virt-win-reg.pl:587
5488 #: ../tools/virt-make-fs.pl:553
5489 msgid "BUGS"
5490 msgstr ""
5491
5492 # type: textblock
5493 #. type: textblock
5494 #: ../src/guestfs.pod:2528
5495 msgid "To get a list of bugs against libguestfs use this link:"
5496 msgstr ""
5497
5498 # type: textblock
5499 #. type: textblock
5500 #: ../src/guestfs.pod:2530
5501 msgid ""
5502 "L<https://bugzilla.redhat.com/buglist.cgi?"
5503 "component=libguestfs&product=Virtualization+Tools>"
5504 msgstr ""
5505
5506 # type: textblock
5507 #. type: textblock
5508 #: ../src/guestfs.pod:2532
5509 msgid "To report a new bug against libguestfs use this link:"
5510 msgstr ""
5511
5512 # type: textblock
5513 #. type: textblock
5514 #: ../src/guestfs.pod:2534
5515 msgid ""
5516 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5517 "component=libguestfs&product=Virtualization+Tools>"
5518 msgstr ""
5519
5520 # type: textblock
5521 #. type: textblock
5522 #: ../src/guestfs.pod:2536
5523 msgid "When reporting a bug, please check:"
5524 msgstr ""
5525
5526 # type: textblock
5527 #. type: textblock
5528 #: ../src/guestfs.pod:2542
5529 msgid "That the bug hasn't been reported already."
5530 msgstr ""
5531
5532 # type: textblock
5533 #. type: textblock
5534 #: ../src/guestfs.pod:2546
5535 msgid "That you are testing a recent version."
5536 msgstr ""
5537
5538 # type: textblock
5539 #. type: textblock
5540 #: ../src/guestfs.pod:2550
5541 msgid "Describe the bug accurately, and give a way to reproduce it."
5542 msgstr ""
5543
5544 # type: textblock
5545 #. type: textblock
5546 #: ../src/guestfs.pod:2554
5547 msgid ""
5548 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5549 "bug report."
5550 msgstr ""
5551
5552 # type: =head1
5553 #. type: =head1
5554 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1119
5555 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
5556 msgid "AUTHORS"
5557 msgstr ""
5558
5559 # type: textblock
5560 #. type: textblock
5561 #: ../src/guestfs.pod:2561 ../fish/guestfish.pod:1121
5562 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
5563 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5564 msgstr ""
5565
5566 # type: =head1
5567 #. type: =head1
5568 #: ../src/guestfs.pod:2563 ../fish/guestfish.pod:1123
5569 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5570 #: ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602
5571 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
5572 #: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568
5573 #: ../tools/virt-list-partitions.pl:273
5574 msgid "COPYRIGHT"
5575 msgstr ""
5576
5577 # type: textblock
5578 #. type: textblock
5579 #: ../src/guestfs.pod:2565 ../fish/guestfish.pod:1125
5580 #: ../fuse/guestmount.pod:250
5581 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5582 msgstr ""
5583
5584 # type: textblock
5585 #. type: textblock
5586 #: ../src/guestfs.pod:2568
5587 msgid ""
5588 "This library is free software; you can redistribute it and/or modify it "
5589 "under the terms of the GNU Lesser General Public License as published by the "
5590 "Free Software Foundation; either version 2 of the License, or (at your "
5591 "option) any later version."
5592 msgstr ""
5593
5594 # type: textblock
5595 #. type: textblock
5596 #: ../src/guestfs.pod:2573
5597 msgid ""
5598 "This library is distributed in the hope that it will be useful, but WITHOUT "
5599 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5600 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5601 "for more details."
5602 msgstr ""
5603
5604 # type: textblock
5605 #. type: textblock
5606 #: ../src/guestfs.pod:2578
5607 msgid ""
5608 "You should have received a copy of the GNU Lesser General Public License "
5609 "along with this library; if not, write to the Free Software Foundation, "
5610 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5611 msgstr ""
5612
5613 # type: =head2
5614 #. type: =head2
5615 #: ../src/guestfs-actions.pod:1
5616 msgid "guestfs_add_cdrom"
5617 msgstr ""
5618
5619 # type: verbatim
5620 #. type: verbatim
5621 #: ../src/guestfs-actions.pod:3
5622 #, no-wrap
5623 msgid ""
5624 " int\n"
5625 " guestfs_add_cdrom (guestfs_h *g,\n"
5626 "                    const char *filename);\n"
5627 "\n"
5628 msgstr ""
5629
5630 # type: textblock
5631 #. type: textblock
5632 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5633 msgid "This function adds a virtual CD-ROM disk image to the guest."
5634 msgstr ""
5635
5636 # type: textblock
5637 #. type: textblock
5638 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5639 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5640 msgstr ""
5641
5642 # type: textblock
5643 #. type: textblock
5644 #: ../src/guestfs-actions.pod:17
5645 msgid ""
5646 "This call checks for the existence of C<filename>.  This stops you from "
5647 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5648 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5649 "instead."
5650 msgstr ""
5651
5652 # type: textblock
5653 #. type: textblock
5654 #: ../src/guestfs-actions.pod:24
5655 msgid ""
5656 "If you just want to add an ISO file (often you use this as an efficient way "
5657 "to transfer large files into the guest), then you should probably use "
5658 "C<guestfs_add_drive_ro> instead."
5659 msgstr ""
5660
5661 # type: textblock
5662 #. type: textblock
5663 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
5664 #: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
5665 #: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
5666 #: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
5667 #: ../src/guestfs-actions.pod:413 ../src/guestfs-actions.pod:433
5668 #: ../src/guestfs-actions.pod:447 ../src/guestfs-actions.pod:492
5669 #: ../src/guestfs-actions.pod:520 ../src/guestfs-actions.pod:538
5670 #: ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:638
5671 #: ../src/guestfs-actions.pod:652 ../src/guestfs-actions.pod:667
5672 #: ../src/guestfs-actions.pod:766 ../src/guestfs-actions.pod:784
5673 #: ../src/guestfs-actions.pod:798 ../src/guestfs-actions.pod:812
5674 #: ../src/guestfs-actions.pod:973 ../src/guestfs-actions.pod:993
5675 #: ../src/guestfs-actions.pod:1011 ../src/guestfs-actions.pod:1095
5676 #: ../src/guestfs-actions.pod:1113 ../src/guestfs-actions.pod:1132
5677 #: ../src/guestfs-actions.pod:1146 ../src/guestfs-actions.pod:1166
5678 #: ../src/guestfs-actions.pod:1236 ../src/guestfs-actions.pod:1267
5679 #: ../src/guestfs-actions.pod:1292 ../src/guestfs-actions.pod:1329
5680 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1469
5681 #: ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706
5682 #: ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:2245
5683 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2450
5684 #: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3228
5685 #: ../src/guestfs-actions.pod:3243 ../src/guestfs-actions.pod:3263
5686 #: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3432
5687 #: ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:3459
5688 #: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510
5689 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3602
5690 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642
5691 #: ../src/guestfs-actions.pod:3665 ../src/guestfs-actions.pod:3697
5692 #: ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3735
5693 #: ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3782
5694 #: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3834
5695 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3862
5696 #: ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3972
5697 #: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:4005
5698 #: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074
5699 #: ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108
5700 #: ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136
5701 #: ../src/guestfs-actions.pod:4153 ../src/guestfs-actions.pod:4168
5702 #: ../src/guestfs-actions.pod:4188 ../src/guestfs-actions.pod:4234
5703 #: ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4338
5704 #: ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4376
5705 #: ../src/guestfs-actions.pod:4388 ../src/guestfs-actions.pod:4405
5706 #: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4433
5707 #: ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4483
5708 #: ../src/guestfs-actions.pod:4498 ../src/guestfs-actions.pod:4518
5709 #: ../src/guestfs-actions.pod:4532 ../src/guestfs-actions.pod:4549
5710 #: ../src/guestfs-actions.pod:4598 ../src/guestfs-actions.pod:4644
5711 #: ../src/guestfs-actions.pod:4658 ../src/guestfs-actions.pod:4686
5712 #: ../src/guestfs-actions.pod:4703 ../src/guestfs-actions.pod:4721
5713 #: ../src/guestfs-actions.pod:4855 ../src/guestfs-actions.pod:4912
5714 #: ../src/guestfs-actions.pod:4934 ../src/guestfs-actions.pod:4952
5715 #: ../src/guestfs-actions.pod:4984 ../src/guestfs-actions.pod:5050
5716 #: ../src/guestfs-actions.pod:5067 ../src/guestfs-actions.pod:5080
5717 #: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5383
5718 #: ../src/guestfs-actions.pod:5402 ../src/guestfs-actions.pod:5416
5719 #: ../src/guestfs-actions.pod:5428 ../src/guestfs-actions.pod:5442
5720 #: ../src/guestfs-actions.pod:5454 ../src/guestfs-actions.pod:5468
5721 #: ../src/guestfs-actions.pod:5484 ../src/guestfs-actions.pod:5505
5722 #: ../src/guestfs-actions.pod:5524 ../src/guestfs-actions.pod:5543
5723 #: ../src/guestfs-actions.pod:5561 ../src/guestfs-actions.pod:5584
5724 #: ../src/guestfs-actions.pod:5602 ../src/guestfs-actions.pod:5621
5725 #: ../src/guestfs-actions.pod:5642 ../src/guestfs-actions.pod:5661
5726 #: ../src/guestfs-actions.pod:5678 ../src/guestfs-actions.pod:5706
5727 #: ../src/guestfs-actions.pod:5730 ../src/guestfs-actions.pod:5749
5728 #: ../src/guestfs-actions.pod:5773 ../src/guestfs-actions.pod:5788
5729 #: ../src/guestfs-actions.pod:5803 ../src/guestfs-actions.pod:5822
5730 #: ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:5882
5731 #: ../src/guestfs-actions.pod:5908 ../src/guestfs-actions.pod:6016
5732 #: ../src/guestfs-actions.pod:6137 ../src/guestfs-actions.pod:6149
5733 #: ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6175
5734 #: ../src/guestfs-actions.pod:6197 ../src/guestfs-actions.pod:6210
5735 #: ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6236
5736 #: ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6310
5737 #: ../src/guestfs-actions.pod:6327 ../src/guestfs-actions.pod:6343
5738 #: ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6376
5739 #: ../src/guestfs-actions.pod:6389 ../src/guestfs-actions.pod:6409
5740 #: ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6459
5741 #: ../src/guestfs-actions.pod:6500 ../src/guestfs-actions.pod:6513
5742 #: ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6565
5743 #: ../src/guestfs-actions.pod:6601 ../src/guestfs-actions.pod:6720
5744 #: ../src/guestfs-actions.pod:6738 ../src/guestfs-actions.pod:6752
5745 #: ../src/guestfs-actions.pod:6807 ../src/guestfs-actions.pod:6820
5746 #: ../src/guestfs-actions.pod:6865 ../src/guestfs-actions.pod:6898
5747 #: ../src/guestfs-actions.pod:6952 ../src/guestfs-actions.pod:6978
5748 #: ../src/guestfs-actions.pod:7044 ../src/guestfs-actions.pod:7063
5749 #: ../src/guestfs-actions.pod:7092
5750 msgid "This function returns 0 on success or -1 on error."
5751 msgstr ""
5752
5753 #. type: textblock
5754 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
5755 #: ../src/guestfs-actions.pod:261
5756 msgid ""
5757 "This function is deprecated.  In new code, use the L</"
5758 "guestfs_add_drive_opts> call instead."
5759 msgstr ""
5760
5761 # type: textblock
5762 #. type: textblock
5763 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
5764 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1440
5765 #: ../src/guestfs-actions.pod:1923 ../src/guestfs-actions.pod:1944
5766 #: ../src/guestfs-actions.pod:4193 ../src/guestfs-actions.pod:6986
5767 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:31
5768 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
5769 #: ../fish/guestfish-actions.pod:954 ../fish/guestfish-actions.pod:1308
5770 #: ../fish/guestfish-actions.pod:1322 ../fish/guestfish-actions.pod:2822
5771 #: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4732
5772 msgid ""
5773 "Deprecated functions will not be removed from the API, but the fact that "
5774 "they are deprecated indicates that there are problems with correct use of "
5775 "these functions."
5776 msgstr ""
5777
5778 # type: textblock
5779 #. type: textblock
5780 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
5781 #: ../src/guestfs-actions.pod:1097 ../src/guestfs-actions.pod:1895
5782 #: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2096
5783 #: ../src/guestfs-actions.pod:3230 ../src/guestfs-actions.pod:3245
5784 #: ../src/guestfs-actions.pod:4485 ../src/guestfs-actions.pod:5563
5785 #: ../src/guestfs-actions.pod:5680 ../src/guestfs-actions.pod:5790
5786 #: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6378
5787 #: ../src/guestfs-actions.pod:6900
5788 msgid "(Added in 0.3)"
5789 msgstr ""
5790
5791 # type: =head2
5792 #. type: =head2
5793 #: ../src/guestfs-actions.pod:41
5794 msgid "guestfs_add_domain"
5795 msgstr ""
5796
5797 # type: verbatim
5798 #. type: verbatim
5799 #: ../src/guestfs-actions.pod:43
5800 #, no-wrap
5801 msgid ""
5802 " int\n"
5803 " guestfs_add_domain (guestfs_h *g,\n"
5804 "                     const char *dom,\n"
5805 "                     ...);\n"
5806 "\n"
5807 msgstr ""
5808
5809 # type: textblock
5810 #. type: textblock
5811 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
5812 #: ../src/guestfs-actions.pod:4207
5813 msgid ""
5814 "You may supply a list of optional arguments to this call.  Use zero or more "
5815 "of the following pairs of parameters, and terminate the list with C<-1> on "
5816 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5817 msgstr ""
5818
5819 # type: verbatim
5820 #. type: verbatim
5821 #: ../src/guestfs-actions.pod:53
5822 #, no-wrap
5823 msgid ""
5824 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5825 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5826 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5827 "\n"
5828 msgstr ""
5829
5830 # type: textblock
5831 #. type: textblock
5832 #: ../src/guestfs-actions.pod:57
5833 msgid ""
5834 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5835 "It works by connecting to libvirt, requesting the domain and domain XML from "
5836 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5837 "one."
5838 msgstr ""
5839
5840 # type: textblock
5841 #. type: textblock
5842 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5843 msgid ""
5844 "The number of disks added is returned.  This operation is atomic: if an "
5845 "error is returned, then no disks are added."
5846 msgstr ""
5847
5848 # type: textblock
5849 #. type: textblock
5850 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5851 msgid ""
5852 "This function does some minimal checks to make sure the libvirt domain is "
5853 "not running (unless C<readonly> is true).  In a future version we will try "
5854 "to acquire the libvirt lock on each disk."
5855 msgstr ""
5856
5857 # type: textblock
5858 #. type: textblock
5859 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5860 msgid ""
5861 "Disks must be accessible locally.  This often means that adding disks from a "
5862 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5863 "unless those disks are accessible via the same device path locally too."
5864 msgstr ""
5865
5866 #. type: textblock
5867 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5868 msgid ""
5869 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5870 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5871 "libvirt URI (or one set through an environment variable, see the libvirt "
5872 "documentation for full details)."
5873 msgstr ""
5874
5875 # type: textblock
5876 #. type: textblock
5877 #: ../src/guestfs-actions.pod:80
5878 msgid ""
5879 "The other optional parameters are passed directly through to "
5880 "C<guestfs_add_drive_opts>."
5881 msgstr ""
5882
5883 # type: textblock
5884 #. type: textblock
5885 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
5886 #: ../src/guestfs-actions.pod:506 ../src/guestfs-actions.pod:684
5887 #: ../src/guestfs-actions.pod:715 ../src/guestfs-actions.pod:733
5888 #: ../src/guestfs-actions.pod:752 ../src/guestfs-actions.pod:1312
5889 #: ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1866
5890 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2005
5891 #: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2083
5892 #: ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2664
5893 #: ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:4621
5894 #: ../src/guestfs-actions.pod:4758 ../src/guestfs-actions.pod:5164
5895 #: ../src/guestfs-actions.pod:5190 ../src/guestfs-actions.pod:6486
5896 #: ../src/guestfs-actions.pod:6911 ../src/guestfs-actions.pod:6924
5897 #: ../src/guestfs-actions.pod:6937
5898 msgid "On error this function returns -1."
5899 msgstr ""
5900
5901 # type: textblock
5902 #. type: textblock
5903 #: ../src/guestfs-actions.pod:85
5904 msgid "(Added in 1.7.4)"
5905 msgstr ""
5906
5907 # type: =head2
5908 #. type: =head2
5909 #: ../src/guestfs-actions.pod:87
5910 msgid "guestfs_add_domain_va"
5911 msgstr ""
5912
5913 # type: verbatim
5914 #. type: verbatim
5915 #: ../src/guestfs-actions.pod:89
5916 #, no-wrap
5917 msgid ""
5918 " int\n"
5919 " guestfs_add_domain_va (guestfs_h *g,\n"
5920 "                        const char *dom,\n"
5921 "                        va_list args);\n"
5922 "\n"
5923 msgstr ""
5924
5925 # type: textblock
5926 #. type: textblock
5927 #: ../src/guestfs-actions.pod:94
5928 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5929 msgstr ""
5930
5931 # type: textblock
5932 #. type: textblock
5933 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
5934 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
5935 #: ../src/guestfs-actions.pod:4248 ../src/guestfs-actions.pod:4260
5936 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5937 msgstr ""
5938
5939 # type: =head2
5940 #. type: =head2
5941 #: ../src/guestfs-actions.pod:98
5942 msgid "guestfs_add_domain_argv"
5943 msgstr ""
5944
5945 # type: verbatim
5946 #. type: verbatim
5947 #: ../src/guestfs-actions.pod:100
5948 #, no-wrap
5949 msgid ""
5950 " int\n"
5951 " guestfs_add_domain_argv (guestfs_h *g,\n"
5952 "                          const char *dom,\n"
5953 "                          const struct guestfs_add_domain_argv *optargs);\n"
5954 "\n"
5955 msgstr ""
5956
5957 # type: textblock
5958 #. type: textblock
5959 #: ../src/guestfs-actions.pod:105
5960 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5961 msgstr ""
5962
5963 # type: =head2
5964 #. type: =head2
5965 #: ../src/guestfs-actions.pod:109
5966 msgid "guestfs_add_drive"
5967 msgstr ""
5968
5969 # type: verbatim
5970 #. type: verbatim
5971 #: ../src/guestfs-actions.pod:111
5972 #, no-wrap
5973 msgid ""
5974 " int\n"
5975 " guestfs_add_drive (guestfs_h *g,\n"
5976 "                    const char *filename);\n"
5977 "\n"
5978 msgstr ""
5979
5980 # type: textblock
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:115
5983 msgid ""
5984 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5985 "optional parameters, so the disk is added writable, with the format being "
5986 "detected automatically."
5987 msgstr ""
5988
5989 # type: textblock
5990 #. type: textblock
5991 #: ../src/guestfs-actions.pod:119
5992 msgid ""
5993 "Automatic detection of the format opens you up to a potential security hole "
5994 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5995 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5996 "you should think about replacing calls to this function with calls to "
5997 "C<guestfs_add_drive_opts>, and specifying the format."
5998 msgstr ""
5999
6000 # type: =head2
6001 #. type: =head2
6002 #: ../src/guestfs-actions.pod:130
6003 msgid "guestfs_add_drive_opts"
6004 msgstr ""
6005
6006 # type: verbatim
6007 #. type: verbatim
6008 #: ../src/guestfs-actions.pod:132
6009 #, no-wrap
6010 msgid ""
6011 " int\n"
6012 " guestfs_add_drive_opts (guestfs_h *g,\n"
6013 "                         const char *filename,\n"
6014 "                         ...);\n"
6015 "\n"
6016 msgstr ""
6017
6018 # type: verbatim
6019 #. type: verbatim
6020 #: ../src/guestfs-actions.pod:142
6021 #, no-wrap
6022 msgid ""
6023 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6024 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6025 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6026 "\n"
6027 msgstr ""
6028
6029 # type: textblock
6030 #. type: textblock
6031 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
6032 msgid ""
6033 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6034 "The first time you call this function, the disk appears as C</dev/sda>, the "
6035 "second time as C</dev/sdb>, and so on."
6036 msgstr ""
6037
6038 # type: textblock
6039 #. type: textblock
6040 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
6041 msgid ""
6042 "You don't necessarily need to be root when using libguestfs.  However you "
6043 "obviously do need sufficient permissions to access the filename for whatever "
6044 "operations you want to perform (ie. read access if you just want to read the "
6045 "image or write access if you want to modify the image)."
6046 msgstr ""
6047
6048 # type: textblock
6049 #. type: textblock
6050 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
6051 msgid "This call checks that C<filename> exists."
6052 msgstr ""
6053
6054 # type: textblock
6055 #. type: textblock
6056 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4217
6057 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2833
6058 msgid "The optional arguments are:"
6059 msgstr ""
6060
6061 # type: =item
6062 #. type: =item
6063 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
6064 msgid "C<readonly>"
6065 msgstr ""
6066
6067 # type: textblock
6068 #. type: textblock
6069 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
6070 msgid ""
6071 "If true then the image is treated as read-only.  Writes are still allowed, "
6072 "but they are stored in a temporary snapshot overlay which is discarded at "
6073 "the end.  The disk that you add is not modified."
6074 msgstr ""
6075
6076 # type: =item
6077 #. type: =item
6078 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
6079 msgid "C<format>"
6080 msgstr ""
6081
6082 # type: textblock
6083 #. type: textblock
6084 #: ../src/guestfs-actions.pod:171
6085 msgid ""
6086 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6087 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6088 "Possible formats include C<raw> and C<qcow2>."
6089 msgstr ""
6090
6091 # type: textblock
6092 #. type: textblock
6093 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
6094 msgid ""
6095 "Automatic detection of the format opens you up to a potential security hole "
6096 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6097 "RHBZ#642934.  Specifying the format closes this security hole."
6098 msgstr ""
6099
6100 # type: =item
6101 #. type: =item
6102 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
6103 msgid "C<iface>"
6104 msgstr ""
6105
6106 # type: textblock
6107 #. type: textblock
6108 #: ../src/guestfs-actions.pod:182
6109 msgid ""
6110 "This rarely-used option lets you emulate the behaviour of the deprecated "
6111 "C<guestfs_add_drive_with_if> call (q.v.)"
6112 msgstr ""
6113
6114 # type: textblock
6115 #. type: textblock
6116 #: ../src/guestfs-actions.pod:189
6117 msgid "(Added in 1.5.23)"
6118 msgstr ""
6119
6120 # type: =head2
6121 #. type: =head2
6122 #: ../src/guestfs-actions.pod:191
6123 msgid "guestfs_add_drive_opts_va"
6124 msgstr ""
6125
6126 # type: verbatim
6127 #. type: verbatim
6128 #: ../src/guestfs-actions.pod:193
6129 #, no-wrap
6130 msgid ""
6131 " int\n"
6132 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6133 "                            const char *filename,\n"
6134 "                            va_list args);\n"
6135 "\n"
6136 msgstr ""
6137
6138 # type: textblock
6139 #. type: textblock
6140 #: ../src/guestfs-actions.pod:198
6141 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6142 msgstr ""
6143
6144 # type: =head2
6145 #. type: =head2
6146 #: ../src/guestfs-actions.pod:202
6147 msgid "guestfs_add_drive_opts_argv"
6148 msgstr ""
6149
6150 # type: verbatim
6151 #. type: verbatim
6152 #: ../src/guestfs-actions.pod:204
6153 #, no-wrap
6154 msgid ""
6155 " int\n"
6156 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6157 "                              const char *filename,\n"
6158 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6159 "\n"
6160 msgstr ""
6161
6162 # type: textblock
6163 #. type: textblock
6164 #: ../src/guestfs-actions.pod:209
6165 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6166 msgstr ""
6167
6168 # type: =head2
6169 #. type: =head2
6170 #: ../src/guestfs-actions.pod:213
6171 msgid "guestfs_add_drive_ro"
6172 msgstr ""
6173
6174 # type: verbatim
6175 #. type: verbatim
6176 #: ../src/guestfs-actions.pod:215
6177 #, no-wrap
6178 msgid ""
6179 " int\n"
6180 " guestfs_add_drive_ro (guestfs_h *g,\n"
6181 "                       const char *filename);\n"
6182 "\n"
6183 msgstr ""
6184
6185 # type: textblock
6186 #. type: textblock
6187 #: ../src/guestfs-actions.pod:219
6188 msgid ""
6189 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6190 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6191 "disk is added read-only, with the format being detected automatically."
6192 msgstr ""
6193
6194 # type: textblock
6195 #. type: textblock
6196 #: ../src/guestfs-actions.pod:226
6197 msgid "(Added in 1.0.38)"
6198 msgstr ""
6199
6200 # type: =head2
6201 #. type: =head2
6202 #: ../src/guestfs-actions.pod:228
6203 msgid "guestfs_add_drive_ro_with_if"
6204 msgstr ""
6205
6206 # type: verbatim
6207 #. type: verbatim
6208 #: ../src/guestfs-actions.pod:230
6209 #, no-wrap
6210 msgid ""
6211 " int\n"
6212 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6213 "                               const char *filename,\n"
6214 "                               const char *iface);\n"
6215 "\n"
6216 msgstr ""
6217
6218 # type: textblock
6219 #. type: textblock
6220 #: ../src/guestfs-actions.pod:235
6221 msgid ""
6222 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6223 "QEMU interface emulation to use at run time."
6224 msgstr ""
6225
6226 # type: textblock
6227 #. type: textblock
6228 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
6229 #: ../src/guestfs-actions.pod:2335
6230 msgid "(Added in 1.0.84)"
6231 msgstr ""
6232
6233 # type: =head2
6234 #. type: =head2
6235 #: ../src/guestfs-actions.pod:249
6236 msgid "guestfs_add_drive_with_if"
6237 msgstr ""
6238
6239 # type: verbatim
6240 #. type: verbatim
6241 #: ../src/guestfs-actions.pod:251
6242 #, no-wrap
6243 msgid ""
6244 " int\n"
6245 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6246 "                            const char *filename,\n"
6247 "                            const char *iface);\n"
6248 "\n"
6249 msgstr ""
6250
6251 # type: textblock
6252 #. type: textblock
6253 #: ../src/guestfs-actions.pod:256
6254 msgid ""
6255 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6256 "QEMU interface emulation to use at run time."
6257 msgstr ""
6258
6259 # type: =head2
6260 #. type: =head2
6261 #: ../src/guestfs-actions.pod:270
6262 msgid "guestfs_aug_clear"
6263 msgstr ""
6264
6265 # type: verbatim
6266 #. type: verbatim
6267 #: ../src/guestfs-actions.pod:272
6268 #, no-wrap
6269 msgid ""
6270 " int\n"
6271 " guestfs_aug_clear (guestfs_h *g,\n"
6272 "                    const char *augpath);\n"
6273 "\n"
6274 msgstr ""
6275
6276 # type: textblock
6277 #. type: textblock
6278 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
6279 msgid ""
6280 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6281 "L<augtool(1)> C<clear> command."
6282 msgstr ""
6283
6284 # type: textblock
6285 #. type: textblock
6286 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2085
6287 msgid "(Added in 1.3.4)"
6288 msgstr ""
6289
6290 # type: =head2
6291 #. type: =head2
6292 #: ../src/guestfs-actions.pod:283
6293 msgid "guestfs_aug_close"
6294 msgstr ""
6295
6296 # type: verbatim
6297 #. type: verbatim
6298 #: ../src/guestfs-actions.pod:285
6299 #, no-wrap
6300 msgid ""
6301 " int\n"
6302 " guestfs_aug_close (guestfs_h *g);\n"
6303 "\n"
6304 msgstr ""
6305
6306 # type: textblock
6307 #. type: textblock
6308 #: ../src/guestfs-actions.pod:288
6309 msgid ""
6310 "Close the current Augeas handle and free up any resources used by it.  After "
6311 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6312 "any other Augeas functions."
6313 msgstr ""
6314
6315 # type: textblock
6316 #. type: textblock
6317 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
6318 #: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
6319 #: ../src/guestfs-actions.pod:415 ../src/guestfs-actions.pod:435
6320 #: ../src/guestfs-actions.pod:449 ../src/guestfs-actions.pod:480
6321 #: ../src/guestfs-actions.pod:494 ../src/guestfs-actions.pod:508
6322 #: ../src/guestfs-actions.pod:522 ../src/guestfs-actions.pod:540
6323 #: ../src/guestfs-actions.pod:5241
6324 msgid "(Added in 0.7)"
6325 msgstr ""
6326
6327 # type: =head2
6328 #. type: =head2
6329 #: ../src/guestfs-actions.pod:297
6330 msgid "guestfs_aug_defnode"
6331 msgstr ""
6332
6333 # type: verbatim
6334 #. type: verbatim
6335 #: ../src/guestfs-actions.pod:299
6336 #, no-wrap
6337 msgid ""
6338 " struct guestfs_int_bool *\n"
6339 " guestfs_aug_defnode (guestfs_h *g,\n"
6340 "                      const char *name,\n"
6341 "                      const char *expr,\n"
6342 "                      const char *val);\n"
6343 "\n"
6344 msgstr ""
6345
6346 # type: textblock
6347 #. type: textblock
6348 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
6349 msgid ""
6350 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6351 msgstr ""
6352
6353 # type: textblock
6354 #. type: textblock
6355 #: ../src/guestfs-actions.pod:308
6356 msgid ""
6357 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6358 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6359 "containing that single node."
6360 msgstr ""
6361
6362 # type: textblock
6363 #. type: textblock
6364 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
6365 msgid ""
6366 "On success this returns a pair containing the number of nodes in the "
6367 "nodeset, and a boolean flag if a node was created."
6368 msgstr ""
6369
6370 # type: textblock
6371 #. type: textblock
6372 #: ../src/guestfs-actions.pod:316
6373 msgid ""
6374 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6375 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6376 msgstr ""
6377
6378 # type: =head2
6379 #. type: =head2
6380 #: ../src/guestfs-actions.pod:322
6381 msgid "guestfs_aug_defvar"
6382 msgstr ""
6383
6384 # type: verbatim
6385 #. type: verbatim
6386 #: ../src/guestfs-actions.pod:324
6387 #, no-wrap
6388 msgid ""
6389 " int\n"
6390 " guestfs_aug_defvar (guestfs_h *g,\n"
6391 "                     const char *name,\n"
6392 "                     const char *expr);\n"
6393 "\n"
6394 msgstr ""
6395
6396 # type: textblock
6397 #. type: textblock
6398 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
6399 msgid ""
6400 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6401 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6402 msgstr ""
6403
6404 # type: textblock
6405 #. type: textblock
6406 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
6407 msgid ""
6408 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6409 "evaluates to something which is not a nodeset."
6410 msgstr ""
6411
6412 # type: =head2
6413 #. type: =head2
6414 #: ../src/guestfs-actions.pod:340
6415 msgid "guestfs_aug_get"
6416 msgstr ""
6417
6418 # type: verbatim
6419 #. type: verbatim
6420 #: ../src/guestfs-actions.pod:342
6421 #, no-wrap
6422 msgid ""
6423 " char *\n"
6424 " guestfs_aug_get (guestfs_h *g,\n"
6425 "                  const char *augpath);\n"
6426 "\n"
6427 msgstr ""
6428
6429 # type: textblock
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
6432 msgid ""
6433 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6434 "node, the C<value> is returned."
6435 msgstr ""
6436
6437 # type: textblock
6438 #. type: textblock
6439 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:854
6440 #: ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:932
6441 #: ../src/guestfs-actions.pod:948 ../src/guestfs-actions.pod:1051
6442 #: ../src/guestfs-actions.pod:1181 ../src/guestfs-actions.pod:1198
6443 #: ../src/guestfs-actions.pod:1217 ../src/guestfs-actions.pod:1346
6444 #: ../src/guestfs-actions.pod:1534 ../src/guestfs-actions.pod:1646
6445 #: ../src/guestfs-actions.pod:1809 ../src/guestfs-actions.pod:1826
6446 #: ../src/guestfs-actions.pod:1917 ../src/guestfs-actions.pod:1938
6447 #: ../src/guestfs-actions.pod:2108 ../src/guestfs-actions.pod:2300
6448 #: ../src/guestfs-actions.pod:2507 ../src/guestfs-actions.pod:2588
6449 #: ../src/guestfs-actions.pod:2636 ../src/guestfs-actions.pod:2750
6450 #: ../src/guestfs-actions.pod:2781 ../src/guestfs-actions.pod:2805
6451 #: ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2890
6452 #: ../src/guestfs-actions.pod:3404 ../src/guestfs-actions.pod:3754
6453 #: ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:4034
6454 #: ../src/guestfs-actions.pod:4776 ../src/guestfs-actions.pod:4969
6455 #: ../src/guestfs-actions.pod:5139 ../src/guestfs-actions.pod:5317
6456 #: ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:5929
6457 #: ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5962
6458 #: ../src/guestfs-actions.pod:5986 ../src/guestfs-actions.pod:6660
6459 #: ../src/guestfs-actions.pod:6679 ../src/guestfs-actions.pod:6697
6460 #: ../src/guestfs-actions.pod:6877 ../src/guestfs-actions.pod:7149
6461 msgid ""
6462 "This function returns a string, or NULL on error.  I<The caller must free "
6463 "the returned string after use>."
6464 msgstr ""
6465
6466 # type: =head2
6467 #. type: =head2
6468 #: ../src/guestfs-actions.pod:354
6469 msgid "guestfs_aug_init"
6470 msgstr ""
6471
6472 # type: verbatim
6473 #. type: verbatim
6474 #: ../src/guestfs-actions.pod:356
6475 #, no-wrap
6476 msgid ""
6477 " int\n"
6478 " guestfs_aug_init (guestfs_h *g,\n"
6479 "                   const char *root,\n"
6480 "                   int flags);\n"
6481 "\n"
6482 msgstr ""
6483
6484 # type: textblock
6485 #. type: textblock
6486 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
6487 msgid ""
6488 "Create a new Augeas handle for editing configuration files.  If there was "
6489 "any previous Augeas handle associated with this guestfs session, then it is "
6490 "closed."
6491 msgstr ""
6492
6493 # type: textblock
6494 #. type: textblock
6495 #: ../src/guestfs-actions.pod:365
6496 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6497 msgstr ""
6498
6499 # type: textblock
6500 #. type: textblock
6501 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
6502 msgid ""
6503 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6504 msgstr ""
6505
6506 # type: textblock
6507 #. type: textblock
6508 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
6509 msgid ""
6510 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6511 "logical I<or> of the following integers:"
6512 msgstr ""
6513
6514 # type: =item
6515 #. type: =item
6516 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
6517 msgid "C<AUG_SAVE_BACKUP> = 1"
6518 msgstr ""
6519
6520 # type: textblock
6521 #. type: textblock
6522 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
6523 msgid "Keep the original file with a C<.augsave> extension."
6524 msgstr ""
6525
6526 # type: =item
6527 #. type: =item
6528 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
6529 msgid "C<AUG_SAVE_NEWFILE> = 2"
6530 msgstr ""
6531
6532 # type: textblock
6533 #. type: textblock
6534 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
6535 msgid ""
6536 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6537 "original.  Overrides C<AUG_SAVE_BACKUP>."
6538 msgstr ""
6539
6540 # type: =item
6541 #. type: =item
6542 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
6543 msgid "C<AUG_TYPE_CHECK> = 4"
6544 msgstr ""
6545
6546 #. type: textblock
6547 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
6548 msgid "Typecheck lenses."
6549 msgstr ""
6550
6551 #. type: textblock
6552 #: ../src/guestfs-actions.pod:390
6553 msgid ""
6554 "This option is only useful when debugging Augeas lenses.  Use of this option "
6555 "may require additional memory for the libguestfs appliance.  You may need to "
6556 "set the C<LIBGUESTFS_MEMSIZE> environment variable or call "
6557 "C<guestfs_set_memsize>."
6558 msgstr ""
6559
6560 # type: =item
6561 #. type: =item
6562 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:259
6563 msgid "C<AUG_NO_STDINC> = 8"
6564 msgstr ""
6565
6566 # type: textblock
6567 #. type: textblock
6568 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:261
6569 msgid "Do not use standard load path for modules."
6570 msgstr ""
6571
6572 # type: =item
6573 #. type: =item
6574 #: ../src/guestfs-actions.pod:399 ../fish/guestfish-actions.pod:263
6575 msgid "C<AUG_SAVE_NOOP> = 16"
6576 msgstr ""
6577
6578 # type: textblock
6579 #. type: textblock
6580 #: ../src/guestfs-actions.pod:401 ../fish/guestfish-actions.pod:265
6581 msgid "Make save a no-op, just record what would have been changed."
6582 msgstr ""
6583
6584 # type: =item
6585 #. type: =item
6586 #: ../src/guestfs-actions.pod:403 ../fish/guestfish-actions.pod:267
6587 msgid "C<AUG_NO_LOAD> = 32"
6588 msgstr ""
6589
6590 # type: textblock
6591 #. type: textblock
6592 #: ../src/guestfs-actions.pod:405
6593 msgid "Do not load the tree in C<guestfs_aug_init>."
6594 msgstr ""
6595
6596 # type: textblock
6597 #. type: textblock
6598 #: ../src/guestfs-actions.pod:409
6599 msgid "To close the handle, you can call C<guestfs_aug_close>."
6600 msgstr ""
6601
6602 # type: textblock
6603 #. type: textblock
6604 #: ../src/guestfs-actions.pod:411 ../fish/guestfish-actions.pod:275
6605 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6606 msgstr ""
6607
6608 # type: =head2
6609 #. type: =head2
6610 #: ../src/guestfs-actions.pod:417
6611 msgid "guestfs_aug_insert"
6612 msgstr ""
6613
6614 # type: verbatim
6615 #. type: verbatim
6616 #: ../src/guestfs-actions.pod:419
6617 #, no-wrap
6618 msgid ""
6619 " int\n"
6620 " guestfs_aug_insert (guestfs_h *g,\n"
6621 "                     const char *augpath,\n"
6622 "                     const char *label,\n"
6623 "                     int before);\n"
6624 "\n"
6625 msgstr ""
6626
6627 # type: textblock
6628 #. type: textblock
6629 #: ../src/guestfs-actions.pod:425 ../fish/guestfish-actions.pod:281
6630 msgid ""
6631 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6632 "or after C<path> (depending on the boolean flag C<before>)."
6633 msgstr ""
6634
6635 # type: textblock
6636 #. type: textblock
6637 #: ../src/guestfs-actions.pod:429 ../fish/guestfish-actions.pod:285
6638 msgid ""
6639 "C<path> must match exactly one existing node in the tree, and C<label> must "
6640 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6641 msgstr ""
6642
6643 # type: =head2
6644 #. type: =head2
6645 #: ../src/guestfs-actions.pod:437
6646 msgid "guestfs_aug_load"
6647 msgstr ""
6648
6649 # type: verbatim
6650 #. type: verbatim
6651 #: ../src/guestfs-actions.pod:439
6652 #, no-wrap
6653 msgid ""
6654 " int\n"
6655 " guestfs_aug_load (guestfs_h *g);\n"
6656 "\n"
6657 msgstr ""
6658
6659 # type: textblock
6660 #. type: textblock
6661 #: ../src/guestfs-actions.pod:442 ../fish/guestfish-actions.pod:293
6662 msgid "Load files into the tree."
6663 msgstr ""
6664
6665 # type: textblock
6666 #. type: textblock
6667 #: ../src/guestfs-actions.pod:444 ../fish/guestfish-actions.pod:295
6668 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6669 msgstr ""
6670
6671 # type: =head2
6672 #. type: =head2
6673 #: ../src/guestfs-actions.pod:451
6674 msgid "guestfs_aug_ls"
6675 msgstr ""
6676
6677 # type: verbatim
6678 #. type: verbatim
6679 #: ../src/guestfs-actions.pod:453
6680 #, no-wrap
6681 msgid ""
6682 " char **\n"
6683 " guestfs_aug_ls (guestfs_h *g,\n"
6684 "                 const char *augpath);\n"
6685 "\n"
6686 msgstr ""
6687
6688 # type: textblock
6689 #. type: textblock
6690 #: ../src/guestfs-actions.pod:457
6691 msgid ""
6692 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6693 "sorting the resulting nodes into alphabetical order."
6694 msgstr ""
6695
6696 # type: textblock
6697 #. type: textblock
6698 #: ../src/guestfs-actions.pod:460 ../src/guestfs-actions.pod:476
6699 #: ../src/guestfs-actions.pod:622 ../src/guestfs-actions.pod:1070
6700 #: ../src/guestfs-actions.pod:1361 ../src/guestfs-actions.pod:1380
6701 #: ../src/guestfs-actions.pod:1483 ../src/guestfs-actions.pod:1502
6702 #: ../src/guestfs-actions.pod:1748 ../src/guestfs-actions.pod:2180
6703 #: ../src/guestfs-actions.pod:2196 ../src/guestfs-actions.pod:2215
6704 #: ../src/guestfs-actions.pod:2258 ../src/guestfs-actions.pod:2282
6705 #: ../src/guestfs-actions.pod:2353 ../src/guestfs-actions.pod:2402
6706 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2824
6707 #: ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3324
6708 #: ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3491
6709 #: ../src/guestfs-actions.pod:3896 ../src/guestfs-actions.pod:4582
6710 #: ../src/guestfs-actions.pod:5111 ../src/guestfs-actions.pod:5237
6711 #: ../src/guestfs-actions.pod:5351 ../src/guestfs-actions.pod:6002
6712 #: ../src/guestfs-actions.pod:6063 ../src/guestfs-actions.pod:6118
6713 #: ../src/guestfs-actions.pod:6264 ../src/guestfs-actions.pod:6288
6714 #: ../src/guestfs-actions.pod:6770 ../src/guestfs-actions.pod:6790
6715 #: ../src/guestfs-actions.pod:6837 ../src/guestfs-actions.pod:7002
6716 #: ../src/guestfs-actions.pod:7021 ../src/guestfs-actions.pod:7106
6717 #: ../src/guestfs-actions.pod:7125 ../src/guestfs-actions.pod:7171
6718 #: ../src/guestfs-actions.pod:7190
6719 msgid ""
6720 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6721 ">), or NULL if there was an error.  I<The caller must free the strings and "
6722 "the array after use>."
6723 msgstr ""
6724
6725 # type: textblock
6726 #. type: textblock
6727 #: ../src/guestfs-actions.pod:464 ../src/guestfs-actions.pod:995
6728 #: ../src/guestfs-actions.pod:1013 ../src/guestfs-actions.pod:1418
6729 #: ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3148
6730 #: ../src/guestfs-actions.pod:3737 ../src/guestfs-actions.pod:3787
6731 #: ../src/guestfs-actions.pod:3974 ../src/guestfs-actions.pod:4007
6732 #: ../src/guestfs-actions.pod:4170 ../src/guestfs-actions.pod:4586
6733 #: ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:5430
6734 #: ../src/guestfs-actions.pod:5444 ../src/guestfs-actions.pod:5456
6735 #: ../src/guestfs-actions.pod:5864 ../src/guestfs-actions.pod:6502
6736 #: ../src/guestfs-actions.pod:6515 ../src/guestfs-actions.pod:6754
6737 #: ../src/guestfs-actions.pod:6990
6738 msgid "(Added in 0.8)"
6739 msgstr ""
6740
6741 # type: =head2
6742 #. type: =head2
6743 #: ../src/guestfs-actions.pod:466
6744 msgid "guestfs_aug_match"
6745 msgstr ""
6746
6747 # type: verbatim
6748 #. type: verbatim
6749 #: ../src/guestfs-actions.pod:468
6750 #, no-wrap
6751 msgid ""
6752 " char **\n"
6753 " guestfs_aug_match (guestfs_h *g,\n"
6754 "                    const char *augpath);\n"
6755 "\n"
6756 msgstr ""
6757
6758 # type: textblock
6759 #. type: textblock
6760 #: ../src/guestfs-actions.pod:472 ../fish/guestfish-actions.pod:309
6761 msgid ""
6762 "Returns a list of paths which match the path expression C<path>.  The "
6763 "returned paths are sufficiently qualified so that they match exactly one "
6764 "node in the current tree."
6765 msgstr ""
6766
6767 # type: =head2
6768 #. type: =head2
6769 #: ../src/guestfs-actions.pod:482
6770 msgid "guestfs_aug_mv"
6771 msgstr ""
6772
6773 # type: verbatim
6774 #. type: verbatim
6775 #: ../src/guestfs-actions.pod:484
6776 #, no-wrap
6777 msgid ""
6778 " int\n"
6779 " guestfs_aug_mv (guestfs_h *g,\n"
6780 "                 const char *src,\n"
6781 "                 const char *dest);\n"
6782 "\n"
6783 msgstr ""
6784
6785 # type: textblock
6786 #. type: textblock
6787 #: ../src/guestfs-actions.pod:489 ../fish/guestfish-actions.pod:317
6788 msgid ""
6789 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6790 "C<dest> is overwritten if it exists."
6791 msgstr ""
6792
6793 # type: =head2
6794 #. type: =head2
6795 #: ../src/guestfs-actions.pod:496
6796 msgid "guestfs_aug_rm"
6797 msgstr ""
6798
6799 # type: verbatim
6800 #. type: verbatim
6801 #: ../src/guestfs-actions.pod:498
6802 #, no-wrap
6803 msgid ""
6804 " int\n"
6805 " guestfs_aug_rm (guestfs_h *g,\n"
6806 "                 const char *augpath);\n"
6807 "\n"
6808 msgstr ""
6809
6810 # type: textblock
6811 #. type: textblock
6812 #: ../src/guestfs-actions.pod:502 ../fish/guestfish-actions.pod:324
6813 msgid "Remove C<path> and all of its children."
6814 msgstr ""
6815
6816 # type: textblock
6817 #. type: textblock
6818 #: ../src/guestfs-actions.pod:504 ../fish/guestfish-actions.pod:326
6819 msgid "On success this returns the number of entries which were removed."
6820 msgstr ""
6821
6822 # type: =head2
6823 #. type: =head2
6824 #: ../src/guestfs-actions.pod:510
6825 msgid "guestfs_aug_save"
6826 msgstr ""
6827
6828 # type: verbatim
6829 #. type: verbatim
6830 #: ../src/guestfs-actions.pod:512
6831 #, no-wrap
6832 msgid ""
6833 " int\n"
6834 " guestfs_aug_save (guestfs_h *g);\n"
6835 "\n"
6836 msgstr ""
6837
6838 # type: textblock
6839 #. type: textblock
6840 #: ../src/guestfs-actions.pod:515 ../fish/guestfish-actions.pod:332
6841 msgid "This writes all pending changes to disk."
6842 msgstr ""
6843
6844 # type: textblock
6845 #. type: textblock
6846 #: ../src/guestfs-actions.pod:517
6847 msgid ""
6848 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6849 "are saved."
6850 msgstr ""
6851
6852 # type: =head2
6853 #. type: =head2
6854 #: ../src/guestfs-actions.pod:524
6855 msgid "guestfs_aug_set"
6856 msgstr ""
6857
6858 # type: verbatim
6859 #. type: verbatim
6860 #: ../src/guestfs-actions.pod:526
6861 #, no-wrap
6862 msgid ""
6863 " int\n"
6864 " guestfs_aug_set (guestfs_h *g,\n"
6865 "                  const char *augpath,\n"
6866 "                  const char *val);\n"
6867 "\n"
6868 msgstr ""
6869
6870 # type: textblock
6871 #. type: textblock
6872 #: ../src/guestfs-actions.pod:531 ../fish/guestfish-actions.pod:341
6873 msgid "Set the value associated with C<path> to C<val>."
6874 msgstr ""
6875
6876 # type: textblock
6877 #. type: textblock
6878 #: ../src/guestfs-actions.pod:533
6879 msgid ""
6880 "In the Augeas API, it is possible to clear a node by setting the value to "
6881 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6882 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6883 msgstr ""
6884
6885 # type: =head2
6886 #. type: =head2
6887 #: ../src/guestfs-actions.pod:542
6888 msgid "guestfs_available"
6889 msgstr ""
6890
6891 # type: verbatim
6892 #. type: verbatim
6893 #: ../src/guestfs-actions.pod:544
6894 #, no-wrap
6895 msgid ""
6896 " int\n"
6897 " guestfs_available (guestfs_h *g,\n"
6898 "                    char *const *groups);\n"
6899 "\n"
6900 msgstr ""
6901
6902 # type: textblock
6903 #. type: textblock
6904 #: ../src/guestfs-actions.pod:548 ../fish/guestfish-actions.pod:352
6905 msgid ""
6906 "This command is used to check the availability of some groups of "
6907 "functionality in the appliance, which not all builds of the libguestfs "
6908 "appliance will be able to provide."
6909 msgstr ""
6910
6911 # type: textblock
6912 #. type: textblock
6913 #: ../src/guestfs-actions.pod:552
6914 msgid ""
6915 "The libguestfs groups, and the functions that those groups correspond to, "
6916 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6917 "runtime by calling C<guestfs_available_all_groups>."
6918 msgstr ""
6919
6920 # type: textblock
6921 #. type: textblock
6922 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
6923 msgid ""
6924 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6925 "\"]> would check for the availability of the Linux inotify functions and "
6926 "Augeas (configuration file editing) functions."
6927 msgstr ""
6928
6929 # type: textblock
6930 #. type: textblock
6931 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
6932 msgid "The command returns no error if I<all> requested groups are available."
6933 msgstr ""
6934
6935 # type: textblock
6936 #. type: textblock
6937 #: ../src/guestfs-actions.pod:564 ../fish/guestfish-actions.pod:368
6938 msgid ""
6939 "It fails with an error if one or more of the requested groups is unavailable "
6940 "in the appliance."
6941 msgstr ""
6942
6943 # type: textblock
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:371
6946 msgid ""
6947 "If an unknown group name is included in the list of groups then an error is "
6948 "always returned."
6949 msgstr ""
6950
6951 # type: textblock
6952 #. type: textblock
6953 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:374
6954 msgid "I<Notes:>"
6955 msgstr ""
6956
6957 # type: textblock
6958 #. type: textblock
6959 #: ../src/guestfs-actions.pod:576
6960 msgid "You must call C<guestfs_launch> before calling this function."
6961 msgstr ""
6962
6963 # type: textblock
6964 #. type: textblock
6965 #: ../src/guestfs-actions.pod:578 ../fish/guestfish-actions.pod:382
6966 msgid ""
6967 "The reason is because we don't know what groups are supported by the "
6968 "appliance/daemon until it is running and can be queried."
6969 msgstr ""
6970
6971 # type: textblock
6972 #. type: textblock
6973 #: ../src/guestfs-actions.pod:584 ../fish/guestfish-actions.pod:388
6974 msgid ""
6975 "If a group of functions is available, this does not necessarily mean that "
6976 "they will work.  You still have to check for errors when calling individual "
6977 "API functions even if they are available."
6978 msgstr ""
6979
6980 # type: textblock
6981 #. type: textblock
6982 #: ../src/guestfs-actions.pod:591 ../fish/guestfish-actions.pod:395
6983 msgid ""
6984 "It is usually the job of distro packagers to build complete functionality "
6985 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6986 "with all requirements satisfied, will support everything."
6987 msgstr ""
6988
6989 # type: textblock
6990 #. type: textblock
6991 #: ../src/guestfs-actions.pod:598
6992 msgid ""
6993 "This call was added in version C<1.0.80>.  In previous versions of "
6994 "libguestfs all you could do would be to speculatively execute a command to "
6995 "find out if the daemon implemented it.  See also C<guestfs_version>."
6996 msgstr ""
6997
6998 # type: textblock
6999 #. type: textblock
7000 #: ../src/guestfs-actions.pod:607 ../src/guestfs-actions.pod:1168
7001 msgid "(Added in 1.0.80)"
7002 msgstr ""
7003
7004 # type: =head2
7005 #. type: =head2
7006 #: ../src/guestfs-actions.pod:609
7007 msgid "guestfs_available_all_groups"
7008 msgstr ""
7009
7010 # type: verbatim
7011 #. type: verbatim
7012 #: ../src/guestfs-actions.pod:611
7013 #, no-wrap
7014 msgid ""
7015 " char **\n"
7016 " guestfs_available_all_groups (guestfs_h *g);\n"
7017 "\n"
7018 msgstr ""
7019
7020 # type: textblock
7021 #. type: textblock
7022 #: ../src/guestfs-actions.pod:614
7023 msgid ""
7024 "This command returns a list of all optional groups that this daemon knows "
7025 "about.  Note this returns both supported and unsupported groups.  To find "
7026 "out which ones the daemon can actually support you have to call "
7027 "C<guestfs_available> on each member of the returned list."
7028 msgstr ""
7029
7030 # type: textblock
7031 #. type: textblock
7032 #: ../src/guestfs-actions.pod:620
7033 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7034 msgstr ""
7035
7036 # type: textblock
7037 #. type: textblock
7038 #: ../src/guestfs-actions.pod:626
7039 msgid "(Added in 1.3.15)"
7040 msgstr ""
7041
7042 # type: =head2
7043 #. type: =head2
7044 #: ../src/guestfs-actions.pod:628
7045 msgid "guestfs_base64_in"
7046 msgstr ""
7047
7048 # type: verbatim
7049 #. type: verbatim
7050 #: ../src/guestfs-actions.pod:630
7051 #, no-wrap
7052 msgid ""
7053 " int\n"
7054 " guestfs_base64_in (guestfs_h *g,\n"
7055 "                    const char *base64file,\n"
7056 "                    const char *filename);\n"
7057 "\n"
7058 msgstr ""
7059
7060 # type: textblock
7061 #. type: textblock
7062 #: ../src/guestfs-actions.pod:635 ../fish/guestfish-actions.pod:425
7063 msgid ""
7064 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7065 msgstr ""
7066
7067 # type: textblock
7068 #. type: textblock
7069 #: ../src/guestfs-actions.pod:640 ../src/guestfs-actions.pod:654
7070 msgid "(Added in 1.3.5)"
7071 msgstr ""
7072
7073 # type: =head2
7074 #. type: =head2
7075 #: ../src/guestfs-actions.pod:642
7076 msgid "guestfs_base64_out"
7077 msgstr ""
7078
7079 # type: verbatim
7080 #. type: verbatim
7081 #: ../src/guestfs-actions.pod:644
7082 #, no-wrap
7083 msgid ""
7084 " int\n"
7085 " guestfs_base64_out (guestfs_h *g,\n"
7086 "                     const char *filename,\n"
7087 "                     const char *base64file);\n"
7088 "\n"
7089 msgstr ""
7090
7091 # type: textblock
7092 #. type: textblock
7093 #: ../src/guestfs-actions.pod:649 ../fish/guestfish-actions.pod:434
7094 msgid ""
7095 "This command downloads the contents of C<filename>, writing it out to local "
7096 "file C<base64file> encoded as base64."
7097 msgstr ""
7098
7099 # type: =head2
7100 #. type: =head2
7101 #: ../src/guestfs-actions.pod:656
7102 msgid "guestfs_blockdev_flushbufs"
7103 msgstr ""
7104
7105 # type: verbatim
7106 #. type: verbatim
7107 #: ../src/guestfs-actions.pod:658
7108 #, no-wrap
7109 msgid ""
7110 " int\n"
7111 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7112 "                             const char *device);\n"
7113 "\n"
7114 msgstr ""
7115
7116 # type: textblock
7117 #. type: textblock
7118 #: ../src/guestfs-actions.pod:662 ../fish/guestfish-actions.pod:443
7119 msgid ""
7120 "This tells the kernel to flush internal buffers associated with C<device>."
7121 msgstr ""
7122
7123 # type: textblock
7124 #. type: textblock
7125 #: ../src/guestfs-actions.pod:665 ../src/guestfs-actions.pod:682
7126 #: ../src/guestfs-actions.pod:697 ../src/guestfs-actions.pod:713
7127 #: ../src/guestfs-actions.pod:731 ../src/guestfs-actions.pod:750
7128 #: ../src/guestfs-actions.pod:764 ../src/guestfs-actions.pod:782
7129 #: ../src/guestfs-actions.pod:796 ../src/guestfs-actions.pod:810
7130 #: ../fish/guestfish-actions.pod:446 ../fish/guestfish-actions.pod:457
7131 #: ../fish/guestfish-actions.pod:466 ../fish/guestfish-actions.pod:476
7132 #: ../fish/guestfish-actions.pod:488 ../fish/guestfish-actions.pod:501
7133 #: ../fish/guestfish-actions.pod:509 ../fish/guestfish-actions.pod:520
7134 #: ../fish/guestfish-actions.pod:528 ../fish/guestfish-actions.pod:536
7135 msgid "This uses the L<blockdev(8)> command."
7136 msgstr ""
7137
7138 # type: textblock
7139 #. type: textblock
7140 #: ../src/guestfs-actions.pod:669 ../src/guestfs-actions.pod:686
7141 #: ../src/guestfs-actions.pod:701 ../src/guestfs-actions.pod:717
7142 #: ../src/guestfs-actions.pod:735 ../src/guestfs-actions.pod:754
7143 #: ../src/guestfs-actions.pod:768 ../src/guestfs-actions.pod:786
7144 #: ../src/guestfs-actions.pod:800 ../src/guestfs-actions.pod:814
7145 msgid "(Added in 0.9.3)"
7146 msgstr ""
7147
7148 # type: =head2
7149 #. type: =head2
7150 #: ../src/guestfs-actions.pod:671
7151 msgid "guestfs_blockdev_getbsz"
7152 msgstr ""
7153
7154 # type: verbatim
7155 #. type: verbatim
7156 #: ../src/guestfs-actions.pod:673
7157 #, no-wrap
7158 msgid ""
7159 " int\n"
7160 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7161 "                          const char *device);\n"
7162 "\n"
7163 msgstr ""
7164
7165 # type: textblock
7166 #. type: textblock
7167 #: ../src/guestfs-actions.pod:677 ../fish/guestfish-actions.pod:452
7168 msgid "This returns the block size of a device."
7169 msgstr ""
7170
7171 # type: textblock
7172 #. type: textblock
7173 #: ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:779
7174 #: ../fish/guestfish-actions.pod:454 ../fish/guestfish-actions.pod:517
7175 msgid ""
7176 "(Note this is different from both I<size in blocks> and I<filesystem block "
7177 "size>)."
7178 msgstr ""
7179
7180 # type: =head2
7181 #. type: =head2
7182 #: ../src/guestfs-actions.pod:688
7183 msgid "guestfs_blockdev_getro"
7184 msgstr ""
7185
7186 # type: verbatim
7187 #. type: verbatim
7188 #: ../src/guestfs-actions.pod:690
7189 #, no-wrap
7190 msgid ""
7191 " int\n"
7192 " guestfs_blockdev_getro (guestfs_h *g,\n"
7193 "                         const char *device);\n"
7194 "\n"
7195 msgstr ""
7196
7197 # type: textblock
7198 #. type: textblock
7199 #: ../src/guestfs-actions.pod:694 ../fish/guestfish-actions.pod:463
7200 msgid ""
7201 "Returns a boolean indicating if the block device is read-only (true if read-"
7202 "only, false if not)."
7203 msgstr ""
7204
7205 # type: textblock
7206 #. type: textblock
7207 #: ../src/guestfs-actions.pod:699 ../src/guestfs-actions.pod:1401
7208 #: ../src/guestfs-actions.pod:1416 ../src/guestfs-actions.pod:1893
7209 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1976
7210 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:2046
7211 #: ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:2094
7212 #: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3070
7213 #: ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3099
7214 #: ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3130
7215 #: ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3160
7216 #: ../src/guestfs-actions.pod:3173 ../src/guestfs-actions.pod:3187
7217 #: ../src/guestfs-actions.pod:3202 ../src/guestfs-actions.pod:3217
7218 #: ../src/guestfs-actions.pod:4740
7219 msgid "This function returns a C truth value on success or -1 on error."
7220 msgstr ""
7221
7222 # type: =head2
7223 #. type: =head2
7224 #: ../src/guestfs-actions.pod:703
7225 msgid "guestfs_blockdev_getsize64"
7226 msgstr ""
7227
7228 # type: verbatim
7229 #. type: verbatim
7230 #: ../src/guestfs-actions.pod:705
7231 #, no-wrap
7232 msgid ""
7233 " int64_t\n"
7234 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7235 "                             const char *device);\n"
7236 "\n"
7237 msgstr ""
7238
7239 # type: textblock
7240 #. type: textblock
7241 #: ../src/guestfs-actions.pod:709 ../fish/guestfish-actions.pod:472
7242 msgid "This returns the size of the device in bytes."
7243 msgstr ""
7244
7245 # type: textblock
7246 #. type: textblock
7247 #: ../src/guestfs-actions.pod:711
7248 msgid "See also C<guestfs_blockdev_getsz>."
7249 msgstr ""
7250
7251 # type: =head2
7252 #. type: =head2
7253 #: ../src/guestfs-actions.pod:719
7254 msgid "guestfs_blockdev_getss"
7255 msgstr ""
7256
7257 # type: verbatim
7258 #. type: verbatim
7259 #: ../src/guestfs-actions.pod:721
7260 #, no-wrap
7261 msgid ""
7262 " int\n"
7263 " guestfs_blockdev_getss (guestfs_h *g,\n"
7264 "                         const char *device);\n"
7265 "\n"
7266 msgstr ""
7267
7268 # type: textblock
7269 #. type: textblock
7270 #: ../src/guestfs-actions.pod:725 ../fish/guestfish-actions.pod:482
7271 msgid ""
7272 "This returns the size of sectors on a block device.  Usually 512, but can be "
7273 "larger for modern devices."
7274 msgstr ""
7275
7276 # type: textblock
7277 #. type: textblock
7278 #: ../src/guestfs-actions.pod:728
7279 msgid ""
7280 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7281 "that)."
7282 msgstr ""
7283
7284 # type: =head2
7285 #. type: =head2
7286 #: ../src/guestfs-actions.pod:737
7287 msgid "guestfs_blockdev_getsz"
7288 msgstr ""
7289
7290 # type: verbatim
7291 #. type: verbatim
7292 #: ../src/guestfs-actions.pod:739
7293 #, no-wrap
7294 msgid ""
7295 " int64_t\n"
7296 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7297 "                         const char *device);\n"
7298 "\n"
7299 msgstr ""
7300
7301 # type: textblock
7302 #. type: textblock
7303 #: ../src/guestfs-actions.pod:743 ../fish/guestfish-actions.pod:494
7304 msgid ""
7305 "This returns the size of the device in units of 512-byte sectors (even if "
7306 "the sectorsize isn't 512 bytes ... weird)."
7307 msgstr ""
7308
7309 # type: textblock
7310 #. type: textblock
7311 #: ../src/guestfs-actions.pod:746
7312 msgid ""
7313 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7314 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7315 msgstr ""
7316
7317 # type: =head2
7318 #. type: =head2
7319 #: ../src/guestfs-actions.pod:756
7320 msgid "guestfs_blockdev_rereadpt"
7321 msgstr ""
7322
7323 # type: verbatim
7324 #. type: verbatim
7325 #: ../src/guestfs-actions.pod:758
7326 #, no-wrap
7327 msgid ""
7328 " int\n"
7329 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7330 "                            const char *device);\n"
7331 "\n"
7332 msgstr ""
7333
7334 # type: textblock
7335 #. type: textblock
7336 #: ../src/guestfs-actions.pod:762 ../fish/guestfish-actions.pod:507
7337 msgid "Reread the partition table on C<device>."
7338 msgstr ""
7339
7340 # type: =head2
7341 #. type: =head2
7342 #: ../src/guestfs-actions.pod:770
7343 msgid "guestfs_blockdev_setbsz"
7344 msgstr ""
7345
7346 # type: verbatim
7347 #. type: verbatim
7348 #: ../src/guestfs-actions.pod:772
7349 #, no-wrap
7350 msgid ""
7351 " int\n"
7352 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7353 "                          const char *device,\n"
7354 "                          int blocksize);\n"
7355 "\n"
7356 msgstr ""
7357
7358 # type: textblock
7359 #. type: textblock
7360 #: ../src/guestfs-actions.pod:777 ../fish/guestfish-actions.pod:515
7361 msgid "This sets the block size of a device."
7362 msgstr ""
7363
7364 # type: =head2
7365 #. type: =head2
7366 #: ../src/guestfs-actions.pod:788
7367 msgid "guestfs_blockdev_setro"
7368 msgstr ""
7369
7370 # type: verbatim
7371 #. type: verbatim
7372 #: ../src/guestfs-actions.pod:790
7373 #, no-wrap
7374 msgid ""
7375 " int\n"
7376 " guestfs_blockdev_setro (guestfs_h *g,\n"
7377 "                         const char *device);\n"
7378 "\n"
7379 msgstr ""
7380
7381 # type: textblock
7382 #. type: textblock
7383 #: ../src/guestfs-actions.pod:794 ../fish/guestfish-actions.pod:526
7384 msgid "Sets the block device named C<device> to read-only."
7385 msgstr ""
7386
7387 # type: =head2
7388 #. type: =head2
7389 #: ../src/guestfs-actions.pod:802
7390 msgid "guestfs_blockdev_setrw"
7391 msgstr ""
7392
7393 # type: verbatim
7394 #. type: verbatim
7395 #: ../src/guestfs-actions.pod:804
7396 #, no-wrap
7397 msgid ""
7398 " int\n"
7399 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7400 "                         const char *device);\n"
7401 "\n"
7402 msgstr ""
7403
7404 # type: textblock
7405 #. type: textblock
7406 #: ../src/guestfs-actions.pod:808 ../fish/guestfish-actions.pod:534
7407 msgid "Sets the block device named C<device> to read-write."
7408 msgstr ""
7409
7410 # type: =head2
7411 #. type: =head2
7412 #: ../src/guestfs-actions.pod:816
7413 msgid "guestfs_case_sensitive_path"
7414 msgstr ""
7415
7416 # type: verbatim
7417 #. type: verbatim
7418 #: ../src/guestfs-actions.pod:818
7419 #, no-wrap
7420 msgid ""
7421 " char *\n"
7422 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7423 "                              const char *path);\n"
7424 "\n"
7425 msgstr ""
7426
7427 # type: textblock
7428 #. type: textblock
7429 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
7430 msgid ""
7431 "This can be used to resolve case insensitive paths on a filesystem which is "
7432 "case sensitive.  The use case is to resolve paths which you have read from "
7433 "Windows configuration files or the Windows Registry, to the true path."
7434 msgstr ""
7435
7436 # type: textblock
7437 #. type: textblock
7438 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
7439 msgid ""
7440 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7441 "(and probably others), which is that although the underlying filesystem is "
7442 "case-insensitive, the driver exports the filesystem to Linux as case-"
7443 "sensitive."
7444 msgstr ""
7445
7446 # type: textblock
7447 #. type: textblock
7448 #: ../src/guestfs-actions.pod:832 ../fish/guestfish-actions.pod:552
7449 msgid ""
7450 "One consequence of this is that special directories such as C<c:\\windows> "
7451 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7452 "precise details of how they were created.  In Windows itself this would not "
7453 "be a problem."
7454 msgstr ""
7455
7456 # type: textblock
7457 #. type: textblock
7458 #: ../src/guestfs-actions.pod:838 ../fish/guestfish-actions.pod:558
7459 msgid ""
7460 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7461 "#posixfilenames1>"
7462 msgstr ""
7463
7464 # type: textblock
7465 #. type: textblock
7466 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:561
7467 msgid ""
7468 "This function resolves the true case of each element in the path and returns "
7469 "the case-sensitive path."
7470 msgstr ""
7471
7472 # type: textblock
7473 #. type: textblock
7474 #: ../src/guestfs-actions.pod:844
7475 msgid ""
7476 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7477 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7478 "how the directories were originally created under Windows)."
7479 msgstr ""
7480
7481 # type: textblock
7482 #. type: textblock
7483 #: ../src/guestfs-actions.pod:849 ../fish/guestfish-actions.pod:569
7484 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7485 msgstr ""
7486
7487 # type: textblock
7488 #. type: textblock
7489 #: ../src/guestfs-actions.pod:852
7490 msgid "See also C<guestfs_realpath>."
7491 msgstr ""
7492
7493 # type: textblock
7494 #. type: textblock
7495 #: ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:6682
7496 msgid "(Added in 1.0.75)"
7497 msgstr ""
7498
7499 # type: =head2
7500 #. type: =head2
7501 #: ../src/guestfs-actions.pod:859
7502 msgid "guestfs_cat"
7503 msgstr ""
7504
7505 # type: verbatim
7506 #. type: verbatim
7507 #: ../src/guestfs-actions.pod:861
7508 #, no-wrap
7509 msgid ""
7510 " char *\n"
7511 " guestfs_cat (guestfs_h *g,\n"
7512 "              const char *path);\n"
7513 "\n"
7514 msgstr ""
7515
7516 # type: textblock
7517 #. type: textblock
7518 #: ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:5227
7519 #: ../fish/guestfish-actions.pod:578 ../fish/guestfish-actions.pod:3479
7520 msgid "Return the contents of the file named C<path>."
7521 msgstr ""
7522
7523 # type: textblock
7524 #. type: textblock
7525 #: ../src/guestfs-actions.pod:867
7526 msgid ""
7527 "Note that this function cannot correctly handle binary files (specifically, "
7528 "files containing C<\\0> character which is treated as end of string).  For "
7529 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7530 "functions which have a more complex interface."
7531 msgstr ""
7532
7533 # type: textblock
7534 #. type: textblock
7535 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:1054
7536 #: ../src/guestfs-actions.pod:1074 ../src/guestfs-actions.pod:1365
7537 #: ../src/guestfs-actions.pod:1384 ../src/guestfs-actions.pod:1487
7538 #: ../src/guestfs-actions.pod:1506 ../src/guestfs-actions.pod:1752
7539 #: ../src/guestfs-actions.pod:2200 ../src/guestfs-actions.pod:2219
7540 #: ../src/guestfs-actions.pod:2262 ../src/guestfs-actions.pod:2286
7541 #: ../src/guestfs-actions.pod:2303 ../src/guestfs-actions.pod:2332
7542 #: ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:5035
7543 #: ../src/guestfs-actions.pod:5166 ../src/guestfs-actions.pod:5192
7544 #: ../src/guestfs-actions.pod:5216 ../src/guestfs-actions.pod:6067
7545 #: ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6268
7546 #: ../src/guestfs-actions.pod:6292 ../src/guestfs-actions.pod:6954
7547 #: ../src/guestfs-actions.pod:6980 ../src/guestfs-actions.pod:7006
7548 #: ../src/guestfs-actions.pod:7025 ../src/guestfs-actions.pod:7110
7549 #: ../src/guestfs-actions.pod:7129 ../src/guestfs-actions.pod:7175
7550 #: ../src/guestfs-actions.pod:7194 ../fish/guestfish-actions.pod:585
7551 #: ../fish/guestfish-actions.pod:720 ../fish/guestfish-actions.pod:732
7552 #: ../fish/guestfish-actions.pod:908 ../fish/guestfish-actions.pod:918
7553 #: ../fish/guestfish-actions.pod:985 ../fish/guestfish-actions.pod:995
7554 #: ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1482
7555 #: ../fish/guestfish-actions.pod:1492 ../fish/guestfish-actions.pod:1520
7556 #: ../fish/guestfish-actions.pod:1535 ../fish/guestfish-actions.pod:1545
7557 #: ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:3349
7558 #: ../fish/guestfish-actions.pod:3364 ../fish/guestfish-actions.pod:3440
7559 #: ../fish/guestfish-actions.pod:3457 ../fish/guestfish-actions.pod:3472
7560 #: ../fish/guestfish-actions.pod:4055 ../fish/guestfish-actions.pod:4101
7561 #: ../fish/guestfish-actions.pod:4186 ../fish/guestfish-actions.pod:4201
7562 #: ../fish/guestfish-actions.pod:4611 ../fish/guestfish-actions.pod:4629
7563 #: ../fish/guestfish-actions.pod:4646 ../fish/guestfish-actions.pod:4656
7564 #: ../fish/guestfish-actions.pod:4704 ../fish/guestfish-actions.pod:4714
7565 #: ../fish/guestfish-actions.pod:4743 ../fish/guestfish-actions.pod:4753
7566 msgid ""
7567 "Because of the message protocol, there is a transfer limit of somewhere "
7568 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7569 msgstr ""
7570
7571 # type: textblock
7572 #. type: textblock
7573 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:3328
7574 #: ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3407
7575 #: ../src/guestfs-actions.pod:3495 ../src/guestfs-actions.pod:3900
7576 #: ../src/guestfs-actions.pod:3914 ../src/guestfs-actions.pod:5115
7577 #: ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:6841
7578 #: ../src/guestfs-actions.pod:6855
7579 msgid "(Added in 0.4)"
7580 msgstr ""
7581
7582 # type: =head2
7583 #. type: =head2
7584 #: ../src/guestfs-actions.pod:880
7585 msgid "guestfs_checksum"
7586 msgstr ""
7587
7588 # type: verbatim
7589 #. type: verbatim
7590 #: ../src/guestfs-actions.pod:882
7591 #, no-wrap
7592 msgid ""
7593 " char *\n"
7594 " guestfs_checksum (guestfs_h *g,\n"
7595 "                   const char *csumtype,\n"
7596 "                   const char *path);\n"
7597 "\n"
7598 msgstr ""
7599
7600 # type: textblock
7601 #. type: textblock
7602 #: ../src/guestfs-actions.pod:887 ../fish/guestfish-actions.pod:592
7603 msgid ""
7604 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7605 msgstr ""
7606
7607 # type: textblock
7608 #. type: textblock
7609 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
7610 msgid ""
7611 "The type of checksum to compute is given by the C<csumtype> parameter which "
7612 "must have one of the following values:"
7613 msgstr ""
7614
7615 # type: =item
7616 #. type: =item
7617 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
7618 msgid "C<crc>"
7619 msgstr ""
7620
7621 # type: textblock
7622 #. type: textblock
7623 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
7624 msgid ""
7625 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7626 "C<cksum> command."
7627 msgstr ""
7628
7629 # type: =item
7630 #. type: =item
7631 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:605
7632 msgid "C<md5>"
7633 msgstr ""
7634
7635 # type: textblock
7636 #. type: textblock
7637 #: ../src/guestfs-actions.pod:902 ../fish/guestfish-actions.pod:607
7638 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7639 msgstr ""
7640
7641 # type: =item
7642 #. type: =item
7643 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:609
7644 msgid "C<sha1>"
7645 msgstr ""
7646
7647 # type: textblock
7648 #. type: textblock
7649 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:611
7650 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7651 msgstr ""
7652
7653 # type: =item
7654 #. type: =item
7655 #: ../src/guestfs-actions.pod:908 ../fish/guestfish-actions.pod:613
7656 msgid "C<sha224>"
7657 msgstr ""
7658
7659 # type: textblock
7660 #. type: textblock
7661 #: ../src/guestfs-actions.pod:910 ../fish/guestfish-actions.pod:615
7662 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7663 msgstr ""
7664
7665 # type: =item
7666 #. type: =item
7667 #: ../src/guestfs-actions.pod:912 ../fish/guestfish-actions.pod:617
7668 msgid "C<sha256>"
7669 msgstr ""
7670
7671 # type: textblock
7672 #. type: textblock
7673 #: ../src/guestfs-actions.pod:914 ../fish/guestfish-actions.pod:619
7674 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7675 msgstr ""
7676
7677 # type: =item
7678 #. type: =item
7679 #: ../src/guestfs-actions.pod:916 ../fish/guestfish-actions.pod:621
7680 msgid "C<sha384>"
7681 msgstr ""
7682
7683 # type: textblock
7684 #. type: textblock
7685 #: ../src/guestfs-actions.pod:918 ../fish/guestfish-actions.pod:623
7686 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7687 msgstr ""
7688
7689 # type: =item
7690 #. type: =item
7691 #: ../src/guestfs-actions.pod:920 ../fish/guestfish-actions.pod:625
7692 msgid "C<sha512>"
7693 msgstr ""
7694
7695 # type: textblock
7696 #. type: textblock
7697 #: ../src/guestfs-actions.pod:922 ../fish/guestfish-actions.pod:627
7698 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7699 msgstr ""
7700
7701 # type: textblock
7702 #. type: textblock
7703 #: ../src/guestfs-actions.pod:926 ../fish/guestfish-actions.pod:631
7704 msgid "The checksum is returned as a printable string."
7705 msgstr ""
7706
7707 # type: textblock
7708 #. type: textblock
7709 #: ../src/guestfs-actions.pod:928
7710 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7711 msgstr ""
7712
7713 # type: textblock
7714 #. type: textblock
7715 #: ../src/guestfs-actions.pod:930
7716 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7717 msgstr ""
7718
7719 # type: textblock
7720 #. type: textblock
7721 #: ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:1243
7722 #: ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:3072
7723 #: ../src/guestfs-actions.pod:3101 ../src/guestfs-actions.pod:3162
7724 #: ../src/guestfs-actions.pod:3189 ../src/guestfs-actions.pod:6538
7725 msgid "(Added in 1.0.2)"
7726 msgstr ""
7727
7728 # type: =head2
7729 #. type: =head2
7730 #: ../src/guestfs-actions.pod:937
7731 msgid "guestfs_checksum_device"
7732 msgstr ""
7733
7734 # type: verbatim
7735 #. type: verbatim
7736 #: ../src/guestfs-actions.pod:939
7737 #, no-wrap
7738 msgid ""
7739 " char *\n"
7740 " guestfs_checksum_device (guestfs_h *g,\n"
7741 "                          const char *csumtype,\n"
7742 "                          const char *device);\n"
7743 "\n"
7744 msgstr ""
7745
7746 # type: textblock
7747 #. type: textblock
7748 #: ../src/guestfs-actions.pod:944
7749 msgid ""
7750 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7751 "device named C<device>.  For the types of checksums supported see the "
7752 "C<guestfs_checksum> command."
7753 msgstr ""
7754
7755 # type: textblock
7756 #. type: textblock
7757 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:4646
7758 #: ../src/guestfs-actions.pod:4705 ../src/guestfs-actions.pod:4742
7759 #: ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:4936
7760 #: ../src/guestfs-actions.pod:6447 ../src/guestfs-actions.pod:6461
7761 #: ../src/guestfs-actions.pod:6867
7762 msgid "(Added in 1.3.2)"
7763 msgstr ""
7764
7765 # type: =head2
7766 #. type: =head2
7767 #: ../src/guestfs-actions.pod:953
7768 msgid "guestfs_checksums_out"
7769 msgstr ""
7770
7771 # type: verbatim
7772 #. type: verbatim
7773 #: ../src/guestfs-actions.pod:955
7774 #, no-wrap
7775 msgid ""
7776 " int\n"
7777 " guestfs_checksums_out (guestfs_h *g,\n"
7778 "                        const char *csumtype,\n"
7779 "                        const char *directory,\n"
7780 "                        const char *sumsfile);\n"
7781 "\n"
7782 msgstr ""
7783
7784 # type: textblock
7785 #. type: textblock
7786 #: ../src/guestfs-actions.pod:961 ../fish/guestfish-actions.pod:649
7787 msgid ""
7788 "This command computes the checksums of all regular files in C<directory> and "
7789 "then emits a list of those checksums to the local output file C<sumsfile>."
7790 msgstr ""
7791
7792 # type: textblock
7793 #. type: textblock
7794 #: ../src/guestfs-actions.pod:965 ../fish/guestfish-actions.pod:653
7795 msgid ""
7796 "This can be used for verifying the integrity of a virtual machine.  However "
7797 "to be properly secure you should pay attention to the output of the checksum "
7798 "command (it uses the ones from GNU coreutils).  In particular when the "
7799 "filename is not printable, coreutils uses a special backslash syntax.  For "
7800 "more information, see the GNU coreutils info file."
7801 msgstr ""
7802
7803 # type: textblock
7804 #. type: textblock
7805 #: ../src/guestfs-actions.pod:975
7806 msgid "(Added in 1.3.7)"
7807 msgstr ""
7808
7809 # type: =head2
7810 #. type: =head2
7811 #: ../src/guestfs-actions.pod:977
7812 msgid "guestfs_chmod"
7813 msgstr ""
7814
7815 # type: verbatim
7816 #. type: verbatim
7817 #: ../src/guestfs-actions.pod:979
7818 #, no-wrap
7819 msgid ""
7820 " int\n"
7821 " guestfs_chmod (guestfs_h *g,\n"
7822 "                int mode,\n"
7823 "                const char *path);\n"
7824 "\n"
7825 msgstr ""
7826
7827 # type: textblock
7828 #. type: textblock
7829 #: ../src/guestfs-actions.pod:984 ../fish/guestfish-actions.pod:667
7830 msgid ""
7831 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7832 "supported."
7833 msgstr ""
7834
7835 # type: textblock
7836 #. type: textblock
7837 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:670
7838 msgid ""
7839 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7840 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7841 "C<700>."
7842 msgstr ""
7843
7844 # type: textblock
7845 #. type: textblock
7846 #: ../src/guestfs-actions.pod:991 ../src/guestfs-actions.pod:4151
7847 #: ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4355
7848 #: ../src/guestfs-actions.pod:4374 ../fish/guestfish-actions.pod:674
7849 #: ../fish/guestfish-actions.pod:2797 ../fish/guestfish-actions.pod:2915
7850 #: ../fish/guestfish-actions.pod:2925 ../fish/guestfish-actions.pod:2935
7851 msgid "The mode actually set is affected by the umask."
7852 msgstr ""
7853
7854 # type: =head2
7855 #. type: =head2
7856 #: ../src/guestfs-actions.pod:997
7857 msgid "guestfs_chown"
7858 msgstr ""
7859
7860 # type: verbatim
7861 #. type: verbatim
7862 #: ../src/guestfs-actions.pod:999
7863 #, no-wrap
7864 msgid ""
7865 " int\n"
7866 " guestfs_chown (guestfs_h *g,\n"
7867 "                int owner,\n"
7868 "                int group,\n"
7869 "                const char *path);\n"
7870 "\n"
7871 msgstr ""
7872
7873 # type: textblock
7874 #. type: textblock
7875 #: ../src/guestfs-actions.pod:1005 ../fish/guestfish-actions.pod:680
7876 msgid "Change the file owner to C<owner> and group to C<group>."
7877 msgstr ""
7878
7879 # type: textblock
7880 #. type: textblock
7881 #: ../src/guestfs-actions.pod:1007 ../src/guestfs-actions.pod:3259
7882 #: ../fish/guestfish-actions.pod:682 ../fish/guestfish-actions.pod:2255
7883 msgid ""
7884 "Only numeric uid and gid are supported.  If you want to use names, you will "
7885 "need to locate and parse the password file yourself (Augeas support makes "
7886 "this relatively easy)."
7887 msgstr ""
7888
7889 # type: =head2
7890 #. type: =head2
7891 #: ../src/guestfs-actions.pod:1015
7892 msgid "guestfs_command"
7893 msgstr ""
7894
7895 # type: verbatim
7896 #. type: verbatim
7897 #: ../src/guestfs-actions.pod:1017
7898 #, no-wrap
7899 msgid ""
7900 " char *\n"
7901 " guestfs_command (guestfs_h *g,\n"
7902 "                  char *const *arguments);\n"
7903 "\n"
7904 msgstr ""
7905
7906 # type: textblock
7907 #. type: textblock
7908 #: ../src/guestfs-actions.pod:1021 ../fish/guestfish-actions.pod:690
7909 msgid ""
7910 "This call runs a command from the guest filesystem.  The filesystem must be "
7911 "mounted, and must contain a compatible operating system (ie. something "
7912 "Linux, with the same or compatible processor architecture)."
7913 msgstr ""
7914
7915 # type: textblock
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1026
7918 msgid ""
7919 "The single parameter is an argv-style list of arguments.  The first element "
7920 "is the name of the program to run.  Subsequent elements are parameters.  The "
7921 "list must be non-empty (ie. must contain a program name).  Note that the "
7922 "command runs directly, and is I<not> invoked via the shell (see "
7923 "C<guestfs_sh>)."
7924 msgstr ""
7925
7926 # type: textblock
7927 #. type: textblock
7928 #: ../src/guestfs-actions.pod:1033 ../fish/guestfish-actions.pod:702
7929 msgid "The return value is anything printed to I<stdout> by the command."
7930 msgstr ""
7931
7932 # type: textblock
7933 #. type: textblock
7934 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:705
7935 msgid ""
7936 "If the command returns a non-zero exit status, then this function returns an "
7937 "error message.  The error message string is the content of I<stderr> from "
7938 "the command."
7939 msgstr ""
7940
7941 # type: textblock
7942 #. type: textblock
7943 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
7944 msgid ""
7945 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7946 "bin>.  If you require a program from another location, you should provide "
7947 "the full path in the first parameter."
7948 msgstr ""
7949
7950 # type: textblock
7951 #. type: textblock
7952 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:714
7953 msgid ""
7954 "Shared libraries and data files required by the program must be available on "
7955 "filesystems which are mounted in the correct places.  It is the caller's "
7956 "responsibility to ensure all filesystems that are needed are mounted at the "
7957 "right locations."
7958 msgstr ""
7959
7960 # type: textblock
7961 #. type: textblock
7962 #: ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077
7963 #: ../src/guestfs-actions.pod:1537
7964 msgid "(Added in 0.9.1)"
7965 msgstr ""
7966
7967 # type: =head2
7968 #. type: =head2
7969 #: ../src/guestfs-actions.pod:1059
7970 msgid "guestfs_command_lines"
7971 msgstr ""
7972
7973 # type: verbatim
7974 #. type: verbatim
7975 #: ../src/guestfs-actions.pod:1061
7976 #, no-wrap
7977 msgid ""
7978 " char **\n"
7979 " guestfs_command_lines (guestfs_h *g,\n"
7980 "                        char *const *arguments);\n"
7981 "\n"
7982 msgstr ""
7983
7984 # type: textblock
7985 #. type: textblock
7986 #: ../src/guestfs-actions.pod:1065
7987 msgid ""
7988 "This is the same as C<guestfs_command>, but splits the result into a list of "
7989 "lines."
7990 msgstr ""
7991
7992 # type: textblock
7993 #. type: textblock
7994 #: ../src/guestfs-actions.pod:1068
7995 msgid "See also: C<guestfs_sh_lines>"
7996 msgstr ""
7997
7998 # type: =head2
7999 #. type: =head2
8000 #: ../src/guestfs-actions.pod:1079
8001 msgid "guestfs_config"
8002 msgstr ""
8003
8004 # type: verbatim
8005 #. type: verbatim
8006 #: ../src/guestfs-actions.pod:1081
8007 #, no-wrap
8008 msgid ""
8009 " int\n"
8010 " guestfs_config (guestfs_h *g,\n"
8011 "                 const char *qemuparam,\n"
8012 "                 const char *qemuvalue);\n"
8013 "\n"
8014 msgstr ""
8015
8016 # type: textblock
8017 #. type: textblock
8018 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
8019 msgid ""
8020 "This can be used to add arbitrary qemu command line parameters of the form "
8021 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8022 "setting some parameters which would interfere with parameters that we use."
8023 msgstr ""
8024
8025 # type: textblock
8026 #. type: textblock
8027 #: ../src/guestfs-actions.pod:1091 ../fish/guestfish-actions.pod:744
8028 msgid "The first character of C<param> string must be a C<-> (dash)."
8029 msgstr ""
8030
8031 # type: textblock
8032 #. type: textblock
8033 #: ../src/guestfs-actions.pod:1093 ../fish/guestfish-actions.pod:746
8034 msgid "C<value> can be NULL."
8035 msgstr ""
8036
8037 # type: =head2
8038 #. type: =head2
8039 #: ../src/guestfs-actions.pod:1099
8040 msgid "guestfs_copy_size"
8041 msgstr ""
8042
8043 # type: verbatim
8044 #. type: verbatim
8045 #: ../src/guestfs-actions.pod:1101
8046 #, no-wrap
8047 msgid ""
8048 " int\n"
8049 " guestfs_copy_size (guestfs_h *g,\n"
8050 "                    const char *src,\n"
8051 "                    const char *dest,\n"
8052 "                    int64_t size);\n"
8053 "\n"
8054 msgstr ""
8055
8056 # type: textblock
8057 #. type: textblock
8058 #: ../src/guestfs-actions.pod:1107 ../fish/guestfish-actions.pod:752
8059 msgid ""
8060 "This command copies exactly C<size> bytes from one source device or file "
8061 "C<src> to another destination device or file C<dest>."
8062 msgstr ""
8063
8064 # type: textblock
8065 #. type: textblock
8066 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:755
8067 msgid ""
8068 "Note this will fail if the source is too short or if the destination is not "
8069 "large enough."
8070 msgstr ""
8071
8072 # type: textblock
8073 #. type: textblock
8074 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:1238
8075 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:1686
8076 #: ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6533
8077 #: ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:7046
8078 #: ../src/guestfs-actions.pod:7065
8079 msgid ""
8080 "This long-running command can generate progress notification messages so "
8081 "that the caller can display a progress bar or indicator.  To receive these "
8082 "messages, the caller must register a progress callback.  See L<guestfs(3)/"
8083 "guestfs_set_progress_callback>."
8084 msgstr ""
8085
8086 # type: textblock
8087 #. type: textblock
8088 #: ../src/guestfs-actions.pod:1120 ../src/guestfs-actions.pod:3927
8089 #: ../src/guestfs-actions.pod:5142 ../src/guestfs-actions.pod:6774
8090 #: ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6880
8091 msgid "(Added in 1.0.87)"
8092 msgstr ""
8093
8094 # type: =head2
8095 #. type: =head2
8096 #: ../src/guestfs-actions.pod:1122
8097 msgid "guestfs_cp"
8098 msgstr ""
8099
8100 # type: verbatim
8101 #. type: verbatim
8102 #: ../src/guestfs-actions.pod:1124
8103 #, no-wrap
8104 msgid ""
8105 " int\n"
8106 " guestfs_cp (guestfs_h *g,\n"
8107 "             const char *src,\n"
8108 "             const char *dest);\n"
8109 "\n"
8110 msgstr ""
8111
8112 # type: textblock
8113 #. type: textblock
8114 #: ../src/guestfs-actions.pod:1129 ../fish/guestfish-actions.pod:762
8115 msgid ""
8116 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8117 "destination filename or destination directory."
8118 msgstr ""
8119
8120 # type: textblock
8121 #. type: textblock
8122 #: ../src/guestfs-actions.pod:1134 ../src/guestfs-actions.pod:1148
8123 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1294
8124 #: ../src/guestfs-actions.pod:1403 ../src/guestfs-actions.pod:4600
8125 #: ../src/guestfs-actions.pod:4986
8126 msgid "(Added in 1.0.18)"
8127 msgstr ""
8128
8129 # type: =head2
8130 #. type: =head2
8131 #: ../src/guestfs-actions.pod:1136
8132 msgid "guestfs_cp_a"
8133 msgstr ""
8134
8135 # type: verbatim
8136 #. type: verbatim
8137 #: ../src/guestfs-actions.pod:1138
8138 #, no-wrap
8139 msgid ""
8140 " int\n"
8141 " guestfs_cp_a (guestfs_h *g,\n"
8142 "               const char *src,\n"
8143 "               const char *dest);\n"
8144 "\n"
8145 msgstr ""
8146
8147 # type: textblock
8148 #. type: textblock
8149 #: ../src/guestfs-actions.pod:1143 ../fish/guestfish-actions.pod:769
8150 msgid ""
8151 "This copies a file or directory from C<src> to C<dest> recursively using the "
8152 "C<cp -a> command."
8153 msgstr ""
8154
8155 # type: =head2
8156 #. type: =head2
8157 #: ../src/guestfs-actions.pod:1150
8158 msgid "guestfs_dd"
8159 msgstr ""
8160
8161 # type: verbatim
8162 #. type: verbatim
8163 #: ../src/guestfs-actions.pod:1152
8164 #, no-wrap
8165 msgid ""
8166 " int\n"
8167 " guestfs_dd (guestfs_h *g,\n"
8168 "             const char *src,\n"
8169 "             const char *dest);\n"
8170 "\n"
8171 msgstr ""
8172
8173 # type: textblock
8174 #. type: textblock
8175 #: ../src/guestfs-actions.pod:1157 ../fish/guestfish-actions.pod:776
8176 msgid ""
8177 "This command copies from one source device or file C<src> to another "
8178 "destination device or file C<dest>.  Normally you would use this to copy to "
8179 "or from a device or partition, for example to duplicate a filesystem."
8180 msgstr ""
8181
8182 # type: textblock
8183 #. type: textblock
8184 #: ../src/guestfs-actions.pod:1162
8185 msgid ""
8186 "If the destination is a device, it must be as large or larger than the "
8187 "source file or device, otherwise the copy will fail.  This command cannot do "
8188 "partial copies (see C<guestfs_copy_size>)."
8189 msgstr ""
8190
8191 # type: =head2
8192 #. type: =head2
8193 #: ../src/guestfs-actions.pod:1170
8194 msgid "guestfs_df"
8195 msgstr ""
8196
8197 # type: verbatim
8198 #. type: verbatim
8199 #: ../src/guestfs-actions.pod:1172
8200 #, no-wrap
8201 msgid ""
8202 " char *\n"
8203 " guestfs_df (guestfs_h *g);\n"
8204 "\n"
8205 msgstr ""
8206
8207 # type: textblock
8208 #. type: textblock
8209 #: ../src/guestfs-actions.pod:1175 ../fish/guestfish-actions.pod:789
8210 msgid "This command runs the C<df> command to report disk space used."
8211 msgstr ""
8212
8213 # type: textblock
8214 #. type: textblock
8215 #: ../src/guestfs-actions.pod:1177 ../src/guestfs-actions.pod:1194
8216 msgid ""
8217 "This command is mostly useful for interactive sessions.  It is I<not> "
8218 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8219 "from programs."
8220 msgstr ""
8221
8222 # type: textblock
8223 #. type: textblock
8224 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
8225 #: ../src/guestfs-actions.pod:1314 ../src/guestfs-actions.pod:2265
8226 #: ../src/guestfs-actions.pod:2289 ../src/guestfs-actions.pod:2357
8227 #: ../src/guestfs-actions.pod:4037 ../src/guestfs-actions.pod:4500
8228 #: ../src/guestfs-actions.pod:6271 ../src/guestfs-actions.pod:6295
8229 #: ../src/guestfs-actions.pod:6913 ../src/guestfs-actions.pod:6926
8230 #: ../src/guestfs-actions.pod:6939
8231 msgid "(Added in 1.0.54)"
8232 msgstr ""
8233
8234 # type: =head2
8235 #. type: =head2
8236 #: ../src/guestfs-actions.pod:1186
8237 msgid "guestfs_df_h"
8238 msgstr ""
8239
8240 # type: verbatim
8241 #. type: verbatim
8242 #: ../src/guestfs-actions.pod:1188
8243 #, no-wrap
8244 msgid ""
8245 " char *\n"
8246 " guestfs_df_h (guestfs_h *g);\n"
8247 "\n"
8248 msgstr ""
8249
8250 # type: textblock
8251 #. type: textblock
8252 #: ../src/guestfs-actions.pod:1191 ../fish/guestfish-actions.pod:799
8253 msgid ""
8254 "This command runs the C<df -h> command to report disk space used in human-"
8255 "readable format."
8256 msgstr ""
8257
8258 # type: =head2
8259 #. type: =head2
8260 #: ../src/guestfs-actions.pod:1203
8261 msgid "guestfs_dmesg"
8262 msgstr ""
8263
8264 # type: verbatim
8265 #. type: verbatim
8266 #: ../src/guestfs-actions.pod:1205
8267 #, no-wrap
8268 msgid ""
8269 " char *\n"
8270 " guestfs_dmesg (guestfs_h *g);\n"
8271 "\n"
8272 msgstr ""
8273
8274 # type: textblock
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:1208 ../fish/guestfish-actions.pod:810
8277 msgid ""
8278 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8279 "This is sometimes useful for extended debugging of problems."
8280 msgstr ""
8281
8282 # type: textblock
8283 #. type: textblock
8284 #: ../src/guestfs-actions.pod:1212
8285 msgid ""
8286 "Another way to get the same information is to enable verbose messages with "
8287 "C<guestfs_set_verbose> or by setting the environment variable "
8288 "C<LIBGUESTFS_DEBUG=1> before running the program."
8289 msgstr ""
8290
8291 # type: =head2
8292 #. type: =head2
8293 #: ../src/guestfs-actions.pod:1222
8294 msgid "guestfs_download"
8295 msgstr ""
8296
8297 # type: verbatim
8298 #. type: verbatim
8299 #: ../src/guestfs-actions.pod:1224
8300 #, no-wrap
8301 msgid ""
8302 " int\n"
8303 " guestfs_download (guestfs_h *g,\n"
8304 "                   const char *remotefilename,\n"
8305 "                   const char *filename);\n"
8306 "\n"
8307 msgstr ""
8308
8309 # type: textblock
8310 #. type: textblock
8311 #: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1254
8312 #: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:836
8313 msgid ""
8314 "Download file C<remotefilename> and save it as C<filename> on the local "
8315 "machine."
8316 msgstr ""
8317
8318 # type: textblock
8319 #. type: textblock
8320 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:6527
8321 #: ../fish/guestfish-actions.pod:826 ../fish/guestfish-actions.pod:4359
8322 msgid "C<filename> can also be a named pipe."
8323 msgstr ""
8324
8325 # type: textblock
8326 #. type: textblock
8327 #: ../src/guestfs-actions.pod:1234
8328 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8329 msgstr ""
8330
8331 # type: =head2
8332 #. type: =head2
8333 #: ../src/guestfs-actions.pod:1245
8334 msgid "guestfs_download_offset"
8335 msgstr ""
8336
8337 # type: verbatim
8338 #. type: verbatim
8339 #: ../src/guestfs-actions.pod:1247
8340 #, no-wrap
8341 msgid ""
8342 " int\n"
8343 " guestfs_download_offset (guestfs_h *g,\n"
8344 "                          const char *remotefilename,\n"
8345 "                          const char *filename,\n"
8346 "                          int64_t offset,\n"
8347 "                          int64_t size);\n"
8348 "\n"
8349 msgstr ""
8350
8351 # type: textblock
8352 #. type: textblock
8353 #: ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:839
8354 msgid ""
8355 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8356 "region must be within the file or device)."
8357 msgstr ""
8358
8359 # type: textblock
8360 #. type: textblock
8361 #: ../src/guestfs-actions.pod:1260
8362 msgid ""
8363 "Note that there is no limit on the amount of data that can be downloaded "
8364 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8365 "full amount unless an error occurs."
8366 msgstr ""
8367
8368 # type: textblock
8369 #. type: textblock
8370 #: ../src/guestfs-actions.pod:1265
8371 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8372 msgstr ""
8373
8374 # type: textblock
8375 #. type: textblock
8376 #: ../src/guestfs-actions.pod:1274 ../src/guestfs-actions.pod:6572
8377 msgid "(Added in 1.5.17)"
8378 msgstr ""
8379
8380 # type: =head2
8381 #. type: =head2
8382 #: ../src/guestfs-actions.pod:1276
8383 msgid "guestfs_drop_caches"
8384 msgstr ""
8385
8386 # type: verbatim
8387 #. type: verbatim
8388 #: ../src/guestfs-actions.pod:1278
8389 #, no-wrap
8390 msgid ""
8391 " int\n"
8392 " guestfs_drop_caches (guestfs_h *g,\n"
8393 "                      int whattodrop);\n"
8394 "\n"
8395 msgstr ""
8396
8397 # type: textblock
8398 #. type: textblock
8399 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
8400 msgid ""
8401 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8402 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8403 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8404 msgstr ""
8405
8406 # type: textblock
8407 #. type: textblock
8408 #: ../src/guestfs-actions.pod:1287 ../fish/guestfish-actions.pod:860
8409 msgid "Setting C<whattodrop> to 3 should drop everything."
8410 msgstr ""
8411
8412 # type: textblock
8413 #. type: textblock
8414 #: ../src/guestfs-actions.pod:1289 ../fish/guestfish-actions.pod:862
8415 msgid ""
8416 "This automatically calls L<sync(2)> before the operation, so that the "
8417 "maximum guest memory is freed."
8418 msgstr ""
8419
8420 # type: =head2
8421 #. type: =head2
8422 #: ../src/guestfs-actions.pod:1296
8423 msgid "guestfs_du"
8424 msgstr ""
8425
8426 # type: verbatim
8427 #. type: verbatim
8428 #: ../src/guestfs-actions.pod:1298
8429 #, no-wrap
8430 msgid ""
8431 " int64_t\n"
8432 " guestfs_du (guestfs_h *g,\n"
8433 "             const char *path);\n"
8434 "\n"
8435 msgstr ""
8436
8437 # type: textblock
8438 #. type: textblock
8439 #: ../src/guestfs-actions.pod:1302 ../fish/guestfish-actions.pod:869
8440 msgid ""
8441 "This command runs the C<du -s> command to estimate file space usage for "
8442 "C<path>."
8443 msgstr ""
8444
8445 # type: textblock
8446 #. type: textblock
8447 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:872
8448 msgid ""
8449 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8450 "estimate includes the contents of the directory and all subdirectories "
8451 "(recursively)."
8452 msgstr ""
8453
8454 # type: textblock
8455 #. type: textblock
8456 #: ../src/guestfs-actions.pod:1309 ../fish/guestfish-actions.pod:876
8457 msgid ""
8458 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8459 msgstr ""
8460
8461 # type: =head2
8462 #. type: =head2
8463 #: ../src/guestfs-actions.pod:1316
8464 msgid "guestfs_e2fsck_f"
8465 msgstr ""
8466
8467 # type: verbatim
8468 #. type: verbatim
8469 #: ../src/guestfs-actions.pod:1318
8470 #, no-wrap
8471 msgid ""
8472 " int\n"
8473 " guestfs_e2fsck_f (guestfs_h *g,\n"
8474 "                   const char *device);\n"
8475 "\n"
8476 msgstr ""
8477
8478 # type: textblock
8479 #. type: textblock
8480 #: ../src/guestfs-actions.pod:1322 ../fish/guestfish-actions.pod:883
8481 msgid ""
8482 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8483 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8484 "clean (C<-f>)."
8485 msgstr ""
8486
8487 # type: textblock
8488 #. type: textblock
8489 #: ../src/guestfs-actions.pod:1326
8490 msgid ""
8491 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8492 "Normally you should use C<guestfs_fsck>."
8493 msgstr ""
8494
8495 # type: textblock
8496 #. type: textblock
8497 #: ../src/guestfs-actions.pod:1331
8498 msgid "(Added in 1.0.29)"
8499 msgstr ""
8500
8501 # type: =head2
8502 #. type: =head2
8503 #: ../src/guestfs-actions.pod:1333
8504 msgid "guestfs_echo_daemon"
8505 msgstr ""
8506
8507 # type: verbatim
8508 #. type: verbatim
8509 #: ../src/guestfs-actions.pod:1335
8510 #, no-wrap
8511 msgid ""
8512 " char *\n"
8513 " guestfs_echo_daemon (guestfs_h *g,\n"
8514 "                      char *const *words);\n"
8515 "\n"
8516 msgstr ""
8517
8518 # type: textblock
8519 #. type: textblock
8520 #: ../src/guestfs-actions.pod:1339 ../fish/guestfish-actions.pod:894
8521 msgid ""
8522 "This command concatenates the list of C<words> passed with single spaces "
8523 "between them and returns the resulting string."
8524 msgstr ""
8525
8526 # type: textblock
8527 #. type: textblock
8528 #: ../src/guestfs-actions.pod:1342 ../fish/guestfish-actions.pod:897
8529 msgid "You can use this command to test the connection through to the daemon."
8530 msgstr ""
8531
8532 # type: textblock
8533 #. type: textblock
8534 #: ../src/guestfs-actions.pod:1344
8535 msgid "See also C<guestfs_ping_daemon>."
8536 msgstr ""
8537
8538 # type: textblock
8539 #. type: textblock
8540 #: ../src/guestfs-actions.pod:1349 ../src/guestfs-actions.pod:2073
8541 #: ../src/guestfs-actions.pod:5775
8542 msgid "(Added in 1.0.69)"
8543 msgstr ""
8544
8545 # type: =head2
8546 #. type: =head2
8547 #: ../src/guestfs-actions.pod:1351
8548 msgid "guestfs_egrep"
8549 msgstr ""
8550
8551 # type: verbatim
8552 #. type: verbatim
8553 #: ../src/guestfs-actions.pod:1353
8554 #, no-wrap
8555 msgid ""
8556 " char **\n"
8557 " guestfs_egrep (guestfs_h *g,\n"
8558 "                const char *regex,\n"
8559 "                const char *path);\n"
8560 "\n"
8561 msgstr ""
8562
8563 # type: textblock
8564 #. type: textblock
8565 #: ../src/guestfs-actions.pod:1358 ../fish/guestfish-actions.pod:905
8566 msgid ""
8567 "This calls the external C<egrep> program and returns the matching lines."
8568 msgstr ""
8569
8570 # type: textblock
8571 #. type: textblock
8572 #: ../src/guestfs-actions.pod:1368 ../src/guestfs-actions.pod:1387
8573 #: ../src/guestfs-actions.pod:1444 ../src/guestfs-actions.pod:1490
8574 #: ../src/guestfs-actions.pod:1509 ../src/guestfs-actions.pod:2203
8575 #: ../src/guestfs-actions.pod:2222 ../src/guestfs-actions.pod:2378
8576 #: ../src/guestfs-actions.pod:2391 ../src/guestfs-actions.pod:2406
8577 #: ../src/guestfs-actions.pod:2452 ../src/guestfs-actions.pod:2474
8578 #: ../src/guestfs-actions.pod:2487 ../src/guestfs-actions.pod:3420
8579 #: ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:3447
8580 #: ../src/guestfs-actions.pod:3461 ../src/guestfs-actions.pod:4435
8581 #: ../src/guestfs-actions.pod:5320 ../src/guestfs-actions.pod:5369
8582 #: ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6151
8583 #: ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6177
8584 #: ../src/guestfs-actions.pod:6199 ../src/guestfs-actions.pod:6212
8585 #: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6238
8586 #: ../src/guestfs-actions.pod:7009 ../src/guestfs-actions.pod:7028
8587 #: ../src/guestfs-actions.pod:7113 ../src/guestfs-actions.pod:7132
8588 #: ../src/guestfs-actions.pod:7178 ../src/guestfs-actions.pod:7197
8589 msgid "(Added in 1.0.66)"
8590 msgstr ""
8591
8592 # type: =head2
8593 #. type: =head2
8594 #: ../src/guestfs-actions.pod:1370
8595 msgid "guestfs_egrepi"
8596 msgstr ""
8597
8598 # type: verbatim
8599 #. type: verbatim
8600 #: ../src/guestfs-actions.pod:1372
8601 #, no-wrap
8602 msgid ""
8603 " char **\n"
8604 " guestfs_egrepi (guestfs_h *g,\n"
8605 "                 const char *regex,\n"
8606 "                 const char *path);\n"
8607 "\n"
8608 msgstr ""
8609
8610 # type: textblock
8611 #. type: textblock
8612 #: ../src/guestfs-actions.pod:1377 ../fish/guestfish-actions.pod:915
8613 msgid ""
8614 "This calls the external C<egrep -i> program and returns the matching lines."
8615 msgstr ""
8616
8617 # type: =head2
8618 #. type: =head2
8619 #: ../src/guestfs-actions.pod:1389
8620 msgid "guestfs_equal"
8621 msgstr ""
8622
8623 # type: verbatim
8624 #. type: verbatim
8625 #: ../src/guestfs-actions.pod:1391
8626 #, no-wrap
8627 msgid ""
8628 " int\n"
8629 " guestfs_equal (guestfs_h *g,\n"
8630 "                const char *file1,\n"
8631 "                const char *file2);\n"
8632 "\n"
8633 msgstr ""
8634
8635 # type: textblock
8636 #. type: textblock
8637 #: ../src/guestfs-actions.pod:1396 ../fish/guestfish-actions.pod:925
8638 msgid ""
8639 "This compares the two files C<file1> and C<file2> and returns true if their "
8640 "content is exactly equal, or false otherwise."
8641 msgstr ""
8642
8643 # type: textblock
8644 #. type: textblock
8645 #: ../src/guestfs-actions.pod:1399 ../fish/guestfish-actions.pod:928
8646 msgid "The external L<cmp(1)> program is used for the comparison."
8647 msgstr ""
8648
8649 # type: =head2
8650 #. type: =head2
8651 #: ../src/guestfs-actions.pod:1405
8652 msgid "guestfs_exists"
8653 msgstr ""
8654
8655 # type: verbatim
8656 #. type: verbatim
8657 #: ../src/guestfs-actions.pod:1407
8658 #, no-wrap
8659 msgid ""
8660 " int\n"
8661 " guestfs_exists (guestfs_h *g,\n"
8662 "                 const char *path);\n"
8663 "\n"
8664 msgstr ""
8665
8666 # type: textblock
8667 #. type: textblock
8668 #: ../src/guestfs-actions.pod:1411 ../fish/guestfish-actions.pod:934
8669 msgid ""
8670 "This returns C<true> if and only if there is a file, directory (or anything) "
8671 "with the given C<path> name."
8672 msgstr ""
8673
8674 # type: textblock
8675 #. type: textblock
8676 #: ../src/guestfs-actions.pod:1414
8677 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8678 msgstr ""
8679
8680 # type: =head2
8681 #. type: =head2
8682 #: ../src/guestfs-actions.pod:1420
8683 msgid "guestfs_fallocate"
8684 msgstr ""
8685
8686 # type: verbatim
8687 #. type: verbatim
8688 #: ../src/guestfs-actions.pod:1422
8689 #, no-wrap
8690 msgid ""
8691 " int\n"
8692 " guestfs_fallocate (guestfs_h *g,\n"
8693 "                    const char *path,\n"
8694 "                    int len);\n"
8695 "\n"
8696 msgstr ""
8697
8698 # type: textblock
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1427 ../src/guestfs-actions.pod:1453
8701 #: ../fish/guestfish-actions.pod:943 ../fish/guestfish-actions.pod:962
8702 msgid ""
8703 "This command preallocates a file (containing zero bytes) named C<path> of "
8704 "size C<len> bytes.  If the file exists already, it is overwritten."
8705 msgstr ""
8706
8707 # type: textblock
8708 #. type: textblock
8709 #: ../src/guestfs-actions.pod:1431 ../fish/guestfish-actions.pod:947
8710 msgid ""
8711 "Do not confuse this with the guestfish-specific C<alloc> command which "
8712 "allocates a file in the host and attaches it as a device."
8713 msgstr ""
8714
8715 #. type: textblock
8716 #: ../src/guestfs-actions.pod:1437
8717 msgid ""
8718 "This function is deprecated.  In new code, use the L</guestfs_fallocate64> "
8719 "call instead."
8720 msgstr ""
8721
8722 # type: =head2
8723 #. type: =head2
8724 #: ../src/guestfs-actions.pod:1446
8725 msgid "guestfs_fallocate64"
8726 msgstr ""
8727
8728 # type: verbatim
8729 #. type: verbatim
8730 #: ../src/guestfs-actions.pod:1448
8731 #, no-wrap
8732 msgid ""
8733 " int\n"
8734 " guestfs_fallocate64 (guestfs_h *g,\n"
8735 "                      const char *path,\n"
8736 "                      int64_t len);\n"
8737 "\n"
8738 msgstr ""
8739
8740 # type: textblock
8741 #. type: textblock
8742 #: ../src/guestfs-actions.pod:1457
8743 msgid ""
8744 "Note that this call allocates disk blocks for the file.  To create a sparse "
8745 "file use C<guestfs_truncate_size> instead."
8746 msgstr ""
8747
8748 # type: textblock
8749 #. type: textblock
8750 #: ../src/guestfs-actions.pod:1460
8751 msgid ""
8752 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8753 "oversight it only allowed 30 bit lengths to be specified, effectively "
8754 "limiting the maximum size of files created through that call to 1GB."
8755 msgstr ""
8756
8757 # type: textblock
8758 #. type: textblock
8759 #: ../src/guestfs-actions.pod:1465 ../fish/guestfish-actions.pod:974
8760 msgid ""
8761 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8762 "commands which create a file in the host and attach it as a device."
8763 msgstr ""
8764
8765 # type: textblock
8766 #. type: textblock
8767 #: ../src/guestfs-actions.pod:1471
8768 msgid "(Added in 1.3.17)"
8769 msgstr ""
8770
8771 # type: =head2
8772 #. type: =head2
8773 #: ../src/guestfs-actions.pod:1473
8774 msgid "guestfs_fgrep"
8775 msgstr ""
8776
8777 # type: verbatim
8778 #. type: verbatim
8779 #: ../src/guestfs-actions.pod:1475
8780 #, no-wrap
8781 msgid ""
8782 " char **\n"
8783 " guestfs_fgrep (guestfs_h *g,\n"
8784 "                const char *pattern,\n"
8785 "                const char *path);\n"
8786 "\n"
8787 msgstr ""
8788
8789 # type: textblock
8790 #. type: textblock
8791 #: ../src/guestfs-actions.pod:1480 ../fish/guestfish-actions.pod:982
8792 msgid ""
8793 "This calls the external C<fgrep> program and returns the matching lines."
8794 msgstr ""
8795
8796 # type: =head2
8797 #. type: =head2
8798 #: ../src/guestfs-actions.pod:1492
8799 msgid "guestfs_fgrepi"
8800 msgstr ""
8801
8802 # type: verbatim
8803 #. type: verbatim
8804 #: ../src/guestfs-actions.pod:1494
8805 #, no-wrap
8806 msgid ""
8807 " char **\n"
8808 " guestfs_fgrepi (guestfs_h *g,\n"
8809 "                 const char *pattern,\n"
8810 "                 const char *path);\n"
8811 "\n"
8812 msgstr ""
8813
8814 # type: textblock
8815 #. type: textblock
8816 #: ../src/guestfs-actions.pod:1499 ../fish/guestfish-actions.pod:992
8817 msgid ""
8818 "This calls the external C<fgrep -i> program and returns the matching lines."
8819 msgstr ""
8820
8821 # type: =head2
8822 #. type: =head2
8823 #: ../src/guestfs-actions.pod:1511
8824 msgid "guestfs_file"
8825 msgstr ""
8826
8827 # type: verbatim
8828 #. type: verbatim
8829 #: ../src/guestfs-actions.pod:1513
8830 #, no-wrap
8831 msgid ""
8832 " char *\n"
8833 " guestfs_file (guestfs_h *g,\n"
8834 "               const char *path);\n"
8835 "\n"
8836 msgstr ""
8837
8838 # type: textblock
8839 #. type: textblock
8840 #: ../src/guestfs-actions.pod:1517 ../fish/guestfish-actions.pod:1002
8841 msgid ""
8842 "This call uses the standard L<file(1)> command to determine the type or "
8843 "contents of the file."
8844 msgstr ""
8845
8846 # type: textblock
8847 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1520 ../fish/guestfish-actions.pod:1005
8849 msgid ""
8850 "This call will also transparently look inside various types of compressed "
8851 "file."
8852 msgstr ""
8853
8854 # type: textblock
8855 #. type: textblock
8856 #: ../src/guestfs-actions.pod:1523 ../fish/guestfish-actions.pod:1008
8857 msgid ""
8858 "The exact command which runs is C<file -zb path>.  Note in particular that "
8859 "the filename is not prepended to the output (the C<-b> option)."
8860 msgstr ""
8861
8862 #. type: textblock
8863 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
8864 msgid ""
8865 "The output depends on the output of the underlying L<file(1)> command and it "
8866 "can change in future in ways beyond our control.  In other words, the output "
8867 "is not guaranteed by the ABI."
8868 msgstr ""
8869
8870 #. type: textblock
8871 #: ../src/guestfs-actions.pod:1531
8872 msgid ""
8873 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8874 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8875 msgstr ""
8876
8877 # type: =head2
8878 #. type: =head2
8879 #: ../src/guestfs-actions.pod:1539
8880 msgid "guestfs_file_architecture"
8881 msgstr ""
8882
8883 # type: verbatim
8884 #. type: verbatim
8885 #: ../src/guestfs-actions.pod:1541
8886 #, no-wrap
8887 msgid ""
8888 " char *\n"
8889 " guestfs_file_architecture (guestfs_h *g,\n"
8890 "                            const char *filename);\n"
8891 "\n"
8892 msgstr ""
8893
8894 # type: textblock
8895 #. type: textblock
8896 #: ../src/guestfs-actions.pod:1545 ../fish/guestfish-actions.pod:1023
8897 msgid ""
8898 "This detects the architecture of the binary C<filename>, and returns it if "
8899 "known."
8900 msgstr ""
8901
8902 # type: textblock
8903 #. type: textblock
8904 #: ../src/guestfs-actions.pod:1548 ../fish/guestfish-actions.pod:1026
8905 msgid "Currently defined architectures are:"
8906 msgstr ""
8907
8908 # type: =item
8909 #. type: =item
8910 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8911 msgid "\"i386\""
8912 msgstr ""
8913
8914 # type: textblock
8915 #. type: textblock
8916 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1032
8917 msgid ""
8918 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8919 "irrespective of the precise processor requirements of the binary."
8920 msgstr ""
8921
8922 # type: =item
8923 #. type: =item
8924 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
8925 msgid "\"x86_64\""
8926 msgstr ""
8927
8928 # type: textblock
8929 #. type: textblock
8930 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
8931 msgid "64 bit x86-64."
8932 msgstr ""
8933
8934 # type: =item
8935 #. type: =item
8936 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
8937 msgid "\"sparc\""
8938 msgstr ""
8939
8940 # type: textblock
8941 #. type: textblock
8942 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
8943 msgid "32 bit SPARC."
8944 msgstr ""
8945
8946 # type: =item
8947 #. type: =item
8948 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
8949 msgid "\"sparc64\""
8950 msgstr ""
8951
8952 # type: textblock
8953 #. type: textblock
8954 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
8955 msgid "64 bit SPARC V9 and above."
8956 msgstr ""
8957
8958 # type: =item
8959 #. type: =item
8960 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
8961 msgid "\"ia64\""
8962 msgstr ""
8963
8964 # type: textblock
8965 #. type: textblock
8966 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
8967 msgid "Intel Itanium."
8968 msgstr ""
8969
8970 # type: =item
8971 #. type: =item
8972 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
8973 msgid "\"ppc\""
8974 msgstr ""
8975
8976 # type: textblock
8977 #. type: textblock
8978 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
8979 msgid "32 bit Power PC."
8980 msgstr ""
8981
8982 # type: =item
8983 #. type: =item
8984 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
8985 msgid "\"ppc64\""
8986 msgstr ""
8987
8988 # type: textblock
8989 #. type: textblock
8990 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1057
8991 msgid "64 bit Power PC."
8992 msgstr ""
8993
8994 # type: textblock
8995 #. type: textblock
8996 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
8997 msgid "Libguestfs may return other architecture strings in future."
8998 msgstr ""
8999
9000 # type: textblock
9001 #. type: textblock
9002 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1063
9003 msgid "The function works on at least the following types of files:"
9004 msgstr ""
9005
9006 # type: textblock
9007 #. type: textblock
9008 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1069
9009 msgid "many types of Un*x and Linux binary"
9010 msgstr ""
9011
9012 # type: textblock
9013 #. type: textblock
9014 #: ../src/guestfs-actions.pod:1595 ../fish/guestfish-actions.pod:1073
9015 msgid "many types of Un*x and Linux shared library"
9016 msgstr ""
9017
9018 # type: textblock
9019 #. type: textblock
9020 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1077
9021 msgid "Windows Win32 and Win64 binaries"
9022 msgstr ""
9023
9024 # type: textblock
9025 #. type: textblock
9026 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
9027 msgid "Windows Win32 and Win64 DLLs"
9028 msgstr ""
9029
9030 # type: textblock
9031 #. type: textblock
9032 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
9033 msgid "Win32 binaries and DLLs return C<i386>."
9034 msgstr ""
9035
9036 # type: textblock
9037 #. type: textblock
9038 #: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1085
9039 msgid "Win64 binaries and DLLs return C<x86_64>."
9040 msgstr ""
9041
9042 # type: textblock
9043 #. type: textblock
9044 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1089
9045 msgid "Linux kernel modules"
9046 msgstr ""
9047
9048 # type: textblock
9049 #. type: textblock
9050 #: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1093
9051 msgid "Linux new-style initrd images"
9052 msgstr ""
9053
9054 # type: textblock
9055 #. type: textblock
9056 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1097
9057 msgid "some non-x86 Linux vmlinuz kernels"
9058 msgstr ""
9059
9060 # type: textblock
9061 #. type: textblock
9062 #: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1101
9063 msgid "What it can't do currently:"
9064 msgstr ""
9065
9066 # type: textblock
9067 #. type: textblock
9068 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1107
9069 msgid "static libraries (libfoo.a)"
9070 msgstr ""
9071
9072 # type: textblock
9073 #. type: textblock
9074 #: ../src/guestfs-actions.pod:1633 ../fish/guestfish-actions.pod:1111
9075 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9076 msgstr ""
9077
9078 # type: textblock
9079 #. type: textblock
9080 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
9081 msgid "x86 Linux vmlinuz kernels"
9082 msgstr ""
9083
9084 # type: textblock
9085 #. type: textblock
9086 #: ../src/guestfs-actions.pod:1639 ../fish/guestfish-actions.pod:1117
9087 msgid ""
9088 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9089 "compressed code, and are horribly hard to unpack.  If you want to find the "
9090 "architecture of a kernel, use the architecture of the associated initrd or "
9091 "kernel module(s) instead."
9092 msgstr ""
9093
9094 # type: textblock
9095 #. type: textblock
9096 #: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1812
9097 #: ../src/guestfs-actions.pod:1829 ../src/guestfs-actions.pod:2510
9098 #: ../src/guestfs-actions.pod:2591 ../src/guestfs-actions.pod:2617
9099 #: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2687
9100 #: ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:2808
9101 #: ../src/guestfs-actions.pod:2870 ../src/guestfs-actions.pod:3043
9102 #: ../src/guestfs-actions.pod:3175
9103 msgid "(Added in 1.5.3)"
9104 msgstr ""
9105
9106 # type: =head2
9107 #. type: =head2
9108 #: ../src/guestfs-actions.pod:1651
9109 msgid "guestfs_filesize"
9110 msgstr ""
9111
9112 # type: verbatim
9113 #. type: verbatim
9114 #: ../src/guestfs-actions.pod:1653
9115 #, no-wrap
9116 msgid ""
9117 " int64_t\n"
9118 " guestfs_filesize (guestfs_h *g,\n"
9119 "                   const char *file);\n"
9120 "\n"
9121 msgstr ""
9122
9123 # type: textblock
9124 #. type: textblock
9125 #: ../src/guestfs-actions.pod:1657 ../fish/guestfish-actions.pod:1128
9126 msgid "This command returns the size of C<file> in bytes."
9127 msgstr ""
9128
9129 # type: textblock
9130 #. type: textblock
9131 #: ../src/guestfs-actions.pod:1659
9132 msgid ""
9133 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9134 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9135 "devices, use C<guestfs_blockdev_getsize64>."
9136 msgstr ""
9137
9138 # type: textblock
9139 #. type: textblock
9140 #: ../src/guestfs-actions.pod:1665
9141 msgid "(Added in 1.0.82)"
9142 msgstr ""
9143
9144 # type: =head2
9145 #. type: =head2
9146 #: ../src/guestfs-actions.pod:1667
9147 msgid "guestfs_fill"
9148 msgstr ""
9149
9150 # type: verbatim
9151 #. type: verbatim
9152 #: ../src/guestfs-actions.pod:1669
9153 #, no-wrap
9154 msgid ""
9155 " int\n"
9156 " guestfs_fill (guestfs_h *g,\n"
9157 "               int c,\n"
9158 "               int len,\n"
9159 "               const char *path);\n"
9160 "\n"
9161 msgstr ""
9162
9163 # type: textblock
9164 #. type: textblock
9165 #: ../src/guestfs-actions.pod:1675 ../fish/guestfish-actions.pod:1138
9166 msgid ""
9167 "This command creates a new file called C<path>.  The initial content of the "
9168 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9169 "[0..255]>."
9170 msgstr ""
9171
9172 # type: textblock
9173 #. type: textblock
9174 #: ../src/guestfs-actions.pod:1679
9175 msgid ""
9176 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9177 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9178 "bytes use C<guestfs_fill_pattern>."
9179 msgstr ""
9180
9181 # type: textblock
9182 #. type: textblock
9183 #: ../src/guestfs-actions.pod:1691
9184 msgid "(Added in 1.0.79)"
9185 msgstr ""
9186
9187 # type: =head2
9188 #. type: =head2
9189 #: ../src/guestfs-actions.pod:1693
9190 msgid "guestfs_fill_pattern"
9191 msgstr ""
9192
9193 # type: verbatim
9194 #. type: verbatim
9195 #: ../src/guestfs-actions.pod:1695
9196 #, no-wrap
9197 msgid ""
9198 " int\n"
9199 " guestfs_fill_pattern (guestfs_h *g,\n"
9200 "                       const char *pattern,\n"
9201 "                       int len,\n"
9202 "                       const char *path);\n"
9203 "\n"
9204 msgstr ""
9205
9206 # type: textblock
9207 #. type: textblock
9208 #: ../src/guestfs-actions.pod:1701
9209 msgid ""
9210 "This function is like C<guestfs_fill> except that it creates a new file of "
9211 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9212 "pattern is truncated if necessary to ensure the length of the file is "
9213 "exactly C<len> bytes."
9214 msgstr ""
9215
9216 # type: textblock
9217 #. type: textblock
9218 #: ../src/guestfs-actions.pod:1713
9219 msgid "(Added in 1.3.12)"
9220 msgstr ""
9221
9222 # type: =head2
9223 #. type: =head2
9224 #: ../src/guestfs-actions.pod:1715
9225 msgid "guestfs_find"
9226 msgstr ""
9227
9228 # type: verbatim
9229 #. type: verbatim
9230 #: ../src/guestfs-actions.pod:1717
9231 #, no-wrap
9232 msgid ""
9233 " char **\n"
9234 " guestfs_find (guestfs_h *g,\n"
9235 "               const char *directory);\n"
9236 "\n"
9237 msgstr ""
9238
9239 # type: textblock
9240 #. type: textblock
9241 #: ../src/guestfs-actions.pod:1721 ../fish/guestfish-actions.pod:1160
9242 msgid ""
9243 "This command lists out all files and directories, recursively, starting at "
9244 "C<directory>.  It is essentially equivalent to running the shell command "
9245 "C<find directory -print> but some post-processing happens on the output, "
9246 "described below."
9247 msgstr ""
9248
9249 # type: textblock
9250 #. type: textblock
9251 #: ../src/guestfs-actions.pod:1726 ../fish/guestfish-actions.pod:1165
9252 msgid ""
9253 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9254 "structure was:"
9255 msgstr ""
9256
9257 # type: verbatim
9258 #. type: verbatim
9259 #: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1168
9260 #, no-wrap
9261 msgid ""
9262 " /tmp/a\n"
9263 " /tmp/b\n"
9264 " /tmp/c/d\n"
9265 "\n"
9266 msgstr ""
9267
9268 # type: textblock
9269 #. type: textblock
9270 #: ../src/guestfs-actions.pod:1733
9271 msgid ""
9272 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9273 msgstr ""
9274
9275 # type: verbatim
9276 #. type: verbatim
9277 #: ../src/guestfs-actions.pod:1736 ../fish/guestfish-actions.pod:1175
9278 #, no-wrap
9279 msgid ""
9280 " a\n"
9281 " b\n"
9282 " c\n"
9283 " c/d\n"
9284 "\n"
9285 msgstr ""
9286
9287 # type: textblock
9288 #. type: textblock
9289 #: ../src/guestfs-actions.pod:1741 ../fish/guestfish-actions.pod:1180
9290 msgid "If C<directory> is not a directory, then this command returns an error."
9291 msgstr ""
9292
9293 # type: textblock
9294 #. type: textblock
9295 #: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1183
9296 msgid "The returned list is sorted."
9297 msgstr ""
9298
9299 # type: textblock
9300 #. type: textblock
9301 #: ../src/guestfs-actions.pod:1746
9302 msgid "See also C<guestfs_find0>."
9303 msgstr ""
9304
9305 # type: textblock
9306 #. type: textblock
9307 #: ../src/guestfs-actions.pod:1755 ../src/guestfs-actions.pod:3864
9308 #: ../src/guestfs-actions.pod:5404
9309 msgid "(Added in 1.0.27)"
9310 msgstr ""
9311
9312 # type: =head2
9313 #. type: =head2
9314 #: ../src/guestfs-actions.pod:1757
9315 msgid "guestfs_find0"
9316 msgstr ""
9317
9318 # type: verbatim
9319 #. type: verbatim
9320 #: ../src/guestfs-actions.pod:1759
9321 #, no-wrap
9322 msgid ""
9323 " int\n"
9324 " guestfs_find0 (guestfs_h *g,\n"
9325 "                const char *directory,\n"
9326 "                const char *files);\n"
9327 "\n"
9328 msgstr ""
9329
9330 # type: textblock
9331 #. type: textblock
9332 #: ../src/guestfs-actions.pod:1764 ../fish/guestfish-actions.pod:1194
9333 msgid ""
9334 "This command lists out all files and directories, recursively, starting at "
9335 "C<directory>, placing the resulting list in the external file called "
9336 "C<files>."
9337 msgstr ""
9338
9339 # type: textblock
9340 #. type: textblock
9341 #: ../src/guestfs-actions.pod:1768
9342 msgid ""
9343 "This command works the same way as C<guestfs_find> with the following "
9344 "exceptions:"
9345 msgstr ""
9346
9347 # type: textblock
9348 #. type: textblock
9349 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1205
9350 msgid "The resulting list is written to an external file."
9351 msgstr ""
9352
9353 # type: textblock
9354 #. type: textblock
9355 #: ../src/guestfs-actions.pod:1779 ../fish/guestfish-actions.pod:1209
9356 msgid ""
9357 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9358 "L<find(1)> option I<-print0>."
9359 msgstr ""
9360
9361 # type: textblock
9362 #. type: textblock
9363 #: ../src/guestfs-actions.pod:1784 ../fish/guestfish-actions.pod:1214
9364 msgid "This command is not limited in the number of names that it can return."
9365 msgstr ""
9366
9367 # type: textblock
9368 #. type: textblock
9369 #: ../src/guestfs-actions.pod:1789 ../fish/guestfish-actions.pod:1219
9370 msgid "The result list is not sorted."
9371 msgstr ""
9372
9373 # type: textblock
9374 #. type: textblock
9375 #: ../src/guestfs-actions.pod:1795
9376 msgid "(Added in 1.0.74)"
9377 msgstr ""
9378
9379 # type: =head2
9380 #. type: =head2
9381 #: ../src/guestfs-actions.pod:1797
9382 msgid "guestfs_findfs_label"
9383 msgstr ""
9384
9385 # type: verbatim
9386 #. type: verbatim
9387 #: ../src/guestfs-actions.pod:1799
9388 #, no-wrap
9389 msgid ""
9390 " char *\n"
9391 " guestfs_findfs_label (guestfs_h *g,\n"
9392 "                       const char *label);\n"
9393 "\n"
9394 msgstr ""
9395
9396 # type: textblock
9397 #. type: textblock
9398 #: ../src/guestfs-actions.pod:1803 ../fish/guestfish-actions.pod:1229
9399 msgid ""
9400 "This command searches the filesystems and returns the one which has the "
9401 "given label.  An error is returned if no such filesystem can be found."
9402 msgstr ""
9403
9404 # type: textblock
9405 #. type: textblock
9406 #: ../src/guestfs-actions.pod:1807
9407 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9408 msgstr ""
9409
9410 # type: =head2
9411 #. type: =head2
9412 #: ../src/guestfs-actions.pod:1814
9413 msgid "guestfs_findfs_uuid"
9414 msgstr ""
9415
9416 # type: verbatim
9417 #. type: verbatim
9418 #: ../src/guestfs-actions.pod:1816
9419 #, no-wrap
9420 msgid ""
9421 " char *\n"
9422 " guestfs_findfs_uuid (guestfs_h *g,\n"
9423 "                      const char *uuid);\n"
9424 "\n"
9425 msgstr ""
9426
9427 # type: textblock
9428 #. type: textblock
9429 #: ../src/guestfs-actions.pod:1820 ../fish/guestfish-actions.pod:1239
9430 msgid ""
9431 "This command searches the filesystems and returns the one which has the "
9432 "given UUID.  An error is returned if no such filesystem can be found."
9433 msgstr ""
9434
9435 # type: textblock
9436 #. type: textblock
9437 #: ../src/guestfs-actions.pod:1824
9438 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9439 msgstr ""
9440
9441 # type: =head2
9442 #. type: =head2
9443 #: ../src/guestfs-actions.pod:1831
9444 msgid "guestfs_fsck"
9445 msgstr ""
9446
9447 # type: verbatim
9448 #. type: verbatim
9449 #: ../src/guestfs-actions.pod:1833
9450 #, no-wrap
9451 msgid ""
9452 " int\n"
9453 " guestfs_fsck (guestfs_h *g,\n"
9454 "               const char *fstype,\n"
9455 "               const char *device);\n"
9456 "\n"
9457 msgstr ""
9458
9459 # type: textblock
9460 #. type: textblock
9461 #: ../src/guestfs-actions.pod:1838 ../fish/guestfish-actions.pod:1249
9462 msgid ""
9463 "This runs the filesystem checker (fsck) on C<device> which should have "
9464 "filesystem type C<fstype>."
9465 msgstr ""
9466
9467 # type: textblock
9468 #. type: textblock
9469 #: ../src/guestfs-actions.pod:1841 ../fish/guestfish-actions.pod:1252
9470 msgid ""
9471 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9472 "codes from C<fsck>."
9473 msgstr ""
9474
9475 # type: textblock
9476 #. type: textblock
9477 #: ../src/guestfs-actions.pod:1850 ../fish/guestfish-actions.pod:1261
9478 msgid "Multiple status codes can be summed together."
9479 msgstr ""
9480
9481 # type: textblock
9482 #. type: textblock
9483 #: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1265
9484 msgid ""
9485 "A non-zero return code can mean \"success\", for example if errors have been "
9486 "corrected on the filesystem."
9487 msgstr ""
9488
9489 # type: textblock
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1859 ../fish/guestfish-actions.pod:1270
9492 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9493 msgstr ""
9494
9495 # type: textblock
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:1864 ../fish/guestfish-actions.pod:1275
9498 msgid ""
9499 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9500 msgstr ""
9501
9502 # type: textblock
9503 #. type: textblock
9504 #: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:7051
9505 msgid "(Added in 1.0.16)"
9506 msgstr ""
9507
9508 # type: =head2
9509 #. type: =head2
9510 #: ../src/guestfs-actions.pod:1870
9511 msgid "guestfs_get_append"
9512 msgstr ""
9513
9514 # type: verbatim
9515 #. type: verbatim
9516 #: ../src/guestfs-actions.pod:1872
9517 #, no-wrap
9518 msgid ""
9519 " const char *\n"
9520 " guestfs_get_append (guestfs_h *g);\n"
9521 "\n"
9522 msgstr ""
9523
9524 # type: textblock
9525 #. type: textblock
9526 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1281
9527 msgid ""
9528 "Return the additional kernel options which are added to the guest kernel "
9529 "command line."
9530 msgstr ""
9531
9532 # type: textblock
9533 #. type: textblock
9534 #: ../src/guestfs-actions.pod:1878 ../fish/guestfish-actions.pod:1284
9535 msgid "If C<NULL> then no options are added."
9536 msgstr ""
9537
9538 # type: textblock
9539 #. type: textblock
9540 #: ../src/guestfs-actions.pod:1880
9541 msgid ""
9542 "This function returns a string which may be NULL.  There is no way to return "
9543 "an error from this function.  The string is owned by the guest handle and "
9544 "must I<not> be freed."
9545 msgstr ""
9546
9547 # type: textblock
9548 #. type: textblock
9549 #: ../src/guestfs-actions.pod:1884 ../src/guestfs-actions.pod:5082
9550 #: ../src/guestfs-actions.pod:5545 ../src/guestfs-actions.pod:5913
9551 #: ../src/guestfs-actions.pod:5932 ../src/guestfs-actions.pod:5948
9552 #: ../src/guestfs-actions.pod:5965 ../src/guestfs-actions.pod:6722
9553 #: ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:7094
9554 msgid "(Added in 1.0.26)"
9555 msgstr ""
9556
9557 # type: =head2
9558 #. type: =head2
9559 #: ../src/guestfs-actions.pod:1886
9560 msgid "guestfs_get_autosync"
9561 msgstr ""
9562
9563 # type: verbatim
9564 #. type: verbatim
9565 #: ../src/guestfs-actions.pod:1888
9566 #, no-wrap
9567 msgid ""
9568 " int\n"
9569 " guestfs_get_autosync (guestfs_h *g);\n"
9570 "\n"
9571 msgstr ""
9572
9573 # type: textblock
9574 #. type: textblock
9575 #: ../src/guestfs-actions.pod:1891 ../fish/guestfish-actions.pod:1290
9576 msgid "Get the autosync flag."
9577 msgstr ""
9578
9579 # type: =head2
9580 #. type: =head2
9581 #: ../src/guestfs-actions.pod:1897
9582 msgid "guestfs_get_direct"
9583 msgstr ""
9584
9585 # type: verbatim
9586 #. type: verbatim
9587 #: ../src/guestfs-actions.pod:1899
9588 #, no-wrap
9589 msgid ""
9590 " int\n"
9591 " guestfs_get_direct (guestfs_h *g);\n"
9592 "\n"
9593 msgstr ""
9594
9595 # type: textblock
9596 #. type: textblock
9597 #: ../src/guestfs-actions.pod:1902 ../fish/guestfish-actions.pod:1296
9598 msgid "Return the direct appliance mode flag."
9599 msgstr ""
9600
9601 # type: textblock
9602 #. type: textblock
9603 #: ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:5586
9604 msgid "(Added in 1.0.72)"
9605 msgstr ""
9606
9607 # type: =head2
9608 #. type: =head2
9609 #: ../src/guestfs-actions.pod:1908
9610 msgid "guestfs_get_e2label"
9611 msgstr ""
9612
9613 # type: verbatim
9614 #. type: verbatim
9615 #: ../src/guestfs-actions.pod:1910
9616 #, no-wrap
9617 msgid ""
9618 " char *\n"
9619 " guestfs_get_e2label (guestfs_h *g,\n"
9620 "                      const char *device);\n"
9621 "\n"
9622 msgstr ""
9623
9624 # type: textblock
9625 #. type: textblock
9626 #: ../src/guestfs-actions.pod:1914 ../fish/guestfish-actions.pod:1302
9627 msgid ""
9628 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9629 msgstr ""
9630
9631 #. type: textblock
9632 #: ../src/guestfs-actions.pod:1920
9633 msgid ""
9634 "This function is deprecated.  In new code, use the L</guestfs_vfs_label> "
9635 "call instead."
9636 msgstr ""
9637
9638 # type: textblock
9639 #. type: textblock
9640 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:1948
9641 #: ../src/guestfs-actions.pod:5604 ../src/guestfs-actions.pod:5623
9642 msgid "(Added in 1.0.15)"
9643 msgstr ""
9644
9645 # type: =head2
9646 #. type: =head2
9647 #: ../src/guestfs-actions.pod:1929
9648 msgid "guestfs_get_e2uuid"
9649 msgstr ""
9650
9651 # type: verbatim
9652 #. type: verbatim
9653 #: ../src/guestfs-actions.pod:1931
9654 #, no-wrap
9655 msgid ""
9656 " char *\n"
9657 " guestfs_get_e2uuid (guestfs_h *g,\n"
9658 "                     const char *device);\n"
9659 "\n"
9660 msgstr ""
9661
9662 # type: textblock
9663 #. type: textblock
9664 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1316
9665 msgid ""
9666 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9667 msgstr ""
9668
9669 #. type: textblock
9670 #: ../src/guestfs-actions.pod:1941
9671 msgid ""
9672 "This function is deprecated.  In new code, use the L</guestfs_vfs_uuid> call "
9673 "instead."
9674 msgstr ""
9675
9676 # type: =head2
9677 #. type: =head2
9678 #: ../src/guestfs-actions.pod:1950
9679 msgid "guestfs_get_memsize"
9680 msgstr ""
9681
9682 # type: verbatim
9683 #. type: verbatim
9684 #: ../src/guestfs-actions.pod:1952
9685 #, no-wrap
9686 msgid ""
9687 " int\n"
9688 " guestfs_get_memsize (guestfs_h *g);\n"
9689 "\n"
9690 msgstr ""
9691
9692 # type: textblock
9693 #. type: textblock
9694 #: ../src/guestfs-actions.pod:1955 ../fish/guestfish-actions.pod:1330
9695 msgid ""
9696 "This gets the memory size in megabytes allocated to the qemu subprocess."
9697 msgstr ""
9698
9699 # type: textblock
9700 #. type: textblock
9701 #: ../src/guestfs-actions.pod:1958
9702 msgid ""
9703 "If C<guestfs_set_memsize> was not called on this handle, and if "
9704 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9705 "value for memsize."
9706 msgstr ""
9707
9708 # type: textblock
9709 #. type: textblock
9710 #: ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:2043
9711 #: ../src/guestfs-actions.pod:5639 ../src/guestfs-actions.pod:5746
9712 #: ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388
9713 #: ../fish/guestfish-actions.pod:3766 ../fish/guestfish-actions.pod:3853
9714 msgid ""
9715 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9716 msgstr ""
9717
9718 # type: textblock
9719 #. type: textblock
9720 #: ../src/guestfs-actions.pod:1967 ../src/guestfs-actions.pod:4155
9721 #: ../src/guestfs-actions.pod:4340 ../src/guestfs-actions.pod:4359
9722 #: ../src/guestfs-actions.pod:4378 ../src/guestfs-actions.pod:4390
9723 #: ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4420
9724 #: ../src/guestfs-actions.pod:5307 ../src/guestfs-actions.pod:5644
9725 #: ../src/guestfs-actions.pod:5887 ../src/guestfs-actions.pod:6488
9726 msgid "(Added in 1.0.55)"
9727 msgstr ""
9728
9729 # type: =head2
9730 #. type: =head2
9731 #: ../src/guestfs-actions.pod:1969
9732 msgid "guestfs_get_network"
9733 msgstr ""
9734
9735 # type: verbatim
9736 #. type: verbatim
9737 #: ../src/guestfs-actions.pod:1971
9738 #, no-wrap
9739 msgid ""
9740 " int\n"
9741 " guestfs_get_network (guestfs_h *g);\n"
9742 "\n"
9743 msgstr ""
9744
9745 # type: textblock
9746 #. type: textblock
9747 #: ../src/guestfs-actions.pod:1974 ../fish/guestfish-actions.pod:1344
9748 msgid "This returns the enable network flag."
9749 msgstr ""
9750
9751 # type: textblock
9752 #. type: textblock
9753 #: ../src/guestfs-actions.pod:1978 ../src/guestfs-actions.pod:5663
9754 msgid "(Added in 1.5.4)"
9755 msgstr ""
9756
9757 # type: =head2
9758 #. type: =head2
9759 #: ../src/guestfs-actions.pod:1980
9760 msgid "guestfs_get_path"
9761 msgstr ""
9762
9763 # type: verbatim
9764 #. type: verbatim
9765 #: ../src/guestfs-actions.pod:1982
9766 #, no-wrap
9767 msgid ""
9768 " const char *\n"
9769 " guestfs_get_path (guestfs_h *g);\n"
9770 "\n"
9771 msgstr ""
9772
9773 # type: textblock
9774 #. type: textblock
9775 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
9776 msgid "Return the current search path."
9777 msgstr ""
9778
9779 # type: textblock
9780 #. type: textblock
9781 #: ../src/guestfs-actions.pod:1987 ../fish/guestfish-actions.pod:1352
9782 msgid ""
9783 "This is always non-NULL.  If it wasn't set already, then this will return "
9784 "the default path."
9785 msgstr ""
9786
9787 # type: textblock
9788 #. type: textblock
9789 #: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:2019
9790 msgid ""
9791 "This function returns a string, or NULL on error.  The string is owned by "
9792 "the guest handle and must I<not> be freed."
9793 msgstr ""
9794
9795 # type: =head2
9796 #. type: =head2
9797 #: ../src/guestfs-actions.pod:1995
9798 msgid "guestfs_get_pid"
9799 msgstr ""
9800
9801 # type: verbatim
9802 #. type: verbatim
9803 #: ../src/guestfs-actions.pod:1997
9804 #, no-wrap
9805 msgid ""
9806 " int\n"
9807 " guestfs_get_pid (guestfs_h *g);\n"
9808 "\n"
9809 msgstr ""
9810
9811 # type: textblock
9812 #. type: textblock
9813 #: ../src/guestfs-actions.pod:2000 ../fish/guestfish-actions.pod:1361
9814 msgid ""
9815 "Return the process ID of the qemu subprocess.  If there is no qemu "
9816 "subprocess, then this will return an error."
9817 msgstr ""
9818
9819 # type: textblock
9820 #. type: textblock
9821 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1364
9822 msgid "This is an internal call used for debugging and testing."
9823 msgstr ""
9824
9825 # type: textblock
9826 #. type: textblock
9827 #: ../src/guestfs-actions.pod:2007
9828 msgid "(Added in 1.0.56)"
9829 msgstr ""
9830
9831 # type: =head2
9832 #. type: =head2
9833 #: ../src/guestfs-actions.pod:2009
9834 msgid "guestfs_get_qemu"
9835 msgstr ""
9836
9837 # type: verbatim
9838 #. type: verbatim
9839 #: ../src/guestfs-actions.pod:2011
9840 #, no-wrap
9841 msgid ""
9842 " const char *\n"
9843 " guestfs_get_qemu (guestfs_h *g);\n"
9844 "\n"
9845 msgstr ""
9846
9847 # type: textblock
9848 #. type: textblock
9849 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
9850 msgid "Return the current qemu binary."
9851 msgstr ""
9852
9853 # type: textblock
9854 #. type: textblock
9855 #: ../src/guestfs-actions.pod:2016 ../fish/guestfish-actions.pod:1372
9856 msgid ""
9857 "This is always non-NULL.  If it wasn't set already, then this will return "
9858 "the default qemu binary name."
9859 msgstr ""
9860
9861 # type: textblock
9862 #. type: textblock
9863 #: ../src/guestfs-actions.pod:2022 ../src/guestfs-actions.pod:5708
9864 msgid "(Added in 1.0.6)"
9865 msgstr ""
9866
9867 # type: =head2
9868 #. type: =head2
9869 #: ../src/guestfs-actions.pod:2024
9870 msgid "guestfs_get_recovery_proc"
9871 msgstr ""
9872
9873 # type: verbatim
9874 #. type: verbatim
9875 #: ../src/guestfs-actions.pod:2026
9876 #, no-wrap
9877 msgid ""
9878 " int\n"
9879 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9880 "\n"
9881 msgstr ""
9882
9883 # type: textblock
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2029 ../fish/guestfish-actions.pod:1379
9886 msgid "Return the recovery process enabled flag."
9887 msgstr ""
9888
9889 # type: textblock
9890 #. type: textblock
9891 #: ../src/guestfs-actions.pod:2033 ../src/guestfs-actions.pod:3265
9892 #: ../src/guestfs-actions.pod:3562 ../src/guestfs-actions.pod:3962
9893 #: ../src/guestfs-actions.pod:3994 ../src/guestfs-actions.pod:5012
9894 #: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5732
9895 #: ../src/guestfs-actions.pod:6391 ../src/guestfs-actions.pod:6411
9896 #: ../src/guestfs-actions.pod:6603
9897 msgid "(Added in 1.0.77)"
9898 msgstr ""
9899
9900 # type: =head2
9901 #. type: =head2
9902 #: ../src/guestfs-actions.pod:2035
9903 msgid "guestfs_get_selinux"
9904 msgstr ""
9905
9906 # type: verbatim
9907 #. type: verbatim
9908 #: ../src/guestfs-actions.pod:2037
9909 #, no-wrap
9910 msgid ""
9911 " int\n"
9912 " guestfs_get_selinux (guestfs_h *g);\n"
9913 "\n"
9914 msgstr ""
9915
9916 # type: textblock
9917 #. type: textblock
9918 #: ../src/guestfs-actions.pod:2040
9919 msgid ""
9920 "This returns the current setting of the selinux flag which is passed to the "
9921 "appliance at boot time.  See C<guestfs_set_selinux>."
9922 msgstr ""
9923
9924 # type: textblock
9925 #. type: textblock
9926 #: ../src/guestfs-actions.pod:2048 ../src/guestfs-actions.pod:2111
9927 #: ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5805
9928 msgid "(Added in 1.0.67)"
9929 msgstr ""
9930
9931 # type: =head2
9932 #. type: =head2
9933 #: ../src/guestfs-actions.pod:2050
9934 msgid "guestfs_get_state"
9935 msgstr ""
9936
9937 # type: verbatim
9938 #. type: verbatim
9939 #: ../src/guestfs-actions.pod:2052
9940 #, no-wrap
9941 msgid ""
9942 " int\n"
9943 " guestfs_get_state (guestfs_h *g);\n"
9944 "\n"
9945 msgstr ""
9946
9947 # type: textblock
9948 #. type: textblock
9949 #: ../src/guestfs-actions.pod:2055 ../fish/guestfish-actions.pod:1395
9950 msgid ""
9951 "This returns the current state as an opaque integer.  This is only useful "
9952 "for printing debug and internal error messages."
9953 msgstr ""
9954
9955 # type: textblock
9956 #. type: textblock
9957 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:3068
9958 #: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:3158
9959 #: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:1398
9960 #: ../fish/guestfish-actions.pod:2137 ../fish/guestfish-actions.pod:2155
9961 #: ../fish/guestfish-actions.pod:2193 ../fish/guestfish-actions.pod:2209
9962 msgid "For more information on states, see L<guestfs(3)>."
9963 msgstr ""
9964
9965 # type: =head2
9966 #. type: =head2
9967 #: ../src/guestfs-actions.pod:2064
9968 msgid "guestfs_get_trace"
9969 msgstr ""
9970
9971 # type: verbatim
9972 #. type: verbatim
9973 #: ../src/guestfs-actions.pod:2066
9974 #, no-wrap
9975 msgid ""
9976 " int\n"
9977 " guestfs_get_trace (guestfs_h *g);\n"
9978 "\n"
9979 msgstr ""
9980
9981 # type: textblock
9982 #. type: textblock
9983 #: ../src/guestfs-actions.pod:2069 ../fish/guestfish-actions.pod:1404
9984 msgid "Return the command trace flag."
9985 msgstr ""
9986
9987 # type: =head2
9988 #. type: =head2
9989 #: ../src/guestfs-actions.pod:2075
9990 msgid "guestfs_get_umask"
9991 msgstr ""
9992
9993 # type: verbatim
9994 #. type: verbatim
9995 #: ../src/guestfs-actions.pod:2077
9996 #, no-wrap
9997 msgid ""
9998 " int\n"
9999 " guestfs_get_umask (guestfs_h *g);\n"
10000 "\n"
10001 msgstr ""
10002
10003 # type: textblock
10004 #. type: textblock
10005 #: ../src/guestfs-actions.pod:2080
10006 msgid ""
10007 "Return the current umask.  By default the umask is C<022> unless it has been "
10008 "set by calling C<guestfs_umask>."
10009 msgstr ""
10010
10011 # type: =head2
10012 #. type: =head2
10013 #: ../src/guestfs-actions.pod:2087
10014 msgid "guestfs_get_verbose"
10015 msgstr ""
10016
10017 # type: verbatim
10018 #. type: verbatim
10019 #: ../src/guestfs-actions.pod:2089
10020 #, no-wrap
10021 msgid ""
10022 " int\n"
10023 " guestfs_get_verbose (guestfs_h *g);\n"
10024 "\n"
10025 msgstr ""
10026
10027 # type: textblock
10028 #. type: textblock
10029 #: ../src/guestfs-actions.pod:2092 ../fish/guestfish-actions.pod:1417
10030 msgid "This returns the verbose messages flag."
10031 msgstr ""
10032
10033 # type: =head2
10034 #. type: =head2
10035 #: ../src/guestfs-actions.pod:2098
10036 msgid "guestfs_getcon"
10037 msgstr ""
10038
10039 # type: verbatim
10040 #. type: verbatim
10041 #: ../src/guestfs-actions.pod:2100
10042 #, no-wrap
10043 msgid ""
10044 " char *\n"
10045 " guestfs_getcon (guestfs_h *g);\n"
10046 "\n"
10047 msgstr ""
10048
10049 # type: textblock
10050 #. type: textblock
10051 #: ../src/guestfs-actions.pod:2103 ../fish/guestfish-actions.pod:1423
10052 msgid "This gets the SELinux security context of the daemon."
10053 msgstr ""
10054
10055 # type: textblock
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:2105
10058 msgid ""
10059 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10060 msgstr ""
10061
10062 # type: =head2
10063 #. type: =head2
10064 #: ../src/guestfs-actions.pod:2113
10065 msgid "guestfs_getxattr"
10066 msgstr ""
10067
10068 # type: verbatim
10069 #. type: verbatim
10070 #: ../src/guestfs-actions.pod:2115
10071 #, no-wrap
10072 msgid ""
10073 " char *\n"
10074 " guestfs_getxattr (guestfs_h *g,\n"
10075 "                   const char *path,\n"
10076 "                   const char *name,\n"
10077 "                   size_t *size_r);\n"
10078 "\n"
10079 msgstr ""
10080
10081 # type: textblock
10082 #. type: textblock
10083 #: ../src/guestfs-actions.pod:2121
10084 msgid ""
10085 "Get a single extended attribute from file C<path> named C<name>.  This call "
10086 "follows symlinks.  If you want to lookup an extended attribute for the "
10087 "symlink itself, use C<guestfs_lgetxattr>."
10088 msgstr ""
10089
10090 # type: textblock
10091 #. type: textblock
10092 #: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3279
10093 msgid ""
10094 "Normally it is better to get all extended attributes from a file in one go "
10095 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10096 "implementations are buggy and do not provide a way to list out attributes.  "
10097 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10098 "extended attributes you want in advance and call this function."
10099 msgstr ""
10100
10101 # type: textblock
10102 #. type: textblock
10103 #: ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:3286
10104 #: ../fish/guestfish-actions.pod:1443 ../fish/guestfish-actions.pod:2274
10105 msgid ""
10106 "Extended attribute values are blobs of binary data.  If there is no extended "
10107 "attribute named C<name>, this returns an error."
10108 msgstr ""
10109
10110 # type: textblock
10111 #. type: textblock
10112 #: ../src/guestfs-actions.pod:2135
10113 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10114 msgstr ""
10115
10116 # type: textblock
10117 #. type: textblock
10118 #: ../src/guestfs-actions.pod:2137 ../src/guestfs-actions.pod:2328
10119 #: ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:5005
10120 #: ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5212
10121 msgid ""
10122 "This function returns a buffer, or NULL on error.  The size of the returned "
10123 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10124 "after use>."
10125 msgstr ""
10126
10127 #. type: textblock
10128 #: ../src/guestfs-actions.pod:2141 ../src/guestfs-actions.pod:3295
10129 msgid "(Added in 1.7.24)"
10130 msgstr ""
10131
10132 # type: =head2
10133 #. type: =head2
10134 #: ../src/guestfs-actions.pod:2143
10135 msgid "guestfs_getxattrs"
10136 msgstr ""
10137
10138 # type: verbatim
10139 #. type: verbatim
10140 #: ../src/guestfs-actions.pod:2145
10141 #, no-wrap
10142 msgid ""
10143 " struct guestfs_xattr_list *\n"
10144 " guestfs_getxattrs (guestfs_h *g,\n"
10145 "                    const char *path);\n"
10146 "\n"
10147 msgstr ""
10148
10149 # type: textblock
10150 #. type: textblock
10151 #: ../src/guestfs-actions.pod:2149 ../fish/guestfish-actions.pod:1452
10152 msgid ""
10153 "This call lists the extended attributes of the file or directory C<path>."
10154 msgstr ""
10155
10156 # type: textblock
10157 #. type: textblock
10158 #: ../src/guestfs-actions.pod:2152 ../fish/guestfish-actions.pod:1455
10159 msgid ""
10160 "At the system call level, this is a combination of the L<listxattr(2)> and "
10161 "L<getxattr(2)> calls."
10162 msgstr ""
10163
10164 # type: textblock
10165 #. type: textblock
10166 #: ../src/guestfs-actions.pod:2155
10167 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10168 msgstr ""
10169
10170 # type: textblock
10171 #. type: textblock
10172 #: ../src/guestfs-actions.pod:2157 ../src/guestfs-actions.pod:3307
10173 #: ../src/guestfs-actions.pod:3958
10174 msgid ""
10175 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10176 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10177 msgstr ""
10178
10179 # type: textblock
10180 #. type: textblock
10181 #: ../src/guestfs-actions.pod:2161 ../src/guestfs-actions.pod:3311
10182 #: ../src/guestfs-actions.pod:3476 ../src/guestfs-actions.pod:3512
10183 #: ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5824
10184 #: ../src/guestfs-actions.pod:7159
10185 msgid "(Added in 1.0.59)"
10186 msgstr ""
10187
10188 # type: =head2
10189 #. type: =head2
10190 #: ../src/guestfs-actions.pod:2163
10191 msgid "guestfs_glob_expand"
10192 msgstr ""
10193
10194 # type: verbatim
10195 #. type: verbatim
10196 #: ../src/guestfs-actions.pod:2165
10197 #, no-wrap
10198 msgid ""
10199 " char **\n"
10200 " guestfs_glob_expand (guestfs_h *g,\n"
10201 "                      const char *pattern);\n"
10202 "\n"
10203 msgstr ""
10204
10205 # type: textblock
10206 #. type: textblock
10207 #: ../src/guestfs-actions.pod:2169 ../fish/guestfish-actions.pod:1464
10208 msgid ""
10209 "This command searches for all the pathnames matching C<pattern> according to "
10210 "the wildcard expansion rules used by the shell."
10211 msgstr ""
10212
10213 # type: textblock
10214 #. type: textblock
10215 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1468
10216 msgid ""
10217 "If no paths match, then this returns an empty list (note: not an error)."
10218 msgstr ""
10219
10220 # type: textblock
10221 #. type: textblock
10222 #: ../src/guestfs-actions.pod:2176 ../fish/guestfish-actions.pod:1471
10223 msgid ""
10224 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10225 "GLOB_BRACE>.  See that manual page for more details."
10226 msgstr ""
10227
10228 # type: textblock
10229 #. type: textblock
10230 #: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:5989
10231 #: ../src/guestfs-actions.pod:6006
10232 msgid "(Added in 1.0.50)"
10233 msgstr ""
10234
10235 # type: =head2
10236 #. type: =head2
10237 #: ../src/guestfs-actions.pod:2186
10238 msgid "guestfs_grep"
10239 msgstr ""
10240
10241 # type: verbatim
10242 #. type: verbatim
10243 #: ../src/guestfs-actions.pod:2188
10244 #, no-wrap
10245 msgid ""
10246 " char **\n"
10247 " guestfs_grep (guestfs_h *g,\n"
10248 "               const char *regex,\n"
10249 "               const char *path);\n"
10250 "\n"
10251 msgstr ""
10252
10253 # type: textblock
10254 #. type: textblock
10255 #: ../src/guestfs-actions.pod:2193 ../fish/guestfish-actions.pod:1479
10256 msgid "This calls the external C<grep> program and returns the matching lines."
10257 msgstr ""
10258
10259 # type: =head2
10260 #. type: =head2
10261 #: ../src/guestfs-actions.pod:2205
10262 msgid "guestfs_grepi"
10263 msgstr ""
10264
10265 # type: verbatim
10266 #. type: verbatim
10267 #: ../src/guestfs-actions.pod:2207
10268 #, no-wrap
10269 msgid ""
10270 " char **\n"
10271 " guestfs_grepi (guestfs_h *g,\n"
10272 "                const char *regex,\n"
10273 "                const char *path);\n"
10274 "\n"
10275 msgstr ""
10276
10277 # type: textblock
10278 #. type: textblock
10279 #: ../src/guestfs-actions.pod:2212 ../fish/guestfish-actions.pod:1489
10280 msgid ""
10281 "This calls the external C<grep -i> program and returns the matching lines."
10282 msgstr ""
10283
10284 # type: =head2
10285 #. type: =head2
10286 #: ../src/guestfs-actions.pod:2224
10287 msgid "guestfs_grub_install"
10288 msgstr ""
10289
10290 # type: verbatim
10291 #. type: verbatim
10292 #: ../src/guestfs-actions.pod:2226
10293 #, no-wrap
10294 msgid ""
10295 " int\n"
10296 " guestfs_grub_install (guestfs_h *g,\n"
10297 "                       const char *root,\n"
10298 "                       const char *device);\n"
10299 "\n"
10300 msgstr ""
10301
10302 # type: textblock
10303 #. type: textblock
10304 #: ../src/guestfs-actions.pod:2231 ../fish/guestfish-actions.pod:1499
10305 msgid ""
10306 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10307 "the root directory being C<root>."
10308 msgstr ""
10309
10310 # type: textblock
10311 #. type: textblock
10312 #: ../src/guestfs-actions.pod:2234 ../fish/guestfish-actions.pod:1502
10313 msgid ""
10314 "Note: If grub-install reports the error \"No suitable drive was found in the "
10315 "generated device map.\" it may be that you need to create a C</boot/grub/"
10316 "device.map> file first that contains the mapping between grub device names "
10317 "and Linux device names.  It is usually sufficient to create a file "
10318 "containing:"
10319 msgstr ""
10320
10321 # type: verbatim
10322 #. type: verbatim
10323 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
10324 #, no-wrap
10325 msgid ""
10326 " (hd0) /dev/vda\n"
10327 "\n"
10328 msgstr ""
10329
10330 # type: textblock
10331 #. type: textblock
10332 #: ../src/guestfs-actions.pod:2243 ../fish/guestfish-actions.pod:1511
10333 msgid "replacing C</dev/vda> with the name of the installation device."
10334 msgstr ""
10335
10336 # type: textblock
10337 #. type: textblock
10338 #: ../src/guestfs-actions.pod:2247
10339 msgid "(Added in 1.0.17)"
10340 msgstr ""
10341
10342 # type: =head2
10343 #. type: =head2
10344 #: ../src/guestfs-actions.pod:2249
10345 msgid "guestfs_head"
10346 msgstr ""
10347
10348 # type: verbatim
10349 #. type: verbatim
10350 #: ../src/guestfs-actions.pod:2251
10351 #, no-wrap
10352 msgid ""
10353 " char **\n"
10354 " guestfs_head (guestfs_h *g,\n"
10355 "               const char *path);\n"
10356 "\n"
10357 msgstr ""
10358
10359 # type: textblock
10360 #. type: textblock
10361 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1517
10362 msgid ""
10363 "This command returns up to the first 10 lines of a file as a list of strings."
10364 msgstr ""
10365
10366 # type: =head2
10367 #. type: =head2
10368 #: ../src/guestfs-actions.pod:2267
10369 msgid "guestfs_head_n"
10370 msgstr ""
10371
10372 # type: verbatim
10373 #. type: verbatim
10374 #: ../src/guestfs-actions.pod:2269
10375 #, no-wrap
10376 msgid ""
10377 " char **\n"
10378 " guestfs_head_n (guestfs_h *g,\n"
10379 "                 int nrlines,\n"
10380 "                 const char *path);\n"
10381 "\n"
10382 msgstr ""
10383
10384 # type: textblock
10385 #. type: textblock
10386 #: ../src/guestfs-actions.pod:2274 ../fish/guestfish-actions.pod:1527
10387 msgid ""
10388 "If the parameter C<nrlines> is a positive number, this returns the first "
10389 "C<nrlines> lines of the file C<path>."
10390 msgstr ""
10391
10392 # type: textblock
10393 #. type: textblock
10394 #: ../src/guestfs-actions.pod:2277 ../fish/guestfish-actions.pod:1530
10395 msgid ""
10396 "If the parameter C<nrlines> is a negative number, this returns lines from "
10397 "the file C<path>, excluding the last C<nrlines> lines."
10398 msgstr ""
10399
10400 # type: textblock
10401 #. type: textblock
10402 #: ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:6286
10403 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:4199
10404 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10405 msgstr ""
10406
10407 # type: =head2
10408 #. type: =head2
10409 #: ../src/guestfs-actions.pod:2291
10410 msgid "guestfs_hexdump"
10411 msgstr ""
10412
10413 # type: verbatim
10414 #. type: verbatim
10415 #: ../src/guestfs-actions.pod:2293
10416 #, no-wrap
10417 msgid ""
10418 " char *\n"
10419 " guestfs_hexdump (guestfs_h *g,\n"
10420 "                  const char *path);\n"
10421 "\n"
10422 msgstr ""
10423
10424 # type: textblock
10425 #. type: textblock
10426 #: ../src/guestfs-actions.pod:2297 ../fish/guestfish-actions.pod:1542
10427 msgid ""
10428 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10429 "readable, canonical hex dump of the file."
10430 msgstr ""
10431
10432 # type: textblock
10433 #. type: textblock
10434 #: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:6070
10435 #: ../src/guestfs-actions.pod:6125
10436 msgid "(Added in 1.0.22)"
10437 msgstr ""
10438
10439 # type: =head2
10440 #. type: =head2
10441 #: ../src/guestfs-actions.pod:2308
10442 msgid "guestfs_initrd_cat"
10443 msgstr ""
10444
10445 # type: verbatim
10446 #. type: verbatim
10447 #: ../src/guestfs-actions.pod:2310
10448 #, no-wrap
10449 msgid ""
10450 " char *\n"
10451 " guestfs_initrd_cat (guestfs_h *g,\n"
10452 "                     const char *initrdpath,\n"
10453 "                     const char *filename,\n"
10454 "                     size_t *size_r);\n"
10455 "\n"
10456 msgstr ""
10457
10458 # type: textblock
10459 #. type: textblock
10460 #: ../src/guestfs-actions.pod:2316 ../fish/guestfish-actions.pod:1552
10461 msgid ""
10462 "This command unpacks the file C<filename> from the initrd file called "
10463 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10464 "character."
10465 msgstr ""
10466
10467 # type: textblock
10468 #. type: textblock
10469 #: ../src/guestfs-actions.pod:2320 ../fish/guestfish-actions.pod:1556
10470 msgid ""
10471 "For example, in guestfish you could use the following command to examine the "
10472 "boot script (usually called C</init>)  contained in a Linux initrd or "
10473 "initramfs image:"
10474 msgstr ""
10475
10476 # type: verbatim
10477 #. type: verbatim
10478 #: ../src/guestfs-actions.pod:2324 ../fish/guestfish-actions.pod:1560
10479 #, no-wrap
10480 msgid ""
10481 " initrd-cat /boot/initrd-<version>.img init\n"
10482 "\n"
10483 msgstr ""
10484
10485 # type: textblock
10486 #. type: textblock
10487 #: ../src/guestfs-actions.pod:2326
10488 msgid "See also C<guestfs_initrd_list>."
10489 msgstr ""
10490
10491 # type: =head2
10492 #. type: =head2
10493 #: ../src/guestfs-actions.pod:2337
10494 msgid "guestfs_initrd_list"
10495 msgstr ""
10496
10497 # type: verbatim
10498 #. type: verbatim
10499 #: ../src/guestfs-actions.pod:2339
10500 #, no-wrap
10501 msgid ""
10502 " char **\n"
10503 " guestfs_initrd_list (guestfs_h *g,\n"
10504 "                      const char *path);\n"
10505 "\n"
10506 msgstr ""
10507
10508 # type: textblock
10509 #. type: textblock
10510 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
10511 msgid "This command lists out files contained in an initrd."
10512 msgstr ""
10513
10514 # type: textblock
10515 #. type: textblock
10516 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1573
10517 msgid ""
10518 "The files are listed without any initial C</> character.  The files are "
10519 "listed in the order they appear (not necessarily alphabetical).  Directory "
10520 "names are listed as separate items."
10521 msgstr ""
10522
10523 # type: textblock
10524 #. type: textblock
10525 #: ../src/guestfs-actions.pod:2349 ../fish/guestfish-actions.pod:1577
10526 msgid ""
10527 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10528 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10529 "files)."
10530 msgstr ""
10531
10532 # type: =head2
10533 #. type: =head2
10534 #: ../src/guestfs-actions.pod:2359
10535 msgid "guestfs_inotify_add_watch"
10536 msgstr ""
10537
10538 # type: verbatim
10539 #. type: verbatim
10540 #: ../src/guestfs-actions.pod:2361
10541 #, no-wrap
10542 msgid ""
10543 " int64_t\n"
10544 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10545 "                            const char *path,\n"
10546 "                            int mask);\n"
10547 "\n"
10548 msgstr ""
10549
10550 # type: textblock
10551 #. type: textblock
10552 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
10553 msgid "Watch C<path> for the events listed in C<mask>."
10554 msgstr ""
10555
10556 # type: textblock
10557 #. type: textblock
10558 #: ../src/guestfs-actions.pod:2368 ../fish/guestfish-actions.pod:1587
10559 msgid ""
10560 "Note that if C<path> is a directory then events within that directory are "
10561 "watched, but this does I<not> happen recursively (in subdirectories)."
10562 msgstr ""
10563
10564 # type: textblock
10565 #. type: textblock
10566 #: ../src/guestfs-actions.pod:2372 ../fish/guestfish-actions.pod:1591
10567 msgid ""
10568 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10569 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10570 msgstr ""
10571
10572 # type: =head2
10573 #. type: =head2
10574 #: ../src/guestfs-actions.pod:2380
10575 msgid "guestfs_inotify_close"
10576 msgstr ""
10577
10578 # type: verbatim
10579 #. type: verbatim
10580 #: ../src/guestfs-actions.pod:2382
10581 #, no-wrap
10582 msgid ""
10583 " int\n"
10584 " guestfs_inotify_close (guestfs_h *g);\n"
10585 "\n"
10586 msgstr ""
10587
10588 # type: textblock
10589 #. type: textblock
10590 #: ../src/guestfs-actions.pod:2385 ../fish/guestfish-actions.pod:1599
10591 msgid ""
10592 "This closes the inotify handle which was previously opened by inotify_init.  "
10593 "It removes all watches, throws away any pending events, and deallocates all "
10594 "resources."
10595 msgstr ""
10596
10597 # type: =head2
10598 #. type: =head2
10599 #: ../src/guestfs-actions.pod:2393
10600 msgid "guestfs_inotify_files"
10601 msgstr ""
10602
10603 # type: verbatim
10604 #. type: verbatim
10605 #: ../src/guestfs-actions.pod:2395
10606 #, no-wrap
10607 msgid ""
10608 " char **\n"
10609 " guestfs_inotify_files (guestfs_h *g);\n"
10610 "\n"
10611 msgstr ""
10612
10613 # type: textblock
10614 #. type: textblock
10615 #: ../src/guestfs-actions.pod:2398
10616 msgid ""
10617 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10618 "returns a list of pathnames of objects that were touched.  The returned "
10619 "pathnames are sorted and deduplicated."
10620 msgstr ""
10621
10622 # type: =head2
10623 #. type: =head2
10624 #: ../src/guestfs-actions.pod:2408
10625 msgid "guestfs_inotify_init"
10626 msgstr ""
10627
10628 # type: verbatim
10629 #. type: verbatim
10630 #: ../src/guestfs-actions.pod:2410
10631 #, no-wrap
10632 msgid ""
10633 " int\n"
10634 " guestfs_inotify_init (guestfs_h *g,\n"
10635 "                       int maxevents);\n"
10636 "\n"
10637 msgstr ""
10638
10639 # type: textblock
10640 #. type: textblock
10641 #: ../src/guestfs-actions.pod:2414 ../fish/guestfish-actions.pod:1615
10642 msgid ""
10643 "This command creates a new inotify handle.  The inotify subsystem can be "
10644 "used to notify events which happen to objects in the guest filesystem."
10645 msgstr ""
10646
10647 # type: textblock
10648 #. type: textblock
10649 #: ../src/guestfs-actions.pod:2418
10650 msgid ""
10651 "C<maxevents> is the maximum number of events which will be queued up between "
10652 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10653 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10654 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10655 "throws away events, but records the fact that it threw them away by setting "
10656 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10657 "C<guestfs_inotify_read>)."
10658 msgstr ""
10659
10660 # type: textblock
10661 #. type: textblock
10662 #: ../src/guestfs-actions.pod:2428
10663 msgid ""
10664 "Before any events are generated, you have to add some watches to the "
10665 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10666 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10667 msgstr ""
10668
10669 # type: textblock
10670 #. type: textblock
10671 #: ../src/guestfs-actions.pod:2434
10672 msgid ""
10673 "Queued up events should be read periodically by calling "
10674 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10675 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10676 "often enough then you risk the internal queue overflowing."
10677 msgstr ""
10678
10679 # type: textblock
10680 #. type: textblock
10681 #: ../src/guestfs-actions.pod:2441
10682 msgid ""
10683 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10684 "This also removes any watches automatically."
10685 msgstr ""
10686
10687 # type: textblock
10688 #. type: textblock
10689 #: ../src/guestfs-actions.pod:2445 ../fish/guestfish-actions.pod:1646
10690 msgid ""
10691 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10692 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10693 "that there is one global inotify handle per libguestfs instance."
10694 msgstr ""
10695
10696 # type: =head2
10697 #. type: =head2
10698 #: ../src/guestfs-actions.pod:2454
10699 msgid "guestfs_inotify_read"
10700 msgstr ""
10701
10702 # type: verbatim
10703 #. type: verbatim
10704 #: ../src/guestfs-actions.pod:2456
10705 #, no-wrap
10706 msgid ""
10707 " struct guestfs_inotify_event_list *\n"
10708 " guestfs_inotify_read (guestfs_h *g);\n"
10709 "\n"
10710 msgstr ""
10711
10712 # type: textblock
10713 #. type: textblock
10714 #: ../src/guestfs-actions.pod:2459 ../fish/guestfish-actions.pod:1655
10715 msgid ""
10716 "Return the complete queue of events that have happened since the previous "
10717 "read call."
10718 msgstr ""
10719
10720 # type: textblock
10721 #. type: textblock
10722 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
10723 msgid "If no events have happened, this returns an empty list."
10724 msgstr ""
10725
10726 # type: textblock
10727 #. type: textblock
10728 #: ../src/guestfs-actions.pod:2464 ../fish/guestfish-actions.pod:1660
10729 msgid ""
10730 "I<Note>: In order to make sure that all events have been read, you must call "
10731 "this function repeatedly until it returns an empty list.  The reason is that "
10732 "the call will read events up to the maximum appliance-to-host message size "
10733 "and leave remaining events in the queue."
10734 msgstr ""
10735
10736 # type: textblock
10737 #. type: textblock
10738 #: ../src/guestfs-actions.pod:2470
10739 msgid ""
10740 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10741 "there was an error.  I<The caller must call "
10742 "C<guestfs_free_inotify_event_list> after use>."
10743 msgstr ""
10744
10745 # type: =head2
10746 #. type: =head2
10747 #: ../src/guestfs-actions.pod:2476
10748 msgid "guestfs_inotify_rm_watch"
10749 msgstr ""
10750
10751 # type: verbatim
10752 #. type: verbatim
10753 #: ../src/guestfs-actions.pod:2478
10754 #, no-wrap
10755 msgid ""
10756 " int\n"
10757 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10758 "                           int wd);\n"
10759 "\n"
10760 msgstr ""
10761
10762 # type: textblock
10763 #. type: textblock
10764 #: ../src/guestfs-actions.pod:2482
10765 msgid ""
10766 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10767 msgstr ""
10768
10769 # type: =head2
10770 #. type: =head2
10771 #: ../src/guestfs-actions.pod:2489
10772 msgid "guestfs_inspect_get_arch"
10773 msgstr ""
10774
10775 # type: verbatim
10776 #. type: verbatim
10777 #: ../src/guestfs-actions.pod:2491
10778 #, no-wrap
10779 msgid ""
10780 " char *\n"
10781 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10782 "                           const char *root);\n"
10783 "\n"
10784 msgstr ""
10785
10786 # type: textblock
10787 #. type: textblock
10788 #: ../src/guestfs-actions.pod:2495 ../src/guestfs-actions.pod:2518
10789 #: ../src/guestfs-actions.pod:2599 ../src/guestfs-actions.pod:2625
10790 #: ../src/guestfs-actions.pod:2647 ../src/guestfs-actions.pod:2674
10791 #: ../src/guestfs-actions.pod:2695 ../src/guestfs-actions.pod:2732
10792 #: ../src/guestfs-actions.pod:2761 ../src/guestfs-actions.pod:2792
10793 #: ../src/guestfs-actions.pod:2836 ../src/guestfs-actions.pod:2878
10794 #: ../src/guestfs-actions.pod:2901
10795 msgid ""
10796 "This function should only be called with a root device string as returned by "
10797 "C<guestfs_inspect_os>."
10798 msgstr ""
10799
10800 # type: textblock
10801 #. type: textblock
10802 #: ../src/guestfs-actions.pod:2498
10803 msgid ""
10804 "This returns the architecture of the inspected operating system.  The "
10805 "possible return values are listed under C<guestfs_file_architecture>."
10806 msgstr ""
10807
10808 # type: textblock
10809 #. type: textblock
10810 #: ../src/guestfs-actions.pod:2502 ../fish/guestfish-actions.pod:1684
10811 msgid ""
10812 "If the architecture could not be determined, then the string C<unknown> is "
10813 "returned."
10814 msgstr ""
10815
10816 # type: textblock
10817 #. type: textblock
10818 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586
10819 #: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2662
10820 #: ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779
10821 #: ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2822
10822 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888
10823 #: ../src/guestfs-actions.pod:2994 ../src/guestfs-actions.pod:3035
10824 #: ../fish/guestfish-actions.pod:1687 ../fish/guestfish-actions.pod:1761
10825 #: ../fish/guestfish-actions.pod:1794 ../fish/guestfish-actions.pod:1815
10826 #: ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1903
10827 #: ../fish/guestfish-actions.pod:1920 ../fish/guestfish-actions.pod:1933
10828 #: ../fish/guestfish-actions.pod:1968 ../fish/guestfish-actions.pod:1984
10829 #: ../fish/guestfish-actions.pod:2083 ../fish/guestfish-actions.pod:2117
10830 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10831 msgstr ""
10832
10833 # type: =head2
10834 #. type: =head2
10835 #: ../src/guestfs-actions.pod:2512
10836 msgid "guestfs_inspect_get_distro"
10837 msgstr ""
10838
10839 # type: verbatim
10840 #. type: verbatim
10841 #: ../src/guestfs-actions.pod:2514
10842 #, no-wrap
10843 msgid ""
10844 " char *\n"
10845 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10846 "                             const char *root);\n"
10847 "\n"
10848 msgstr ""
10849
10850 # type: textblock
10851 #. type: textblock
10852 #: ../src/guestfs-actions.pod:2521 ../fish/guestfish-actions.pod:1696
10853 msgid ""
10854 "This returns the distro (distribution) of the inspected operating system."
10855 msgstr ""
10856
10857 # type: textblock
10858 #. type: textblock
10859 #: ../src/guestfs-actions.pod:2524 ../fish/guestfish-actions.pod:1699
10860 msgid "Currently defined distros are:"
10861 msgstr ""
10862
10863 # type: =item
10864 #. type: =item
10865 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
10866 msgid "\"archlinux\""
10867 msgstr ""
10868
10869 # type: textblock
10870 #. type: textblock
10871 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
10872 msgid "Arch Linux."
10873 msgstr ""
10874
10875 # type: =item
10876 #. type: =item
10877 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
10878 msgid "\"debian\""
10879 msgstr ""
10880
10881 # type: textblock
10882 #. type: textblock
10883 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
10884 msgid "Debian."
10885 msgstr ""
10886
10887 # type: =item
10888 #. type: =item
10889 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
10890 msgid "\"fedora\""
10891 msgstr ""
10892
10893 # type: textblock
10894 #. type: textblock
10895 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
10896 msgid "Fedora."
10897 msgstr ""
10898
10899 # type: =item
10900 #. type: =item
10901 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
10902 msgid "\"gentoo\""
10903 msgstr ""
10904
10905 # type: textblock
10906 #. type: textblock
10907 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
10908 msgid "Gentoo."
10909 msgstr ""
10910
10911 # type: =item
10912 #. type: =item
10913 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
10914 msgid "\"linuxmint\""
10915 msgstr ""
10916
10917 # type: textblock
10918 #. type: textblock
10919 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
10920 msgid "Linux Mint."
10921 msgstr ""
10922
10923 # type: =item
10924 #. type: =item
10925 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
10926 msgid "\"mandriva\""
10927 msgstr ""
10928
10929 # type: textblock
10930 #. type: textblock
10931 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
10932 msgid "Mandriva."
10933 msgstr ""
10934
10935 # type: =item
10936 #. type: =item
10937 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
10938 msgid "\"meego\""
10939 msgstr ""
10940
10941 # type: textblock
10942 #. type: textblock
10943 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
10944 msgid "MeeGo."
10945 msgstr ""
10946
10947 # type: =item
10948 #. type: =item
10949 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
10950 msgid "\"pardus\""
10951 msgstr ""
10952
10953 # type: textblock
10954 #. type: textblock
10955 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
10956 msgid "Pardus."
10957 msgstr ""
10958
10959 # type: =item
10960 #. type: =item
10961 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
10962 msgid "\"redhat-based\""
10963 msgstr ""
10964
10965 # type: textblock
10966 #. type: textblock
10967 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
10968 msgid "Some Red Hat-derived distro."
10969 msgstr ""
10970
10971 # type: =item
10972 #. type: =item
10973 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
10974 msgid "\"rhel\""
10975 msgstr ""
10976
10977 # type: textblock
10978 #. type: textblock
10979 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
10980 msgid "Red Hat Enterprise Linux and some derivatives."
10981 msgstr ""
10982
10983 # type: =item
10984 #. type: =item
10985 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
10986 msgid "\"ubuntu\""
10987 msgstr ""
10988
10989 # type: textblock
10990 #. type: textblock
10991 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1745
10992 msgid "Ubuntu."
10993 msgstr ""
10994
10995 # type: =item
10996 #. type: =item
10997 #: ../src/guestfs-actions.pod:2572 ../src/guestfs-actions.pod:2856
10998 #: ../fish/guestfish-actions.pod:1747 ../fish/guestfish-actions.pod:1959
10999 msgid "\"unknown\""
11000 msgstr ""
11001
11002 # type: textblock
11003 #. type: textblock
11004 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1749
11005 msgid "The distro could not be determined."
11006 msgstr ""
11007
11008 # type: =item
11009 #. type: =item
11010 #: ../src/guestfs-actions.pod:2576 ../src/guestfs-actions.pod:2848
11011 #: ../fish/guestfish-actions.pod:1751 ../fish/guestfish-actions.pod:1951
11012 msgid "\"windows\""
11013 msgstr ""
11014
11015 # type: textblock
11016 #. type: textblock
11017 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1753
11018 msgid ""
11019 "Windows does not have distributions.  This string is returned if the OS type "
11020 "is Windows."
11021 msgstr ""
11022
11023 # type: textblock
11024 #. type: textblock
11025 #: ../src/guestfs-actions.pod:2583 ../src/guestfs-actions.pod:2862
11026 #: ../fish/guestfish-actions.pod:1758 ../fish/guestfish-actions.pod:1965
11027 msgid ""
11028 "Future versions of libguestfs may return other strings here.  The caller "
11029 "should be prepared to handle any string."
11030 msgstr ""
11031
11032 # type: =head2
11033 #. type: =head2
11034 #: ../src/guestfs-actions.pod:2593
11035 msgid "guestfs_inspect_get_filesystems"
11036 msgstr ""
11037
11038 # type: verbatim
11039 #. type: verbatim
11040 #: ../src/guestfs-actions.pod:2595
11041 #, no-wrap
11042 msgid ""
11043 " char **\n"
11044 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11045 "                                  const char *root);\n"
11046 "\n"
11047 msgstr ""
11048
11049 # type: textblock
11050 #. type: textblock
11051 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1770
11052 msgid ""
11053 "This returns a list of all the filesystems that we think are associated with "
11054 "this operating system.  This includes the root filesystem, other ordinary "
11055 "filesystems, and non-mounted devices like swap partitions."
11056 msgstr ""
11057
11058 # type: textblock
11059 #. type: textblock
11060 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1775
11061 msgid ""
11062 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11063 "to be shared between operating systems."
11064 msgstr ""
11065
11066 # type: textblock
11067 #. type: textblock
11068 #: ../src/guestfs-actions.pod:2610
11069 msgid ""
11070 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11071 "C<guestfs_inspect_get_mountpoints>."
11072 msgstr ""
11073
11074 # type: =head2
11075 #. type: =head2
11076 #: ../src/guestfs-actions.pod:2619
11077 msgid "guestfs_inspect_get_hostname"
11078 msgstr ""
11079
11080 # type: verbatim
11081 #. type: verbatim
11082 #: ../src/guestfs-actions.pod:2621
11083 #, no-wrap
11084 msgid ""
11085 " char *\n"
11086 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11087 "                               const char *root);\n"
11088 "\n"
11089 msgstr ""
11090
11091 # type: textblock
11092 #. type: textblock
11093 #: ../src/guestfs-actions.pod:2628 ../fish/guestfish-actions.pod:1788
11094 msgid ""
11095 "This function returns the hostname of the operating system as found by "
11096 "inspection of the guest's configuration files."
11097 msgstr ""
11098
11099 # type: textblock
11100 #. type: textblock
11101 #: ../src/guestfs-actions.pod:2631 ../fish/guestfish-actions.pod:1791
11102 msgid ""
11103 "If the hostname could not be determined, then the string C<unknown> is "
11104 "returned."
11105 msgstr ""
11106
11107 # type: textblock
11108 #. type: textblock
11109 #: ../src/guestfs-actions.pod:2639
11110 msgid "(Added in 1.7.9)"
11111 msgstr ""
11112
11113 # type: =head2
11114 #. type: =head2
11115 #: ../src/guestfs-actions.pod:2641
11116 msgid "guestfs_inspect_get_major_version"
11117 msgstr ""
11118
11119 # type: verbatim
11120 #. type: verbatim
11121 #: ../src/guestfs-actions.pod:2643
11122 #, no-wrap
11123 msgid ""
11124 " int\n"
11125 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11126 "                                    const char *root);\n"
11127 "\n"
11128 msgstr ""
11129
11130 # type: textblock
11131 #. type: textblock
11132 #: ../src/guestfs-actions.pod:2650 ../fish/guestfish-actions.pod:1803
11133 msgid ""
11134 "This returns the major version number of the inspected operating system."
11135 msgstr ""
11136
11137 # type: textblock
11138 #. type: textblock
11139 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1806
11140 msgid ""
11141 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11142 "popular public names used by the operating system.  Notably the operating "
11143 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11144 "1).  You can find out the real versions corresponding to releases of Windows "
11145 "by consulting Wikipedia or MSDN."
11146 msgstr ""
11147
11148 # type: textblock
11149 #. type: textblock
11150 #: ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2680
11151 #: ../fish/guestfish-actions.pod:1813 ../fish/guestfish-actions.pod:1827
11152 msgid "If the version could not be determined, then C<0> is returned."
11153 msgstr ""
11154
11155 # type: =head2
11156 #. type: =head2
11157 #: ../src/guestfs-actions.pod:2668
11158 msgid "guestfs_inspect_get_minor_version"
11159 msgstr ""
11160
11161 # type: verbatim
11162 #. type: verbatim
11163 #: ../src/guestfs-actions.pod:2670
11164 #, no-wrap
11165 msgid ""
11166 " int\n"
11167 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11168 "                                    const char *root);\n"
11169 "\n"
11170 msgstr ""
11171
11172 # type: textblock
11173 #. type: textblock
11174 #: ../src/guestfs-actions.pod:2677 ../fish/guestfish-actions.pod:1824
11175 msgid ""
11176 "This returns the minor version number of the inspected operating system."
11177 msgstr ""
11178
11179 # type: textblock
11180 #. type: textblock
11181 #: ../src/guestfs-actions.pod:2682
11182 msgid ""
11183 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11184 "C<guestfs_inspect_get_major_version>."
11185 msgstr ""
11186
11187 # type: =head2
11188 #. type: =head2
11189 #: ../src/guestfs-actions.pod:2689
11190 msgid "guestfs_inspect_get_mountpoints"
11191 msgstr ""
11192
11193 # type: verbatim
11194 #. type: verbatim
11195 #: ../src/guestfs-actions.pod:2691
11196 #, no-wrap
11197 msgid ""
11198 " char **\n"
11199 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11200 "                                  const char *root);\n"
11201 "\n"
11202 msgstr ""
11203
11204 #. type: textblock
11205 #: ../src/guestfs-actions.pod:2698 ../fish/guestfish-actions.pod:1839
11206 msgid ""
11207 "This returns a hash of where we think the filesystems associated with this "
11208 "operating system should be mounted.  Callers should note that this is at "
11209 "best an educated guess made by reading configuration files such as C</etc/"
11210 "fstab>.  I<In particular note> that this may return filesystems which are "
11211 "non-existent or not mountable and callers should be prepared to handle or "
11212 "ignore failures if they try to mount them."
11213 msgstr ""
11214
11215 # type: textblock
11216 #. type: textblock
11217 #: ../src/guestfs-actions.pod:2707 ../fish/guestfish-actions.pod:1848
11218 msgid ""
11219 "Each element in the returned hashtable has a key which is the path of the "
11220 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11221 "mounted there (eg. C</dev/sda1>)."
11222 msgstr ""
11223
11224 # type: textblock
11225 #. type: textblock
11226 #: ../src/guestfs-actions.pod:2712 ../fish/guestfish-actions.pod:1853
11227 msgid ""
11228 "Non-mounted devices such as swap devices are I<not> returned in this list."
11229 msgstr ""
11230
11231 # type: textblock
11232 #. type: textblock
11233 #: ../src/guestfs-actions.pod:2715
11234 msgid ""
11235 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11236 "C<guestfs_inspect_get_filesystems>."
11237 msgstr ""
11238
11239 # type: textblock
11240 #. type: textblock
11241 #: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:3364
11242 #: ../src/guestfs-actions.pod:4562 ../src/guestfs-actions.pod:6427
11243 msgid ""
11244 "This function returns a NULL-terminated array of strings, or NULL if there "
11245 "was an error.  The array of strings will always have length C<2n+1>, where "
11246 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11247 "caller must free the strings and the array after use>."
11248 msgstr ""
11249
11250 # type: =head2
11251 #. type: =head2
11252 #: ../src/guestfs-actions.pod:2726
11253 msgid "guestfs_inspect_get_package_format"
11254 msgstr ""
11255
11256 # type: verbatim
11257 #. type: verbatim
11258 #: ../src/guestfs-actions.pod:2728
11259 #, no-wrap
11260 msgid ""
11261 " char *\n"
11262 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11263 "                                     const char *root);\n"
11264 "\n"
11265 msgstr ""
11266
11267 # type: textblock
11268 #. type: textblock
11269 #: ../src/guestfs-actions.pod:2735
11270 msgid ""
11271 "This function and C<guestfs_inspect_get_package_management> return the "
11272 "package format and package management tool used by the inspected operating "
11273 "system.  For example for Fedora these functions would return C<rpm> (package "
11274 "format) and C<yum> (package management)."
11275 msgstr ""
11276
11277 # type: textblock
11278 #. type: textblock
11279 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1872
11280 msgid ""
11281 "This returns the string C<unknown> if we could not determine the package "
11282 "format I<or> if the operating system does not have a real packaging system "
11283 "(eg. Windows)."
11284 msgstr ""
11285
11286 # type: textblock
11287 #. type: textblock
11288 #: ../src/guestfs-actions.pod:2745 ../fish/guestfish-actions.pod:1876
11289 msgid ""
11290 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11291 "Future versions of libguestfs may return other strings."
11292 msgstr ""
11293
11294 # type: textblock
11295 #. type: textblock
11296 #: ../src/guestfs-actions.pod:2753 ../src/guestfs-actions.pod:2784
11297 msgid "(Added in 1.7.5)"
11298 msgstr ""
11299
11300 # type: =head2
11301 #. type: =head2
11302 #: ../src/guestfs-actions.pod:2755
11303 msgid "guestfs_inspect_get_package_management"
11304 msgstr ""
11305
11306 # type: verbatim
11307 #. type: verbatim
11308 #: ../src/guestfs-actions.pod:2757
11309 #, no-wrap
11310 msgid ""
11311 " char *\n"
11312 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11313 "                                         const char *root);\n"
11314 "\n"
11315 msgstr ""
11316
11317 # type: textblock
11318 #. type: textblock
11319 #: ../src/guestfs-actions.pod:2764
11320 msgid ""
11321 "C<guestfs_inspect_get_package_format> and this function return the package "
11322 "format and package management tool used by the inspected operating system.  "
11323 "For example for Fedora these functions would return C<rpm> (package format) "
11324 "and C<yum> (package management)."
11325 msgstr ""
11326
11327 # type: textblock
11328 #. type: textblock
11329 #: ../src/guestfs-actions.pod:2770 ../fish/guestfish-actions.pod:1894
11330 msgid ""
11331 "This returns the string C<unknown> if we could not determine the package "
11332 "management tool I<or> if the operating system does not have a real packaging "
11333 "system (eg. Windows)."
11334 msgstr ""
11335
11336 # type: textblock
11337 #. type: textblock
11338 #: ../src/guestfs-actions.pod:2774 ../fish/guestfish-actions.pod:1898
11339 msgid ""
11340 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11341 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11342 "libguestfs may return other strings."
11343 msgstr ""
11344
11345 # type: =head2
11346 #. type: =head2
11347 #: ../src/guestfs-actions.pod:2786
11348 msgid "guestfs_inspect_get_product_name"
11349 msgstr ""
11350
11351 # type: verbatim
11352 #. type: verbatim
11353 #: ../src/guestfs-actions.pod:2788
11354 #, no-wrap
11355 msgid ""
11356 " char *\n"
11357 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11358 "                                   const char *root);\n"
11359 "\n"
11360 msgstr ""
11361
11362 # type: textblock
11363 #. type: textblock
11364 #: ../src/guestfs-actions.pod:2795 ../fish/guestfish-actions.pod:1912
11365 msgid ""
11366 "This returns the product name of the inspected operating system.  The "
11367 "product name is generally some freeform string which can be displayed to the "
11368 "user, but should not be parsed by programs."
11369 msgstr ""
11370
11371 # type: textblock
11372 #. type: textblock
11373 #: ../src/guestfs-actions.pod:2800 ../fish/guestfish-actions.pod:1917
11374 msgid ""
11375 "If the product name could not be determined, then the string C<unknown> is "
11376 "returned."
11377 msgstr ""
11378
11379 # type: =head2
11380 #. type: =head2
11381 #: ../src/guestfs-actions.pod:2810
11382 msgid "guestfs_inspect_get_roots"
11383 msgstr ""
11384
11385 # type: verbatim
11386 #. type: verbatim
11387 #: ../src/guestfs-actions.pod:2812
11388 #, no-wrap
11389 msgid ""
11390 " char **\n"
11391 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11392 "\n"
11393 msgstr ""
11394
11395 # type: textblock
11396 #. type: textblock
11397 #: ../src/guestfs-actions.pod:2815
11398 msgid ""
11399 "This function is a convenient way to get the list of root devices, as "
11400 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11401 "the whole inspection process."
11402 msgstr ""
11403
11404 # type: textblock
11405 #. type: textblock
11406 #: ../src/guestfs-actions.pod:2819
11407 msgid ""
11408 "This returns an empty list if either no root devices were found or the "
11409 "caller has not called C<guestfs_inspect_os>."
11410 msgstr ""
11411
11412 # type: textblock
11413 #. type: textblock
11414 #: ../src/guestfs-actions.pod:2828
11415 msgid "(Added in 1.7.3)"
11416 msgstr ""
11417
11418 # type: =head2
11419 #. type: =head2
11420 #: ../src/guestfs-actions.pod:2830
11421 msgid "guestfs_inspect_get_type"
11422 msgstr ""
11423
11424 # type: verbatim
11425 #. type: verbatim
11426 #: ../src/guestfs-actions.pod:2832
11427 #, no-wrap
11428 msgid ""
11429 " char *\n"
11430 " guestfs_inspect_get_type (guestfs_h *g,\n"
11431 "                           const char *root);\n"
11432 "\n"
11433 msgstr ""
11434
11435 # type: textblock
11436 #. type: textblock
11437 #: ../src/guestfs-actions.pod:2839 ../fish/guestfish-actions.pod:1942
11438 msgid ""
11439 "This returns the type of the inspected operating system.  Currently defined "
11440 "types are:"
11441 msgstr ""
11442
11443 # type: =item
11444 #. type: =item
11445 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
11446 msgid "\"linux\""
11447 msgstr ""
11448
11449 # type: textblock
11450 #. type: textblock
11451 #: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949
11452 msgid "Any Linux-based operating system."
11453 msgstr ""
11454
11455 # type: textblock
11456 #. type: textblock
11457 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
11458 msgid "Any Microsoft Windows operating system."
11459 msgstr ""
11460
11461 # type: =item
11462 #. type: =item
11463 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
11464 msgid "\"freebsd\""
11465 msgstr ""
11466
11467 # type: textblock
11468 #. type: textblock
11469 #: ../src/guestfs-actions.pod:2854 ../fish/guestfish-actions.pod:1957
11470 msgid "FreeBSD."
11471 msgstr ""
11472
11473 # type: textblock
11474 #. type: textblock
11475 #: ../src/guestfs-actions.pod:2858 ../fish/guestfish-actions.pod:1961
11476 msgid "The operating system type could not be determined."
11477 msgstr ""
11478
11479 # type: =head2
11480 #. type: =head2
11481 #: ../src/guestfs-actions.pod:2872
11482 msgid "guestfs_inspect_get_windows_systemroot"
11483 msgstr ""
11484
11485 # type: verbatim
11486 #. type: verbatim
11487 #: ../src/guestfs-actions.pod:2874
11488 #, no-wrap
11489 msgid ""
11490 " char *\n"
11491 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11492 "                                         const char *root);\n"
11493 "\n"
11494 msgstr ""
11495
11496 # type: textblock
11497 #. type: textblock
11498 #: ../src/guestfs-actions.pod:2881 ../fish/guestfish-actions.pod:1977
11499 msgid ""
11500 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11501 "is a directory path such as C</WINDOWS>."
11502 msgstr ""
11503
11504 # type: textblock
11505 #. type: textblock
11506 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1980
11507 msgid ""
11508 "This call assumes that the guest is Windows and that the systemroot could be "
11509 "determined by inspection.  If this is not the case then an error is returned."
11510 msgstr ""
11511
11512 # type: textblock
11513 #. type: textblock
11514 #: ../src/guestfs-actions.pod:2893
11515 msgid "(Added in 1.5.25)"
11516 msgstr ""
11517
11518 # type: =head2
11519 #. type: =head2
11520 #: ../src/guestfs-actions.pod:2895
11521 msgid "guestfs_inspect_list_applications"
11522 msgstr ""
11523
11524 # type: verbatim
11525 #. type: verbatim
11526 #: ../src/guestfs-actions.pod:2897
11527 #, no-wrap
11528 msgid ""
11529 " struct guestfs_application_list *\n"
11530 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11531 "                                    const char *root);\n"
11532 "\n"
11533 msgstr ""
11534
11535 # type: textblock
11536 #. type: textblock
11537 #: ../src/guestfs-actions.pod:2904 ../fish/guestfish-actions.pod:1993
11538 msgid "Return the list of applications installed in the operating system."
11539 msgstr ""
11540
11541 # type: textblock
11542 #. type: textblock
11543 #: ../src/guestfs-actions.pod:2906
11544 msgid ""
11545 "I<Note:> This call works differently from other parts of the inspection "
11546 "API.  You have to call C<guestfs_inspect_os>, then "
11547 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11548 "this.  Listing applications is a significantly more difficult operation "
11549 "which requires access to the full filesystem.  Also note that unlike the "
11550 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11551 "the libguestfs handle, this call actually reads parts of the mounted "
11552 "filesystems during the call."
11553 msgstr ""
11554
11555 # type: textblock
11556 #. type: textblock
11557 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:2005
11558 msgid ""
11559 "This returns an empty list if the inspection code was not able to determine "
11560 "the list of applications."
11561 msgstr ""
11562
11563 # type: textblock
11564 #. type: textblock
11565 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008
11566 msgid "The application structure contains the following fields:"
11567 msgstr ""
11568
11569 # type: =item
11570 #. type: =item
11571 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
11572 msgid "C<app_name>"
11573 msgstr ""
11574
11575 # type: textblock
11576 #. type: textblock
11577 #: ../src/guestfs-actions.pod:2925 ../fish/guestfish-actions.pod:2014
11578 msgid ""
11579 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11580 "guests, this is the package name."
11581 msgstr ""
11582
11583 # type: =item
11584 #. type: =item
11585 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
11586 msgid "C<app_display_name>"
11587 msgstr ""
11588
11589 # type: textblock
11590 #. type: textblock
11591 #: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019
11592 msgid ""
11593 "The display name of the application, sometimes localized to the install "
11594 "language of the guest operating system."
11595 msgstr ""
11596
11597 # type: textblock
11598 #. type: textblock
11599 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2022
11600 msgid ""
11601 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11602 "to display something can use C<app_name> instead."
11603 msgstr ""
11604
11605 # type: =item
11606 #. type: =item
11607 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
11608 msgid "C<app_epoch>"
11609 msgstr ""
11610
11611 # type: textblock
11612 #. type: textblock
11613 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2027
11614 msgid ""
11615 "For package managers which use epochs, this contains the epoch of the "
11616 "package (an integer).  If unavailable, this is returned as C<0>."
11617 msgstr ""
11618
11619 # type: =item
11620 #. type: =item
11621 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
11622 msgid "C<app_version>"
11623 msgstr ""
11624
11625 # type: textblock
11626 #. type: textblock
11627 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2032
11628 msgid ""
11629 "The version string of the application or package.  If unavailable this is "
11630 "returned as an empty string C<\"\">."
11631 msgstr ""
11632
11633 # type: =item
11634 #. type: =item
11635 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
11636 msgid "C<app_release>"
11637 msgstr ""
11638
11639 # type: textblock
11640 #. type: textblock
11641 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037
11642 msgid ""
11643 "The release string of the application or package, for package managers that "
11644 "use this.  If unavailable this is returned as an empty string C<\"\">."
11645 msgstr ""
11646
11647 # type: =item
11648 #. type: =item
11649 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
11650 msgid "C<app_install_path>"
11651 msgstr ""
11652
11653 # type: textblock
11654 #. type: textblock
11655 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2043
11656 msgid ""
11657 "The installation path of the application (on operating systems such as "
11658 "Windows which use installation paths).  This path is in the format used by "
11659 "the guest operating system, it is not a libguestfs path."
11660 msgstr ""
11661
11662 # type: textblock
11663 #. type: textblock
11664 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
11665 msgid "If unavailable this is returned as an empty string C<\"\">."
11666 msgstr ""
11667
11668 # type: =item
11669 #. type: =item
11670 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
11671 msgid "C<app_trans_path>"
11672 msgstr ""
11673
11674 # type: textblock
11675 #. type: textblock
11676 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2052
11677 msgid ""
11678 "The install path translated into a libguestfs path.  If unavailable this is "
11679 "returned as an empty string C<\"\">."
11680 msgstr ""
11681
11682 # type: =item
11683 #. type: =item
11684 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
11685 msgid "C<app_publisher>"
11686 msgstr ""
11687
11688 # type: textblock
11689 #. type: textblock
11690 #: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057
11691 msgid ""
11692 "The name of the publisher of the application, for package managers that use "
11693 "this.  If unavailable this is returned as an empty string C<\"\">."
11694 msgstr ""
11695
11696 # type: =item
11697 #. type: =item
11698 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
11699 msgid "C<app_url>"
11700 msgstr ""
11701
11702 # type: textblock
11703 #. type: textblock
11704 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2063
11705 msgid ""
11706 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11707 "returned as an empty string C<\"\">."
11708 msgstr ""
11709
11710 # type: =item
11711 #. type: =item
11712 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
11713 msgid "C<app_source_package>"
11714 msgstr ""
11715
11716 # type: textblock
11717 #. type: textblock
11718 #: ../src/guestfs-actions.pod:2979 ../fish/guestfish-actions.pod:2068
11719 msgid ""
11720 "For packaging systems which support this, the name of the source package.  "
11721 "If unavailable this is returned as an empty string C<\"\">."
11722 msgstr ""
11723
11724 # type: =item
11725 #. type: =item
11726 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
11727 msgid "C<app_summary>"
11728 msgstr ""
11729
11730 # type: textblock
11731 #. type: textblock
11732 #: ../src/guestfs-actions.pod:2984 ../fish/guestfish-actions.pod:2073
11733 msgid ""
11734 "A short (usually one line) description of the application or package.  If "
11735 "unavailable this is returned as an empty string C<\"\">."
11736 msgstr ""
11737
11738 # type: =item
11739 #. type: =item
11740 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
11741 msgid "C<app_description>"
11742 msgstr ""
11743
11744 # type: textblock
11745 #. type: textblock
11746 #: ../src/guestfs-actions.pod:2989 ../fish/guestfish-actions.pod:2078
11747 msgid ""
11748 "A longer description of the application or package.  If unavailable this is "
11749 "returned as an empty string C<\"\">."
11750 msgstr ""
11751
11752 # type: textblock
11753 #. type: textblock
11754 #: ../src/guestfs-actions.pod:2996
11755 msgid ""
11756 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11757 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11758 "after use>."
11759 msgstr ""
11760
11761 # type: textblock
11762 #. type: textblock
11763 #: ../src/guestfs-actions.pod:3000
11764 msgid "(Added in 1.7.8)"
11765 msgstr ""
11766
11767 # type: =head2
11768 #. type: =head2
11769 #: ../src/guestfs-actions.pod:3002
11770 msgid "guestfs_inspect_os"
11771 msgstr ""
11772
11773 # type: verbatim
11774 #. type: verbatim
11775 #: ../src/guestfs-actions.pod:3004
11776 #, no-wrap
11777 msgid ""
11778 " char **\n"
11779 " guestfs_inspect_os (guestfs_h *g);\n"
11780 "\n"
11781 msgstr ""
11782
11783 # type: textblock
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089
11786 msgid ""
11787 "This function uses other libguestfs functions and certain heuristics to "
11788 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11789 "for operating systems."
11790 msgstr ""
11791
11792 # type: textblock
11793 #. type: textblock
11794 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
11795 msgid "The list returned is empty if no operating systems were found."
11796 msgstr ""
11797
11798 # type: textblock
11799 #. type: textblock
11800 #: ../src/guestfs-actions.pod:3013 ../fish/guestfish-actions.pod:2095
11801 msgid ""
11802 "If one operating system was found, then this returns a list with a single "
11803 "element, which is the name of the root filesystem of this operating system.  "
11804 "It is also possible for this function to return a list containing more than "
11805 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11806 "element being the root filesystem of one of the operating systems."
11807 msgstr ""
11808
11809 # type: textblock
11810 #. type: textblock
11811 #: ../src/guestfs-actions.pod:3020
11812 msgid ""
11813 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11814 "functions in order to query further information about each operating system, "
11815 "such as the name and version."
11816 msgstr ""
11817
11818 # type: textblock
11819 #. type: textblock
11820 #: ../src/guestfs-actions.pod:3025
11821 msgid ""
11822 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11823 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11824 "the contents.  This should be called with no disks currently mounted.  The "
11825 "function may also use Augeas, so any existing Augeas handle will be closed."
11826 msgstr ""
11827
11828 # type: textblock
11829 #. type: textblock
11830 #: ../src/guestfs-actions.pod:3031 ../fish/guestfish-actions.pod:2113
11831 msgid ""
11832 "This function cannot decrypt encrypted disks.  The caller must do that first "
11833 "(supplying the necessary keys) if the disk is encrypted."
11834 msgstr ""
11835
11836 # type: textblock
11837 #. type: textblock
11838 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322
11839 #: ../src/guestfs-actions.pod:3384
11840 msgid "See also C<guestfs_list_filesystems>."
11841 msgstr ""
11842
11843 # type: =head2
11844 #. type: =head2
11845 #: ../src/guestfs-actions.pod:3045
11846 msgid "guestfs_is_blockdev"
11847 msgstr ""
11848
11849 # type: verbatim
11850 #. type: verbatim
11851 #: ../src/guestfs-actions.pod:3047
11852 #, no-wrap
11853 msgid ""
11854 " int\n"
11855 " guestfs_is_blockdev (guestfs_h *g,\n"
11856 "                      const char *path);\n"
11857 "\n"
11858 msgstr ""
11859
11860 # type: textblock
11861 #. type: textblock
11862 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2125
11863 msgid ""
11864 "This returns C<true> if and only if there is a block device with the given "
11865 "C<path> name."
11866 msgstr ""
11867
11868 # type: textblock
11869 #. type: textblock
11870 #: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3083
11871 #: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128
11872 #: ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3200
11873 #: ../src/guestfs-actions.pod:3215
11874 msgid "See also C<guestfs_stat>."
11875 msgstr ""
11876
11877 # type: textblock
11878 #. type: textblock
11879 #: ../src/guestfs-actions.pod:3058 ../src/guestfs-actions.pod:3087
11880 #: ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:3204
11881 #: ../src/guestfs-actions.pod:3219
11882 msgid "(Added in 1.5.10)"
11883 msgstr ""
11884
11885 # type: =head2
11886 #. type: =head2
11887 #: ../src/guestfs-actions.pod:3060
11888 msgid "guestfs_is_busy"
11889 msgstr ""
11890
11891 # type: verbatim
11892 #. type: verbatim
11893 #: ../src/guestfs-actions.pod:3062
11894 #, no-wrap
11895 msgid ""
11896 " int\n"
11897 " guestfs_is_busy (guestfs_h *g);\n"
11898 "\n"
11899 msgstr ""
11900
11901 # type: textblock
11902 #. type: textblock
11903 #: ../src/guestfs-actions.pod:3065 ../fish/guestfish-actions.pod:2134
11904 msgid ""
11905 "This returns true iff this handle is busy processing a command (in the "
11906 "C<BUSY> state)."
11907 msgstr ""
11908
11909 # type: =head2
11910 #. type: =head2
11911 #: ../src/guestfs-actions.pod:3074
11912 msgid "guestfs_is_chardev"
11913 msgstr ""
11914
11915 # type: verbatim
11916 #. type: verbatim
11917 #: ../src/guestfs-actions.pod:3076
11918 #, no-wrap
11919 msgid ""
11920 " int\n"
11921 " guestfs_is_chardev (guestfs_h *g,\n"
11922 "                     const char *path);\n"
11923 "\n"
11924 msgstr ""
11925
11926 # type: textblock
11927 #. type: textblock
11928 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2143
11929 msgid ""
11930 "This returns C<true> if and only if there is a character device with the "
11931 "given C<path> name."
11932 msgstr ""
11933
11934 # type: =head2
11935 #. type: =head2
11936 #: ../src/guestfs-actions.pod:3089
11937 msgid "guestfs_is_config"
11938 msgstr ""
11939
11940 # type: verbatim
11941 #. type: verbatim
11942 #: ../src/guestfs-actions.pod:3091
11943 #, no-wrap
11944 msgid ""
11945 " int\n"
11946 " guestfs_is_config (guestfs_h *g);\n"
11947 "\n"
11948 msgstr ""
11949
11950 # type: textblock
11951 #. type: textblock
11952 #: ../src/guestfs-actions.pod:3094 ../fish/guestfish-actions.pod:2152
11953 msgid ""
11954 "This returns true iff this handle is being configured (in the C<CONFIG> "
11955 "state)."
11956 msgstr ""
11957
11958 # type: =head2
11959 #. type: =head2
11960 #: ../src/guestfs-actions.pod:3103
11961 msgid "guestfs_is_dir"
11962 msgstr ""
11963
11964 # type: verbatim
11965 #. type: verbatim
11966 #: ../src/guestfs-actions.pod:3105
11967 #, no-wrap
11968 msgid ""
11969 " int\n"
11970 " guestfs_is_dir (guestfs_h *g,\n"
11971 "                 const char *path);\n"
11972 "\n"
11973 msgstr ""
11974
11975 # type: textblock
11976 #. type: textblock
11977 #: ../src/guestfs-actions.pod:3109 ../fish/guestfish-actions.pod:2161
11978 msgid ""
11979 "This returns C<true> if and only if there is a directory with the given "
11980 "C<path> name.  Note that it returns false for other objects like files."
11981 msgstr ""
11982
11983 # type: =head2
11984 #. type: =head2
11985 #: ../src/guestfs-actions.pod:3119
11986 msgid "guestfs_is_fifo"
11987 msgstr ""
11988
11989 # type: verbatim
11990 #. type: verbatim
11991 #: ../src/guestfs-actions.pod:3121
11992 #, no-wrap
11993 msgid ""
11994 " int\n"
11995 " guestfs_is_fifo (guestfs_h *g,\n"
11996 "                  const char *path);\n"
11997 "\n"
11998 msgstr ""
11999
12000 # type: textblock
12001 #. type: textblock
12002 #: ../src/guestfs-actions.pod:3125 ../fish/guestfish-actions.pod:2171
12003 msgid ""
12004 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
12005 "given C<path> name."
12006 msgstr ""
12007
12008 # type: =head2
12009 #. type: =head2
12010 #: ../src/guestfs-actions.pod:3134
12011 msgid "guestfs_is_file"
12012 msgstr ""
12013
12014 # type: verbatim
12015 #. type: verbatim
12016 #: ../src/guestfs-actions.pod:3136
12017 #, no-wrap
12018 msgid ""
12019 " int\n"
12020 " guestfs_is_file (guestfs_h *g,\n"
12021 "                  const char *path);\n"
12022 "\n"
12023 msgstr ""
12024
12025 # type: textblock
12026 #. type: textblock
12027 #: ../src/guestfs-actions.pod:3140 ../fish/guestfish-actions.pod:2180
12028 msgid ""
12029 "This returns C<true> if and only if there is a regular file with the given "
12030 "C<path> name.  Note that it returns false for other objects like directories."
12031 msgstr ""
12032
12033 # type: =head2
12034 #. type: =head2
12035 #: ../src/guestfs-actions.pod:3150
12036 msgid "guestfs_is_launching"
12037 msgstr ""
12038
12039 # type: verbatim
12040 #. type: verbatim
12041 #: ../src/guestfs-actions.pod:3152
12042 #, no-wrap
12043 msgid ""
12044 " int\n"
12045 " guestfs_is_launching (guestfs_h *g);\n"
12046 "\n"
12047 msgstr ""
12048
12049 # type: textblock
12050 #. type: textblock
12051 #: ../src/guestfs-actions.pod:3155 ../fish/guestfish-actions.pod:2190
12052 msgid ""
12053 "This returns true iff this handle is launching the subprocess (in the "
12054 "C<LAUNCHING> state)."
12055 msgstr ""
12056
12057 # type: =head2
12058 #. type: =head2
12059 #: ../src/guestfs-actions.pod:3164
12060 msgid "guestfs_is_lv"
12061 msgstr ""
12062
12063 # type: verbatim
12064 #. type: verbatim
12065 #: ../src/guestfs-actions.pod:3166
12066 #, no-wrap
12067 msgid ""
12068 " int\n"
12069 " guestfs_is_lv (guestfs_h *g,\n"
12070 "                const char *device);\n"
12071 "\n"
12072 msgstr ""
12073
12074 # type: textblock
12075 #. type: textblock
12076 #: ../src/guestfs-actions.pod:3170 ../fish/guestfish-actions.pod:2199
12077 msgid ""
12078 "This command tests whether C<device> is a logical volume, and returns true "
12079 "iff this is the case."
12080 msgstr ""
12081
12082 # type: =head2
12083 #. type: =head2
12084 #: ../src/guestfs-actions.pod:3177
12085 msgid "guestfs_is_ready"
12086 msgstr ""
12087
12088 # type: verbatim
12089 #. type: verbatim
12090 #: ../src/guestfs-actions.pod:3179
12091 #, no-wrap
12092 msgid ""
12093 " int\n"
12094 " guestfs_is_ready (guestfs_h *g);\n"
12095 "\n"
12096 msgstr ""
12097
12098 # type: textblock
12099 #. type: textblock
12100 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2206
12101 msgid ""
12102 "This returns true iff this handle is ready to accept commands (in the "
12103 "C<READY> state)."
12104 msgstr ""
12105
12106 # type: =head2
12107 #. type: =head2
12108 #: ../src/guestfs-actions.pod:3191
12109 msgid "guestfs_is_socket"
12110 msgstr ""
12111
12112 # type: verbatim
12113 #. type: verbatim
12114 #: ../src/guestfs-actions.pod:3193
12115 #, no-wrap
12116 msgid ""
12117 " int\n"
12118 " guestfs_is_socket (guestfs_h *g,\n"
12119 "                    const char *path);\n"
12120 "\n"
12121 msgstr ""
12122
12123 # type: textblock
12124 #. type: textblock
12125 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2215
12126 msgid ""
12127 "This returns C<true> if and only if there is a Unix domain socket with the "
12128 "given C<path> name."
12129 msgstr ""
12130
12131 # type: =head2
12132 #. type: =head2
12133 #: ../src/guestfs-actions.pod:3206
12134 msgid "guestfs_is_symlink"
12135 msgstr ""
12136
12137 # type: verbatim
12138 #. type: verbatim
12139 #: ../src/guestfs-actions.pod:3208
12140 #, no-wrap
12141 msgid ""
12142 " int\n"
12143 " guestfs_is_symlink (guestfs_h *g,\n"
12144 "                     const char *path);\n"
12145 "\n"
12146 msgstr ""
12147
12148 # type: textblock
12149 #. type: textblock
12150 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2224
12151 msgid ""
12152 "This returns C<true> if and only if there is a symbolic link with the given "
12153 "C<path> name."
12154 msgstr ""
12155
12156 # type: =head2
12157 #. type: =head2
12158 #: ../src/guestfs-actions.pod:3221
12159 msgid "guestfs_kill_subprocess"
12160 msgstr ""
12161
12162 # type: verbatim
12163 #. type: verbatim
12164 #: ../src/guestfs-actions.pod:3223
12165 #, no-wrap
12166 msgid ""
12167 " int\n"
12168 " guestfs_kill_subprocess (guestfs_h *g);\n"
12169 "\n"
12170 msgstr ""
12171
12172 # type: textblock
12173 #. type: textblock
12174 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2233
12175 msgid "This kills the qemu subprocess.  You should never need to call this."
12176 msgstr ""
12177
12178 # type: =head2
12179 #. type: =head2
12180 #: ../src/guestfs-actions.pod:3232
12181 msgid "guestfs_launch"
12182 msgstr ""
12183
12184 # type: verbatim
12185 #. type: verbatim
12186 #: ../src/guestfs-actions.pod:3234
12187 #, no-wrap
12188 msgid ""
12189 " int\n"
12190 " guestfs_launch (guestfs_h *g);\n"
12191 "\n"
12192 msgstr ""
12193
12194 # type: textblock
12195 #. type: textblock
12196 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2241
12197 msgid ""
12198 "Internally libguestfs is implemented by running a virtual machine using "
12199 "L<qemu(1)>."
12200 msgstr ""
12201
12202 # type: textblock
12203 #. type: textblock
12204 #: ../src/guestfs-actions.pod:3240 ../fish/guestfish-actions.pod:2244
12205 msgid ""
12206 "You should call this after configuring the handle (eg. adding drives) but "
12207 "before performing any actions."
12208 msgstr ""
12209
12210 # type: =head2
12211 #. type: =head2
12212 #: ../src/guestfs-actions.pod:3247
12213 msgid "guestfs_lchown"
12214 msgstr ""
12215
12216 # type: verbatim
12217 #. type: verbatim
12218 #: ../src/guestfs-actions.pod:3249
12219 #, no-wrap
12220 msgid ""
12221 " int\n"
12222 " guestfs_lchown (guestfs_h *g,\n"
12223 "                 int owner,\n"
12224 "                 int group,\n"
12225 "                 const char *path);\n"
12226 "\n"
12227 msgstr ""
12228
12229 # type: textblock
12230 #. type: textblock
12231 #: ../src/guestfs-actions.pod:3255
12232 msgid ""
12233 "Change the file owner to C<owner> and group to C<group>.  This is like "
12234 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12235 "changed, not the target."
12236 msgstr ""
12237
12238 # type: =head2
12239 #. type: =head2
12240 #: ../src/guestfs-actions.pod:3267
12241 msgid "guestfs_lgetxattr"
12242 msgstr ""
12243
12244 # type: verbatim
12245 #. type: verbatim
12246 #: ../src/guestfs-actions.pod:3269
12247 #, no-wrap
12248 msgid ""
12249 " char *\n"
12250 " guestfs_lgetxattr (guestfs_h *g,\n"
12251 "                    const char *path,\n"
12252 "                    const char *name,\n"
12253 "                    size_t *size_r);\n"
12254 "\n"
12255 msgstr ""
12256
12257 # type: textblock
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:3275 ../fish/guestfish-actions.pod:2263
12260 msgid ""
12261 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12262 "is a symlink, then this call returns an extended attribute from the symlink."
12263 msgstr ""
12264
12265 # type: textblock
12266 #. type: textblock
12267 #: ../src/guestfs-actions.pod:3289
12268 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12269 msgstr ""
12270
12271 # type: =head2
12272 #. type: =head2
12273 #: ../src/guestfs-actions.pod:3297
12274 msgid "guestfs_lgetxattrs"
12275 msgstr ""
12276
12277 # type: verbatim
12278 #. type: verbatim
12279 #: ../src/guestfs-actions.pod:3299
12280 #, no-wrap
12281 msgid ""
12282 " struct guestfs_xattr_list *\n"
12283 " guestfs_lgetxattrs (guestfs_h *g,\n"
12284 "                     const char *path);\n"
12285 "\n"
12286 msgstr ""
12287
12288 # type: textblock
12289 #. type: textblock
12290 #: ../src/guestfs-actions.pod:3303
12291 msgid ""
12292 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12293 "then it returns the extended attributes of the link itself."
12294 msgstr ""
12295
12296 # type: =head2
12297 #. type: =head2
12298 #: ../src/guestfs-actions.pod:3313
12299 msgid "guestfs_list_devices"
12300 msgstr ""
12301
12302 # type: verbatim
12303 #. type: verbatim
12304 #: ../src/guestfs-actions.pod:3315
12305 #, no-wrap
12306 msgid ""
12307 " char **\n"
12308 " guestfs_list_devices (guestfs_h *g);\n"
12309 "\n"
12310 msgstr ""
12311
12312 # type: textblock
12313 #. type: textblock
12314 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
12315 msgid "List all the block devices."
12316 msgstr ""
12317
12318 # type: textblock
12319 #. type: textblock
12320 #: ../src/guestfs-actions.pod:3320 ../fish/guestfish-actions.pod:2293
12321 msgid "The full block device names are returned, eg. C</dev/sda>."
12322 msgstr ""
12323
12324 # type: =head2
12325 #. type: =head2
12326 #: ../src/guestfs-actions.pod:3330
12327 msgid "guestfs_list_filesystems"
12328 msgstr ""
12329
12330 # type: verbatim
12331 #. type: verbatim
12332 #: ../src/guestfs-actions.pod:3332
12333 #, no-wrap
12334 msgid ""
12335 " char **\n"
12336 " guestfs_list_filesystems (guestfs_h *g);\n"
12337 "\n"
12338 msgstr ""
12339
12340 # type: textblock
12341 #. type: textblock
12342 #: ../src/guestfs-actions.pod:3335 ../fish/guestfish-actions.pod:2301
12343 msgid ""
12344 "This inspection command looks for filesystems on partitions, block devices "
12345 "and logical volumes, returning a list of devices containing filesystems and "
12346 "their type."
12347 msgstr ""
12348
12349 # type: textblock
12350 #. type: textblock
12351 #: ../src/guestfs-actions.pod:3339 ../fish/guestfish-actions.pod:2305
12352 msgid ""
12353 "The return value is a hash, where the keys are the devices containing "
12354 "filesystems, and the values are the filesystem types.  For example:"
12355 msgstr ""
12356
12357 # type: verbatim
12358 #. type: verbatim
12359 #: ../src/guestfs-actions.pod:3343 ../fish/guestfish-actions.pod:2309
12360 #, no-wrap
12361 msgid ""
12362 " \"/dev/sda1\" => \"ntfs\"\n"
12363 " \"/dev/sda2\" => \"ext2\"\n"
12364 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12365 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12366 "\n"
12367 msgstr ""
12368
12369 # type: textblock
12370 #. type: textblock
12371 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2314
12372 msgid ""
12373 "The value can have the special value \"unknown\", meaning the content of the "
12374 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12375 msgstr ""
12376
12377 # type: textblock
12378 #. type: textblock
12379 #: ../src/guestfs-actions.pod:3352
12380 msgid ""
12381 "This command runs other libguestfs commands, which might include "
12382 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12383 "soon after launch and only when nothing is mounted."
12384 msgstr ""
12385
12386 # type: textblock
12387 #. type: textblock
12388 #: ../src/guestfs-actions.pod:3356
12389 msgid ""
12390 "Not all of the filesystems returned will be mountable.  In particular, swap "
12391 "partitions are returned in the list.  Also this command does not check that "
12392 "each filesystem found is valid and mountable, and some filesystems might be "
12393 "mountable but require special options.  Filesystems may not all belong to a "
12394 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12395 msgstr ""
12396
12397 # type: textblock
12398 #. type: textblock
12399 #: ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:4972
12400 msgid "(Added in 1.5.15)"
12401 msgstr ""
12402
12403 # type: =head2
12404 #. type: =head2
12405 #: ../src/guestfs-actions.pod:3372
12406 msgid "guestfs_list_partitions"
12407 msgstr ""
12408
12409 # type: verbatim
12410 #. type: verbatim
12411 #: ../src/guestfs-actions.pod:3374
12412 #, no-wrap
12413 msgid ""
12414 " char **\n"
12415 " guestfs_list_partitions (guestfs_h *g);\n"
12416 "\n"
12417 msgstr ""
12418
12419 # type: textblock
12420 #. type: textblock
12421 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
12422 msgid "List all the partitions detected on all block devices."
12423 msgstr ""
12424
12425 # type: textblock
12426 #. type: textblock
12427 #: ../src/guestfs-actions.pod:3379 ../fish/guestfish-actions.pod:2336
12428 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12429 msgstr ""
12430
12431 # type: textblock
12432 #. type: textblock
12433 #: ../src/guestfs-actions.pod:3381
12434 msgid ""
12435 "This does not return logical volumes.  For that you will need to call "
12436 "C<guestfs_lvs>."
12437 msgstr ""
12438
12439 # type: =head2
12440 #. type: =head2
12441 #: ../src/guestfs-actions.pod:3392
12442 msgid "guestfs_ll"
12443 msgstr ""
12444
12445 # type: verbatim
12446 #. type: verbatim
12447 #: ../src/guestfs-actions.pod:3394
12448 #, no-wrap
12449 msgid ""
12450 " char *\n"
12451 " guestfs_ll (guestfs_h *g,\n"
12452 "             const char *directory);\n"
12453 "\n"
12454 msgstr ""
12455
12456 # type: textblock
12457 #. type: textblock
12458 #: ../src/guestfs-actions.pod:3398 ../fish/guestfish-actions.pod:2347
12459 msgid ""
12460 "List the files in C<directory> (relative to the root directory, there is no "
12461 "cwd) in the format of 'ls -la'."
12462 msgstr ""
12463
12464 # type: textblock
12465 #. type: textblock
12466 #: ../src/guestfs-actions.pod:3401 ../fish/guestfish-actions.pod:2350
12467 msgid ""
12468 "This command is mostly useful for interactive sessions.  It is I<not> "
12469 "intended that you try to parse the output string."
12470 msgstr ""
12471
12472 # type: =head2
12473 #. type: =head2
12474 #: ../src/guestfs-actions.pod:3409
12475 msgid "guestfs_ln"
12476 msgstr ""
12477
12478 # type: verbatim
12479 #. type: verbatim
12480 #: ../src/guestfs-actions.pod:3411
12481 #, no-wrap
12482 msgid ""
12483 " int\n"
12484 " guestfs_ln (guestfs_h *g,\n"
12485 "             const char *target,\n"
12486 "             const char *linkname);\n"
12487 "\n"
12488 msgstr ""
12489
12490 # type: textblock
12491 #. type: textblock
12492 #: ../src/guestfs-actions.pod:3416 ../fish/guestfish-actions.pod:2357
12493 msgid "This command creates a hard link using the C<ln> command."
12494 msgstr ""
12495
12496 # type: =head2
12497 #. type: =head2
12498 #: ../src/guestfs-actions.pod:3422
12499 msgid "guestfs_ln_f"
12500 msgstr ""
12501
12502 # type: verbatim
12503 #. type: verbatim
12504 #: ../src/guestfs-actions.pod:3424
12505 #, no-wrap
12506 msgid ""
12507 " int\n"
12508 " guestfs_ln_f (guestfs_h *g,\n"
12509 "               const char *target,\n"
12510 "               const char *linkname);\n"
12511 "\n"
12512 msgstr ""
12513
12514 # type: textblock
12515 #. type: textblock
12516 #: ../src/guestfs-actions.pod:3429 ../fish/guestfish-actions.pod:2363
12517 msgid ""
12518 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12519 "option removes the link (C<linkname>) if it exists already."
12520 msgstr ""
12521
12522 # type: =head2
12523 #. type: =head2
12524 #: ../src/guestfs-actions.pod:3436
12525 msgid "guestfs_ln_s"
12526 msgstr ""
12527
12528 # type: verbatim
12529 #. type: verbatim
12530 #: ../src/guestfs-actions.pod:3438
12531 #, no-wrap
12532 msgid ""
12533 " int\n"
12534 " guestfs_ln_s (guestfs_h *g,\n"
12535 "               const char *target,\n"
12536 "               const char *linkname);\n"
12537 "\n"
12538 msgstr ""
12539
12540 # type: textblock
12541 #. type: textblock
12542 #: ../src/guestfs-actions.pod:3443 ../fish/guestfish-actions.pod:2370
12543 msgid "This command creates a symbolic link using the C<ln -s> command."
12544 msgstr ""
12545
12546 # type: =head2
12547 #. type: =head2
12548 #: ../src/guestfs-actions.pod:3449
12549 msgid "guestfs_ln_sf"
12550 msgstr ""
12551
12552 # type: verbatim
12553 #. type: verbatim
12554 #: ../src/guestfs-actions.pod:3451
12555 #, no-wrap
12556 msgid ""
12557 " int\n"
12558 " guestfs_ln_sf (guestfs_h *g,\n"
12559 "                const char *target,\n"
12560 "                const char *linkname);\n"
12561 "\n"
12562 msgstr ""
12563
12564 # type: textblock
12565 #. type: textblock
12566 #: ../src/guestfs-actions.pod:3456 ../fish/guestfish-actions.pod:2376
12567 msgid ""
12568 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12569 "option removes the link (C<linkname>) if it exists already."
12570 msgstr ""
12571
12572 # type: =head2
12573 #. type: =head2
12574 #: ../src/guestfs-actions.pod:3463
12575 msgid "guestfs_lremovexattr"
12576 msgstr ""
12577
12578 # type: verbatim
12579 #. type: verbatim
12580 #: ../src/guestfs-actions.pod:3465
12581 #, no-wrap
12582 msgid ""
12583 " int\n"
12584 " guestfs_lremovexattr (guestfs_h *g,\n"
12585 "                       const char *xattr,\n"
12586 "                       const char *path);\n"
12587 "\n"
12588 msgstr ""
12589
12590 # type: textblock
12591 #. type: textblock
12592 #: ../src/guestfs-actions.pod:3470
12593 msgid ""
12594 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12595 "link, then it removes an extended attribute of the link itself."
12596 msgstr ""
12597
12598 # type: =head2
12599 #. type: =head2
12600 #: ../src/guestfs-actions.pod:3478
12601 msgid "guestfs_ls"
12602 msgstr ""
12603
12604 # type: verbatim
12605 #. type: verbatim
12606 #: ../src/guestfs-actions.pod:3480
12607 #, no-wrap
12608 msgid ""
12609 " char **\n"
12610 " guestfs_ls (guestfs_h *g,\n"
12611 "             const char *directory);\n"
12612 "\n"
12613 msgstr ""
12614
12615 # type: textblock
12616 #. type: textblock
12617 #: ../src/guestfs-actions.pod:3484 ../fish/guestfish-actions.pod:2391
12618 msgid ""
12619 "List the files in C<directory> (relative to the root directory, there is no "
12620 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12621 msgstr ""
12622
12623 # type: textblock
12624 #. type: textblock
12625 #: ../src/guestfs-actions.pod:3488
12626 msgid ""
12627 "This command is mostly useful for interactive sessions.  Programs should "
12628 "probably use C<guestfs_readdir> instead."
12629 msgstr ""
12630
12631 # type: =head2
12632 #. type: =head2
12633 #: ../src/guestfs-actions.pod:3497
12634 msgid "guestfs_lsetxattr"
12635 msgstr ""
12636
12637 # type: verbatim
12638 #. type: verbatim
12639 #: ../src/guestfs-actions.pod:3499
12640 #, no-wrap
12641 msgid ""
12642 " int\n"
12643 " guestfs_lsetxattr (guestfs_h *g,\n"
12644 "                    const char *xattr,\n"
12645 "                    const char *val,\n"
12646 "                    int vallen,\n"
12647 "                    const char *path);\n"
12648 "\n"
12649 msgstr ""
12650
12651 # type: textblock
12652 #. type: textblock
12653 #: ../src/guestfs-actions.pod:3506
12654 msgid ""
12655 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12656 "then it sets an extended attribute of the link itself."
12657 msgstr ""
12658
12659 # type: =head2
12660 #. type: =head2
12661 #: ../src/guestfs-actions.pod:3514
12662 msgid "guestfs_lstat"
12663 msgstr ""
12664
12665 # type: verbatim
12666 #. type: verbatim
12667 #: ../src/guestfs-actions.pod:3516
12668 #, no-wrap
12669 msgid ""
12670 " struct guestfs_stat *\n"
12671 " guestfs_lstat (guestfs_h *g,\n"
12672 "                const char *path);\n"
12673 "\n"
12674 msgstr ""
12675
12676 # type: textblock
12677 #. type: textblock
12678 #: ../src/guestfs-actions.pod:3520 ../src/guestfs-actions.pod:6026
12679 #: ../fish/guestfish-actions.pod:2410 ../fish/guestfish-actions.pod:4034
12680 msgid "Returns file information for the given C<path>."
12681 msgstr ""
12682
12683 # type: textblock
12684 #. type: textblock
12685 #: ../src/guestfs-actions.pod:3522
12686 msgid ""
12687 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12688 "link, then the link is stat-ed, not the file it refers to."
12689 msgstr ""
12690
12691 # type: textblock
12692 #. type: textblock
12693 #: ../src/guestfs-actions.pod:3526 ../fish/guestfish-actions.pod:2416
12694 msgid "This is the same as the C<lstat(2)> system call."
12695 msgstr ""
12696
12697 # type: textblock
12698 #. type: textblock
12699 #: ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:6030
12700 msgid ""
12701 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12702 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12703 msgstr ""
12704
12705 # type: textblock
12706 #. type: textblock
12707 #: ../src/guestfs-actions.pod:3532 ../src/guestfs-actions.pod:6034
12708 #: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6433
12709 msgid "(Added in 0.9.2)"
12710 msgstr ""
12711
12712 # type: =head2
12713 #. type: =head2
12714 #: ../src/guestfs-actions.pod:3534
12715 msgid "guestfs_lstatlist"
12716 msgstr ""
12717
12718 # type: verbatim
12719 #. type: verbatim
12720 #: ../src/guestfs-actions.pod:3536
12721 #, no-wrap
12722 msgid ""
12723 " struct guestfs_stat_list *\n"
12724 " guestfs_lstatlist (guestfs_h *g,\n"
12725 "                    const char *path,\n"
12726 "                    char *const *names);\n"
12727 "\n"
12728 msgstr ""
12729
12730 # type: textblock
12731 #. type: textblock
12732 #: ../src/guestfs-actions.pod:3541
12733 msgid ""
12734 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12735 "files, where all files are in the directory C<path>.  C<names> is the list "
12736 "of files from this directory."
12737 msgstr ""
12738
12739 # type: textblock
12740 #. type: textblock
12741 #: ../src/guestfs-actions.pod:3545 ../fish/guestfish-actions.pod:2426
12742 msgid ""
12743 "On return you get a list of stat structs, with a one-to-one correspondence "
12744 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12745 "then the C<ino> field of that structure is set to C<-1>."
12746 msgstr ""
12747
12748 # type: textblock
12749 #. type: textblock
12750 #: ../src/guestfs-actions.pod:3550
12751 msgid ""
12752 "This call is intended for programs that want to efficiently list a directory "
12753 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12754 "for a similarly efficient call for getting extended attributes.  Very long "
12755 "directory listings might cause the protocol message size to be exceeded, "
12756 "causing this call to fail.  The caller must split up such requests into "
12757 "smaller groups of names."
12758 msgstr ""
12759
12760 # type: textblock
12761 #. type: textblock
12762 #: ../src/guestfs-actions.pod:3558
12763 msgid ""
12764 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12765 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12766 msgstr ""
12767
12768 # type: =head2
12769 #. type: =head2
12770 #: ../src/guestfs-actions.pod:3564
12771 msgid "guestfs_luks_add_key"
12772 msgstr ""
12773
12774 # type: verbatim
12775 #. type: verbatim
12776 #: ../src/guestfs-actions.pod:3566
12777 #, no-wrap
12778 msgid ""
12779 " int\n"
12780 " guestfs_luks_add_key (guestfs_h *g,\n"
12781 "                       const char *device,\n"
12782 "                       const char *key,\n"
12783 "                       const char *newkey,\n"
12784 "                       int keyslot);\n"
12785 "\n"
12786 msgstr ""
12787
12788 # type: textblock
12789 #. type: textblock
12790 #: ../src/guestfs-actions.pod:3573 ../fish/guestfish-actions.pod:2443
12791 msgid ""
12792 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12793 "existing key, and is used to access the device.  C<newkey> is the new key to "
12794 "add.  C<keyslot> is the key slot that will be replaced."
12795 msgstr ""
12796
12797 # type: textblock
12798 #. type: textblock
12799 #: ../src/guestfs-actions.pod:3578
12800 msgid ""
12801 "Note that if C<keyslot> already contains a key, then this command will "
12802 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12803 msgstr ""
12804
12805 # type: textblock
12806 #. type: textblock
12807 #: ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3624
12808 #: ../src/guestfs-actions.pod:3647 ../src/guestfs-actions.pod:3667
12809 #: ../src/guestfs-actions.pod:3699 ../src/guestfs-actions.pod:3718
12810 msgid ""
12811 "This function takes a key or passphrase parameter which could contain "
12812 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12813 "information."
12814 msgstr ""
12815
12816 # type: textblock
12817 #. type: textblock
12818 #: ../src/guestfs-actions.pod:3588 ../src/guestfs-actions.pod:3628
12819 #: ../src/guestfs-actions.pod:3651 ../src/guestfs-actions.pod:3671
12820 msgid "(Added in 1.5.2)"
12821 msgstr ""
12822
12823 # type: =head2
12824 #. type: =head2
12825 #: ../src/guestfs-actions.pod:3590
12826 msgid "guestfs_luks_close"
12827 msgstr ""
12828
12829 # type: verbatim
12830 #. type: verbatim
12831 #: ../src/guestfs-actions.pod:3592
12832 #, no-wrap
12833 msgid ""
12834 " int\n"
12835 " guestfs_luks_close (guestfs_h *g,\n"
12836 "                     const char *device);\n"
12837 "\n"
12838 msgstr ""
12839
12840 # type: textblock
12841 #. type: textblock
12842 #: ../src/guestfs-actions.pod:3596
12843 msgid ""
12844 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12845 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12846 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12847 "underlying block device."
12848 msgstr ""
12849
12850 # type: textblock
12851 #. type: textblock
12852 #: ../src/guestfs-actions.pod:3604 ../src/guestfs-actions.pod:3703
12853 #: ../src/guestfs-actions.pod:3722 ../src/guestfs-actions.pod:3772
12854 #: ../src/guestfs-actions.pod:3820
12855 msgid "(Added in 1.5.1)"
12856 msgstr ""
12857
12858 # type: =head2
12859 #. type: =head2
12860 #: ../src/guestfs-actions.pod:3606
12861 msgid "guestfs_luks_format"
12862 msgstr ""
12863
12864 # type: verbatim
12865 #. type: verbatim
12866 #: ../src/guestfs-actions.pod:3608
12867 #, no-wrap
12868 msgid ""
12869 " int\n"
12870 " guestfs_luks_format (guestfs_h *g,\n"
12871 "                      const char *device,\n"
12872 "                      const char *key,\n"
12873 "                      int keyslot);\n"
12874 "\n"
12875 msgstr ""
12876
12877 # type: textblock
12878 #. type: textblock
12879 #: ../src/guestfs-actions.pod:3614 ../fish/guestfish-actions.pod:2469
12880 msgid ""
12881 "This command erases existing data on C<device> and formats the device as a "
12882 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12883 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12884 msgstr ""
12885
12886 # type: textblock
12887 #. type: textblock
12888 #: ../src/guestfs-actions.pod:3621 ../src/guestfs-actions.pod:3644
12889 #: ../src/guestfs-actions.pod:3784 ../src/guestfs-actions.pod:4723
12890 #: ../src/guestfs-actions.pod:5486 ../src/guestfs-actions.pod:5861
12891 #: ../src/guestfs-actions.pod:5884 ../src/guestfs-actions.pod:5910
12892 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:2477
12893 #: ../fish/guestfish-actions.pod:2490 ../fish/guestfish-actions.pod:2574
12894 #: ../fish/guestfish-actions.pod:3146 ../fish/guestfish-actions.pod:3653
12895 #: ../fish/guestfish-actions.pod:3933 ../fish/guestfish-actions.pod:3949
12896 #: ../fish/guestfish-actions.pod:3964 ../fish/guestfish-actions.pod:4679
12897 msgid ""
12898 "B<This command is dangerous.  Without careful use you can easily destroy all "
12899 "your data>."
12900 msgstr ""
12901
12902 # type: =head2
12903 #. type: =head2
12904 #: ../src/guestfs-actions.pod:3630
12905 msgid "guestfs_luks_format_cipher"
12906 msgstr ""
12907
12908 # type: verbatim
12909 #. type: verbatim
12910 #: ../src/guestfs-actions.pod:3632
12911 #, no-wrap
12912 msgid ""
12913 " int\n"
12914 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12915 "                             const char *device,\n"
12916 "                             const char *key,\n"
12917 "                             int keyslot,\n"
12918 "                             const char *cipher);\n"
12919 "\n"
12920 msgstr ""
12921
12922 # type: textblock
12923 #. type: textblock
12924 #: ../src/guestfs-actions.pod:3639
12925 msgid ""
12926 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12927 "set the C<cipher> used."
12928 msgstr ""
12929
12930 # type: =head2
12931 #. type: =head2
12932 #: ../src/guestfs-actions.pod:3653
12933 msgid "guestfs_luks_kill_slot"
12934 msgstr ""
12935
12936 # type: verbatim
12937 #. type: verbatim
12938 #: ../src/guestfs-actions.pod:3655
12939 #, no-wrap
12940 msgid ""
12941 " int\n"
12942 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12943 "                         const char *device,\n"
12944 "                         const char *key,\n"
12945 "                         int keyslot);\n"
12946 "\n"
12947 msgstr ""
12948
12949 # type: textblock
12950 #. type: textblock
12951 #: ../src/guestfs-actions.pod:3661 ../fish/guestfish-actions.pod:2497
12952 msgid ""
12953 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12954 "device C<device>.  C<key> must be one of the I<other> keys."
12955 msgstr ""
12956
12957 # type: =head2
12958 #. type: =head2
12959 #: ../src/guestfs-actions.pod:3673
12960 msgid "guestfs_luks_open"
12961 msgstr ""
12962
12963 # type: verbatim
12964 #. type: verbatim
12965 #: ../src/guestfs-actions.pod:3675
12966 #, no-wrap
12967 msgid ""
12968 " int\n"
12969 " guestfs_luks_open (guestfs_h *g,\n"
12970 "                    const char *device,\n"
12971 "                    const char *key,\n"
12972 "                    const char *mapname);\n"
12973 "\n"
12974 msgstr ""
12975
12976 # type: textblock
12977 #. type: textblock
12978 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2508
12979 msgid ""
12980 "This command opens a block device which has been encrypted according to the "
12981 "Linux Unified Key Setup (LUKS) standard."
12982 msgstr ""
12983
12984 # type: textblock
12985 #. type: textblock
12986 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
12987 msgid "C<device> is the encrypted block device or partition."
12988 msgstr ""
12989
12990 # type: textblock
12991 #. type: textblock
12992 #: ../src/guestfs-actions.pod:3686 ../fish/guestfish-actions.pod:2513
12993 msgid ""
12994 "The caller must supply one of the keys associated with the LUKS block "
12995 "device, in the C<key> parameter."
12996 msgstr ""
12997
12998 # type: textblock
12999 #. type: textblock
13000 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2516
13001 msgid ""
13002 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
13003 "writes to this block device are decrypted from and encrypted to the "
13004 "underlying C<device> respectively."
13005 msgstr ""
13006
13007 # type: textblock
13008 #. type: textblock
13009 #: ../src/guestfs-actions.pod:3693
13010 msgid ""
13011 "If this block device contains LVM volume groups, then calling "
13012 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13013 "visible."
13014 msgstr ""
13015
13016 # type: =head2
13017 #. type: =head2
13018 #: ../src/guestfs-actions.pod:3705
13019 msgid "guestfs_luks_open_ro"
13020 msgstr ""
13021
13022 # type: verbatim
13023 #. type: verbatim
13024 #: ../src/guestfs-actions.pod:3707
13025 #, no-wrap
13026 msgid ""
13027 " int\n"
13028 " guestfs_luks_open_ro (guestfs_h *g,\n"
13029 "                       const char *device,\n"
13030 "                       const char *key,\n"
13031 "                       const char *mapname);\n"
13032 "\n"
13033 msgstr ""
13034
13035 # type: textblock
13036 #. type: textblock
13037 #: ../src/guestfs-actions.pod:3713
13038 msgid ""
13039 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13040 "created."
13041 msgstr ""
13042
13043 # type: =head2
13044 #. type: =head2
13045 #: ../src/guestfs-actions.pod:3724
13046 msgid "guestfs_lvcreate"
13047 msgstr ""
13048
13049 # type: verbatim
13050 #. type: verbatim
13051 #: ../src/guestfs-actions.pod:3726
13052 #, no-wrap
13053 msgid ""
13054 " int\n"
13055 " guestfs_lvcreate (guestfs_h *g,\n"
13056 "                   const char *logvol,\n"
13057 "                   const char *volgroup,\n"
13058 "                   int mbytes);\n"
13059 "\n"
13060 msgstr ""
13061
13062 # type: textblock
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:3732 ../fish/guestfish-actions.pod:2541
13065 msgid ""
13066 "This creates an LVM logical volume called C<logvol> on the volume group "
13067 "C<volgroup>, with C<size> megabytes."
13068 msgstr ""
13069
13070 # type: =head2
13071 #. type: =head2
13072 #: ../src/guestfs-actions.pod:3739
13073 msgid "guestfs_lvm_canonical_lv_name"
13074 msgstr ""
13075
13076 # type: verbatim
13077 #. type: verbatim
13078 #: ../src/guestfs-actions.pod:3741
13079 #, no-wrap
13080 msgid ""
13081 " char *\n"
13082 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13083 "                                const char *lvname);\n"
13084 "\n"
13085 msgstr ""
13086
13087 # type: textblock
13088 #. type: textblock
13089 #: ../src/guestfs-actions.pod:3745 ../fish/guestfish-actions.pod:2548
13090 msgid ""
13091 "This converts alternative naming schemes for LVs that you might find to the "
13092 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13093 "LV>."
13094 msgstr ""
13095
13096 # type: textblock
13097 #. type: textblock
13098 #: ../src/guestfs-actions.pod:3749 ../fish/guestfish-actions.pod:2552
13099 msgid ""
13100 "This command returns an error if the C<lvname> parameter does not refer to a "
13101 "logical volume."
13102 msgstr ""
13103
13104 # type: textblock
13105 #. type: textblock
13106 #: ../src/guestfs-actions.pod:3752
13107 msgid "See also C<guestfs_is_lv>."
13108 msgstr ""
13109
13110 # type: textblock
13111 #. type: textblock
13112 #: ../src/guestfs-actions.pod:3757
13113 msgid "(Added in 1.5.24)"
13114 msgstr ""
13115
13116 # type: =head2
13117 #. type: =head2
13118 #: ../src/guestfs-actions.pod:3759
13119 msgid "guestfs_lvm_clear_filter"
13120 msgstr ""
13121
13122 # type: verbatim
13123 #. type: verbatim
13124 #: ../src/guestfs-actions.pod:3761
13125 #, no-wrap
13126 msgid ""
13127 " int\n"
13128 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13129 "\n"
13130 msgstr ""
13131
13132 # type: textblock
13133 #. type: textblock
13134 #: ../src/guestfs-actions.pod:3764
13135 msgid ""
13136 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13137 "see every block device."
13138 msgstr ""
13139
13140 # type: textblock
13141 #. type: textblock
13142 #: ../src/guestfs-actions.pod:3767 ../src/guestfs-actions.pod:3809
13143 #: ../fish/guestfish-actions.pod:2564 ../fish/guestfish-actions.pod:2595
13144 msgid ""
13145 "This command also clears the LVM cache and performs a volume group scan."
13146 msgstr ""
13147
13148 # type: =head2
13149 #. type: =head2
13150 #: ../src/guestfs-actions.pod:3774
13151 msgid "guestfs_lvm_remove_all"
13152 msgstr ""
13153
13154 # type: verbatim
13155 #. type: verbatim
13156 #: ../src/guestfs-actions.pod:3776
13157 #, no-wrap
13158 msgid ""
13159 " int\n"
13160 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13161 "\n"
13162 msgstr ""
13163
13164 # type: textblock
13165 #. type: textblock
13166 #: ../src/guestfs-actions.pod:3779 ../fish/guestfish-actions.pod:2571
13167 msgid ""
13168 "This command removes all LVM logical volumes, volume groups and physical "
13169 "volumes."
13170 msgstr ""
13171
13172 # type: =head2
13173 #. type: =head2
13174 #: ../src/guestfs-actions.pod:3789
13175 msgid "guestfs_lvm_set_filter"
13176 msgstr ""
13177
13178 # type: verbatim
13179 #. type: verbatim
13180 #: ../src/guestfs-actions.pod:3791
13181 #, no-wrap
13182 msgid ""
13183 " int\n"
13184 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13185 "                         char *const *devices);\n"
13186 "\n"
13187 msgstr ""
13188
13189 # type: textblock
13190 #. type: textblock
13191 #: ../src/guestfs-actions.pod:3795 ../fish/guestfish-actions.pod:2581
13192 msgid ""
13193 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13194 "block devices in the list C<devices>, and will ignore all other attached "
13195 "block devices."
13196 msgstr ""
13197
13198 # type: textblock
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:3799 ../fish/guestfish-actions.pod:2585
13201 msgid ""
13202 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13203 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13204 "there are two types of duplication possible: either cloned PVs/VGs which "
13205 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13206 "same name.  In normal operation you cannot create this situation, but you "
13207 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13208 "inside the LVM metadata."
13209 msgstr ""
13210
13211 # type: textblock
13212 #. type: textblock
13213 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
13214 msgid "You can filter whole block devices or individual partitions."
13215 msgstr ""
13216
13217 # type: textblock
13218 #. type: textblock
13219 #: ../src/guestfs-actions.pod:3814 ../fish/guestfish-actions.pod:2600
13220 msgid ""
13221 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13222 "filesystem), even if you are not filtering out that VG."
13223 msgstr ""
13224
13225 # type: =head2
13226 #. type: =head2
13227 #: ../src/guestfs-actions.pod:3822
13228 msgid "guestfs_lvremove"
13229 msgstr ""
13230
13231 # type: verbatim
13232 #. type: verbatim
13233 #: ../src/guestfs-actions.pod:3824
13234 #, no-wrap
13235 msgid ""
13236 " int\n"
13237 " guestfs_lvremove (guestfs_h *g,\n"
13238 "                   const char *device);\n"
13239 "\n"
13240 msgstr ""
13241
13242 # type: textblock
13243 #. type: textblock
13244 #: ../src/guestfs-actions.pod:3828 ../fish/guestfish-actions.pod:2608
13245 msgid ""
13246 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13247 "LV, such as C</dev/VG/LV>."
13248 msgstr ""
13249
13250 # type: textblock
13251 #. type: textblock
13252 #: ../src/guestfs-actions.pod:3831 ../fish/guestfish-actions.pod:2611
13253 msgid ""
13254 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13255 "dev/VG>."
13256 msgstr ""
13257
13258 # type: textblock
13259 #. type: textblock
13260 #: ../src/guestfs-actions.pod:3836 ../src/guestfs-actions.pod:5069
13261 #: ../src/guestfs-actions.pod:6809
13262 msgid "(Added in 1.0.13)"
13263 msgstr ""
13264
13265 # type: =head2
13266 #. type: =head2
13267 #: ../src/guestfs-actions.pod:3838
13268 msgid "guestfs_lvrename"
13269 msgstr ""
13270
13271 # type: verbatim
13272 #. type: verbatim
13273 #: ../src/guestfs-actions.pod:3840
13274 #, no-wrap
13275 msgid ""
13276 " int\n"
13277 " guestfs_lvrename (guestfs_h *g,\n"
13278 "                   const char *logvol,\n"
13279 "                   const char *newlogvol);\n"
13280 "\n"
13281 msgstr ""
13282
13283 # type: textblock
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:3845 ../fish/guestfish-actions.pod:2618
13286 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13287 msgstr ""
13288
13289 # type: textblock
13290 #. type: textblock
13291 #: ../src/guestfs-actions.pod:3849 ../src/guestfs-actions.pod:6822
13292 msgid "(Added in 1.0.83)"
13293 msgstr ""
13294
13295 # type: =head2
13296 #. type: =head2
13297 #: ../src/guestfs-actions.pod:3851
13298 msgid "guestfs_lvresize"
13299 msgstr ""
13300
13301 # type: verbatim
13302 #. type: verbatim
13303 #: ../src/guestfs-actions.pod:3853
13304 #, no-wrap
13305 msgid ""
13306 " int\n"
13307 " guestfs_lvresize (guestfs_h *g,\n"
13308 "                   const char *device,\n"
13309 "                   int mbytes);\n"
13310 "\n"
13311 msgstr ""
13312
13313 # type: textblock
13314 #. type: textblock
13315 #: ../src/guestfs-actions.pod:3858 ../fish/guestfish-actions.pod:2624
13316 msgid ""
13317 "This resizes (expands or shrinks) an existing LVM logical volume to "
13318 "C<mbytes>.  When reducing, data in the reduced part is lost."
13319 msgstr ""
13320
13321 # type: =head2
13322 #. type: =head2
13323 #: ../src/guestfs-actions.pod:3866
13324 msgid "guestfs_lvresize_free"
13325 msgstr ""
13326
13327 # type: verbatim
13328 #. type: verbatim
13329 #: ../src/guestfs-actions.pod:3868
13330 #, no-wrap
13331 msgid ""
13332 " int\n"
13333 " guestfs_lvresize_free (guestfs_h *g,\n"
13334 "                        const char *lv,\n"
13335 "                        int percent);\n"
13336 "\n"
13337 msgstr ""
13338
13339 # type: textblock
13340 #. type: textblock
13341 #: ../src/guestfs-actions.pod:3873 ../fish/guestfish-actions.pod:2632
13342 msgid ""
13343 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13344 "remaining free space in the volume group.  Commonly you would call this with "
13345 "pc = 100 which expands the logical volume as much as possible, using all "
13346 "remaining free space in the volume group."
13347 msgstr ""
13348
13349 # type: textblock
13350 #. type: textblock
13351 #: ../src/guestfs-actions.pod:3881
13352 msgid "(Added in 1.3.3)"
13353 msgstr ""
13354
13355 # type: =head2
13356 #. type: =head2
13357 #: ../src/guestfs-actions.pod:3883
13358 msgid "guestfs_lvs"
13359 msgstr ""
13360
13361 # type: verbatim
13362 #. type: verbatim
13363 #: ../src/guestfs-actions.pod:3885
13364 #, no-wrap
13365 msgid ""
13366 " char **\n"
13367 " guestfs_lvs (guestfs_h *g);\n"
13368 "\n"
13369 msgstr ""
13370
13371 # type: textblock
13372 #. type: textblock
13373 #: ../src/guestfs-actions.pod:3888 ../fish/guestfish-actions.pod:2642
13374 msgid ""
13375 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13376 "(8)> command."
13377 msgstr ""
13378
13379 # type: textblock
13380 #. type: textblock
13381 #: ../src/guestfs-actions.pod:3891 ../fish/guestfish-actions.pod:2645
13382 msgid ""
13383 "This returns a list of the logical volume device names (eg. C</dev/"
13384 "VolGroup00/LogVol00>)."
13385 msgstr ""
13386
13387 # type: textblock
13388 #. type: textblock
13389 #: ../src/guestfs-actions.pod:3894
13390 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13391 msgstr ""
13392
13393 # type: =head2
13394 #. type: =head2
13395 #: ../src/guestfs-actions.pod:3902
13396 msgid "guestfs_lvs_full"
13397 msgstr ""
13398
13399 # type: verbatim
13400 #. type: verbatim
13401 #: ../src/guestfs-actions.pod:3904
13402 #, no-wrap
13403 msgid ""
13404 " struct guestfs_lvm_lv_list *\n"
13405 " guestfs_lvs_full (guestfs_h *g);\n"
13406 "\n"
13407 msgstr ""
13408
13409 # type: textblock
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:3907 ../fish/guestfish-actions.pod:2654
13412 msgid ""
13413 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13414 "(8)> command.  The \"full\" version includes all fields."
13415 msgstr ""
13416
13417 # type: textblock
13418 #. type: textblock
13419 #: ../src/guestfs-actions.pod:3910
13420 msgid ""
13421 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13422 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13423 msgstr ""
13424
13425 # type: =head2
13426 #. type: =head2
13427 #: ../src/guestfs-actions.pod:3916
13428 msgid "guestfs_lvuuid"
13429 msgstr ""
13430
13431 # type: verbatim
13432 #. type: verbatim
13433 #: ../src/guestfs-actions.pod:3918
13434 #, no-wrap
13435 msgid ""
13436 " char *\n"
13437 " guestfs_lvuuid (guestfs_h *g,\n"
13438 "                 const char *device);\n"
13439 "\n"
13440 msgstr ""
13441
13442 # type: textblock
13443 #. type: textblock
13444 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2661
13445 msgid "This command returns the UUID of the LVM LV C<device>."
13446 msgstr ""
13447
13448 # type: =head2
13449 #. type: =head2
13450 #: ../src/guestfs-actions.pod:3929
13451 msgid "guestfs_lxattrlist"
13452 msgstr ""
13453
13454 # type: verbatim
13455 #. type: verbatim
13456 #: ../src/guestfs-actions.pod:3931
13457 #, no-wrap
13458 msgid ""
13459 " struct guestfs_xattr_list *\n"
13460 " guestfs_lxattrlist (guestfs_h *g,\n"
13461 "                     const char *path,\n"
13462 "                     char *const *names);\n"
13463 "\n"
13464 msgstr ""
13465
13466 # type: textblock
13467 #. type: textblock
13468 #: ../src/guestfs-actions.pod:3936 ../fish/guestfish-actions.pod:2667
13469 msgid ""
13470 "This call allows you to get the extended attributes of multiple files, where "
13471 "all files are in the directory C<path>.  C<names> is the list of files from "
13472 "this directory."
13473 msgstr ""
13474
13475 # type: textblock
13476 #. type: textblock
13477 #: ../src/guestfs-actions.pod:3940 ../fish/guestfish-actions.pod:2671
13478 msgid ""
13479 "On return you get a flat list of xattr structs which must be interpreted "
13480 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13481 "C<attrval> in this struct is zero-length to indicate there was an error "
13482 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13483 "number (the number of following attributes for this file, which could be C<"
13484 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13485 "for the first named file.  This repeats for the second and subsequent files."
13486 msgstr ""
13487
13488 # type: textblock
13489 #. type: textblock
13490 #: ../src/guestfs-actions.pod:3950
13491 msgid ""
13492 "This call is intended for programs that want to efficiently list a directory "
13493 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13494 "a similarly efficient call for getting standard stats.  Very long directory "
13495 "listings might cause the protocol message size to be exceeded, causing this "
13496 "call to fail.  The caller must split up such requests into smaller groups of "
13497 "names."
13498 msgstr ""
13499
13500 # type: =head2
13501 #. type: =head2
13502 #: ../src/guestfs-actions.pod:3964
13503 msgid "guestfs_mkdir"
13504 msgstr ""
13505
13506 # type: verbatim
13507 #. type: verbatim
13508 #: ../src/guestfs-actions.pod:3966
13509 #, no-wrap
13510 msgid ""
13511 " int\n"
13512 " guestfs_mkdir (guestfs_h *g,\n"
13513 "                const char *path);\n"
13514 "\n"
13515 msgstr ""
13516
13517 # type: textblock
13518 #. type: textblock
13519 #: ../src/guestfs-actions.pod:3970 ../fish/guestfish-actions.pod:2693
13520 msgid "Create a directory named C<path>."
13521 msgstr ""
13522
13523 # type: =head2
13524 #. type: =head2
13525 #: ../src/guestfs-actions.pod:3976
13526 msgid "guestfs_mkdir_mode"
13527 msgstr ""
13528
13529 # type: verbatim
13530 #. type: verbatim
13531 #: ../src/guestfs-actions.pod:3978
13532 #, no-wrap
13533 msgid ""
13534 " int\n"
13535 " guestfs_mkdir_mode (guestfs_h *g,\n"
13536 "                     const char *path,\n"
13537 "                     int mode);\n"
13538 "\n"
13539 msgstr ""
13540
13541 # type: textblock
13542 #. type: textblock
13543 #: ../src/guestfs-actions.pod:3983 ../fish/guestfish-actions.pod:2699
13544 msgid ""
13545 "This command creates a directory, setting the initial permissions of the "
13546 "directory to C<mode>."
13547 msgstr ""
13548
13549 # type: textblock
13550 #. type: textblock
13551 #: ../src/guestfs-actions.pod:3986 ../fish/guestfish-actions.pod:2702
13552 msgid ""
13553 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13554 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13555 "other ways."
13556 msgstr ""
13557
13558 # type: textblock
13559 #. type: textblock
13560 #: ../src/guestfs-actions.pod:3990
13561 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13562 msgstr ""
13563
13564 # type: =head2
13565 #. type: =head2
13566 #: ../src/guestfs-actions.pod:3996
13567 msgid "guestfs_mkdir_p"
13568 msgstr ""
13569
13570 # type: verbatim
13571 #. type: verbatim
13572 #: ../src/guestfs-actions.pod:3998
13573 #, no-wrap
13574 msgid ""
13575 " int\n"
13576 " guestfs_mkdir_p (guestfs_h *g,\n"
13577 "                  const char *path);\n"
13578 "\n"
13579 msgstr ""
13580
13581 # type: textblock
13582 #. type: textblock
13583 #: ../src/guestfs-actions.pod:4002 ../fish/guestfish-actions.pod:2712
13584 msgid ""
13585 "Create a directory named C<path>, creating any parent directories as "
13586 "necessary.  This is like the C<mkdir -p> shell command."
13587 msgstr ""
13588
13589 # type: =head2
13590 #. type: =head2
13591 #: ../src/guestfs-actions.pod:4009
13592 msgid "guestfs_mkdtemp"
13593 msgstr ""
13594
13595 # type: verbatim
13596 #. type: verbatim
13597 #: ../src/guestfs-actions.pod:4011
13598 #, no-wrap
13599 msgid ""
13600 " char *\n"
13601 " guestfs_mkdtemp (guestfs_h *g,\n"
13602 "                  const char *template);\n"
13603 "\n"
13604 msgstr ""
13605
13606 # type: textblock
13607 #. type: textblock
13608 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2719
13609 msgid ""
13610 "This command creates a temporary directory.  The C<template> parameter "
13611 "should be a full pathname for the temporary directory name with the final "
13612 "six characters being \"XXXXXX\"."
13613 msgstr ""
13614
13615 # type: textblock
13616 #. type: textblock
13617 #: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2724
13618 msgid ""
13619 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13620 "being suitable for Windows filesystems."
13621 msgstr ""
13622
13623 # type: textblock
13624 #. type: textblock
13625 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2727
13626 msgid "The name of the temporary directory that was created is returned."
13627 msgstr ""
13628
13629 # type: textblock
13630 #. type: textblock
13631 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2730
13632 msgid "The temporary directory is created with mode 0700 and is owned by root."
13633 msgstr ""
13634
13635 # type: textblock
13636 #. type: textblock
13637 #: ../src/guestfs-actions.pod:4029 ../fish/guestfish-actions.pod:2733
13638 msgid ""
13639 "The caller is responsible for deleting the temporary directory and its "
13640 "contents after use."
13641 msgstr ""
13642
13643 # type: textblock
13644 #. type: textblock
13645 #: ../src/guestfs-actions.pod:4032 ../fish/guestfish-actions.pod:2736
13646 msgid "See also: L<mkdtemp(3)>"
13647 msgstr ""
13648
13649 # type: =head2
13650 #. type: =head2
13651 #: ../src/guestfs-actions.pod:4039
13652 msgid "guestfs_mke2fs_J"
13653 msgstr ""
13654
13655 # type: verbatim
13656 #. type: verbatim
13657 #: ../src/guestfs-actions.pod:4041
13658 #, no-wrap
13659 msgid ""
13660 " int\n"
13661 " guestfs_mke2fs_J (guestfs_h *g,\n"
13662 "                   const char *fstype,\n"
13663 "                   int blocksize,\n"
13664 "                   const char *device,\n"
13665 "                   const char *journal);\n"
13666 "\n"
13667 msgstr ""
13668
13669 # type: textblock
13670 #. type: textblock
13671 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2742
13672 msgid ""
13673 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13674 "C<journal>.  It is equivalent to the command:"
13675 msgstr ""
13676
13677 # type: verbatim
13678 #. type: verbatim
13679 #: ../src/guestfs-actions.pod:4052 ../fish/guestfish-actions.pod:2746
13680 #, no-wrap
13681 msgid ""
13682 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13683 "\n"
13684 msgstr ""
13685
13686 # type: textblock
13687 #. type: textblock
13688 #: ../src/guestfs-actions.pod:4054
13689 msgid "See also C<guestfs_mke2journal>."
13690 msgstr ""
13691
13692 # type: textblock
13693 #. type: textblock
13694 #: ../src/guestfs-actions.pod:4058 ../src/guestfs-actions.pod:4076
13695 #: ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4110
13696 #: ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4138
13697 #: ../src/guestfs-actions.pod:4197 ../src/guestfs-actions.pod:4450
13698 msgid "(Added in 1.0.68)"
13699 msgstr ""
13700
13701 # type: =head2
13702 #. type: =head2
13703 #: ../src/guestfs-actions.pod:4060
13704 msgid "guestfs_mke2fs_JL"
13705 msgstr ""
13706
13707 # type: verbatim
13708 #. type: verbatim
13709 #: ../src/guestfs-actions.pod:4062
13710 #, no-wrap
13711 msgid ""
13712 " int\n"
13713 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13714 "                    const char *fstype,\n"
13715 "                    int blocksize,\n"
13716 "                    const char *device,\n"
13717 "                    const char *label);\n"
13718 "\n"
13719 msgstr ""
13720
13721 # type: textblock
13722 #. type: textblock
13723 #: ../src/guestfs-actions.pod:4069 ../fish/guestfish-actions.pod:2754
13724 msgid ""
13725 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13726 "the journal labeled C<label>."
13727 msgstr ""
13728
13729 # type: textblock
13730 #. type: textblock
13731 #: ../src/guestfs-actions.pod:4072
13732 msgid "See also C<guestfs_mke2journal_L>."
13733 msgstr ""
13734
13735 # type: =head2
13736 #. type: =head2
13737 #: ../src/guestfs-actions.pod:4078
13738 msgid "guestfs_mke2fs_JU"
13739 msgstr ""
13740
13741 # type: verbatim
13742 #. type: verbatim
13743 #: ../src/guestfs-actions.pod:4080
13744 #, no-wrap
13745 msgid ""
13746 " int\n"
13747 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13748 "                    const char *fstype,\n"
13749 "                    int blocksize,\n"
13750 "                    const char *device,\n"
13751 "                    const char *uuid);\n"
13752 "\n"
13753 msgstr ""
13754
13755 # type: textblock
13756 #. type: textblock
13757 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2763
13758 msgid ""
13759 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13760 "the journal with UUID C<uuid>."
13761 msgstr ""
13762
13763 # type: textblock
13764 #. type: textblock
13765 #: ../src/guestfs-actions.pod:4090
13766 msgid "See also C<guestfs_mke2journal_U>."
13767 msgstr ""
13768
13769 # type: =head2
13770 #. type: =head2
13771 #: ../src/guestfs-actions.pod:4096
13772 msgid "guestfs_mke2journal"
13773 msgstr ""
13774
13775 # type: verbatim
13776 #. type: verbatim
13777 #: ../src/guestfs-actions.pod:4098
13778 #, no-wrap
13779 msgid ""
13780 " int\n"
13781 " guestfs_mke2journal (guestfs_h *g,\n"
13782 "                      int blocksize,\n"
13783 "                      const char *device);\n"
13784 "\n"
13785 msgstr ""
13786
13787 # type: textblock
13788 #. type: textblock
13789 #: ../src/guestfs-actions.pod:4103 ../fish/guestfish-actions.pod:2772
13790 msgid ""
13791 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13792 "command:"
13793 msgstr ""
13794
13795 # type: verbatim
13796 #. type: verbatim
13797 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2775
13798 #, no-wrap
13799 msgid ""
13800 " mke2fs -O journal_dev -b blocksize device\n"
13801 "\n"
13802 msgstr ""
13803
13804 # type: =head2
13805 #. type: =head2
13806 #: ../src/guestfs-actions.pod:4112
13807 msgid "guestfs_mke2journal_L"
13808 msgstr ""
13809
13810 # type: verbatim
13811 #. type: verbatim
13812 #: ../src/guestfs-actions.pod:4114
13813 #, no-wrap
13814 msgid ""
13815 " int\n"
13816 " guestfs_mke2journal_L (guestfs_h *g,\n"
13817 "                        int blocksize,\n"
13818 "                        const char *label,\n"
13819 "                        const char *device);\n"
13820 "\n"
13821 msgstr ""
13822
13823 # type: textblock
13824 #. type: textblock
13825 #: ../src/guestfs-actions.pod:4120 ../fish/guestfish-actions.pod:2781
13826 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13827 msgstr ""
13828
13829 # type: =head2
13830 #. type: =head2
13831 #: ../src/guestfs-actions.pod:4126
13832 msgid "guestfs_mke2journal_U"
13833 msgstr ""
13834
13835 # type: verbatim
13836 #. type: verbatim
13837 #: ../src/guestfs-actions.pod:4128
13838 #, no-wrap
13839 msgid ""
13840 " int\n"
13841 " guestfs_mke2journal_U (guestfs_h *g,\n"
13842 "                        int blocksize,\n"
13843 "                        const char *uuid,\n"
13844 "                        const char *device);\n"
13845 "\n"
13846 msgstr ""
13847
13848 # type: textblock
13849 #. type: textblock
13850 #: ../src/guestfs-actions.pod:4134 ../fish/guestfish-actions.pod:2787
13851 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13852 msgstr ""
13853
13854 # type: =head2
13855 #. type: =head2
13856 #: ../src/guestfs-actions.pod:4140
13857 msgid "guestfs_mkfifo"
13858 msgstr ""
13859
13860 # type: verbatim
13861 #. type: verbatim
13862 #: ../src/guestfs-actions.pod:4142
13863 #, no-wrap
13864 msgid ""
13865 " int\n"
13866 " guestfs_mkfifo (guestfs_h *g,\n"
13867 "                 int mode,\n"
13868 "                 const char *path);\n"
13869 "\n"
13870 msgstr ""
13871
13872 # type: textblock
13873 #. type: textblock
13874 #: ../src/guestfs-actions.pod:4147
13875 msgid ""
13876 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13877 "is just a convenient wrapper around C<guestfs_mknod>."
13878 msgstr ""
13879
13880 # type: =head2
13881 #. type: =head2
13882 #: ../src/guestfs-actions.pod:4157
13883 msgid "guestfs_mkfs"
13884 msgstr ""
13885
13886 # type: verbatim
13887 #. type: verbatim
13888 #: ../src/guestfs-actions.pod:4159
13889 #, no-wrap
13890 msgid ""
13891 " int\n"
13892 " guestfs_mkfs (guestfs_h *g,\n"
13893 "               const char *fstype,\n"
13894 "               const char *device);\n"
13895 "\n"
13896 msgstr ""
13897
13898 # type: textblock
13899 #. type: textblock
13900 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2803
13901 msgid ""
13902 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13903 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13904 msgstr ""
13905
13906 # type: =head2
13907 #. type: =head2
13908 #: ../src/guestfs-actions.pod:4172
13909 msgid "guestfs_mkfs_b"
13910 msgstr ""
13911
13912 # type: verbatim
13913 #. type: verbatim
13914 #: ../src/guestfs-actions.pod:4174
13915 #, no-wrap
13916 msgid ""
13917 " int\n"
13918 " guestfs_mkfs_b (guestfs_h *g,\n"
13919 "                 const char *fstype,\n"
13920 "                 int blocksize,\n"
13921 "                 const char *device);\n"
13922 "\n"
13923 msgstr ""
13924
13925 # type: textblock
13926 #. type: textblock
13927 #: ../src/guestfs-actions.pod:4180
13928 msgid ""
13929 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13930 "block size of the resulting filesystem.  Supported block sizes depend on the "
13931 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13932 msgstr ""
13933
13934 # type: textblock
13935 #. type: textblock
13936 #: ../src/guestfs-actions.pod:4185 ../src/guestfs-actions.pod:4227
13937 #: ../fish/guestfish-actions.pod:2816 ../fish/guestfish-actions.pod:2843
13938 msgid ""
13939 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13940 "cluster size."
13941 msgstr ""
13942
13943 #. type: textblock
13944 #: ../src/guestfs-actions.pod:4190
13945 msgid ""
13946 "This function is deprecated.  In new code, use the L</guestfs_mkfs_opts> "
13947 "call instead."
13948 msgstr ""
13949
13950 # type: =head2
13951 #. type: =head2
13952 #: ../src/guestfs-actions.pod:4199
13953 msgid "guestfs_mkfs_opts"
13954 msgstr ""
13955
13956 # type: verbatim
13957 #. type: verbatim
13958 #: ../src/guestfs-actions.pod:4201
13959 #, no-wrap
13960 msgid ""
13961 " int\n"
13962 " guestfs_mkfs_opts (guestfs_h *g,\n"
13963 "                    const char *fstype,\n"
13964 "                    const char *device,\n"
13965 "                    ...);\n"
13966 "\n"
13967 msgstr ""
13968
13969 # type: verbatim
13970 #. type: verbatim
13971 #: ../src/guestfs-actions.pod:4212
13972 #, no-wrap
13973 msgid ""
13974 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13975 "\n"
13976 msgstr ""
13977
13978 # type: textblock
13979 #. type: textblock
13980 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2830
13981 msgid ""
13982 "This function creates a filesystem on C<device>.  The filesystem type is "
13983 "C<fstype>, for example C<ext3>."
13984 msgstr ""
13985
13986 # type: =item
13987 #. type: =item
13988 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
13989 msgid "C<blocksize>"
13990 msgstr ""
13991
13992 # type: textblock
13993 #. type: textblock
13994 #: ../src/guestfs-actions.pod:4223 ../fish/guestfish-actions.pod:2839
13995 msgid ""
13996 "The filesystem block size.  Supported block sizes depend on the filesystem "
13997 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13998 "filesystems."
13999 msgstr ""
14000
14001 #. type: textblock
14002 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2846
14003 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
14004 msgstr ""
14005
14006 #. type: textblock
14007 #: ../src/guestfs-actions.pod:4236
14008 msgid "(Added in 1.7.19)"
14009 msgstr ""
14010
14011 # type: =head2
14012 #. type: =head2
14013 #: ../src/guestfs-actions.pod:4238
14014 msgid "guestfs_mkfs_opts_va"
14015 msgstr ""
14016
14017 # type: verbatim
14018 #. type: verbatim
14019 #: ../src/guestfs-actions.pod:4240
14020 #, no-wrap
14021 msgid ""
14022 " int\n"
14023 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14024 "                       const char *fstype,\n"
14025 "                       const char *device,\n"
14026 "                       va_list args);\n"
14027 "\n"
14028 msgstr ""
14029
14030 # type: textblock
14031 #. type: textblock
14032 #: ../src/guestfs-actions.pod:4246
14033 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14034 msgstr ""
14035
14036 # type: =head2
14037 #. type: =head2
14038 #: ../src/guestfs-actions.pod:4250
14039 msgid "guestfs_mkfs_opts_argv"
14040 msgstr ""
14041
14042 # type: verbatim
14043 #. type: verbatim
14044 #: ../src/guestfs-actions.pod:4252
14045 #, no-wrap
14046 msgid ""
14047 " int\n"
14048 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14049 "                         const char *fstype,\n"
14050 "                         const char *device,\n"
14051 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14052 "\n"
14053 msgstr ""
14054
14055 # type: textblock
14056 #. type: textblock
14057 #: ../src/guestfs-actions.pod:4258
14058 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14059 msgstr ""
14060
14061 # type: =head2
14062 #. type: =head2
14063 #: ../src/guestfs-actions.pod:4262
14064 msgid "guestfs_mkmountpoint"
14065 msgstr ""
14066
14067 # type: verbatim
14068 #. type: verbatim
14069 #: ../src/guestfs-actions.pod:4264
14070 #, no-wrap
14071 msgid ""
14072 " int\n"
14073 " guestfs_mkmountpoint (guestfs_h *g,\n"
14074 "                       const char *exemptpath);\n"
14075 "\n"
14076 msgstr ""
14077
14078 # type: textblock
14079 #. type: textblock
14080 #: ../src/guestfs-actions.pod:4268
14081 msgid ""
14082 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14083 "that can be used to create extra mountpoints before mounting the first "
14084 "filesystem."
14085 msgstr ""
14086
14087 # type: textblock
14088 #. type: textblock
14089 #: ../src/guestfs-actions.pod:4272 ../fish/guestfish-actions.pod:2860
14090 msgid ""
14091 "These calls are I<only> necessary in some very limited circumstances, mainly "
14092 "the case where you want to mount a mix of unrelated and/or read-only "
14093 "filesystems together."
14094 msgstr ""
14095
14096 # type: textblock
14097 #. type: textblock
14098 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2864
14099 msgid ""
14100 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14101 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14102 "inside that.  You can unpack this as follows in guestfish:"
14103 msgstr ""
14104
14105 # type: verbatim
14106 #. type: verbatim
14107 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2869
14108 #, no-wrap
14109 msgid ""
14110 " add-ro Fedora-11-i686-Live.iso\n"
14111 " run\n"
14112 " mkmountpoint /cd\n"
14113 " mkmountpoint /sqsh\n"
14114 " mkmountpoint /ext3fs\n"
14115 " mount /dev/sda /cd\n"
14116 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14117 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14118 "\n"
14119 msgstr ""
14120
14121 # type: textblock
14122 #. type: textblock
14123 #: ../src/guestfs-actions.pod:4290 ../fish/guestfish-actions.pod:2878
14124 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14125 msgstr ""
14126
14127 # type: textblock
14128 #. type: textblock
14129 #: ../src/guestfs-actions.pod:4292
14130 msgid ""
14131 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14132 "may get unexpected errors if you try to mix these calls.  It is safest to "
14133 "manually unmount filesystems and remove mountpoints after use."
14134 msgstr ""
14135
14136 # type: textblock
14137 #. type: textblock
14138 #: ../src/guestfs-actions.pod:4296
14139 msgid ""
14140 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14141 "first, so for this to work for manual mountpoints, you must ensure that the "
14142 "innermost mountpoints have the longest pathnames, as in the example code "
14143 "above."
14144 msgstr ""
14145
14146 # type: textblock
14147 #. type: textblock
14148 #: ../src/guestfs-actions.pod:4301 ../fish/guestfish-actions.pod:2889
14149 msgid ""
14150 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14151 msgstr ""
14152
14153 # type: textblock
14154 #. type: textblock
14155 #: ../src/guestfs-actions.pod:4303
14156 msgid ""
14157 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14158 "means that C<guestfs_umount_all> is called when the handle is closed which "
14159 "can also trigger these issues."
14160 msgstr ""
14161
14162 # type: textblock
14163 #. type: textblock
14164 #: ../src/guestfs-actions.pod:4309 ../src/guestfs-actions.pod:4568
14165 #: ../src/guestfs-actions.pod:5470
14166 msgid "(Added in 1.0.62)"
14167 msgstr ""
14168
14169 # type: =head2
14170 #. type: =head2
14171 #: ../src/guestfs-actions.pod:4311
14172 msgid "guestfs_mknod"
14173 msgstr ""
14174
14175 # type: verbatim
14176 #. type: verbatim
14177 #: ../src/guestfs-actions.pod:4313
14178 #, no-wrap
14179 msgid ""
14180 " int\n"
14181 " guestfs_mknod (guestfs_h *g,\n"
14182 "                int mode,\n"
14183 "                int devmajor,\n"
14184 "                int devminor,\n"
14185 "                const char *path);\n"
14186 "\n"
14187 msgstr ""
14188
14189 # type: textblock
14190 #. type: textblock
14191 #: ../src/guestfs-actions.pod:4320 ../fish/guestfish-actions.pod:2899
14192 msgid ""
14193 "This call creates block or character special devices, or named pipes (FIFOs)."
14194 msgstr ""
14195
14196 # type: textblock
14197 #. type: textblock
14198 #: ../src/guestfs-actions.pod:4323 ../fish/guestfish-actions.pod:2902
14199 msgid ""
14200 "The C<mode> parameter should be the mode, using the standard constants.  "
14201 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14202 "used when creating block and character special devices."
14203 msgstr ""
14204
14205 # type: textblock
14206 #. type: textblock
14207 #: ../src/guestfs-actions.pod:4328
14208 msgid ""
14209 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14210 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14211 "regular file).  These constants are available in the standard Linux header "
14212 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14213 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14214 "the appropriate constant for you."
14215 msgstr ""
14216
14217 # type: =head2
14218 #. type: =head2
14219 #: ../src/guestfs-actions.pod:4342
14220 msgid "guestfs_mknod_b"
14221 msgstr ""
14222
14223 # type: verbatim
14224 #. type: verbatim
14225 #: ../src/guestfs-actions.pod:4344
14226 #, no-wrap
14227 msgid ""
14228 " int\n"
14229 " guestfs_mknod_b (guestfs_h *g,\n"
14230 "                  int mode,\n"
14231 "                  int devmajor,\n"
14232 "                  int devminor,\n"
14233 "                  const char *path);\n"
14234 "\n"
14235 msgstr ""
14236
14237 # type: textblock
14238 #. type: textblock
14239 #: ../src/guestfs-actions.pod:4351
14240 msgid ""
14241 "This call creates a block device node called C<path> with mode C<mode> and "
14242 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14243 "wrapper around C<guestfs_mknod>."
14244 msgstr ""
14245
14246 # type: =head2
14247 #. type: =head2
14248 #: ../src/guestfs-actions.pod:4361
14249 msgid "guestfs_mknod_c"
14250 msgstr ""
14251
14252 # type: verbatim
14253 #. type: verbatim
14254 #: ../src/guestfs-actions.pod:4363
14255 #, no-wrap
14256 msgid ""
14257 " int\n"
14258 " guestfs_mknod_c (guestfs_h *g,\n"
14259 "                  int mode,\n"
14260 "                  int devmajor,\n"
14261 "                  int devminor,\n"
14262 "                  const char *path);\n"
14263 "\n"
14264 msgstr ""
14265
14266 # type: textblock
14267 #. type: textblock
14268 #: ../src/guestfs-actions.pod:4370
14269 msgid ""
14270 "This call creates a char device node called C<path> with mode C<mode> and "
14271 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14272 "wrapper around C<guestfs_mknod>."
14273 msgstr ""
14274
14275 # type: =head2
14276 #. type: =head2
14277 #: ../src/guestfs-actions.pod:4380
14278 msgid "guestfs_mkswap"
14279 msgstr ""
14280
14281 # type: verbatim
14282 #. type: verbatim
14283 #: ../src/guestfs-actions.pod:4382
14284 #, no-wrap
14285 msgid ""
14286 " int\n"
14287 " guestfs_mkswap (guestfs_h *g,\n"
14288 "                 const char *device);\n"
14289 "\n"
14290 msgstr ""
14291
14292 # type: textblock
14293 #. type: textblock
14294 #: ../src/guestfs-actions.pod:4386 ../fish/guestfish-actions.pod:2941
14295 msgid "Create a swap partition on C<device>."
14296 msgstr ""
14297
14298 # type: =head2
14299 #. type: =head2
14300 #: ../src/guestfs-actions.pod:4392
14301 msgid "guestfs_mkswap_L"
14302 msgstr ""
14303
14304 # type: verbatim
14305 #. type: verbatim
14306 #: ../src/guestfs-actions.pod:4394
14307 #, no-wrap
14308 msgid ""
14309 " int\n"
14310 " guestfs_mkswap_L (guestfs_h *g,\n"
14311 "                   const char *label,\n"
14312 "                   const char *device);\n"
14313 "\n"
14314 msgstr ""
14315
14316 # type: textblock
14317 #. type: textblock
14318 #: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
14319 msgid "Create a swap partition on C<device> with label C<label>."
14320 msgstr ""
14321
14322 # type: textblock
14323 #. type: textblock
14324 #: ../src/guestfs-actions.pod:4401 ../fish/guestfish-actions.pod:2949
14325 msgid ""
14326 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14327 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14328 "or swap tools."
14329 msgstr ""
14330
14331 # type: =head2
14332 #. type: =head2
14333 #: ../src/guestfs-actions.pod:4409
14334 msgid "guestfs_mkswap_U"
14335 msgstr ""
14336
14337 # type: verbatim
14338 #. type: verbatim
14339 #: ../src/guestfs-actions.pod:4411
14340 #, no-wrap
14341 msgid ""
14342 " int\n"
14343 " guestfs_mkswap_U (guestfs_h *g,\n"
14344 "                   const char *uuid,\n"
14345 "                   const char *device);\n"
14346 "\n"
14347 msgstr ""
14348
14349 # type: textblock
14350 #. type: textblock
14351 #: ../src/guestfs-actions.pod:4416 ../fish/guestfish-actions.pod:2957
14352 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14353 msgstr ""
14354
14355 # type: =head2
14356 #. type: =head2
14357 #: ../src/guestfs-actions.pod:4422
14358 msgid "guestfs_mkswap_file"
14359 msgstr ""
14360
14361 # type: verbatim
14362 #. type: verbatim
14363 #: ../src/guestfs-actions.pod:4424
14364 #, no-wrap
14365 msgid ""
14366 " int\n"
14367 " guestfs_mkswap_file (guestfs_h *g,\n"
14368 "                      const char *path);\n"
14369 "\n"
14370 msgstr ""
14371
14372 # type: textblock
14373 #. type: textblock
14374 #: ../src/guestfs-actions.pod:4428 ../fish/guestfish-actions.pod:2963
14375 msgid "Create a swap file."
14376 msgstr ""
14377
14378 # type: textblock
14379 #. type: textblock
14380 #: ../src/guestfs-actions.pod:4430
14381 msgid ""
14382 "This command just writes a swap file signature to an existing file.  To "
14383 "create the file itself, use something like C<guestfs_fallocate>."
14384 msgstr ""
14385
14386 # type: =head2
14387 #. type: =head2
14388 #: ../src/guestfs-actions.pod:4437
14389 msgid "guestfs_modprobe"
14390 msgstr ""
14391
14392 # type: verbatim
14393 #. type: verbatim
14394 #: ../src/guestfs-actions.pod:4439
14395 #, no-wrap
14396 msgid ""
14397 " int\n"
14398 " guestfs_modprobe (guestfs_h *g,\n"
14399 "                   const char *modulename);\n"
14400 "\n"
14401 msgstr ""
14402
14403 # type: textblock
14404 #. type: textblock
14405 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
14406 msgid "This loads a kernel module in the appliance."
14407 msgstr ""
14408
14409 # type: textblock
14410 #. type: textblock
14411 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:2974
14412 msgid ""
14413 "The kernel module must have been whitelisted when libguestfs was built (see "
14414 "C<appliance/kmod.whitelist.in> in the source)."
14415 msgstr ""
14416
14417 # type: =head2
14418 #. type: =head2
14419 #: ../src/guestfs-actions.pod:4452
14420 msgid "guestfs_mount"
14421 msgstr ""
14422
14423 # type: verbatim
14424 #. type: verbatim
14425 #: ../src/guestfs-actions.pod:4454
14426 #, no-wrap
14427 msgid ""
14428 " int\n"
14429 " guestfs_mount (guestfs_h *g,\n"
14430 "                const char *device,\n"
14431 "                const char *mountpoint);\n"
14432 "\n"
14433 msgstr ""
14434
14435 # type: textblock
14436 #. type: textblock
14437 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:2981
14438 msgid ""
14439 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14440 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14441 "those block devices contain partitions, they will have the usual names (eg. "
14442 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14443 msgstr ""
14444
14445 # type: textblock
14446 #. type: textblock
14447 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:2987
14448 msgid ""
14449 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14450 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14451 "mounted on directories which already exist."
14452 msgstr ""
14453
14454 # type: textblock
14455 #. type: textblock
14456 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:2992
14457 msgid ""
14458 "The mounted filesystem is writable, if we have sufficient permissions on the "
14459 "underlying device."
14460 msgstr ""
14461
14462 # type: textblock
14463 #. type: textblock
14464 #: ../src/guestfs-actions.pod:4473
14465 msgid ""
14466 "B<Important note:> When you use this call, the filesystem options C<sync> "
14467 "and C<noatime> are set implicitly.  This was originally done because we "
14468 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14469 "very large negative performance impact and negligible effect on "
14470 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14471 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14472 "(use an empty string for the first parameter if you don't want any options)."
14473 msgstr ""
14474
14475 # type: =head2
14476 #. type: =head2
14477 #: ../src/guestfs-actions.pod:4487
14478 msgid "guestfs_mount_loop"
14479 msgstr ""
14480
14481 # type: verbatim
14482 #. type: verbatim
14483 #: ../src/guestfs-actions.pod:4489
14484 #, no-wrap
14485 msgid ""
14486 " int\n"
14487 " guestfs_mount_loop (guestfs_h *g,\n"
14488 "                     const char *file,\n"
14489 "                     const char *mountpoint);\n"
14490 "\n"
14491 msgstr ""
14492
14493 # type: textblock
14494 #. type: textblock
14495 #: ../src/guestfs-actions.pod:4494 ../fish/guestfish-actions.pod:3009
14496 msgid ""
14497 "This command lets you mount C<file> (a filesystem image in a file) on a "
14498 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14499 "mountpoint>."
14500 msgstr ""
14501
14502 # type: =head2
14503 #. type: =head2
14504 #: ../src/guestfs-actions.pod:4502
14505 msgid "guestfs_mount_options"
14506 msgstr ""
14507
14508 # type: verbatim
14509 #. type: verbatim
14510 #: ../src/guestfs-actions.pod:4504
14511 #, no-wrap
14512 msgid ""
14513 " int\n"
14514 " guestfs_mount_options (guestfs_h *g,\n"
14515 "                        const char *options,\n"
14516 "                        const char *device,\n"
14517 "                        const char *mountpoint);\n"
14518 "\n"
14519 msgstr ""
14520
14521 # type: textblock
14522 #. type: textblock
14523 #: ../src/guestfs-actions.pod:4510
14524 msgid ""
14525 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14526 "the mount options as for the L<mount(8)> I<-o> flag."
14527 msgstr ""
14528
14529 # type: textblock
14530 #. type: textblock
14531 #: ../src/guestfs-actions.pod:4514 ../fish/guestfish-actions.pod:3021
14532 msgid ""
14533 "If the C<options> parameter is an empty string, then no options are passed "
14534 "(all options default to whatever the filesystem uses)."
14535 msgstr ""
14536
14537 # type: textblock
14538 #. type: textblock
14539 #: ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4534
14540 #: ../src/guestfs-actions.pod:4551
14541 msgid "(Added in 1.0.10)"
14542 msgstr ""
14543
14544 # type: =head2
14545 #. type: =head2
14546 #: ../src/guestfs-actions.pod:4522
14547 msgid "guestfs_mount_ro"
14548 msgstr ""
14549
14550 # type: verbatim
14551 #. type: verbatim
14552 #: ../src/guestfs-actions.pod:4524
14553 #, no-wrap
14554 msgid ""
14555 " int\n"
14556 " guestfs_mount_ro (guestfs_h *g,\n"
14557 "                   const char *device,\n"
14558 "                   const char *mountpoint);\n"
14559 "\n"
14560 msgstr ""
14561
14562 # type: textblock
14563 #. type: textblock
14564 #: ../src/guestfs-actions.pod:4529
14565 msgid ""
14566 "This is the same as the C<guestfs_mount> command, but it mounts the "
14567 "filesystem with the read-only (I<-o ro>) flag."
14568 msgstr ""
14569
14570 # type: =head2
14571 #. type: =head2
14572 #: ../src/guestfs-actions.pod:4536
14573 msgid "guestfs_mount_vfs"
14574 msgstr ""
14575
14576 # type: verbatim
14577 #. type: verbatim
14578 #: ../src/guestfs-actions.pod:4538
14579 #, no-wrap
14580 msgid ""
14581 " int\n"
14582 " guestfs_mount_vfs (guestfs_h *g,\n"
14583 "                    const char *options,\n"
14584 "                    const char *vfstype,\n"
14585 "                    const char *device,\n"
14586 "                    const char *mountpoint);\n"
14587 "\n"
14588 msgstr ""
14589
14590 # type: textblock
14591 #. type: textblock
14592 #: ../src/guestfs-actions.pod:4545
14593 msgid ""
14594 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14595 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14596 "t> flags."
14597 msgstr ""
14598
14599 # type: =head2
14600 #. type: =head2
14601 #: ../src/guestfs-actions.pod:4553
14602 msgid "guestfs_mountpoints"
14603 msgstr ""
14604
14605 # type: verbatim
14606 #. type: verbatim
14607 #: ../src/guestfs-actions.pod:4555
14608 #, no-wrap
14609 msgid ""
14610 " char **\n"
14611 " guestfs_mountpoints (guestfs_h *g);\n"
14612 "\n"
14613 msgstr ""
14614
14615 # type: textblock
14616 #. type: textblock
14617 #: ../src/guestfs-actions.pod:4558
14618 msgid ""
14619 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14620 "devices.  This one returns a hash table (map) of device name to directory "
14621 "where the device is mounted."
14622 msgstr ""
14623
14624 # type: =head2
14625 #. type: =head2
14626 #: ../src/guestfs-actions.pod:4570
14627 msgid "guestfs_mounts"
14628 msgstr ""
14629
14630 # type: verbatim
14631 #. type: verbatim
14632 #: ../src/guestfs-actions.pod:4572
14633 #, no-wrap
14634 msgid ""
14635 " char **\n"
14636 " guestfs_mounts (guestfs_h *g);\n"
14637 "\n"
14638 msgstr ""
14639
14640 # type: textblock
14641 #. type: textblock
14642 #: ../src/guestfs-actions.pod:4575 ../fish/guestfish-actions.pod:3052
14643 msgid ""
14644 "This returns the list of currently mounted filesystems.  It returns the list "
14645 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14646 msgstr ""
14647
14648 # type: textblock
14649 #. type: textblock
14650 #: ../src/guestfs-actions.pod:4578 ../fish/guestfish-actions.pod:3055
14651 msgid "Some internal mounts are not shown."
14652 msgstr ""
14653
14654 # type: textblock
14655 #. type: textblock
14656 #: ../src/guestfs-actions.pod:4580
14657 msgid "See also: C<guestfs_mountpoints>"
14658 msgstr ""
14659
14660 # type: =head2
14661 #. type: =head2
14662 #: ../src/guestfs-actions.pod:4588
14663 msgid "guestfs_mv"
14664 msgstr ""
14665
14666 # type: verbatim
14667 #. type: verbatim
14668 #: ../src/guestfs-actions.pod:4590
14669 #, no-wrap
14670 msgid ""
14671 " int\n"
14672 " guestfs_mv (guestfs_h *g,\n"
14673 "             const char *src,\n"
14674 "             const char *dest);\n"
14675 "\n"
14676 msgstr ""
14677
14678 # type: textblock
14679 #. type: textblock
14680 #: ../src/guestfs-actions.pod:4595 ../fish/guestfish-actions.pod:3063
14681 msgid ""
14682 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14683 "destination filename or destination directory."
14684 msgstr ""
14685
14686 # type: =head2
14687 #. type: =head2
14688 #: ../src/guestfs-actions.pod:4602
14689 msgid "guestfs_ntfs_3g_probe"
14690 msgstr ""
14691
14692 # type: verbatim
14693 #. type: verbatim
14694 #: ../src/guestfs-actions.pod:4604
14695 #, no-wrap
14696 msgid ""
14697 " int\n"
14698 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14699 "                        int rw,\n"
14700 "                        const char *device);\n"
14701 "\n"
14702 msgstr ""
14703
14704 # type: textblock
14705 #. type: textblock
14706 #: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3070
14707 msgid ""
14708 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14709 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14710 "write, and some cannot be mounted at all)."
14711 msgstr ""
14712
14713 # type: textblock
14714 #. type: textblock
14715 #: ../src/guestfs-actions.pod:4613 ../fish/guestfish-actions.pod:3074
14716 msgid ""
14717 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14718 "can be mounted read-write.  Set it to false if you want to test if the "
14719 "volume can be mounted read-only."
14720 msgstr ""
14721
14722 # type: textblock
14723 #. type: textblock
14724 #: ../src/guestfs-actions.pod:4617 ../fish/guestfish-actions.pod:3078
14725 msgid ""
14726 "The return value is an integer which C<0> if the operation would succeed, or "
14727 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14728 msgstr ""
14729
14730 # type: textblock
14731 #. type: textblock
14732 #: ../src/guestfs-actions.pod:4623
14733 msgid "(Added in 1.0.43)"
14734 msgstr ""
14735
14736 # type: =head2
14737 #. type: =head2
14738 #: ../src/guestfs-actions.pod:4625
14739 msgid "guestfs_ntfsresize"
14740 msgstr ""
14741
14742 # type: verbatim
14743 #. type: verbatim
14744 #: ../src/guestfs-actions.pod:4627
14745 #, no-wrap
14746 msgid ""
14747 " int\n"
14748 " guestfs_ntfsresize (guestfs_h *g,\n"
14749 "                     const char *device);\n"
14750 "\n"
14751 msgstr ""
14752
14753 #. type: textblock
14754 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3086
14755 msgid ""
14756 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14757 "size of the underlying device."
14758 msgstr ""
14759
14760 #. type: textblock
14761 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3089
14762 msgid ""
14763 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
14764 "consistency check (for safety).  You have to boot into Windows to perform "
14765 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
14766 "resize filesystems which have been marked in this way.  So in effect it is "
14767 "not possible to call ntfsresize multiple times on a single filesystem "
14768 "without booting into Windows between each resize."
14769 msgstr ""
14770
14771 #. type: textblock
14772 #: ../src/guestfs-actions.pod:4642 ../fish/guestfish-actions.pod:3097
14773 msgid "See also L<ntfsresize(8)>."
14774 msgstr ""
14775
14776 # type: =head2
14777 #. type: =head2
14778 #: ../src/guestfs-actions.pod:4648
14779 msgid "guestfs_ntfsresize_size"
14780 msgstr ""
14781
14782 # type: verbatim
14783 #. type: verbatim
14784 #: ../src/guestfs-actions.pod:4650
14785 #, no-wrap
14786 msgid ""
14787 " int\n"
14788 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14789 "                          const char *device,\n"
14790 "                          int64_t size);\n"
14791 "\n"
14792 msgstr ""
14793
14794 # type: textblock
14795 #. type: textblock
14796 #: ../src/guestfs-actions.pod:4655
14797 msgid ""
14798 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14799 "to specify the new size (in bytes) explicitly."
14800 msgstr ""
14801
14802 # type: textblock
14803 #. type: textblock
14804 #: ../src/guestfs-actions.pod:4660 ../src/guestfs-actions.pod:5096
14805 #: ../src/guestfs-actions.pod:5169 ../src/guestfs-actions.pod:5418
14806 #: ../src/guestfs-actions.pod:6957
14807 msgid "(Added in 1.3.14)"
14808 msgstr ""
14809
14810 # type: =head2
14811 #. type: =head2
14812 #: ../src/guestfs-actions.pod:4662
14813 msgid "guestfs_part_add"
14814 msgstr ""
14815
14816 # type: verbatim
14817 #. type: verbatim
14818 #: ../src/guestfs-actions.pod:4664
14819 #, no-wrap
14820 msgid ""
14821 " int\n"
14822 " guestfs_part_add (guestfs_h *g,\n"
14823 "                   const char *device,\n"
14824 "                   const char *prlogex,\n"
14825 "                   int64_t startsect,\n"
14826 "                   int64_t endsect);\n"
14827 "\n"
14828 msgstr ""
14829
14830 # type: textblock
14831 #. type: textblock
14832 #: ../src/guestfs-actions.pod:4671
14833 msgid ""
14834 "This command adds a partition to C<device>.  If there is no partition table "
14835 "on the device, call C<guestfs_part_init> first."
14836 msgstr ""
14837
14838 # type: textblock
14839 #. type: textblock
14840 #: ../src/guestfs-actions.pod:4674 ../fish/guestfish-actions.pod:3113
14841 msgid ""
14842 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14843 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14844 "C<logical>) and C<e> (or C<extended>) partition types."
14845 msgstr ""
14846
14847 # type: textblock
14848 #. type: textblock
14849 #: ../src/guestfs-actions.pod:4679 ../fish/guestfish-actions.pod:3118
14850 msgid ""
14851 "C<startsect> and C<endsect> are the start and end of the partition in "
14852 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14853 "from the end of the disk (C<-1> is the last sector)."
14854 msgstr ""
14855
14856 # type: textblock
14857 #. type: textblock
14858 #: ../src/guestfs-actions.pod:4683
14859 msgid ""
14860 "Creating a partition which covers the whole disk is not so easy.  Use "
14861 "C<guestfs_part_disk> to do that."
14862 msgstr ""
14863
14864 # type: textblock
14865 #. type: textblock
14866 #: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4726
14867 #: ../src/guestfs-actions.pod:4779 ../src/guestfs-actions.pod:4857
14868 #: ../src/guestfs-actions.pod:4895 ../src/guestfs-actions.pod:4914
14869 #: ../src/guestfs-actions.pod:4954
14870 msgid "(Added in 1.0.78)"
14871 msgstr ""
14872
14873 # type: =head2
14874 #. type: =head2
14875 #: ../src/guestfs-actions.pod:4690
14876 msgid "guestfs_part_del"
14877 msgstr ""
14878
14879 # type: verbatim
14880 #. type: verbatim
14881 #: ../src/guestfs-actions.pod:4692
14882 #, no-wrap
14883 msgid ""
14884 " int\n"
14885 " guestfs_part_del (guestfs_h *g,\n"
14886 "                   const char *device,\n"
14887 "                   int partnum);\n"
14888 "\n"
14889 msgstr ""
14890
14891 # type: textblock
14892 #. type: textblock
14893 #: ../src/guestfs-actions.pod:4697 ../fish/guestfish-actions.pod:3129
14894 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14895 msgstr ""
14896
14897 # type: textblock
14898 #. type: textblock
14899 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3131
14900 msgid ""
14901 "Note that in the case of MBR partitioning, deleting an extended partition "
14902 "also deletes any logical partitions it contains."
14903 msgstr ""
14904
14905 # type: =head2
14906 #. type: =head2
14907 #: ../src/guestfs-actions.pod:4707
14908 msgid "guestfs_part_disk"
14909 msgstr ""
14910
14911 # type: verbatim
14912 #. type: verbatim
14913 #: ../src/guestfs-actions.pod:4709
14914 #, no-wrap
14915 msgid ""
14916 " int\n"
14917 " guestfs_part_disk (guestfs_h *g,\n"
14918 "                    const char *device,\n"
14919 "                    const char *parttype);\n"
14920 "\n"
14921 msgstr ""
14922
14923 # type: textblock
14924 #. type: textblock
14925 #: ../src/guestfs-actions.pod:4714
14926 msgid ""
14927 "This command is simply a combination of C<guestfs_part_init> followed by "
14928 "C<guestfs_part_add> to create a single primary partition covering the whole "
14929 "disk."
14930 msgstr ""
14931
14932 # type: textblock
14933 #. type: textblock
14934 #: ../src/guestfs-actions.pod:4718
14935 msgid ""
14936 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14937 "possible values are described in C<guestfs_part_init>."
14938 msgstr ""
14939
14940 # type: =head2
14941 #. type: =head2
14942 #: ../src/guestfs-actions.pod:4728
14943 msgid "guestfs_part_get_bootable"
14944 msgstr ""
14945
14946 # type: verbatim
14947 #. type: verbatim
14948 #: ../src/guestfs-actions.pod:4730
14949 #, no-wrap
14950 msgid ""
14951 " int\n"
14952 " guestfs_part_get_bootable (guestfs_h *g,\n"
14953 "                            const char *device,\n"
14954 "                            int partnum);\n"
14955 "\n"
14956 msgstr ""
14957
14958 # type: textblock
14959 #. type: textblock
14960 #: ../src/guestfs-actions.pod:4735 ../fish/guestfish-actions.pod:3153
14961 msgid ""
14962 "This command returns true if the partition C<partnum> on C<device> has the "
14963 "bootable flag set."
14964 msgstr ""
14965
14966 # type: textblock
14967 #. type: textblock
14968 #: ../src/guestfs-actions.pod:4738
14969 msgid "See also C<guestfs_part_set_bootable>."
14970 msgstr ""
14971
14972 # type: =head2
14973 #. type: =head2
14974 #: ../src/guestfs-actions.pod:4744
14975 msgid "guestfs_part_get_mbr_id"
14976 msgstr ""
14977
14978 # type: verbatim
14979 #. type: verbatim
14980 #: ../src/guestfs-actions.pod:4746
14981 #, no-wrap
14982 msgid ""
14983 " int\n"
14984 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14985 "                          const char *device,\n"
14986 "                          int partnum);\n"
14987 "\n"
14988 msgstr ""
14989
14990 # type: textblock
14991 #. type: textblock
14992 #: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3162
14993 msgid ""
14994 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14995 "partition C<partnum>."
14996 msgstr ""
14997
14998 # type: textblock
14999 #. type: textblock
15000 #: ../src/guestfs-actions.pod:4754 ../src/guestfs-actions.pod:4930
15001 msgid ""
15002 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
15003 "undefined results for other partition table types (see "
15004 "C<guestfs_part_get_parttype>)."
15005 msgstr ""
15006
15007 # type: =head2
15008 #. type: =head2
15009 #: ../src/guestfs-actions.pod:4762
15010 msgid "guestfs_part_get_parttype"
15011 msgstr ""
15012
15013 # type: verbatim
15014 #. type: verbatim
15015 #: ../src/guestfs-actions.pod:4764
15016 #, no-wrap
15017 msgid ""
15018 " char *\n"
15019 " guestfs_part_get_parttype (guestfs_h *g,\n"
15020 "                            const char *device);\n"
15021 "\n"
15022 msgstr ""
15023
15024 # type: textblock
15025 #. type: textblock
15026 #: ../src/guestfs-actions.pod:4768 ../fish/guestfish-actions.pod:3173
15027 msgid ""
15028 "This command examines the partition table on C<device> and returns the "
15029 "partition table type (format) being used."
15030 msgstr ""
15031
15032 # type: textblock
15033 #. type: textblock
15034 #: ../src/guestfs-actions.pod:4771
15035 msgid ""
15036 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15037 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15038 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15039 msgstr ""
15040
15041 # type: =head2
15042 #. type: =head2
15043 #: ../src/guestfs-actions.pod:4781
15044 msgid "guestfs_part_init"
15045 msgstr ""
15046
15047 # type: verbatim
15048 #. type: verbatim
15049 #: ../src/guestfs-actions.pod:4783
15050 #, no-wrap
15051 msgid ""
15052 " int\n"
15053 " guestfs_part_init (guestfs_h *g,\n"
15054 "                    const char *device,\n"
15055 "                    const char *parttype);\n"
15056 "\n"
15057 msgstr ""
15058
15059 # type: textblock
15060 #. type: textblock
15061 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
15062 msgid ""
15063 "This creates an empty partition table on C<device> of one of the partition "
15064 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15065 "(for large disks)."
15066 msgstr ""
15067
15068 # type: textblock
15069 #. type: textblock
15070 #: ../src/guestfs-actions.pod:4792
15071 msgid ""
15072 "Initially there are no partitions.  Following this, you should call "
15073 "C<guestfs_part_add> for each partition required."
15074 msgstr ""
15075
15076 # type: textblock
15077 #. type: textblock
15078 #: ../src/guestfs-actions.pod:4795 ../fish/guestfish-actions.pod:3192
15079 msgid "Possible values for C<parttype> are:"
15080 msgstr ""
15081
15082 # type: =item
15083 #. type: =item
15084 #: ../src/guestfs-actions.pod:4799 ../fish/guestfish-actions.pod:3196
15085 msgid "B<efi> | B<gpt>"
15086 msgstr ""
15087
15088 # type: textblock
15089 #. type: textblock
15090 #: ../src/guestfs-actions.pod:4801 ../fish/guestfish-actions.pod:3198
15091 msgid "Intel EFI / GPT partition table."
15092 msgstr ""
15093
15094 # type: textblock
15095 #. type: textblock
15096 #: ../src/guestfs-actions.pod:4803 ../fish/guestfish-actions.pod:3200
15097 msgid ""
15098 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
15099 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
15100 "the C<mbr> format."
15101 msgstr ""
15102
15103 # type: =item
15104 #. type: =item
15105 #: ../src/guestfs-actions.pod:4807 ../fish/guestfish-actions.pod:3204
15106 msgid "B<mbr> | B<msdos>"
15107 msgstr ""
15108
15109 # type: textblock
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:4809 ../fish/guestfish-actions.pod:3206
15112 msgid ""
15113 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15114 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15115 "TB.  For large disks we recommend using C<gpt>."
15116 msgstr ""
15117
15118 # type: textblock
15119 #. type: textblock
15120 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
15121 msgid ""
15122 "Other partition table types that may work but are not supported include:"
15123 msgstr ""
15124
15125 # type: =item
15126 #. type: =item
15127 #: ../src/guestfs-actions.pod:4821 ../fish/guestfish-actions.pod:3218
15128 msgid "B<aix>"
15129 msgstr ""
15130
15131 # type: textblock
15132 #. type: textblock
15133 #: ../src/guestfs-actions.pod:4823 ../fish/guestfish-actions.pod:3220
15134 msgid "AIX disk labels."
15135 msgstr ""
15136
15137 # type: =item
15138 #. type: =item
15139 #: ../src/guestfs-actions.pod:4825 ../fish/guestfish-actions.pod:3222
15140 msgid "B<amiga> | B<rdb>"
15141 msgstr ""
15142
15143 # type: textblock
15144 #. type: textblock
15145 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3224
15146 msgid "Amiga \"Rigid Disk Block\" format."
15147 msgstr ""
15148
15149 # type: =item
15150 #. type: =item
15151 #: ../src/guestfs-actions.pod:4829 ../fish/guestfish-actions.pod:3226
15152 msgid "B<bsd>"
15153 msgstr ""
15154
15155 # type: textblock
15156 #. type: textblock
15157 #: ../src/guestfs-actions.pod:4831 ../fish/guestfish-actions.pod:3228
15158 msgid "BSD disk labels."
15159 msgstr ""
15160
15161 # type: =item
15162 #. type: =item
15163 #: ../src/guestfs-actions.pod:4833 ../fish/guestfish-actions.pod:3230
15164 msgid "B<dasd>"
15165 msgstr ""
15166
15167 # type: textblock
15168 #. type: textblock
15169 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3232
15170 msgid "DASD, used on IBM mainframes."
15171 msgstr ""
15172
15173 # type: =item
15174 #. type: =item
15175 #: ../src/guestfs-actions.pod:4837 ../fish/guestfish-actions.pod:3234
15176 msgid "B<dvh>"
15177 msgstr ""
15178
15179 # type: textblock
15180 #. type: textblock
15181 #: ../src/guestfs-actions.pod:4839 ../fish/guestfish-actions.pod:3236
15182 msgid "MIPS/SGI volumes."
15183 msgstr ""
15184
15185 # type: =item
15186 #. type: =item
15187 #: ../src/guestfs-actions.pod:4841 ../fish/guestfish-actions.pod:3238
15188 msgid "B<mac>"
15189 msgstr ""
15190
15191 # type: textblock
15192 #. type: textblock
15193 #: ../src/guestfs-actions.pod:4843 ../fish/guestfish-actions.pod:3240
15194 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15195 msgstr ""
15196
15197 # type: =item
15198 #. type: =item
15199 #: ../src/guestfs-actions.pod:4845 ../fish/guestfish-actions.pod:3242
15200 msgid "B<pc98>"
15201 msgstr ""
15202
15203 # type: textblock
15204 #. type: textblock
15205 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3244
15206 msgid "NEC PC-98 format, common in Japan apparently."
15207 msgstr ""
15208
15209 # type: =item
15210 #. type: =item
15211 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3246
15212 msgid "B<sun>"
15213 msgstr ""
15214
15215 # type: textblock
15216 #. type: textblock
15217 #: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3248
15218 msgid "Sun disk labels."
15219 msgstr ""
15220
15221 # type: =head2
15222 #. type: =head2
15223 #: ../src/guestfs-actions.pod:4859
15224 msgid "guestfs_part_list"
15225 msgstr ""
15226
15227 # type: verbatim
15228 #. type: verbatim
15229 #: ../src/guestfs-actions.pod:4861
15230 #, no-wrap
15231 msgid ""
15232 " struct guestfs_partition_list *\n"
15233 " guestfs_part_list (guestfs_h *g,\n"
15234 "                    const char *device);\n"
15235 "\n"
15236 msgstr ""
15237
15238 # type: textblock
15239 #. type: textblock
15240 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
15241 msgid ""
15242 "This command parses the partition table on C<device> and returns the list of "
15243 "partitions found."
15244 msgstr ""
15245
15246 # type: textblock
15247 #. type: textblock
15248 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
15249 msgid "The fields in the returned structure are:"
15250 msgstr ""
15251
15252 # type: =item
15253 #. type: =item
15254 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
15255 msgid "B<part_num>"
15256 msgstr ""
15257
15258 # type: textblock
15259 #. type: textblock
15260 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
15261 msgid "Partition number, counting from 1."
15262 msgstr ""
15263
15264 # type: =item
15265 #. type: =item
15266 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
15267 msgid "B<part_start>"
15268 msgstr ""
15269
15270 # type: textblock
15271 #. type: textblock
15272 #: ../src/guestfs-actions.pod:4878
15273 msgid ""
15274 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15275 "the device's sector size, see C<guestfs_blockdev_getss>."
15276 msgstr ""
15277
15278 # type: =item
15279 #. type: =item
15280 #: ../src/guestfs-actions.pod:4881 ../fish/guestfish-actions.pod:3272
15281 msgid "B<part_end>"
15282 msgstr ""
15283
15284 # type: textblock
15285 #. type: textblock
15286 #: ../src/guestfs-actions.pod:4883 ../fish/guestfish-actions.pod:3274
15287 msgid "End of the partition in bytes."
15288 msgstr ""
15289
15290 # type: =item
15291 #. type: =item
15292 #: ../src/guestfs-actions.pod:4885 ../fish/guestfish-actions.pod:3276
15293 msgid "B<part_size>"
15294 msgstr ""
15295
15296 # type: textblock
15297 #. type: textblock
15298 #: ../src/guestfs-actions.pod:4887 ../fish/guestfish-actions.pod:3278
15299 msgid "Size of the partition in bytes."
15300 msgstr ""
15301
15302 # type: textblock
15303 #. type: textblock
15304 #: ../src/guestfs-actions.pod:4891
15305 msgid ""
15306 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15307 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15308 "use>."
15309 msgstr ""
15310
15311 # type: =head2
15312 #. type: =head2
15313 #: ../src/guestfs-actions.pod:4897
15314 msgid "guestfs_part_set_bootable"
15315 msgstr ""
15316
15317 # type: verbatim
15318 #. type: verbatim
15319 #: ../src/guestfs-actions.pod:4899
15320 #, no-wrap
15321 msgid ""
15322 " int\n"
15323 " guestfs_part_set_bootable (guestfs_h *g,\n"
15324 "                            const char *device,\n"
15325 "                            int partnum,\n"
15326 "                            int bootable);\n"
15327 "\n"
15328 msgstr ""
15329
15330 # type: textblock
15331 #. type: textblock
15332 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3286
15333 msgid ""
15334 "This sets the bootable flag on partition numbered C<partnum> on device "
15335 "C<device>.  Note that partitions are numbered from 1."
15336 msgstr ""
15337
15338 # type: textblock
15339 #. type: textblock
15340 #: ../src/guestfs-actions.pod:4908 ../fish/guestfish-actions.pod:3289
15341 msgid ""
15342 "The bootable flag is used by some operating systems (notably Windows) to "
15343 "determine which partition to boot from.  It is by no means universally "
15344 "recognized."
15345 msgstr ""
15346
15347 # type: =head2
15348 #. type: =head2
15349 #: ../src/guestfs-actions.pod:4916
15350 msgid "guestfs_part_set_mbr_id"
15351 msgstr ""
15352
15353 # type: verbatim
15354 #. type: verbatim
15355 #: ../src/guestfs-actions.pod:4918
15356 #, no-wrap
15357 msgid ""
15358 " int\n"
15359 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15360 "                          const char *device,\n"
15361 "                          int partnum,\n"
15362 "                          int idbyte);\n"
15363 "\n"
15364 msgstr ""
15365
15366 # type: textblock
15367 #. type: textblock
15368 #: ../src/guestfs-actions.pod:4924 ../fish/guestfish-actions.pod:3297
15369 msgid ""
15370 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15371 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15372 "documentation are in fact hexadecimal numbers, but usually documented "
15373 "without any leading \"0x\" which might be confusing."
15374 msgstr ""
15375
15376 # type: =head2
15377 #. type: =head2
15378 #: ../src/guestfs-actions.pod:4938
15379 msgid "guestfs_part_set_name"
15380 msgstr ""
15381
15382 # type: verbatim
15383 #. type: verbatim
15384 #: ../src/guestfs-actions.pod:4940
15385 #, no-wrap
15386 msgid ""
15387 " int\n"
15388 " guestfs_part_set_name (guestfs_h *g,\n"
15389 "                        const char *device,\n"
15390 "                        int partnum,\n"
15391 "                        const char *name);\n"
15392 "\n"
15393 msgstr ""
15394
15395 # type: textblock
15396 #. type: textblock
15397 #: ../src/guestfs-actions.pod:4946 ../fish/guestfish-actions.pod:3311
15398 msgid ""
15399 "This sets the partition name on partition numbered C<partnum> on device "
15400 "C<device>.  Note that partitions are numbered from 1."
15401 msgstr ""
15402
15403 # type: textblock
15404 #. type: textblock
15405 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3314
15406 msgid ""
15407 "The partition name can only be set on certain types of partition table.  "
15408 "This works on C<gpt> but not on C<mbr> partitions."
15409 msgstr ""
15410
15411 # type: =head2
15412 #. type: =head2
15413 #: ../src/guestfs-actions.pod:4956
15414 msgid "guestfs_part_to_dev"
15415 msgstr ""
15416
15417 # type: verbatim
15418 #. type: verbatim
15419 #: ../src/guestfs-actions.pod:4958
15420 #, no-wrap
15421 msgid ""
15422 " char *\n"
15423 " guestfs_part_to_dev (guestfs_h *g,\n"
15424 "                      const char *partition);\n"
15425 "\n"
15426 msgstr ""
15427
15428 # type: textblock
15429 #. type: textblock
15430 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3321
15431 msgid ""
15432 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15433 "partition number, returning the device name (eg. \"/dev/sdb\")."
15434 msgstr ""
15435
15436 # type: textblock
15437 #. type: textblock
15438 #: ../src/guestfs-actions.pod:4966
15439 msgid ""
15440 "The named partition must exist, for example as a string returned from "
15441 "C<guestfs_list_partitions>."
15442 msgstr ""
15443
15444 # type: =head2
15445 #. type: =head2
15446 #: ../src/guestfs-actions.pod:4974
15447 msgid "guestfs_ping_daemon"
15448 msgstr ""
15449
15450 # type: verbatim
15451 #. type: verbatim
15452 #: ../src/guestfs-actions.pod:4976
15453 #, no-wrap
15454 msgid ""
15455 " int\n"
15456 " guestfs_ping_daemon (guestfs_h *g);\n"
15457 "\n"
15458 msgstr ""
15459
15460 # type: textblock
15461 #. type: textblock
15462 #: ../src/guestfs-actions.pod:4979 ../fish/guestfish-actions.pod:3332
15463 msgid ""
15464 "This is a test probe into the guestfs daemon running inside the qemu "
15465 "subprocess.  Calling this function checks that the daemon responds to the "
15466 "ping message, without affecting the daemon or attached block device(s) in "
15467 "any other way."
15468 msgstr ""
15469
15470 # type: =head2
15471 #. type: =head2
15472 #: ../src/guestfs-actions.pod:4988
15473 msgid "guestfs_pread"
15474 msgstr ""
15475
15476 # type: verbatim
15477 #. type: verbatim
15478 #: ../src/guestfs-actions.pod:4990
15479 #, no-wrap
15480 msgid ""
15481 " char *\n"
15482 " guestfs_pread (guestfs_h *g,\n"
15483 "                const char *path,\n"
15484 "                int count,\n"
15485 "                int64_t offset,\n"
15486 "                size_t *size_r);\n"
15487 "\n"
15488 msgstr ""
15489
15490 # type: textblock
15491 #. type: textblock
15492 #: ../src/guestfs-actions.pod:4997 ../fish/guestfish-actions.pod:3341
15493 msgid ""
15494 "This command lets you read part of a file.  It reads C<count> bytes of the "
15495 "file, starting at C<offset>, from file C<path>."
15496 msgstr ""
15497
15498 # type: textblock
15499 #. type: textblock
15500 #: ../src/guestfs-actions.pod:5000 ../src/guestfs-actions.pod:5026
15501 #: ../fish/guestfish-actions.pod:3344 ../fish/guestfish-actions.pod:3359
15502 msgid ""
15503 "This may read fewer bytes than requested.  For further details see the "
15504 "L<pread(2)> system call."
15505 msgstr ""
15506
15507 # type: textblock
15508 #. type: textblock
15509 #: ../src/guestfs-actions.pod:5003
15510 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15511 msgstr ""
15512
15513 # type: =head2
15514 #. type: =head2
15515 #: ../src/guestfs-actions.pod:5014
15516 msgid "guestfs_pread_device"
15517 msgstr ""
15518
15519 # type: verbatim
15520 #. type: verbatim
15521 #: ../src/guestfs-actions.pod:5016
15522 #, no-wrap
15523 msgid ""
15524 " char *\n"
15525 " guestfs_pread_device (guestfs_h *g,\n"
15526 "                       const char *device,\n"
15527 "                       int count,\n"
15528 "                       int64_t offset,\n"
15529 "                       size_t *size_r);\n"
15530 "\n"
15531 msgstr ""
15532
15533 # type: textblock
15534 #. type: textblock
15535 #: ../src/guestfs-actions.pod:5023 ../fish/guestfish-actions.pod:3356
15536 msgid ""
15537 "This command lets you read part of a file.  It reads C<count> bytes of "
15538 "C<device>, starting at C<offset>."
15539 msgstr ""
15540
15541 # type: textblock
15542 #. type: textblock
15543 #: ../src/guestfs-actions.pod:5029
15544 msgid "See also C<guestfs_pread>."
15545 msgstr ""
15546
15547 # type: textblock
15548 #. type: textblock
15549 #: ../src/guestfs-actions.pod:5038
15550 msgid "(Added in 1.5.21)"
15551 msgstr ""
15552
15553 # type: =head2
15554 #. type: =head2
15555 #: ../src/guestfs-actions.pod:5040
15556 msgid "guestfs_pvcreate"
15557 msgstr ""
15558
15559 # type: verbatim
15560 #. type: verbatim
15561 #: ../src/guestfs-actions.pod:5042
15562 #, no-wrap
15563 msgid ""
15564 " int\n"
15565 " guestfs_pvcreate (guestfs_h *g,\n"
15566 "                   const char *device);\n"
15567 "\n"
15568 msgstr ""
15569
15570 # type: textblock
15571 #. type: textblock
15572 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3371
15573 msgid ""
15574 "This creates an LVM physical volume on the named C<device>, where C<device> "
15575 "should usually be a partition name such as C</dev/sda1>."
15576 msgstr ""
15577
15578 # type: =head2
15579 #. type: =head2
15580 #: ../src/guestfs-actions.pod:5054
15581 msgid "guestfs_pvremove"
15582 msgstr ""
15583
15584 # type: verbatim
15585 #. type: verbatim
15586 #: ../src/guestfs-actions.pod:5056
15587 #, no-wrap
15588 msgid ""
15589 " int\n"
15590 " guestfs_pvremove (guestfs_h *g,\n"
15591 "                   const char *device);\n"
15592 "\n"
15593 msgstr ""
15594
15595 # type: textblock
15596 #. type: textblock
15597 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3379
15598 msgid ""
15599 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15600 "it."
15601 msgstr ""
15602
15603 # type: textblock
15604 #. type: textblock
15605 #: ../src/guestfs-actions.pod:5063 ../fish/guestfish-actions.pod:3382
15606 msgid ""
15607 "The implementation uses the C<pvremove> command which refuses to wipe "
15608 "physical volumes that contain any volume groups, so you have to remove those "
15609 "first."
15610 msgstr ""
15611
15612 # type: =head2
15613 #. type: =head2
15614 #: ../src/guestfs-actions.pod:5071
15615 msgid "guestfs_pvresize"
15616 msgstr ""
15617
15618 # type: verbatim
15619 #. type: verbatim
15620 #: ../src/guestfs-actions.pod:5073
15621 #, no-wrap
15622 msgid ""
15623 " int\n"
15624 " guestfs_pvresize (guestfs_h *g,\n"
15625 "                   const char *device);\n"
15626 "\n"
15627 msgstr ""
15628
15629 # type: textblock
15630 #. type: textblock
15631 #: ../src/guestfs-actions.pod:5077 ../fish/guestfish-actions.pod:3390
15632 msgid ""
15633 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15634 "the new size of the underlying device."
15635 msgstr ""
15636
15637 # type: =head2
15638 #. type: =head2
15639 #: ../src/guestfs-actions.pod:5084
15640 msgid "guestfs_pvresize_size"
15641 msgstr ""
15642
15643 # type: verbatim
15644 #. type: verbatim
15645 #: ../src/guestfs-actions.pod:5086
15646 #, no-wrap
15647 msgid ""
15648 " int\n"
15649 " guestfs_pvresize_size (guestfs_h *g,\n"
15650 "                        const char *device,\n"
15651 "                        int64_t size);\n"
15652 "\n"
15653 msgstr ""
15654
15655 # type: textblock
15656 #. type: textblock
15657 #: ../src/guestfs-actions.pod:5091
15658 msgid ""
15659 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15660 "specify the new size (in bytes) explicitly."
15661 msgstr ""
15662
15663 # type: =head2
15664 #. type: =head2
15665 #: ../src/guestfs-actions.pod:5098
15666 msgid "guestfs_pvs"
15667 msgstr ""
15668
15669 # type: verbatim
15670 #. type: verbatim
15671 #: ../src/guestfs-actions.pod:5100
15672 #, no-wrap
15673 msgid ""
15674 " char **\n"
15675 " guestfs_pvs (guestfs_h *g);\n"
15676 "\n"
15677 msgstr ""
15678
15679 # type: textblock
15680 #. type: textblock
15681 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3404
15682 msgid ""
15683 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15684 "(8)> command."
15685 msgstr ""
15686
15687 # type: textblock
15688 #. type: textblock
15689 #: ../src/guestfs-actions.pod:5106 ../fish/guestfish-actions.pod:3407
15690 msgid ""
15691 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15692 "sda2>)."
15693 msgstr ""
15694
15695 # type: textblock
15696 #. type: textblock
15697 #: ../src/guestfs-actions.pod:5109
15698 msgid "See also C<guestfs_pvs_full>."
15699 msgstr ""
15700
15701 # type: =head2
15702 #. type: =head2
15703 #: ../src/guestfs-actions.pod:5117
15704 msgid "guestfs_pvs_full"
15705 msgstr ""
15706
15707 # type: verbatim
15708 #. type: verbatim
15709 #: ../src/guestfs-actions.pod:5119
15710 #, no-wrap
15711 msgid ""
15712 " struct guestfs_lvm_pv_list *\n"
15713 " guestfs_pvs_full (guestfs_h *g);\n"
15714 "\n"
15715 msgstr ""
15716
15717 # type: textblock
15718 #. type: textblock
15719 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3416
15720 msgid ""
15721 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15722 "(8)> command.  The \"full\" version includes all fields."
15723 msgstr ""
15724
15725 # type: textblock
15726 #. type: textblock
15727 #: ../src/guestfs-actions.pod:5125
15728 msgid ""
15729 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15730 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15731 msgstr ""
15732
15733 # type: =head2
15734 #. type: =head2
15735 #: ../src/guestfs-actions.pod:5131
15736 msgid "guestfs_pvuuid"
15737 msgstr ""
15738
15739 # type: verbatim
15740 #. type: verbatim
15741 #: ../src/guestfs-actions.pod:5133
15742 #, no-wrap
15743 msgid ""
15744 " char *\n"
15745 " guestfs_pvuuid (guestfs_h *g,\n"
15746 "                 const char *device);\n"
15747 "\n"
15748 msgstr ""
15749
15750 # type: textblock
15751 #. type: textblock
15752 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3423
15753 msgid "This command returns the UUID of the LVM PV C<device>."
15754 msgstr ""
15755
15756 # type: =head2
15757 #. type: =head2
15758 #: ../src/guestfs-actions.pod:5144
15759 msgid "guestfs_pwrite"
15760 msgstr ""
15761
15762 # type: verbatim
15763 #. type: verbatim
15764 #: ../src/guestfs-actions.pod:5146
15765 #, no-wrap
15766 msgid ""
15767 " int\n"
15768 " guestfs_pwrite (guestfs_h *g,\n"
15769 "                 const char *path,\n"
15770 "                 const char *content,\n"
15771 "                 size_t content_size,\n"
15772 "                 int64_t offset);\n"
15773 "\n"
15774 msgstr ""
15775
15776 # type: textblock
15777 #. type: textblock
15778 #: ../src/guestfs-actions.pod:5153 ../fish/guestfish-actions.pod:3429
15779 msgid ""
15780 "This command writes to part of a file.  It writes the data buffer C<content> "
15781 "to the file C<path> starting at offset C<offset>."
15782 msgstr ""
15783
15784 # type: textblock
15785 #. type: textblock
15786 #: ../src/guestfs-actions.pod:5156 ../fish/guestfish-actions.pod:3432
15787 msgid ""
15788 "This command implements the L<pwrite(2)> system call, and like that system "
15789 "call it may not write the full data requested.  The return value is the "
15790 "number of bytes that were actually written to the file.  This could even be "
15791 "0, although short writes are unlikely for regular files in ordinary "
15792 "circumstances."
15793 msgstr ""
15794
15795 # type: textblock
15796 #. type: textblock
15797 #: ../src/guestfs-actions.pod:5162
15798 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15799 msgstr ""
15800
15801 # type: =head2
15802 #. type: =head2
15803 #: ../src/guestfs-actions.pod:5171
15804 msgid "guestfs_pwrite_device"
15805 msgstr ""
15806
15807 # type: verbatim
15808 #. type: verbatim
15809 #: ../src/guestfs-actions.pod:5173
15810 #, no-wrap
15811 msgid ""
15812 " int\n"
15813 " guestfs_pwrite_device (guestfs_h *g,\n"
15814 "                        const char *device,\n"
15815 "                        const char *content,\n"
15816 "                        size_t content_size,\n"
15817 "                        int64_t offset);\n"
15818 "\n"
15819 msgstr ""
15820
15821 # type: textblock
15822 #. type: textblock
15823 #: ../src/guestfs-actions.pod:5180 ../fish/guestfish-actions.pod:3447
15824 msgid ""
15825 "This command writes to part of a device.  It writes the data buffer "
15826 "C<content> to C<device> starting at offset C<offset>."
15827 msgstr ""
15828
15829 # type: textblock
15830 #. type: textblock
15831 #: ../src/guestfs-actions.pod:5183 ../fish/guestfish-actions.pod:3450
15832 msgid ""
15833 "This command implements the L<pwrite(2)> system call, and like that system "
15834 "call it may not write the full data requested (although short writes to disk "
15835 "devices and partitions are probably impossible with standard Linux kernels)."
15836 msgstr ""
15837
15838 # type: textblock
15839 #. type: textblock
15840 #: ../src/guestfs-actions.pod:5188
15841 msgid "See also C<guestfs_pwrite>."
15842 msgstr ""
15843
15844 # type: textblock
15845 #. type: textblock
15846 #: ../src/guestfs-actions.pod:5195
15847 msgid "(Added in 1.5.20)"
15848 msgstr ""
15849
15850 # type: =head2
15851 #. type: =head2
15852 #: ../src/guestfs-actions.pod:5197
15853 msgid "guestfs_read_file"
15854 msgstr ""
15855
15856 # type: verbatim
15857 #. type: verbatim
15858 #: ../src/guestfs-actions.pod:5199
15859 #, no-wrap
15860 msgid ""
15861 " char *\n"
15862 " guestfs_read_file (guestfs_h *g,\n"
15863 "                    const char *path,\n"
15864 "                    size_t *size_r);\n"
15865 "\n"
15866 msgstr ""
15867
15868 # type: textblock
15869 #. type: textblock
15870 #: ../src/guestfs-actions.pod:5204 ../fish/guestfish-actions.pod:3464
15871 msgid "This calls returns the contents of the file C<path> as a buffer."
15872 msgstr ""
15873
15874 # type: textblock
15875 #. type: textblock
15876 #: ../src/guestfs-actions.pod:5207
15877 msgid ""
15878 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15879 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15880 "function is limited in the total size of file that can be handled."
15881 msgstr ""
15882
15883 # type: textblock
15884 #. type: textblock
15885 #: ../src/guestfs-actions.pod:5219
15886 msgid "(Added in 1.0.63)"
15887 msgstr ""
15888
15889 # type: =head2
15890 #. type: =head2
15891 #: ../src/guestfs-actions.pod:5221
15892 msgid "guestfs_read_lines"
15893 msgstr ""
15894
15895 # type: verbatim
15896 #. type: verbatim
15897 #: ../src/guestfs-actions.pod:5223
15898 #, no-wrap
15899 msgid ""
15900 " char **\n"
15901 " guestfs_read_lines (guestfs_h *g,\n"
15902 "                     const char *path);\n"
15903 "\n"
15904 msgstr ""
15905
15906 # type: textblock
15907 #. type: textblock
15908 #: ../src/guestfs-actions.pod:5229 ../fish/guestfish-actions.pod:3481
15909 msgid ""
15910 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15911 "C<CRLF> character sequences are I<not> returned."
15912 msgstr ""
15913
15914 # type: textblock
15915 #. type: textblock
15916 #: ../src/guestfs-actions.pod:5232
15917 msgid ""
15918 "Note that this function cannot correctly handle binary files (specifically, "
15919 "files containing C<\\0> character which is treated as end of line).  For "
15920 "those you need to use the C<guestfs_read_file> function which has a more "
15921 "complex interface."
15922 msgstr ""
15923
15924 # type: =head2
15925 #. type: =head2
15926 #: ../src/guestfs-actions.pod:5243
15927 msgid "guestfs_readdir"
15928 msgstr ""
15929
15930 # type: verbatim
15931 #. type: verbatim
15932 #: ../src/guestfs-actions.pod:5245
15933 #, no-wrap
15934 msgid ""
15935 " struct guestfs_dirent_list *\n"
15936 " guestfs_readdir (guestfs_h *g,\n"
15937 "                  const char *dir);\n"
15938 "\n"
15939 msgstr ""
15940
15941 # type: textblock
15942 #. type: textblock
15943 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
15944 msgid "This returns the list of directory entries in directory C<dir>."
15945 msgstr ""
15946
15947 # type: textblock
15948 #. type: textblock
15949 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
15950 msgid ""
15951 "All entries in the directory are returned, including C<.> and C<..>.  The "
15952 "entries are I<not> sorted, but returned in the same order as the underlying "
15953 "filesystem."
15954 msgstr ""
15955
15956 # type: textblock
15957 #. type: textblock
15958 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
15959 msgid ""
15960 "Also this call returns basic file type information about each file.  The "
15961 "C<ftyp> field will contain one of the following characters:"
15962 msgstr ""
15963
15964 # type: =item
15965 #. type: =item
15966 #: ../src/guestfs-actions.pod:5260 ../fish/guestfish-actions.pod:3504
15967 msgid "'b'"
15968 msgstr ""
15969
15970 # type: textblock
15971 #. type: textblock
15972 #: ../src/guestfs-actions.pod:5262 ../fish/guestfish-actions.pod:3506
15973 msgid "Block special"
15974 msgstr ""
15975
15976 # type: =item
15977 #. type: =item
15978 #: ../src/guestfs-actions.pod:5264 ../fish/guestfish-actions.pod:3508
15979 msgid "'c'"
15980 msgstr ""
15981
15982 # type: textblock
15983 #. type: textblock
15984 #: ../src/guestfs-actions.pod:5266 ../fish/guestfish-actions.pod:3510
15985 msgid "Char special"
15986 msgstr ""
15987
15988 # type: =item
15989 #. type: =item
15990 #: ../src/guestfs-actions.pod:5268 ../fish/guestfish-actions.pod:3512
15991 msgid "'d'"
15992 msgstr ""
15993
15994 # type: textblock
15995 #. type: textblock
15996 #: ../src/guestfs-actions.pod:5270 ../fish/guestfish-actions.pod:3514
15997 msgid "Directory"
15998 msgstr ""
15999
16000 # type: =item
16001 #. type: =item
16002 #: ../src/guestfs-actions.pod:5272 ../fish/guestfish-actions.pod:3516
16003 msgid "'f'"
16004 msgstr ""
16005
16006 # type: textblock
16007 #. type: textblock
16008 #: ../src/guestfs-actions.pod:5274 ../fish/guestfish-actions.pod:3518
16009 msgid "FIFO (named pipe)"
16010 msgstr ""
16011
16012 # type: =item
16013 #. type: =item
16014 #: ../src/guestfs-actions.pod:5276 ../fish/guestfish-actions.pod:3520
16015 msgid "'l'"
16016 msgstr ""
16017
16018 # type: textblock
16019 #. type: textblock
16020 #: ../src/guestfs-actions.pod:5278 ../fish/guestfish-actions.pod:3522
16021 msgid "Symbolic link"
16022 msgstr ""
16023
16024 # type: =item
16025 #. type: =item
16026 #: ../src/guestfs-actions.pod:5280 ../fish/guestfish-actions.pod:3524
16027 msgid "'r'"
16028 msgstr ""
16029
16030 # type: textblock
16031 #. type: textblock
16032 #: ../src/guestfs-actions.pod:5282 ../fish/guestfish-actions.pod:3526
16033 msgid "Regular file"
16034 msgstr ""
16035
16036 # type: =item
16037 #. type: =item
16038 #: ../src/guestfs-actions.pod:5284 ../fish/guestfish-actions.pod:3528
16039 msgid "'s'"
16040 msgstr ""
16041
16042 # type: textblock
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:5286 ../fish/guestfish-actions.pod:3530
16045 msgid "Socket"
16046 msgstr ""
16047
16048 # type: =item
16049 #. type: =item
16050 #: ../src/guestfs-actions.pod:5288 ../fish/guestfish-actions.pod:3532
16051 msgid "'u'"
16052 msgstr ""
16053
16054 # type: textblock
16055 #. type: textblock
16056 #: ../src/guestfs-actions.pod:5290 ../fish/guestfish-actions.pod:3534
16057 msgid "Unknown file type"
16058 msgstr ""
16059
16060 # type: =item
16061 #. type: =item
16062 #: ../src/guestfs-actions.pod:5292 ../fish/guestfish-actions.pod:3536
16063 msgid "'?'"
16064 msgstr ""
16065
16066 # type: textblock
16067 #. type: textblock
16068 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3538
16069 msgid ""
16070 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16071 msgstr ""
16072
16073 # type: textblock
16074 #. type: textblock
16075 #: ../src/guestfs-actions.pod:5299
16076 msgid ""
16077 "This function is primarily intended for use by programs.  To get a simple "
16078 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16079 "consumption, use C<guestfs_ll>."
16080 msgstr ""
16081
16082 # type: textblock
16083 #. type: textblock
16084 #: ../src/guestfs-actions.pod:5303
16085 msgid ""
16086 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16087 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16088 msgstr ""
16089
16090 # type: =head2
16091 #. type: =head2
16092 #: ../src/guestfs-actions.pod:5309
16093 msgid "guestfs_readlink"
16094 msgstr ""
16095
16096 # type: verbatim
16097 #. type: verbatim
16098 #: ../src/guestfs-actions.pod:5311
16099 #, no-wrap
16100 msgid ""
16101 " char *\n"
16102 " guestfs_readlink (guestfs_h *g,\n"
16103 "                   const char *path);\n"
16104 "\n"
16105 msgstr ""
16106
16107 # type: textblock
16108 #. type: textblock
16109 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3551
16110 msgid "This command reads the target of a symbolic link."
16111 msgstr ""
16112
16113 # type: =head2
16114 #. type: =head2
16115 #: ../src/guestfs-actions.pod:5322
16116 msgid "guestfs_readlinklist"
16117 msgstr ""
16118
16119 # type: verbatim
16120 #. type: verbatim
16121 #: ../src/guestfs-actions.pod:5324
16122 #, no-wrap
16123 msgid ""
16124 " char **\n"
16125 " guestfs_readlinklist (guestfs_h *g,\n"
16126 "                       const char *path,\n"
16127 "                       char *const *names);\n"
16128 "\n"
16129 msgstr ""
16130
16131 # type: textblock
16132 #. type: textblock
16133 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3557
16134 msgid ""
16135 "This call allows you to do a C<readlink> operation on multiple files, where "
16136 "all files are in the directory C<path>.  C<names> is the list of files from "
16137 "this directory."
16138 msgstr ""
16139
16140 # type: textblock
16141 #. type: textblock
16142 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
16143 msgid ""
16144 "On return you get a list of strings, with a one-to-one correspondence to the "
16145 "C<names> list.  Each string is the value of the symbolic link."
16146 msgstr ""
16147
16148 # type: textblock
16149 #. type: textblock
16150 #: ../src/guestfs-actions.pod:5337 ../fish/guestfish-actions.pod:3565
16151 msgid ""
16152 "If the C<readlink(2)> operation fails on any name, then the corresponding "
16153 "result string is the empty string C<\"\">.  However the whole operation is "
16154 "completed even if there were C<readlink(2)> errors, and so you can call this "
16155 "function with names where you don't know if they are symbolic links already "
16156 "(albeit slightly less efficient)."
16157 msgstr ""
16158
16159 # type: textblock
16160 #. type: textblock
16161 #: ../src/guestfs-actions.pod:5344 ../fish/guestfish-actions.pod:3572
16162 msgid ""
16163 "This call is intended for programs that want to efficiently list a directory "
16164 "contents without making many round-trips.  Very long directory listings "
16165 "might cause the protocol message size to be exceeded, causing this call to "
16166 "fail.  The caller must split up such requests into smaller groups of names."
16167 msgstr ""
16168
16169 # type: =head2
16170 #. type: =head2
16171 #: ../src/guestfs-actions.pod:5357
16172 msgid "guestfs_realpath"
16173 msgstr ""
16174
16175 # type: verbatim
16176 #. type: verbatim
16177 #: ../src/guestfs-actions.pod:5359
16178 #, no-wrap
16179 msgid ""
16180 " char *\n"
16181 " guestfs_realpath (guestfs_h *g,\n"
16182 "                   const char *path);\n"
16183 "\n"
16184 msgstr ""
16185
16186 # type: textblock
16187 #. type: textblock
16188 #: ../src/guestfs-actions.pod:5363 ../fish/guestfish-actions.pod:3583
16189 msgid ""
16190 "Return the canonicalized absolute pathname of C<path>.  The returned path "
16191 "has no C<.>, C<..> or symbolic link path elements."
16192 msgstr ""
16193
16194 # type: =head2
16195 #. type: =head2
16196 #: ../src/guestfs-actions.pod:5371
16197 msgid "guestfs_removexattr"
16198 msgstr ""
16199
16200 # type: verbatim
16201 #. type: verbatim
16202 #: ../src/guestfs-actions.pod:5373
16203 #, no-wrap
16204 msgid ""
16205 " int\n"
16206 " guestfs_removexattr (guestfs_h *g,\n"
16207 "                      const char *xattr,\n"
16208 "                      const char *path);\n"
16209 "\n"
16210 msgstr ""
16211
16212 # type: textblock
16213 #. type: textblock
16214 #: ../src/guestfs-actions.pod:5378 ../fish/guestfish-actions.pod:3590
16215 msgid ""
16216 "This call removes the extended attribute named C<xattr> of the file C<path>."
16217 msgstr ""
16218
16219 # type: textblock
16220 #. type: textblock
16221 #: ../src/guestfs-actions.pod:5381
16222 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16223 msgstr ""
16224
16225 # type: =head2
16226 #. type: =head2
16227 #: ../src/guestfs-actions.pod:5387
16228 msgid "guestfs_resize2fs"
16229 msgstr ""
16230
16231 # type: verbatim
16232 #. type: verbatim
16233 #: ../src/guestfs-actions.pod:5389
16234 #, no-wrap
16235 msgid ""
16236 " int\n"
16237 " guestfs_resize2fs (guestfs_h *g,\n"
16238 "                    const char *device);\n"
16239 "\n"
16240 msgstr ""
16241
16242 # type: textblock
16243 #. type: textblock
16244 #: ../src/guestfs-actions.pod:5393 ../fish/guestfish-actions.pod:3599
16245 msgid ""
16246 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
16247 "underlying device."
16248 msgstr ""
16249
16250 # type: textblock
16251 #. type: textblock
16252 #: ../src/guestfs-actions.pod:5396
16253 msgid ""
16254 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
16255 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
16256 "sometimes gives an error about this and sometimes not.  In any case, it is "
16257 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16258 msgstr ""
16259
16260 # type: =head2
16261 #. type: =head2
16262 #: ../src/guestfs-actions.pod:5406
16263 msgid "guestfs_resize2fs_size"
16264 msgstr ""
16265
16266 # type: verbatim
16267 #. type: verbatim
16268 #: ../src/guestfs-actions.pod:5408
16269 #, no-wrap
16270 msgid ""
16271 " int\n"
16272 " guestfs_resize2fs_size (guestfs_h *g,\n"
16273 "                         const char *device,\n"
16274 "                         int64_t size);\n"
16275 "\n"
16276 msgstr ""
16277
16278 # type: textblock
16279 #. type: textblock
16280 #: ../src/guestfs-actions.pod:5413
16281 msgid ""
16282 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16283 "to specify the new size (in bytes) explicitly."
16284 msgstr ""
16285
16286 # type: =head2
16287 #. type: =head2
16288 #: ../src/guestfs-actions.pod:5420
16289 msgid "guestfs_rm"
16290 msgstr ""
16291
16292 # type: verbatim
16293 #. type: verbatim
16294 #: ../src/guestfs-actions.pod:5422
16295 #, no-wrap
16296 msgid ""
16297 " int\n"
16298 " guestfs_rm (guestfs_h *g,\n"
16299 "             const char *path);\n"
16300 "\n"
16301 msgstr ""
16302
16303 # type: textblock
16304 #. type: textblock
16305 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3619
16306 msgid "Remove the single file C<path>."
16307 msgstr ""
16308
16309 # type: =head2
16310 #. type: =head2
16311 #: ../src/guestfs-actions.pod:5432
16312 msgid "guestfs_rm_rf"
16313 msgstr ""
16314
16315 # type: verbatim
16316 #. type: verbatim
16317 #: ../src/guestfs-actions.pod:5434
16318 #, no-wrap
16319 msgid ""
16320 " int\n"
16321 " guestfs_rm_rf (guestfs_h *g,\n"
16322 "                const char *path);\n"
16323 "\n"
16324 msgstr ""
16325
16326 # type: textblock
16327 #. type: textblock
16328 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3625
16329 msgid ""
16330 "Remove the file or directory C<path>, recursively removing the contents if "
16331 "its a directory.  This is like the C<rm -rf> shell command."
16332 msgstr ""
16333
16334 # type: =head2
16335 #. type: =head2
16336 #: ../src/guestfs-actions.pod:5446
16337 msgid "guestfs_rmdir"
16338 msgstr ""
16339
16340 # type: verbatim
16341 #. type: verbatim
16342 #: ../src/guestfs-actions.pod:5448
16343 #, no-wrap
16344 msgid ""
16345 " int\n"
16346 " guestfs_rmdir (guestfs_h *g,\n"
16347 "                const char *path);\n"
16348 "\n"
16349 msgstr ""
16350
16351 # type: textblock
16352 #. type: textblock
16353 #: ../src/guestfs-actions.pod:5452 ../fish/guestfish-actions.pod:3633
16354 msgid "Remove the single directory C<path>."
16355 msgstr ""
16356
16357 # type: =head2
16358 #. type: =head2
16359 #: ../src/guestfs-actions.pod:5458
16360 msgid "guestfs_rmmountpoint"
16361 msgstr ""
16362
16363 # type: verbatim
16364 #. type: verbatim
16365 #: ../src/guestfs-actions.pod:5460
16366 #, no-wrap
16367 msgid ""
16368 " int\n"
16369 " guestfs_rmmountpoint (guestfs_h *g,\n"
16370 "                       const char *exemptpath);\n"
16371 "\n"
16372 msgstr ""
16373
16374 # type: textblock
16375 #. type: textblock
16376 #: ../src/guestfs-actions.pod:5464
16377 msgid ""
16378 "This calls removes a mountpoint that was previously created with "
16379 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16380 msgstr ""
16381
16382 # type: =head2
16383 #. type: =head2
16384 #: ../src/guestfs-actions.pod:5472
16385 msgid "guestfs_scrub_device"
16386 msgstr ""
16387
16388 # type: verbatim
16389 #. type: verbatim
16390 #: ../src/guestfs-actions.pod:5474
16391 #, no-wrap
16392 msgid ""
16393 " int\n"
16394 " guestfs_scrub_device (guestfs_h *g,\n"
16395 "                       const char *device);\n"
16396 "\n"
16397 msgstr ""
16398
16399 # type: textblock
16400 #. type: textblock
16401 #: ../src/guestfs-actions.pod:5478 ../fish/guestfish-actions.pod:3647
16402 msgid ""
16403 "This command writes patterns over C<device> to make data retrieval more "
16404 "difficult."
16405 msgstr ""
16406
16407 # type: textblock
16408 #. type: textblock
16409 #: ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5502
16410 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3650
16411 #: ../fish/guestfish-actions.pod:3665 ../fish/guestfish-actions.pod:3678
16412 msgid ""
16413 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16414 "more details."
16415 msgstr ""
16416
16417 # type: textblock
16418 #. type: textblock
16419 #: ../src/guestfs-actions.pod:5489 ../src/guestfs-actions.pod:5507
16420 #: ../src/guestfs-actions.pod:5526
16421 msgid "(Added in 1.0.52)"
16422 msgstr ""
16423
16424 # type: =head2
16425 #. type: =head2
16426 #: ../src/guestfs-actions.pod:5491
16427 msgid "guestfs_scrub_file"
16428 msgstr ""
16429
16430 # type: verbatim
16431 #. type: verbatim
16432 #: ../src/guestfs-actions.pod:5493
16433 #, no-wrap
16434 msgid ""
16435 " int\n"
16436 " guestfs_scrub_file (guestfs_h *g,\n"
16437 "                     const char *file);\n"
16438 "\n"
16439 msgstr ""
16440
16441 # type: textblock
16442 #. type: textblock
16443 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3660
16444 msgid ""
16445 "This command writes patterns over a file to make data retrieval more "
16446 "difficult."
16447 msgstr ""
16448
16449 # type: textblock
16450 #. type: textblock
16451 #: ../src/guestfs-actions.pod:5500 ../fish/guestfish-actions.pod:3663
16452 msgid "The file is I<removed> after scrubbing."
16453 msgstr ""
16454
16455 # type: =head2
16456 #. type: =head2
16457 #: ../src/guestfs-actions.pod:5509
16458 msgid "guestfs_scrub_freespace"
16459 msgstr ""
16460
16461 # type: verbatim
16462 #. type: verbatim
16463 #: ../src/guestfs-actions.pod:5511
16464 #, no-wrap
16465 msgid ""
16466 " int\n"
16467 " guestfs_scrub_freespace (guestfs_h *g,\n"
16468 "                          const char *dir);\n"
16469 "\n"
16470 msgstr ""
16471
16472 # type: textblock
16473 #. type: textblock
16474 #: ../src/guestfs-actions.pod:5515
16475 msgid ""
16476 "This command creates the directory C<dir> and then fills it with files until "
16477 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16478 "and deletes them.  The intention is to scrub any free space on the partition "
16479 "containing C<dir>."
16480 msgstr ""
16481
16482 # type: =head2
16483 #. type: =head2
16484 #: ../src/guestfs-actions.pod:5528
16485 msgid "guestfs_set_append"
16486 msgstr ""
16487
16488 # type: verbatim
16489 #. type: verbatim
16490 #: ../src/guestfs-actions.pod:5530
16491 #, no-wrap
16492 msgid ""
16493 " int\n"
16494 " guestfs_set_append (guestfs_h *g,\n"
16495 "                     const char *append);\n"
16496 "\n"
16497 msgstr ""
16498
16499 # type: textblock
16500 #. type: textblock
16501 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3687
16502 msgid ""
16503 "This function is used to add additional options to the guest kernel command "
16504 "line."
16505 msgstr ""
16506
16507 # type: textblock
16508 #. type: textblock
16509 #: ../src/guestfs-actions.pod:5537 ../fish/guestfish-actions.pod:3690
16510 msgid ""
16511 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16512 "environment variable."
16513 msgstr ""
16514
16515 # type: textblock
16516 #. type: textblock
16517 #: ../src/guestfs-actions.pod:5540 ../fish/guestfish-actions.pod:3693
16518 msgid ""
16519 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16520 "(libguestfs always adds a few of its own)."
16521 msgstr ""
16522
16523 # type: =head2
16524 #. type: =head2
16525 #: ../src/guestfs-actions.pod:5547
16526 msgid "guestfs_set_autosync"
16527 msgstr ""
16528
16529 # type: verbatim
16530 #. type: verbatim
16531 #: ../src/guestfs-actions.pod:5549
16532 #, no-wrap
16533 msgid ""
16534 " int\n"
16535 " guestfs_set_autosync (guestfs_h *g,\n"
16536 "                       int autosync);\n"
16537 "\n"
16538 msgstr ""
16539
16540 # type: textblock
16541 #. type: textblock
16542 #: ../src/guestfs-actions.pod:5553
16543 msgid ""
16544 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16545 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
16546 "the handle is closed (also if the program exits without closing handles)."
16547 msgstr ""
16548
16549 # type: textblock
16550 #. type: textblock
16551 #: ../src/guestfs-actions.pod:5558 ../fish/guestfish-actions.pod:3707
16552 msgid ""
16553 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16554 "disabled by default)."
16555 msgstr ""
16556
16557 # type: =head2
16558 #. type: =head2
16559 #: ../src/guestfs-actions.pod:5565
16560 msgid "guestfs_set_direct"
16561 msgstr ""
16562
16563 # type: verbatim
16564 #. type: verbatim
16565 #: ../src/guestfs-actions.pod:5567
16566 #, no-wrap
16567 msgid ""
16568 " int\n"
16569 " guestfs_set_direct (guestfs_h *g,\n"
16570 "                     int direct);\n"
16571 "\n"
16572 msgstr ""
16573
16574 # type: textblock
16575 #. type: textblock
16576 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
16577 msgid ""
16578 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16579 "passed directly through to the appliance once it is launched."
16580 msgstr ""
16581
16582 # type: textblock
16583 #. type: textblock
16584 #: ../src/guestfs-actions.pod:5575
16585 msgid ""
16586 "One consequence of this is that log messages aren't caught by the library "
16587 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16588 "stdout."
16589 msgstr ""
16590
16591 # type: textblock
16592 #. type: textblock
16593 #: ../src/guestfs-actions.pod:5579 ../fish/guestfish-actions.pod:3724
16594 msgid "You probably don't want to use this unless you know what you are doing."
16595 msgstr ""
16596
16597 # type: textblock
16598 #. type: textblock
16599 #: ../src/guestfs-actions.pod:5582 ../fish/guestfish-actions.pod:3727
16600 msgid "The default is disabled."
16601 msgstr ""
16602
16603 # type: =head2
16604 #. type: =head2
16605 #: ../src/guestfs-actions.pod:5588
16606 msgid "guestfs_set_e2label"
16607 msgstr ""
16608
16609 # type: verbatim
16610 #. type: verbatim
16611 #: ../src/guestfs-actions.pod:5590
16612 #, no-wrap
16613 msgid ""
16614 " int\n"
16615 " guestfs_set_e2label (guestfs_h *g,\n"
16616 "                      const char *device,\n"
16617 "                      const char *label);\n"
16618 "\n"
16619 msgstr ""
16620
16621 # type: textblock
16622 #. type: textblock
16623 #: ../src/guestfs-actions.pod:5595 ../fish/guestfish-actions.pod:3733
16624 msgid ""
16625 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16626 "C<label>.  Filesystem labels are limited to 16 characters."
16627 msgstr ""
16628
16629 # type: textblock
16630 #. type: textblock
16631 #: ../src/guestfs-actions.pod:5599
16632 msgid ""
16633 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16634 "the existing label on a filesystem."
16635 msgstr ""
16636
16637 # type: =head2
16638 #. type: =head2
16639 #: ../src/guestfs-actions.pod:5606
16640 msgid "guestfs_set_e2uuid"
16641 msgstr ""
16642
16643 # type: verbatim
16644 #. type: verbatim
16645 #: ../src/guestfs-actions.pod:5608
16646 #, no-wrap
16647 msgid ""
16648 " int\n"
16649 " guestfs_set_e2uuid (guestfs_h *g,\n"
16650 "                     const char *device,\n"
16651 "                     const char *uuid);\n"
16652 "\n"
16653 msgstr ""
16654
16655 # type: textblock
16656 #. type: textblock
16657 #: ../src/guestfs-actions.pod:5613 ../fish/guestfish-actions.pod:3744
16658 msgid ""
16659 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16660 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16661 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16662 msgstr ""
16663
16664 # type: textblock
16665 #. type: textblock
16666 #: ../src/guestfs-actions.pod:5618
16667 msgid ""
16668 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16669 "the existing UUID of a filesystem."
16670 msgstr ""
16671
16672 # type: =head2
16673 #. type: =head2
16674 #: ../src/guestfs-actions.pod:5625
16675 msgid "guestfs_set_memsize"
16676 msgstr ""
16677
16678 # type: verbatim
16679 #. type: verbatim
16680 #: ../src/guestfs-actions.pod:5627
16681 #, no-wrap
16682 msgid ""
16683 " int\n"
16684 " guestfs_set_memsize (guestfs_h *g,\n"
16685 "                      int memsize);\n"
16686 "\n"
16687 msgstr ""
16688
16689 # type: textblock
16690 #. type: textblock
16691 #: ../src/guestfs-actions.pod:5631
16692 msgid ""
16693 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16694 "This only has any effect if called before C<guestfs_launch>."
16695 msgstr ""
16696
16697 # type: textblock
16698 #. type: textblock
16699 #: ../src/guestfs-actions.pod:5635 ../fish/guestfish-actions.pod:3762
16700 msgid ""
16701 "You can also change this by setting the environment variable "
16702 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16703 msgstr ""
16704
16705 # type: =head2
16706 #. type: =head2
16707 #: ../src/guestfs-actions.pod:5646
16708 msgid "guestfs_set_network"
16709 msgstr ""
16710
16711 # type: verbatim
16712 #. type: verbatim
16713 #: ../src/guestfs-actions.pod:5648
16714 #, no-wrap
16715 msgid ""
16716 " int\n"
16717 " guestfs_set_network (guestfs_h *g,\n"
16718 "                      int network);\n"
16719 "\n"
16720 msgstr ""
16721
16722 # type: textblock
16723 #. type: textblock
16724 #: ../src/guestfs-actions.pod:5652 ../fish/guestfish-actions.pod:3775
16725 msgid ""
16726 "If C<network> is true, then the network is enabled in the libguestfs "
16727 "appliance.  The default is false."
16728 msgstr ""
16729
16730 # type: textblock
16731 #. type: textblock
16732 #: ../src/guestfs-actions.pod:5655 ../fish/guestfish-actions.pod:3778
16733 msgid ""
16734 "This affects whether commands are able to access the network (see L<guestfs"
16735 "(3)/RUNNING COMMANDS>)."
16736 msgstr ""
16737
16738 # type: textblock
16739 #. type: textblock
16740 #: ../src/guestfs-actions.pod:5658
16741 msgid ""
16742 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16743 "effect."
16744 msgstr ""
16745
16746 # type: =head2
16747 #. type: =head2
16748 #: ../src/guestfs-actions.pod:5665
16749 msgid "guestfs_set_path"
16750 msgstr ""
16751
16752 # type: verbatim
16753 #. type: verbatim
16754 #: ../src/guestfs-actions.pod:5667
16755 #, no-wrap
16756 msgid ""
16757 " int\n"
16758 " guestfs_set_path (guestfs_h *g,\n"
16759 "                   const char *searchpath);\n"
16760 "\n"
16761 msgstr ""
16762
16763 # type: textblock
16764 #. type: textblock
16765 #: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3790
16766 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16767 msgstr ""
16768
16769 # type: textblock
16770 #. type: textblock
16771 #: ../src/guestfs-actions.pod:5673 ../fish/guestfish-actions.pod:3792
16772 msgid ""
16773 "The default is C<$libdir/guestfs> unless overridden by setting "
16774 "C<LIBGUESTFS_PATH> environment variable."
16775 msgstr ""
16776
16777 # type: textblock
16778 #. type: textblock
16779 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3795
16780 msgid "Setting C<path> to C<NULL> restores the default path."
16781 msgstr ""
16782
16783 # type: =head2
16784 #. type: =head2
16785 #: ../src/guestfs-actions.pod:5682
16786 msgid "guestfs_set_qemu"
16787 msgstr ""
16788
16789 # type: verbatim
16790 #. type: verbatim
16791 #: ../src/guestfs-actions.pod:5684
16792 #, no-wrap
16793 msgid ""
16794 " int\n"
16795 " guestfs_set_qemu (guestfs_h *g,\n"
16796 "                   const char *qemu);\n"
16797 "\n"
16798 msgstr ""
16799
16800 # type: textblock
16801 #. type: textblock
16802 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3803
16803 msgid "Set the qemu binary that we will use."
16804 msgstr ""
16805
16806 # type: textblock
16807 #. type: textblock
16808 #: ../src/guestfs-actions.pod:5690 ../fish/guestfish-actions.pod:3805
16809 msgid ""
16810 "The default is chosen when the library was compiled by the configure script."
16811 msgstr ""
16812
16813 # type: textblock
16814 #. type: textblock
16815 #: ../src/guestfs-actions.pod:5693 ../fish/guestfish-actions.pod:3808
16816 msgid ""
16817 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16818 "variable."
16819 msgstr ""
16820
16821 # type: textblock
16822 #. type: textblock
16823 #: ../src/guestfs-actions.pod:5696 ../fish/guestfish-actions.pod:3811
16824 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16825 msgstr ""
16826
16827 # type: textblock
16828 #. type: textblock
16829 #: ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3813
16830 msgid ""
16831 "Note that you should call this function as early as possible after creating "
16832 "the handle.  This is because some pre-launch operations depend on testing "
16833 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16834 "don't retest features, and so you might see inconsistent results.  Using the "
16835 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16836 "the qemu binary at the same time as the handle is created."
16837 msgstr ""
16838
16839 # type: =head2
16840 #. type: =head2
16841 #: ../src/guestfs-actions.pod:5710
16842 msgid "guestfs_set_recovery_proc"
16843 msgstr ""
16844
16845 # type: verbatim
16846 #. type: verbatim
16847 #: ../src/guestfs-actions.pod:5712
16848 #, no-wrap
16849 msgid ""
16850 " int\n"
16851 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16852 "                            int recoveryproc);\n"
16853 "\n"
16854 msgstr ""
16855
16856 # type: textblock
16857 #. type: textblock
16858 #: ../src/guestfs-actions.pod:5716
16859 msgid ""
16860 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16861 "not create a recovery process.  The purpose of the recovery process is to "
16862 "stop runaway qemu processes in the case where the main program aborts "
16863 "abruptly."
16864 msgstr ""
16865
16866 # type: textblock
16867 #. type: textblock
16868 #: ../src/guestfs-actions.pod:5721
16869 msgid ""
16870 "This only has any effect if called before C<guestfs_launch>, and the default "
16871 "is true."
16872 msgstr ""
16873
16874 # type: textblock
16875 #. type: textblock
16876 #: ../src/guestfs-actions.pod:5724 ../fish/guestfish-actions.pod:3835
16877 msgid ""
16878 "About the only time when you would want to disable this is if the main "
16879 "process will fork itself into the background (\"daemonize\" itself).  In "
16880 "this case the recovery process thinks that the main program has disappeared "
16881 "and so kills qemu, which is not very helpful."
16882 msgstr ""
16883
16884 # type: =head2
16885 #. type: =head2
16886 #: ../src/guestfs-actions.pod:5734
16887 msgid "guestfs_set_selinux"
16888 msgstr ""
16889
16890 # type: verbatim
16891 #. type: verbatim
16892 #: ../src/guestfs-actions.pod:5736
16893 #, no-wrap
16894 msgid ""
16895 " int\n"
16896 " guestfs_set_selinux (guestfs_h *g,\n"
16897 "                      int selinux);\n"
16898 "\n"
16899 msgstr ""
16900
16901 # type: textblock
16902 #. type: textblock
16903 #: ../src/guestfs-actions.pod:5740 ../fish/guestfish-actions.pod:3847
16904 msgid ""
16905 "This sets the selinux flag that is passed to the appliance at boot time.  "
16906 "The default is C<selinux=0> (disabled)."
16907 msgstr ""
16908
16909 # type: textblock
16910 #. type: textblock
16911 #: ../src/guestfs-actions.pod:5743 ../fish/guestfish-actions.pod:3850
16912 msgid ""
16913 "Note that if SELinux is enabled, it is always in Permissive mode "
16914 "(C<enforcing=0>)."
16915 msgstr ""
16916
16917 # type: =head2
16918 #. type: =head2
16919 #: ../src/guestfs-actions.pod:5753
16920 msgid "guestfs_set_trace"
16921 msgstr ""
16922
16923 # type: verbatim
16924 #. type: verbatim
16925 #: ../src/guestfs-actions.pod:5755
16926 #, no-wrap
16927 msgid ""
16928 " int\n"
16929 " guestfs_set_trace (guestfs_h *g,\n"
16930 "                    int trace);\n"
16931 "\n"
16932 msgstr ""
16933
16934 # type: textblock
16935 #. type: textblock
16936 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
16937 msgid ""
16938 "If the command trace flag is set to 1, then commands are printed on stderr "
16939 "before they are executed in a format which is very similar to the one used "
16940 "by guestfish.  In other words, you can run a program with this enabled, and "
16941 "you will get out a script which you can feed to guestfish to perform the "
16942 "same set of actions."
16943 msgstr ""
16944
16945 # type: textblock
16946 #. type: textblock
16947 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3869
16948 msgid ""
16949 "If you want to trace C API calls into libguestfs (and other libraries) then "
16950 "possibly a better way is to use the external ltrace(1) command."
16951 msgstr ""
16952
16953 # type: textblock
16954 #. type: textblock
16955 #: ../src/guestfs-actions.pod:5770 ../fish/guestfish-actions.pod:3873
16956 msgid ""
16957 "Command traces are disabled unless the environment variable "
16958 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16959 msgstr ""
16960
16961 # type: =head2
16962 #. type: =head2
16963 #: ../src/guestfs-actions.pod:5777
16964 msgid "guestfs_set_verbose"
16965 msgstr ""
16966
16967 # type: verbatim
16968 #. type: verbatim
16969 #: ../src/guestfs-actions.pod:5779
16970 #, no-wrap
16971 msgid ""
16972 " int\n"
16973 " guestfs_set_verbose (guestfs_h *g,\n"
16974 "                      int verbose);\n"
16975 "\n"
16976 msgstr ""
16977
16978 # type: textblock
16979 #. type: textblock
16980 #: ../src/guestfs-actions.pod:5783 ../fish/guestfish-actions.pod:3882
16981 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
16982 msgstr ""
16983
16984 # type: textblock
16985 #. type: textblock
16986 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3884
16987 msgid ""
16988 "Verbose messages are disabled unless the environment variable "
16989 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16990 msgstr ""
16991
16992 # type: =head2
16993 #. type: =head2
16994 #: ../src/guestfs-actions.pod:5792
16995 msgid "guestfs_setcon"
16996 msgstr ""
16997
16998 # type: verbatim
16999 #. type: verbatim
17000 #: ../src/guestfs-actions.pod:5794
17001 #, no-wrap
17002 msgid ""
17003 " int\n"
17004 " guestfs_setcon (guestfs_h *g,\n"
17005 "                 const char *context);\n"
17006 "\n"
17007 msgstr ""
17008
17009 # type: textblock
17010 #. type: textblock
17011 #: ../src/guestfs-actions.pod:5798 ../fish/guestfish-actions.pod:3891
17012 msgid ""
17013 "This sets the SELinux security context of the daemon to the string "
17014 "C<context>."
17015 msgstr ""
17016
17017 # type: textblock
17018 #. type: textblock
17019 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3894
17020 msgid "See the documentation about SELINUX in L<guestfs(3)>."
17021 msgstr ""
17022
17023 # type: =head2
17024 #. type: =head2
17025 #: ../src/guestfs-actions.pod:5807
17026 msgid "guestfs_setxattr"
17027 msgstr ""
17028
17029 # type: verbatim
17030 #. type: verbatim
17031 #: ../src/guestfs-actions.pod:5809
17032 #, no-wrap
17033 msgid ""
17034 " int\n"
17035 " guestfs_setxattr (guestfs_h *g,\n"
17036 "                   const char *xattr,\n"
17037 "                   const char *val,\n"
17038 "                   int vallen,\n"
17039 "                   const char *path);\n"
17040 "\n"
17041 msgstr ""
17042
17043 # type: textblock
17044 #. type: textblock
17045 #: ../src/guestfs-actions.pod:5816 ../fish/guestfish-actions.pod:3900
17046 msgid ""
17047 "This call sets the extended attribute named C<xattr> of the file C<path> to "
17048 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
17049 msgstr ""
17050
17051 # type: textblock
17052 #. type: textblock
17053 #: ../src/guestfs-actions.pod:5820
17054 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17055 msgstr ""
17056
17057 # type: =head2
17058 #. type: =head2
17059 #: ../src/guestfs-actions.pod:5826
17060 msgid "guestfs_sfdisk"
17061 msgstr ""
17062
17063 # type: verbatim
17064 #. type: verbatim
17065 #: ../src/guestfs-actions.pod:5828
17066 #, no-wrap
17067 msgid ""
17068 " int\n"
17069 " guestfs_sfdisk (guestfs_h *g,\n"
17070 "                 const char *device,\n"
17071 "                 int cyls,\n"
17072 "                 int heads,\n"
17073 "                 int sectors,\n"
17074 "                 char *const *lines);\n"
17075 "\n"
17076 msgstr ""
17077
17078 # type: textblock
17079 #. type: textblock
17080 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3910
17081 msgid ""
17082 "This is a direct interface to the L<sfdisk(8)> program for creating "
17083 "partitions on block devices."
17084 msgstr ""
17085
17086 # type: textblock
17087 #. type: textblock
17088 #: ../src/guestfs-actions.pod:5839 ../fish/guestfish-actions.pod:3913
17089 msgid "C<device> should be a block device, for example C</dev/sda>."
17090 msgstr ""
17091
17092 # type: textblock
17093 #. type: textblock
17094 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
17095 msgid ""
17096 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
17097 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
17098 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
17099 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
17100 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
17101 "the kernel) cannot work out the right geometry and you will need to tell it."
17102 msgstr ""
17103
17104 # type: textblock
17105 #. type: textblock
17106 #: ../src/guestfs-actions.pod:5849 ../fish/guestfish-actions.pod:3923
17107 msgid ""
17108 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
17109 "refer to the L<sfdisk(8)> manpage."
17110 msgstr ""
17111
17112 # type: textblock
17113 #. type: textblock
17114 #: ../src/guestfs-actions.pod:5852 ../fish/guestfish-actions.pod:3926
17115 msgid ""
17116 "To create a single partition occupying the whole disk, you would pass "
17117 "C<lines> as a single element list, when the single element being the string "
17118 "C<,> (comma)."
17119 msgstr ""
17120
17121 # type: textblock
17122 #. type: textblock
17123 #: ../src/guestfs-actions.pod:5856
17124 msgid ""
17125 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
17126 msgstr ""
17127
17128 # type: =head2
17129 #. type: =head2
17130 #: ../src/guestfs-actions.pod:5866
17131 msgid "guestfs_sfdiskM"
17132 msgstr ""
17133
17134 # type: verbatim
17135 #. type: verbatim
17136 #: ../src/guestfs-actions.pod:5868
17137 #, no-wrap
17138 msgid ""
17139 " int\n"
17140 " guestfs_sfdiskM (guestfs_h *g,\n"
17141 "                  const char *device,\n"
17142 "                  char *const *lines);\n"
17143 "\n"
17144 msgstr ""
17145
17146 # type: textblock
17147 #. type: textblock
17148 #: ../src/guestfs-actions.pod:5873
17149 msgid ""
17150 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
17151 "partition sizes are specified in megabytes only (rounded to the nearest "
17152 "cylinder) and you don't need to specify the cyls, heads and sectors "
17153 "parameters which were rarely if ever used anyway."
17154 msgstr ""
17155
17156 # type: textblock
17157 #. type: textblock
17158 #: ../src/guestfs-actions.pod:5879
17159 msgid ""
17160 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
17161 "C<guestfs_part_disk>"
17162 msgstr ""
17163
17164 # type: =head2
17165 #. type: =head2
17166 #: ../src/guestfs-actions.pod:5889
17167 msgid "guestfs_sfdisk_N"
17168 msgstr ""
17169
17170 # type: verbatim
17171 #. type: verbatim
17172 #: ../src/guestfs-actions.pod:5891
17173 #, no-wrap
17174 msgid ""
17175 " int\n"
17176 " guestfs_sfdisk_N (guestfs_h *g,\n"
17177 "                   const char *device,\n"
17178 "                   int partnum,\n"
17179 "                   int cyls,\n"
17180 "                   int heads,\n"
17181 "                   int sectors,\n"
17182 "                   const char *line);\n"
17183 "\n"
17184 msgstr ""
17185
17186 # type: textblock
17187 #. type: textblock
17188 #: ../src/guestfs-actions.pod:5900 ../fish/guestfish-actions.pod:3956
17189 msgid ""
17190 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
17191 "(note: C<n> counts from 1)."
17192 msgstr ""
17193
17194 # type: textblock
17195 #. type: textblock
17196 #: ../src/guestfs-actions.pod:5903
17197 msgid ""
17198 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
17199 "for the cyls/heads/sectors parameters."
17200 msgstr ""
17201
17202 # type: textblock
17203 #. type: textblock
17204 #: ../src/guestfs-actions.pod:5906
17205 msgid "See also: C<guestfs_part_add>"
17206 msgstr ""
17207
17208 # type: =head2
17209 #. type: =head2
17210 #: ../src/guestfs-actions.pod:5915
17211 msgid "guestfs_sfdisk_disk_geometry"
17212 msgstr ""
17213
17214 # type: verbatim
17215 #. type: verbatim
17216 #: ../src/guestfs-actions.pod:5917
17217 #, no-wrap
17218 msgid ""
17219 " char *\n"
17220 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
17221 "                               const char *device);\n"
17222 "\n"
17223 msgstr ""
17224
17225 # type: textblock
17226 #. type: textblock
17227 #: ../src/guestfs-actions.pod:5921
17228 msgid ""
17229 "This displays the disk geometry of C<device> read from the partition table.  "
17230 "Especially in the case where the underlying block device has been resized, "
17231 "this can be different from the kernel's idea of the geometry (see "
17232 "C<guestfs_sfdisk_kernel_geometry>)."
17233 msgstr ""
17234
17235 # type: textblock
17236 #. type: textblock
17237 #: ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5942
17238 #: ../fish/guestfish-actions.pod:3976 ../fish/guestfish-actions.pod:3985
17239 msgid "The result is in human-readable format, and not designed to be parsed."
17240 msgstr ""
17241
17242 # type: =head2
17243 #. type: =head2
17244 #: ../src/guestfs-actions.pod:5934
17245 msgid "guestfs_sfdisk_kernel_geometry"
17246 msgstr ""
17247
17248 # type: verbatim
17249 #. type: verbatim
17250 #: ../src/guestfs-actions.pod:5936
17251 #, no-wrap
17252 msgid ""
17253 " char *\n"
17254 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
17255 "                                 const char *device);\n"
17256 "\n"
17257 msgstr ""
17258
17259 # type: textblock
17260 #. type: textblock
17261 #: ../src/guestfs-actions.pod:5940 ../fish/guestfish-actions.pod:3983
17262 msgid "This displays the kernel's idea of the geometry of C<device>."
17263 msgstr ""
17264
17265 # type: =head2
17266 #. type: =head2
17267 #: ../src/guestfs-actions.pod:5950
17268 msgid "guestfs_sfdisk_l"
17269 msgstr ""
17270
17271 # type: verbatim
17272 #. type: verbatim
17273 #: ../src/guestfs-actions.pod:5952
17274 #, no-wrap
17275 msgid ""
17276 " char *\n"
17277 " guestfs_sfdisk_l (guestfs_h *g,\n"
17278 "                   const char *device);\n"
17279 "\n"
17280 msgstr ""
17281
17282 # type: textblock
17283 #. type: textblock
17284 #: ../src/guestfs-actions.pod:5956 ../fish/guestfish-actions.pod:3992
17285 msgid ""
17286 "This displays the partition table on C<device>, in the human-readable output "
17287 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17288 msgstr ""
17289
17290 # type: textblock
17291 #. type: textblock
17292 #: ../src/guestfs-actions.pod:5960
17293 msgid "See also: C<guestfs_part_list>"
17294 msgstr ""
17295
17296 # type: =head2
17297 #. type: =head2
17298 #: ../src/guestfs-actions.pod:5967
17299 msgid "guestfs_sh"
17300 msgstr ""
17301
17302 # type: verbatim
17303 #. type: verbatim
17304 #: ../src/guestfs-actions.pod:5969
17305 #, no-wrap
17306 msgid ""
17307 " char *\n"
17308 " guestfs_sh (guestfs_h *g,\n"
17309 "             const char *command);\n"
17310 "\n"
17311 msgstr ""
17312
17313 # type: textblock
17314 #. type: textblock
17315 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4002
17316 msgid ""
17317 "This call runs a command from the guest filesystem via the guest's C</bin/"
17318 "sh>."
17319 msgstr ""
17320
17321 # type: textblock
17322 #. type: textblock
17323 #: ../src/guestfs-actions.pod:5976
17324 msgid "This is like C<guestfs_command>, but passes the command to:"
17325 msgstr ""
17326
17327 # type: verbatim
17328 #. type: verbatim
17329 #: ../src/guestfs-actions.pod:5978 ../fish/guestfish-actions.pod:4007
17330 #, no-wrap
17331 msgid ""
17332 " /bin/sh -c \"command\"\n"
17333 "\n"
17334 msgstr ""
17335
17336 # type: textblock
17337 #. type: textblock
17338 #: ../src/guestfs-actions.pod:5980 ../fish/guestfish-actions.pod:4009
17339 msgid ""
17340 "Depending on the guest's shell, this usually results in wildcards being "
17341 "expanded, shell expressions being interpolated and so on."
17342 msgstr ""
17343
17344 # type: textblock
17345 #. type: textblock
17346 #: ../src/guestfs-actions.pod:5984
17347 msgid "All the provisos about C<guestfs_command> apply to this call."
17348 msgstr ""
17349
17350 # type: =head2
17351 #. type: =head2
17352 #: ../src/guestfs-actions.pod:5991
17353 msgid "guestfs_sh_lines"
17354 msgstr ""
17355
17356 # type: verbatim
17357 #. type: verbatim
17358 #: ../src/guestfs-actions.pod:5993
17359 #, no-wrap
17360 msgid ""
17361 " char **\n"
17362 " guestfs_sh_lines (guestfs_h *g,\n"
17363 "                   const char *command);\n"
17364 "\n"
17365 msgstr ""
17366
17367 # type: textblock
17368 #. type: textblock
17369 #: ../src/guestfs-actions.pod:5997
17370 msgid ""
17371 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17372 "lines."
17373 msgstr ""
17374
17375 # type: textblock
17376 #. type: textblock
17377 #: ../src/guestfs-actions.pod:6000
17378 msgid "See also: C<guestfs_command_lines>"
17379 msgstr ""
17380
17381 # type: =head2
17382 #. type: =head2
17383 #: ../src/guestfs-actions.pod:6008
17384 msgid "guestfs_sleep"
17385 msgstr ""
17386
17387 # type: verbatim
17388 #. type: verbatim
17389 #: ../src/guestfs-actions.pod:6010
17390 #, no-wrap
17391 msgid ""
17392 " int\n"
17393 " guestfs_sleep (guestfs_h *g,\n"
17394 "                int secs);\n"
17395 "\n"
17396 msgstr ""
17397
17398 # type: textblock
17399 #. type: textblock
17400 #: ../src/guestfs-actions.pod:6014 ../fish/guestfish-actions.pod:4028
17401 msgid "Sleep for C<secs> seconds."
17402 msgstr ""
17403
17404 # type: textblock
17405 #. type: textblock
17406 #: ../src/guestfs-actions.pod:6018
17407 msgid "(Added in 1.0.41)"
17408 msgstr ""
17409
17410 # type: =head2
17411 #. type: =head2
17412 #: ../src/guestfs-actions.pod:6020 ../src/guestfs-structs.pod:109
17413 msgid "guestfs_stat"
17414 msgstr ""
17415
17416 # type: verbatim
17417 #. type: verbatim
17418 #: ../src/guestfs-actions.pod:6022
17419 #, no-wrap
17420 msgid ""
17421 " struct guestfs_stat *\n"
17422 " guestfs_stat (guestfs_h *g,\n"
17423 "               const char *path);\n"
17424 "\n"
17425 msgstr ""
17426
17427 # type: textblock
17428 #. type: textblock
17429 #: ../src/guestfs-actions.pod:6028 ../fish/guestfish-actions.pod:4036
17430 msgid "This is the same as the C<stat(2)> system call."
17431 msgstr ""
17432
17433 # type: =head2
17434 #. type: =head2
17435 #: ../src/guestfs-actions.pod:6036 ../src/guestfs-structs.pod:135
17436 msgid "guestfs_statvfs"
17437 msgstr ""
17438
17439 # type: verbatim
17440 #. type: verbatim
17441 #: ../src/guestfs-actions.pod:6038
17442 #, no-wrap
17443 msgid ""
17444 " struct guestfs_statvfs *\n"
17445 " guestfs_statvfs (guestfs_h *g,\n"
17446 "                  const char *path);\n"
17447 "\n"
17448 msgstr ""
17449
17450 # type: textblock
17451 #. type: textblock
17452 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4042
17453 msgid ""
17454 "Returns file system statistics for any mounted file system.  C<path> should "
17455 "be a file or directory in the mounted file system (typically it is the mount "
17456 "point itself, but it doesn't need to be)."
17457 msgstr ""
17458
17459 # type: textblock
17460 #. type: textblock
17461 #: ../src/guestfs-actions.pod:6046 ../fish/guestfish-actions.pod:4046
17462 msgid "This is the same as the C<statvfs(2)> system call."
17463 msgstr ""
17464
17465 # type: textblock
17466 #. type: textblock
17467 #: ../src/guestfs-actions.pod:6048
17468 msgid ""
17469 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17470 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17471 msgstr ""
17472
17473 # type: =head2
17474 #. type: =head2
17475 #: ../src/guestfs-actions.pod:6054
17476 msgid "guestfs_strings"
17477 msgstr ""
17478
17479 # type: verbatim
17480 #. type: verbatim
17481 #: ../src/guestfs-actions.pod:6056
17482 #, no-wrap
17483 msgid ""
17484 " char **\n"
17485 " guestfs_strings (guestfs_h *g,\n"
17486 "                  const char *path);\n"
17487 "\n"
17488 msgstr ""
17489
17490 # type: textblock
17491 #. type: textblock
17492 #: ../src/guestfs-actions.pod:6060 ../fish/guestfish-actions.pod:4052
17493 msgid ""
17494 "This runs the L<strings(1)> command on a file and returns the list of "
17495 "printable strings found."
17496 msgstr ""
17497
17498 # type: =head2
17499 #. type: =head2
17500 #: ../src/guestfs-actions.pod:6072
17501 msgid "guestfs_strings_e"
17502 msgstr ""
17503
17504 # type: verbatim
17505 #. type: verbatim
17506 #: ../src/guestfs-actions.pod:6074
17507 #, no-wrap
17508 msgid ""
17509 " char **\n"
17510 " guestfs_strings_e (guestfs_h *g,\n"
17511 "                    const char *encoding,\n"
17512 "                    const char *path);\n"
17513 "\n"
17514 msgstr ""
17515
17516 # type: textblock
17517 #. type: textblock
17518 #: ../src/guestfs-actions.pod:6079
17519 msgid ""
17520 "This is like the C<guestfs_strings> command, but allows you to specify the "
17521 "encoding of strings that are looked for in the source file C<path>."
17522 msgstr ""
17523
17524 # type: textblock
17525 #. type: textblock
17526 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
17527 msgid "Allowed encodings are:"
17528 msgstr ""
17529
17530 # type: =item
17531 #. type: =item
17532 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
17533 msgid "s"
17534 msgstr ""
17535
17536 # type: textblock
17537 #. type: textblock
17538 #: ../src/guestfs-actions.pod:6089
17539 msgid ""
17540 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17541 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17542 msgstr ""
17543
17544 # type: =item
17545 #. type: =item
17546 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
17547 msgid "S"
17548 msgstr ""
17549
17550 # type: textblock
17551 #. type: textblock
17552 #: ../src/guestfs-actions.pod:6094 ../fish/guestfish-actions.pod:4077
17553 msgid "Single 8-bit-byte characters."
17554 msgstr ""
17555
17556 # type: =item
17557 #. type: =item
17558 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4079
17559 msgid "b"
17560 msgstr ""
17561
17562 # type: textblock
17563 #. type: textblock
17564 #: ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4081
17565 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17566 msgstr ""
17567
17568 # type: =item
17569 #. type: =item
17570 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
17571 msgid "l (lower case letter L)"
17572 msgstr ""
17573
17574 # type: textblock
17575 #. type: textblock
17576 #: ../src/guestfs-actions.pod:6103 ../fish/guestfish-actions.pod:4086
17577 msgid ""
17578 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17579 "examining binaries in Windows guests."
17580 msgstr ""
17581
17582 # type: =item
17583 #. type: =item
17584 #: ../src/guestfs-actions.pod:6106 ../fish/guestfish-actions.pod:4089
17585 msgid "B"
17586 msgstr ""
17587
17588 # type: textblock
17589 #. type: textblock
17590 #: ../src/guestfs-actions.pod:6108 ../fish/guestfish-actions.pod:4091
17591 msgid "32-bit big endian such as UCS-4BE."
17592 msgstr ""
17593
17594 # type: =item
17595 #. type: =item
17596 #: ../src/guestfs-actions.pod:6110 ../fish/guestfish-actions.pod:4093
17597 msgid "L"
17598 msgstr ""
17599
17600 # type: textblock
17601 #. type: textblock
17602 #: ../src/guestfs-actions.pod:6112 ../fish/guestfish-actions.pod:4095
17603 msgid "32-bit little endian such as UCS-4LE."
17604 msgstr ""
17605
17606 # type: textblock
17607 #. type: textblock
17608 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4099
17609 msgid "The returned strings are transcoded to UTF-8."
17610 msgstr ""
17611
17612 # type: =head2
17613 #. type: =head2
17614 #: ../src/guestfs-actions.pod:6127
17615 msgid "guestfs_swapoff_device"
17616 msgstr ""
17617
17618 # type: verbatim
17619 #. type: verbatim
17620 #: ../src/guestfs-actions.pod:6129
17621 #, no-wrap
17622 msgid ""
17623 " int\n"
17624 " guestfs_swapoff_device (guestfs_h *g,\n"
17625 "                         const char *device);\n"
17626 "\n"
17627 msgstr ""
17628
17629 # type: textblock
17630 #. type: textblock
17631 #: ../src/guestfs-actions.pod:6133
17632 msgid ""
17633 "This command disables the libguestfs appliance swap device or partition "
17634 "named C<device>.  See C<guestfs_swapon_device>."
17635 msgstr ""
17636
17637 # type: =head2
17638 #. type: =head2
17639 #: ../src/guestfs-actions.pod:6141
17640 msgid "guestfs_swapoff_file"
17641 msgstr ""
17642
17643 # type: verbatim
17644 #. type: verbatim
17645 #: ../src/guestfs-actions.pod:6143
17646 #, no-wrap
17647 msgid ""
17648 " int\n"
17649 " guestfs_swapoff_file (guestfs_h *g,\n"
17650 "                       const char *file);\n"
17651 "\n"
17652 msgstr ""
17653
17654 # type: textblock
17655 #. type: textblock
17656 #: ../src/guestfs-actions.pod:6147 ../fish/guestfish-actions.pod:4116
17657 msgid "This command disables the libguestfs appliance swap on file."
17658 msgstr ""
17659
17660 # type: =head2
17661 #. type: =head2
17662 #: ../src/guestfs-actions.pod:6153
17663 msgid "guestfs_swapoff_label"
17664 msgstr ""
17665
17666 # type: verbatim
17667 #. type: verbatim
17668 #: ../src/guestfs-actions.pod:6155
17669 #, no-wrap
17670 msgid ""
17671 " int\n"
17672 " guestfs_swapoff_label (guestfs_h *g,\n"
17673 "                        const char *label);\n"
17674 "\n"
17675 msgstr ""
17676
17677 # type: textblock
17678 #. type: textblock
17679 #: ../src/guestfs-actions.pod:6159 ../fish/guestfish-actions.pod:4122
17680 msgid ""
17681 "This command disables the libguestfs appliance swap on labeled swap "
17682 "partition."
17683 msgstr ""
17684
17685 # type: =head2
17686 #. type: =head2
17687 #: ../src/guestfs-actions.pod:6166
17688 msgid "guestfs_swapoff_uuid"
17689 msgstr ""
17690
17691 # type: verbatim
17692 #. type: verbatim
17693 #: ../src/guestfs-actions.pod:6168
17694 #, no-wrap
17695 msgid ""
17696 " int\n"
17697 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17698 "                       const char *uuid);\n"
17699 "\n"
17700 msgstr ""
17701
17702 # type: textblock
17703 #. type: textblock
17704 #: ../src/guestfs-actions.pod:6172 ../fish/guestfish-actions.pod:4129
17705 msgid ""
17706 "This command disables the libguestfs appliance swap partition with the given "
17707 "UUID."
17708 msgstr ""
17709
17710 # type: =head2
17711 #. type: =head2
17712 #: ../src/guestfs-actions.pod:6179
17713 msgid "guestfs_swapon_device"
17714 msgstr ""
17715
17716 # type: verbatim
17717 #. type: verbatim
17718 #: ../src/guestfs-actions.pod:6181
17719 #, no-wrap
17720 msgid ""
17721 " int\n"
17722 " guestfs_swapon_device (guestfs_h *g,\n"
17723 "                        const char *device);\n"
17724 "\n"
17725 msgstr ""
17726
17727 # type: textblock
17728 #. type: textblock
17729 #: ../src/guestfs-actions.pod:6185
17730 msgid ""
17731 "This command enables the libguestfs appliance to use the swap device or "
17732 "partition named C<device>.  The increased memory is made available for all "
17733 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17734 msgstr ""
17735
17736 # type: textblock
17737 #. type: textblock
17738 #: ../src/guestfs-actions.pod:6190 ../fish/guestfish-actions.pod:4141
17739 msgid ""
17740 "Note that you should not swap to existing guest swap partitions unless you "
17741 "know what you are doing.  They may contain hibernation information, or other "
17742 "information that the guest doesn't want you to trash.  You also risk leaking "
17743 "information about the host to the guest this way.  Instead, attach a new "
17744 "host device to the guest and swap on that."
17745 msgstr ""
17746
17747 # type: =head2
17748 #. type: =head2
17749 #: ../src/guestfs-actions.pod:6201
17750 msgid "guestfs_swapon_file"
17751 msgstr ""
17752
17753 # type: verbatim
17754 #. type: verbatim
17755 #: ../src/guestfs-actions.pod:6203
17756 #, no-wrap
17757 msgid ""
17758 " int\n"
17759 " guestfs_swapon_file (guestfs_h *g,\n"
17760 "                      const char *file);\n"
17761 "\n"
17762 msgstr ""
17763
17764 # type: textblock
17765 #. type: textblock
17766 #: ../src/guestfs-actions.pod:6207
17767 msgid ""
17768 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17769 "notes."
17770 msgstr ""
17771
17772 # type: =head2
17773 #. type: =head2
17774 #: ../src/guestfs-actions.pod:6214
17775 msgid "guestfs_swapon_label"
17776 msgstr ""
17777
17778 # type: verbatim
17779 #. type: verbatim
17780 #: ../src/guestfs-actions.pod:6216
17781 #, no-wrap
17782 msgid ""
17783 " int\n"
17784 " guestfs_swapon_label (guestfs_h *g,\n"
17785 "                       const char *label);\n"
17786 "\n"
17787 msgstr ""
17788
17789 # type: textblock
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:6220
17792 msgid ""
17793 "This command enables swap to a labeled swap partition.  See "
17794 "C<guestfs_swapon_device> for other notes."
17795 msgstr ""
17796
17797 # type: =head2
17798 #. type: =head2
17799 #: ../src/guestfs-actions.pod:6227
17800 msgid "guestfs_swapon_uuid"
17801 msgstr ""
17802
17803 # type: verbatim
17804 #. type: verbatim
17805 #: ../src/guestfs-actions.pod:6229
17806 #, no-wrap
17807 msgid ""
17808 " int\n"
17809 " guestfs_swapon_uuid (guestfs_h *g,\n"
17810 "                      const char *uuid);\n"
17811 "\n"
17812 msgstr ""
17813
17814 # type: textblock
17815 #. type: textblock
17816 #: ../src/guestfs-actions.pod:6233
17817 msgid ""
17818 "This command enables swap to a swap partition with the given UUID.  See "
17819 "C<guestfs_swapon_device> for other notes."
17820 msgstr ""
17821
17822 # type: =head2
17823 #. type: =head2
17824 #: ../src/guestfs-actions.pod:6240
17825 msgid "guestfs_sync"
17826 msgstr ""
17827
17828 # type: verbatim
17829 #. type: verbatim
17830 #: ../src/guestfs-actions.pod:6242
17831 #, no-wrap
17832 msgid ""
17833 " int\n"
17834 " guestfs_sync (guestfs_h *g);\n"
17835 "\n"
17836 msgstr ""
17837
17838 # type: textblock
17839 #. type: textblock
17840 #: ../src/guestfs-actions.pod:6245 ../fish/guestfish-actions.pod:4173
17841 msgid ""
17842 "This syncs the disk, so that any writes are flushed through to the "
17843 "underlying disk image."
17844 msgstr ""
17845
17846 # type: textblock
17847 #. type: textblock
17848 #: ../src/guestfs-actions.pod:6248 ../fish/guestfish-actions.pod:4176
17849 msgid ""
17850 "You should always call this if you have modified a disk image, before "
17851 "closing the handle."
17852 msgstr ""
17853
17854 # type: =head2
17855 #. type: =head2
17856 #: ../src/guestfs-actions.pod:6255
17857 msgid "guestfs_tail"
17858 msgstr ""
17859
17860 # type: verbatim
17861 #. type: verbatim
17862 #: ../src/guestfs-actions.pod:6257
17863 #, no-wrap
17864 msgid ""
17865 " char **\n"
17866 " guestfs_tail (guestfs_h *g,\n"
17867 "               const char *path);\n"
17868 "\n"
17869 msgstr ""
17870
17871 # type: textblock
17872 #. type: textblock
17873 #: ../src/guestfs-actions.pod:6261 ../fish/guestfish-actions.pod:4183
17874 msgid ""
17875 "This command returns up to the last 10 lines of a file as a list of strings."
17876 msgstr ""
17877
17878 # type: =head2
17879 #. type: =head2
17880 #: ../src/guestfs-actions.pod:6273
17881 msgid "guestfs_tail_n"
17882 msgstr ""
17883
17884 # type: verbatim
17885 #. type: verbatim
17886 #: ../src/guestfs-actions.pod:6275
17887 #, no-wrap
17888 msgid ""
17889 " char **\n"
17890 " guestfs_tail_n (guestfs_h *g,\n"
17891 "                 int nrlines,\n"
17892 "                 const char *path);\n"
17893 "\n"
17894 msgstr ""
17895
17896 # type: textblock
17897 #. type: textblock
17898 #: ../src/guestfs-actions.pod:6280 ../fish/guestfish-actions.pod:4193
17899 msgid ""
17900 "If the parameter C<nrlines> is a positive number, this returns the last "
17901 "C<nrlines> lines of the file C<path>."
17902 msgstr ""
17903
17904 # type: textblock
17905 #. type: textblock
17906 #: ../src/guestfs-actions.pod:6283 ../fish/guestfish-actions.pod:4196
17907 msgid ""
17908 "If the parameter C<nrlines> is a negative number, this returns lines from "
17909 "the file C<path>, starting with the C<-nrlines>th line."
17910 msgstr ""
17911
17912 # type: =head2
17913 #. type: =head2
17914 #: ../src/guestfs-actions.pod:6297
17915 msgid "guestfs_tar_in"
17916 msgstr ""
17917
17918 # type: verbatim
17919 #. type: verbatim
17920 #: ../src/guestfs-actions.pod:6299
17921 #, no-wrap
17922 msgid ""
17923 " int\n"
17924 " guestfs_tar_in (guestfs_h *g,\n"
17925 "                 const char *tarfile,\n"
17926 "                 const char *directory);\n"
17927 "\n"
17928 msgstr ""
17929
17930 # type: textblock
17931 #. type: textblock
17932 #: ../src/guestfs-actions.pod:6304 ../fish/guestfish-actions.pod:4208
17933 msgid ""
17934 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17935 "tar file) into C<directory>."
17936 msgstr ""
17937
17938 # type: textblock
17939 #. type: textblock
17940 #: ../src/guestfs-actions.pod:6307
17941 msgid ""
17942 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17943 msgstr ""
17944
17945 # type: textblock
17946 #. type: textblock
17947 #: ../src/guestfs-actions.pod:6312 ../src/guestfs-actions.pod:6329
17948 #: ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6361
17949 msgid "(Added in 1.0.3)"
17950 msgstr ""
17951
17952 # type: =head2
17953 #. type: =head2
17954 #: ../src/guestfs-actions.pod:6314
17955 msgid "guestfs_tar_out"
17956 msgstr ""
17957
17958 # type: verbatim
17959 #. type: verbatim
17960 #: ../src/guestfs-actions.pod:6316
17961 #, no-wrap
17962 msgid ""
17963 " int\n"
17964 " guestfs_tar_out (guestfs_h *g,\n"
17965 "                  const char *directory,\n"
17966 "                  const char *tarfile);\n"
17967 "\n"
17968 msgstr ""
17969
17970 # type: textblock
17971 #. type: textblock
17972 #: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4220
17973 msgid ""
17974 "This command packs the contents of C<directory> and downloads it to local "
17975 "file C<tarfile>."
17976 msgstr ""
17977
17978 # type: textblock
17979 #. type: textblock
17980 #: ../src/guestfs-actions.pod:6324
17981 msgid ""
17982 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17983 "C<guestfs_txz_out>."
17984 msgstr ""
17985
17986 # type: =head2
17987 #. type: =head2
17988 #: ../src/guestfs-actions.pod:6331
17989 msgid "guestfs_tgz_in"
17990 msgstr ""
17991
17992 # type: verbatim
17993 #. type: verbatim
17994 #: ../src/guestfs-actions.pod:6333
17995 #, no-wrap
17996 msgid ""
17997 " int\n"
17998 " guestfs_tgz_in (guestfs_h *g,\n"
17999 "                 const char *tarball,\n"
18000 "                 const char *directory);\n"
18001 "\n"
18002 msgstr ""
18003
18004 # type: textblock
18005 #. type: textblock
18006 #: ../src/guestfs-actions.pod:6338 ../fish/guestfish-actions.pod:4232
18007 msgid ""
18008 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
18009 "tar file) into C<directory>."
18010 msgstr ""
18011
18012 # type: textblock
18013 #. type: textblock
18014 #: ../src/guestfs-actions.pod:6341
18015 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
18016 msgstr ""
18017
18018 # type: =head2
18019 #. type: =head2
18020 #: ../src/guestfs-actions.pod:6347
18021 msgid "guestfs_tgz_out"
18022 msgstr ""
18023
18024 # type: verbatim
18025 #. type: verbatim
18026 #: ../src/guestfs-actions.pod:6349
18027 #, no-wrap
18028 msgid ""
18029 " int\n"
18030 " guestfs_tgz_out (guestfs_h *g,\n"
18031 "                  const char *directory,\n"
18032 "                  const char *tarball);\n"
18033 "\n"
18034 msgstr ""
18035
18036 # type: textblock
18037 #. type: textblock
18038 #: ../src/guestfs-actions.pod:6354 ../fish/guestfish-actions.pod:4243
18039 msgid ""
18040 "This command packs the contents of C<directory> and downloads it to local "
18041 "file C<tarball>."
18042 msgstr ""
18043
18044 # type: textblock
18045 #. type: textblock
18046 #: ../src/guestfs-actions.pod:6357
18047 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
18048 msgstr ""
18049
18050 # type: =head2
18051 #. type: =head2
18052 #: ../src/guestfs-actions.pod:6363
18053 msgid "guestfs_touch"
18054 msgstr ""
18055
18056 # type: verbatim
18057 #. type: verbatim
18058 #: ../src/guestfs-actions.pod:6365
18059 #, no-wrap
18060 msgid ""
18061 " int\n"
18062 " guestfs_touch (guestfs_h *g,\n"
18063 "                const char *path);\n"
18064 "\n"
18065 msgstr ""
18066
18067 # type: textblock
18068 #. type: textblock
18069 #: ../src/guestfs-actions.pod:6369 ../fish/guestfish-actions.pod:4254
18070 msgid ""
18071 "Touch acts like the L<touch(1)> command.  It can be used to update the "
18072 "timestamps on a file, or, if the file does not exist, to create a new zero-"
18073 "length file."
18074 msgstr ""
18075
18076 # type: textblock
18077 #. type: textblock
18078 #: ../src/guestfs-actions.pod:6373 ../fish/guestfish-actions.pod:4258
18079 msgid ""
18080 "This command only works on regular files, and will fail on other file types "
18081 "such as directories, symbolic links, block special etc."
18082 msgstr ""
18083
18084 # type: =head2
18085 #. type: =head2
18086 #: ../src/guestfs-actions.pod:6380
18087 msgid "guestfs_truncate"
18088 msgstr ""
18089
18090 # type: verbatim
18091 #. type: verbatim
18092 #: ../src/guestfs-actions.pod:6382
18093 #, no-wrap
18094 msgid ""
18095 " int\n"
18096 " guestfs_truncate (guestfs_h *g,\n"
18097 "                   const char *path);\n"
18098 "\n"
18099 msgstr ""
18100
18101 # type: textblock
18102 #. type: textblock
18103 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4265
18104 msgid ""
18105 "This command truncates C<path> to a zero-length file.  The file must exist "
18106 "already."
18107 msgstr ""
18108
18109 # type: =head2
18110 #. type: =head2
18111 #: ../src/guestfs-actions.pod:6393
18112 msgid "guestfs_truncate_size"
18113 msgstr ""
18114
18115 # type: verbatim
18116 #. type: verbatim
18117 #: ../src/guestfs-actions.pod:6395
18118 #, no-wrap
18119 msgid ""
18120 " int\n"
18121 " guestfs_truncate_size (guestfs_h *g,\n"
18122 "                        const char *path,\n"
18123 "                        int64_t size);\n"
18124 "\n"
18125 msgstr ""
18126
18127 # type: textblock
18128 #. type: textblock
18129 #: ../src/guestfs-actions.pod:6400 ../fish/guestfish-actions.pod:4272
18130 msgid ""
18131 "This command truncates C<path> to size C<size> bytes.  The file must exist "
18132 "already."
18133 msgstr ""
18134
18135 # type: textblock
18136 #. type: textblock
18137 #: ../src/guestfs-actions.pod:6403
18138 msgid ""
18139 "If the current file size is less than C<size> then the file is extended to "
18140 "the required size with zero bytes.  This creates a sparse file (ie. disk "
18141 "blocks are not allocated for the file until you write to it).  To create a "
18142 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
18143 msgstr ""
18144
18145 # type: =head2
18146 #. type: =head2
18147 #: ../src/guestfs-actions.pod:6413
18148 msgid "guestfs_tune2fs_l"
18149 msgstr ""
18150
18151 # type: verbatim
18152 #. type: verbatim
18153 #: ../src/guestfs-actions.pod:6415
18154 #, no-wrap
18155 msgid ""
18156 " char **\n"
18157 " guestfs_tune2fs_l (guestfs_h *g,\n"
18158 "                    const char *device);\n"
18159 "\n"
18160 msgstr ""
18161
18162 # type: textblock
18163 #. type: textblock
18164 #: ../src/guestfs-actions.pod:6419 ../fish/guestfish-actions.pod:4285
18165 msgid ""
18166 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
18167 "C<device>."
18168 msgstr ""
18169
18170 # type: textblock
18171 #. type: textblock
18172 #: ../src/guestfs-actions.pod:6422 ../fish/guestfish-actions.pod:4288
18173 msgid ""
18174 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
18175 "for more details.  The list of fields returned isn't clearly defined, and "
18176 "depends on both the version of C<tune2fs> that libguestfs was built against, "
18177 "and the filesystem itself."
18178 msgstr ""
18179
18180 # type: =head2
18181 #. type: =head2
18182 #: ../src/guestfs-actions.pod:6435
18183 msgid "guestfs_txz_in"
18184 msgstr ""
18185
18186 # type: verbatim
18187 #. type: verbatim
18188 #: ../src/guestfs-actions.pod:6437
18189 #, no-wrap
18190 msgid ""
18191 " int\n"
18192 " guestfs_txz_in (guestfs_h *g,\n"
18193 "                 const char *tarball,\n"
18194 "                 const char *directory);\n"
18195 "\n"
18196 msgstr ""
18197
18198 # type: textblock
18199 #. type: textblock
18200 #: ../src/guestfs-actions.pod:6442 ../fish/guestfish-actions.pod:4297
18201 msgid ""
18202 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
18203 "tar file) into C<directory>."
18204 msgstr ""
18205
18206 # type: =head2
18207 #. type: =head2
18208 #: ../src/guestfs-actions.pod:6449
18209 msgid "guestfs_txz_out"
18210 msgstr ""
18211
18212 # type: verbatim
18213 #. type: verbatim
18214 #: ../src/guestfs-actions.pod:6451
18215 #, no-wrap
18216 msgid ""
18217 " int\n"
18218 " guestfs_txz_out (guestfs_h *g,\n"
18219 "                  const char *directory,\n"
18220 "                  const char *tarball);\n"
18221 "\n"
18222 msgstr ""
18223
18224 # type: textblock
18225 #. type: textblock
18226 #: ../src/guestfs-actions.pod:6456 ../fish/guestfish-actions.pod:4306
18227 msgid ""
18228 "This command packs the contents of C<directory> and downloads it to local "
18229 "file C<tarball> (as an xz compressed tar archive)."
18230 msgstr ""
18231
18232 # type: =head2
18233 #. type: =head2
18234 #: ../src/guestfs-actions.pod:6463
18235 msgid "guestfs_umask"
18236 msgstr ""
18237
18238 # type: verbatim
18239 #. type: verbatim
18240 #: ../src/guestfs-actions.pod:6465
18241 #, no-wrap
18242 msgid ""
18243 " int\n"
18244 " guestfs_umask (guestfs_h *g,\n"
18245 "                int mask);\n"
18246 "\n"
18247 msgstr ""
18248
18249 # type: textblock
18250 #. type: textblock
18251 #: ../src/guestfs-actions.pod:6469 ../fish/guestfish-actions.pod:4315
18252 msgid ""
18253 "This function sets the mask used for creating new files and device nodes to "
18254 "C<mask & 0777>."
18255 msgstr ""
18256
18257 # type: textblock
18258 #. type: textblock
18259 #: ../src/guestfs-actions.pod:6472 ../fish/guestfish-actions.pod:4318
18260 msgid ""
18261 "Typical umask values would be C<022> which creates new files with "
18262 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
18263 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
18264 msgstr ""
18265
18266 # type: textblock
18267 #. type: textblock
18268 #: ../src/guestfs-actions.pod:6477 ../fish/guestfish-actions.pod:4323
18269 msgid ""
18270 "The default umask is C<022>.  This is important because it means that "
18271 "directories and device nodes will be created with C<0644> or C<0755> mode "
18272 "even if you specify C<0777>."
18273 msgstr ""
18274
18275 # type: textblock
18276 #. type: textblock
18277 #: ../src/guestfs-actions.pod:6481
18278 msgid ""
18279 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
18280 "C<guestfs_mkdir>."
18281 msgstr ""
18282
18283 # type: textblock
18284 #. type: textblock
18285 #: ../src/guestfs-actions.pod:6484 ../fish/guestfish-actions.pod:4330
18286 msgid "This call returns the previous umask."
18287 msgstr ""
18288
18289 # type: =head2
18290 #. type: =head2
18291 #: ../src/guestfs-actions.pod:6490
18292 msgid "guestfs_umount"
18293 msgstr ""
18294
18295 # type: verbatim
18296 #. type: verbatim
18297 #: ../src/guestfs-actions.pod:6492
18298 #, no-wrap
18299 msgid ""
18300 " int\n"
18301 " guestfs_umount (guestfs_h *g,\n"
18302 "                 const char *pathordevice);\n"
18303 "\n"
18304 msgstr ""
18305
18306 # type: textblock
18307 #. type: textblock
18308 #: ../src/guestfs-actions.pod:6496 ../fish/guestfish-actions.pod:4338
18309 msgid ""
18310 "This unmounts the given filesystem.  The filesystem may be specified either "
18311 "by its mountpoint (path) or the device which contains the filesystem."
18312 msgstr ""
18313
18314 # type: =head2
18315 #. type: =head2
18316 #: ../src/guestfs-actions.pod:6504
18317 msgid "guestfs_umount_all"
18318 msgstr ""
18319
18320 # type: verbatim
18321 #. type: verbatim
18322 #: ../src/guestfs-actions.pod:6506
18323 #, no-wrap
18324 msgid ""
18325 " int\n"
18326 " guestfs_umount_all (guestfs_h *g);\n"
18327 "\n"
18328 msgstr ""
18329
18330 # type: textblock
18331 #. type: textblock
18332 #: ../src/guestfs-actions.pod:6509 ../fish/guestfish-actions.pod:4348
18333 msgid "This unmounts all mounted filesystems."
18334 msgstr ""
18335
18336 # type: textblock
18337 #. type: textblock
18338 #: ../src/guestfs-actions.pod:6511 ../fish/guestfish-actions.pod:4350
18339 msgid "Some internal mounts are not unmounted by this call."
18340 msgstr ""
18341
18342 # type: =head2
18343 #. type: =head2
18344 #: ../src/guestfs-actions.pod:6517
18345 msgid "guestfs_upload"
18346 msgstr ""
18347
18348 # type: verbatim
18349 #. type: verbatim
18350 #: ../src/guestfs-actions.pod:6519
18351 #, no-wrap
18352 msgid ""
18353 " int\n"
18354 " guestfs_upload (guestfs_h *g,\n"
18355 "                 const char *filename,\n"
18356 "                 const char *remotefilename);\n"
18357 "\n"
18358 msgstr ""
18359
18360 # type: textblock
18361 #. type: textblock
18362 #: ../src/guestfs-actions.pod:6524 ../src/guestfs-actions.pod:6548
18363 #: ../fish/guestfish-actions.pod:4356 ../fish/guestfish-actions.pod:4369
18364 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
18365 msgstr ""
18366
18367 # type: textblock
18368 #. type: textblock
18369 #: ../src/guestfs-actions.pod:6529
18370 msgid "See also C<guestfs_download>."
18371 msgstr ""
18372
18373 # type: =head2
18374 #. type: =head2
18375 #: ../src/guestfs-actions.pod:6540
18376 msgid "guestfs_upload_offset"
18377 msgstr ""
18378
18379 # type: verbatim
18380 #. type: verbatim
18381 #: ../src/guestfs-actions.pod:6542
18382 #, no-wrap
18383 msgid ""
18384 " int\n"
18385 " guestfs_upload_offset (guestfs_h *g,\n"
18386 "                        const char *filename,\n"
18387 "                        const char *remotefilename,\n"
18388 "                        int64_t offset);\n"
18389 "\n"
18390 msgstr ""
18391
18392 # type: textblock
18393 #. type: textblock
18394 #: ../src/guestfs-actions.pod:6551 ../fish/guestfish-actions.pod:4372
18395 msgid ""
18396 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
18397 "The intention is to overwrite parts of existing files or devices, although "
18398 "if a non-existant file is specified then it is created with a \"hole\" "
18399 "before C<offset>.  The size of the data written is implicit in the size of "
18400 "the source C<filename>."
18401 msgstr ""
18402
18403 # type: textblock
18404 #. type: textblock
18405 #: ../src/guestfs-actions.pod:6558
18406 msgid ""
18407 "Note that there is no limit on the amount of data that can be uploaded with "
18408 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
18409 "full amount unless an error occurs."
18410 msgstr ""
18411
18412 # type: textblock
18413 #. type: textblock
18414 #: ../src/guestfs-actions.pod:6563
18415 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18416 msgstr ""
18417
18418 # type: =head2
18419 #. type: =head2
18420 #: ../src/guestfs-actions.pod:6574
18421 msgid "guestfs_utimens"
18422 msgstr ""
18423
18424 # type: verbatim
18425 #. type: verbatim
18426 #: ../src/guestfs-actions.pod:6576
18427 #, no-wrap
18428 msgid ""
18429 " int\n"
18430 " guestfs_utimens (guestfs_h *g,\n"
18431 "                  const char *path,\n"
18432 "                  int64_t atsecs,\n"
18433 "                  int64_t atnsecs,\n"
18434 "                  int64_t mtsecs,\n"
18435 "                  int64_t mtnsecs);\n"
18436 "\n"
18437 msgstr ""
18438
18439 # type: textblock
18440 #. type: textblock
18441 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4392
18442 msgid "This command sets the timestamps of a file with nanosecond precision."
18443 msgstr ""
18444
18445 # type: textblock
18446 #. type: textblock
18447 #: ../src/guestfs-actions.pod:6587 ../fish/guestfish-actions.pod:4395
18448 msgid ""
18449 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18450 "from the epoch."
18451 msgstr ""
18452
18453 # type: textblock
18454 #. type: textblock
18455 #: ../src/guestfs-actions.pod:6590 ../fish/guestfish-actions.pod:4398
18456 msgid ""
18457 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18458 "nanoseconds from the epoch."
18459 msgstr ""
18460
18461 # type: textblock
18462 #. type: textblock
18463 #: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4401
18464 msgid ""
18465 "If the C<*nsecs> field contains the special value C<-1> then the "
18466 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18467 "ignored in this case)."
18468 msgstr ""
18469
18470 # type: textblock
18471 #. type: textblock
18472 #: ../src/guestfs-actions.pod:6597 ../fish/guestfish-actions.pod:4405
18473 msgid ""
18474 "If the C<*nsecs> field contains the special value C<-2> then the "
18475 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18476 "in this case)."
18477 msgstr ""
18478
18479 # type: =head2
18480 #. type: =head2
18481 #: ../src/guestfs-actions.pod:6605 ../src/guestfs-structs.pod:175
18482 msgid "guestfs_version"
18483 msgstr ""
18484
18485 # type: verbatim
18486 #. type: verbatim
18487 #: ../src/guestfs-actions.pod:6607
18488 #, no-wrap
18489 msgid ""
18490 " struct guestfs_version *\n"
18491 " guestfs_version (guestfs_h *g);\n"
18492 "\n"
18493 msgstr ""
18494
18495 # type: textblock
18496 #. type: textblock
18497 #: ../src/guestfs-actions.pod:6610 ../fish/guestfish-actions.pod:4413
18498 msgid ""
18499 "Return the libguestfs version number that the program is linked against."
18500 msgstr ""
18501
18502 # type: textblock
18503 #. type: textblock
18504 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
18505 msgid ""
18506 "Note that because of dynamic linking this is not necessarily the version of "
18507 "libguestfs that you compiled against.  You can compile the program, and then "
18508 "at runtime dynamically link against a completely different C<libguestfs.so> "
18509 "library."
18510 msgstr ""
18511
18512 # type: textblock
18513 #. type: textblock
18514 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4421
18515 msgid ""
18516 "This call was added in version C<1.0.58>.  In previous versions of "
18517 "libguestfs there was no way to get the version number.  From C code you can "
18518 "use dynamic linker functions to find out if this symbol exists (if it "
18519 "doesn't, then it's an earlier version)."
18520 msgstr ""
18521
18522 # type: textblock
18523 #. type: textblock
18524 #: ../src/guestfs-actions.pod:6624 ../fish/guestfish-actions.pod:4427
18525 msgid ""
18526 "The call returns a structure with four elements.  The first three (C<major>, "
18527 "C<minor> and C<release>) are numbers and correspond to the usual version "
18528 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18529 "but may be used for distro-specific information."
18530 msgstr ""
18531
18532 # type: textblock
18533 #. type: textblock
18534 #: ../src/guestfs-actions.pod:6630 ../fish/guestfish-actions.pod:4433
18535 msgid ""
18536 "To construct the original version string: C<$major.$minor.$release$extra>"
18537 msgstr ""
18538
18539 # type: textblock
18540 #. type: textblock
18541 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4436
18542 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18543 msgstr ""
18544
18545 # type: textblock
18546 #. type: textblock
18547 #: ../src/guestfs-actions.pod:6635
18548 msgid ""
18549 "I<Note:> Don't use this call to test for availability of features.  In "
18550 "enterprise distributions we backport features from later versions into "
18551 "earlier versions, making this an unreliable way to test for features.  Use "
18552 "C<guestfs_available> instead."
18553 msgstr ""
18554
18555 # type: textblock
18556 #. type: textblock
18557 #: ../src/guestfs-actions.pod:6641
18558 msgid ""
18559 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18560 "error.  I<The caller must call C<guestfs_free_version> after use>."
18561 msgstr ""
18562
18563 # type: textblock
18564 #. type: textblock
18565 #: ../src/guestfs-actions.pod:6645
18566 msgid "(Added in 1.0.58)"
18567 msgstr ""
18568
18569 # type: =head2
18570 #. type: =head2
18571 #: ../src/guestfs-actions.pod:6647
18572 msgid "guestfs_vfs_label"
18573 msgstr ""
18574
18575 # type: verbatim
18576 #. type: verbatim
18577 #: ../src/guestfs-actions.pod:6649
18578 #, no-wrap
18579 msgid ""
18580 " char *\n"
18581 " guestfs_vfs_label (guestfs_h *g,\n"
18582 "                    const char *device);\n"
18583 "\n"
18584 msgstr ""
18585
18586 # type: textblock
18587 #. type: textblock
18588 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4448
18589 msgid "This returns the filesystem label of the filesystem on C<device>."
18590 msgstr ""
18591
18592 # type: textblock
18593 #. type: textblock
18594 #: ../src/guestfs-actions.pod:6656 ../fish/guestfish-actions.pod:4451
18595 msgid "If the filesystem is unlabeled, this returns the empty string."
18596 msgstr ""
18597
18598 # type: textblock
18599 #. type: textblock
18600 #: ../src/guestfs-actions.pod:6658
18601 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18602 msgstr ""
18603
18604 # type: textblock
18605 #. type: textblock
18606 #: ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6700
18607 msgid "(Added in 1.3.18)"
18608 msgstr ""
18609
18610 # type: =head2
18611 #. type: =head2
18612 #: ../src/guestfs-actions.pod:6665
18613 msgid "guestfs_vfs_type"
18614 msgstr ""
18615
18616 # type: verbatim
18617 #. type: verbatim
18618 #: ../src/guestfs-actions.pod:6667
18619 #, no-wrap
18620 msgid ""
18621 " char *\n"
18622 " guestfs_vfs_type (guestfs_h *g,\n"
18623 "                   const char *device);\n"
18624 "\n"
18625 msgstr ""
18626
18627 # type: textblock
18628 #. type: textblock
18629 #: ../src/guestfs-actions.pod:6671 ../fish/guestfish-actions.pod:4459
18630 msgid ""
18631 "This command gets the filesystem type corresponding to the filesystem on "
18632 "C<device>."
18633 msgstr ""
18634
18635 # type: textblock
18636 #. type: textblock
18637 #: ../src/guestfs-actions.pod:6674 ../fish/guestfish-actions.pod:4462
18638 msgid ""
18639 "For most filesystems, the result is the name of the Linux VFS module which "
18640 "would be used to mount this filesystem if you mounted it without specifying "
18641 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18642 msgstr ""
18643
18644 # type: =head2
18645 #. type: =head2
18646 #: ../src/guestfs-actions.pod:6684
18647 msgid "guestfs_vfs_uuid"
18648 msgstr ""
18649
18650 # type: verbatim
18651 #. type: verbatim
18652 #: ../src/guestfs-actions.pod:6686
18653 #, no-wrap
18654 msgid ""
18655 " char *\n"
18656 " guestfs_vfs_uuid (guestfs_h *g,\n"
18657 "                   const char *device);\n"
18658 "\n"
18659 msgstr ""
18660
18661 # type: textblock
18662 #. type: textblock
18663 #: ../src/guestfs-actions.pod:6690 ../fish/guestfish-actions.pod:4471
18664 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18665 msgstr ""
18666
18667 # type: textblock
18668 #. type: textblock
18669 #: ../src/guestfs-actions.pod:6693 ../fish/guestfish-actions.pod:4474
18670 msgid "If the filesystem does not have a UUID, this returns the empty string."
18671 msgstr ""
18672
18673 # type: textblock
18674 #. type: textblock
18675 #: ../src/guestfs-actions.pod:6695
18676 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18677 msgstr ""
18678
18679 # type: =head2
18680 #. type: =head2
18681 #: ../src/guestfs-actions.pod:6702
18682 msgid "guestfs_vg_activate"
18683 msgstr ""
18684
18685 # type: verbatim
18686 #. type: verbatim
18687 #: ../src/guestfs-actions.pod:6704
18688 #, no-wrap
18689 msgid ""
18690 " int\n"
18691 " guestfs_vg_activate (guestfs_h *g,\n"
18692 "                      int activate,\n"
18693 "                      char *const *volgroups);\n"
18694 "\n"
18695 msgstr ""
18696
18697 # type: textblock
18698 #. type: textblock
18699 #: ../src/guestfs-actions.pod:6709 ../fish/guestfish-actions.pod:4482
18700 msgid ""
18701 "This command activates or (if C<activate> is false) deactivates all logical "
18702 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18703 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18704 "deactivated, then those devices disappear."
18705 msgstr ""
18706
18707 # type: textblock
18708 #. type: textblock
18709 #: ../src/guestfs-actions.pod:6715 ../fish/guestfish-actions.pod:4488
18710 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18711 msgstr ""
18712
18713 # type: textblock
18714 #. type: textblock
18715 #: ../src/guestfs-actions.pod:6717 ../fish/guestfish-actions.pod:4490
18716 msgid ""
18717 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18718 "activated or deactivated."
18719 msgstr ""
18720
18721 # type: =head2
18722 #. type: =head2
18723 #: ../src/guestfs-actions.pod:6724
18724 msgid "guestfs_vg_activate_all"
18725 msgstr ""
18726
18727 # type: verbatim
18728 #. type: verbatim
18729 #: ../src/guestfs-actions.pod:6726
18730 #, no-wrap
18731 msgid ""
18732 " int\n"
18733 " guestfs_vg_activate_all (guestfs_h *g,\n"
18734 "                          int activate);\n"
18735 "\n"
18736 msgstr ""
18737
18738 # type: textblock
18739 #. type: textblock
18740 #: ../src/guestfs-actions.pod:6730 ../fish/guestfish-actions.pod:4497
18741 msgid ""
18742 "This command activates or (if C<activate> is false) deactivates all logical "
18743 "volumes in all volume groups.  If activated, then they are made known to the "
18744 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18745 "those devices disappear."
18746 msgstr ""
18747
18748 # type: textblock
18749 #. type: textblock
18750 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4503
18751 msgid "This command is the same as running C<vgchange -a y|n>"
18752 msgstr ""
18753
18754 # type: =head2
18755 #. type: =head2
18756 #: ../src/guestfs-actions.pod:6742
18757 msgid "guestfs_vgcreate"
18758 msgstr ""
18759
18760 # type: verbatim
18761 #. type: verbatim
18762 #: ../src/guestfs-actions.pod:6744
18763 #, no-wrap
18764 msgid ""
18765 " int\n"
18766 " guestfs_vgcreate (guestfs_h *g,\n"
18767 "                   const char *volgroup,\n"
18768 "                   char *const *physvols);\n"
18769 "\n"
18770 msgstr ""
18771
18772 # type: textblock
18773 #. type: textblock
18774 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4509
18775 msgid ""
18776 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18777 "of physical volumes C<physvols>."
18778 msgstr ""
18779
18780 # type: =head2
18781 #. type: =head2
18782 #: ../src/guestfs-actions.pod:6756
18783 msgid "guestfs_vglvuuids"
18784 msgstr ""
18785
18786 # type: verbatim
18787 #. type: verbatim
18788 #: ../src/guestfs-actions.pod:6758
18789 #, no-wrap
18790 msgid ""
18791 " char **\n"
18792 " guestfs_vglvuuids (guestfs_h *g,\n"
18793 "                    const char *vgname);\n"
18794 "\n"
18795 msgstr ""
18796
18797 # type: textblock
18798 #. type: textblock
18799 #: ../src/guestfs-actions.pod:6762 ../fish/guestfish-actions.pod:4516
18800 msgid ""
18801 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18802 "volumes created in this volume group."
18803 msgstr ""
18804
18805 # type: textblock
18806 #. type: textblock
18807 #: ../src/guestfs-actions.pod:6765
18808 msgid ""
18809 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18810 "associate logical volumes and volume groups."
18811 msgstr ""
18812
18813 # type: textblock
18814 #. type: textblock
18815 #: ../src/guestfs-actions.pod:6768
18816 msgid "See also C<guestfs_vgpvuuids>."
18817 msgstr ""
18818
18819 # type: =head2
18820 #. type: =head2
18821 #: ../src/guestfs-actions.pod:6776
18822 msgid "guestfs_vgpvuuids"
18823 msgstr ""
18824
18825 # type: verbatim
18826 #. type: verbatim
18827 #: ../src/guestfs-actions.pod:6778
18828 #, no-wrap
18829 msgid ""
18830 " char **\n"
18831 " guestfs_vgpvuuids (guestfs_h *g,\n"
18832 "                    const char *vgname);\n"
18833 "\n"
18834 msgstr ""
18835
18836 # type: textblock
18837 #. type: textblock
18838 #: ../src/guestfs-actions.pod:6782 ../fish/guestfish-actions.pod:4528
18839 msgid ""
18840 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18841 "volumes that this volume group resides on."
18842 msgstr ""
18843
18844 # type: textblock
18845 #. type: textblock
18846 #: ../src/guestfs-actions.pod:6785
18847 msgid ""
18848 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18849 "associate physical volumes and volume groups."
18850 msgstr ""
18851
18852 # type: textblock
18853 #. type: textblock
18854 #: ../src/guestfs-actions.pod:6788
18855 msgid "See also C<guestfs_vglvuuids>."
18856 msgstr ""
18857
18858 # type: =head2
18859 #. type: =head2
18860 #: ../src/guestfs-actions.pod:6796
18861 msgid "guestfs_vgremove"
18862 msgstr ""
18863
18864 # type: verbatim
18865 #. type: verbatim
18866 #: ../src/guestfs-actions.pod:6798
18867 #, no-wrap
18868 msgid ""
18869 " int\n"
18870 " guestfs_vgremove (guestfs_h *g,\n"
18871 "                   const char *vgname);\n"
18872 "\n"
18873 msgstr ""
18874
18875 # type: textblock
18876 #. type: textblock
18877 #: ../src/guestfs-actions.pod:6802 ../fish/guestfish-actions.pod:4540
18878 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18879 msgstr ""
18880
18881 # type: textblock
18882 #. type: textblock
18883 #: ../src/guestfs-actions.pod:6804 ../fish/guestfish-actions.pod:4542
18884 msgid ""
18885 "This also forcibly removes all logical volumes in the volume group (if any)."
18886 msgstr ""
18887
18888 # type: =head2
18889 #. type: =head2
18890 #: ../src/guestfs-actions.pod:6811
18891 msgid "guestfs_vgrename"
18892 msgstr ""
18893
18894 # type: verbatim
18895 #. type: verbatim
18896 #: ../src/guestfs-actions.pod:6813
18897 #, no-wrap
18898 msgid ""
18899 " int\n"
18900 " guestfs_vgrename (guestfs_h *g,\n"
18901 "                   const char *volgroup,\n"
18902 "                   const char *newvolgroup);\n"
18903 "\n"
18904 msgstr ""
18905
18906 # type: textblock
18907 #. type: textblock
18908 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4549
18909 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18910 msgstr ""
18911
18912 # type: =head2
18913 #. type: =head2
18914 #: ../src/guestfs-actions.pod:6824
18915 msgid "guestfs_vgs"
18916 msgstr ""
18917
18918 # type: verbatim
18919 #. type: verbatim
18920 #: ../src/guestfs-actions.pod:6826
18921 #, no-wrap
18922 msgid ""
18923 " char **\n"
18924 " guestfs_vgs (guestfs_h *g);\n"
18925 "\n"
18926 msgstr ""
18927
18928 # type: textblock
18929 #. type: textblock
18930 #: ../src/guestfs-actions.pod:6829 ../fish/guestfish-actions.pod:4555
18931 msgid ""
18932 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18933 "> command."
18934 msgstr ""
18935
18936 # type: textblock
18937 #. type: textblock
18938 #: ../src/guestfs-actions.pod:6832 ../fish/guestfish-actions.pod:4558
18939 msgid ""
18940 "This returns a list of just the volume group names that were detected (eg. "
18941 "C<VolGroup00>)."
18942 msgstr ""
18943
18944 # type: textblock
18945 #. type: textblock
18946 #: ../src/guestfs-actions.pod:6835
18947 msgid "See also C<guestfs_vgs_full>."
18948 msgstr ""
18949
18950 # type: =head2
18951 #. type: =head2
18952 #: ../src/guestfs-actions.pod:6843
18953 msgid "guestfs_vgs_full"
18954 msgstr ""
18955
18956 # type: verbatim
18957 #. type: verbatim
18958 #: ../src/guestfs-actions.pod:6845
18959 #, no-wrap
18960 msgid ""
18961 " struct guestfs_lvm_vg_list *\n"
18962 " guestfs_vgs_full (guestfs_h *g);\n"
18963 "\n"
18964 msgstr ""
18965
18966 # type: textblock
18967 #. type: textblock
18968 #: ../src/guestfs-actions.pod:6848 ../fish/guestfish-actions.pod:4567
18969 msgid ""
18970 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18971 "> command.  The \"full\" version includes all fields."
18972 msgstr ""
18973
18974 # type: textblock
18975 #. type: textblock
18976 #: ../src/guestfs-actions.pod:6851
18977 msgid ""
18978 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18979 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18980 msgstr ""
18981
18982 # type: =head2
18983 #. type: =head2
18984 #: ../src/guestfs-actions.pod:6857
18985 msgid "guestfs_vgscan"
18986 msgstr ""
18987
18988 # type: verbatim
18989 #. type: verbatim
18990 #: ../src/guestfs-actions.pod:6859
18991 #, no-wrap
18992 msgid ""
18993 " int\n"
18994 " guestfs_vgscan (guestfs_h *g);\n"
18995 "\n"
18996 msgstr ""
18997
18998 # type: textblock
18999 #. type: textblock
19000 #: ../src/guestfs-actions.pod:6862 ../fish/guestfish-actions.pod:4574
19001 msgid ""
19002 "This rescans all block devices and rebuilds the list of LVM physical "
19003 "volumes, volume groups and logical volumes."
19004 msgstr ""
19005
19006 # type: =head2
19007 #. type: =head2
19008 #: ../src/guestfs-actions.pod:6869
19009 msgid "guestfs_vguuid"
19010 msgstr ""
19011
19012 # type: verbatim
19013 #. type: verbatim
19014 #: ../src/guestfs-actions.pod:6871
19015 #, no-wrap
19016 msgid ""
19017 " char *\n"
19018 " guestfs_vguuid (guestfs_h *g,\n"
19019 "                 const char *vgname);\n"
19020 "\n"
19021 msgstr ""
19022
19023 # type: textblock
19024 #. type: textblock
19025 #: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4581
19026 msgid "This command returns the UUID of the LVM VG named C<vgname>."
19027 msgstr ""
19028
19029 # type: =head2
19030 #. type: =head2
19031 #: ../src/guestfs-actions.pod:6882
19032 msgid "guestfs_wait_ready"
19033 msgstr ""
19034
19035 # type: verbatim
19036 #. type: verbatim
19037 #: ../src/guestfs-actions.pod:6884
19038 #, no-wrap
19039 msgid ""
19040 " int\n"
19041 " guestfs_wait_ready (guestfs_h *g);\n"
19042 "\n"
19043 msgstr ""
19044
19045 # type: textblock
19046 #. type: textblock
19047 #: ../src/guestfs-actions.pod:6887
19048 msgid "This function is a no op."
19049 msgstr ""
19050
19051 # type: textblock
19052 #. type: textblock
19053 #: ../src/guestfs-actions.pod:6889
19054 msgid ""
19055 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
19056 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
19057 "is no longer necessary because C<guestfs_launch> now does the waiting."
19058 msgstr ""
19059
19060 # type: textblock
19061 #. type: textblock
19062 #: ../src/guestfs-actions.pod:6894
19063 msgid ""
19064 "If you see any calls to this function in code then you can just remove them, "
19065 "unless you want to retain compatibility with older versions of the API."
19066 msgstr ""
19067
19068 # type: =head2
19069 #. type: =head2
19070 #: ../src/guestfs-actions.pod:6902
19071 msgid "guestfs_wc_c"
19072 msgstr ""
19073
19074 # type: verbatim
19075 #. type: verbatim
19076 #: ../src/guestfs-actions.pod:6904
19077 #, no-wrap
19078 msgid ""
19079 " int\n"
19080 " guestfs_wc_c (guestfs_h *g,\n"
19081 "               const char *path);\n"
19082 "\n"
19083 msgstr ""
19084
19085 # type: textblock
19086 #. type: textblock
19087 #: ../src/guestfs-actions.pod:6908 ../fish/guestfish-actions.pod:4587
19088 msgid ""
19089 "This command counts the characters in a file, using the C<wc -c> external "
19090 "command."
19091 msgstr ""
19092
19093 # type: =head2
19094 #. type: =head2
19095 #: ../src/guestfs-actions.pod:6915
19096 msgid "guestfs_wc_l"
19097 msgstr ""
19098
19099 # type: verbatim
19100 #. type: verbatim
19101 #: ../src/guestfs-actions.pod:6917
19102 #, no-wrap
19103 msgid ""
19104 " int\n"
19105 " guestfs_wc_l (guestfs_h *g,\n"
19106 "               const char *path);\n"
19107 "\n"
19108 msgstr ""
19109
19110 # type: textblock
19111 #. type: textblock
19112 #: ../src/guestfs-actions.pod:6921 ../fish/guestfish-actions.pod:4594
19113 msgid ""
19114 "This command counts the lines in a file, using the C<wc -l> external command."
19115 msgstr ""
19116
19117 # type: =head2
19118 #. type: =head2
19119 #: ../src/guestfs-actions.pod:6928
19120 msgid "guestfs_wc_w"
19121 msgstr ""
19122
19123 # type: verbatim
19124 #. type: verbatim
19125 #: ../src/guestfs-actions.pod:6930
19126 #, no-wrap
19127 msgid ""
19128 " int\n"
19129 " guestfs_wc_w (guestfs_h *g,\n"
19130 "               const char *path);\n"
19131 "\n"
19132 msgstr ""
19133
19134 # type: textblock
19135 #. type: textblock
19136 #: ../src/guestfs-actions.pod:6934 ../fish/guestfish-actions.pod:4601
19137 msgid ""
19138 "This command counts the words in a file, using the C<wc -w> external command."
19139 msgstr ""
19140
19141 # type: =head2
19142 #. type: =head2
19143 #: ../src/guestfs-actions.pod:6941
19144 msgid "guestfs_write"
19145 msgstr ""
19146
19147 # type: verbatim
19148 #. type: verbatim
19149 #: ../src/guestfs-actions.pod:6943
19150 #, no-wrap
19151 msgid ""
19152 " int\n"
19153 " guestfs_write (guestfs_h *g,\n"
19154 "                const char *path,\n"
19155 "                const char *content,\n"
19156 "                size_t content_size);\n"
19157 "\n"
19158 msgstr ""
19159
19160 # type: textblock
19161 #. type: textblock
19162 #: ../src/guestfs-actions.pod:6949 ../fish/guestfish-actions.pod:4608
19163 msgid ""
19164 "This call creates a file called C<path>.  The content of the file is the "
19165 "string C<content> (which can contain any 8 bit data)."
19166 msgstr ""
19167
19168 # type: =head2
19169 #. type: =head2
19170 #: ../src/guestfs-actions.pod:6959
19171 msgid "guestfs_write_file"
19172 msgstr ""
19173
19174 # type: verbatim
19175 #. type: verbatim
19176 #: ../src/guestfs-actions.pod:6961
19177 #, no-wrap
19178 msgid ""
19179 " int\n"
19180 " guestfs_write_file (guestfs_h *g,\n"
19181 "                     const char *path,\n"
19182 "                     const char *content,\n"
19183 "                     int size);\n"
19184 "\n"
19185 msgstr ""
19186
19187 # type: textblock
19188 #. type: textblock
19189 #: ../src/guestfs-actions.pod:6967 ../fish/guestfish-actions.pod:4618
19190 msgid ""
19191 "This call creates a file called C<path>.  The contents of the file is the "
19192 "string C<content> (which can contain any 8 bit data), with length C<size>."
19193 msgstr ""
19194
19195 # type: textblock
19196 #. type: textblock
19197 #: ../src/guestfs-actions.pod:6971 ../fish/guestfish-actions.pod:4622
19198 msgid ""
19199 "As a special case, if C<size> is C<0> then the length is calculated using "
19200 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
19201 msgstr ""
19202
19203 # type: textblock
19204 #. type: textblock
19205 #: ../src/guestfs-actions.pod:6975 ../fish/guestfish-actions.pod:4626
19206 msgid ""
19207 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
19208 "I<not> work, even if the length is specified."
19209 msgstr ""
19210
19211 #. type: textblock
19212 #: ../src/guestfs-actions.pod:6983
19213 msgid ""
19214 "This function is deprecated.  In new code, use the L</guestfs_write> call "
19215 "instead."
19216 msgstr ""
19217
19218 # type: =head2
19219 #. type: =head2
19220 #: ../src/guestfs-actions.pod:6992
19221 msgid "guestfs_zegrep"
19222 msgstr ""
19223
19224 # type: verbatim
19225 #. type: verbatim
19226 #: ../src/guestfs-actions.pod:6994
19227 #, no-wrap
19228 msgid ""
19229 " char **\n"
19230 " guestfs_zegrep (guestfs_h *g,\n"
19231 "                 const char *regex,\n"
19232 "                 const char *path);\n"
19233 "\n"
19234 msgstr ""
19235
19236 # type: textblock
19237 #. type: textblock
19238 #: ../src/guestfs-actions.pod:6999 ../fish/guestfish-actions.pod:4643
19239 msgid ""
19240 "This calls the external C<zegrep> program and returns the matching lines."
19241 msgstr ""
19242
19243 # type: =head2
19244 #. type: =head2
19245 #: ../src/guestfs-actions.pod:7011
19246 msgid "guestfs_zegrepi"
19247 msgstr ""
19248
19249 # type: verbatim
19250 #. type: verbatim
19251 #: ../src/guestfs-actions.pod:7013
19252 #, no-wrap
19253 msgid ""
19254 " char **\n"
19255 " guestfs_zegrepi (guestfs_h *g,\n"
19256 "                  const char *regex,\n"
19257 "                  const char *path);\n"
19258 "\n"
19259 msgstr ""
19260
19261 # type: textblock
19262 #. type: textblock
19263 #: ../src/guestfs-actions.pod:7018 ../fish/guestfish-actions.pod:4653
19264 msgid ""
19265 "This calls the external C<zegrep -i> program and returns the matching lines."
19266 msgstr ""
19267
19268 # type: =head2
19269 #. type: =head2
19270 #: ../src/guestfs-actions.pod:7030
19271 msgid "guestfs_zero"
19272 msgstr ""
19273
19274 # type: verbatim
19275 #. type: verbatim
19276 #: ../src/guestfs-actions.pod:7032
19277 #, no-wrap
19278 msgid ""
19279 " int\n"
19280 " guestfs_zero (guestfs_h *g,\n"
19281 "               const char *device);\n"
19282 "\n"
19283 msgstr ""
19284
19285 # type: textblock
19286 #. type: textblock
19287 #: ../src/guestfs-actions.pod:7036 ../fish/guestfish-actions.pod:4663
19288 msgid "This command writes zeroes over the first few blocks of C<device>."
19289 msgstr ""
19290
19291 # type: textblock
19292 #. type: textblock
19293 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4665
19294 msgid ""
19295 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
19296 "securely wipe the device).  It should be sufficient to remove any partition "
19297 "tables, filesystem superblocks and so on."
19298 msgstr ""
19299
19300 # type: textblock
19301 #. type: textblock
19302 #: ../src/guestfs-actions.pod:7042
19303 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
19304 msgstr ""
19305
19306 # type: =head2
19307 #. type: =head2
19308 #: ../src/guestfs-actions.pod:7053
19309 msgid "guestfs_zero_device"
19310 msgstr ""
19311
19312 # type: verbatim
19313 #. type: verbatim
19314 #: ../src/guestfs-actions.pod:7055
19315 #, no-wrap
19316 msgid ""
19317 " int\n"
19318 " guestfs_zero_device (guestfs_h *g,\n"
19319 "                      const char *device);\n"
19320 "\n"
19321 msgstr ""
19322
19323 # type: textblock
19324 #. type: textblock
19325 #: ../src/guestfs-actions.pod:7059
19326 msgid ""
19327 "This command writes zeroes over the entire C<device>.  Compare with "
19328 "C<guestfs_zero> which just zeroes the first few blocks of a device."
19329 msgstr ""
19330
19331 # type: textblock
19332 #. type: textblock
19333 #: ../src/guestfs-actions.pod:7073
19334 msgid "(Added in 1.3.1)"
19335 msgstr ""
19336
19337 # type: =head2
19338 #. type: =head2
19339 #: ../src/guestfs-actions.pod:7075
19340 msgid "guestfs_zerofree"
19341 msgstr ""
19342
19343 # type: verbatim
19344 #. type: verbatim
19345 #: ../src/guestfs-actions.pod:7077
19346 #, no-wrap
19347 msgid ""
19348 " int\n"
19349 " guestfs_zerofree (guestfs_h *g,\n"
19350 "                   const char *device);\n"
19351 "\n"
19352 msgstr ""
19353
19354 # type: textblock
19355 #. type: textblock
19356 #: ../src/guestfs-actions.pod:7081 ../fish/guestfish-actions.pod:4686
19357 msgid ""
19358 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
19359 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
19360 "possible to compress the filesystem more effectively."
19361 msgstr ""
19362
19363 # type: textblock
19364 #. type: textblock
19365 #: ../src/guestfs-actions.pod:7086 ../fish/guestfish-actions.pod:4691
19366 msgid "You should B<not> run this program if the filesystem is mounted."
19367 msgstr ""
19368
19369 # type: textblock
19370 #. type: textblock
19371 #: ../src/guestfs-actions.pod:7089 ../fish/guestfish-actions.pod:4694
19372 msgid ""
19373 "It is possible that using this program can damage the filesystem or data on "
19374 "the filesystem."
19375 msgstr ""
19376
19377 # type: =head2
19378 #. type: =head2
19379 #: ../src/guestfs-actions.pod:7096
19380 msgid "guestfs_zfgrep"
19381 msgstr ""
19382
19383 # type: verbatim
19384 #. type: verbatim
19385 #: ../src/guestfs-actions.pod:7098
19386 #, no-wrap
19387 msgid ""
19388 " char **\n"
19389 " guestfs_zfgrep (guestfs_h *g,\n"
19390 "                 const char *pattern,\n"
19391 "                 const char *path);\n"
19392 "\n"
19393 msgstr ""
19394
19395 # type: textblock
19396 #. type: textblock
19397 #: ../src/guestfs-actions.pod:7103 ../fish/guestfish-actions.pod:4701
19398 msgid ""
19399 "This calls the external C<zfgrep> program and returns the matching lines."
19400 msgstr ""
19401
19402 # type: =head2
19403 #. type: =head2
19404 #: ../src/guestfs-actions.pod:7115
19405 msgid "guestfs_zfgrepi"
19406 msgstr ""
19407
19408 # type: verbatim
19409 #. type: verbatim
19410 #: ../src/guestfs-actions.pod:7117
19411 #, no-wrap
19412 msgid ""
19413 " char **\n"
19414 " guestfs_zfgrepi (guestfs_h *g,\n"
19415 "                  const char *pattern,\n"
19416 "                  const char *path);\n"
19417 "\n"
19418 msgstr ""
19419
19420 # type: textblock
19421 #. type: textblock
19422 #: ../src/guestfs-actions.pod:7122 ../fish/guestfish-actions.pod:4711
19423 msgid ""
19424 "This calls the external C<zfgrep -i> program and returns the matching lines."
19425 msgstr ""
19426
19427 # type: =head2
19428 #. type: =head2
19429 #: ../src/guestfs-actions.pod:7134
19430 msgid "guestfs_zfile"
19431 msgstr ""
19432
19433 # type: verbatim
19434 #. type: verbatim
19435 #: ../src/guestfs-actions.pod:7136
19436 #, no-wrap
19437 msgid ""
19438 " char *\n"
19439 " guestfs_zfile (guestfs_h *g,\n"
19440 "                const char *meth,\n"
19441 "                const char *path);\n"
19442 "\n"
19443 msgstr ""
19444
19445 # type: textblock
19446 #. type: textblock
19447 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4721
19448 msgid ""
19449 "This command runs C<file> after first decompressing C<path> using C<method>."
19450 msgstr ""
19451
19452 # type: textblock
19453 #. type: textblock
19454 #: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:4724
19455 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
19456 msgstr ""
19457
19458 # type: textblock
19459 #. type: textblock
19460 #: ../src/guestfs-actions.pod:7146
19461 msgid ""
19462 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
19463 "files."
19464 msgstr ""
19465
19466 #. type: textblock
19467 #: ../src/guestfs-actions.pod:7152
19468 msgid ""
19469 "This function is deprecated.  In new code, use the L</guestfs_file> call "
19470 "instead."
19471 msgstr ""
19472
19473 # type: =head2
19474 #. type: =head2
19475 #: ../src/guestfs-actions.pod:7161
19476 msgid "guestfs_zgrep"
19477 msgstr ""
19478
19479 # type: verbatim
19480 #. type: verbatim
19481 #: ../src/guestfs-actions.pod:7163
19482 #, no-wrap
19483 msgid ""
19484 " char **\n"
19485 " guestfs_zgrep (guestfs_h *g,\n"
19486 "                const char *regex,\n"
19487 "                const char *path);\n"
19488 "\n"
19489 msgstr ""
19490
19491 # type: textblock
19492 #. type: textblock
19493 #: ../src/guestfs-actions.pod:7168 ../fish/guestfish-actions.pod:4740
19494 msgid ""
19495 "This calls the external C<zgrep> program and returns the matching lines."
19496 msgstr ""
19497
19498 # type: =head2
19499 #. type: =head2
19500 #: ../src/guestfs-actions.pod:7180
19501 msgid "guestfs_zgrepi"
19502 msgstr ""
19503
19504 # type: verbatim
19505 #. type: verbatim
19506 #: ../src/guestfs-actions.pod:7182
19507 #, no-wrap
19508 msgid ""
19509 " char **\n"
19510 " guestfs_zgrepi (guestfs_h *g,\n"
19511 "                 const char *regex,\n"
19512 "                 const char *path);\n"
19513 "\n"
19514 msgstr ""
19515
19516 # type: textblock
19517 #. type: textblock
19518 #: ../src/guestfs-actions.pod:7187 ../fish/guestfish-actions.pod:4750
19519 msgid ""
19520 "This calls the external C<zgrep -i> program and returns the matching lines."
19521 msgstr ""
19522
19523 # type: =item
19524 #. type: =item
19525 #: ../src/guestfs-availability.pod:3
19526 msgid "B<augeas>"
19527 msgstr ""
19528
19529 # type: textblock
19530 #. type: textblock
19531 #: ../src/guestfs-availability.pod:5
19532 msgid ""
19533 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
19534 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
19535 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
19536 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
19537 "L</guestfs_aug_save> L</guestfs_aug_set>"
19538 msgstr ""
19539
19540 # type: =item
19541 #. type: =item
19542 #: ../src/guestfs-availability.pod:21
19543 msgid "B<inotify>"
19544 msgstr ""
19545
19546 # type: textblock
19547 #. type: textblock
19548 #: ../src/guestfs-availability.pod:23
19549 msgid ""
19550 "The following functions: L</guestfs_inotify_add_watch> L</"
19551 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19552 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19553 msgstr ""
19554
19555 # type: =item
19556 #. type: =item
19557 #: ../src/guestfs-availability.pod:31
19558 msgid "B<linuxfsuuid>"
19559 msgstr ""
19560
19561 # type: textblock
19562 #. type: textblock
19563 #: ../src/guestfs-availability.pod:33
19564 msgid ""
19565 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19566 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19567 msgstr ""
19568
19569 # type: =item
19570 #. type: =item
19571 #: ../src/guestfs-availability.pod:40
19572 msgid "B<linuxmodules>"
19573 msgstr ""
19574
19575 # type: textblock
19576 #. type: textblock
19577 #: ../src/guestfs-availability.pod:42
19578 msgid "The following functions: L</guestfs_modprobe>"
19579 msgstr ""
19580
19581 # type: =item
19582 #. type: =item
19583 #: ../src/guestfs-availability.pod:45
19584 msgid "B<linuxxattrs>"
19585 msgstr ""
19586
19587 # type: textblock
19588 #. type: textblock
19589 #: ../src/guestfs-availability.pod:47
19590 msgid ""
19591 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19592 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19593 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19594 "guestfs_setxattr>"
19595 msgstr ""
19596
19597 # type: =item
19598 #. type: =item
19599 #: ../src/guestfs-availability.pod:58
19600 msgid "B<luks>"
19601 msgstr ""
19602
19603 # type: textblock
19604 #. type: textblock
19605 #: ../src/guestfs-availability.pod:60
19606 msgid ""
19607 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19608 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19609 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19610 msgstr ""
19611
19612 # type: =item
19613 #. type: =item
19614 #: ../src/guestfs-availability.pod:69
19615 msgid "B<lvm2>"
19616 msgstr ""
19617
19618 # type: textblock
19619 #. type: textblock
19620 #: ../src/guestfs-availability.pod:71
19621 msgid ""
19622 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19623 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19624 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19625 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19626 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19627 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19628 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19629 msgstr ""
19630
19631 # type: =item
19632 #. type: =item
19633 #: ../src/guestfs-availability.pod:94
19634 msgid "B<mknod>"
19635 msgstr ""
19636
19637 # type: textblock
19638 #. type: textblock
19639 #: ../src/guestfs-availability.pod:96
19640 msgid ""
19641 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19642 "guestfs_mknod_b> L</guestfs_mknod_c>"
19643 msgstr ""
19644
19645 # type: =item
19646 #. type: =item
19647 #: ../src/guestfs-availability.pod:102
19648 msgid "B<ntfs3g>"
19649 msgstr ""
19650
19651 # type: textblock
19652 #. type: textblock
19653 #: ../src/guestfs-availability.pod:104
19654 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19655 msgstr ""
19656
19657 # type: =item
19658 #. type: =item
19659 #: ../src/guestfs-availability.pod:107
19660 msgid "B<ntfsprogs>"
19661 msgstr ""
19662
19663 # type: textblock
19664 #. type: textblock
19665 #: ../src/guestfs-availability.pod:109
19666 msgid ""
19667 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19668 msgstr ""
19669
19670 # type: =item
19671 #. type: =item
19672 #: ../src/guestfs-availability.pod:113
19673 msgid "B<realpath>"
19674 msgstr ""
19675
19676 # type: textblock
19677 #. type: textblock
19678 #: ../src/guestfs-availability.pod:115
19679 msgid "The following functions: L</guestfs_realpath>"
19680 msgstr ""
19681
19682 # type: =item
19683 #. type: =item
19684 #: ../src/guestfs-availability.pod:118
19685 msgid "B<scrub>"
19686 msgstr ""
19687
19688 # type: textblock
19689 #. type: textblock
19690 #: ../src/guestfs-availability.pod:120
19691 msgid ""
19692 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19693 "guestfs_scrub_freespace>"
19694 msgstr ""
19695
19696 # type: =item
19697 #. type: =item
19698 #: ../src/guestfs-availability.pod:125
19699 msgid "B<selinux>"
19700 msgstr ""
19701
19702 # type: textblock
19703 #. type: textblock
19704 #: ../src/guestfs-availability.pod:127
19705 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19706 msgstr ""
19707
19708 # type: =item
19709 #. type: =item
19710 #: ../src/guestfs-availability.pod:131
19711 msgid "B<xz>"
19712 msgstr ""
19713
19714 # type: textblock
19715 #. type: textblock
19716 #: ../src/guestfs-availability.pod:133
19717 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19718 msgstr ""
19719
19720 # type: =item
19721 #. type: =item
19722 #: ../src/guestfs-availability.pod:137
19723 msgid "B<zerofree>"
19724 msgstr ""
19725
19726 # type: textblock
19727 #. type: textblock
19728 #: ../src/guestfs-availability.pod:139
19729 msgid "The following functions: L</guestfs_zerofree>"
19730 msgstr ""
19731
19732 # type: =head2
19733 #. type: =head2
19734 #: ../src/guestfs-structs.pod:1
19735 msgid "guestfs_int_bool"
19736 msgstr ""
19737
19738 # type: verbatim
19739 #. type: verbatim
19740 #: ../src/guestfs-structs.pod:3
19741 #, no-wrap
19742 msgid ""
19743 " struct guestfs_int_bool {\n"
19744 "   int32_t i;\n"
19745 "   int32_t b;\n"
19746 " };\n"
19747 " \n"
19748 msgstr ""
19749
19750 # type: verbatim
19751 #. type: verbatim
19752 #: ../src/guestfs-structs.pod:8
19753 #, no-wrap
19754 msgid ""
19755 " struct guestfs_int_bool_list {\n"
19756 "   uint32_t len; /* Number of elements in list. */\n"
19757 "   struct guestfs_int_bool *val; /* Elements. */\n"
19758 " };\n"
19759 " \n"
19760 msgstr ""
19761
19762 # type: verbatim
19763 #. type: verbatim
19764 #: ../src/guestfs-structs.pod:13
19765 #, no-wrap
19766 msgid ""
19767 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19768 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19769 "\n"
19770 msgstr ""
19771
19772 # type: =head2
19773 #. type: =head2
19774 #: ../src/guestfs-structs.pod:16
19775 msgid "guestfs_lvm_pv"
19776 msgstr ""
19777
19778 # type: verbatim
19779 #. type: verbatim
19780 #: ../src/guestfs-structs.pod:18
19781 #, no-wrap
19782 msgid ""
19783 " struct guestfs_lvm_pv {\n"
19784 "   char *pv_name;\n"
19785 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19786 "   char pv_uuid[32];\n"
19787 "   char *pv_fmt;\n"
19788 "   uint64_t pv_size;\n"
19789 "   uint64_t dev_size;\n"
19790 "   uint64_t pv_free;\n"
19791 "   uint64_t pv_used;\n"
19792 "   char *pv_attr;\n"
19793 "   int64_t pv_pe_count;\n"
19794 "   int64_t pv_pe_alloc_count;\n"
19795 "   char *pv_tags;\n"
19796 "   uint64_t pe_start;\n"
19797 "   int64_t pv_mda_count;\n"
19798 "   uint64_t pv_mda_free;\n"
19799 " };\n"
19800 " \n"
19801 msgstr ""
19802
19803 # type: verbatim
19804 #. type: verbatim
19805 #: ../src/guestfs-structs.pod:36
19806 #, no-wrap
19807 msgid ""
19808 " struct guestfs_lvm_pv_list {\n"
19809 "   uint32_t len; /* Number of elements in list. */\n"
19810 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19811 " };\n"
19812 " \n"
19813 msgstr ""
19814
19815 # type: verbatim
19816 #. type: verbatim
19817 #: ../src/guestfs-structs.pod:41
19818 #, no-wrap
19819 msgid ""
19820 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19821 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19822 "\n"
19823 msgstr ""
19824
19825 # type: =head2
19826 #. type: =head2
19827 #: ../src/guestfs-structs.pod:44
19828 msgid "guestfs_lvm_vg"
19829 msgstr ""
19830
19831 # type: verbatim
19832 #. type: verbatim
19833 #: ../src/guestfs-structs.pod:46
19834 #, no-wrap
19835 msgid ""
19836 " struct guestfs_lvm_vg {\n"
19837 "   char *vg_name;\n"
19838 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19839 "   char vg_uuid[32];\n"
19840 "   char *vg_fmt;\n"
19841 "   char *vg_attr;\n"
19842 "   uint64_t vg_size;\n"
19843 "   uint64_t vg_free;\n"
19844 "   char *vg_sysid;\n"
19845 "   uint64_t vg_extent_size;\n"
19846 "   int64_t vg_extent_count;\n"
19847 "   int64_t vg_free_count;\n"
19848 "   int64_t max_lv;\n"
19849 "   int64_t max_pv;\n"
19850 "   int64_t pv_count;\n"
19851 "   int64_t lv_count;\n"
19852 "   int64_t snap_count;\n"
19853 "   int64_t vg_seqno;\n"
19854 "   char *vg_tags;\n"
19855 "   int64_t vg_mda_count;\n"
19856 "   uint64_t vg_mda_free;\n"
19857 " };\n"
19858 " \n"
19859 msgstr ""
19860
19861 # type: verbatim
19862 #. type: verbatim
19863 #: ../src/guestfs-structs.pod:69
19864 #, no-wrap
19865 msgid ""
19866 " struct guestfs_lvm_vg_list {\n"
19867 "   uint32_t len; /* Number of elements in list. */\n"
19868 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19869 " };\n"
19870 " \n"
19871 msgstr ""
19872
19873 # type: verbatim
19874 #. type: verbatim
19875 #: ../src/guestfs-structs.pod:74
19876 #, no-wrap
19877 msgid ""
19878 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19879 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19880 "\n"
19881 msgstr ""
19882
19883 # type: =head2
19884 #. type: =head2
19885 #: ../src/guestfs-structs.pod:77
19886 msgid "guestfs_lvm_lv"
19887 msgstr ""
19888
19889 # type: verbatim
19890 #. type: verbatim
19891 #: ../src/guestfs-structs.pod:79
19892 #, no-wrap
19893 msgid ""
19894 " struct guestfs_lvm_lv {\n"
19895 "   char *lv_name;\n"
19896 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19897 "   char lv_uuid[32];\n"
19898 "   char *lv_attr;\n"
19899 "   int64_t lv_major;\n"
19900 "   int64_t lv_minor;\n"
19901 "   int64_t lv_kernel_major;\n"
19902 "   int64_t lv_kernel_minor;\n"
19903 "   uint64_t lv_size;\n"
19904 "   int64_t seg_count;\n"
19905 "   char *origin;\n"
19906 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19907 "   float snap_percent;\n"
19908 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19909 "   float copy_percent;\n"
19910 "   char *move_pv;\n"
19911 "   char *lv_tags;\n"
19912 "   char *mirror_log;\n"
19913 "   char *modules;\n"
19914 " };\n"
19915 " \n"
19916 msgstr ""
19917
19918 # type: verbatim
19919 #. type: verbatim
19920 #: ../src/guestfs-structs.pod:101
19921 #, no-wrap
19922 msgid ""
19923 " struct guestfs_lvm_lv_list {\n"
19924 "   uint32_t len; /* Number of elements in list. */\n"
19925 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19926 " };\n"
19927 " \n"
19928 msgstr ""
19929
19930 # type: verbatim
19931 #. type: verbatim
19932 #: ../src/guestfs-structs.pod:106
19933 #, no-wrap
19934 msgid ""
19935 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19936 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19937 "\n"
19938 msgstr ""
19939
19940 # type: verbatim
19941 #. type: verbatim
19942 #: ../src/guestfs-structs.pod:111
19943 #, no-wrap
19944 msgid ""
19945 " struct guestfs_stat {\n"
19946 "   int64_t dev;\n"
19947 "   int64_t ino;\n"
19948 "   int64_t mode;\n"
19949 "   int64_t nlink;\n"
19950 "   int64_t uid;\n"
19951 "   int64_t gid;\n"
19952 "   int64_t rdev;\n"
19953 "   int64_t size;\n"
19954 "   int64_t blksize;\n"
19955 "   int64_t blocks;\n"
19956 "   int64_t atime;\n"
19957 "   int64_t mtime;\n"
19958 "   int64_t ctime;\n"
19959 " };\n"
19960 " \n"
19961 msgstr ""
19962
19963 # type: verbatim
19964 #. type: verbatim
19965 #: ../src/guestfs-structs.pod:127
19966 #, no-wrap
19967 msgid ""
19968 " struct guestfs_stat_list {\n"
19969 "   uint32_t len; /* Number of elements in list. */\n"
19970 "   struct guestfs_stat *val; /* Elements. */\n"
19971 " };\n"
19972 " \n"
19973 msgstr ""
19974
19975 # type: verbatim
19976 #. type: verbatim
19977 #: ../src/guestfs-structs.pod:132
19978 #, no-wrap
19979 msgid ""
19980 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19981 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19982 "\n"
19983 msgstr ""
19984
19985 # type: verbatim
19986 #. type: verbatim
19987 #: ../src/guestfs-structs.pod:137
19988 #, no-wrap
19989 msgid ""
19990 " struct guestfs_statvfs {\n"
19991 "   int64_t bsize;\n"
19992 "   int64_t frsize;\n"
19993 "   int64_t blocks;\n"
19994 "   int64_t bfree;\n"
19995 "   int64_t bavail;\n"
19996 "   int64_t files;\n"
19997 "   int64_t ffree;\n"
19998 "   int64_t favail;\n"
19999 "   int64_t fsid;\n"
20000 "   int64_t flag;\n"
20001 "   int64_t namemax;\n"
20002 " };\n"
20003 " \n"
20004 msgstr ""
20005
20006 # type: verbatim
20007 #. type: verbatim
20008 #: ../src/guestfs-structs.pod:151
20009 #, no-wrap
20010 msgid ""
20011 " struct guestfs_statvfs_list {\n"
20012 "   uint32_t len; /* Number of elements in list. */\n"
20013 "   struct guestfs_statvfs *val; /* Elements. */\n"
20014 " };\n"
20015 " \n"
20016 msgstr ""
20017
20018 # type: verbatim
20019 #. type: verbatim
20020 #: ../src/guestfs-structs.pod:156
20021 #, no-wrap
20022 msgid ""
20023 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
20024 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
20025 "\n"
20026 msgstr ""
20027
20028 # type: =head2
20029 #. type: =head2
20030 #: ../src/guestfs-structs.pod:159
20031 msgid "guestfs_dirent"
20032 msgstr ""
20033
20034 # type: verbatim
20035 #. type: verbatim
20036 #: ../src/guestfs-structs.pod:161
20037 #, no-wrap
20038 msgid ""
20039 " struct guestfs_dirent {\n"
20040 "   int64_t ino;\n"
20041 "   char ftyp;\n"
20042 "   char *name;\n"
20043 " };\n"
20044 " \n"
20045 msgstr ""
20046
20047 # type: verbatim
20048 #. type: verbatim
20049 #: ../src/guestfs-structs.pod:167
20050 #, no-wrap
20051 msgid ""
20052 " struct guestfs_dirent_list {\n"
20053 "   uint32_t len; /* Number of elements in list. */\n"
20054 "   struct guestfs_dirent *val; /* Elements. */\n"
20055 " };\n"
20056 " \n"
20057 msgstr ""
20058
20059 # type: verbatim
20060 #. type: verbatim
20061 #: ../src/guestfs-structs.pod:172
20062 #, no-wrap
20063 msgid ""
20064 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
20065 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
20066 "\n"
20067 msgstr ""
20068
20069 # type: verbatim
20070 #. type: verbatim
20071 #: ../src/guestfs-structs.pod:177
20072 #, no-wrap
20073 msgid ""
20074 " struct guestfs_version {\n"
20075 "   int64_t major;\n"
20076 "   int64_t minor;\n"
20077 "   int64_t release;\n"
20078 "   char *extra;\n"
20079 " };\n"
20080 " \n"
20081 msgstr ""
20082
20083 # type: verbatim
20084 #. type: verbatim
20085 #: ../src/guestfs-structs.pod:184
20086 #, no-wrap
20087 msgid ""
20088 " struct guestfs_version_list {\n"
20089 "   uint32_t len; /* Number of elements in list. */\n"
20090 "   struct guestfs_version *val; /* Elements. */\n"
20091 " };\n"
20092 " \n"
20093 msgstr ""
20094
20095 # type: verbatim
20096 #. type: verbatim
20097 #: ../src/guestfs-structs.pod:189
20098 #, no-wrap
20099 msgid ""
20100 " void guestfs_free_version (struct guestfs_free_version *);\n"
20101 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
20102 "\n"
20103 msgstr ""
20104
20105 # type: =head2
20106 #. type: =head2
20107 #: ../src/guestfs-structs.pod:192
20108 msgid "guestfs_xattr"
20109 msgstr ""
20110
20111 # type: verbatim
20112 #. type: verbatim
20113 #: ../src/guestfs-structs.pod:194
20114 #, no-wrap
20115 msgid ""
20116 " struct guestfs_xattr {\n"
20117 "   char *attrname;\n"
20118 "   /* The next two fields describe a byte array. */\n"
20119 "   uint32_t attrval_len;\n"
20120 "   char *attrval;\n"
20121 " };\n"
20122 " \n"
20123 msgstr ""
20124
20125 # type: verbatim
20126 #. type: verbatim
20127 #: ../src/guestfs-structs.pod:201
20128 #, no-wrap
20129 msgid ""
20130 " struct guestfs_xattr_list {\n"
20131 "   uint32_t len; /* Number of elements in list. */\n"
20132 "   struct guestfs_xattr *val; /* Elements. */\n"
20133 " };\n"
20134 " \n"
20135 msgstr ""
20136
20137 # type: verbatim
20138 #. type: verbatim
20139 #: ../src/guestfs-structs.pod:206
20140 #, no-wrap
20141 msgid ""
20142 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
20143 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
20144 "\n"
20145 msgstr ""
20146
20147 # type: =head2
20148 #. type: =head2
20149 #: ../src/guestfs-structs.pod:209
20150 msgid "guestfs_inotify_event"
20151 msgstr ""
20152
20153 # type: verbatim
20154 #. type: verbatim
20155 #: ../src/guestfs-structs.pod:211
20156 #, no-wrap
20157 msgid ""
20158 " struct guestfs_inotify_event {\n"
20159 "   int64_t in_wd;\n"
20160 "   uint32_t in_mask;\n"
20161 "   uint32_t in_cookie;\n"
20162 "   char *in_name;\n"
20163 " };\n"
20164 " \n"
20165 msgstr ""
20166
20167 # type: verbatim
20168 #. type: verbatim
20169 #: ../src/guestfs-structs.pod:218
20170 #, no-wrap
20171 msgid ""
20172 " struct guestfs_inotify_event_list {\n"
20173 "   uint32_t len; /* Number of elements in list. */\n"
20174 "   struct guestfs_inotify_event *val; /* Elements. */\n"
20175 " };\n"
20176 " \n"
20177 msgstr ""
20178
20179 # type: verbatim
20180 #. type: verbatim
20181 #: ../src/guestfs-structs.pod:223
20182 #, no-wrap
20183 msgid ""
20184 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
20185 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
20186 "\n"
20187 msgstr ""
20188
20189 # type: =head2
20190 #. type: =head2
20191 #: ../src/guestfs-structs.pod:226
20192 msgid "guestfs_partition"
20193 msgstr ""
20194
20195 # type: verbatim
20196 #. type: verbatim
20197 #: ../src/guestfs-structs.pod:228
20198 #, no-wrap
20199 msgid ""
20200 " struct guestfs_partition {\n"
20201 "   int32_t part_num;\n"
20202 "   uint64_t part_start;\n"
20203 "   uint64_t part_end;\n"
20204 "   uint64_t part_size;\n"
20205 " };\n"
20206 " \n"
20207 msgstr ""
20208
20209 # type: verbatim
20210 #. type: verbatim
20211 #: ../src/guestfs-structs.pod:235
20212 #, no-wrap
20213 msgid ""
20214 " struct guestfs_partition_list {\n"
20215 "   uint32_t len; /* Number of elements in list. */\n"
20216 "   struct guestfs_partition *val; /* Elements. */\n"
20217 " };\n"
20218 " \n"
20219 msgstr ""
20220
20221 # type: verbatim
20222 #. type: verbatim
20223 #: ../src/guestfs-structs.pod:240
20224 #, no-wrap
20225 msgid ""
20226 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
20227 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
20228 "\n"
20229 msgstr ""
20230
20231 # type: =head2
20232 #. type: =head2
20233 #: ../src/guestfs-structs.pod:243
20234 msgid "guestfs_application"
20235 msgstr ""
20236
20237 # type: verbatim
20238 #. type: verbatim
20239 #: ../src/guestfs-structs.pod:245
20240 #, no-wrap
20241 msgid ""
20242 " struct guestfs_application {\n"
20243 "   char *app_name;\n"
20244 "   char *app_display_name;\n"
20245 "   int32_t app_epoch;\n"
20246 "   char *app_version;\n"
20247 "   char *app_release;\n"
20248 "   char *app_install_path;\n"
20249 "   char *app_trans_path;\n"
20250 "   char *app_publisher;\n"
20251 "   char *app_url;\n"
20252 "   char *app_source_package;\n"
20253 "   char *app_summary;\n"
20254 "   char *app_description;\n"
20255 " };\n"
20256 " \n"
20257 msgstr ""
20258
20259 # type: verbatim
20260 #. type: verbatim
20261 #: ../src/guestfs-structs.pod:260
20262 #, no-wrap
20263 msgid ""
20264 " struct guestfs_application_list {\n"
20265 "   uint32_t len; /* Number of elements in list. */\n"
20266 "   struct guestfs_application *val; /* Elements. */\n"
20267 " };\n"
20268 " \n"
20269 msgstr ""
20270
20271 # type: verbatim
20272 #. type: verbatim
20273 #: ../src/guestfs-structs.pod:265
20274 #, no-wrap
20275 msgid ""
20276 " void guestfs_free_application (struct guestfs_free_application *);\n"
20277 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
20278 "\n"
20279 msgstr ""
20280
20281 # type: textblock
20282 #. type: textblock
20283 #: ../fish/guestfish.pod:5
20284 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
20285 msgstr ""
20286
20287 # type: verbatim
20288 #. type: verbatim
20289 #: ../fish/guestfish.pod:9
20290 #, no-wrap
20291 msgid ""
20292 " guestfish [--options] [commands]\n"
20293 "\n"
20294 msgstr ""
20295
20296 # type: verbatim
20297 #. type: verbatim
20298 #: ../fish/guestfish.pod:11
20299 #, no-wrap
20300 msgid ""
20301 " guestfish\n"
20302 "\n"
20303 msgstr ""
20304
20305 # type: verbatim
20306 #. type: verbatim
20307 #: ../fish/guestfish.pod:13
20308 #, no-wrap
20309 msgid ""
20310 " guestfish [--ro|--rw] -a disk.img\n"
20311 "\n"
20312 msgstr ""
20313
20314 # type: verbatim
20315 #. type: verbatim
20316 #: ../fish/guestfish.pod:15
20317 #, no-wrap
20318 msgid ""
20319 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
20320 "\n"
20321 msgstr ""
20322
20323 # type: verbatim
20324 #. type: verbatim
20325 #: ../fish/guestfish.pod:17
20326 #, no-wrap
20327 msgid ""
20328 " guestfish -d libvirt-domain\n"
20329 "\n"
20330 msgstr ""
20331
20332 # type: verbatim
20333 #. type: verbatim
20334 #: ../fish/guestfish.pod:19
20335 #, no-wrap
20336 msgid ""
20337 " guestfish [--ro|--rw] -a disk.img -i\n"
20338 "\n"
20339 msgstr ""
20340
20341 # type: verbatim
20342 #. type: verbatim
20343 #: ../fish/guestfish.pod:21
20344 #, no-wrap
20345 msgid ""
20346 " guestfish -d libvirt-domain -i\n"
20347 "\n"
20348 msgstr ""
20349
20350 # type: =head1
20351 #. type: =head1
20352 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
20353 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
20354 msgid "WARNING"
20355 msgstr ""
20356
20357 # type: textblock
20358 #. type: textblock
20359 #: ../fish/guestfish.pod:25
20360 msgid ""
20361 "Using guestfish in read/write mode on live virtual machines can be "
20362 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20363 "option to use guestfish safely if the disk image or virtual machine might be "
20364 "live."
20365 msgstr ""
20366
20367 # type: textblock
20368 #. type: textblock
20369 #: ../fish/guestfish.pod:32
20370 msgid ""
20371 "Guestfish is a shell and command-line tool for examining and modifying "
20372 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20373 "functionality of the guestfs API, see L<guestfs(3)>."
20374 msgstr ""
20375
20376 # type: textblock
20377 #. type: textblock
20378 #: ../fish/guestfish.pod:36
20379 msgid ""
20380 "Guestfish gives you structured access to the libguestfs API, from shell "
20381 "scripts or the command line or interactively.  If you want to rescue a "
20382 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20383 "command."
20384 msgstr ""
20385
20386 # type: =head1
20387 #. type: =head1
20388 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:908
20389 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
20390 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
20391 msgid "EXAMPLES"
20392 msgstr ""
20393
20394 # type: =head2
20395 #. type: =head2
20396 #: ../fish/guestfish.pod:43
20397 msgid "As an interactive shell"
20398 msgstr ""
20399
20400 # type: verbatim
20401 #. type: verbatim
20402 #: ../fish/guestfish.pod:45
20403 #, no-wrap
20404 msgid ""
20405 " $ guestfish\n"
20406 " \n"
20407 msgstr ""
20408
20409 # type: verbatim
20410 #. type: verbatim
20411 #: ../fish/guestfish.pod:47
20412 #, no-wrap
20413 msgid ""
20414 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20415 " editing virtual machine filesystems.\n"
20416 " \n"
20417 msgstr ""
20418
20419 # type: verbatim
20420 #. type: verbatim
20421 #: ../fish/guestfish.pod:50
20422 #, no-wrap
20423 msgid ""
20424 " Type: 'help' for a list of commands\n"
20425 "       'man' to read the manual\n"
20426 "       'quit' to quit the shell\n"
20427 " \n"
20428 msgstr ""
20429
20430 # type: verbatim
20431 #. type: verbatim
20432 #: ../fish/guestfish.pod:54
20433 #, no-wrap
20434 msgid ""
20435 " ><fs> add-ro disk.img\n"
20436 " ><fs> run\n"
20437 " ><fs> list-filesystems\n"
20438 " /dev/sda1: ext4\n"
20439 " /dev/vg_guest/lv_root: ext4\n"
20440 " /dev/vg_guest/lv_swap: swap\n"
20441 " ><fs> mount /dev/vg_guest/lv_root /\n"
20442 " ><fs> cat /etc/fstab\n"
20443 " # /etc/fstab\n"
20444 " # Created by anaconda\n"
20445 " [...]\n"
20446 " ><fs> exit\n"
20447 "\n"
20448 msgstr ""
20449
20450 # type: =head2
20451 #. type: =head2
20452 #: ../fish/guestfish.pod:67
20453 msgid "From shell scripts"
20454 msgstr ""
20455
20456 # type: textblock
20457 #. type: textblock
20458 #: ../fish/guestfish.pod:69
20459 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20460 msgstr ""
20461
20462 # type: verbatim
20463 #. type: verbatim
20464 #: ../fish/guestfish.pod:71
20465 #, no-wrap
20466 msgid ""
20467 " guestfish <<_EOF_\n"
20468 " add disk.img\n"
20469 " run\n"
20470 " mount /dev/vg_guest/lv_root /\n"
20471 " write /etc/motd \"Welcome, new users\"\n"
20472 " _EOF_\n"
20473 "\n"
20474 msgstr ""
20475
20476 # type: textblock
20477 #. type: textblock
20478 #: ../fish/guestfish.pod:78
20479 msgid "List the LVM logical volumes in a disk image:"
20480 msgstr ""
20481
20482 # type: verbatim
20483 #. type: verbatim
20484 #: ../fish/guestfish.pod:80
20485 #, no-wrap
20486 msgid ""
20487 " guestfish -a disk.img --ro <<_EOF_\n"
20488 " run\n"
20489 " lvs\n"
20490 " _EOF_\n"
20491 "\n"
20492 msgstr ""
20493
20494 # type: textblock
20495 #. type: textblock
20496 #: ../fish/guestfish.pod:85
20497 msgid "List all the filesystems in a disk image:"
20498 msgstr ""
20499
20500 # type: verbatim
20501 #. type: verbatim
20502 #: ../fish/guestfish.pod:87
20503 #, no-wrap
20504 msgid ""
20505 " guestfish -a disk.img --ro <<_EOF_\n"
20506 " run\n"
20507 " list-filesystems\n"
20508 " _EOF_\n"
20509 "\n"
20510 msgstr ""
20511
20512 # type: =head2
20513 #. type: =head2
20514 #: ../fish/guestfish.pod:92
20515 msgid "On one command line"
20516 msgstr ""
20517
20518 # type: textblock
20519 #. type: textblock
20520 #: ../fish/guestfish.pod:94
20521 msgid "Update C</etc/resolv.conf> in a guest:"
20522 msgstr ""
20523
20524 # type: verbatim
20525 #. type: verbatim
20526 #: ../fish/guestfish.pod:96
20527 #, no-wrap
20528 msgid ""
20529 " guestfish \\\n"
20530 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20531 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20532 "\n"
20533 msgstr ""
20534
20535 # type: textblock
20536 #. type: textblock
20537 #: ../fish/guestfish.pod:100
20538 msgid "Edit C</boot/grub/grub.conf> interactively:"
20539 msgstr ""
20540
20541 # type: verbatim
20542 #. type: verbatim
20543 #: ../fish/guestfish.pod:102
20544 #, no-wrap
20545 msgid ""
20546 " guestfish --rw --add disk.img \\\n"
20547 "   --mount /dev/vg_guest/lv_root \\\n"
20548 "   --mount /dev/sda1:/boot \\\n"
20549 "   edit /boot/grub/grub.conf\n"
20550 "\n"
20551 msgstr ""
20552
20553 # type: =head2
20554 #. type: =head2
20555 #: ../fish/guestfish.pod:107
20556 msgid "Mount disks automatically"
20557 msgstr ""
20558
20559 # type: textblock
20560 #. type: textblock
20561 #: ../fish/guestfish.pod:109
20562 msgid ""
20563 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20564 msgstr ""
20565
20566 # type: verbatim
20567 #. type: verbatim
20568 #: ../fish/guestfish.pod:112
20569 #, no-wrap
20570 msgid ""
20571 " guestfish --ro -a disk.img -i cat /etc/group\n"
20572 "\n"
20573 msgstr ""
20574
20575 # type: verbatim
20576 #. type: verbatim
20577 #: ../fish/guestfish.pod:114
20578 #, no-wrap
20579 msgid ""
20580 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20581 "\n"
20582 msgstr ""
20583
20584 # type: textblock
20585 #. type: textblock
20586 #: ../fish/guestfish.pod:116
20587 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20588 msgstr ""
20589
20590 # type: verbatim
20591 #. type: verbatim
20592 #: ../fish/guestfish.pod:118
20593 #, no-wrap
20594 msgid ""
20595 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20596 "\n"
20597 msgstr ""
20598
20599 # type: =head2
20600 #. type: =head2
20601 #: ../fish/guestfish.pod:120
20602 msgid "As a script interpreter"
20603 msgstr ""
20604
20605 # type: textblock
20606 #. type: textblock
20607 #: ../fish/guestfish.pod:122
20608 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20609 msgstr ""
20610
20611 # type: verbatim
20612 #. type: verbatim
20613 #: ../fish/guestfish.pod:124
20614 #, no-wrap
20615 msgid ""
20616 " #!/usr/bin/guestfish -f\n"
20617 " sparse test1.img 100M\n"
20618 " run\n"
20619 " part-disk /dev/sda mbr\n"
20620 " mkfs ext2 /dev/sda1\n"
20621 "\n"
20622 msgstr ""
20623
20624 # type: =head2
20625 #. type: =head2
20626 #: ../fish/guestfish.pod:130
20627 msgid "Start with a prepared disk"
20628 msgstr ""
20629
20630 # type: textblock
20631 #. type: textblock
20632 #: ../fish/guestfish.pod:132
20633 msgid ""
20634 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20635 "single ext2-formatted partition:"
20636 msgstr ""
20637
20638 # type: verbatim
20639 #. type: verbatim
20640 #: ../fish/guestfish.pod:135
20641 #, no-wrap
20642 msgid ""
20643 " guestfish -N fs\n"
20644 "\n"
20645 msgstr ""
20646
20647 # type: textblock
20648 #. type: textblock
20649 #: ../fish/guestfish.pod:137
20650 msgid "To list what is available do:"
20651 msgstr ""
20652
20653 # type: verbatim
20654 #. type: verbatim
20655 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:899
20656 #, no-wrap
20657 msgid ""
20658 " guestfish -N help | less\n"
20659 "\n"
20660 msgstr ""
20661
20662 # type: =head2
20663 #. type: =head2
20664 #: ../fish/guestfish.pod:141
20665 msgid "Remote control"
20666 msgstr ""
20667
20668 # type: verbatim
20669 #. type: verbatim
20670 #: ../fish/guestfish.pod:143
20671 #, no-wrap
20672 msgid ""
20673 " eval \"`guestfish --listen`\"\n"
20674 " guestfish --remote add-ro disk.img\n"
20675 " guestfish --remote run\n"
20676 " guestfish --remote lvs\n"
20677 "\n"
20678 msgstr ""
20679
20680 # type: =head1
20681 #. type: =head1
20682 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20683 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:77
20684 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20685 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
20686 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20687 msgid "OPTIONS"
20688 msgstr ""
20689
20690 # type: =item
20691 #. type: =item
20692 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20693 #: ../tools/virt-edit.pl:85 ../tools/virt-win-reg.pl:104
20694 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20695 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
20696 #: ../tools/virt-list-partitions.pl:62
20697 msgid "B<--help>"
20698 msgstr ""
20699
20700 # type: textblock
20701 #. type: textblock
20702 #: ../fish/guestfish.pod:154
20703 msgid "Displays general help on options."
20704 msgstr ""
20705
20706 # type: =item
20707 #. type: =item
20708 #: ../fish/guestfish.pod:156
20709 msgid "B<-h>"
20710 msgstr ""
20711
20712 # type: =item
20713 #. type: =item
20714 #: ../fish/guestfish.pod:158
20715 msgid "B<--cmd-help>"
20716 msgstr ""
20717
20718 # type: textblock
20719 #. type: textblock
20720 #: ../fish/guestfish.pod:160
20721 msgid "Lists all available guestfish commands."
20722 msgstr ""
20723
20724 # type: =item
20725 #. type: =item
20726 #: ../fish/guestfish.pod:162
20727 msgid "B<-h cmd>"
20728 msgstr ""
20729
20730 # type: =item
20731 #. type: =item
20732 #: ../fish/guestfish.pod:164
20733 msgid "B<--cmd-help cmd>"
20734 msgstr ""
20735
20736 # type: textblock
20737 #. type: textblock
20738 #: ../fish/guestfish.pod:166
20739 msgid "Displays detailed help on a single command C<cmd>."
20740 msgstr ""
20741
20742 # type: =item
20743 #. type: =item
20744 #: ../fish/guestfish.pod:168
20745 msgid "B<-a image>"
20746 msgstr ""
20747
20748 # type: =item
20749 #. type: =item
20750 #: ../fish/guestfish.pod:170
20751 msgid "B<--add image>"
20752 msgstr ""
20753
20754 # type: textblock
20755 #. type: textblock
20756 #: ../fish/guestfish.pod:172
20757 msgid "Add a block device or virtual machine image to the shell."
20758 msgstr ""
20759
20760 # type: textblock
20761 #. type: textblock
20762 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20763 msgid ""
20764 "The format of the disk image is auto-detected.  To override this and force a "
20765 "particular format use the I<--format=..> option."
20766 msgstr ""
20767
20768 #. type: textblock
20769 #: ../fish/guestfish.pod:177
20770 msgid ""
20771 "Using this flag is mostly equivalent to using the C<add> command, with "
20772 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20773 "the I<--format=...> flag was given."
20774 msgstr ""
20775
20776 # type: =item
20777 #. type: =item
20778 #: ../fish/guestfish.pod:181
20779 msgid "B<-c URI>"
20780 msgstr ""
20781
20782 # type: =item
20783 #. type: =item
20784 #: ../fish/guestfish.pod:183
20785 msgid "B<--connect URI>"
20786 msgstr ""
20787
20788 # type: textblock
20789 #. type: textblock
20790 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20791 msgid ""
20792 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20793 "URI to use.  The default is to use the default libvirt connection."
20794 msgstr ""
20795
20796 # type: =item
20797 #. type: =item
20798 #: ../fish/guestfish.pod:189
20799 msgid "B<--csh>"
20800 msgstr ""
20801
20802 # type: textblock
20803 #. type: textblock
20804 #: ../fish/guestfish.pod:191
20805 msgid ""
20806 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20807 "section L</REMOTE CONTROL AND CSH> below."
20808 msgstr ""
20809
20810 # type: =item
20811 #. type: =item
20812 #: ../fish/guestfish.pod:194
20813 msgid "B<-d libvirt-domain>"
20814 msgstr ""
20815
20816 # type: =item
20817 #. type: =item
20818 #: ../fish/guestfish.pod:196
20819 msgid "B<--domain libvirt-domain>"
20820 msgstr ""
20821
20822 # type: textblock
20823 #. type: textblock
20824 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20825 msgid ""
20826 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20827 "used, then any libvirt domain can be used.  However in write mode, only "
20828 "libvirt domains which are shut down can be named here."
20829 msgstr ""
20830
20831 # type: textblock
20832 #. type: textblock
20833 #: ../fish/guestfish.pod:202
20834 msgid ""
20835 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20836 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20837 "if the I<--format:...> flag was given."
20838 msgstr ""
20839
20840 # type: =item
20841 #. type: =item
20842 #: ../fish/guestfish.pod:206
20843 msgid "B<-D>"
20844 msgstr ""
20845
20846 # type: =item
20847 #. type: =item
20848 #: ../fish/guestfish.pod:208
20849 msgid "B<--no-dest-paths>"
20850 msgstr ""
20851
20852 # type: textblock
20853 #. type: textblock
20854 #: ../fish/guestfish.pod:210
20855 msgid ""
20856 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20857 "to hit the tab key to complete paths on the guest filesystem, but this "
20858 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20859 "allow this feature to be disabled."
20860 msgstr ""
20861
20862 # type: =item
20863 #. type: =item
20864 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20865 msgid "B<--echo-keys>"
20866 msgstr ""
20867
20868 # type: textblock
20869 #. type: textblock
20870 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20871 msgid ""
20872 "When prompting for keys and passphrases, guestfish normally turns echoing "
20873 "off so you cannot see what you are typing.  If you are not worried about "
20874 "Tempest attacks and there is no one else in the room you can specify this "
20875 "flag to see what you are typing."
20876 msgstr ""
20877
20878 # type: =item
20879 #. type: =item
20880 #: ../fish/guestfish.pod:222
20881 msgid "B<-f file>"
20882 msgstr ""
20883
20884 # type: =item
20885 #. type: =item
20886 #: ../fish/guestfish.pod:224
20887 msgid "B<--file file>"
20888 msgstr ""
20889
20890 # type: textblock
20891 #. type: textblock
20892 #: ../fish/guestfish.pod:226
20893 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20894 msgstr ""
20895
20896 # type: verbatim
20897 #. type: verbatim
20898 #: ../fish/guestfish.pod:229
20899 #, no-wrap
20900 msgid ""
20901 " #!/usr/bin/guestfish -f\n"
20902 "\n"
20903 msgstr ""
20904
20905 # type: =item
20906 #. type: =item
20907 #: ../fish/guestfish.pod:231
20908 msgid "B<--format=raw|qcow2|..>"
20909 msgstr ""
20910
20911 # type: =item
20912 #. type: =item
20913 #: ../fish/guestfish.pod:233
20914 msgid "B<--format>"
20915 msgstr ""
20916
20917 # type: textblock
20918 #. type: textblock
20919 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20920 msgid ""
20921 "The default for the I<-a> option is to auto-detect the format of the disk "
20922 "image.  Using this forces the disk format for I<-a> options which follow on "
20923 "the command line.  Using I<--format> with no argument switches back to auto-"
20924 "detection for subsequent I<-a> options."
20925 msgstr ""
20926
20927 # type: verbatim
20928 #. type: verbatim
20929 #: ../fish/guestfish.pod:242
20930 #, no-wrap
20931 msgid ""
20932 " guestfish --format=raw -a disk.img\n"
20933 "\n"
20934 msgstr ""
20935
20936 # type: textblock
20937 #. type: textblock
20938 #: ../fish/guestfish.pod:244
20939 msgid "forces raw format (no auto-detection) for C<disk.img>."
20940 msgstr ""
20941
20942 # type: verbatim
20943 #. type: verbatim
20944 #: ../fish/guestfish.pod:246
20945 #, no-wrap
20946 msgid ""
20947 " guestfish --format=raw -a disk.img --format -a another.img\n"
20948 "\n"
20949 msgstr ""
20950
20951 # type: textblock
20952 #. type: textblock
20953 #: ../fish/guestfish.pod:248
20954 msgid ""
20955 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20956 "detection for C<another.img>."
20957 msgstr ""
20958
20959 # type: textblock
20960 #. type: textblock
20961 #: ../fish/guestfish.pod:251
20962 msgid ""
20963 "If you have untrusted raw-format guest disk images, you should use this "
20964 "option to specify the disk format.  This avoids a possible security problem "
20965 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20966 msgstr ""
20967
20968 # type: =item
20969 #. type: =item
20970 #: ../fish/guestfish.pod:256
20971 msgid "B<-i>"
20972 msgstr ""
20973
20974 # type: =item
20975 #. type: =item
20976 #: ../fish/guestfish.pod:258
20977 msgid "B<--inspector>"
20978 msgstr ""
20979
20980 # type: textblock
20981 #. type: textblock
20982 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20983 msgid ""
20984 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20985 "system and mount filesystems as they would be mounted on the real virtual "
20986 "machine."
20987 msgstr ""
20988
20989 # type: textblock
20990 #. type: textblock
20991 #: ../fish/guestfish.pod:264
20992 msgid "Typical usage is either:"
20993 msgstr ""
20994
20995 # type: verbatim
20996 #. type: verbatim
20997 #: ../fish/guestfish.pod:266
20998 #, no-wrap
20999 msgid ""
21000 " guestfish -d myguest -i\n"
21001 "\n"
21002 msgstr ""
21003
21004 # type: textblock
21005 #. type: textblock
21006 #: ../fish/guestfish.pod:268
21007 msgid "(for an inactive libvirt domain called I<myguest>), or:"
21008 msgstr ""
21009
21010 # type: verbatim
21011 #. type: verbatim
21012 #: ../fish/guestfish.pod:270
21013 #, no-wrap
21014 msgid ""
21015 " guestfish --ro -d myguest -i\n"
21016 "\n"
21017 msgstr ""
21018
21019 # type: textblock
21020 #. type: textblock
21021 #: ../fish/guestfish.pod:272
21022 msgid "(for active domains, readonly), or specify the block device directly:"
21023 msgstr ""
21024
21025 # type: verbatim
21026 #. type: verbatim
21027 #: ../fish/guestfish.pod:274
21028 #, no-wrap
21029 msgid ""
21030 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21031 "\n"
21032 msgstr ""
21033
21034 # type: textblock
21035 #. type: textblock
21036 #: ../fish/guestfish.pod:276
21037 msgid ""
21038 "Note that the command line syntax changed slightly over older versions of "
21039 "guestfish.  You can still use the old syntax:"
21040 msgstr ""
21041
21042 # type: verbatim
21043 #. type: verbatim
21044 #: ../fish/guestfish.pod:279
21045 #, no-wrap
21046 msgid ""
21047 " guestfish [--ro] -i disk.img\n"
21048 "\n"
21049 msgstr ""
21050
21051 # type: verbatim
21052 #. type: verbatim
21053 #: ../fish/guestfish.pod:281
21054 #, no-wrap
21055 msgid ""
21056 " guestfish [--ro] -i libvirt-domain\n"
21057 "\n"
21058 msgstr ""
21059
21060 # type: textblock
21061 #. type: textblock
21062 #: ../fish/guestfish.pod:283
21063 msgid ""
21064 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21065 "then using other commands to mount the filesystems that were found."
21066 msgstr ""
21067
21068 # type: =item
21069 #. type: =item
21070 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21071 msgid "B<--keys-from-stdin>"
21072 msgstr ""
21073
21074 # type: textblock
21075 #. type: textblock
21076 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21077 msgid ""
21078 "Read key or passphrase parameters from stdin.  The default is to try to read "
21079 "passphrases from the user by opening C</dev/tty>."
21080 msgstr ""
21081
21082 # type: =item
21083 #. type: =item
21084 #: ../fish/guestfish.pod:292
21085 msgid "B<--listen>"
21086 msgstr ""
21087
21088 # type: textblock
21089 #. type: textblock
21090 #: ../fish/guestfish.pod:294
21091 msgid ""
21092 "Fork into the background and listen for remote commands.  See section L</"
21093 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21094 msgstr ""
21095
21096 # type: =item
21097 #. type: =item
21098 #: ../fish/guestfish.pod:297
21099 msgid "B<-m dev[:mountpoint]>"
21100 msgstr ""
21101
21102 # type: =item
21103 #. type: =item
21104 #: ../fish/guestfish.pod:299
21105 msgid "B<--mount dev[:mountpoint]>"
21106 msgstr ""
21107
21108 # type: textblock
21109 #. type: textblock
21110 #: ../fish/guestfish.pod:301
21111 msgid "Mount the named partition or logical volume on the given mountpoint."
21112 msgstr ""
21113
21114 # type: textblock
21115 #. type: textblock
21116 #: ../fish/guestfish.pod:303
21117 msgid "If the mountpoint is omitted, it defaults to C</>."
21118 msgstr ""
21119
21120 # type: textblock
21121 #. type: textblock
21122 #: ../fish/guestfish.pod:305
21123 msgid "You have to mount something on C</> before most commands will work."
21124 msgstr ""
21125
21126 # type: textblock
21127 #. type: textblock
21128 #: ../fish/guestfish.pod:307
21129 msgid ""
21130 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21131 "launched."
21132 msgstr ""
21133
21134 # type: textblock
21135 #. type: textblock
21136 #: ../fish/guestfish.pod:310
21137 msgid ""
21138 "If you don't know what filesystems a disk image contains, you can either run "
21139 "guestfish without this option, then list the partitions, filesystems and LVs "
21140 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21141 "commands), or you can use the L<virt-filesystems(1)> program."
21142 msgstr ""
21143
21144 # type: textblock
21145 #. type: textblock
21146 #: ../fish/guestfish.pod:316
21147 msgid ""
21148 "Using this flag is mostly equivalent to using the C<mount-options> command "
21149 "or the C<mount-ro> command if the I<--ro> flag was given."
21150 msgstr ""
21151
21152 # type: =item
21153 #. type: =item
21154 #: ../fish/guestfish.pod:319
21155 msgid "B<-n>"
21156 msgstr ""
21157
21158 # type: =item
21159 #. type: =item
21160 #: ../fish/guestfish.pod:321
21161 msgid "B<--no-sync>"
21162 msgstr ""
21163
21164 # type: textblock
21165 #. type: textblock
21166 #: ../fish/guestfish.pod:323
21167 msgid ""
21168 "Disable autosync.  This is enabled by default.  See the discussion of "
21169 "autosync in the L<guestfs(3)> manpage."
21170 msgstr ""
21171
21172 # type: =item
21173 #. type: =item
21174 #: ../fish/guestfish.pod:326
21175 msgid "B<-N type>"
21176 msgstr ""
21177
21178 # type: =item
21179 #. type: =item
21180 #: ../fish/guestfish.pod:328
21181 msgid "B<--new type>"
21182 msgstr ""
21183
21184 # type: =item
21185 #. type: =item
21186 #: ../fish/guestfish.pod:330
21187 msgid "B<-N help>"
21188 msgstr ""
21189
21190 # type: textblock
21191 #. type: textblock
21192 #: ../fish/guestfish.pod:332
21193 msgid ""
21194 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21195 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21196 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21197 "IMAGES> below."
21198 msgstr ""
21199
21200 # type: =item
21201 #. type: =item
21202 #: ../fish/guestfish.pod:337
21203 msgid "B<--progress-bars>"
21204 msgstr ""
21205
21206 # type: textblock
21207 #. type: textblock
21208 #: ../fish/guestfish.pod:339
21209 msgid "Enable progress bars, even when guestfish is used non-interactively."
21210 msgstr ""
21211
21212 # type: textblock
21213 #. type: textblock
21214 #: ../fish/guestfish.pod:341
21215 msgid ""
21216 "Progress bars are enabled by default when guestfish is used as an "
21217 "interactive shell."
21218 msgstr ""
21219
21220 # type: =item
21221 #. type: =item
21222 #: ../fish/guestfish.pod:344
21223 msgid "B<--no-progress-bars>"
21224 msgstr ""
21225
21226 # type: textblock
21227 #. type: textblock
21228 #: ../fish/guestfish.pod:346
21229 msgid "Disable progress bars."
21230 msgstr ""
21231
21232 # type: =item
21233 #. type: =item
21234 #: ../fish/guestfish.pod:348
21235 msgid "B<--remote[=pid]>"
21236 msgstr ""
21237
21238 # type: textblock
21239 #. type: textblock
21240 #: ../fish/guestfish.pod:350
21241 msgid ""
21242 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21243 "CONTROL GUESTFISH OVER A SOCKET> below."
21244 msgstr ""
21245
21246 # type: =item
21247 #. type: =item
21248 #: ../fish/guestfish.pod:353
21249 msgid "B<-r>"
21250 msgstr ""
21251
21252 # type: =item
21253 #. type: =item
21254 #: ../fish/guestfish.pod:355
21255 msgid "B<--ro>"
21256 msgstr ""
21257
21258 # type: textblock
21259 #. type: textblock
21260 #: ../fish/guestfish.pod:357
21261 msgid ""
21262 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21263 "mounts are done read-only."
21264 msgstr ""
21265
21266 # type: textblock
21267 #. type: textblock
21268 #: ../fish/guestfish.pod:360
21269 msgid ""
21270 "The option must always be used if the disk image or virtual machine might be "
21271 "running, and is generally recommended in cases where you don't need write "
21272 "access to the disk."
21273 msgstr ""
21274
21275 # type: textblock
21276 #. type: textblock
21277 #: ../fish/guestfish.pod:364
21278 msgid ""
21279 "Note that prepared disk images created with I<-N> are not affected by this "
21280 "option.  Also commands like C<add> are not affected - you have to specify "
21281 "the C<readonly:true> option explicitly if you need it."
21282 msgstr ""
21283
21284 # type: textblock
21285 #. type: textblock
21286 #: ../fish/guestfish.pod:368
21287 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21288 msgstr ""
21289
21290 # type: =item
21291 #. type: =item
21292 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21293 msgid "B<--selinux>"
21294 msgstr ""
21295
21296 # type: textblock
21297 #. type: textblock
21298 #: ../fish/guestfish.pod:372
21299 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21300 msgstr ""
21301
21302 # type: =item
21303 #. type: =item
21304 #: ../fish/guestfish.pod:374
21305 msgid "B<-v>"
21306 msgstr ""
21307
21308 # type: =item
21309 #. type: =item
21310 #: ../fish/guestfish.pod:376
21311 msgid "B<--verbose>"
21312 msgstr ""
21313
21314 # type: textblock
21315 #. type: textblock
21316 #: ../fish/guestfish.pod:378
21317 msgid ""
21318 "Enable very verbose messages.  This is particularly useful if you find a bug."
21319 msgstr ""
21320
21321 # type: =item
21322 #. type: =item
21323 #: ../fish/guestfish.pod:381
21324 msgid "B<-V>"
21325 msgstr ""
21326
21327 # type: =item
21328 #. type: =item
21329 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:93
21330 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21331 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
21332 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21333 msgid "B<--version>"
21334 msgstr ""
21335
21336 # type: textblock
21337 #. type: textblock
21338 #: ../fish/guestfish.pod:385
21339 msgid "Display the guestfish / libguestfs version number and exit."
21340 msgstr ""
21341
21342 # type: =item
21343 #. type: =item
21344 #: ../fish/guestfish.pod:387
21345 msgid "B<-w>"
21346 msgstr ""
21347
21348 # type: =item
21349 #. type: =item
21350 #: ../fish/guestfish.pod:389
21351 msgid "B<--rw>"
21352 msgstr ""
21353
21354 # type: textblock
21355 #. type: textblock
21356 #: ../fish/guestfish.pod:391
21357 msgid ""
21358 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21359 "WRITE> below."
21360 msgstr ""
21361
21362 # type: =item
21363 #. type: =item
21364 #: ../fish/guestfish.pod:394
21365 msgid "B<-x>"
21366 msgstr ""
21367
21368 # type: textblock
21369 #. type: textblock
21370 #: ../fish/guestfish.pod:396
21371 msgid "Echo each command before executing it."
21372 msgstr ""
21373
21374 # type: =head1
21375 #. type: =head1
21376 #: ../fish/guestfish.pod:400
21377 msgid "COMMANDS ON COMMAND LINE"
21378 msgstr ""
21379
21380 # type: textblock
21381 #. type: textblock
21382 #: ../fish/guestfish.pod:402
21383 msgid ""
21384 "Any additional (non-option) arguments are treated as commands to execute."
21385 msgstr ""
21386
21387 # type: textblock
21388 #. type: textblock
21389 #: ../fish/guestfish.pod:405
21390 msgid ""
21391 "Commands to execute should be separated by a colon (C<:>), where the colon "
21392 "is a separate parameter.  Thus:"
21393 msgstr ""
21394
21395 # type: verbatim
21396 #. type: verbatim
21397 #: ../fish/guestfish.pod:408
21398 #, no-wrap
21399 msgid ""
21400 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21401 "\n"
21402 msgstr ""
21403
21404 # type: textblock
21405 #. type: textblock
21406 #: ../fish/guestfish.pod:410
21407 msgid ""
21408 "If there are no additional arguments, then we enter a shell, either an "
21409 "interactive shell with a prompt (if the input is a terminal) or a non-"
21410 "interactive shell."
21411 msgstr ""
21412
21413 # type: textblock
21414 #. type: textblock
21415 #: ../fish/guestfish.pod:414
21416 msgid ""
21417 "In either command line mode or non-interactive shell, the first command that "
21418 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21419 "prompt) if a command fails, you can continue to enter commands."
21420 msgstr ""
21421
21422 # type: =head1
21423 #. type: =head1
21424 #: ../fish/guestfish.pod:419
21425 msgid "USING launch (OR run)"
21426 msgstr ""
21427
21428 # type: textblock
21429 #. type: textblock
21430 #: ../fish/guestfish.pod:421
21431 msgid ""
21432 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21433 "then launch it, then mount any disks you need, and finally issue actions/"
21434 "commands.  So the general order of the day is:"
21435 msgstr ""
21436
21437 # type: textblock
21438 #. type: textblock
21439 #: ../fish/guestfish.pod:429
21440 msgid "add or -a/--add"
21441 msgstr ""
21442
21443 # type: textblock
21444 #. type: textblock
21445 #: ../fish/guestfish.pod:433
21446 msgid "launch (aka run)"
21447 msgstr ""
21448
21449 # type: textblock
21450 #. type: textblock
21451 #: ../fish/guestfish.pod:437
21452 msgid "mount or -m/--mount"
21453 msgstr ""
21454
21455 # type: textblock
21456 #. type: textblock
21457 #: ../fish/guestfish.pod:441
21458 msgid "any other commands"
21459 msgstr ""
21460
21461 # type: textblock
21462 #. type: textblock
21463 #: ../fish/guestfish.pod:445
21464 msgid ""
21465 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21466 "guest before mounting or performing any other commands."
21467 msgstr ""
21468
21469 # type: textblock
21470 #. type: textblock
21471 #: ../fish/guestfish.pod:448
21472 msgid ""
21473 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21474 "I<--new> options were given then C<run> is done automatically, simply "
21475 "because guestfish can't perform the action you asked for without doing this."
21476 msgstr ""
21477
21478 # type: =head1
21479 #. type: =head1
21480 #: ../fish/guestfish.pod:453
21481 msgid "OPENING DISKS FOR READ AND WRITE"
21482 msgstr ""
21483
21484 # type: textblock
21485 #. type: textblock
21486 #: ../fish/guestfish.pod:455
21487 msgid ""
21488 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21489 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21490 "open disk images read-only or for writing."
21491 msgstr ""
21492
21493 # type: textblock
21494 #. type: textblock
21495 #: ../fish/guestfish.pod:459
21496 msgid ""
21497 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21498 "disk images supplied on the command line for write.  To open a disk image "
21499 "read-only you have to do I<-a image --ro>."
21500 msgstr ""
21501
21502 # type: textblock
21503 #. type: textblock
21504 #: ../fish/guestfish.pod:463
21505 msgid ""
21506 "This matters: If you accidentally open a live VM disk image writable then "
21507 "you will cause irreversible disk corruption."
21508 msgstr ""
21509
21510 #. type: textblock
21511 #: ../fish/guestfish.pod:466
21512 msgid ""
21513 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21514 "images will be opened read-only.  You will have to either specify "
21515 "I<guestfish --rw> or change a configuration file in order to get write "
21516 "access for disk images specified by those other command line options."
21517 msgstr ""
21518
21519 # type: textblock
21520 #. type: textblock
21521 #: ../fish/guestfish.pod:471
21522 msgid ""
21523 "This version of guestfish has a I<--rw> option which does nothing (it is "
21524 "already the default).  However it is highly recommended that you use this "
21525 "option to indicate that guestfish needs write access, and to prepare your "
21526 "scripts for the day when this option will be required for write access."
21527 msgstr ""
21528
21529 # type: textblock
21530 #. type: textblock
21531 #: ../fish/guestfish.pod:477
21532 msgid ""
21533 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21534 "other libguestfs program apart from guestfish and guestmount."
21535 msgstr ""
21536
21537 # type: =head1
21538 #. type: =head1
21539 #: ../fish/guestfish.pod:480
21540 msgid "QUOTING"
21541 msgstr ""
21542
21543 # type: textblock
21544 #. type: textblock
21545 #: ../fish/guestfish.pod:482
21546 msgid ""
21547 "You can quote ordinary parameters using either single or double quotes.  For "
21548 "example:"
21549 msgstr ""
21550
21551 # type: verbatim
21552 #. type: verbatim
21553 #: ../fish/guestfish.pod:485
21554 #, no-wrap
21555 msgid ""
21556 " add \"file with a space.img\"\n"
21557 "\n"
21558 msgstr ""
21559
21560 # type: verbatim
21561 #. type: verbatim
21562 #: ../fish/guestfish.pod:487
21563 #, no-wrap
21564 msgid ""
21565 " rm '/file name'\n"
21566 "\n"
21567 msgstr ""
21568
21569 # type: verbatim
21570 #. type: verbatim
21571 #: ../fish/guestfish.pod:489
21572 #, no-wrap
21573 msgid ""
21574 " rm '/\"'\n"
21575 "\n"
21576 msgstr ""
21577
21578 # type: textblock
21579 #. type: textblock
21580 #: ../fish/guestfish.pod:491
21581 msgid ""
21582 "A few commands require a list of strings to be passed.  For these, use a "
21583 "whitespace-separated list, enclosed in quotes.  Strings containing "
21584 "whitespace to be passed through must be enclosed in single quotes.  A "
21585 "literal single quote must be escaped with a backslash."
21586 msgstr ""
21587
21588 # type: verbatim
21589 #. type: verbatim
21590 #: ../fish/guestfish.pod:496
21591 #, no-wrap
21592 msgid ""
21593 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21594 " command \"/bin/echo 'foo      bar'\"\n"
21595 " command \"/bin/echo \\'foo\\'\"\n"
21596 "\n"
21597 msgstr ""
21598
21599 # type: =head1
21600 #. type: =head1
21601 #: ../fish/guestfish.pod:500
21602 msgid "OPTIONAL ARGUMENTS"
21603 msgstr ""
21604
21605 # type: textblock
21606 #. type: textblock
21607 #: ../fish/guestfish.pod:502
21608 msgid ""
21609 "Some commands take optional arguments.  These arguments appear in this "
21610 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21611 msgstr ""
21612
21613 # type: verbatim
21614 #. type: verbatim
21615 #: ../fish/guestfish.pod:506
21616 #, no-wrap
21617 msgid ""
21618 " add-drive-opts filename\n"
21619 "\n"
21620 msgstr ""
21621
21622 # type: verbatim
21623 #. type: verbatim
21624 #: ../fish/guestfish.pod:508
21625 #, no-wrap
21626 msgid ""
21627 " add-drive-opts filename readonly:true\n"
21628 "\n"
21629 msgstr ""
21630
21631 # type: verbatim
21632 #. type: verbatim
21633 #: ../fish/guestfish.pod:510
21634 #, no-wrap
21635 msgid ""
21636 " add-drive-opts filename format:qcow2 readonly:false\n"
21637 "\n"
21638 msgstr ""
21639
21640 # type: textblock
21641 #. type: textblock
21642 #: ../fish/guestfish.pod:512
21643 msgid ""
21644 "Each optional argument can appear at most once.  All optional arguments must "
21645 "appear after the required ones."
21646 msgstr ""
21647
21648 # type: =head1
21649 #. type: =head1
21650 #: ../fish/guestfish.pod:515
21651 msgid "NUMBERS"
21652 msgstr ""
21653
21654 # type: textblock
21655 #. type: textblock
21656 #: ../fish/guestfish.pod:517
21657 msgid ""
21658 "This section applies to all commands which can take integers as parameters."
21659 msgstr ""
21660
21661 # type: =head2
21662 #. type: =head2
21663 #: ../fish/guestfish.pod:520
21664 msgid "SIZE SUFFIX"
21665 msgstr ""
21666
21667 # type: textblock
21668 #. type: textblock
21669 #: ../fish/guestfish.pod:522
21670 msgid ""
21671 "When the command takes a parameter measured in bytes, you can use one of the "
21672 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21673 msgstr ""
21674
21675 # type: =item
21676 #. type: =item
21677 #: ../fish/guestfish.pod:528
21678 msgid "B<k> or B<K> or B<KiB>"
21679 msgstr ""
21680
21681 # type: textblock
21682 #. type: textblock
21683 #: ../fish/guestfish.pod:530
21684 msgid "The size in kilobytes (multiplied by 1024)."
21685 msgstr ""
21686
21687 # type: =item
21688 #. type: =item
21689 #: ../fish/guestfish.pod:532
21690 msgid "B<KB>"
21691 msgstr ""
21692
21693 # type: textblock
21694 #. type: textblock
21695 #: ../fish/guestfish.pod:534
21696 msgid "The size in SI 1000 byte units."
21697 msgstr ""
21698
21699 # type: =item
21700 #. type: =item
21701 #: ../fish/guestfish.pod:536
21702 msgid "B<M> or B<MiB>"
21703 msgstr ""
21704
21705 # type: textblock
21706 #. type: textblock
21707 #: ../fish/guestfish.pod:538
21708 msgid "The size in megabytes (multiplied by 1048576)."
21709 msgstr ""
21710
21711 # type: =item
21712 #. type: =item
21713 #: ../fish/guestfish.pod:540
21714 msgid "B<MB>"
21715 msgstr ""
21716
21717 # type: textblock
21718 #. type: textblock
21719 #: ../fish/guestfish.pod:542
21720 msgid "The size in SI 1000000 byte units."
21721 msgstr ""
21722
21723 # type: =item
21724 #. type: =item
21725 #: ../fish/guestfish.pod:544
21726 msgid "B<G> or B<GiB>"
21727 msgstr ""
21728
21729 # type: textblock
21730 #. type: textblock
21731 #: ../fish/guestfish.pod:546
21732 msgid "The size in gigabytes (multiplied by 2**30)."
21733 msgstr ""
21734
21735 # type: =item
21736 #. type: =item
21737 #: ../fish/guestfish.pod:548
21738 msgid "B<GB>"
21739 msgstr ""
21740
21741 # type: textblock
21742 #. type: textblock
21743 #: ../fish/guestfish.pod:550
21744 msgid "The size in SI 10**9 byte units."
21745 msgstr ""
21746
21747 # type: =item
21748 #. type: =item
21749 #: ../fish/guestfish.pod:552
21750 msgid "B<T> or B<TiB>"
21751 msgstr ""
21752
21753 # type: textblock
21754 #. type: textblock
21755 #: ../fish/guestfish.pod:554
21756 msgid "The size in terabytes (multiplied by 2**40)."
21757 msgstr ""
21758
21759 # type: =item
21760 #. type: =item
21761 #: ../fish/guestfish.pod:556
21762 msgid "B<TB>"
21763 msgstr ""
21764
21765 # type: textblock
21766 #. type: textblock
21767 #: ../fish/guestfish.pod:558
21768 msgid "The size in SI 10**12 byte units."
21769 msgstr ""
21770
21771 # type: =item
21772 #. type: =item
21773 #: ../fish/guestfish.pod:560
21774 msgid "B<P> or B<PiB>"
21775 msgstr ""
21776
21777 # type: textblock
21778 #. type: textblock
21779 #: ../fish/guestfish.pod:562
21780 msgid "The size in petabytes (multiplied by 2**50)."
21781 msgstr ""
21782
21783 # type: =item
21784 #. type: =item
21785 #: ../fish/guestfish.pod:564
21786 msgid "B<PB>"
21787 msgstr ""
21788
21789 # type: textblock
21790 #. type: textblock
21791 #: ../fish/guestfish.pod:566
21792 msgid "The size in SI 10**15 byte units."
21793 msgstr ""
21794
21795 # type: =item
21796 #. type: =item
21797 #: ../fish/guestfish.pod:568
21798 msgid "B<E> or B<EiB>"
21799 msgstr ""
21800
21801 # type: textblock
21802 #. type: textblock
21803 #: ../fish/guestfish.pod:570
21804 msgid "The size in exabytes (multiplied by 2**60)."
21805 msgstr ""
21806
21807 # type: =item
21808 #. type: =item
21809 #: ../fish/guestfish.pod:572
21810 msgid "B<EB>"
21811 msgstr ""
21812
21813 # type: textblock
21814 #. type: textblock
21815 #: ../fish/guestfish.pod:574
21816 msgid "The size in SI 10**18 byte units."
21817 msgstr ""
21818
21819 # type: =item
21820 #. type: =item
21821 #: ../fish/guestfish.pod:576
21822 msgid "B<Z> or B<ZiB>"
21823 msgstr ""
21824
21825 # type: textblock
21826 #. type: textblock
21827 #: ../fish/guestfish.pod:578
21828 msgid "The size in zettabytes (multiplied by 2**70)."
21829 msgstr ""
21830
21831 # type: =item
21832 #. type: =item
21833 #: ../fish/guestfish.pod:580
21834 msgid "B<ZB>"
21835 msgstr ""
21836
21837 # type: textblock
21838 #. type: textblock
21839 #: ../fish/guestfish.pod:582
21840 msgid "The size in SI 10**21 byte units."
21841 msgstr ""
21842
21843 # type: =item
21844 #. type: =item
21845 #: ../fish/guestfish.pod:584
21846 msgid "B<Y> or B<YiB>"
21847 msgstr ""
21848
21849 # type: textblock
21850 #. type: textblock
21851 #: ../fish/guestfish.pod:586
21852 msgid "The size in yottabytes (multiplied by 2**80)."
21853 msgstr ""
21854
21855 # type: =item
21856 #. type: =item
21857 #: ../fish/guestfish.pod:588
21858 msgid "B<YB>"
21859 msgstr ""
21860
21861 # type: textblock
21862 #. type: textblock
21863 #: ../fish/guestfish.pod:590
21864 msgid "The size in SI 10**24 byte units."
21865 msgstr ""
21866
21867 # type: verbatim
21868 #. type: verbatim
21869 #: ../fish/guestfish.pod:596
21870 #, no-wrap
21871 msgid ""
21872 " truncate-size /file 1G\n"
21873 "\n"
21874 msgstr ""
21875
21876 # type: textblock
21877 #. type: textblock
21878 #: ../fish/guestfish.pod:598
21879 msgid "would truncate the file to 1 gigabyte."
21880 msgstr ""
21881
21882 # type: textblock
21883 #. type: textblock
21884 #: ../fish/guestfish.pod:600
21885 msgid ""
21886 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21887 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21888 "suffix will probably not do what you expect."
21889 msgstr ""
21890
21891 # type: =head2
21892 #. type: =head2
21893 #: ../fish/guestfish.pod:604
21894 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21895 msgstr ""
21896
21897 # type: textblock
21898 #. type: textblock
21899 #: ../fish/guestfish.pod:606
21900 msgid ""
21901 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21902 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21903 msgstr ""
21904
21905 # type: verbatim
21906 #. type: verbatim
21907 #: ../fish/guestfish.pod:609
21908 #, no-wrap
21909 msgid ""
21910 " 1234      decimal number 1234\n"
21911 " 02322     octal number, equivalent to decimal 1234\n"
21912 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21913 "\n"
21914 msgstr ""
21915
21916 # type: textblock
21917 #. type: textblock
21918 #: ../fish/guestfish.pod:613
21919 msgid ""
21920 "When using the C<chmod> command, you almost always want to specify an octal "
21921 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21922 "L<chmod(1)> program):"
21923 msgstr ""
21924
21925 # type: verbatim
21926 #. type: verbatim
21927 #: ../fish/guestfish.pod:617
21928 #, no-wrap
21929 msgid ""
21930 " chmod 0777 /public  # OK\n"
21931 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21932 "\n"
21933 msgstr ""
21934
21935 # type: textblock
21936 #. type: textblock
21937 #: ../fish/guestfish.pod:620
21938 msgid ""
21939 "Commands that return numbers usually print them in decimal, but some "
21940 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21941 "octal, preceeded by C<0>)."
21942 msgstr ""
21943
21944 # type: =head1
21945 #. type: =head1
21946 #: ../fish/guestfish.pod:624
21947 msgid "WILDCARDS AND GLOBBING"
21948 msgstr ""
21949
21950 # type: textblock
21951 #. type: textblock
21952 #: ../fish/guestfish.pod:626
21953 msgid ""
21954 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21955 "(globbing) by default.  So for example the following will not do what you "
21956 "expect:"
21957 msgstr ""
21958
21959 # type: verbatim
21960 #. type: verbatim
21961 #: ../fish/guestfish.pod:630
21962 #, no-wrap
21963 msgid ""
21964 " rm-rf /home/*\n"
21965 "\n"
21966 msgstr ""
21967
21968 # type: textblock
21969 #. type: textblock
21970 #: ../fish/guestfish.pod:632
21971 msgid ""
21972 "Assuming you don't have a directory called literally C</home/*> then the "
21973 "above command will return an error."
21974 msgstr ""
21975
21976 # type: textblock
21977 #. type: textblock
21978 #: ../fish/guestfish.pod:635
21979 msgid "To perform wildcard expansion, use the C<glob> command."
21980 msgstr ""
21981
21982 # type: verbatim
21983 #. type: verbatim
21984 #: ../fish/guestfish.pod:637
21985 #, no-wrap
21986 msgid ""
21987 " glob rm-rf /home/*\n"
21988 "\n"
21989 msgstr ""
21990
21991 # type: textblock
21992 #. type: textblock
21993 #: ../fish/guestfish.pod:639
21994 msgid ""
21995 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21996 "many times), equivalent to:"
21997 msgstr ""
21998
21999 # type: verbatim
22000 #. type: verbatim
22001 #: ../fish/guestfish.pod:642
22002 #, no-wrap
22003 msgid ""
22004 " rm-rf /home/jim\n"
22005 " rm-rf /home/joe\n"
22006 " rm-rf /home/mary\n"
22007 "\n"
22008 msgstr ""
22009
22010 # type: textblock
22011 #. type: textblock
22012 #: ../fish/guestfish.pod:646
22013 msgid "C<glob> only works on simple guest paths and not on device names."
22014 msgstr ""
22015
22016 # type: textblock
22017 #. type: textblock
22018 #: ../fish/guestfish.pod:648
22019 msgid ""
22020 "If you have several parameters, each containing a wildcard, then glob will "
22021 "perform a Cartesian product."
22022 msgstr ""
22023
22024 # type: =head1
22025 #. type: =head1
22026 #: ../fish/guestfish.pod:651
22027 msgid "COMMENTS"
22028 msgstr ""
22029
22030 # type: textblock
22031 #. type: textblock
22032 #: ../fish/guestfish.pod:653
22033 msgid ""
22034 "Any line which starts with a I<#> character is treated as a comment and "
22035 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22036 "a command.  For example:"
22037 msgstr ""
22038
22039 # type: verbatim
22040 #. type: verbatim
22041 #: ../fish/guestfish.pod:657
22042 #, no-wrap
22043 msgid ""
22044 " # this is a comment\n"
22045 "         # this is a comment\n"
22046 " foo # NOT a comment\n"
22047 "\n"
22048 msgstr ""
22049
22050 # type: textblock
22051 #. type: textblock
22052 #: ../fish/guestfish.pod:661
22053 msgid "Blank lines are also ignored."
22054 msgstr ""
22055
22056 # type: =head1
22057 #. type: =head1
22058 #: ../fish/guestfish.pod:663
22059 msgid "RUNNING COMMANDS LOCALLY"
22060 msgstr ""
22061
22062 # type: textblock
22063 #. type: textblock
22064 #: ../fish/guestfish.pod:665
22065 msgid ""
22066 "Any line which starts with a I<!> character is treated as a command sent to "
22067 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22068 msgstr ""
22069
22070 # type: verbatim
22071 #. type: verbatim
22072 #: ../fish/guestfish.pod:669
22073 #, no-wrap
22074 msgid ""
22075 " !mkdir local\n"
22076 " tgz-out /remote local/remote-data.tar.gz\n"
22077 "\n"
22078 msgstr ""
22079
22080 # type: textblock
22081 #. type: textblock
22082 #: ../fish/guestfish.pod:672
22083 msgid ""
22084 "will create a directory C<local> on the host, and then export the contents "
22085 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22086 "(See C<tgz-out>)."
22087 msgstr ""
22088
22089 # type: textblock
22090 #. type: textblock
22091 #: ../fish/guestfish.pod:676
22092 msgid ""
22093 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22094 "effect, due to the way that subprocesses work in Unix."
22095 msgstr ""
22096
22097 # type: =head1
22098 #. type: =head1
22099 #: ../fish/guestfish.pod:679
22100 msgid "PIPES"
22101 msgstr ""
22102
22103 # type: textblock
22104 #. type: textblock
22105 #: ../fish/guestfish.pod:681
22106 msgid ""
22107 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22108 "command (a guestfish command) to the second command (any host command).  For "
22109 "example:"
22110 msgstr ""
22111
22112 # type: verbatim
22113 #. type: verbatim
22114 #: ../fish/guestfish.pod:685
22115 #, no-wrap
22116 msgid ""
22117 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22118 "\n"
22119 msgstr ""
22120
22121 # type: textblock
22122 #. type: textblock
22123 #: ../fish/guestfish.pod:687
22124 msgid ""
22125 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22126 "program).  The above command would list all accounts in the guest filesystem "
22127 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22128 msgstr ""
22129
22130 # type: verbatim
22131 #. type: verbatim
22132 #: ../fish/guestfish.pod:692
22133 #, no-wrap
22134 msgid ""
22135 " hexdump /bin/ls | head\n"
22136 " list-devices | tail -1\n"
22137 " tgz-out / - | tar ztf -\n"
22138 "\n"
22139 msgstr ""
22140
22141 # type: textblock
22142 #. type: textblock
22143 #: ../fish/guestfish.pod:696
22144 msgid ""
22145 "The space before the pipe symbol is required, any space after the pipe "
22146 "symbol is optional.  Everything after the pipe symbol is just passed "
22147 "straight to the host shell, so it can contain redirections, globs and "
22148 "anything else that makes sense on the host side."
22149 msgstr ""
22150
22151 # type: textblock
22152 #. type: textblock
22153 #: ../fish/guestfish.pod:701
22154 msgid ""
22155 "To use a literal argument which begins with a pipe symbol, you have to quote "
22156 "it, eg:"
22157 msgstr ""
22158
22159 # type: verbatim
22160 #. type: verbatim
22161 #: ../fish/guestfish.pod:704
22162 #, no-wrap
22163 msgid ""
22164 " echo \"|\"\n"
22165 "\n"
22166 msgstr ""
22167
22168 # type: =head1
22169 #. type: =head1
22170 #: ../fish/guestfish.pod:706
22171 msgid "HOME DIRECTORIES"
22172 msgstr ""
22173
22174 # type: textblock
22175 #. type: textblock
22176 #: ../fish/guestfish.pod:708
22177 msgid ""
22178 "If a parameter starts with the character C<~> then the tilde may be expanded "
22179 "as a home directory path (either C<~> for the current user's home directory, "
22180 "or C<~user> for another user)."
22181 msgstr ""
22182
22183 # type: textblock
22184 #. type: textblock
22185 #: ../fish/guestfish.pod:712
22186 msgid ""
22187 "Note that home directory expansion happens for users known I<on the host>, "
22188 "not in the guest filesystem."
22189 msgstr ""
22190
22191 # type: textblock
22192 #. type: textblock
22193 #: ../fish/guestfish.pod:715
22194 msgid ""
22195 "To use a literal argument which begins with a tilde, you have to quote it, "
22196 "eg:"
22197 msgstr ""
22198
22199 # type: verbatim
22200 #. type: verbatim
22201 #: ../fish/guestfish.pod:718
22202 #, no-wrap
22203 msgid ""
22204 " echo \"~\"\n"
22205 "\n"
22206 msgstr ""
22207
22208 # type: textblock
22209 #. type: textblock
22210 #: ../fish/guestfish.pod:722
22211 msgid ""
22212 "Libguestfs has some support for Linux guests encrypted according to the "
22213 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22214 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22215 "LUKS is supported."
22216 msgstr ""
22217
22218 # type: textblock
22219 #. type: textblock
22220 #: ../fish/guestfish.pod:727
22221 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22222 msgstr ""
22223
22224 # type: verbatim
22225 #. type: verbatim
22226 #: ../fish/guestfish.pod:729
22227 #, no-wrap
22228 msgid ""
22229 " ><fs> vfs-type /dev/sda2\n"
22230 " crypto_LUKS\n"
22231 "\n"
22232 msgstr ""
22233
22234 # type: textblock
22235 #. type: textblock
22236 #: ../fish/guestfish.pod:732
22237 msgid ""
22238 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22239 "device called C</dev/mapper/luksdev>."
22240 msgstr ""
22241
22242 # type: verbatim
22243 #. type: verbatim
22244 #: ../fish/guestfish.pod:735
22245 #, no-wrap
22246 msgid ""
22247 " ><fs> luks-open /dev/sda2 luksdev\n"
22248 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22249 "\n"
22250 msgstr ""
22251
22252 # type: textblock
22253 #. type: textblock
22254 #: ../fish/guestfish.pod:738
22255 msgid ""
22256 "Finally you have to tell LVM to scan for volume groups on the newly created "
22257 "mapper device:"
22258 msgstr ""
22259
22260 # type: verbatim
22261 #. type: verbatim
22262 #: ../fish/guestfish.pod:741
22263 #, no-wrap
22264 msgid ""
22265 " vgscan\n"
22266 " vg-activate-all true\n"
22267 "\n"
22268 msgstr ""
22269
22270 # type: textblock
22271 #. type: textblock
22272 #: ../fish/guestfish.pod:744
22273 msgid "The logical volume(s) can now be mounted in the usual way."
22274 msgstr ""
22275
22276 # type: textblock
22277 #. type: textblock
22278 #: ../fish/guestfish.pod:746
22279 msgid ""
22280 "Before closing a LUKS device you must unmount any logical volumes on it and "
22281 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22282 "one.  Then you can close the mapper device:"
22283 msgstr ""
22284
22285 # type: verbatim
22286 #. type: verbatim
22287 #: ../fish/guestfish.pod:750
22288 #, no-wrap
22289 msgid ""
22290 " vg-activate false /dev/VG\n"
22291 " luks-close /dev/mapper/luksdev\n"
22292 "\n"
22293 msgstr ""
22294
22295 # type: =head1
22296 #. type: =head1
22297 #: ../fish/guestfish.pod:753
22298 msgid "WINDOWS PATHS"
22299 msgstr ""
22300
22301 # type: textblock
22302 #. type: textblock
22303 #: ../fish/guestfish.pod:755
22304 msgid ""
22305 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22306 "(with some limitations).  The following commands are equivalent:"
22307 msgstr ""
22308
22309 # type: verbatim
22310 #. type: verbatim
22311 #: ../fish/guestfish.pod:758
22312 #, no-wrap
22313 msgid ""
22314 " file /WINDOWS/system32/config/system.LOG\n"
22315 "\n"
22316 msgstr ""
22317
22318 # type: verbatim
22319 #. type: verbatim
22320 #: ../fish/guestfish.pod:760
22321 #, no-wrap
22322 msgid ""
22323 " file win:/windows/system32/config/system.log\n"
22324 "\n"
22325 msgstr ""
22326
22327 # type: verbatim
22328 #. type: verbatim
22329 #: ../fish/guestfish.pod:762
22330 #, no-wrap
22331 msgid ""
22332 " file win:\\windows\\system32\\config\\system.log\n"
22333 "\n"
22334 msgstr ""
22335
22336 # type: verbatim
22337 #. type: verbatim
22338 #: ../fish/guestfish.pod:764
22339 #, no-wrap
22340 msgid ""
22341 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22342 "\n"
22343 msgstr ""
22344
22345 # type: textblock
22346 #. type: textblock
22347 #: ../fish/guestfish.pod:766
22348 msgid ""
22349 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22350 "handles case insensitivity like Windows would.  This only works in argument "
22351 "positions that expect a path."
22352 msgstr ""
22353
22354 # type: =head1
22355 #. type: =head1
22356 #: ../fish/guestfish.pod:770
22357 msgid "UPLOADING AND DOWNLOADING FILES"
22358 msgstr ""
22359
22360 # type: textblock
22361 #. type: textblock
22362 #: ../fish/guestfish.pod:772
22363 msgid ""
22364 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22365 "others which upload from or download to a local file, you can use the "
22366 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22367 msgstr ""
22368
22369 # type: verbatim
22370 #. type: verbatim
22371 #: ../fish/guestfish.pod:776
22372 #, no-wrap
22373 msgid ""
22374 " upload - /foo\n"
22375 "\n"
22376 msgstr ""
22377
22378 # type: textblock
22379 #. type: textblock
22380 #: ../fish/guestfish.pod:778
22381 msgid ""
22382 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22383 msgstr ""
22384
22385 # type: verbatim
22386 #. type: verbatim
22387 #: ../fish/guestfish.pod:781
22388 #, no-wrap
22389 msgid ""
22390 " tar-out /etc - | tar tf -\n"
22391 "\n"
22392 msgstr ""
22393
22394 # type: textblock
22395 #. type: textblock
22396 #: ../fish/guestfish.pod:783
22397 msgid ""
22398 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22399 "command (see L</PIPES>)."
22400 msgstr ""
22401
22402 # type: textblock
22403 #. type: textblock
22404 #: ../fish/guestfish.pod:786
22405 msgid ""
22406 "When using C<-> to read from stdin, the input is read up to the end of "
22407 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22408 "some arbitrary end marker:"
22409 msgstr ""
22410
22411 # type: verbatim
22412 #. type: verbatim
22413 #: ../fish/guestfish.pod:790
22414 #, no-wrap
22415 msgid ""
22416 " upload -<<END /foo\n"
22417 " input line 1\n"
22418 " input line 2\n"
22419 " input line 3\n"
22420 " END\n"
22421 "\n"
22422 msgstr ""
22423
22424 # type: textblock
22425 #. type: textblock
22426 #: ../fish/guestfish.pod:796
22427 msgid ""
22428 "Any string of characters can be used instead of C<END>.  The end marker must "
22429 "appear on a line of its own, without any preceeding or following characters "
22430 "(not even spaces)."
22431 msgstr ""
22432
22433 # type: textblock
22434 #. type: textblock
22435 #: ../fish/guestfish.pod:800
22436 msgid ""
22437 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22438 "upload local files (so-called \"FileIn\" parameters in the generator)."
22439 msgstr ""
22440
22441 # type: =head1
22442 #. type: =head1
22443 #: ../fish/guestfish.pod:803
22444 msgid "EXIT ON ERROR BEHAVIOUR"
22445 msgstr ""
22446
22447 # type: textblock
22448 #. type: textblock
22449 #: ../fish/guestfish.pod:805
22450 msgid ""
22451 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22452 "taking commands from a human over a tty), and will exit on the first error "
22453 "in non-interactive mode (scripts, commands given on the command line)."
22454 msgstr ""
22455
22456 # type: textblock
22457 #. type: textblock
22458 #: ../fish/guestfish.pod:810
22459 msgid ""
22460 "If you prefix a command with a I<-> character, then that command will not "
22461 "cause guestfish to exit, even if that (one) command returns an error."
22462 msgstr ""
22463
22464 # type: =head1
22465 #. type: =head1
22466 #: ../fish/guestfish.pod:814
22467 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22468 msgstr ""
22469
22470 # type: textblock
22471 #. type: textblock
22472 #: ../fish/guestfish.pod:816
22473 msgid ""
22474 "Guestfish can be remote-controlled over a socket.  This is useful "
22475 "particularly in shell scripts where you want to make several different "
22476 "changes to a filesystem, but you don't want the overhead of starting up a "
22477 "guestfish process each time."
22478 msgstr ""
22479
22480 # type: textblock
22481 #. type: textblock
22482 #: ../fish/guestfish.pod:821
22483 msgid "Start a guestfish server process using:"
22484 msgstr ""
22485
22486 # type: verbatim
22487 #. type: verbatim
22488 #: ../fish/guestfish.pod:823
22489 #, no-wrap
22490 msgid ""
22491 " eval \"`guestfish --listen`\"\n"
22492 "\n"
22493 msgstr ""
22494
22495 # type: textblock
22496 #. type: textblock
22497 #: ../fish/guestfish.pod:825
22498 msgid "and then send it commands by doing:"
22499 msgstr ""
22500
22501 # type: verbatim
22502 #. type: verbatim
22503 #: ../fish/guestfish.pod:827
22504 #, no-wrap
22505 msgid ""
22506 " guestfish --remote cmd [...]\n"
22507 "\n"
22508 msgstr ""
22509
22510 # type: textblock
22511 #. type: textblock
22512 #: ../fish/guestfish.pod:829
22513 msgid "To cause the server to exit, send it the exit command:"
22514 msgstr ""
22515
22516 # type: verbatim
22517 #. type: verbatim
22518 #: ../fish/guestfish.pod:831
22519 #, no-wrap
22520 msgid ""
22521 " guestfish --remote exit\n"
22522 "\n"
22523 msgstr ""
22524
22525 # type: textblock
22526 #. type: textblock
22527 #: ../fish/guestfish.pod:833
22528 msgid ""
22529 "Note that the server will normally exit if there is an error in a command.  "
22530 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22531 "BEHAVIOUR>."
22532 msgstr ""
22533
22534 # type: =head2
22535 #. type: =head2
22536 #: ../fish/guestfish.pod:837
22537 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22538 msgstr ""
22539
22540 # type: textblock
22541 #. type: textblock
22542 #: ../fish/guestfish.pod:839
22543 msgid ""
22544 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22545 "is how the I<--remote> option knows where to send the commands.  You can "
22546 "have several guestfish listener processes running using:"
22547 msgstr ""
22548
22549 # type: verbatim
22550 #. type: verbatim
22551 #: ../fish/guestfish.pod:843
22552 #, no-wrap
22553 msgid ""
22554 " eval \"`guestfish --listen`\"\n"
22555 " pid1=$GUESTFISH_PID\n"
22556 " eval \"`guestfish --listen`\"\n"
22557 " pid2=$GUESTFISH_PID\n"
22558 " ...\n"
22559 " guestfish --remote=$pid1 cmd\n"
22560 " guestfish --remote=$pid2 cmd\n"
22561 "\n"
22562 msgstr ""
22563
22564 # type: =head2
22565 #. type: =head2
22566 #: ../fish/guestfish.pod:851
22567 msgid "REMOTE CONTROL AND CSH"
22568 msgstr ""
22569
22570 # type: textblock
22571 #. type: textblock
22572 #: ../fish/guestfish.pod:853
22573 msgid ""
22574 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22575 "option:"
22576 msgstr ""
22577
22578 # type: verbatim
22579 #. type: verbatim
22580 #: ../fish/guestfish.pod:856
22581 #, no-wrap
22582 msgid ""
22583 " eval \"`guestfish --listen --csh`\"\n"
22584 "\n"
22585 msgstr ""
22586
22587 # type: =head2
22588 #. type: =head2
22589 #: ../fish/guestfish.pod:858
22590 msgid "REMOTE CONTROL DETAILS"
22591 msgstr ""
22592
22593 # type: textblock
22594 #. type: textblock
22595 #: ../fish/guestfish.pod:860
22596 msgid ""
22597 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22598 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22599 "and C<$PID> is the process ID of the server."
22600 msgstr ""
22601
22602 # type: textblock
22603 #. type: textblock
22604 #: ../fish/guestfish.pod:864
22605 msgid "Guestfish client and server versions must match exactly."
22606 msgstr ""
22607
22608 #. type: =head2
22609 #: ../fish/guestfish.pod:866
22610 msgid "REMOTE CONTROL RUN COMMAND HANGING"
22611 msgstr ""
22612
22613 #. type: textblock
22614 #: ../fish/guestfish.pod:868
22615 msgid ""
22616 "Using the C<run> (or C<launch>) command remotely in a command substitution "
22617 "context hangs, ie. don't do (note the backquotes):"
22618 msgstr ""
22619
22620 #. type: verbatim
22621 #: ../fish/guestfish.pod:871
22622 #, no-wrap
22623 msgid ""
22624 " a=`guestfish --remote run`\n"
22625 "\n"
22626 msgstr ""
22627
22628 #. type: textblock
22629 #: ../fish/guestfish.pod:873
22630 msgid ""
22631 "Since the C<run> command produces no output on stdout, this is not useful "
22632 "anyway.  For further information see L<https://bugzilla.redhat.com/show_bug."
22633 "cgi?id=592910>."
22634 msgstr ""
22635
22636 # type: =head1
22637 #. type: =head1
22638 #: ../fish/guestfish.pod:877
22639 msgid "PREPARED DISK IMAGES"
22640 msgstr ""
22641
22642 # type: textblock
22643 #. type: textblock
22644 #: ../fish/guestfish.pod:879
22645 msgid ""
22646 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22647 "preformatted disk images that guestfish can make for you to save typing.  "
22648 "This is particularly useful for testing purposes.  This option is used "
22649 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22650 "can be mixed with I<-a>)."
22651 msgstr ""
22652
22653 # type: textblock
22654 #. type: textblock
22655 #: ../fish/guestfish.pod:885
22656 msgid ""
22657 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22658 "the second and so on.  Existing files in the current directory are "
22659 "I<overwritten>."
22660 msgstr ""
22661
22662 # type: textblock
22663 #. type: textblock
22664 #: ../fish/guestfish.pod:889
22665 msgid ""
22666 "The type briefly describes how the disk should be sized, partitioned, how "
22667 "filesystem(s) should be created, and how content should be added.  "
22668 "Optionally the type can be followed by extra parameters, separated by C<:> "
22669 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22670 "allocated disk, containing a single partition, with the partition formatted "
22671 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22672 "disk instead."
22673 msgstr ""
22674
22675 # type: textblock
22676 #. type: textblock
22677 #: ../fish/guestfish.pod:897
22678 msgid "To list the available types and any extra parameters they take, run:"
22679 msgstr ""
22680
22681 # type: textblock
22682 #. type: textblock
22683 #: ../fish/guestfish.pod:901
22684 msgid ""
22685 "Note that the prepared filesystem is not mounted.  You would usually have to "
22686 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22687 msgstr ""
22688
22689 # type: textblock
22690 #. type: textblock
22691 #: ../fish/guestfish.pod:905
22692 msgid ""
22693 "If any I<-N> or I<--new> options are given, the guest is automatically "
22694 "launched."
22695 msgstr ""
22696
22697 # type: textblock
22698 #. type: textblock
22699 #: ../fish/guestfish.pod:910
22700 msgid "Create a 100MB disk with an ext4-formatted partition:"
22701 msgstr ""
22702
22703 # type: verbatim
22704 #. type: verbatim
22705 #: ../fish/guestfish.pod:912
22706 #, no-wrap
22707 msgid ""
22708 " guestfish -N fs:ext4\n"
22709 "\n"
22710 msgstr ""
22711
22712 # type: textblock
22713 #. type: textblock
22714 #: ../fish/guestfish.pod:914
22715 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22716 msgstr ""
22717
22718 # type: verbatim
22719 #. type: verbatim
22720 #: ../fish/guestfish.pod:916
22721 #, no-wrap
22722 msgid ""
22723 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22724 "\n"
22725 msgstr ""
22726
22727 # type: textblock
22728 #. type: textblock
22729 #: ../fish/guestfish.pod:918
22730 msgid "Create a blank 200MB disk:"
22731 msgstr ""
22732
22733 # type: verbatim
22734 #. type: verbatim
22735 #: ../fish/guestfish.pod:920
22736 #, no-wrap
22737 msgid ""
22738 " guestfish -N disk:200M\n"
22739 "\n"
22740 msgstr ""
22741
22742 # type: =head1
22743 #. type: =head1
22744 #: ../fish/guestfish.pod:922
22745 msgid "PROGRESS BARS"
22746 msgstr ""
22747
22748 # type: textblock
22749 #. type: textblock
22750 #: ../fish/guestfish.pod:924
22751 msgid ""
22752 "Some (not all) long-running commands send progress notification messages as "
22753 "they are running.  Guestfish turns these messages into progress bars."
22754 msgstr ""
22755
22756 # type: textblock
22757 #. type: textblock
22758 #: ../fish/guestfish.pod:928
22759 msgid ""
22760 "When a command that supports progress bars takes longer than two seconds to "
22761 "run, and if progress bars are enabled, then you will see one appearing below "
22762 "the command:"
22763 msgstr ""
22764
22765 # type: verbatim
22766 #. type: verbatim
22767 #: ../fish/guestfish.pod:932
22768 #, no-wrap
22769 msgid ""
22770 " ><fs> copy-size /large-file /another-file 2048M\n"
22771 " / 10% [#####-----------------------------------------] 00:30\n"
22772 "\n"
22773 msgstr ""
22774
22775 # type: textblock
22776 #. type: textblock
22777 #: ../fish/guestfish.pod:935
22778 msgid ""
22779 "The spinner on the left hand side moves round once for every progress "
22780 "notification received from the backend.  This is a (reasonably) golden "
22781 "assurance that the command is \"doing something\" even if the progress bar "
22782 "is not moving, because the command is able to send the progress "
22783 "notifications.  When the bar reaches 100% and the command finishes, the "
22784 "spinner disappears."
22785 msgstr ""
22786
22787 # type: textblock
22788 #. type: textblock
22789 #: ../fish/guestfish.pod:942
22790 msgid ""
22791 "Progress bars are enabled by default when guestfish is used interactively.  "
22792 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22793 "and you can disable them completely using I<--no-progress-bars>."
22794 msgstr ""
22795
22796 # type: =head1
22797 #. type: =head1
22798 #: ../fish/guestfish.pod:947
22799 msgid "GUESTFISH COMMANDS"
22800 msgstr ""
22801
22802 # type: textblock
22803 #. type: textblock
22804 #: ../fish/guestfish.pod:949
22805 msgid ""
22806 "The commands in this section are guestfish convenience commands, in other "
22807 "words, they are not part of the L<guestfs(3)> API."
22808 msgstr ""
22809
22810 # type: =head2
22811 #. type: =head2
22812 #: ../fish/guestfish.pod:952
22813 msgid "help"
22814 msgstr ""
22815
22816 # type: verbatim
22817 #. type: verbatim
22818 #: ../fish/guestfish.pod:954
22819 #, no-wrap
22820 msgid ""
22821 " help\n"
22822 " help cmd\n"
22823 "\n"
22824 msgstr ""
22825
22826 # type: textblock
22827 #. type: textblock
22828 #: ../fish/guestfish.pod:957
22829 msgid "Without any parameter, this provides general help."
22830 msgstr ""
22831
22832 # type: textblock
22833 #. type: textblock
22834 #: ../fish/guestfish.pod:959
22835 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22836 msgstr ""
22837
22838 # type: =head2
22839 #. type: =head2
22840 #: ../fish/guestfish.pod:961
22841 msgid "quit | exit"
22842 msgstr ""
22843
22844 # type: textblock
22845 #. type: textblock
22846 #: ../fish/guestfish.pod:963
22847 msgid "This exits guestfish.  You can also use C<^D> key."
22848 msgstr ""
22849
22850 # type: textblock
22851 #. type: textblock
22852 #: ../fish/guestfish.pod:965
22853 msgid "@FISH_COMMANDS@"
22854 msgstr ""
22855
22856 # type: =head1
22857 #. type: =head1
22858 #: ../fish/guestfish.pod:967
22859 msgid "COMMANDS"
22860 msgstr ""
22861
22862 # type: =head1
22863 #. type: =head1
22864 #: ../fish/guestfish.pod:971 ../test-tool/libguestfs-test-tool.pod:83
22865 msgid "EXIT CODE"
22866 msgstr ""
22867
22868 # type: textblock
22869 #. type: textblock
22870 #: ../fish/guestfish.pod:973
22871 msgid ""
22872 "guestfish returns 0 if the commands completed without error, or 1 if there "
22873 "was an error."
22874 msgstr ""
22875
22876 # type: =item
22877 #. type: =item
22878 #: ../fish/guestfish.pod:980
22879 msgid "EDITOR"
22880 msgstr ""
22881
22882 # type: textblock
22883 #. type: textblock
22884 #: ../fish/guestfish.pod:982
22885 msgid ""
22886 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22887 "C<vi>."
22888 msgstr ""
22889
22890 # type: =item
22891 #. type: =item
22892 #: ../fish/guestfish.pod:985
22893 msgid "GUESTFISH_PID"
22894 msgstr ""
22895
22896 # type: textblock
22897 #. type: textblock
22898 #: ../fish/guestfish.pod:987
22899 msgid ""
22900 "Used with the I<--remote> option to specify the remote guestfish process to "
22901 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22902 msgstr ""
22903
22904 # type: =item
22905 #. type: =item
22906 #: ../fish/guestfish.pod:991
22907 msgid "HEXEDITOR"
22908 msgstr ""
22909
22910 # type: textblock
22911 #. type: textblock
22912 #: ../fish/guestfish.pod:993
22913 msgid ""
22914 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22915 "not specified, the external L<hexedit(1)> program is used."
22916 msgstr ""
22917
22918 # type: =item
22919 #. type: =item
22920 #: ../fish/guestfish.pod:997
22921 msgid "HOME"
22922 msgstr ""
22923
22924 # type: textblock
22925 #. type: textblock
22926 #: ../fish/guestfish.pod:999
22927 msgid ""
22928 "If compiled with GNU readline support, various files in the home directory "
22929 "can be used.  See L</FILES>."
22930 msgstr ""
22931
22932 # type: textblock
22933 #. type: textblock
22934 #: ../fish/guestfish.pod:1008
22935 msgid ""
22936 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22937 "effect as using the B<-v> option."
22938 msgstr ""
22939
22940 # type: textblock
22941 #. type: textblock
22942 #: ../fish/guestfish.pod:1020
22943 msgid ""
22944 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22945 "the discussion of paths in L<guestfs(3)>."
22946 msgstr ""
22947
22948 # type: textblock
22949 #. type: textblock
22950 #: ../fish/guestfish.pod:1031
22951 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22952 msgstr ""
22953
22954 # type: =item
22955 #. type: =item
22956 #: ../fish/guestfish.pod:1033
22957 msgid "PAGER"
22958 msgstr ""
22959
22960 # type: textblock
22961 #. type: textblock
22962 #: ../fish/guestfish.pod:1035
22963 msgid ""
22964 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22965 "C<more>."
22966 msgstr ""
22967
22968 # type: =head1
22969 #. type: =head1
22970 #: ../fish/guestfish.pod:1050 ../test-tool/libguestfs-test-tool.pod:88
22971 msgid "FILES"
22972 msgstr ""
22973
22974 # type: =item
22975 #. type: =item
22976 #: ../fish/guestfish.pod:1054
22977 msgid "$HOME/.guestfish"
22978 msgstr ""
22979
22980 # type: textblock
22981 #. type: textblock
22982 #: ../fish/guestfish.pod:1056
22983 msgid ""
22984 "If compiled with GNU readline support, then the command history is saved in "
22985 "this file."
22986 msgstr ""
22987
22988 # type: =item
22989 #. type: =item
22990 #: ../fish/guestfish.pod:1059
22991 msgid "$HOME/.inputrc"
22992 msgstr ""
22993
22994 # type: =item
22995 #. type: =item
22996 #: ../fish/guestfish.pod:1061
22997 msgid "/etc/inputrc"
22998 msgstr ""
22999
23000 # type: textblock
23001 #. type: textblock
23002 #: ../fish/guestfish.pod:1063
23003 msgid ""
23004 "If compiled with GNU readline support, then these files can be used to "
23005 "configure readline.  For further information, please see L<readline(3)/"
23006 "INITIALIZATION FILE>."
23007 msgstr ""
23008
23009 # type: textblock
23010 #. type: textblock
23011 #: ../fish/guestfish.pod:1067
23012 msgid "To write rules which only apply to guestfish, use:"
23013 msgstr ""
23014
23015 # type: verbatim
23016 #. type: verbatim
23017 #: ../fish/guestfish.pod:1069
23018 #, no-wrap
23019 msgid ""
23020 " $if guestfish\n"
23021 " ...\n"
23022 " $endif\n"
23023 "\n"
23024 msgstr ""
23025
23026 # type: textblock
23027 #. type: textblock
23028 #: ../fish/guestfish.pod:1073
23029 msgid ""
23030 "Variables that you can set in inputrc that change the behaviour of guestfish "
23031 "in useful ways include:"
23032 msgstr ""
23033
23034 # type: =item
23035 #. type: =item
23036 #: ../fish/guestfish.pod:1078
23037 msgid "completion-ignore-case (default: on)"
23038 msgstr ""
23039
23040 # type: textblock
23041 #. type: textblock
23042 #: ../fish/guestfish.pod:1080
23043 msgid ""
23044 "By default, guestfish will ignore case when tab-completing paths on the "
23045 "disk.  Use:"
23046 msgstr ""
23047
23048 # type: verbatim
23049 #. type: verbatim
23050 #: ../fish/guestfish.pod:1083
23051 #, no-wrap
23052 msgid ""
23053 " set completion-ignore-case off\n"
23054 "\n"
23055 msgstr ""
23056
23057 # type: textblock
23058 #. type: textblock
23059 #: ../fish/guestfish.pod:1085
23060 msgid "to make guestfish case sensitive."
23061 msgstr ""
23062
23063 # type: =item
23064 #. type: =item
23065 #: ../fish/guestfish.pod:1089
23066 msgid "test1.img"
23067 msgstr ""
23068
23069 # type: =item
23070 #. type: =item
23071 #: ../fish/guestfish.pod:1091
23072 msgid "test2.img (etc)"
23073 msgstr ""
23074
23075 # type: textblock
23076 #. type: textblock
23077 #: ../fish/guestfish.pod:1093
23078 msgid ""
23079 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23080 "will be created in the file C<test1.img> in the current directory.  The "
23081 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23082 "the same name will be overwritten."
23083 msgstr ""
23084
23085 # type: textblock
23086 #. type: textblock
23087 #: ../fish/guestfish.pod:1102
23088 msgid ""
23089 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
23090 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
23091 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
23092 ">, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
23093 "L<hexedit(1)>."
23094 msgstr ""
23095
23096 # type: textblock
23097 #. type: textblock
23098 #: ../fish/guestfish.pod:1128 ../test-tool/libguestfs-test-tool.pod:124
23099 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:415
23100 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23101 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
23102 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
23103 msgid ""
23104 "This program is free software; you can redistribute it and/or modify it "
23105 "under the terms of the GNU General Public License as published by the Free "
23106 "Software Foundation; either version 2 of the License, or (at your option) "
23107 "any later version."
23108 msgstr ""
23109
23110 # type: textblock
23111 #. type: textblock
23112 #: ../fish/guestfish.pod:1133 ../test-tool/libguestfs-test-tool.pod:129
23113 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:420
23114 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23115 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
23116 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
23117 msgid ""
23118 "This program is distributed in the hope that it will be useful, but WITHOUT "
23119 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23120 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23121 "more details."
23122 msgstr ""
23123
23124 # type: textblock
23125 #. type: textblock
23126 #: ../fish/guestfish.pod:1138 ../test-tool/libguestfs-test-tool.pod:134
23127 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:425
23128 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23129 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
23130 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
23131 msgid ""
23132 "You should have received a copy of the GNU General Public License along with "
23133 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23134 "Ave, Cambridge, MA 02139, USA."
23135 msgstr ""
23136
23137 # type: =head2
23138 #. type: =head2
23139 #: ../fish/guestfish-actions.pod:1
23140 msgid "add-cdrom"
23141 msgstr ""
23142
23143 # type: verbatim
23144 #. type: verbatim
23145 #: ../fish/guestfish-actions.pod:3
23146 #, no-wrap
23147 msgid ""
23148 " add-cdrom filename\n"
23149 "\n"
23150 msgstr ""
23151
23152 # type: textblock
23153 #. type: textblock
23154 #: ../fish/guestfish-actions.pod:15
23155 msgid ""
23156 "This call checks for the existence of C<filename>.  This stops you from "
23157 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23158 "and C<http:> URLs.  To specify those, use the general L</config> call "
23159 "instead."
23160 msgstr ""
23161
23162 # type: textblock
23163 #. type: textblock
23164 #: ../fish/guestfish-actions.pod:22
23165 msgid ""
23166 "If you just want to add an ISO file (often you use this as an efficient way "
23167 "to transfer large files into the guest), then you should probably use L</add-"
23168 "drive-ro> instead."
23169 msgstr ""
23170
23171 #. type: textblock
23172 #: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151
23173 #: ../fish/guestfish-actions.pod:165
23174 msgid ""
23175 "This function is deprecated.  In new code, use the L</add_drive_opts> call "
23176 "instead."
23177 msgstr ""
23178
23179 # type: =head2
23180 #. type: =head2
23181 #: ../fish/guestfish-actions.pod:35
23182 msgid "add-domain"
23183 msgstr ""
23184
23185 # type: =head2
23186 #. type: =head2
23187 #: ../fish/guestfish-actions.pod:37
23188 msgid "domain"
23189 msgstr ""
23190
23191 # type: verbatim
23192 #. type: verbatim
23193 #: ../fish/guestfish-actions.pod:39
23194 #, no-wrap
23195 msgid ""
23196 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23197 "\n"
23198 msgstr ""
23199
23200 # type: textblock
23201 #. type: textblock
23202 #: ../fish/guestfish-actions.pod:41
23203 msgid ""
23204 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23205 "It works by connecting to libvirt, requesting the domain and domain XML from "
23206 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23207 msgstr ""
23208
23209 # type: textblock
23210 #. type: textblock
23211 #: ../fish/guestfish-actions.pod:64
23212 msgid ""
23213 "The other optional parameters are passed directly through to L</add-drive-"
23214 "opts>."
23215 msgstr ""
23216
23217 # type: textblock
23218 #. type: textblock
23219 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23220 #: ../fish/guestfish-actions.pod:2850
23221 msgid ""
23222 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23223 msgstr ""
23224
23225 # type: =head2
23226 #. type: =head2
23227 #: ../fish/guestfish-actions.pod:69
23228 msgid "add-drive"
23229 msgstr ""
23230
23231 # type: verbatim
23232 #. type: verbatim
23233 #: ../fish/guestfish-actions.pod:71
23234 #, no-wrap
23235 msgid ""
23236 " add-drive filename\n"
23237 "\n"
23238 msgstr ""
23239
23240 # type: textblock
23241 #. type: textblock
23242 #: ../fish/guestfish-actions.pod:73
23243 msgid ""
23244 "This function is the equivalent of calling L</add-drive-opts> with no "
23245 "optional parameters, so the disk is added writable, with the format being "
23246 "detected automatically."
23247 msgstr ""
23248
23249 # type: textblock
23250 #. type: textblock
23251 #: ../fish/guestfish-actions.pod:77
23252 msgid ""
23253 "Automatic detection of the format opens you up to a potential security hole "
23254 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23255 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23256 "you should think about replacing calls to this function with calls to L</add-"
23257 "drive-opts>, and specifying the format."
23258 msgstr ""
23259
23260 # type: =head2
23261 #. type: =head2
23262 #: ../fish/guestfish-actions.pod:84
23263 msgid "add-drive-opts"
23264 msgstr ""
23265
23266 # type: =head2
23267 #. type: =head2
23268 #: ../fish/guestfish-actions.pod:86
23269 msgid "add"
23270 msgstr ""
23271
23272 # type: verbatim
23273 #. type: verbatim
23274 #: ../fish/guestfish-actions.pod:88
23275 #, no-wrap
23276 msgid ""
23277 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23278 "\n"
23279 msgstr ""
23280
23281 # type: textblock
23282 #. type: textblock
23283 #: ../fish/guestfish-actions.pod:115
23284 msgid ""
23285 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23286 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23287 "include C<raw> and C<qcow2>."
23288 msgstr ""
23289
23290 # type: textblock
23291 #. type: textblock
23292 #: ../fish/guestfish-actions.pod:126
23293 msgid ""
23294 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23295 "add-drive-with-if> call (q.v.)"
23296 msgstr ""
23297
23298 # type: =head2
23299 #. type: =head2
23300 #: ../fish/guestfish-actions.pod:133
23301 msgid "add-drive-ro"
23302 msgstr ""
23303
23304 # type: =head2
23305 #. type: =head2
23306 #: ../fish/guestfish-actions.pod:135
23307 msgid "add-ro"
23308 msgstr ""
23309
23310 # type: verbatim
23311 #. type: verbatim
23312 #: ../fish/guestfish-actions.pod:137
23313 #, no-wrap
23314 msgid ""
23315 " add-drive-ro filename\n"
23316 "\n"
23317 msgstr ""
23318
23319 # type: textblock
23320 #. type: textblock
23321 #: ../fish/guestfish-actions.pod:139
23322 msgid ""
23323 "This function is the equivalent of calling L</add-drive-opts> with the "
23324 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23325 "is added read-only, with the format being detected automatically."
23326 msgstr ""
23327
23328 # type: =head2
23329 #. type: =head2
23330 #: ../fish/guestfish-actions.pod:144
23331 msgid "add-drive-ro-with-if"
23332 msgstr ""
23333
23334 # type: verbatim
23335 #. type: verbatim
23336 #: ../fish/guestfish-actions.pod:146
23337 #, no-wrap
23338 msgid ""
23339 " add-drive-ro-with-if filename iface\n"
23340 "\n"
23341 msgstr ""
23342
23343 # type: textblock
23344 #. type: textblock
23345 #: ../fish/guestfish-actions.pod:148
23346 msgid ""
23347 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
23348 "interface emulation to use at run time."
23349 msgstr ""
23350
23351 # type: =head2
23352 #. type: =head2
23353 #: ../fish/guestfish-actions.pod:158
23354 msgid "add-drive-with-if"
23355 msgstr ""
23356
23357 # type: verbatim
23358 #. type: verbatim
23359 #: ../fish/guestfish-actions.pod:160
23360 #, no-wrap
23361 msgid ""
23362 " add-drive-with-if filename iface\n"
23363 "\n"
23364 msgstr ""
23365
23366 # type: textblock
23367 #. type: textblock
23368 #: ../fish/guestfish-actions.pod:162
23369 msgid ""
23370 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23371 "interface emulation to use at run time."
23372 msgstr ""
23373
23374 # type: =head2
23375 #. type: =head2
23376 #: ../fish/guestfish-actions.pod:172
23377 msgid "aug-clear"
23378 msgstr ""
23379
23380 # type: verbatim
23381 #. type: verbatim
23382 #: ../fish/guestfish-actions.pod:174
23383 #, no-wrap
23384 msgid ""
23385 " aug-clear augpath\n"
23386 "\n"
23387 msgstr ""
23388
23389 # type: =head2
23390 #. type: =head2
23391 #: ../fish/guestfish-actions.pod:179
23392 msgid "aug-close"
23393 msgstr ""
23394
23395 # type: verbatim
23396 #. type: verbatim
23397 #: ../fish/guestfish-actions.pod:181
23398 #, no-wrap
23399 msgid ""
23400 " aug-close\n"
23401 "\n"
23402 msgstr ""
23403
23404 # type: textblock
23405 #. type: textblock
23406 #: ../fish/guestfish-actions.pod:183
23407 msgid ""
23408 "Close the current Augeas handle and free up any resources used by it.  After "
23409 "calling this, you have to call L</aug-init> again before you can use any "
23410 "other Augeas functions."
23411 msgstr ""
23412
23413 # type: =head2
23414 #. type: =head2
23415 #: ../fish/guestfish-actions.pod:188
23416 msgid "aug-defnode"
23417 msgstr ""
23418
23419 # type: verbatim
23420 #. type: verbatim
23421 #: ../fish/guestfish-actions.pod:190
23422 #, no-wrap
23423 msgid ""
23424 " aug-defnode name expr val\n"
23425 "\n"
23426 msgstr ""
23427
23428 # type: textblock
23429 #. type: textblock
23430 #: ../fish/guestfish-actions.pod:195
23431 msgid ""
23432 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23433 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23434 "containing that single node."
23435 msgstr ""
23436
23437 # type: =head2
23438 #. type: =head2
23439 #: ../fish/guestfish-actions.pod:203
23440 msgid "aug-defvar"
23441 msgstr ""
23442
23443 # type: verbatim
23444 #. type: verbatim
23445 #: ../fish/guestfish-actions.pod:205
23446 #, no-wrap
23447 msgid ""
23448 " aug-defvar name expr\n"
23449 "\n"
23450 msgstr ""
23451
23452 # type: =head2
23453 #. type: =head2
23454 #: ../fish/guestfish-actions.pod:214
23455 msgid "aug-get"
23456 msgstr ""
23457
23458 # type: verbatim
23459 #. type: verbatim
23460 #: ../fish/guestfish-actions.pod:216
23461 #, no-wrap
23462 msgid ""
23463 " aug-get augpath\n"
23464 "\n"
23465 msgstr ""
23466
23467 # type: =head2
23468 #. type: =head2
23469 #: ../fish/guestfish-actions.pod:221
23470 msgid "aug-init"
23471 msgstr ""
23472
23473 # type: verbatim
23474 #. type: verbatim
23475 #: ../fish/guestfish-actions.pod:223
23476 #, no-wrap
23477 msgid ""
23478 " aug-init root flags\n"
23479 "\n"
23480 msgstr ""
23481
23482 # type: textblock
23483 #. type: textblock
23484 #: ../fish/guestfish-actions.pod:229
23485 msgid "You must call this before using any other L</aug-*> commands."
23486 msgstr ""
23487
23488 #. type: textblock
23489 #: ../fish/guestfish-actions.pod:254
23490 msgid ""
23491 "This option is only useful when debugging Augeas lenses.  Use of this option "
23492 "may require additional memory for the libguestfs appliance.  You may need to "
23493 "set the C<LIBGUESTFS_MEMSIZE> environment variable or call L</set-memsize>."
23494 msgstr ""
23495
23496 # type: textblock
23497 #. type: textblock
23498 #: ../fish/guestfish-actions.pod:269
23499 msgid "Do not load the tree in L</aug-init>."
23500 msgstr ""
23501
23502 # type: textblock
23503 #. type: textblock
23504 #: ../fish/guestfish-actions.pod:273
23505 msgid "To close the handle, you can call L</aug-close>."
23506 msgstr ""
23507
23508 # type: =head2
23509 #. type: =head2
23510 #: ../fish/guestfish-actions.pod:277
23511 msgid "aug-insert"
23512 msgstr ""
23513
23514 # type: verbatim
23515 #. type: verbatim
23516 #: ../fish/guestfish-actions.pod:279
23517 #, no-wrap
23518 msgid ""
23519 " aug-insert augpath label true|false\n"
23520 "\n"
23521 msgstr ""
23522
23523 # type: =head2
23524 #. type: =head2
23525 #: ../fish/guestfish-actions.pod:289
23526 msgid "aug-load"
23527 msgstr ""
23528
23529 # type: verbatim
23530 #. type: verbatim
23531 #: ../fish/guestfish-actions.pod:291
23532 #, no-wrap
23533 msgid ""
23534 " aug-load\n"
23535 "\n"
23536 msgstr ""
23537
23538 # type: =head2
23539 #. type: =head2
23540 #: ../fish/guestfish-actions.pod:298
23541 msgid "aug-ls"
23542 msgstr ""
23543
23544 # type: verbatim
23545 #. type: verbatim
23546 #: ../fish/guestfish-actions.pod:300
23547 #, no-wrap
23548 msgid ""
23549 " aug-ls augpath\n"
23550 "\n"
23551 msgstr ""
23552
23553 # type: textblock
23554 #. type: textblock
23555 #: ../fish/guestfish-actions.pod:302
23556 msgid ""
23557 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23558 "resulting nodes into alphabetical order."
23559 msgstr ""
23560
23561 # type: =head2
23562 #. type: =head2
23563 #: ../fish/guestfish-actions.pod:305
23564 msgid "aug-match"
23565 msgstr ""
23566
23567 # type: verbatim
23568 #. type: verbatim
23569 #: ../fish/guestfish-actions.pod:307
23570 #, no-wrap
23571 msgid ""
23572 " aug-match augpath\n"
23573 "\n"
23574 msgstr ""
23575
23576 # type: =head2
23577 #. type: =head2
23578 #: ../fish/guestfish-actions.pod:313
23579 msgid "aug-mv"
23580 msgstr ""
23581
23582 # type: verbatim
23583 #. type: verbatim
23584 #: ../fish/guestfish-actions.pod:315
23585 #, no-wrap
23586 msgid ""
23587 " aug-mv src dest\n"
23588 "\n"
23589 msgstr ""
23590
23591 # type: =head2
23592 #. type: =head2
23593 #: ../fish/guestfish-actions.pod:320
23594 msgid "aug-rm"
23595 msgstr ""
23596
23597 # type: verbatim
23598 #. type: verbatim
23599 #: ../fish/guestfish-actions.pod:322
23600 #, no-wrap
23601 msgid ""
23602 " aug-rm augpath\n"
23603 "\n"
23604 msgstr ""
23605
23606 # type: =head2
23607 #. type: =head2
23608 #: ../fish/guestfish-actions.pod:328
23609 msgid "aug-save"
23610 msgstr ""
23611
23612 # type: verbatim
23613 #. type: verbatim
23614 #: ../fish/guestfish-actions.pod:330
23615 #, no-wrap
23616 msgid ""
23617 " aug-save\n"
23618 "\n"
23619 msgstr ""
23620
23621 # type: textblock
23622 #. type: textblock
23623 #: ../fish/guestfish-actions.pod:334
23624 msgid ""
23625 "The flags which were passed to L</aug-init> affect exactly how files are "
23626 "saved."
23627 msgstr ""
23628
23629 # type: =head2
23630 #. type: =head2
23631 #: ../fish/guestfish-actions.pod:337
23632 msgid "aug-set"
23633 msgstr ""
23634
23635 # type: verbatim
23636 #. type: verbatim
23637 #: ../fish/guestfish-actions.pod:339
23638 #, no-wrap
23639 msgid ""
23640 " aug-set augpath val\n"
23641 "\n"
23642 msgstr ""
23643
23644 # type: textblock
23645 #. type: textblock
23646 #: ../fish/guestfish-actions.pod:343
23647 msgid ""
23648 "In the Augeas API, it is possible to clear a node by setting the value to "
23649 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23650 "this call.  Instead you must use the L</aug-clear> call."
23651 msgstr ""
23652
23653 # type: =head2
23654 #. type: =head2
23655 #: ../fish/guestfish-actions.pod:348
23656 msgid "available"
23657 msgstr ""
23658
23659 # type: verbatim
23660 #. type: verbatim
23661 #: ../fish/guestfish-actions.pod:350
23662 #, no-wrap
23663 msgid ""
23664 " available 'groups ...'\n"
23665 "\n"
23666 msgstr ""
23667
23668 # type: textblock
23669 #. type: textblock
23670 #: ../fish/guestfish-actions.pod:356
23671 msgid ""
23672 "The libguestfs groups, and the functions that those groups correspond to, "
23673 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23674 "runtime by calling L</available-all-groups>."
23675 msgstr ""
23676
23677 # type: textblock
23678 #. type: textblock
23679 #: ../fish/guestfish-actions.pod:380
23680 msgid "You must call L</launch> before calling this function."
23681 msgstr ""
23682
23683 # type: textblock
23684 #. type: textblock
23685 #: ../fish/guestfish-actions.pod:402
23686 msgid ""
23687 "This call was added in version C<1.0.80>.  In previous versions of "
23688 "libguestfs all you could do would be to speculatively execute a command to "
23689 "find out if the daemon implemented it.  See also L</version>."
23690 msgstr ""
23691
23692 # type: =head2
23693 #. type: =head2
23694 #: ../fish/guestfish-actions.pod:409
23695 msgid "available-all-groups"
23696 msgstr ""
23697
23698 # type: verbatim
23699 #. type: verbatim
23700 #: ../fish/guestfish-actions.pod:411
23701 #, no-wrap
23702 msgid ""
23703 " available-all-groups\n"
23704 "\n"
23705 msgstr ""
23706
23707 # type: textblock
23708 #. type: textblock
23709 #: ../fish/guestfish-actions.pod:413
23710 msgid ""
23711 "This command returns a list of all optional groups that this daemon knows "
23712 "about.  Note this returns both supported and unsupported groups.  To find "
23713 "out which ones the daemon can actually support you have to call L</"
23714 "available> on each member of the returned list."
23715 msgstr ""
23716
23717 # type: textblock
23718 #. type: textblock
23719 #: ../fish/guestfish-actions.pod:419
23720 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23721 msgstr ""
23722
23723 # type: =head2
23724 #. type: =head2
23725 #: ../fish/guestfish-actions.pod:421
23726 msgid "base64-in"
23727 msgstr ""
23728
23729 # type: verbatim
23730 #. type: verbatim
23731 #: ../fish/guestfish-actions.pod:423
23732 #, no-wrap
23733 msgid ""
23734 " base64-in (base64file|-) filename\n"
23735 "\n"
23736 msgstr ""
23737
23738 # type: textblock
23739 #. type: textblock
23740 #: ../fish/guestfish-actions.pod:428 ../fish/guestfish-actions.pod:437
23741 #: ../fish/guestfish-actions.pod:661 ../fish/guestfish-actions.pod:830
23742 #: ../fish/guestfish-actions.pod:849 ../fish/guestfish-actions.pod:1223
23743 #: ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4226
23744 #: ../fish/guestfish-actions.pod:4237 ../fish/guestfish-actions.pod:4248
23745 #: ../fish/guestfish-actions.pod:4300 ../fish/guestfish-actions.pod:4309
23746 #: ../fish/guestfish-actions.pod:4363 ../fish/guestfish-actions.pod:4386
23747 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23748 msgstr ""
23749
23750 # type: =head2
23751 #. type: =head2
23752 #: ../fish/guestfish-actions.pod:430
23753 msgid "base64-out"
23754 msgstr ""
23755
23756 # type: verbatim
23757 #. type: verbatim
23758 #: ../fish/guestfish-actions.pod:432
23759 #, no-wrap
23760 msgid ""
23761 " base64-out filename (base64file|-)\n"
23762 "\n"
23763 msgstr ""
23764
23765 # type: =head2
23766 #. type: =head2
23767 #: ../fish/guestfish-actions.pod:439
23768 msgid "blockdev-flushbufs"
23769 msgstr ""
23770
23771 # type: verbatim
23772 #. type: verbatim
23773 #: ../fish/guestfish-actions.pod:441
23774 #, no-wrap
23775 msgid ""
23776 " blockdev-flushbufs device\n"
23777 "\n"
23778 msgstr ""
23779
23780 # type: =head2
23781 #. type: =head2
23782 #: ../fish/guestfish-actions.pod:448
23783 msgid "blockdev-getbsz"
23784 msgstr ""
23785
23786 # type: verbatim
23787 #. type: verbatim
23788 #: ../fish/guestfish-actions.pod:450
23789 #, no-wrap
23790 msgid ""
23791 " blockdev-getbsz device\n"
23792 "\n"
23793 msgstr ""
23794
23795 # type: =head2
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:459
23798 msgid "blockdev-getro"
23799 msgstr ""
23800
23801 # type: verbatim
23802 #. type: verbatim
23803 #: ../fish/guestfish-actions.pod:461
23804 #, no-wrap
23805 msgid ""
23806 " blockdev-getro device\n"
23807 "\n"
23808 msgstr ""
23809
23810 # type: =head2
23811 #. type: =head2
23812 #: ../fish/guestfish-actions.pod:468
23813 msgid "blockdev-getsize64"
23814 msgstr ""
23815
23816 # type: verbatim
23817 #. type: verbatim
23818 #: ../fish/guestfish-actions.pod:470
23819 #, no-wrap
23820 msgid ""
23821 " blockdev-getsize64 device\n"
23822 "\n"
23823 msgstr ""
23824
23825 # type: textblock
23826 #. type: textblock
23827 #: ../fish/guestfish-actions.pod:474
23828 msgid "See also L</blockdev-getsz>."
23829 msgstr ""
23830
23831 # type: =head2
23832 #. type: =head2
23833 #: ../fish/guestfish-actions.pod:478
23834 msgid "blockdev-getss"
23835 msgstr ""
23836
23837 # type: verbatim
23838 #. type: verbatim
23839 #: ../fish/guestfish-actions.pod:480
23840 #, no-wrap
23841 msgid ""
23842 " blockdev-getss device\n"
23843 "\n"
23844 msgstr ""
23845
23846 # type: textblock
23847 #. type: textblock
23848 #: ../fish/guestfish-actions.pod:485
23849 msgid ""
23850 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23851 msgstr ""
23852
23853 # type: =head2
23854 #. type: =head2
23855 #: ../fish/guestfish-actions.pod:490
23856 msgid "blockdev-getsz"
23857 msgstr ""
23858
23859 # type: verbatim
23860 #. type: verbatim
23861 #: ../fish/guestfish-actions.pod:492
23862 #, no-wrap
23863 msgid ""
23864 " blockdev-getsz device\n"
23865 "\n"
23866 msgstr ""
23867
23868 # type: textblock
23869 #. type: textblock
23870 #: ../fish/guestfish-actions.pod:497
23871 msgid ""
23872 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23873 "blockdev-getsize64> for the more useful I<size in bytes>."
23874 msgstr ""
23875
23876 # type: =head2
23877 #. type: =head2
23878 #: ../fish/guestfish-actions.pod:503
23879 msgid "blockdev-rereadpt"
23880 msgstr ""
23881
23882 # type: verbatim
23883 #. type: verbatim
23884 #: ../fish/guestfish-actions.pod:505
23885 #, no-wrap
23886 msgid ""
23887 " blockdev-rereadpt device\n"
23888 "\n"
23889 msgstr ""
23890
23891 # type: =head2
23892 #. type: =head2
23893 #: ../fish/guestfish-actions.pod:511
23894 msgid "blockdev-setbsz"
23895 msgstr ""
23896
23897 # type: verbatim
23898 #. type: verbatim
23899 #: ../fish/guestfish-actions.pod:513
23900 #, no-wrap
23901 msgid ""
23902 " blockdev-setbsz device blocksize\n"
23903 "\n"
23904 msgstr ""
23905
23906 # type: =head2
23907 #. type: =head2
23908 #: ../fish/guestfish-actions.pod:522
23909 msgid "blockdev-setro"
23910 msgstr ""
23911
23912 # type: verbatim
23913 #. type: verbatim
23914 #: ../fish/guestfish-actions.pod:524
23915 #, no-wrap
23916 msgid ""
23917 " blockdev-setro device\n"
23918 "\n"
23919 msgstr ""
23920
23921 # type: =head2
23922 #. type: =head2
23923 #: ../fish/guestfish-actions.pod:530
23924 msgid "blockdev-setrw"
23925 msgstr ""
23926
23927 # type: verbatim
23928 #. type: verbatim
23929 #: ../fish/guestfish-actions.pod:532
23930 #, no-wrap
23931 msgid ""
23932 " blockdev-setrw device\n"
23933 "\n"
23934 msgstr ""
23935
23936 # type: =head2
23937 #. type: =head2
23938 #: ../fish/guestfish-actions.pod:538
23939 msgid "case-sensitive-path"
23940 msgstr ""
23941
23942 # type: verbatim
23943 #. type: verbatim
23944 #: ../fish/guestfish-actions.pod:540
23945 #, no-wrap
23946 msgid ""
23947 " case-sensitive-path path\n"
23948 "\n"
23949 msgstr ""
23950
23951 # type: textblock
23952 #. type: textblock
23953 #: ../fish/guestfish-actions.pod:564
23954 msgid ""
23955 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23956 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23957 "the directories were originally created under Windows)."
23958 msgstr ""
23959
23960 # type: textblock
23961 #. type: textblock
23962 #: ../fish/guestfish-actions.pod:572
23963 msgid "See also L</realpath>."
23964 msgstr ""
23965
23966 # type: =head2
23967 #. type: =head2
23968 #: ../fish/guestfish-actions.pod:574
23969 msgid "cat"
23970 msgstr ""
23971
23972 # type: verbatim
23973 #. type: verbatim
23974 #: ../fish/guestfish-actions.pod:576
23975 #, no-wrap
23976 msgid ""
23977 " cat path\n"
23978 "\n"
23979 msgstr ""
23980
23981 # type: textblock
23982 #. type: textblock
23983 #: ../fish/guestfish-actions.pod:580
23984 msgid ""
23985 "Note that this function cannot correctly handle binary files (specifically, "
23986 "files containing C<\\0> character which is treated as end of string).  For "
23987 "those you need to use the L</read-file> or L</download> functions which have "
23988 "a more complex interface."
23989 msgstr ""
23990
23991 # type: =head2
23992 #. type: =head2
23993 #: ../fish/guestfish-actions.pod:588
23994 msgid "checksum"
23995 msgstr ""
23996
23997 # type: verbatim
23998 #. type: verbatim
23999 #: ../fish/guestfish-actions.pod:590
24000 #, no-wrap
24001 msgid ""
24002 " checksum csumtype path\n"
24003 "\n"
24004 msgstr ""
24005
24006 # type: textblock
24007 #. type: textblock
24008 #: ../fish/guestfish-actions.pod:633
24009 msgid "To get the checksum for a device, use L</checksum-device>."
24010 msgstr ""
24011
24012 # type: textblock
24013 #. type: textblock
24014 #: ../fish/guestfish-actions.pod:635
24015 msgid "To get the checksums for many files, use L</checksums-out>."
24016 msgstr ""
24017
24018 # type: =head2
24019 #. type: =head2
24020 #: ../fish/guestfish-actions.pod:637
24021 msgid "checksum-device"
24022 msgstr ""
24023
24024 # type: verbatim
24025 #. type: verbatim
24026 #: ../fish/guestfish-actions.pod:639
24027 #, no-wrap
24028 msgid ""
24029 " checksum-device csumtype device\n"
24030 "\n"
24031 msgstr ""
24032
24033 # type: textblock
24034 #. type: textblock
24035 #: ../fish/guestfish-actions.pod:641
24036 msgid ""
24037 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
24038 "device named C<device>.  For the types of checksums supported see the L</"
24039 "checksum> command."
24040 msgstr ""
24041
24042 # type: =head2
24043 #. type: =head2
24044 #: ../fish/guestfish-actions.pod:645
24045 msgid "checksums-out"
24046 msgstr ""
24047
24048 # type: verbatim
24049 #. type: verbatim
24050 #: ../fish/guestfish-actions.pod:647
24051 #, no-wrap
24052 msgid ""
24053 " checksums-out csumtype directory (sumsfile|-)\n"
24054 "\n"
24055 msgstr ""
24056
24057 # type: =head2
24058 #. type: =head2
24059 #: ../fish/guestfish-actions.pod:663
24060 msgid "chmod"
24061 msgstr ""
24062
24063 # type: verbatim
24064 #. type: verbatim
24065 #: ../fish/guestfish-actions.pod:665
24066 #, no-wrap
24067 msgid ""
24068 " chmod mode path\n"
24069 "\n"
24070 msgstr ""
24071
24072 # type: =head2
24073 #. type: =head2
24074 #: ../fish/guestfish-actions.pod:676
24075 msgid "chown"
24076 msgstr ""
24077
24078 # type: verbatim
24079 #. type: verbatim
24080 #: ../fish/guestfish-actions.pod:678
24081 #, no-wrap
24082 msgid ""
24083 " chown owner group path\n"
24084 "\n"
24085 msgstr ""
24086
24087 # type: =head2
24088 #. type: =head2
24089 #: ../fish/guestfish-actions.pod:686
24090 msgid "command"
24091 msgstr ""
24092
24093 # type: verbatim
24094 #. type: verbatim
24095 #: ../fish/guestfish-actions.pod:688
24096 #, no-wrap
24097 msgid ""
24098 " command 'arguments ...'\n"
24099 "\n"
24100 msgstr ""
24101
24102 # type: textblock
24103 #. type: textblock
24104 #: ../fish/guestfish-actions.pod:695
24105 msgid ""
24106 "The single parameter is an argv-style list of arguments.  The first element "
24107 "is the name of the program to run.  Subsequent elements are parameters.  The "
24108 "list must be non-empty (ie. must contain a program name).  Note that the "
24109 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24110 msgstr ""
24111
24112 # type: =head2
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:723
24115 msgid "command-lines"
24116 msgstr ""
24117
24118 # type: verbatim
24119 #. type: verbatim
24120 #: ../fish/guestfish-actions.pod:725
24121 #, no-wrap
24122 msgid ""
24123 " command-lines 'arguments ...'\n"
24124 "\n"
24125 msgstr ""
24126
24127 # type: textblock
24128 #. type: textblock
24129 #: ../fish/guestfish-actions.pod:727
24130 msgid ""
24131 "This is the same as L</command>, but splits the result into a list of lines."
24132 msgstr ""
24133
24134 # type: textblock
24135 #. type: textblock
24136 #: ../fish/guestfish-actions.pod:730
24137 msgid "See also: L</sh-lines>"
24138 msgstr ""
24139
24140 # type: =head2
24141 #. type: =head2
24142 #: ../fish/guestfish-actions.pod:735
24143 msgid "config"
24144 msgstr ""
24145
24146 # type: verbatim
24147 #. type: verbatim
24148 #: ../fish/guestfish-actions.pod:737
24149 #, no-wrap
24150 msgid ""
24151 " config qemuparam qemuvalue\n"
24152 "\n"
24153 msgstr ""
24154
24155 # type: =head2
24156 #. type: =head2
24157 #: ../fish/guestfish-actions.pod:748
24158 msgid "copy-size"
24159 msgstr ""
24160
24161 # type: verbatim
24162 #. type: verbatim
24163 #: ../fish/guestfish-actions.pod:750
24164 #, no-wrap
24165 msgid ""
24166 " copy-size src dest size\n"
24167 "\n"
24168 msgstr ""
24169
24170 # type: =head2
24171 #. type: =head2
24172 #: ../fish/guestfish-actions.pod:758
24173 msgid "cp"
24174 msgstr ""
24175
24176 # type: verbatim
24177 #. type: verbatim
24178 #: ../fish/guestfish-actions.pod:760
24179 #, no-wrap
24180 msgid ""
24181 " cp src dest\n"
24182 "\n"
24183 msgstr ""
24184
24185 # type: =head2
24186 #. type: =head2
24187 #: ../fish/guestfish-actions.pod:765
24188 msgid "cp-a"
24189 msgstr ""
24190
24191 # type: verbatim
24192 #. type: verbatim
24193 #: ../fish/guestfish-actions.pod:767
24194 #, no-wrap
24195 msgid ""
24196 " cp-a src dest\n"
24197 "\n"
24198 msgstr ""
24199
24200 # type: =head2
24201 #. type: =head2
24202 #: ../fish/guestfish-actions.pod:772
24203 msgid "dd"
24204 msgstr ""
24205
24206 # type: verbatim
24207 #. type: verbatim
24208 #: ../fish/guestfish-actions.pod:774
24209 #, no-wrap
24210 msgid ""
24211 " dd src dest\n"
24212 "\n"
24213 msgstr ""
24214
24215 # type: textblock
24216 #. type: textblock
24217 #: ../fish/guestfish-actions.pod:781
24218 msgid ""
24219 "If the destination is a device, it must be as large or larger than the "
24220 "source file or device, otherwise the copy will fail.  This command cannot do "
24221 "partial copies (see L</copy-size>)."
24222 msgstr ""
24223
24224 # type: =head2
24225 #. type: =head2
24226 #: ../fish/guestfish-actions.pod:785
24227 msgid "df"
24228 msgstr ""
24229
24230 # type: verbatim
24231 #. type: verbatim
24232 #: ../fish/guestfish-actions.pod:787
24233 #, no-wrap
24234 msgid ""
24235 " df\n"
24236 "\n"
24237 msgstr ""
24238
24239 # type: textblock
24240 #. type: textblock
24241 #: ../fish/guestfish-actions.pod:791 ../fish/guestfish-actions.pod:802
24242 msgid ""
24243 "This command is mostly useful for interactive sessions.  It is I<not> "
24244 "intended that you try to parse the output string.  Use L</statvfs> from "
24245 "programs."
24246 msgstr ""
24247
24248 # type: =head2
24249 #. type: =head2
24250 #: ../fish/guestfish-actions.pod:795
24251 msgid "df-h"
24252 msgstr ""
24253
24254 # type: verbatim
24255 #. type: verbatim
24256 #: ../fish/guestfish-actions.pod:797
24257 #, no-wrap
24258 msgid ""
24259 " df-h\n"
24260 "\n"
24261 msgstr ""
24262
24263 # type: =head2
24264 #. type: =head2
24265 #: ../fish/guestfish-actions.pod:806
24266 msgid "dmesg"
24267 msgstr ""
24268
24269 # type: verbatim
24270 #. type: verbatim
24271 #: ../fish/guestfish-actions.pod:808
24272 #, no-wrap
24273 msgid ""
24274 " dmesg\n"
24275 "\n"
24276 msgstr ""
24277
24278 # type: textblock
24279 #. type: textblock
24280 #: ../fish/guestfish-actions.pod:814
24281 msgid ""
24282 "Another way to get the same information is to enable verbose messages with "
24283 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24284 "before running the program."
24285 msgstr ""
24286
24287 # type: =head2
24288 #. type: =head2
24289 #: ../fish/guestfish-actions.pod:819
24290 msgid "download"
24291 msgstr ""
24292
24293 # type: verbatim
24294 #. type: verbatim
24295 #: ../fish/guestfish-actions.pod:821
24296 #, no-wrap
24297 msgid ""
24298 " download remotefilename (filename|-)\n"
24299 "\n"
24300 msgstr ""
24301
24302 # type: textblock
24303 #. type: textblock
24304 #: ../fish/guestfish-actions.pod:828
24305 msgid "See also L</upload>, L</cat>."
24306 msgstr ""
24307
24308 # type: =head2
24309 #. type: =head2
24310 #: ../fish/guestfish-actions.pod:832
24311 msgid "download-offset"
24312 msgstr ""
24313
24314 # type: verbatim
24315 #. type: verbatim
24316 #: ../fish/guestfish-actions.pod:834
24317 #, no-wrap
24318 msgid ""
24319 " download-offset remotefilename (filename|-) offset size\n"
24320 "\n"
24321 msgstr ""
24322
24323 # type: textblock
24324 #. type: textblock
24325 #: ../fish/guestfish-actions.pod:842
24326 msgid ""
24327 "Note that there is no limit on the amount of data that can be downloaded "
24328 "with this call, unlike with L</pread>, and this call always reads the full "
24329 "amount unless an error occurs."
24330 msgstr ""
24331
24332 # type: textblock
24333 #. type: textblock
24334 #: ../fish/guestfish-actions.pod:847
24335 msgid "See also L</download>, L</pread>."
24336 msgstr ""
24337
24338 # type: =head2
24339 #. type: =head2
24340 #: ../fish/guestfish-actions.pod:851
24341 msgid "drop-caches"
24342 msgstr ""
24343
24344 # type: verbatim
24345 #. type: verbatim
24346 #: ../fish/guestfish-actions.pod:853
24347 #, no-wrap
24348 msgid ""
24349 " drop-caches whattodrop\n"
24350 "\n"
24351 msgstr ""
24352
24353 # type: =head2
24354 #. type: =head2
24355 #: ../fish/guestfish-actions.pod:865
24356 msgid "du"
24357 msgstr ""
24358
24359 # type: verbatim
24360 #. type: verbatim
24361 #: ../fish/guestfish-actions.pod:867
24362 #, no-wrap
24363 msgid ""
24364 " du path\n"
24365 "\n"
24366 msgstr ""
24367
24368 # type: =head2
24369 #. type: =head2
24370 #: ../fish/guestfish-actions.pod:879
24371 msgid "e2fsck-f"
24372 msgstr ""
24373
24374 # type: verbatim
24375 #. type: verbatim
24376 #: ../fish/guestfish-actions.pod:881
24377 #, no-wrap
24378 msgid ""
24379 " e2fsck-f device\n"
24380 "\n"
24381 msgstr ""
24382
24383 # type: textblock
24384 #. type: textblock
24385 #: ../fish/guestfish-actions.pod:887
24386 msgid ""
24387 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24388 "should use L</fsck>."
24389 msgstr ""
24390
24391 # type: =head2
24392 #. type: =head2
24393 #: ../fish/guestfish-actions.pod:890
24394 msgid "echo-daemon"
24395 msgstr ""
24396
24397 # type: verbatim
24398 #. type: verbatim
24399 #: ../fish/guestfish-actions.pod:892
24400 #, no-wrap
24401 msgid ""
24402 " echo-daemon 'words ...'\n"
24403 "\n"
24404 msgstr ""
24405
24406 # type: textblock
24407 #. type: textblock
24408 #: ../fish/guestfish-actions.pod:899
24409 msgid "See also L</ping-daemon>."
24410 msgstr ""
24411
24412 # type: =head2
24413 #. type: =head2
24414 #: ../fish/guestfish-actions.pod:901
24415 msgid "egrep"
24416 msgstr ""
24417
24418 # type: verbatim
24419 #. type: verbatim
24420 #: ../fish/guestfish-actions.pod:903
24421 #, no-wrap
24422 msgid ""
24423 " egrep regex path\n"
24424 "\n"
24425 msgstr ""
24426
24427 # type: =head2
24428 #. type: =head2
24429 #: ../fish/guestfish-actions.pod:911
24430 msgid "egrepi"
24431 msgstr ""
24432
24433 # type: verbatim
24434 #. type: verbatim
24435 #: ../fish/guestfish-actions.pod:913
24436 #, no-wrap
24437 msgid ""
24438 " egrepi regex path\n"
24439 "\n"
24440 msgstr ""
24441
24442 # type: =head2
24443 #. type: =head2
24444 #: ../fish/guestfish-actions.pod:921
24445 msgid "equal"
24446 msgstr ""
24447
24448 # type: verbatim
24449 #. type: verbatim
24450 #: ../fish/guestfish-actions.pod:923
24451 #, no-wrap
24452 msgid ""
24453 " equal file1 file2\n"
24454 "\n"
24455 msgstr ""
24456
24457 # type: =head2
24458 #. type: =head2
24459 #: ../fish/guestfish-actions.pod:930
24460 msgid "exists"
24461 msgstr ""
24462
24463 # type: verbatim
24464 #. type: verbatim
24465 #: ../fish/guestfish-actions.pod:932
24466 #, no-wrap
24467 msgid ""
24468 " exists path\n"
24469 "\n"
24470 msgstr ""
24471
24472 # type: textblock
24473 #. type: textblock
24474 #: ../fish/guestfish-actions.pod:937
24475 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24476 msgstr ""
24477
24478 # type: =head2
24479 #. type: =head2
24480 #: ../fish/guestfish-actions.pod:939
24481 msgid "fallocate"
24482 msgstr ""
24483
24484 # type: verbatim
24485 #. type: verbatim
24486 #: ../fish/guestfish-actions.pod:941
24487 #, no-wrap
24488 msgid ""
24489 " fallocate path len\n"
24490 "\n"
24491 msgstr ""
24492
24493 #. type: textblock
24494 #: ../fish/guestfish-actions.pod:951
24495 msgid ""
24496 "This function is deprecated.  In new code, use the L</fallocate64> call "
24497 "instead."
24498 msgstr ""
24499
24500 # type: =head2
24501 #. type: =head2
24502 #: ../fish/guestfish-actions.pod:958
24503 msgid "fallocate64"
24504 msgstr ""
24505
24506 # type: verbatim
24507 #. type: verbatim
24508 #: ../fish/guestfish-actions.pod:960
24509 #, no-wrap
24510 msgid ""
24511 " fallocate64 path len\n"
24512 "\n"
24513 msgstr ""
24514
24515 # type: textblock
24516 #. type: textblock
24517 #: ../fish/guestfish-actions.pod:966
24518 msgid ""
24519 "Note that this call allocates disk blocks for the file.  To create a sparse "
24520 "file use L</truncate-size> instead."
24521 msgstr ""
24522
24523 # type: textblock
24524 #. type: textblock
24525 #: ../fish/guestfish-actions.pod:969
24526 msgid ""
24527 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24528 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24529 "maximum size of files created through that call to 1GB."
24530 msgstr ""
24531
24532 # type: =head2
24533 #. type: =head2
24534 #: ../fish/guestfish-actions.pod:978
24535 msgid "fgrep"
24536 msgstr ""
24537
24538 # type: verbatim
24539 #. type: verbatim
24540 #: ../fish/guestfish-actions.pod:980
24541 #, no-wrap
24542 msgid ""
24543 " fgrep pattern path\n"
24544 "\n"
24545 msgstr ""
24546
24547 # type: =head2
24548 #. type: =head2
24549 #: ../fish/guestfish-actions.pod:988
24550 msgid "fgrepi"
24551 msgstr ""
24552
24553 # type: verbatim
24554 #. type: verbatim
24555 #: ../fish/guestfish-actions.pod:990
24556 #, no-wrap
24557 msgid ""
24558 " fgrepi pattern path\n"
24559 "\n"
24560 msgstr ""
24561
24562 # type: =head2
24563 #. type: =head2
24564 #: ../fish/guestfish-actions.pod:998
24565 msgid "file"
24566 msgstr ""
24567
24568 # type: verbatim
24569 #. type: verbatim
24570 #: ../fish/guestfish-actions.pod:1000
24571 #, no-wrap
24572 msgid ""
24573 " file path\n"
24574 "\n"
24575 msgstr ""
24576
24577 #. type: textblock
24578 #: ../fish/guestfish-actions.pod:1016
24579 msgid ""
24580 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
24581 "(etc)."
24582 msgstr ""
24583
24584 # type: =head2
24585 #. type: =head2
24586 #: ../fish/guestfish-actions.pod:1019
24587 msgid "file-architecture"
24588 msgstr ""
24589
24590 # type: verbatim
24591 #. type: verbatim
24592 #: ../fish/guestfish-actions.pod:1021
24593 #, no-wrap
24594 msgid ""
24595 " file-architecture filename\n"
24596 "\n"
24597 msgstr ""
24598
24599 # type: =head2
24600 #. type: =head2
24601 #: ../fish/guestfish-actions.pod:1124
24602 msgid "filesize"
24603 msgstr ""
24604
24605 # type: verbatim
24606 #. type: verbatim
24607 #: ../fish/guestfish-actions.pod:1126
24608 #, no-wrap
24609 msgid ""
24610 " filesize file\n"
24611 "\n"
24612 msgstr ""
24613
24614 # type: textblock
24615 #. type: textblock
24616 #: ../fish/guestfish-actions.pod:1130
24617 msgid ""
24618 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24619 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24620 msgstr ""
24621
24622 # type: =head2
24623 #. type: =head2
24624 #: ../fish/guestfish-actions.pod:1134
24625 msgid "fill"
24626 msgstr ""
24627
24628 # type: verbatim
24629 #. type: verbatim
24630 #: ../fish/guestfish-actions.pod:1136
24631 #, no-wrap
24632 msgid ""
24633 " fill c len path\n"
24634 "\n"
24635 msgstr ""
24636
24637 # type: textblock
24638 #. type: textblock
24639 #: ../fish/guestfish-actions.pod:1142
24640 msgid ""
24641 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24642 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24643 "L</fill-pattern>."
24644 msgstr ""
24645
24646 # type: =head2
24647 #. type: =head2
24648 #: ../fish/guestfish-actions.pod:1147
24649 msgid "fill-pattern"
24650 msgstr ""
24651
24652 # type: verbatim
24653 #. type: verbatim
24654 #: ../fish/guestfish-actions.pod:1149
24655 #, no-wrap
24656 msgid ""
24657 " fill-pattern pattern len path\n"
24658 "\n"
24659 msgstr ""
24660
24661 # type: textblock
24662 #. type: textblock
24663 #: ../fish/guestfish-actions.pod:1151
24664 msgid ""
24665 "This function is like L</fill> except that it creates a new file of length "
24666 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24667 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24668 "bytes."
24669 msgstr ""
24670
24671 # type: =head2
24672 #. type: =head2
24673 #: ../fish/guestfish-actions.pod:1156
24674 msgid "find"
24675 msgstr ""
24676
24677 # type: verbatim
24678 #. type: verbatim
24679 #: ../fish/guestfish-actions.pod:1158
24680 #, no-wrap
24681 msgid ""
24682 " find directory\n"
24683 "\n"
24684 msgstr ""
24685
24686 # type: textblock
24687 #. type: textblock
24688 #: ../fish/guestfish-actions.pod:1172
24689 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24690 msgstr ""
24691
24692 # type: textblock
24693 #. type: textblock
24694 #: ../fish/guestfish-actions.pod:1185
24695 msgid "See also L</find0>."
24696 msgstr ""
24697
24698 # type: =head2
24699 #. type: =head2
24700 #: ../fish/guestfish-actions.pod:1190
24701 msgid "find0"
24702 msgstr ""
24703
24704 # type: verbatim
24705 #. type: verbatim
24706 #: ../fish/guestfish-actions.pod:1192
24707 #, no-wrap
24708 msgid ""
24709 " find0 directory (files|-)\n"
24710 "\n"
24711 msgstr ""
24712
24713 # type: textblock
24714 #. type: textblock
24715 #: ../fish/guestfish-actions.pod:1198
24716 msgid ""
24717 "This command works the same way as L</find> with the following exceptions:"
24718 msgstr ""
24719
24720 # type: =head2
24721 #. type: =head2
24722 #: ../fish/guestfish-actions.pod:1225
24723 msgid "findfs-label"
24724 msgstr ""
24725
24726 # type: verbatim
24727 #. type: verbatim
24728 #: ../fish/guestfish-actions.pod:1227
24729 #, no-wrap
24730 msgid ""
24731 " findfs-label label\n"
24732 "\n"
24733 msgstr ""
24734
24735 # type: textblock
24736 #. type: textblock
24737 #: ../fish/guestfish-actions.pod:1233
24738 msgid "To find the label of a filesystem, use L</vfs-label>."
24739 msgstr ""
24740
24741 # type: =head2
24742 #. type: =head2
24743 #: ../fish/guestfish-actions.pod:1235
24744 msgid "findfs-uuid"
24745 msgstr ""
24746
24747 # type: verbatim
24748 #. type: verbatim
24749 #: ../fish/guestfish-actions.pod:1237
24750 #, no-wrap
24751 msgid ""
24752 " findfs-uuid uuid\n"
24753 "\n"
24754 msgstr ""
24755
24756 # type: textblock
24757 #. type: textblock
24758 #: ../fish/guestfish-actions.pod:1243
24759 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24760 msgstr ""
24761
24762 # type: =head2
24763 #. type: =head2
24764 #: ../fish/guestfish-actions.pod:1245
24765 msgid "fsck"
24766 msgstr ""
24767
24768 # type: verbatim
24769 #. type: verbatim
24770 #: ../fish/guestfish-actions.pod:1247
24771 #, no-wrap
24772 msgid ""
24773 " fsck fstype device\n"
24774 "\n"
24775 msgstr ""
24776
24777 # type: =head2
24778 #. type: =head2
24779 #: ../fish/guestfish-actions.pod:1277
24780 msgid "get-append"
24781 msgstr ""
24782
24783 # type: verbatim
24784 #. type: verbatim
24785 #: ../fish/guestfish-actions.pod:1279
24786 #, no-wrap
24787 msgid ""
24788 " get-append\n"
24789 "\n"
24790 msgstr ""
24791
24792 # type: =head2
24793 #. type: =head2
24794 #: ../fish/guestfish-actions.pod:1286
24795 msgid "get-autosync"
24796 msgstr ""
24797
24798 # type: verbatim
24799 #. type: verbatim
24800 #: ../fish/guestfish-actions.pod:1288
24801 #, no-wrap
24802 msgid ""
24803 " get-autosync\n"
24804 "\n"
24805 msgstr ""
24806
24807 # type: =head2
24808 #. type: =head2
24809 #: ../fish/guestfish-actions.pod:1292
24810 msgid "get-direct"
24811 msgstr ""
24812
24813 # type: verbatim
24814 #. type: verbatim
24815 #: ../fish/guestfish-actions.pod:1294
24816 #, no-wrap
24817 msgid ""
24818 " get-direct\n"
24819 "\n"
24820 msgstr ""
24821
24822 # type: =head2
24823 #. type: =head2
24824 #: ../fish/guestfish-actions.pod:1298
24825 msgid "get-e2label"
24826 msgstr ""
24827
24828 # type: verbatim
24829 #. type: verbatim
24830 #: ../fish/guestfish-actions.pod:1300
24831 #, no-wrap
24832 msgid ""
24833 " get-e2label device\n"
24834 "\n"
24835 msgstr ""
24836
24837 #. type: textblock
24838 #: ../fish/guestfish-actions.pod:1305
24839 msgid ""
24840 "This function is deprecated.  In new code, use the L</vfs_label> call "
24841 "instead."
24842 msgstr ""
24843
24844 # type: =head2
24845 #. type: =head2
24846 #: ../fish/guestfish-actions.pod:1312
24847 msgid "get-e2uuid"
24848 msgstr ""
24849
24850 # type: verbatim
24851 #. type: verbatim
24852 #: ../fish/guestfish-actions.pod:1314
24853 #, no-wrap
24854 msgid ""
24855 " get-e2uuid device\n"
24856 "\n"
24857 msgstr ""
24858
24859 #. type: textblock
24860 #: ../fish/guestfish-actions.pod:1319
24861 msgid ""
24862 "This function is deprecated.  In new code, use the L</vfs_uuid> call instead."
24863 msgstr ""
24864
24865 # type: =head2
24866 #. type: =head2
24867 #: ../fish/guestfish-actions.pod:1326
24868 msgid "get-memsize"
24869 msgstr ""
24870
24871 # type: verbatim
24872 #. type: verbatim
24873 #: ../fish/guestfish-actions.pod:1328
24874 #, no-wrap
24875 msgid ""
24876 " get-memsize\n"
24877 "\n"
24878 msgstr ""
24879
24880 # type: textblock
24881 #. type: textblock
24882 #: ../fish/guestfish-actions.pod:1333
24883 msgid ""
24884 "If L</set-memsize> was not called on this handle, and if "
24885 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24886 "value for memsize."
24887 msgstr ""
24888
24889 # type: =head2
24890 #. type: =head2
24891 #: ../fish/guestfish-actions.pod:1340
24892 msgid "get-network"
24893 msgstr ""
24894
24895 # type: verbatim
24896 #. type: verbatim
24897 #: ../fish/guestfish-actions.pod:1342
24898 #, no-wrap
24899 msgid ""
24900 " get-network\n"
24901 "\n"
24902 msgstr ""
24903
24904 # type: =head2
24905 #. type: =head2
24906 #: ../fish/guestfish-actions.pod:1346
24907 msgid "get-path"
24908 msgstr ""
24909
24910 # type: verbatim
24911 #. type: verbatim
24912 #: ../fish/guestfish-actions.pod:1348
24913 #, no-wrap
24914 msgid ""
24915 " get-path\n"
24916 "\n"
24917 msgstr ""
24918
24919 # type: =head2
24920 #. type: =head2
24921 #: ../fish/guestfish-actions.pod:1355
24922 msgid "get-pid"
24923 msgstr ""
24924
24925 # type: =head2
24926 #. type: =head2
24927 #: ../fish/guestfish-actions.pod:1357
24928 msgid "pid"
24929 msgstr ""
24930
24931 # type: verbatim
24932 #. type: verbatim
24933 #: ../fish/guestfish-actions.pod:1359
24934 #, no-wrap
24935 msgid ""
24936 " get-pid\n"
24937 "\n"
24938 msgstr ""
24939
24940 # type: =head2
24941 #. type: =head2
24942 #: ../fish/guestfish-actions.pod:1366
24943 msgid "get-qemu"
24944 msgstr ""
24945
24946 # type: verbatim
24947 #. type: verbatim
24948 #: ../fish/guestfish-actions.pod:1368
24949 #, no-wrap
24950 msgid ""
24951 " get-qemu\n"
24952 "\n"
24953 msgstr ""
24954
24955 # type: =head2
24956 #. type: =head2
24957 #: ../fish/guestfish-actions.pod:1375
24958 msgid "get-recovery-proc"
24959 msgstr ""
24960
24961 # type: verbatim
24962 #. type: verbatim
24963 #: ../fish/guestfish-actions.pod:1377
24964 #, no-wrap
24965 msgid ""
24966 " get-recovery-proc\n"
24967 "\n"
24968 msgstr ""
24969
24970 # type: =head2
24971 #. type: =head2
24972 #: ../fish/guestfish-actions.pod:1381
24973 msgid "get-selinux"
24974 msgstr ""
24975
24976 # type: verbatim
24977 #. type: verbatim
24978 #: ../fish/guestfish-actions.pod:1383
24979 #, no-wrap
24980 msgid ""
24981 " get-selinux\n"
24982 "\n"
24983 msgstr ""
24984
24985 # type: textblock
24986 #. type: textblock
24987 #: ../fish/guestfish-actions.pod:1385
24988 msgid ""
24989 "This returns the current setting of the selinux flag which is passed to the "
24990 "appliance at boot time.  See L</set-selinux>."
24991 msgstr ""
24992
24993 # type: =head2
24994 #. type: =head2
24995 #: ../fish/guestfish-actions.pod:1391
24996 msgid "get-state"
24997 msgstr ""
24998
24999 # type: verbatim
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:1393
25002 #, no-wrap
25003 msgid ""
25004 " get-state\n"
25005 "\n"
25006 msgstr ""
25007
25008 # type: =head2
25009 #. type: =head2
25010 #: ../fish/guestfish-actions.pod:1400
25011 msgid "get-trace"
25012 msgstr ""
25013
25014 # type: verbatim
25015 #. type: verbatim
25016 #: ../fish/guestfish-actions.pod:1402
25017 #, no-wrap
25018 msgid ""
25019 " get-trace\n"
25020 "\n"
25021 msgstr ""
25022
25023 # type: =head2
25024 #. type: =head2
25025 #: ../fish/guestfish-actions.pod:1406
25026 msgid "get-umask"
25027 msgstr ""
25028
25029 # type: verbatim
25030 #. type: verbatim
25031 #: ../fish/guestfish-actions.pod:1408
25032 #, no-wrap
25033 msgid ""
25034 " get-umask\n"
25035 "\n"
25036 msgstr ""
25037
25038 # type: textblock
25039 #. type: textblock
25040 #: ../fish/guestfish-actions.pod:1410
25041 msgid ""
25042 "Return the current umask.  By default the umask is C<022> unless it has been "
25043 "set by calling L</umask>."
25044 msgstr ""
25045
25046 # type: =head2
25047 #. type: =head2
25048 #: ../fish/guestfish-actions.pod:1413
25049 msgid "get-verbose"
25050 msgstr ""
25051
25052 # type: verbatim
25053 #. type: verbatim
25054 #: ../fish/guestfish-actions.pod:1415
25055 #, no-wrap
25056 msgid ""
25057 " get-verbose\n"
25058 "\n"
25059 msgstr ""
25060
25061 # type: =head2
25062 #. type: =head2
25063 #: ../fish/guestfish-actions.pod:1419
25064 msgid "getcon"
25065 msgstr ""
25066
25067 # type: verbatim
25068 #. type: verbatim
25069 #: ../fish/guestfish-actions.pod:1421
25070 #, no-wrap
25071 msgid ""
25072 " getcon\n"
25073 "\n"
25074 msgstr ""
25075
25076 # type: textblock
25077 #. type: textblock
25078 #: ../fish/guestfish-actions.pod:1425
25079 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
25080 msgstr ""
25081
25082 # type: =head2
25083 #. type: =head2
25084 #: ../fish/guestfish-actions.pod:1428
25085 msgid "getxattr"
25086 msgstr ""
25087
25088 # type: verbatim
25089 #. type: verbatim
25090 #: ../fish/guestfish-actions.pod:1430
25091 #, no-wrap
25092 msgid ""
25093 " getxattr path name\n"
25094 "\n"
25095 msgstr ""
25096
25097 # type: textblock
25098 #. type: textblock
25099 #: ../fish/guestfish-actions.pod:1432
25100 msgid ""
25101 "Get a single extended attribute from file C<path> named C<name>.  This call "
25102 "follows symlinks.  If you want to lookup an extended attribute for the "
25103 "symlink itself, use L</lgetxattr>."
25104 msgstr ""
25105
25106 # type: textblock
25107 #. type: textblock
25108 #: ../fish/guestfish-actions.pod:1436 ../fish/guestfish-actions.pod:2267
25109 msgid ""
25110 "Normally it is better to get all extended attributes from a file in one go "
25111 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25112 "buggy and do not provide a way to list out attributes.  For these "
25113 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25114 "attributes you want in advance and call this function."
25115 msgstr ""
25116
25117 # type: textblock
25118 #. type: textblock
25119 #: ../fish/guestfish-actions.pod:1446
25120 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25121 msgstr ""
25122
25123 # type: =head2
25124 #. type: =head2
25125 #: ../fish/guestfish-actions.pod:1448
25126 msgid "getxattrs"
25127 msgstr ""
25128
25129 # type: verbatim
25130 #. type: verbatim
25131 #: ../fish/guestfish-actions.pod:1450
25132 #, no-wrap
25133 msgid ""
25134 " getxattrs path\n"
25135 "\n"
25136 msgstr ""
25137
25138 # type: textblock
25139 #. type: textblock
25140 #: ../fish/guestfish-actions.pod:1458
25141 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25142 msgstr ""
25143
25144 # type: =head2
25145 #. type: =head2
25146 #: ../fish/guestfish-actions.pod:1460
25147 msgid "glob-expand"
25148 msgstr ""
25149
25150 # type: verbatim
25151 #. type: verbatim
25152 #: ../fish/guestfish-actions.pod:1462
25153 #, no-wrap
25154 msgid ""
25155 " glob-expand pattern\n"
25156 "\n"
25157 msgstr ""
25158
25159 # type: =head2
25160 #. type: =head2
25161 #: ../fish/guestfish-actions.pod:1475
25162 msgid "grep"
25163 msgstr ""
25164
25165 # type: verbatim
25166 #. type: verbatim
25167 #: ../fish/guestfish-actions.pod:1477
25168 #, no-wrap
25169 msgid ""
25170 " grep regex path\n"
25171 "\n"
25172 msgstr ""
25173
25174 # type: =head2
25175 #. type: =head2
25176 #: ../fish/guestfish-actions.pod:1485
25177 msgid "grepi"
25178 msgstr ""
25179
25180 # type: verbatim
25181 #. type: verbatim
25182 #: ../fish/guestfish-actions.pod:1487
25183 #, no-wrap
25184 msgid ""
25185 " grepi regex path\n"
25186 "\n"
25187 msgstr ""
25188
25189 # type: =head2
25190 #. type: =head2
25191 #: ../fish/guestfish-actions.pod:1495
25192 msgid "grub-install"
25193 msgstr ""
25194
25195 # type: verbatim
25196 #. type: verbatim
25197 #: ../fish/guestfish-actions.pod:1497
25198 #, no-wrap
25199 msgid ""
25200 " grub-install root device\n"
25201 "\n"
25202 msgstr ""
25203
25204 # type: =head2
25205 #. type: =head2
25206 #: ../fish/guestfish-actions.pod:1513
25207 msgid "head"
25208 msgstr ""
25209
25210 # type: verbatim
25211 #. type: verbatim
25212 #: ../fish/guestfish-actions.pod:1515
25213 #, no-wrap
25214 msgid ""
25215 " head path\n"
25216 "\n"
25217 msgstr ""
25218
25219 # type: =head2
25220 #. type: =head2
25221 #: ../fish/guestfish-actions.pod:1523
25222 msgid "head-n"
25223 msgstr ""
25224
25225 # type: verbatim
25226 #. type: verbatim
25227 #: ../fish/guestfish-actions.pod:1525
25228 #, no-wrap
25229 msgid ""
25230 " head-n nrlines path\n"
25231 "\n"
25232 msgstr ""
25233
25234 # type: =head2
25235 #. type: =head2
25236 #: ../fish/guestfish-actions.pod:1538
25237 msgid "hexdump"
25238 msgstr ""
25239
25240 # type: verbatim
25241 #. type: verbatim
25242 #: ../fish/guestfish-actions.pod:1540
25243 #, no-wrap
25244 msgid ""
25245 " hexdump path\n"
25246 "\n"
25247 msgstr ""
25248
25249 # type: =head2
25250 #. type: =head2
25251 #: ../fish/guestfish-actions.pod:1548
25252 msgid "initrd-cat"
25253 msgstr ""
25254
25255 # type: verbatim
25256 #. type: verbatim
25257 #: ../fish/guestfish-actions.pod:1550
25258 #, no-wrap
25259 msgid ""
25260 " initrd-cat initrdpath filename\n"
25261 "\n"
25262 msgstr ""
25263
25264 # type: textblock
25265 #. type: textblock
25266 #: ../fish/guestfish-actions.pod:1562
25267 msgid "See also L</initrd-list>."
25268 msgstr ""
25269
25270 # type: =head2
25271 #. type: =head2
25272 #: ../fish/guestfish-actions.pod:1567
25273 msgid "initrd-list"
25274 msgstr ""
25275
25276 # type: verbatim
25277 #. type: verbatim
25278 #: ../fish/guestfish-actions.pod:1569
25279 #, no-wrap
25280 msgid ""
25281 " initrd-list path\n"
25282 "\n"
25283 msgstr ""
25284
25285 # type: =head2
25286 #. type: =head2
25287 #: ../fish/guestfish-actions.pod:1581
25288 msgid "inotify-add-watch"
25289 msgstr ""
25290
25291 # type: verbatim
25292 #. type: verbatim
25293 #: ../fish/guestfish-actions.pod:1583
25294 #, no-wrap
25295 msgid ""
25296 " inotify-add-watch path mask\n"
25297 "\n"
25298 msgstr ""
25299
25300 # type: =head2
25301 #. type: =head2
25302 #: ../fish/guestfish-actions.pod:1595
25303 msgid "inotify-close"
25304 msgstr ""
25305
25306 # type: verbatim
25307 #. type: verbatim
25308 #: ../fish/guestfish-actions.pod:1597
25309 #, no-wrap
25310 msgid ""
25311 " inotify-close\n"
25312 "\n"
25313 msgstr ""
25314
25315 # type: =head2
25316 #. type: =head2
25317 #: ../fish/guestfish-actions.pod:1603
25318 msgid "inotify-files"
25319 msgstr ""
25320
25321 # type: verbatim
25322 #. type: verbatim
25323 #: ../fish/guestfish-actions.pod:1605
25324 #, no-wrap
25325 msgid ""
25326 " inotify-files\n"
25327 "\n"
25328 msgstr ""
25329
25330 # type: textblock
25331 #. type: textblock
25332 #: ../fish/guestfish-actions.pod:1607
25333 msgid ""
25334 "This function is a helpful wrapper around L</inotify-read> which just "
25335 "returns a list of pathnames of objects that were touched.  The returned "
25336 "pathnames are sorted and deduplicated."
25337 msgstr ""
25338
25339 # type: =head2
25340 #. type: =head2
25341 #: ../fish/guestfish-actions.pod:1611
25342 msgid "inotify-init"
25343 msgstr ""
25344
25345 # type: verbatim
25346 #. type: verbatim
25347 #: ../fish/guestfish-actions.pod:1613
25348 #, no-wrap
25349 msgid ""
25350 " inotify-init maxevents\n"
25351 "\n"
25352 msgstr ""
25353
25354 # type: textblock
25355 #. type: textblock
25356 #: ../fish/guestfish-actions.pod:1619
25357 msgid ""
25358 "C<maxevents> is the maximum number of events which will be queued up between "
25359 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25360 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25361 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25362 "but records the fact that it threw them away by setting a flag "
25363 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25364 msgstr ""
25365
25366 # type: textblock
25367 #. type: textblock
25368 #: ../fish/guestfish-actions.pod:1629
25369 msgid ""
25370 "Before any events are generated, you have to add some watches to the "
25371 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25372 "L</inotify-watch-all>."
25373 msgstr ""
25374
25375 # type: textblock
25376 #. type: textblock
25377 #: ../fish/guestfish-actions.pod:1635
25378 msgid ""
25379 "Queued up events should be read periodically by calling L</inotify-read> (or "
25380 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25381 "If you don't read the events out often enough then you risk the internal "
25382 "queue overflowing."
25383 msgstr ""
25384
25385 # type: textblock
25386 #. type: textblock
25387 #: ../fish/guestfish-actions.pod:1642
25388 msgid ""
25389 "The handle should be closed after use by calling L</inotify-close>.  This "
25390 "also removes any watches automatically."
25391 msgstr ""
25392
25393 # type: =head2
25394 #. type: =head2
25395 #: ../fish/guestfish-actions.pod:1651
25396 msgid "inotify-read"
25397 msgstr ""
25398
25399 # type: verbatim
25400 #. type: verbatim
25401 #: ../fish/guestfish-actions.pod:1653
25402 #, no-wrap
25403 msgid ""
25404 " inotify-read\n"
25405 "\n"
25406 msgstr ""
25407
25408 # type: =head2
25409 #. type: =head2
25410 #: ../fish/guestfish-actions.pod:1666
25411 msgid "inotify-rm-watch"
25412 msgstr ""
25413
25414 # type: verbatim
25415 #. type: verbatim
25416 #: ../fish/guestfish-actions.pod:1668
25417 #, no-wrap
25418 msgid ""
25419 " inotify-rm-watch wd\n"
25420 "\n"
25421 msgstr ""
25422
25423 # type: textblock
25424 #. type: textblock
25425 #: ../fish/guestfish-actions.pod:1670
25426 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25427 msgstr ""
25428
25429 # type: =head2
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:1673
25432 msgid "inspect-get-arch"
25433 msgstr ""
25434
25435 # type: verbatim
25436 #. type: verbatim
25437 #: ../fish/guestfish-actions.pod:1675
25438 #, no-wrap
25439 msgid ""
25440 " inspect-get-arch root\n"
25441 "\n"
25442 msgstr ""
25443
25444 # type: textblock
25445 #. type: textblock
25446 #: ../fish/guestfish-actions.pod:1677 ../fish/guestfish-actions.pod:1693
25447 #: ../fish/guestfish-actions.pod:1767 ../fish/guestfish-actions.pod:1785
25448 #: ../fish/guestfish-actions.pod:1800 ../fish/guestfish-actions.pod:1821
25449 #: ../fish/guestfish-actions.pod:1836 ../fish/guestfish-actions.pod:1863
25450 #: ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1909
25451 #: ../fish/guestfish-actions.pod:1939 ../fish/guestfish-actions.pod:1974
25452 #: ../fish/guestfish-actions.pod:1990
25453 msgid ""
25454 "This function should only be called with a root device string as returned by "
25455 "L</inspect-os>."
25456 msgstr ""
25457
25458 # type: textblock
25459 #. type: textblock
25460 #: ../fish/guestfish-actions.pod:1680
25461 msgid ""
25462 "This returns the architecture of the inspected operating system.  The "
25463 "possible return values are listed under L</file-architecture>."
25464 msgstr ""
25465
25466 # type: =head2
25467 #. type: =head2
25468 #: ../fish/guestfish-actions.pod:1689
25469 msgid "inspect-get-distro"
25470 msgstr ""
25471
25472 # type: verbatim
25473 #. type: verbatim
25474 #: ../fish/guestfish-actions.pod:1691
25475 #, no-wrap
25476 msgid ""
25477 " inspect-get-distro root\n"
25478 "\n"
25479 msgstr ""
25480
25481 # type: =head2
25482 #. type: =head2
25483 #: ../fish/guestfish-actions.pod:1763
25484 msgid "inspect-get-filesystems"
25485 msgstr ""
25486
25487 # type: verbatim
25488 #. type: verbatim
25489 #: ../fish/guestfish-actions.pod:1765
25490 #, no-wrap
25491 msgid ""
25492 " inspect-get-filesystems root\n"
25493 "\n"
25494 msgstr ""
25495
25496 # type: textblock
25497 #. type: textblock
25498 #: ../fish/guestfish-actions.pod:1778
25499 msgid ""
25500 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25501 "get-mountpoints>."
25502 msgstr ""
25503
25504 # type: =head2
25505 #. type: =head2
25506 #: ../fish/guestfish-actions.pod:1781
25507 msgid "inspect-get-hostname"
25508 msgstr ""
25509
25510 # type: verbatim
25511 #. type: verbatim
25512 #: ../fish/guestfish-actions.pod:1783
25513 #, no-wrap
25514 msgid ""
25515 " inspect-get-hostname root\n"
25516 "\n"
25517 msgstr ""
25518
25519 # type: =head2
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:1796
25522 msgid "inspect-get-major-version"
25523 msgstr ""
25524
25525 # type: verbatim
25526 #. type: verbatim
25527 #: ../fish/guestfish-actions.pod:1798
25528 #, no-wrap
25529 msgid ""
25530 " inspect-get-major-version root\n"
25531 "\n"
25532 msgstr ""
25533
25534 # type: =head2
25535 #. type: =head2
25536 #: ../fish/guestfish-actions.pod:1817
25537 msgid "inspect-get-minor-version"
25538 msgstr ""
25539
25540 # type: verbatim
25541 #. type: verbatim
25542 #: ../fish/guestfish-actions.pod:1819
25543 #, no-wrap
25544 msgid ""
25545 " inspect-get-minor-version root\n"
25546 "\n"
25547 msgstr ""
25548
25549 # type: textblock
25550 #. type: textblock
25551 #: ../fish/guestfish-actions.pod:1829
25552 msgid ""
25553 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25554 "get-major-version>."
25555 msgstr ""
25556
25557 # type: =head2
25558 #. type: =head2
25559 #: ../fish/guestfish-actions.pod:1832
25560 msgid "inspect-get-mountpoints"
25561 msgstr ""
25562
25563 # type: verbatim
25564 #. type: verbatim
25565 #: ../fish/guestfish-actions.pod:1834
25566 #, no-wrap
25567 msgid ""
25568 " inspect-get-mountpoints root\n"
25569 "\n"
25570 msgstr ""
25571
25572 # type: textblock
25573 #. type: textblock
25574 #: ../fish/guestfish-actions.pod:1856
25575 msgid ""
25576 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25577 "get-filesystems>."
25578 msgstr ""
25579
25580 # type: =head2
25581 #. type: =head2
25582 #: ../fish/guestfish-actions.pod:1859
25583 msgid "inspect-get-package-format"
25584 msgstr ""
25585
25586 # type: verbatim
25587 #. type: verbatim
25588 #: ../fish/guestfish-actions.pod:1861
25589 #, no-wrap
25590 msgid ""
25591 " inspect-get-package-format root\n"
25592 "\n"
25593 msgstr ""
25594
25595 # type: textblock
25596 #. type: textblock
25597 #: ../fish/guestfish-actions.pod:1866
25598 msgid ""
25599 "This function and L</inspect-get-package-management> return the package "
25600 "format and package management tool used by the inspected operating system.  "
25601 "For example for Fedora these functions would return C<rpm> (package format) "
25602 "and C<yum> (package management)."
25603 msgstr ""
25604
25605 # type: =head2
25606 #. type: =head2
25607 #: ../fish/guestfish-actions.pod:1881
25608 msgid "inspect-get-package-management"
25609 msgstr ""
25610
25611 # type: verbatim
25612 #. type: verbatim
25613 #: ../fish/guestfish-actions.pod:1883
25614 #, no-wrap
25615 msgid ""
25616 " inspect-get-package-management root\n"
25617 "\n"
25618 msgstr ""
25619
25620 # type: textblock
25621 #. type: textblock
25622 #: ../fish/guestfish-actions.pod:1888
25623 msgid ""
25624 "L</inspect-get-package-format> and this function return the package format "
25625 "and package management tool used by the inspected operating system.  For "
25626 "example for Fedora these functions would return C<rpm> (package format) and "
25627 "C<yum> (package management)."
25628 msgstr ""
25629
25630 # type: =head2
25631 #. type: =head2
25632 #: ../fish/guestfish-actions.pod:1905
25633 msgid "inspect-get-product-name"
25634 msgstr ""
25635
25636 # type: verbatim
25637 #. type: verbatim
25638 #: ../fish/guestfish-actions.pod:1907
25639 #, no-wrap
25640 msgid ""
25641 " inspect-get-product-name root\n"
25642 "\n"
25643 msgstr ""
25644
25645 # type: =head2
25646 #. type: =head2
25647 #: ../fish/guestfish-actions.pod:1922
25648 msgid "inspect-get-roots"
25649 msgstr ""
25650
25651 # type: verbatim
25652 #. type: verbatim
25653 #: ../fish/guestfish-actions.pod:1924
25654 #, no-wrap
25655 msgid ""
25656 " inspect-get-roots\n"
25657 "\n"
25658 msgstr ""
25659
25660 # type: textblock
25661 #. type: textblock
25662 #: ../fish/guestfish-actions.pod:1926
25663 msgid ""
25664 "This function is a convenient way to get the list of root devices, as "
25665 "returned from a previous call to L</inspect-os>, but without redoing the "
25666 "whole inspection process."
25667 msgstr ""
25668
25669 # type: textblock
25670 #. type: textblock
25671 #: ../fish/guestfish-actions.pod:1930
25672 msgid ""
25673 "This returns an empty list if either no root devices were found or the "
25674 "caller has not called L</inspect-os>."
25675 msgstr ""
25676
25677 # type: =head2
25678 #. type: =head2
25679 #: ../fish/guestfish-actions.pod:1935
25680 msgid "inspect-get-type"
25681 msgstr ""
25682
25683 # type: verbatim
25684 #. type: verbatim
25685 #: ../fish/guestfish-actions.pod:1937
25686 #, no-wrap
25687 msgid ""
25688 " inspect-get-type root\n"
25689 "\n"
25690 msgstr ""
25691
25692 # type: =head2
25693 #. type: =head2
25694 #: ../fish/guestfish-actions.pod:1970
25695 msgid "inspect-get-windows-systemroot"
25696 msgstr ""
25697
25698 # type: verbatim
25699 #. type: verbatim
25700 #: ../fish/guestfish-actions.pod:1972
25701 #, no-wrap
25702 msgid ""
25703 " inspect-get-windows-systemroot root\n"
25704 "\n"
25705 msgstr ""
25706
25707 # type: =head2
25708 #. type: =head2
25709 #: ../fish/guestfish-actions.pod:1986
25710 msgid "inspect-list-applications"
25711 msgstr ""
25712
25713 # type: verbatim
25714 #. type: verbatim
25715 #: ../fish/guestfish-actions.pod:1988
25716 #, no-wrap
25717 msgid ""
25718 " inspect-list-applications root\n"
25719 "\n"
25720 msgstr ""
25721
25722 # type: textblock
25723 #. type: textblock
25724 #: ../fish/guestfish-actions.pod:1995
25725 msgid ""
25726 "I<Note:> This call works differently from other parts of the inspection "
25727 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25728 "then mount up the disks, before calling this.  Listing applications is a "
25729 "significantly more difficult operation which requires access to the full "
25730 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25731 "are just returning data cached in the libguestfs handle, this call actually "
25732 "reads parts of the mounted filesystems during the call."
25733 msgstr ""
25734
25735 # type: =head2
25736 #. type: =head2
25737 #: ../fish/guestfish-actions.pod:2085
25738 msgid "inspect-os"
25739 msgstr ""
25740
25741 # type: verbatim
25742 #. type: verbatim
25743 #: ../fish/guestfish-actions.pod:2087
25744 #, no-wrap
25745 msgid ""
25746 " inspect-os\n"
25747 "\n"
25748 msgstr ""
25749
25750 # type: textblock
25751 #. type: textblock
25752 #: ../fish/guestfish-actions.pod:2102
25753 msgid ""
25754 "You can pass the root string(s) returned to other L</inspect-get-*> "
25755 "functions in order to query further information about each operating system, "
25756 "such as the name and version."
25757 msgstr ""
25758
25759 # type: textblock
25760 #. type: textblock
25761 #: ../fish/guestfish-actions.pod:2107
25762 msgid ""
25763 "This function uses other libguestfs features such as L</mount-ro> and L</"
25764 "umount-all> in order to mount and unmount filesystems and look at the "
25765 "contents.  This should be called with no disks currently mounted.  The "
25766 "function may also use Augeas, so any existing Augeas handle will be closed."
25767 msgstr ""
25768
25769 # type: textblock
25770 #. type: textblock
25771 #: ../fish/guestfish-actions.pod:2119 ../fish/guestfish-actions.pod:2295
25772 #: ../fish/guestfish-actions.pod:2341
25773 msgid "See also L</list-filesystems>."
25774 msgstr ""
25775
25776 # type: =head2
25777 #. type: =head2
25778 #: ../fish/guestfish-actions.pod:2121
25779 msgid "is-blockdev"
25780 msgstr ""
25781
25782 # type: verbatim
25783 #. type: verbatim
25784 #: ../fish/guestfish-actions.pod:2123
25785 #, no-wrap
25786 msgid ""
25787 " is-blockdev path\n"
25788 "\n"
25789 msgstr ""
25790
25791 # type: textblock
25792 #. type: textblock
25793 #: ../fish/guestfish-actions.pod:2128 ../fish/guestfish-actions.pod:2146
25794 #: ../fish/guestfish-actions.pod:2165 ../fish/guestfish-actions.pod:2174
25795 #: ../fish/guestfish-actions.pod:2184 ../fish/guestfish-actions.pod:2218
25796 #: ../fish/guestfish-actions.pod:2227
25797 msgid "See also L</stat>."
25798 msgstr ""
25799
25800 # type: =head2
25801 #. type: =head2
25802 #: ../fish/guestfish-actions.pod:2130
25803 msgid "is-busy"
25804 msgstr ""
25805
25806 # type: verbatim
25807 #. type: verbatim
25808 #: ../fish/guestfish-actions.pod:2132
25809 #, no-wrap
25810 msgid ""
25811 " is-busy\n"
25812 "\n"
25813 msgstr ""
25814
25815 # type: =head2
25816 #. type: =head2
25817 #: ../fish/guestfish-actions.pod:2139
25818 msgid "is-chardev"
25819 msgstr ""
25820
25821 # type: verbatim
25822 #. type: verbatim
25823 #: ../fish/guestfish-actions.pod:2141
25824 #, no-wrap
25825 msgid ""
25826 " is-chardev path\n"
25827 "\n"
25828 msgstr ""
25829
25830 # type: =head2
25831 #. type: =head2
25832 #: ../fish/guestfish-actions.pod:2148
25833 msgid "is-config"
25834 msgstr ""
25835
25836 # type: verbatim
25837 #. type: verbatim
25838 #: ../fish/guestfish-actions.pod:2150
25839 #, no-wrap
25840 msgid ""
25841 " is-config\n"
25842 "\n"
25843 msgstr ""
25844
25845 # type: =head2
25846 #. type: =head2
25847 #: ../fish/guestfish-actions.pod:2157
25848 msgid "is-dir"
25849 msgstr ""
25850
25851 # type: verbatim
25852 #. type: verbatim
25853 #: ../fish/guestfish-actions.pod:2159
25854 #, no-wrap
25855 msgid ""
25856 " is-dir path\n"
25857 "\n"
25858 msgstr ""
25859
25860 # type: =head2
25861 #. type: =head2
25862 #: ../fish/guestfish-actions.pod:2167
25863 msgid "is-fifo"
25864 msgstr ""
25865
25866 # type: verbatim
25867 #. type: verbatim
25868 #: ../fish/guestfish-actions.pod:2169
25869 #, no-wrap
25870 msgid ""
25871 " is-fifo path\n"
25872 "\n"
25873 msgstr ""
25874
25875 # type: =head2
25876 #. type: =head2
25877 #: ../fish/guestfish-actions.pod:2176
25878 msgid "is-file"
25879 msgstr ""
25880
25881 # type: verbatim
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:2178
25884 #, no-wrap
25885 msgid ""
25886 " is-file path\n"
25887 "\n"
25888 msgstr ""
25889
25890 # type: =head2
25891 #. type: =head2
25892 #: ../fish/guestfish-actions.pod:2186
25893 msgid "is-launching"
25894 msgstr ""
25895
25896 # type: verbatim
25897 #. type: verbatim
25898 #: ../fish/guestfish-actions.pod:2188
25899 #, no-wrap
25900 msgid ""
25901 " is-launching\n"
25902 "\n"
25903 msgstr ""
25904
25905 # type: =head2
25906 #. type: =head2
25907 #: ../fish/guestfish-actions.pod:2195
25908 msgid "is-lv"
25909 msgstr ""
25910
25911 # type: verbatim
25912 #. type: verbatim
25913 #: ../fish/guestfish-actions.pod:2197
25914 #, no-wrap
25915 msgid ""
25916 " is-lv device\n"
25917 "\n"
25918 msgstr ""
25919
25920 # type: =head2
25921 #. type: =head2
25922 #: ../fish/guestfish-actions.pod:2202
25923 msgid "is-ready"
25924 msgstr ""
25925
25926 # type: verbatim
25927 #. type: verbatim
25928 #: ../fish/guestfish-actions.pod:2204
25929 #, no-wrap
25930 msgid ""
25931 " is-ready\n"
25932 "\n"
25933 msgstr ""
25934
25935 # type: =head2
25936 #. type: =head2
25937 #: ../fish/guestfish-actions.pod:2211
25938 msgid "is-socket"
25939 msgstr ""
25940
25941 # type: verbatim
25942 #. type: verbatim
25943 #: ../fish/guestfish-actions.pod:2213
25944 #, no-wrap
25945 msgid ""
25946 " is-socket path\n"
25947 "\n"
25948 msgstr ""
25949
25950 # type: =head2
25951 #. type: =head2
25952 #: ../fish/guestfish-actions.pod:2220
25953 msgid "is-symlink"
25954 msgstr ""
25955
25956 # type: verbatim
25957 #. type: verbatim
25958 #: ../fish/guestfish-actions.pod:2222
25959 #, no-wrap
25960 msgid ""
25961 " is-symlink path\n"
25962 "\n"
25963 msgstr ""
25964
25965 # type: =head2
25966 #. type: =head2
25967 #: ../fish/guestfish-actions.pod:2229
25968 msgid "kill-subprocess"
25969 msgstr ""
25970
25971 # type: verbatim
25972 #. type: verbatim
25973 #: ../fish/guestfish-actions.pod:2231
25974 #, no-wrap
25975 msgid ""
25976 " kill-subprocess\n"
25977 "\n"
25978 msgstr ""
25979
25980 # type: =head2
25981 #. type: =head2
25982 #: ../fish/guestfish-actions.pod:2235
25983 msgid "launch"
25984 msgstr ""
25985
25986 # type: =head2
25987 #. type: =head2
25988 #: ../fish/guestfish-actions.pod:2237
25989 msgid "run"
25990 msgstr ""
25991
25992 # type: verbatim
25993 #. type: verbatim
25994 #: ../fish/guestfish-actions.pod:2239
25995 #, no-wrap
25996 msgid ""
25997 " launch\n"
25998 "\n"
25999 msgstr ""
26000
26001 # type: =head2
26002 #. type: =head2
26003 #: ../fish/guestfish-actions.pod:2247
26004 msgid "lchown"
26005 msgstr ""
26006
26007 # type: verbatim
26008 #. type: verbatim
26009 #: ../fish/guestfish-actions.pod:2249
26010 #, no-wrap
26011 msgid ""
26012 " lchown owner group path\n"
26013 "\n"
26014 msgstr ""
26015
26016 # type: textblock
26017 #. type: textblock
26018 #: ../fish/guestfish-actions.pod:2251
26019 msgid ""
26020 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
26021 "chown> but if C<path> is a symlink then the link itself is changed, not the "
26022 "target."
26023 msgstr ""
26024
26025 # type: =head2
26026 #. type: =head2
26027 #: ../fish/guestfish-actions.pod:2259
26028 msgid "lgetxattr"
26029 msgstr ""
26030
26031 # type: verbatim
26032 #. type: verbatim
26033 #: ../fish/guestfish-actions.pod:2261
26034 #, no-wrap
26035 msgid ""
26036 " lgetxattr path name\n"
26037 "\n"
26038 msgstr ""
26039
26040 # type: textblock
26041 #. type: textblock
26042 #: ../fish/guestfish-actions.pod:2277
26043 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
26044 msgstr ""
26045
26046 # type: =head2
26047 #. type: =head2
26048 #: ../fish/guestfish-actions.pod:2279
26049 msgid "lgetxattrs"
26050 msgstr ""
26051
26052 # type: verbatim
26053 #. type: verbatim
26054 #: ../fish/guestfish-actions.pod:2281
26055 #, no-wrap
26056 msgid ""
26057 " lgetxattrs path\n"
26058 "\n"
26059 msgstr ""
26060
26061 # type: textblock
26062 #. type: textblock
26063 #: ../fish/guestfish-actions.pod:2283
26064 msgid ""
26065 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
26066 "it returns the extended attributes of the link itself."
26067 msgstr ""
26068
26069 # type: =head2
26070 #. type: =head2
26071 #: ../fish/guestfish-actions.pod:2287
26072 msgid "list-devices"
26073 msgstr ""
26074
26075 # type: verbatim
26076 #. type: verbatim
26077 #: ../fish/guestfish-actions.pod:2289
26078 #, no-wrap
26079 msgid ""
26080 " list-devices\n"
26081 "\n"
26082 msgstr ""
26083
26084 # type: =head2
26085 #. type: =head2
26086 #: ../fish/guestfish-actions.pod:2297
26087 msgid "list-filesystems"
26088 msgstr ""
26089
26090 # type: verbatim
26091 #. type: verbatim
26092 #: ../fish/guestfish-actions.pod:2299
26093 #, no-wrap
26094 msgid ""
26095 " list-filesystems\n"
26096 "\n"
26097 msgstr ""
26098
26099 # type: textblock
26100 #. type: textblock
26101 #: ../fish/guestfish-actions.pod:2318
26102 msgid ""
26103 "This command runs other libguestfs commands, which might include L</mount> "
26104 "and L</umount>, and therefore you should use this soon after launch and only "
26105 "when nothing is mounted."
26106 msgstr ""
26107
26108 # type: textblock
26109 #. type: textblock
26110 #: ../fish/guestfish-actions.pod:2322
26111 msgid ""
26112 "Not all of the filesystems returned will be mountable.  In particular, swap "
26113 "partitions are returned in the list.  Also this command does not check that "
26114 "each filesystem found is valid and mountable, and some filesystems might be "
26115 "mountable but require special options.  Filesystems may not all belong to a "
26116 "single logical operating system (use L</inspect-os> to look for OSes)."
26117 msgstr ""
26118
26119 # type: =head2
26120 #. type: =head2
26121 #: ../fish/guestfish-actions.pod:2330
26122 msgid "list-partitions"
26123 msgstr ""
26124
26125 # type: verbatim
26126 #. type: verbatim
26127 #: ../fish/guestfish-actions.pod:2332
26128 #, no-wrap
26129 msgid ""
26130 " list-partitions\n"
26131 "\n"
26132 msgstr ""
26133
26134 # type: textblock
26135 #. type: textblock
26136 #: ../fish/guestfish-actions.pod:2338
26137 msgid ""
26138 "This does not return logical volumes.  For that you will need to call L</"
26139 "lvs>."
26140 msgstr ""
26141
26142 # type: =head2
26143 #. type: =head2
26144 #: ../fish/guestfish-actions.pod:2343
26145 msgid "ll"
26146 msgstr ""
26147
26148 # type: verbatim
26149 #. type: verbatim
26150 #: ../fish/guestfish-actions.pod:2345
26151 #, no-wrap
26152 msgid ""
26153 " ll directory\n"
26154 "\n"
26155 msgstr ""
26156
26157 # type: =head2
26158 #. type: =head2
26159 #: ../fish/guestfish-actions.pod:2353
26160 msgid "ln"
26161 msgstr ""
26162
26163 # type: verbatim
26164 #. type: verbatim
26165 #: ../fish/guestfish-actions.pod:2355
26166 #, no-wrap
26167 msgid ""
26168 " ln target linkname\n"
26169 "\n"
26170 msgstr ""
26171
26172 # type: =head2
26173 #. type: =head2
26174 #: ../fish/guestfish-actions.pod:2359
26175 msgid "ln-f"
26176 msgstr ""
26177
26178 # type: verbatim
26179 #. type: verbatim
26180 #: ../fish/guestfish-actions.pod:2361
26181 #, no-wrap
26182 msgid ""
26183 " ln-f target linkname\n"
26184 "\n"
26185 msgstr ""
26186
26187 # type: =head2
26188 #. type: =head2
26189 #: ../fish/guestfish-actions.pod:2366
26190 msgid "ln-s"
26191 msgstr ""
26192
26193 # type: verbatim
26194 #. type: verbatim
26195 #: ../fish/guestfish-actions.pod:2368
26196 #, no-wrap
26197 msgid ""
26198 " ln-s target linkname\n"
26199 "\n"
26200 msgstr ""
26201
26202 # type: =head2
26203 #. type: =head2
26204 #: ../fish/guestfish-actions.pod:2372
26205 msgid "ln-sf"
26206 msgstr ""
26207
26208 # type: verbatim
26209 #. type: verbatim
26210 #: ../fish/guestfish-actions.pod:2374
26211 #, no-wrap
26212 msgid ""
26213 " ln-sf target linkname\n"
26214 "\n"
26215 msgstr ""
26216
26217 # type: =head2
26218 #. type: =head2
26219 #: ../fish/guestfish-actions.pod:2379
26220 msgid "lremovexattr"
26221 msgstr ""
26222
26223 # type: verbatim
26224 #. type: verbatim
26225 #: ../fish/guestfish-actions.pod:2381
26226 #, no-wrap
26227 msgid ""
26228 " lremovexattr xattr path\n"
26229 "\n"
26230 msgstr ""
26231
26232 # type: textblock
26233 #. type: textblock
26234 #: ../fish/guestfish-actions.pod:2383
26235 msgid ""
26236 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26237 "it removes an extended attribute of the link itself."
26238 msgstr ""
26239
26240 # type: =head2
26241 #. type: =head2
26242 #: ../fish/guestfish-actions.pod:2387
26243 msgid "ls"
26244 msgstr ""
26245
26246 # type: verbatim
26247 #. type: verbatim
26248 #: ../fish/guestfish-actions.pod:2389
26249 #, no-wrap
26250 msgid ""
26251 " ls directory\n"
26252 "\n"
26253 msgstr ""
26254
26255 # type: textblock
26256 #. type: textblock
26257 #: ../fish/guestfish-actions.pod:2395
26258 msgid ""
26259 "This command is mostly useful for interactive sessions.  Programs should "
26260 "probably use L</readdir> instead."
26261 msgstr ""
26262
26263 # type: =head2
26264 #. type: =head2
26265 #: ../fish/guestfish-actions.pod:2398
26266 msgid "lsetxattr"
26267 msgstr ""
26268
26269 # type: verbatim
26270 #. type: verbatim
26271 #: ../fish/guestfish-actions.pod:2400
26272 #, no-wrap
26273 msgid ""
26274 " lsetxattr xattr val vallen path\n"
26275 "\n"
26276 msgstr ""
26277
26278 # type: textblock
26279 #. type: textblock
26280 #: ../fish/guestfish-actions.pod:2402
26281 msgid ""
26282 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26283 "sets an extended attribute of the link itself."
26284 msgstr ""
26285
26286 # type: =head2
26287 #. type: =head2
26288 #: ../fish/guestfish-actions.pod:2406
26289 msgid "lstat"
26290 msgstr ""
26291
26292 # type: verbatim
26293 #. type: verbatim
26294 #: ../fish/guestfish-actions.pod:2408
26295 #, no-wrap
26296 msgid ""
26297 " lstat path\n"
26298 "\n"
26299 msgstr ""
26300
26301 # type: textblock
26302 #. type: textblock
26303 #: ../fish/guestfish-actions.pod:2412
26304 msgid ""
26305 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26306 "the link is stat-ed, not the file it refers to."
26307 msgstr ""
26308
26309 # type: =head2
26310 #. type: =head2
26311 #: ../fish/guestfish-actions.pod:2418
26312 msgid "lstatlist"
26313 msgstr ""
26314
26315 # type: verbatim
26316 #. type: verbatim
26317 #: ../fish/guestfish-actions.pod:2420
26318 #, no-wrap
26319 msgid ""
26320 " lstatlist path 'names ...'\n"
26321 "\n"
26322 msgstr ""
26323
26324 # type: textblock
26325 #. type: textblock
26326 #: ../fish/guestfish-actions.pod:2422
26327 msgid ""
26328 "This call allows you to perform the L</lstat> operation on multiple files, "
26329 "where all files are in the directory C<path>.  C<names> is the list of files "
26330 "from this directory."
26331 msgstr ""
26332
26333 # type: textblock
26334 #. type: textblock
26335 #: ../fish/guestfish-actions.pod:2431
26336 msgid ""
26337 "This call is intended for programs that want to efficiently list a directory "
26338 "contents without making many round-trips.  See also L</lxattrlist> for a "
26339 "similarly efficient call for getting extended attributes.  Very long "
26340 "directory listings might cause the protocol message size to be exceeded, "
26341 "causing this call to fail.  The caller must split up such requests into "
26342 "smaller groups of names."
26343 msgstr ""
26344
26345 # type: =head2
26346 #. type: =head2
26347 #: ../fish/guestfish-actions.pod:2439
26348 msgid "luks-add-key"
26349 msgstr ""
26350
26351 # type: verbatim
26352 #. type: verbatim
26353 #: ../fish/guestfish-actions.pod:2441
26354 #, no-wrap
26355 msgid ""
26356 " luks-add-key device keyslot\n"
26357 "\n"
26358 msgstr ""
26359
26360 # type: textblock
26361 #. type: textblock
26362 #: ../fish/guestfish-actions.pod:2448
26363 msgid ""
26364 "Note that if C<keyslot> already contains a key, then this command will "
26365 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26366 msgstr ""
26367
26368 # type: textblock
26369 #. type: textblock
26370 #: ../fish/guestfish-actions.pod:2452 ../fish/guestfish-actions.pod:2474
26371 #: ../fish/guestfish-actions.pod:2487 ../fish/guestfish-actions.pod:2501
26372 #: ../fish/guestfish-actions.pod:2524 ../fish/guestfish-actions.pod:2534
26373 msgid ""
26374 "This command has one or more key or passphrase parameters.  Guestfish will "
26375 "prompt for these separately."
26376 msgstr ""
26377
26378 # type: =head2
26379 #. type: =head2
26380 #: ../fish/guestfish-actions.pod:2455
26381 msgid "luks-close"
26382 msgstr ""
26383
26384 # type: verbatim
26385 #. type: verbatim
26386 #: ../fish/guestfish-actions.pod:2457
26387 #, no-wrap
26388 msgid ""
26389 " luks-close device\n"
26390 "\n"
26391 msgstr ""
26392
26393 # type: textblock
26394 #. type: textblock
26395 #: ../fish/guestfish-actions.pod:2459
26396 msgid ""
26397 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26398 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26399 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26400 "block device."
26401 msgstr ""
26402
26403 # type: =head2
26404 #. type: =head2
26405 #: ../fish/guestfish-actions.pod:2465
26406 msgid "luks-format"
26407 msgstr ""
26408
26409 # type: verbatim
26410 #. type: verbatim
26411 #: ../fish/guestfish-actions.pod:2467
26412 #, no-wrap
26413 msgid ""
26414 " luks-format device keyslot\n"
26415 "\n"
26416 msgstr ""
26417
26418 # type: =head2
26419 #. type: =head2
26420 #: ../fish/guestfish-actions.pod:2480
26421 msgid "luks-format-cipher"
26422 msgstr ""
26423
26424 # type: verbatim
26425 #. type: verbatim
26426 #: ../fish/guestfish-actions.pod:2482
26427 #, no-wrap
26428 msgid ""
26429 " luks-format-cipher device keyslot cipher\n"
26430 "\n"
26431 msgstr ""
26432
26433 # type: textblock
26434 #. type: textblock
26435 #: ../fish/guestfish-actions.pod:2484
26436 msgid ""
26437 "This command is the same as L</luks-format> but it also allows you to set "
26438 "the C<cipher> used."
26439 msgstr ""
26440
26441 # type: =head2
26442 #. type: =head2
26443 #: ../fish/guestfish-actions.pod:2493
26444 msgid "luks-kill-slot"
26445 msgstr ""
26446
26447 # type: verbatim
26448 #. type: verbatim
26449 #: ../fish/guestfish-actions.pod:2495
26450 #, no-wrap
26451 msgid ""
26452 " luks-kill-slot device keyslot\n"
26453 "\n"
26454 msgstr ""
26455
26456 # type: =head2
26457 #. type: =head2
26458 #: ../fish/guestfish-actions.pod:2504
26459 msgid "luks-open"
26460 msgstr ""
26461
26462 # type: verbatim
26463 #. type: verbatim
26464 #: ../fish/guestfish-actions.pod:2506
26465 #, no-wrap
26466 msgid ""
26467 " luks-open device mapname\n"
26468 "\n"
26469 msgstr ""
26470
26471 # type: textblock
26472 #. type: textblock
26473 #: ../fish/guestfish-actions.pod:2520
26474 msgid ""
26475 "If this block device contains LVM volume groups, then calling L</vgscan> "
26476 "followed by L</vg-activate-all> will make them visible."
26477 msgstr ""
26478
26479 # type: =head2
26480 #. type: =head2
26481 #: ../fish/guestfish-actions.pod:2527
26482 msgid "luks-open-ro"
26483 msgstr ""
26484
26485 # type: verbatim
26486 #. type: verbatim
26487 #: ../fish/guestfish-actions.pod:2529
26488 #, no-wrap
26489 msgid ""
26490 " luks-open-ro device mapname\n"
26491 "\n"
26492 msgstr ""
26493
26494 # type: textblock
26495 #. type: textblock
26496 #: ../fish/guestfish-actions.pod:2531
26497 msgid ""
26498 "This is the same as L</luks-open> except that a read-only mapping is created."
26499 msgstr ""
26500
26501 # type: =head2
26502 #. type: =head2
26503 #: ../fish/guestfish-actions.pod:2537
26504 msgid "lvcreate"
26505 msgstr ""
26506
26507 # type: verbatim
26508 #. type: verbatim
26509 #: ../fish/guestfish-actions.pod:2539
26510 #, no-wrap
26511 msgid ""
26512 " lvcreate logvol volgroup mbytes\n"
26513 "\n"
26514 msgstr ""
26515
26516 # type: =head2
26517 #. type: =head2
26518 #: ../fish/guestfish-actions.pod:2544
26519 msgid "lvm-canonical-lv-name"
26520 msgstr ""
26521
26522 # type: verbatim
26523 #. type: verbatim
26524 #: ../fish/guestfish-actions.pod:2546
26525 #, no-wrap
26526 msgid ""
26527 " lvm-canonical-lv-name lvname\n"
26528 "\n"
26529 msgstr ""
26530
26531 # type: textblock
26532 #. type: textblock
26533 #: ../fish/guestfish-actions.pod:2555
26534 msgid "See also L</is-lv>."
26535 msgstr ""
26536
26537 # type: =head2
26538 #. type: =head2
26539 #: ../fish/guestfish-actions.pod:2557
26540 msgid "lvm-clear-filter"
26541 msgstr ""
26542
26543 # type: verbatim
26544 #. type: verbatim
26545 #: ../fish/guestfish-actions.pod:2559
26546 #, no-wrap
26547 msgid ""
26548 " lvm-clear-filter\n"
26549 "\n"
26550 msgstr ""
26551
26552 # type: textblock
26553 #. type: textblock
26554 #: ../fish/guestfish-actions.pod:2561
26555 msgid ""
26556 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26557 "block device."
26558 msgstr ""
26559
26560 # type: =head2
26561 #. type: =head2
26562 #: ../fish/guestfish-actions.pod:2567
26563 msgid "lvm-remove-all"
26564 msgstr ""
26565
26566 # type: verbatim
26567 #. type: verbatim
26568 #: ../fish/guestfish-actions.pod:2569
26569 #, no-wrap
26570 msgid ""
26571 " lvm-remove-all\n"
26572 "\n"
26573 msgstr ""
26574
26575 # type: =head2
26576 #. type: =head2
26577 #: ../fish/guestfish-actions.pod:2577
26578 msgid "lvm-set-filter"
26579 msgstr ""
26580
26581 # type: verbatim
26582 #. type: verbatim
26583 #: ../fish/guestfish-actions.pod:2579
26584 #, no-wrap
26585 msgid ""
26586 " lvm-set-filter 'devices ...'\n"
26587 "\n"
26588 msgstr ""
26589
26590 # type: =head2
26591 #. type: =head2
26592 #: ../fish/guestfish-actions.pod:2604
26593 msgid "lvremove"
26594 msgstr ""
26595
26596 # type: verbatim
26597 #. type: verbatim
26598 #: ../fish/guestfish-actions.pod:2606
26599 #, no-wrap
26600 msgid ""
26601 " lvremove device\n"
26602 "\n"
26603 msgstr ""
26604
26605 # type: =head2
26606 #. type: =head2
26607 #: ../fish/guestfish-actions.pod:2614
26608 msgid "lvrename"
26609 msgstr ""
26610
26611 # type: verbatim
26612 #. type: verbatim
26613 #: ../fish/guestfish-actions.pod:2616
26614 #, no-wrap
26615 msgid ""
26616 " lvrename logvol newlogvol\n"
26617 "\n"
26618 msgstr ""
26619
26620 # type: =head2
26621 #. type: =head2
26622 #: ../fish/guestfish-actions.pod:2620
26623 msgid "lvresize"
26624 msgstr ""
26625
26626 # type: verbatim
26627 #. type: verbatim
26628 #: ../fish/guestfish-actions.pod:2622
26629 #, no-wrap
26630 msgid ""
26631 " lvresize device mbytes\n"
26632 "\n"
26633 msgstr ""
26634
26635 # type: =head2
26636 #. type: =head2
26637 #: ../fish/guestfish-actions.pod:2628
26638 msgid "lvresize-free"
26639 msgstr ""
26640
26641 # type: verbatim
26642 #. type: verbatim
26643 #: ../fish/guestfish-actions.pod:2630
26644 #, no-wrap
26645 msgid ""
26646 " lvresize-free lv percent\n"
26647 "\n"
26648 msgstr ""
26649
26650 # type: =head2
26651 #. type: =head2
26652 #: ../fish/guestfish-actions.pod:2638
26653 msgid "lvs"
26654 msgstr ""
26655
26656 # type: verbatim
26657 #. type: verbatim
26658 #: ../fish/guestfish-actions.pod:2640
26659 #, no-wrap
26660 msgid ""
26661 " lvs\n"
26662 "\n"
26663 msgstr ""
26664
26665 # type: textblock
26666 #. type: textblock
26667 #: ../fish/guestfish-actions.pod:2648
26668 msgid "See also L</lvs-full>, L</list-filesystems>."
26669 msgstr ""
26670
26671 # type: =head2
26672 #. type: =head2
26673 #: ../fish/guestfish-actions.pod:2650
26674 msgid "lvs-full"
26675 msgstr ""
26676
26677 # type: verbatim
26678 #. type: verbatim
26679 #: ../fish/guestfish-actions.pod:2652
26680 #, no-wrap
26681 msgid ""
26682 " lvs-full\n"
26683 "\n"
26684 msgstr ""
26685
26686 # type: =head2
26687 #. type: =head2
26688 #: ../fish/guestfish-actions.pod:2657
26689 msgid "lvuuid"
26690 msgstr ""
26691
26692 # type: verbatim
26693 #. type: verbatim
26694 #: ../fish/guestfish-actions.pod:2659
26695 #, no-wrap
26696 msgid ""
26697 " lvuuid device\n"
26698 "\n"
26699 msgstr ""
26700
26701 # type: =head2
26702 #. type: =head2
26703 #: ../fish/guestfish-actions.pod:2663
26704 msgid "lxattrlist"
26705 msgstr ""
26706
26707 # type: verbatim
26708 #. type: verbatim
26709 #: ../fish/guestfish-actions.pod:2665
26710 #, no-wrap
26711 msgid ""
26712 " lxattrlist path 'names ...'\n"
26713 "\n"
26714 msgstr ""
26715
26716 # type: textblock
26717 #. type: textblock
26718 #: ../fish/guestfish-actions.pod:2681
26719 msgid ""
26720 "This call is intended for programs that want to efficiently list a directory "
26721 "contents without making many round-trips.  See also L</lstatlist> for a "
26722 "similarly efficient call for getting standard stats.  Very long directory "
26723 "listings might cause the protocol message size to be exceeded, causing this "
26724 "call to fail.  The caller must split up such requests into smaller groups of "
26725 "names."
26726 msgstr ""
26727
26728 # type: =head2
26729 #. type: =head2
26730 #: ../fish/guestfish-actions.pod:2689
26731 msgid "mkdir"
26732 msgstr ""
26733
26734 # type: verbatim
26735 #. type: verbatim
26736 #: ../fish/guestfish-actions.pod:2691
26737 #, no-wrap
26738 msgid ""
26739 " mkdir path\n"
26740 "\n"
26741 msgstr ""
26742
26743 # type: =head2
26744 #. type: =head2
26745 #: ../fish/guestfish-actions.pod:2695
26746 msgid "mkdir-mode"
26747 msgstr ""
26748
26749 # type: verbatim
26750 #. type: verbatim
26751 #: ../fish/guestfish-actions.pod:2697
26752 #, no-wrap
26753 msgid ""
26754 " mkdir-mode path mode\n"
26755 "\n"
26756 msgstr ""
26757
26758 # type: textblock
26759 #. type: textblock
26760 #: ../fish/guestfish-actions.pod:2706
26761 msgid "See also L</mkdir>, L</umask>"
26762 msgstr ""
26763
26764 # type: =head2
26765 #. type: =head2
26766 #: ../fish/guestfish-actions.pod:2708
26767 msgid "mkdir-p"
26768 msgstr ""
26769
26770 # type: verbatim
26771 #. type: verbatim
26772 #: ../fish/guestfish-actions.pod:2710
26773 #, no-wrap
26774 msgid ""
26775 " mkdir-p path\n"
26776 "\n"
26777 msgstr ""
26778
26779 # type: =head2
26780 #. type: =head2
26781 #: ../fish/guestfish-actions.pod:2715
26782 msgid "mkdtemp"
26783 msgstr ""
26784
26785 # type: verbatim
26786 #. type: verbatim
26787 #: ../fish/guestfish-actions.pod:2717
26788 #, no-wrap
26789 msgid ""
26790 " mkdtemp template\n"
26791 "\n"
26792 msgstr ""
26793
26794 # type: =head2
26795 #. type: =head2
26796 #: ../fish/guestfish-actions.pod:2738
26797 msgid "mke2fs-J"
26798 msgstr ""
26799
26800 # type: verbatim
26801 #. type: verbatim
26802 #: ../fish/guestfish-actions.pod:2740
26803 #, no-wrap
26804 msgid ""
26805 " mke2fs-J fstype blocksize device journal\n"
26806 "\n"
26807 msgstr ""
26808
26809 # type: textblock
26810 #. type: textblock
26811 #: ../fish/guestfish-actions.pod:2748
26812 msgid "See also L</mke2journal>."
26813 msgstr ""
26814
26815 # type: =head2
26816 #. type: =head2
26817 #: ../fish/guestfish-actions.pod:2750
26818 msgid "mke2fs-JL"
26819 msgstr ""
26820
26821 # type: verbatim
26822 #. type: verbatim
26823 #: ../fish/guestfish-actions.pod:2752
26824 #, no-wrap
26825 msgid ""
26826 " mke2fs-JL fstype blocksize device label\n"
26827 "\n"
26828 msgstr ""
26829
26830 # type: textblock
26831 #. type: textblock
26832 #: ../fish/guestfish-actions.pod:2757
26833 msgid "See also L</mke2journal-L>."
26834 msgstr ""
26835
26836 # type: =head2
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:2759
26839 msgid "mke2fs-JU"
26840 msgstr ""
26841
26842 # type: verbatim
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:2761
26845 #, no-wrap
26846 msgid ""
26847 " mke2fs-JU fstype blocksize device uuid\n"
26848 "\n"
26849 msgstr ""
26850
26851 # type: textblock
26852 #. type: textblock
26853 #: ../fish/guestfish-actions.pod:2766
26854 msgid "See also L</mke2journal-U>."
26855 msgstr ""
26856
26857 # type: =head2
26858 #. type: =head2
26859 #: ../fish/guestfish-actions.pod:2768
26860 msgid "mke2journal"
26861 msgstr ""
26862
26863 # type: verbatim
26864 #. type: verbatim
26865 #: ../fish/guestfish-actions.pod:2770
26866 #, no-wrap
26867 msgid ""
26868 " mke2journal blocksize device\n"
26869 "\n"
26870 msgstr ""
26871
26872 # type: =head2
26873 #. type: =head2
26874 #: ../fish/guestfish-actions.pod:2777
26875 msgid "mke2journal-L"
26876 msgstr ""
26877
26878 # type: verbatim
26879 #. type: verbatim
26880 #: ../fish/guestfish-actions.pod:2779
26881 #, no-wrap
26882 msgid ""
26883 " mke2journal-L blocksize label device\n"
26884 "\n"
26885 msgstr ""
26886
26887 # type: =head2
26888 #. type: =head2
26889 #: ../fish/guestfish-actions.pod:2783
26890 msgid "mke2journal-U"
26891 msgstr ""
26892
26893 # type: verbatim
26894 #. type: verbatim
26895 #: ../fish/guestfish-actions.pod:2785
26896 #, no-wrap
26897 msgid ""
26898 " mke2journal-U blocksize uuid device\n"
26899 "\n"
26900 msgstr ""
26901
26902 # type: =head2
26903 #. type: =head2
26904 #: ../fish/guestfish-actions.pod:2789
26905 msgid "mkfifo"
26906 msgstr ""
26907
26908 # type: verbatim
26909 #. type: verbatim
26910 #: ../fish/guestfish-actions.pod:2791
26911 #, no-wrap
26912 msgid ""
26913 " mkfifo mode path\n"
26914 "\n"
26915 msgstr ""
26916
26917 # type: textblock
26918 #. type: textblock
26919 #: ../fish/guestfish-actions.pod:2793
26920 msgid ""
26921 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26922 "is just a convenient wrapper around L</mknod>."
26923 msgstr ""
26924
26925 # type: =head2
26926 #. type: =head2
26927 #: ../fish/guestfish-actions.pod:2799
26928 msgid "mkfs"
26929 msgstr ""
26930
26931 # type: verbatim
26932 #. type: verbatim
26933 #: ../fish/guestfish-actions.pod:2801
26934 #, no-wrap
26935 msgid ""
26936 " mkfs fstype device\n"
26937 "\n"
26938 msgstr ""
26939
26940 # type: =head2
26941 #. type: =head2
26942 #: ../fish/guestfish-actions.pod:2807
26943 msgid "mkfs-b"
26944 msgstr ""
26945
26946 # type: verbatim
26947 #. type: verbatim
26948 #: ../fish/guestfish-actions.pod:2809
26949 #, no-wrap
26950 msgid ""
26951 " mkfs-b fstype blocksize device\n"
26952 "\n"
26953 msgstr ""
26954
26955 # type: textblock
26956 #. type: textblock
26957 #: ../fish/guestfish-actions.pod:2811
26958 msgid ""
26959 "This call is similar to L</mkfs>, but it allows you to control the block "
26960 "size of the resulting filesystem.  Supported block sizes depend on the "
26961 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26962 msgstr ""
26963
26964 #. type: textblock
26965 #: ../fish/guestfish-actions.pod:2819
26966 msgid ""
26967 "This function is deprecated.  In new code, use the L</mkfs_opts> call "
26968 "instead."
26969 msgstr ""
26970
26971 # type: =head2
26972 #. type: =head2
26973 #: ../fish/guestfish-actions.pod:2826
26974 msgid "mkfs-opts"
26975 msgstr ""
26976
26977 # type: verbatim
26978 #. type: verbatim
26979 #: ../fish/guestfish-actions.pod:2828
26980 #, no-wrap
26981 msgid ""
26982 " mkfs-opts fstype device [blocksize:..]\n"
26983 "\n"
26984 msgstr ""
26985
26986 # type: =head2
26987 #. type: =head2
26988 #: ../fish/guestfish-actions.pod:2852
26989 msgid "mkmountpoint"
26990 msgstr ""
26991
26992 # type: verbatim
26993 #. type: verbatim
26994 #: ../fish/guestfish-actions.pod:2854
26995 #, no-wrap
26996 msgid ""
26997 " mkmountpoint exemptpath\n"
26998 "\n"
26999 msgstr ""
27000
27001 # type: textblock
27002 #. type: textblock
27003 #: ../fish/guestfish-actions.pod:2856
27004 msgid ""
27005 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
27006 "to create extra mountpoints before mounting the first filesystem."
27007 msgstr ""
27008
27009 # type: textblock
27010 #. type: textblock
27011 #: ../fish/guestfish-actions.pod:2880
27012 msgid ""
27013 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
27014 "unexpected errors if you try to mix these calls.  It is safest to manually "
27015 "unmount filesystems and remove mountpoints after use."
27016 msgstr ""
27017
27018 # type: textblock
27019 #. type: textblock
27020 #: ../fish/guestfish-actions.pod:2884
27021 msgid ""
27022 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
27023 "for this to work for manual mountpoints, you must ensure that the innermost "
27024 "mountpoints have the longest pathnames, as in the example code above."
27025 msgstr ""
27026
27027 # type: textblock
27028 #. type: textblock
27029 #: ../fish/guestfish-actions.pod:2891
27030 msgid ""
27031 "Autosync [see L</set-autosync>, this is set by default on handles] means "
27032 "that L</umount-all> is called when the handle is closed which can also "
27033 "trigger these issues."
27034 msgstr ""
27035
27036 # type: =head2
27037 #. type: =head2
27038 #: ../fish/guestfish-actions.pod:2895
27039 msgid "mknod"
27040 msgstr ""
27041
27042 # type: verbatim
27043 #. type: verbatim
27044 #: ../fish/guestfish-actions.pod:2897
27045 #, no-wrap
27046 msgid ""
27047 " mknod mode devmajor devminor path\n"
27048 "\n"
27049 msgstr ""
27050
27051 # type: textblock
27052 #. type: textblock
27053 #: ../fish/guestfish-actions.pod:2907
27054 msgid ""
27055 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
27056 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
27057 "regular file).  These constants are available in the standard Linux header "
27058 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
27059 "wrappers around this command which bitwise OR in the appropriate constant "
27060 "for you."
27061 msgstr ""
27062
27063 # type: =head2
27064 #. type: =head2
27065 #: ../fish/guestfish-actions.pod:2917
27066 msgid "mknod-b"
27067 msgstr ""
27068
27069 # type: verbatim
27070 #. type: verbatim
27071 #: ../fish/guestfish-actions.pod:2919
27072 #, no-wrap
27073 msgid ""
27074 " mknod-b mode devmajor devminor path\n"
27075 "\n"
27076 msgstr ""
27077
27078 # type: textblock
27079 #. type: textblock
27080 #: ../fish/guestfish-actions.pod:2921
27081 msgid ""
27082 "This call creates a block device node called C<path> with mode C<mode> and "
27083 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27084 "wrapper around L</mknod>."
27085 msgstr ""
27086
27087 # type: =head2
27088 #. type: =head2
27089 #: ../fish/guestfish-actions.pod:2927
27090 msgid "mknod-c"
27091 msgstr ""
27092
27093 # type: verbatim
27094 #. type: verbatim
27095 #: ../fish/guestfish-actions.pod:2929
27096 #, no-wrap
27097 msgid ""
27098 " mknod-c mode devmajor devminor path\n"
27099 "\n"
27100 msgstr ""
27101
27102 # type: textblock
27103 #. type: textblock
27104 #: ../fish/guestfish-actions.pod:2931
27105 msgid ""
27106 "This call creates a char device node called C<path> with mode C<mode> and "
27107 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27108 "wrapper around L</mknod>."
27109 msgstr ""
27110
27111 # type: =head2
27112 #. type: =head2
27113 #: ../fish/guestfish-actions.pod:2937
27114 msgid "mkswap"
27115 msgstr ""
27116
27117 # type: verbatim
27118 #. type: verbatim
27119 #: ../fish/guestfish-actions.pod:2939
27120 #, no-wrap
27121 msgid ""
27122 " mkswap device\n"
27123 "\n"
27124 msgstr ""
27125
27126 # type: =head2
27127 #. type: =head2
27128 #: ../fish/guestfish-actions.pod:2943
27129 msgid "mkswap-L"
27130 msgstr ""
27131
27132 # type: verbatim
27133 #. type: verbatim
27134 #: ../fish/guestfish-actions.pod:2945
27135 #, no-wrap
27136 msgid ""
27137 " mkswap-L label device\n"
27138 "\n"
27139 msgstr ""
27140
27141 # type: =head2
27142 #. type: =head2
27143 #: ../fish/guestfish-actions.pod:2953
27144 msgid "mkswap-U"
27145 msgstr ""
27146
27147 # type: verbatim
27148 #. type: verbatim
27149 #: ../fish/guestfish-actions.pod:2955
27150 #, no-wrap
27151 msgid ""
27152 " mkswap-U uuid device\n"
27153 "\n"
27154 msgstr ""
27155
27156 # type: =head2
27157 #. type: =head2
27158 #: ../fish/guestfish-actions.pod:2959
27159 msgid "mkswap-file"
27160 msgstr ""
27161
27162 # type: verbatim
27163 #. type: verbatim
27164 #: ../fish/guestfish-actions.pod:2961
27165 #, no-wrap
27166 msgid ""
27167 " mkswap-file path\n"
27168 "\n"
27169 msgstr ""
27170
27171 # type: textblock
27172 #. type: textblock
27173 #: ../fish/guestfish-actions.pod:2965
27174 msgid ""
27175 "This command just writes a swap file signature to an existing file.  To "
27176 "create the file itself, use something like L</fallocate>."
27177 msgstr ""
27178
27179 # type: =head2
27180 #. type: =head2
27181 #: ../fish/guestfish-actions.pod:2968
27182 msgid "modprobe"
27183 msgstr ""
27184
27185 # type: verbatim
27186 #. type: verbatim
27187 #: ../fish/guestfish-actions.pod:2970
27188 #, no-wrap
27189 msgid ""
27190 " modprobe modulename\n"
27191 "\n"
27192 msgstr ""
27193
27194 # type: =head2
27195 #. type: =head2
27196 #: ../fish/guestfish-actions.pod:2977
27197 msgid "mount"
27198 msgstr ""
27199
27200 # type: verbatim
27201 #. type: verbatim
27202 #: ../fish/guestfish-actions.pod:2979
27203 #, no-wrap
27204 msgid ""
27205 " mount device mountpoint\n"
27206 "\n"
27207 msgstr ""
27208
27209 # type: textblock
27210 #. type: textblock
27211 #: ../fish/guestfish-actions.pod:2995
27212 msgid ""
27213 "B<Important note:> When you use this call, the filesystem options C<sync> "
27214 "and C<noatime> are set implicitly.  This was originally done because we "
27215 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27216 "very large negative performance impact and negligible effect on "
27217 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27218 "code that needs performance, and instead use L</mount-options> (use an empty "
27219 "string for the first parameter if you don't want any options)."
27220 msgstr ""
27221
27222 # type: =head2
27223 #. type: =head2
27224 #: ../fish/guestfish-actions.pod:3005
27225 msgid "mount-loop"
27226 msgstr ""
27227
27228 # type: verbatim
27229 #. type: verbatim
27230 #: ../fish/guestfish-actions.pod:3007
27231 #, no-wrap
27232 msgid ""
27233 " mount-loop file mountpoint\n"
27234 "\n"
27235 msgstr ""
27236
27237 # type: =head2
27238 #. type: =head2
27239 #: ../fish/guestfish-actions.pod:3013
27240 msgid "mount-options"
27241 msgstr ""
27242
27243 # type: verbatim
27244 #. type: verbatim
27245 #: ../fish/guestfish-actions.pod:3015
27246 #, no-wrap
27247 msgid ""
27248 " mount-options options device mountpoint\n"
27249 "\n"
27250 msgstr ""
27251
27252 # type: textblock
27253 #. type: textblock
27254 #: ../fish/guestfish-actions.pod:3017
27255 msgid ""
27256 "This is the same as the L</mount> command, but it allows you to set the "
27257 "mount options as for the L<mount(8)> I<-o> flag."
27258 msgstr ""
27259
27260 # type: =head2
27261 #. type: =head2
27262 #: ../fish/guestfish-actions.pod:3025
27263 msgid "mount-ro"
27264 msgstr ""
27265
27266 # type: verbatim
27267 #. type: verbatim
27268 #: ../fish/guestfish-actions.pod:3027
27269 #, no-wrap
27270 msgid ""
27271 " mount-ro device mountpoint\n"
27272 "\n"
27273 msgstr ""
27274
27275 # type: textblock
27276 #. type: textblock
27277 #: ../fish/guestfish-actions.pod:3029
27278 msgid ""
27279 "This is the same as the L</mount> command, but it mounts the filesystem with "
27280 "the read-only (I<-o ro>) flag."
27281 msgstr ""
27282
27283 # type: =head2
27284 #. type: =head2
27285 #: ../fish/guestfish-actions.pod:3032
27286 msgid "mount-vfs"
27287 msgstr ""
27288
27289 # type: verbatim
27290 #. type: verbatim
27291 #: ../fish/guestfish-actions.pod:3034
27292 #, no-wrap
27293 msgid ""
27294 " mount-vfs options vfstype device mountpoint\n"
27295 "\n"
27296 msgstr ""
27297
27298 # type: textblock
27299 #. type: textblock
27300 #: ../fish/guestfish-actions.pod:3036
27301 msgid ""
27302 "This is the same as the L</mount> command, but it allows you to set both the "
27303 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27304 msgstr ""
27305
27306 # type: =head2
27307 #. type: =head2
27308 #: ../fish/guestfish-actions.pod:3040
27309 msgid "mountpoints"
27310 msgstr ""
27311
27312 # type: verbatim
27313 #. type: verbatim
27314 #: ../fish/guestfish-actions.pod:3042
27315 #, no-wrap
27316 msgid ""
27317 " mountpoints\n"
27318 "\n"
27319 msgstr ""
27320
27321 # type: textblock
27322 #. type: textblock
27323 #: ../fish/guestfish-actions.pod:3044
27324 msgid ""
27325 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27326 "This one returns a hash table (map) of device name to directory where the "
27327 "device is mounted."
27328 msgstr ""
27329
27330 # type: =head2
27331 #. type: =head2
27332 #: ../fish/guestfish-actions.pod:3048
27333 msgid "mounts"
27334 msgstr ""
27335
27336 # type: verbatim
27337 #. type: verbatim
27338 #: ../fish/guestfish-actions.pod:3050
27339 #, no-wrap
27340 msgid ""
27341 " mounts\n"
27342 "\n"
27343 msgstr ""
27344
27345 # type: textblock
27346 #. type: textblock
27347 #: ../fish/guestfish-actions.pod:3057
27348 msgid "See also: L</mountpoints>"
27349 msgstr ""
27350
27351 # type: =head2
27352 #. type: =head2
27353 #: ../fish/guestfish-actions.pod:3059
27354 msgid "mv"
27355 msgstr ""
27356
27357 # type: verbatim
27358 #. type: verbatim
27359 #: ../fish/guestfish-actions.pod:3061
27360 #, no-wrap
27361 msgid ""
27362 " mv src dest\n"
27363 "\n"
27364 msgstr ""
27365
27366 # type: =head2
27367 #. type: =head2
27368 #: ../fish/guestfish-actions.pod:3066
27369 msgid "ntfs-3g-probe"
27370 msgstr ""
27371
27372 # type: verbatim
27373 #. type: verbatim
27374 #: ../fish/guestfish-actions.pod:3068
27375 #, no-wrap
27376 msgid ""
27377 " ntfs-3g-probe true|false device\n"
27378 "\n"
27379 msgstr ""
27380
27381 # type: =head2
27382 #. type: =head2
27383 #: ../fish/guestfish-actions.pod:3082
27384 msgid "ntfsresize"
27385 msgstr ""
27386
27387 # type: verbatim
27388 #. type: verbatim
27389 #: ../fish/guestfish-actions.pod:3084
27390 #, no-wrap
27391 msgid ""
27392 " ntfsresize device\n"
27393 "\n"
27394 msgstr ""
27395
27396 # type: =head2
27397 #. type: =head2
27398 #: ../fish/guestfish-actions.pod:3099
27399 msgid "ntfsresize-size"
27400 msgstr ""
27401
27402 # type: verbatim
27403 #. type: verbatim
27404 #: ../fish/guestfish-actions.pod:3101
27405 #, no-wrap
27406 msgid ""
27407 " ntfsresize-size device size\n"
27408 "\n"
27409 msgstr ""
27410
27411 # type: textblock
27412 #. type: textblock
27413 #: ../fish/guestfish-actions.pod:3103
27414 msgid ""
27415 "This command is the same as L</ntfsresize> except that it allows you to "
27416 "specify the new size (in bytes) explicitly."
27417 msgstr ""
27418
27419 # type: =head2
27420 #. type: =head2
27421 #: ../fish/guestfish-actions.pod:3106
27422 msgid "part-add"
27423 msgstr ""
27424
27425 # type: verbatim
27426 #. type: verbatim
27427 #: ../fish/guestfish-actions.pod:3108
27428 #, no-wrap
27429 msgid ""
27430 " part-add device prlogex startsect endsect\n"
27431 "\n"
27432 msgstr ""
27433
27434 # type: textblock
27435 #. type: textblock
27436 #: ../fish/guestfish-actions.pod:3110
27437 msgid ""
27438 "This command adds a partition to C<device>.  If there is no partition table "
27439 "on the device, call L</part-init> first."
27440 msgstr ""
27441
27442 # type: textblock
27443 #. type: textblock
27444 #: ../fish/guestfish-actions.pod:3122
27445 msgid ""
27446 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27447 "part-disk> to do that."
27448 msgstr ""
27449
27450 # type: =head2
27451 #. type: =head2
27452 #: ../fish/guestfish-actions.pod:3125
27453 msgid "part-del"
27454 msgstr ""
27455
27456 # type: verbatim
27457 #. type: verbatim
27458 #: ../fish/guestfish-actions.pod:3127
27459 #, no-wrap
27460 msgid ""
27461 " part-del device partnum\n"
27462 "\n"
27463 msgstr ""
27464
27465 # type: =head2
27466 #. type: =head2
27467 #: ../fish/guestfish-actions.pod:3135
27468 msgid "part-disk"
27469 msgstr ""
27470
27471 # type: verbatim
27472 #. type: verbatim
27473 #: ../fish/guestfish-actions.pod:3137
27474 #, no-wrap
27475 msgid ""
27476 " part-disk device parttype\n"
27477 "\n"
27478 msgstr ""
27479
27480 # type: textblock
27481 #. type: textblock
27482 #: ../fish/guestfish-actions.pod:3139
27483 msgid ""
27484 "This command is simply a combination of L</part-init> followed by L</part-"
27485 "add> to create a single primary partition covering the whole disk."
27486 msgstr ""
27487
27488 # type: textblock
27489 #. type: textblock
27490 #: ../fish/guestfish-actions.pod:3143
27491 msgid ""
27492 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27493 "possible values are described in L</part-init>."
27494 msgstr ""
27495
27496 # type: =head2
27497 #. type: =head2
27498 #: ../fish/guestfish-actions.pod:3149
27499 msgid "part-get-bootable"
27500 msgstr ""
27501
27502 # type: verbatim
27503 #. type: verbatim
27504 #: ../fish/guestfish-actions.pod:3151
27505 #, no-wrap
27506 msgid ""
27507 " part-get-bootable device partnum\n"
27508 "\n"
27509 msgstr ""
27510
27511 # type: textblock
27512 #. type: textblock
27513 #: ../fish/guestfish-actions.pod:3156
27514 msgid "See also L</part-set-bootable>."
27515 msgstr ""
27516
27517 # type: =head2
27518 #. type: =head2
27519 #: ../fish/guestfish-actions.pod:3158
27520 msgid "part-get-mbr-id"
27521 msgstr ""
27522
27523 # type: verbatim
27524 #. type: verbatim
27525 #: ../fish/guestfish-actions.pod:3160
27526 #, no-wrap
27527 msgid ""
27528 " part-get-mbr-id device partnum\n"
27529 "\n"
27530 msgstr ""
27531
27532 # type: textblock
27533 #. type: textblock
27534 #: ../fish/guestfish-actions.pod:3165 ../fish/guestfish-actions.pod:3303
27535 msgid ""
27536 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27537 "undefined results for other partition table types (see L</part-get-"
27538 "parttype>)."
27539 msgstr ""
27540
27541 # type: =head2
27542 #. type: =head2
27543 #: ../fish/guestfish-actions.pod:3169
27544 msgid "part-get-parttype"
27545 msgstr ""
27546
27547 # type: verbatim
27548 #. type: verbatim
27549 #: ../fish/guestfish-actions.pod:3171
27550 #, no-wrap
27551 msgid ""
27552 " part-get-parttype device\n"
27553 "\n"
27554 msgstr ""
27555
27556 # type: textblock
27557 #. type: textblock
27558 #: ../fish/guestfish-actions.pod:3176
27559 msgid ""
27560 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27561 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27562 "possible, although unusual.  See L</part-init> for a full list."
27563 msgstr ""
27564
27565 # type: =head2
27566 #. type: =head2
27567 #: ../fish/guestfish-actions.pod:3181
27568 msgid "part-init"
27569 msgstr ""
27570
27571 # type: verbatim
27572 #. type: verbatim
27573 #: ../fish/guestfish-actions.pod:3183
27574 #, no-wrap
27575 msgid ""
27576 " part-init device parttype\n"
27577 "\n"
27578 msgstr ""
27579
27580 # type: textblock
27581 #. type: textblock
27582 #: ../fish/guestfish-actions.pod:3189
27583 msgid ""
27584 "Initially there are no partitions.  Following this, you should call L</part-"
27585 "add> for each partition required."
27586 msgstr ""
27587
27588 # type: =head2
27589 #. type: =head2
27590 #: ../fish/guestfish-actions.pod:3252
27591 msgid "part-list"
27592 msgstr ""
27593
27594 # type: verbatim
27595 #. type: verbatim
27596 #: ../fish/guestfish-actions.pod:3254
27597 #, no-wrap
27598 msgid ""
27599 " part-list device\n"
27600 "\n"
27601 msgstr ""
27602
27603 # type: textblock
27604 #. type: textblock
27605 #: ../fish/guestfish-actions.pod:3269
27606 msgid ""
27607 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27608 "the device's sector size, see L</blockdev-getss>."
27609 msgstr ""
27610
27611 # type: =head2
27612 #. type: =head2
27613 #: ../fish/guestfish-actions.pod:3282
27614 msgid "part-set-bootable"
27615 msgstr ""
27616
27617 # type: verbatim
27618 #. type: verbatim
27619 #: ../fish/guestfish-actions.pod:3284
27620 #, no-wrap
27621 msgid ""
27622 " part-set-bootable device partnum true|false\n"
27623 "\n"
27624 msgstr ""
27625
27626 # type: =head2
27627 #. type: =head2
27628 #: ../fish/guestfish-actions.pod:3293
27629 msgid "part-set-mbr-id"
27630 msgstr ""
27631
27632 # type: verbatim
27633 #. type: verbatim
27634 #: ../fish/guestfish-actions.pod:3295
27635 #, no-wrap
27636 msgid ""
27637 " part-set-mbr-id device partnum idbyte\n"
27638 "\n"
27639 msgstr ""
27640
27641 # type: =head2
27642 #. type: =head2
27643 #: ../fish/guestfish-actions.pod:3307
27644 msgid "part-set-name"
27645 msgstr ""
27646
27647 # type: verbatim
27648 #. type: verbatim
27649 #: ../fish/guestfish-actions.pod:3309
27650 #, no-wrap
27651 msgid ""
27652 " part-set-name device partnum name\n"
27653 "\n"
27654 msgstr ""
27655
27656 # type: =head2
27657 #. type: =head2
27658 #: ../fish/guestfish-actions.pod:3317
27659 msgid "part-to-dev"
27660 msgstr ""
27661
27662 # type: verbatim
27663 #. type: verbatim
27664 #: ../fish/guestfish-actions.pod:3319
27665 #, no-wrap
27666 msgid ""
27667 " part-to-dev partition\n"
27668 "\n"
27669 msgstr ""
27670
27671 # type: textblock
27672 #. type: textblock
27673 #: ../fish/guestfish-actions.pod:3325
27674 msgid ""
27675 "The named partition must exist, for example as a string returned from L</"
27676 "list-partitions>."
27677 msgstr ""
27678
27679 # type: =head2
27680 #. type: =head2
27681 #: ../fish/guestfish-actions.pod:3328
27682 msgid "ping-daemon"
27683 msgstr ""
27684
27685 # type: verbatim
27686 #. type: verbatim
27687 #: ../fish/guestfish-actions.pod:3330
27688 #, no-wrap
27689 msgid ""
27690 " ping-daemon\n"
27691 "\n"
27692 msgstr ""
27693
27694 # type: =head2
27695 #. type: =head2
27696 #: ../fish/guestfish-actions.pod:3337
27697 msgid "pread"
27698 msgstr ""
27699
27700 # type: verbatim
27701 #. type: verbatim
27702 #: ../fish/guestfish-actions.pod:3339
27703 #, no-wrap
27704 msgid ""
27705 " pread path count offset\n"
27706 "\n"
27707 msgstr ""
27708
27709 # type: textblock
27710 #. type: textblock
27711 #: ../fish/guestfish-actions.pod:3347
27712 msgid "See also L</pwrite>, L</pread-device>."
27713 msgstr ""
27714
27715 # type: =head2
27716 #. type: =head2
27717 #: ../fish/guestfish-actions.pod:3352
27718 msgid "pread-device"
27719 msgstr ""
27720
27721 # type: verbatim
27722 #. type: verbatim
27723 #: ../fish/guestfish-actions.pod:3354
27724 #, no-wrap
27725 msgid ""
27726 " pread-device device count offset\n"
27727 "\n"
27728 msgstr ""
27729
27730 # type: textblock
27731 #. type: textblock
27732 #: ../fish/guestfish-actions.pod:3362
27733 msgid "See also L</pread>."
27734 msgstr ""
27735
27736 # type: =head2
27737 #. type: =head2
27738 #: ../fish/guestfish-actions.pod:3367
27739 msgid "pvcreate"
27740 msgstr ""
27741
27742 # type: verbatim
27743 #. type: verbatim
27744 #: ../fish/guestfish-actions.pod:3369
27745 #, no-wrap
27746 msgid ""
27747 " pvcreate device\n"
27748 "\n"
27749 msgstr ""
27750
27751 # type: =head2
27752 #. type: =head2
27753 #: ../fish/guestfish-actions.pod:3375
27754 msgid "pvremove"
27755 msgstr ""
27756
27757 # type: verbatim
27758 #. type: verbatim
27759 #: ../fish/guestfish-actions.pod:3377
27760 #, no-wrap
27761 msgid ""
27762 " pvremove device\n"
27763 "\n"
27764 msgstr ""
27765
27766 # type: =head2
27767 #. type: =head2
27768 #: ../fish/guestfish-actions.pod:3386
27769 msgid "pvresize"
27770 msgstr ""
27771
27772 # type: verbatim
27773 #. type: verbatim
27774 #: ../fish/guestfish-actions.pod:3388
27775 #, no-wrap
27776 msgid ""
27777 " pvresize device\n"
27778 "\n"
27779 msgstr ""
27780
27781 # type: =head2
27782 #. type: =head2
27783 #: ../fish/guestfish-actions.pod:3393
27784 msgid "pvresize-size"
27785 msgstr ""
27786
27787 # type: verbatim
27788 #. type: verbatim
27789 #: ../fish/guestfish-actions.pod:3395
27790 #, no-wrap
27791 msgid ""
27792 " pvresize-size device size\n"
27793 "\n"
27794 msgstr ""
27795
27796 # type: textblock
27797 #. type: textblock
27798 #: ../fish/guestfish-actions.pod:3397
27799 msgid ""
27800 "This command is the same as L</pvresize> except that it allows you to "
27801 "specify the new size (in bytes) explicitly."
27802 msgstr ""
27803
27804 # type: =head2
27805 #. type: =head2
27806 #: ../fish/guestfish-actions.pod:3400
27807 msgid "pvs"
27808 msgstr ""
27809
27810 # type: verbatim
27811 #. type: verbatim
27812 #: ../fish/guestfish-actions.pod:3402
27813 #, no-wrap
27814 msgid ""
27815 " pvs\n"
27816 "\n"
27817 msgstr ""
27818
27819 # type: textblock
27820 #. type: textblock
27821 #: ../fish/guestfish-actions.pod:3410
27822 msgid "See also L</pvs-full>."
27823 msgstr ""
27824
27825 # type: =head2
27826 #. type: =head2
27827 #: ../fish/guestfish-actions.pod:3412
27828 msgid "pvs-full"
27829 msgstr ""
27830
27831 # type: verbatim
27832 #. type: verbatim
27833 #: ../fish/guestfish-actions.pod:3414
27834 #, no-wrap
27835 msgid ""
27836 " pvs-full\n"
27837 "\n"
27838 msgstr ""
27839
27840 # type: =head2
27841 #. type: =head2
27842 #: ../fish/guestfish-actions.pod:3419
27843 msgid "pvuuid"
27844 msgstr ""
27845
27846 # type: verbatim
27847 #. type: verbatim
27848 #: ../fish/guestfish-actions.pod:3421
27849 #, no-wrap
27850 msgid ""
27851 " pvuuid device\n"
27852 "\n"
27853 msgstr ""
27854
27855 # type: =head2
27856 #. type: =head2
27857 #: ../fish/guestfish-actions.pod:3425
27858 msgid "pwrite"
27859 msgstr ""
27860
27861 # type: verbatim
27862 #. type: verbatim
27863 #: ../fish/guestfish-actions.pod:3427
27864 #, no-wrap
27865 msgid ""
27866 " pwrite path content offset\n"
27867 "\n"
27868 msgstr ""
27869
27870 # type: textblock
27871 #. type: textblock
27872 #: ../fish/guestfish-actions.pod:3438
27873 msgid "See also L</pread>, L</pwrite-device>."
27874 msgstr ""
27875
27876 # type: =head2
27877 #. type: =head2
27878 #: ../fish/guestfish-actions.pod:3443
27879 msgid "pwrite-device"
27880 msgstr ""
27881
27882 # type: verbatim
27883 #. type: verbatim
27884 #: ../fish/guestfish-actions.pod:3445
27885 #, no-wrap
27886 msgid ""
27887 " pwrite-device device content offset\n"
27888 "\n"
27889 msgstr ""
27890
27891 # type: textblock
27892 #. type: textblock
27893 #: ../fish/guestfish-actions.pod:3455
27894 msgid "See also L</pwrite>."
27895 msgstr ""
27896
27897 # type: =head2
27898 #. type: =head2
27899 #: ../fish/guestfish-actions.pod:3460
27900 msgid "read-file"
27901 msgstr ""
27902
27903 # type: verbatim
27904 #. type: verbatim
27905 #: ../fish/guestfish-actions.pod:3462
27906 #, no-wrap
27907 msgid ""
27908 " read-file path\n"
27909 "\n"
27910 msgstr ""
27911
27912 # type: textblock
27913 #. type: textblock
27914 #: ../fish/guestfish-actions.pod:3467
27915 msgid ""
27916 "Unlike L</cat>, this function can correctly handle files that contain "
27917 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27918 "is limited in the total size of file that can be handled."
27919 msgstr ""
27920
27921 # type: =head2
27922 #. type: =head2
27923 #: ../fish/guestfish-actions.pod:3475
27924 msgid "read-lines"
27925 msgstr ""
27926
27927 # type: verbatim
27928 #. type: verbatim
27929 #: ../fish/guestfish-actions.pod:3477
27930 #, no-wrap
27931 msgid ""
27932 " read-lines path\n"
27933 "\n"
27934 msgstr ""
27935
27936 # type: textblock
27937 #. type: textblock
27938 #: ../fish/guestfish-actions.pod:3484
27939 msgid ""
27940 "Note that this function cannot correctly handle binary files (specifically, "
27941 "files containing C<\\0> character which is treated as end of line).  For "
27942 "those you need to use the L</read-file> function which has a more complex "
27943 "interface."
27944 msgstr ""
27945
27946 # type: =head2
27947 #. type: =head2
27948 #: ../fish/guestfish-actions.pod:3489
27949 msgid "readdir"
27950 msgstr ""
27951
27952 # type: verbatim
27953 #. type: verbatim
27954 #: ../fish/guestfish-actions.pod:3491
27955 #, no-wrap
27956 msgid ""
27957 " readdir dir\n"
27958 "\n"
27959 msgstr ""
27960
27961 # type: textblock
27962 #. type: textblock
27963 #: ../fish/guestfish-actions.pod:3543
27964 msgid ""
27965 "This function is primarily intended for use by programs.  To get a simple "
27966 "list of names, use L</ls>.  To get a printable directory for human "
27967 "consumption, use L</ll>."
27968 msgstr ""
27969
27970 # type: =head2
27971 #. type: =head2
27972 #: ../fish/guestfish-actions.pod:3547
27973 msgid "readlink"
27974 msgstr ""
27975
27976 # type: verbatim
27977 #. type: verbatim
27978 #: ../fish/guestfish-actions.pod:3549
27979 #, no-wrap
27980 msgid ""
27981 " readlink path\n"
27982 "\n"
27983 msgstr ""
27984
27985 # type: =head2
27986 #. type: =head2
27987 #: ../fish/guestfish-actions.pod:3553
27988 msgid "readlinklist"
27989 msgstr ""
27990
27991 # type: verbatim
27992 #. type: verbatim
27993 #: ../fish/guestfish-actions.pod:3555
27994 #, no-wrap
27995 msgid ""
27996 " readlinklist path 'names ...'\n"
27997 "\n"
27998 msgstr ""
27999
28000 # type: =head2
28001 #. type: =head2
28002 #: ../fish/guestfish-actions.pod:3579
28003 msgid "realpath"
28004 msgstr ""
28005
28006 # type: verbatim
28007 #. type: verbatim
28008 #: ../fish/guestfish-actions.pod:3581
28009 #, no-wrap
28010 msgid ""
28011 " realpath path\n"
28012 "\n"
28013 msgstr ""
28014
28015 # type: =head2
28016 #. type: =head2
28017 #: ../fish/guestfish-actions.pod:3586
28018 msgid "removexattr"
28019 msgstr ""
28020
28021 # type: verbatim
28022 #. type: verbatim
28023 #: ../fish/guestfish-actions.pod:3588
28024 #, no-wrap
28025 msgid ""
28026 " removexattr xattr path\n"
28027 "\n"
28028 msgstr ""
28029
28030 # type: textblock
28031 #. type: textblock
28032 #: ../fish/guestfish-actions.pod:3593
28033 msgid "See also: L</lremovexattr>, L<attr(5)>."
28034 msgstr ""
28035
28036 # type: =head2
28037 #. type: =head2
28038 #: ../fish/guestfish-actions.pod:3595
28039 msgid "resize2fs"
28040 msgstr ""
28041
28042 # type: verbatim
28043 #. type: verbatim
28044 #: ../fish/guestfish-actions.pod:3597
28045 #, no-wrap
28046 msgid ""
28047 " resize2fs device\n"
28048 "\n"
28049 msgstr ""
28050
28051 # type: textblock
28052 #. type: textblock
28053 #: ../fish/guestfish-actions.pod:3602
28054 msgid ""
28055 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
28056 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
28057 "gives an error about this and sometimes not.  In any case, it is always safe "
28058 "to call L</e2fsck-f> before calling this function."
28059 msgstr ""
28060
28061 # type: =head2
28062 #. type: =head2
28063 #: ../fish/guestfish-actions.pod:3608
28064 msgid "resize2fs-size"
28065 msgstr ""
28066
28067 # type: verbatim
28068 #. type: verbatim
28069 #: ../fish/guestfish-actions.pod:3610
28070 #, no-wrap
28071 msgid ""
28072 " resize2fs-size device size\n"
28073 "\n"
28074 msgstr ""
28075
28076 # type: textblock
28077 #. type: textblock
28078 #: ../fish/guestfish-actions.pod:3612
28079 msgid ""
28080 "This command is the same as L</resize2fs> except that it allows you to "
28081 "specify the new size (in bytes) explicitly."
28082 msgstr ""
28083
28084 # type: =head2
28085 #. type: =head2
28086 #: ../fish/guestfish-actions.pod:3615
28087 msgid "rm"
28088 msgstr ""
28089
28090 # type: verbatim
28091 #. type: verbatim
28092 #: ../fish/guestfish-actions.pod:3617
28093 #, no-wrap
28094 msgid ""
28095 " rm path\n"
28096 "\n"
28097 msgstr ""
28098
28099 # type: =head2
28100 #. type: =head2
28101 #: ../fish/guestfish-actions.pod:3621
28102 msgid "rm-rf"
28103 msgstr ""
28104
28105 # type: verbatim
28106 #. type: verbatim
28107 #: ../fish/guestfish-actions.pod:3623
28108 #, no-wrap
28109 msgid ""
28110 " rm-rf path\n"
28111 "\n"
28112 msgstr ""
28113
28114 # type: =head2
28115 #. type: =head2
28116 #: ../fish/guestfish-actions.pod:3629
28117 msgid "rmdir"
28118 msgstr ""
28119
28120 # type: verbatim
28121 #. type: verbatim
28122 #: ../fish/guestfish-actions.pod:3631
28123 #, no-wrap
28124 msgid ""
28125 " rmdir path\n"
28126 "\n"
28127 msgstr ""
28128
28129 # type: =head2
28130 #. type: =head2
28131 #: ../fish/guestfish-actions.pod:3635
28132 msgid "rmmountpoint"
28133 msgstr ""
28134
28135 # type: verbatim
28136 #. type: verbatim
28137 #: ../fish/guestfish-actions.pod:3637
28138 #, no-wrap
28139 msgid ""
28140 " rmmountpoint exemptpath\n"
28141 "\n"
28142 msgstr ""
28143
28144 # type: textblock
28145 #. type: textblock
28146 #: ../fish/guestfish-actions.pod:3639
28147 msgid ""
28148 "This calls removes a mountpoint that was previously created with L</"
28149 "mkmountpoint>.  See L</mkmountpoint> for full details."
28150 msgstr ""
28151
28152 # type: =head2
28153 #. type: =head2
28154 #: ../fish/guestfish-actions.pod:3643
28155 msgid "scrub-device"
28156 msgstr ""
28157
28158 # type: verbatim
28159 #. type: verbatim
28160 #: ../fish/guestfish-actions.pod:3645
28161 #, no-wrap
28162 msgid ""
28163 " scrub-device device\n"
28164 "\n"
28165 msgstr ""
28166
28167 # type: =head2
28168 #. type: =head2
28169 #: ../fish/guestfish-actions.pod:3656
28170 msgid "scrub-file"
28171 msgstr ""
28172
28173 # type: verbatim
28174 #. type: verbatim
28175 #: ../fish/guestfish-actions.pod:3658
28176 #, no-wrap
28177 msgid ""
28178 " scrub-file file\n"
28179 "\n"
28180 msgstr ""
28181
28182 # type: =head2
28183 #. type: =head2
28184 #: ../fish/guestfish-actions.pod:3668
28185 msgid "scrub-freespace"
28186 msgstr ""
28187
28188 # type: verbatim
28189 #. type: verbatim
28190 #: ../fish/guestfish-actions.pod:3670
28191 #, no-wrap
28192 msgid ""
28193 " scrub-freespace dir\n"
28194 "\n"
28195 msgstr ""
28196
28197 # type: textblock
28198 #. type: textblock
28199 #: ../fish/guestfish-actions.pod:3672
28200 msgid ""
28201 "This command creates the directory C<dir> and then fills it with files until "
28202 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28203 "deletes them.  The intention is to scrub any free space on the partition "
28204 "containing C<dir>."
28205 msgstr ""
28206
28207 # type: =head2
28208 #. type: =head2
28209 #: ../fish/guestfish-actions.pod:3681
28210 msgid "set-append"
28211 msgstr ""
28212
28213 # type: =head2
28214 #. type: =head2
28215 #: ../fish/guestfish-actions.pod:3683
28216 msgid "append"
28217 msgstr ""
28218
28219 # type: verbatim
28220 #. type: verbatim
28221 #: ../fish/guestfish-actions.pod:3685
28222 #, no-wrap
28223 msgid ""
28224 " set-append append\n"
28225 "\n"
28226 msgstr ""
28227
28228 # type: =head2
28229 #. type: =head2
28230 #: ../fish/guestfish-actions.pod:3696
28231 msgid "set-autosync"
28232 msgstr ""
28233
28234 # type: =head2
28235 #. type: =head2
28236 #: ../fish/guestfish-actions.pod:3698
28237 msgid "autosync"
28238 msgstr ""
28239
28240 # type: verbatim
28241 #. type: verbatim
28242 #: ../fish/guestfish-actions.pod:3700
28243 #, no-wrap
28244 msgid ""
28245 " set-autosync true|false\n"
28246 "\n"
28247 msgstr ""
28248
28249 # type: textblock
28250 #. type: textblock
28251 #: ../fish/guestfish-actions.pod:3702
28252 msgid ""
28253 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28254 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28255 "closed (also if the program exits without closing handles)."
28256 msgstr ""
28257
28258 # type: =head2
28259 #. type: =head2
28260 #: ../fish/guestfish-actions.pod:3710
28261 msgid "set-direct"
28262 msgstr ""
28263
28264 # type: =head2
28265 #. type: =head2
28266 #: ../fish/guestfish-actions.pod:3712
28267 msgid "direct"
28268 msgstr ""
28269
28270 # type: verbatim
28271 #. type: verbatim
28272 #: ../fish/guestfish-actions.pod:3714
28273 #, no-wrap
28274 msgid ""
28275 " set-direct true|false\n"
28276 "\n"
28277 msgstr ""
28278
28279 # type: textblock
28280 #. type: textblock
28281 #: ../fish/guestfish-actions.pod:3720
28282 msgid ""
28283 "One consequence of this is that log messages aren't caught by the library "
28284 "and handled by L</set-log-message-callback>, but go straight to stdout."
28285 msgstr ""
28286
28287 # type: =head2
28288 #. type: =head2
28289 #: ../fish/guestfish-actions.pod:3729
28290 msgid "set-e2label"
28291 msgstr ""
28292
28293 # type: verbatim
28294 #. type: verbatim
28295 #: ../fish/guestfish-actions.pod:3731
28296 #, no-wrap
28297 msgid ""
28298 " set-e2label device label\n"
28299 "\n"
28300 msgstr ""
28301
28302 # type: textblock
28303 #. type: textblock
28304 #: ../fish/guestfish-actions.pod:3737
28305 msgid ""
28306 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28307 "label on a filesystem."
28308 msgstr ""
28309
28310 # type: =head2
28311 #. type: =head2
28312 #: ../fish/guestfish-actions.pod:3740
28313 msgid "set-e2uuid"
28314 msgstr ""
28315
28316 # type: verbatim
28317 #. type: verbatim
28318 #: ../fish/guestfish-actions.pod:3742
28319 #, no-wrap
28320 msgid ""
28321 " set-e2uuid device uuid\n"
28322 "\n"
28323 msgstr ""
28324
28325 # type: textblock
28326 #. type: textblock
28327 #: ../fish/guestfish-actions.pod:3749
28328 msgid ""
28329 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28330 "UUID of a filesystem."
28331 msgstr ""
28332
28333 # type: =head2
28334 #. type: =head2
28335 #: ../fish/guestfish-actions.pod:3752
28336 msgid "set-memsize"
28337 msgstr ""
28338
28339 # type: =head2
28340 #. type: =head2
28341 #: ../fish/guestfish-actions.pod:3754
28342 msgid "memsize"
28343 msgstr ""
28344
28345 # type: verbatim
28346 #. type: verbatim
28347 #: ../fish/guestfish-actions.pod:3756
28348 #, no-wrap
28349 msgid ""
28350 " set-memsize memsize\n"
28351 "\n"
28352 msgstr ""
28353
28354 # type: textblock
28355 #. type: textblock
28356 #: ../fish/guestfish-actions.pod:3758
28357 msgid ""
28358 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28359 "This only has any effect if called before L</launch>."
28360 msgstr ""
28361
28362 # type: =head2
28363 #. type: =head2
28364 #: ../fish/guestfish-actions.pod:3769
28365 msgid "set-network"
28366 msgstr ""
28367
28368 # type: =head2
28369 #. type: =head2
28370 #: ../fish/guestfish-actions.pod:3771
28371 msgid "network"
28372 msgstr ""
28373
28374 # type: verbatim
28375 #. type: verbatim
28376 #: ../fish/guestfish-actions.pod:3773
28377 #, no-wrap
28378 msgid ""
28379 " set-network true|false\n"
28380 "\n"
28381 msgstr ""
28382
28383 # type: textblock
28384 #. type: textblock
28385 #: ../fish/guestfish-actions.pod:3781
28386 msgid ""
28387 "You must call this before calling L</launch>, otherwise it has no effect."
28388 msgstr ""
28389
28390 # type: =head2
28391 #. type: =head2
28392 #: ../fish/guestfish-actions.pod:3784
28393 msgid "set-path"
28394 msgstr ""
28395
28396 # type: =head2
28397 #. type: =head2
28398 #: ../fish/guestfish-actions.pod:3786
28399 msgid "path"
28400 msgstr ""
28401
28402 # type: verbatim
28403 #. type: verbatim
28404 #: ../fish/guestfish-actions.pod:3788
28405 #, no-wrap
28406 msgid ""
28407 " set-path searchpath\n"
28408 "\n"
28409 msgstr ""
28410
28411 # type: =head2
28412 #. type: =head2
28413 #: ../fish/guestfish-actions.pod:3797
28414 msgid "set-qemu"
28415 msgstr ""
28416
28417 # type: =head2
28418 #. type: =head2
28419 #: ../fish/guestfish-actions.pod:3799
28420 msgid "qemu"
28421 msgstr ""
28422
28423 # type: verbatim
28424 #. type: verbatim
28425 #: ../fish/guestfish-actions.pod:3801
28426 #, no-wrap
28427 msgid ""
28428 " set-qemu qemu\n"
28429 "\n"
28430 msgstr ""
28431
28432 # type: =head2
28433 #. type: =head2
28434 #: ../fish/guestfish-actions.pod:3821
28435 msgid "set-recovery-proc"
28436 msgstr ""
28437
28438 # type: =head2
28439 #. type: =head2
28440 #: ../fish/guestfish-actions.pod:3823
28441 msgid "recovery-proc"
28442 msgstr ""
28443
28444 # type: verbatim
28445 #. type: verbatim
28446 #: ../fish/guestfish-actions.pod:3825
28447 #, no-wrap
28448 msgid ""
28449 " set-recovery-proc true|false\n"
28450 "\n"
28451 msgstr ""
28452
28453 # type: textblock
28454 #. type: textblock
28455 #: ../fish/guestfish-actions.pod:3827
28456 msgid ""
28457 "If this is called with the parameter C<false> then L</launch> does not "
28458 "create a recovery process.  The purpose of the recovery process is to stop "
28459 "runaway qemu processes in the case where the main program aborts abruptly."
28460 msgstr ""
28461
28462 # type: textblock
28463 #. type: textblock
28464 #: ../fish/guestfish-actions.pod:3832
28465 msgid ""
28466 "This only has any effect if called before L</launch>, and the default is "
28467 "true."
28468 msgstr ""
28469
28470 # type: =head2
28471 #. type: =head2
28472 #: ../fish/guestfish-actions.pod:3841
28473 msgid "set-selinux"
28474 msgstr ""
28475
28476 # type: =head2
28477 #. type: =head2
28478 #: ../fish/guestfish-actions.pod:3843
28479 msgid "selinux"
28480 msgstr ""
28481
28482 # type: verbatim
28483 #. type: verbatim
28484 #: ../fish/guestfish-actions.pod:3845
28485 #, no-wrap
28486 msgid ""
28487 " set-selinux true|false\n"
28488 "\n"
28489 msgstr ""
28490
28491 # type: =head2
28492 #. type: =head2
28493 #: ../fish/guestfish-actions.pod:3856
28494 msgid "set-trace"
28495 msgstr ""
28496
28497 # type: =head2
28498 #. type: =head2
28499 #: ../fish/guestfish-actions.pod:3858
28500 msgid "trace"
28501 msgstr ""
28502
28503 # type: verbatim
28504 #. type: verbatim
28505 #: ../fish/guestfish-actions.pod:3860
28506 #, no-wrap
28507 msgid ""
28508 " set-trace true|false\n"
28509 "\n"
28510 msgstr ""
28511
28512 # type: =head2
28513 #. type: =head2
28514 #: ../fish/guestfish-actions.pod:3876
28515 msgid "set-verbose"
28516 msgstr ""
28517
28518 # type: =head2
28519 #. type: =head2
28520 #: ../fish/guestfish-actions.pod:3878
28521 msgid "verbose"
28522 msgstr ""
28523
28524 # type: verbatim
28525 #. type: verbatim
28526 #: ../fish/guestfish-actions.pod:3880
28527 #, no-wrap
28528 msgid ""
28529 " set-verbose true|false\n"
28530 "\n"
28531 msgstr ""
28532
28533 # type: =head2
28534 #. type: =head2
28535 #: ../fish/guestfish-actions.pod:3887
28536 msgid "setcon"
28537 msgstr ""
28538
28539 # type: verbatim
28540 #. type: verbatim
28541 #: ../fish/guestfish-actions.pod:3889
28542 #, no-wrap
28543 msgid ""
28544 " setcon context\n"
28545 "\n"
28546 msgstr ""
28547
28548 # type: =head2
28549 #. type: =head2
28550 #: ../fish/guestfish-actions.pod:3896
28551 msgid "setxattr"
28552 msgstr ""
28553
28554 # type: verbatim
28555 #. type: verbatim
28556 #: ../fish/guestfish-actions.pod:3898
28557 #, no-wrap
28558 msgid ""
28559 " setxattr xattr val vallen path\n"
28560 "\n"
28561 msgstr ""
28562
28563 # type: textblock
28564 #. type: textblock
28565 #: ../fish/guestfish-actions.pod:3904
28566 msgid "See also: L</lsetxattr>, L<attr(5)>."
28567 msgstr ""
28568
28569 # type: =head2
28570 #. type: =head2
28571 #: ../fish/guestfish-actions.pod:3906
28572 msgid "sfdisk"
28573 msgstr ""
28574
28575 # type: verbatim
28576 #. type: verbatim
28577 #: ../fish/guestfish-actions.pod:3908
28578 #, no-wrap
28579 msgid ""
28580 " sfdisk device cyls heads sectors 'lines ...'\n"
28581 "\n"
28582 msgstr ""
28583
28584 # type: textblock
28585 #. type: textblock
28586 #: ../fish/guestfish-actions.pod:3930
28587 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28588 msgstr ""
28589
28590 # type: =head2
28591 #. type: =head2
28592 #: ../fish/guestfish-actions.pod:3936
28593 msgid "sfdiskM"
28594 msgstr ""
28595
28596 # type: verbatim
28597 #. type: verbatim
28598 #: ../fish/guestfish-actions.pod:3938
28599 #, no-wrap
28600 msgid ""
28601 " sfdiskM device 'lines ...'\n"
28602 "\n"
28603 msgstr ""
28604
28605 # type: textblock
28606 #. type: textblock
28607 #: ../fish/guestfish-actions.pod:3940
28608 msgid ""
28609 "This is a simplified interface to the L</sfdisk> command, where partition "
28610 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28611 "you don't need to specify the cyls, heads and sectors parameters which were "
28612 "rarely if ever used anyway."
28613 msgstr ""
28614
28615 # type: textblock
28616 #. type: textblock
28617 #: ../fish/guestfish-actions.pod:3946
28618 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28619 msgstr ""
28620
28621 # type: =head2
28622 #. type: =head2
28623 #: ../fish/guestfish-actions.pod:3952
28624 msgid "sfdisk-N"
28625 msgstr ""
28626
28627 # type: verbatim
28628 #. type: verbatim
28629 #: ../fish/guestfish-actions.pod:3954
28630 #, no-wrap
28631 msgid ""
28632 " sfdisk-N device partnum cyls heads sectors line\n"
28633 "\n"
28634 msgstr ""
28635
28636 # type: textblock
28637 #. type: textblock
28638 #: ../fish/guestfish-actions.pod:3959
28639 msgid ""
28640 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28641 "cyls/heads/sectors parameters."
28642 msgstr ""
28643
28644 # type: textblock
28645 #. type: textblock
28646 #: ../fish/guestfish-actions.pod:3962
28647 msgid "See also: L</part-add>"
28648 msgstr ""
28649
28650 # type: =head2
28651 #. type: =head2
28652 #: ../fish/guestfish-actions.pod:3967
28653 msgid "sfdisk-disk-geometry"
28654 msgstr ""
28655
28656 # type: verbatim
28657 #. type: verbatim
28658 #: ../fish/guestfish-actions.pod:3969
28659 #, no-wrap
28660 msgid ""
28661 " sfdisk-disk-geometry device\n"
28662 "\n"
28663 msgstr ""
28664
28665 # type: textblock
28666 #. type: textblock
28667 #: ../fish/guestfish-actions.pod:3971
28668 msgid ""
28669 "This displays the disk geometry of C<device> read from the partition table.  "
28670 "Especially in the case where the underlying block device has been resized, "
28671 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28672 "kernel-geometry>)."
28673 msgstr ""
28674
28675 # type: =head2
28676 #. type: =head2
28677 #: ../fish/guestfish-actions.pod:3979
28678 msgid "sfdisk-kernel-geometry"
28679 msgstr ""
28680
28681 # type: verbatim
28682 #. type: verbatim
28683 #: ../fish/guestfish-actions.pod:3981
28684 #, no-wrap
28685 msgid ""
28686 " sfdisk-kernel-geometry device\n"
28687 "\n"
28688 msgstr ""
28689
28690 # type: =head2
28691 #. type: =head2
28692 #: ../fish/guestfish-actions.pod:3988
28693 msgid "sfdisk-l"
28694 msgstr ""
28695
28696 # type: verbatim
28697 #. type: verbatim
28698 #: ../fish/guestfish-actions.pod:3990
28699 #, no-wrap
28700 msgid ""
28701 " sfdisk-l device\n"
28702 "\n"
28703 msgstr ""
28704
28705 # type: textblock
28706 #. type: textblock
28707 #: ../fish/guestfish-actions.pod:3996
28708 msgid "See also: L</part-list>"
28709 msgstr ""
28710
28711 # type: =head2
28712 #. type: =head2
28713 #: ../fish/guestfish-actions.pod:3998
28714 msgid "sh"
28715 msgstr ""
28716
28717 # type: verbatim
28718 #. type: verbatim
28719 #: ../fish/guestfish-actions.pod:4000
28720 #, no-wrap
28721 msgid ""
28722 " sh command\n"
28723 "\n"
28724 msgstr ""
28725
28726 # type: textblock
28727 #. type: textblock
28728 #: ../fish/guestfish-actions.pod:4005
28729 msgid "This is like L</command>, but passes the command to:"
28730 msgstr ""
28731
28732 # type: textblock
28733 #. type: textblock
28734 #: ../fish/guestfish-actions.pod:4013
28735 msgid "All the provisos about L</command> apply to this call."
28736 msgstr ""
28737
28738 # type: =head2
28739 #. type: =head2
28740 #: ../fish/guestfish-actions.pod:4015
28741 msgid "sh-lines"
28742 msgstr ""
28743
28744 # type: verbatim
28745 #. type: verbatim
28746 #: ../fish/guestfish-actions.pod:4017
28747 #, no-wrap
28748 msgid ""
28749 " sh-lines command\n"
28750 "\n"
28751 msgstr ""
28752
28753 # type: textblock
28754 #. type: textblock
28755 #: ../fish/guestfish-actions.pod:4019
28756 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28757 msgstr ""
28758
28759 # type: textblock
28760 #. type: textblock
28761 #: ../fish/guestfish-actions.pod:4022
28762 msgid "See also: L</command-lines>"
28763 msgstr ""
28764
28765 # type: =head2
28766 #. type: =head2
28767 #: ../fish/guestfish-actions.pod:4024
28768 msgid "sleep"
28769 msgstr ""
28770
28771 # type: verbatim
28772 #. type: verbatim
28773 #: ../fish/guestfish-actions.pod:4026
28774 #, no-wrap
28775 msgid ""
28776 " sleep secs\n"
28777 "\n"
28778 msgstr ""
28779
28780 # type: =head2
28781 #. type: =head2
28782 #: ../fish/guestfish-actions.pod:4030
28783 msgid "stat"
28784 msgstr ""
28785
28786 # type: verbatim
28787 #. type: verbatim
28788 #: ../fish/guestfish-actions.pod:4032
28789 #, no-wrap
28790 msgid ""
28791 " stat path\n"
28792 "\n"
28793 msgstr ""
28794
28795 # type: =head2
28796 #. type: =head2
28797 #: ../fish/guestfish-actions.pod:4038
28798 msgid "statvfs"
28799 msgstr ""
28800
28801 # type: verbatim
28802 #. type: verbatim
28803 #: ../fish/guestfish-actions.pod:4040
28804 #, no-wrap
28805 msgid ""
28806 " statvfs path\n"
28807 "\n"
28808 msgstr ""
28809
28810 # type: =head2
28811 #. type: =head2
28812 #: ../fish/guestfish-actions.pod:4048
28813 msgid "strings"
28814 msgstr ""
28815
28816 # type: verbatim
28817 #. type: verbatim
28818 #: ../fish/guestfish-actions.pod:4050
28819 #, no-wrap
28820 msgid ""
28821 " strings path\n"
28822 "\n"
28823 msgstr ""
28824
28825 # type: =head2
28826 #. type: =head2
28827 #: ../fish/guestfish-actions.pod:4058
28828 msgid "strings-e"
28829 msgstr ""
28830
28831 # type: verbatim
28832 #. type: verbatim
28833 #: ../fish/guestfish-actions.pod:4060
28834 #, no-wrap
28835 msgid ""
28836 " strings-e encoding path\n"
28837 "\n"
28838 msgstr ""
28839
28840 # type: textblock
28841 #. type: textblock
28842 #: ../fish/guestfish-actions.pod:4062
28843 msgid ""
28844 "This is like the L</strings> command, but allows you to specify the encoding "
28845 "of strings that are looked for in the source file C<path>."
28846 msgstr ""
28847
28848 # type: textblock
28849 #. type: textblock
28850 #: ../fish/guestfish-actions.pod:4072
28851 msgid ""
28852 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28853 "ISO-8859-X (this is what L</strings> uses)."
28854 msgstr ""
28855
28856 # type: =head2
28857 #. type: =head2
28858 #: ../fish/guestfish-actions.pod:4104
28859 msgid "swapoff-device"
28860 msgstr ""
28861
28862 # type: verbatim
28863 #. type: verbatim
28864 #: ../fish/guestfish-actions.pod:4106
28865 #, no-wrap
28866 msgid ""
28867 " swapoff-device device\n"
28868 "\n"
28869 msgstr ""
28870
28871 # type: textblock
28872 #. type: textblock
28873 #: ../fish/guestfish-actions.pod:4108
28874 msgid ""
28875 "This command disables the libguestfs appliance swap device or partition "
28876 "named C<device>.  See L</swapon-device>."
28877 msgstr ""
28878
28879 # type: =head2
28880 #. type: =head2
28881 #: ../fish/guestfish-actions.pod:4112
28882 msgid "swapoff-file"
28883 msgstr ""
28884
28885 # type: verbatim
28886 #. type: verbatim
28887 #: ../fish/guestfish-actions.pod:4114
28888 #, no-wrap
28889 msgid ""
28890 " swapoff-file file\n"
28891 "\n"
28892 msgstr ""
28893
28894 # type: =head2
28895 #. type: =head2
28896 #: ../fish/guestfish-actions.pod:4118
28897 msgid "swapoff-label"
28898 msgstr ""
28899
28900 # type: verbatim
28901 #. type: verbatim
28902 #: ../fish/guestfish-actions.pod:4120
28903 #, no-wrap
28904 msgid ""
28905 " swapoff-label label\n"
28906 "\n"
28907 msgstr ""
28908
28909 # type: =head2
28910 #. type: =head2
28911 #: ../fish/guestfish-actions.pod:4125
28912 msgid "swapoff-uuid"
28913 msgstr ""
28914
28915 # type: verbatim
28916 #. type: verbatim
28917 #: ../fish/guestfish-actions.pod:4127
28918 #, no-wrap
28919 msgid ""
28920 " swapoff-uuid uuid\n"
28921 "\n"
28922 msgstr ""
28923
28924 # type: =head2
28925 #. type: =head2
28926 #: ../fish/guestfish-actions.pod:4132
28927 msgid "swapon-device"
28928 msgstr ""
28929
28930 # type: verbatim
28931 #. type: verbatim
28932 #: ../fish/guestfish-actions.pod:4134
28933 #, no-wrap
28934 msgid ""
28935 " swapon-device device\n"
28936 "\n"
28937 msgstr ""
28938
28939 # type: textblock
28940 #. type: textblock
28941 #: ../fish/guestfish-actions.pod:4136
28942 msgid ""
28943 "This command enables the libguestfs appliance to use the swap device or "
28944 "partition named C<device>.  The increased memory is made available for all "
28945 "commands, for example those run using L</command> or L</sh>."
28946 msgstr ""
28947
28948 # type: =head2
28949 #. type: =head2
28950 #: ../fish/guestfish-actions.pod:4148
28951 msgid "swapon-file"
28952 msgstr ""
28953
28954 # type: verbatim
28955 #. type: verbatim
28956 #: ../fish/guestfish-actions.pod:4150
28957 #, no-wrap
28958 msgid ""
28959 " swapon-file file\n"
28960 "\n"
28961 msgstr ""
28962
28963 # type: textblock
28964 #. type: textblock
28965 #: ../fish/guestfish-actions.pod:4152
28966 msgid ""
28967 "This command enables swap to a file.  See L</swapon-device> for other notes."
28968 msgstr ""
28969
28970 # type: =head2
28971 #. type: =head2
28972 #: ../fish/guestfish-actions.pod:4155
28973 msgid "swapon-label"
28974 msgstr ""
28975
28976 # type: verbatim
28977 #. type: verbatim
28978 #: ../fish/guestfish-actions.pod:4157
28979 #, no-wrap
28980 msgid ""
28981 " swapon-label label\n"
28982 "\n"
28983 msgstr ""
28984
28985 # type: textblock
28986 #. type: textblock
28987 #: ../fish/guestfish-actions.pod:4159
28988 msgid ""
28989 "This command enables swap to a labeled swap partition.  See L</swapon-"
28990 "device> for other notes."
28991 msgstr ""
28992
28993 # type: =head2
28994 #. type: =head2
28995 #: ../fish/guestfish-actions.pod:4162
28996 msgid "swapon-uuid"
28997 msgstr ""
28998
28999 # type: verbatim
29000 #. type: verbatim
29001 #: ../fish/guestfish-actions.pod:4164
29002 #, no-wrap
29003 msgid ""
29004 " swapon-uuid uuid\n"
29005 "\n"
29006 msgstr ""
29007
29008 # type: textblock
29009 #. type: textblock
29010 #: ../fish/guestfish-actions.pod:4166
29011 msgid ""
29012 "This command enables swap to a swap partition with the given UUID.  See L</"
29013 "swapon-device> for other notes."
29014 msgstr ""
29015
29016 # type: =head2
29017 #. type: =head2
29018 #: ../fish/guestfish-actions.pod:4169
29019 msgid "sync"
29020 msgstr ""
29021
29022 # type: verbatim
29023 #. type: verbatim
29024 #: ../fish/guestfish-actions.pod:4171
29025 #, no-wrap
29026 msgid ""
29027 " sync\n"
29028 "\n"
29029 msgstr ""
29030
29031 # type: =head2
29032 #. type: =head2
29033 #: ../fish/guestfish-actions.pod:4179
29034 msgid "tail"
29035 msgstr ""
29036
29037 # type: verbatim
29038 #. type: verbatim
29039 #: ../fish/guestfish-actions.pod:4181
29040 #, no-wrap
29041 msgid ""
29042 " tail path\n"
29043 "\n"
29044 msgstr ""
29045
29046 # type: =head2
29047 #. type: =head2
29048 #: ../fish/guestfish-actions.pod:4189
29049 msgid "tail-n"
29050 msgstr ""
29051
29052 # type: verbatim
29053 #. type: verbatim
29054 #: ../fish/guestfish-actions.pod:4191
29055 #, no-wrap
29056 msgid ""
29057 " tail-n nrlines path\n"
29058 "\n"
29059 msgstr ""
29060
29061 # type: =head2
29062 #. type: =head2
29063 #: ../fish/guestfish-actions.pod:4204
29064 msgid "tar-in"
29065 msgstr ""
29066
29067 # type: verbatim
29068 #. type: verbatim
29069 #: ../fish/guestfish-actions.pod:4206
29070 #, no-wrap
29071 msgid ""
29072 " tar-in (tarfile|-) directory\n"
29073 "\n"
29074 msgstr ""
29075
29076 # type: textblock
29077 #. type: textblock
29078 #: ../fish/guestfish-actions.pod:4211
29079 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
29080 msgstr ""
29081
29082 # type: =head2
29083 #. type: =head2
29084 #: ../fish/guestfish-actions.pod:4216
29085 msgid "tar-out"
29086 msgstr ""
29087
29088 # type: verbatim
29089 #. type: verbatim
29090 #: ../fish/guestfish-actions.pod:4218
29091 #, no-wrap
29092 msgid ""
29093 " tar-out directory (tarfile|-)\n"
29094 "\n"
29095 msgstr ""
29096
29097 # type: textblock
29098 #. type: textblock
29099 #: ../fish/guestfish-actions.pod:4223
29100 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
29101 msgstr ""
29102
29103 # type: =head2
29104 #. type: =head2
29105 #: ../fish/guestfish-actions.pod:4228
29106 msgid "tgz-in"
29107 msgstr ""
29108
29109 # type: verbatim
29110 #. type: verbatim
29111 #: ../fish/guestfish-actions.pod:4230
29112 #, no-wrap
29113 msgid ""
29114 " tgz-in (tarball|-) directory\n"
29115 "\n"
29116 msgstr ""
29117
29118 # type: textblock
29119 #. type: textblock
29120 #: ../fish/guestfish-actions.pod:4235
29121 msgid "To upload an uncompressed tarball, use L</tar-in>."
29122 msgstr ""
29123
29124 # type: =head2
29125 #. type: =head2
29126 #: ../fish/guestfish-actions.pod:4239
29127 msgid "tgz-out"
29128 msgstr ""
29129
29130 # type: verbatim
29131 #. type: verbatim
29132 #: ../fish/guestfish-actions.pod:4241
29133 #, no-wrap
29134 msgid ""
29135 " tgz-out directory (tarball|-)\n"
29136 "\n"
29137 msgstr ""
29138
29139 # type: textblock
29140 #. type: textblock
29141 #: ../fish/guestfish-actions.pod:4246
29142 msgid "To download an uncompressed tarball, use L</tar-out>."
29143 msgstr ""
29144
29145 # type: =head2
29146 #. type: =head2
29147 #: ../fish/guestfish-actions.pod:4250
29148 msgid "touch"
29149 msgstr ""
29150
29151 # type: verbatim
29152 #. type: verbatim
29153 #: ../fish/guestfish-actions.pod:4252
29154 #, no-wrap
29155 msgid ""
29156 " touch path\n"
29157 "\n"
29158 msgstr ""
29159
29160 # type: =head2
29161 #. type: =head2
29162 #: ../fish/guestfish-actions.pod:4261
29163 msgid "truncate"
29164 msgstr ""
29165
29166 # type: verbatim
29167 #. type: verbatim
29168 #: ../fish/guestfish-actions.pod:4263
29169 #, no-wrap
29170 msgid ""
29171 " truncate path\n"
29172 "\n"
29173 msgstr ""
29174
29175 # type: =head2
29176 #. type: =head2
29177 #: ../fish/guestfish-actions.pod:4268
29178 msgid "truncate-size"
29179 msgstr ""
29180
29181 # type: verbatim
29182 #. type: verbatim
29183 #: ../fish/guestfish-actions.pod:4270
29184 #, no-wrap
29185 msgid ""
29186 " truncate-size path size\n"
29187 "\n"
29188 msgstr ""
29189
29190 # type: textblock
29191 #. type: textblock
29192 #: ../fish/guestfish-actions.pod:4275
29193 msgid ""
29194 "If the current file size is less than C<size> then the file is extended to "
29195 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29196 "blocks are not allocated for the file until you write to it).  To create a "
29197 "non-sparse file of zeroes, use L</fallocate64> instead."
29198 msgstr ""
29199
29200 # type: =head2
29201 #. type: =head2
29202 #: ../fish/guestfish-actions.pod:4281
29203 msgid "tune2fs-l"
29204 msgstr ""
29205
29206 # type: verbatim
29207 #. type: verbatim
29208 #: ../fish/guestfish-actions.pod:4283
29209 #, no-wrap
29210 msgid ""
29211 " tune2fs-l device\n"
29212 "\n"
29213 msgstr ""
29214
29215 # type: =head2
29216 #. type: =head2
29217 #: ../fish/guestfish-actions.pod:4293
29218 msgid "txz-in"
29219 msgstr ""
29220
29221 # type: verbatim
29222 #. type: verbatim
29223 #: ../fish/guestfish-actions.pod:4295
29224 #, no-wrap
29225 msgid ""
29226 " txz-in (tarball|-) directory\n"
29227 "\n"
29228 msgstr ""
29229
29230 # type: =head2
29231 #. type: =head2
29232 #: ../fish/guestfish-actions.pod:4302
29233 msgid "txz-out"
29234 msgstr ""
29235
29236 # type: verbatim
29237 #. type: verbatim
29238 #: ../fish/guestfish-actions.pod:4304
29239 #, no-wrap
29240 msgid ""
29241 " txz-out directory (tarball|-)\n"
29242 "\n"
29243 msgstr ""
29244
29245 # type: =head2
29246 #. type: =head2
29247 #: ../fish/guestfish-actions.pod:4311
29248 msgid "umask"
29249 msgstr ""
29250
29251 # type: verbatim
29252 #. type: verbatim
29253 #: ../fish/guestfish-actions.pod:4313
29254 #, no-wrap
29255 msgid ""
29256 " umask mask\n"
29257 "\n"
29258 msgstr ""
29259
29260 # type: textblock
29261 #. type: textblock
29262 #: ../fish/guestfish-actions.pod:4327
29263 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29264 msgstr ""
29265
29266 # type: =head2
29267 #. type: =head2
29268 #: ../fish/guestfish-actions.pod:4332
29269 msgid "umount"
29270 msgstr ""
29271
29272 # type: =head2
29273 #. type: =head2
29274 #: ../fish/guestfish-actions.pod:4334
29275 msgid "unmount"
29276 msgstr ""
29277
29278 # type: verbatim
29279 #. type: verbatim
29280 #: ../fish/guestfish-actions.pod:4336
29281 #, no-wrap
29282 msgid ""
29283 " umount pathordevice\n"
29284 "\n"
29285 msgstr ""
29286
29287 # type: =head2
29288 #. type: =head2
29289 #: ../fish/guestfish-actions.pod:4342
29290 msgid "umount-all"
29291 msgstr ""
29292
29293 # type: =head2
29294 #. type: =head2
29295 #: ../fish/guestfish-actions.pod:4344
29296 msgid "unmount-all"
29297 msgstr ""
29298
29299 # type: verbatim
29300 #. type: verbatim
29301 #: ../fish/guestfish-actions.pod:4346
29302 #, no-wrap
29303 msgid ""
29304 " umount-all\n"
29305 "\n"
29306 msgstr ""
29307
29308 # type: =head2
29309 #. type: =head2
29310 #: ../fish/guestfish-actions.pod:4352
29311 msgid "upload"
29312 msgstr ""
29313
29314 # type: verbatim
29315 #. type: verbatim
29316 #: ../fish/guestfish-actions.pod:4354
29317 #, no-wrap
29318 msgid ""
29319 " upload (filename|-) remotefilename\n"
29320 "\n"
29321 msgstr ""
29322
29323 # type: textblock
29324 #. type: textblock
29325 #: ../fish/guestfish-actions.pod:4361
29326 msgid "See also L</download>."
29327 msgstr ""
29328
29329 # type: =head2
29330 #. type: =head2
29331 #: ../fish/guestfish-actions.pod:4365
29332 msgid "upload-offset"
29333 msgstr ""
29334
29335 # type: verbatim
29336 #. type: verbatim
29337 #: ../fish/guestfish-actions.pod:4367
29338 #, no-wrap
29339 msgid ""
29340 " upload-offset (filename|-) remotefilename offset\n"
29341 "\n"
29342 msgstr ""
29343
29344 # type: textblock
29345 #. type: textblock
29346 #: ../fish/guestfish-actions.pod:4379
29347 msgid ""
29348 "Note that there is no limit on the amount of data that can be uploaded with "
29349 "this call, unlike with L</pwrite>, and this call always writes the full "
29350 "amount unless an error occurs."
29351 msgstr ""
29352
29353 # type: textblock
29354 #. type: textblock
29355 #: ../fish/guestfish-actions.pod:4384
29356 msgid "See also L</upload>, L</pwrite>."
29357 msgstr ""
29358
29359 # type: =head2
29360 #. type: =head2
29361 #: ../fish/guestfish-actions.pod:4388
29362 msgid "utimens"
29363 msgstr ""
29364
29365 # type: verbatim
29366 #. type: verbatim
29367 #: ../fish/guestfish-actions.pod:4390
29368 #, no-wrap
29369 msgid ""
29370 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29371 "\n"
29372 msgstr ""
29373
29374 # type: =head2
29375 #. type: =head2
29376 #: ../fish/guestfish-actions.pod:4409
29377 msgid "version"
29378 msgstr ""
29379
29380 # type: verbatim
29381 #. type: verbatim
29382 #: ../fish/guestfish-actions.pod:4411
29383 #, no-wrap
29384 msgid ""
29385 " version\n"
29386 "\n"
29387 msgstr ""
29388
29389 # type: textblock
29390 #. type: textblock
29391 #: ../fish/guestfish-actions.pod:4438
29392 msgid ""
29393 "I<Note:> Don't use this call to test for availability of features.  In "
29394 "enterprise distributions we backport features from later versions into "
29395 "earlier versions, making this an unreliable way to test for features.  Use "
29396 "L</available> instead."
29397 msgstr ""
29398
29399 # type: =head2
29400 #. type: =head2
29401 #: ../fish/guestfish-actions.pod:4444
29402 msgid "vfs-label"
29403 msgstr ""
29404
29405 # type: verbatim
29406 #. type: verbatim
29407 #: ../fish/guestfish-actions.pod:4446
29408 #, no-wrap
29409 msgid ""
29410 " vfs-label device\n"
29411 "\n"
29412 msgstr ""
29413
29414 # type: textblock
29415 #. type: textblock
29416 #: ../fish/guestfish-actions.pod:4453
29417 msgid "To find a filesystem from the label, use L</findfs-label>."
29418 msgstr ""
29419
29420 # type: =head2
29421 #. type: =head2
29422 #: ../fish/guestfish-actions.pod:4455
29423 msgid "vfs-type"
29424 msgstr ""
29425
29426 # type: verbatim
29427 #. type: verbatim
29428 #: ../fish/guestfish-actions.pod:4457
29429 #, no-wrap
29430 msgid ""
29431 " vfs-type device\n"
29432 "\n"
29433 msgstr ""
29434
29435 # type: =head2
29436 #. type: =head2
29437 #: ../fish/guestfish-actions.pod:4467
29438 msgid "vfs-uuid"
29439 msgstr ""
29440
29441 # type: verbatim
29442 #. type: verbatim
29443 #: ../fish/guestfish-actions.pod:4469
29444 #, no-wrap
29445 msgid ""
29446 " vfs-uuid device\n"
29447 "\n"
29448 msgstr ""
29449
29450 # type: textblock
29451 #. type: textblock
29452 #: ../fish/guestfish-actions.pod:4476
29453 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29454 msgstr ""
29455
29456 # type: =head2
29457 #. type: =head2
29458 #: ../fish/guestfish-actions.pod:4478
29459 msgid "vg-activate"
29460 msgstr ""
29461
29462 # type: verbatim
29463 #. type: verbatim
29464 #: ../fish/guestfish-actions.pod:4480
29465 #, no-wrap
29466 msgid ""
29467 " vg-activate true|false 'volgroups ...'\n"
29468 "\n"
29469 msgstr ""
29470
29471 # type: =head2
29472 #. type: =head2
29473 #: ../fish/guestfish-actions.pod:4493
29474 msgid "vg-activate-all"
29475 msgstr ""
29476
29477 # type: verbatim
29478 #. type: verbatim
29479 #: ../fish/guestfish-actions.pod:4495
29480 #, no-wrap
29481 msgid ""
29482 " vg-activate-all true|false\n"
29483 "\n"
29484 msgstr ""
29485
29486 # type: =head2
29487 #. type: =head2
29488 #: ../fish/guestfish-actions.pod:4505
29489 msgid "vgcreate"
29490 msgstr ""
29491
29492 # type: verbatim
29493 #. type: verbatim
29494 #: ../fish/guestfish-actions.pod:4507
29495 #, no-wrap
29496 msgid ""
29497 " vgcreate volgroup 'physvols ...'\n"
29498 "\n"
29499 msgstr ""
29500
29501 # type: =head2
29502 #. type: =head2
29503 #: ../fish/guestfish-actions.pod:4512
29504 msgid "vglvuuids"
29505 msgstr ""
29506
29507 # type: verbatim
29508 #. type: verbatim
29509 #: ../fish/guestfish-actions.pod:4514
29510 #, no-wrap
29511 msgid ""
29512 " vglvuuids vgname\n"
29513 "\n"
29514 msgstr ""
29515
29516 # type: textblock
29517 #. type: textblock
29518 #: ../fish/guestfish-actions.pod:4519
29519 msgid ""
29520 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29521 "logical volumes and volume groups."
29522 msgstr ""
29523
29524 # type: textblock
29525 #. type: textblock
29526 #: ../fish/guestfish-actions.pod:4522
29527 msgid "See also L</vgpvuuids>."
29528 msgstr ""
29529
29530 # type: =head2
29531 #. type: =head2
29532 #: ../fish/guestfish-actions.pod:4524
29533 msgid "vgpvuuids"
29534 msgstr ""
29535
29536 # type: verbatim
29537 #. type: verbatim
29538 #: ../fish/guestfish-actions.pod:4526
29539 #, no-wrap
29540 msgid ""
29541 " vgpvuuids vgname\n"
29542 "\n"
29543 msgstr ""
29544
29545 # type: textblock
29546 #. type: textblock
29547 #: ../fish/guestfish-actions.pod:4531
29548 msgid ""
29549 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29550 "physical volumes and volume groups."
29551 msgstr ""
29552
29553 # type: textblock
29554 #. type: textblock
29555 #: ../fish/guestfish-actions.pod:4534
29556 msgid "See also L</vglvuuids>."
29557 msgstr ""
29558
29559 # type: =head2
29560 #. type: =head2
29561 #: ../fish/guestfish-actions.pod:4536
29562 msgid "vgremove"
29563 msgstr ""
29564
29565 # type: verbatim
29566 #. type: verbatim
29567 #: ../fish/guestfish-actions.pod:4538
29568 #, no-wrap
29569 msgid ""
29570 " vgremove vgname\n"
29571 "\n"
29572 msgstr ""
29573
29574 # type: =head2
29575 #. type: =head2
29576 #: ../fish/guestfish-actions.pod:4545
29577 msgid "vgrename"
29578 msgstr ""
29579
29580 # type: verbatim
29581 #. type: verbatim
29582 #: ../fish/guestfish-actions.pod:4547
29583 #, no-wrap
29584 msgid ""
29585 " vgrename volgroup newvolgroup\n"
29586 "\n"
29587 msgstr ""
29588
29589 # type: =head2
29590 #. type: =head2
29591 #: ../fish/guestfish-actions.pod:4551
29592 msgid "vgs"
29593 msgstr ""
29594
29595 # type: verbatim
29596 #. type: verbatim
29597 #: ../fish/guestfish-actions.pod:4553
29598 #, no-wrap
29599 msgid ""
29600 " vgs\n"
29601 "\n"
29602 msgstr ""
29603
29604 # type: textblock
29605 #. type: textblock
29606 #: ../fish/guestfish-actions.pod:4561
29607 msgid "See also L</vgs-full>."
29608 msgstr ""
29609
29610 # type: =head2
29611 #. type: =head2
29612 #: ../fish/guestfish-actions.pod:4563
29613 msgid "vgs-full"
29614 msgstr ""
29615
29616 # type: verbatim
29617 #. type: verbatim
29618 #: ../fish/guestfish-actions.pod:4565
29619 #, no-wrap
29620 msgid ""
29621 " vgs-full\n"
29622 "\n"
29623 msgstr ""
29624
29625 # type: =head2
29626 #. type: =head2
29627 #: ../fish/guestfish-actions.pod:4570
29628 msgid "vgscan"
29629 msgstr ""
29630
29631 # type: verbatim
29632 #. type: verbatim
29633 #: ../fish/guestfish-actions.pod:4572
29634 #, no-wrap
29635 msgid ""
29636 " vgscan\n"
29637 "\n"
29638 msgstr ""
29639
29640 # type: =head2
29641 #. type: =head2
29642 #: ../fish/guestfish-actions.pod:4577
29643 msgid "vguuid"
29644 msgstr ""
29645
29646 # type: verbatim
29647 #. type: verbatim
29648 #: ../fish/guestfish-actions.pod:4579
29649 #, no-wrap
29650 msgid ""
29651 " vguuid vgname\n"
29652 "\n"
29653 msgstr ""
29654
29655 # type: =head2
29656 #. type: =head2
29657 #: ../fish/guestfish-actions.pod:4583
29658 msgid "wc-c"
29659 msgstr ""
29660
29661 # type: verbatim
29662 #. type: verbatim
29663 #: ../fish/guestfish-actions.pod:4585
29664 #, no-wrap
29665 msgid ""
29666 " wc-c path\n"
29667 "\n"
29668 msgstr ""
29669
29670 # type: =head2
29671 #. type: =head2
29672 #: ../fish/guestfish-actions.pod:4590
29673 msgid "wc-l"
29674 msgstr ""
29675
29676 # type: verbatim
29677 #. type: verbatim
29678 #: ../fish/guestfish-actions.pod:4592
29679 #, no-wrap
29680 msgid ""
29681 " wc-l path\n"
29682 "\n"
29683 msgstr ""
29684
29685 # type: =head2
29686 #. type: =head2
29687 #: ../fish/guestfish-actions.pod:4597
29688 msgid "wc-w"
29689 msgstr ""
29690
29691 # type: verbatim
29692 #. type: verbatim
29693 #: ../fish/guestfish-actions.pod:4599
29694 #, no-wrap
29695 msgid ""
29696 " wc-w path\n"
29697 "\n"
29698 msgstr ""
29699
29700 # type: =head2
29701 #. type: =head2
29702 #: ../fish/guestfish-actions.pod:4604
29703 msgid "write"
29704 msgstr ""
29705
29706 # type: verbatim
29707 #. type: verbatim
29708 #: ../fish/guestfish-actions.pod:4606
29709 #, no-wrap
29710 msgid ""
29711 " write path content\n"
29712 "\n"
29713 msgstr ""
29714
29715 # type: =head2
29716 #. type: =head2
29717 #: ../fish/guestfish-actions.pod:4614
29718 msgid "write-file"
29719 msgstr ""
29720
29721 # type: verbatim
29722 #. type: verbatim
29723 #: ../fish/guestfish-actions.pod:4616
29724 #, no-wrap
29725 msgid ""
29726 " write-file path content size\n"
29727 "\n"
29728 msgstr ""
29729
29730 #. type: textblock
29731 #: ../fish/guestfish-actions.pod:4632
29732 msgid ""
29733 "This function is deprecated.  In new code, use the L</write> call instead."
29734 msgstr ""
29735
29736 # type: =head2
29737 #. type: =head2
29738 #: ../fish/guestfish-actions.pod:4639
29739 msgid "zegrep"
29740 msgstr ""
29741
29742 # type: verbatim
29743 #. type: verbatim
29744 #: ../fish/guestfish-actions.pod:4641
29745 #, no-wrap
29746 msgid ""
29747 " zegrep regex path\n"
29748 "\n"
29749 msgstr ""
29750
29751 # type: =head2
29752 #. type: =head2
29753 #: ../fish/guestfish-actions.pod:4649
29754 msgid "zegrepi"
29755 msgstr ""
29756
29757 # type: verbatim
29758 #. type: verbatim
29759 #: ../fish/guestfish-actions.pod:4651
29760 #, no-wrap
29761 msgid ""
29762 " zegrepi regex path\n"
29763 "\n"
29764 msgstr ""
29765
29766 # type: =head2
29767 #. type: =head2
29768 #: ../fish/guestfish-actions.pod:4659
29769 msgid "zero"
29770 msgstr ""
29771
29772 # type: verbatim
29773 #. type: verbatim
29774 #: ../fish/guestfish-actions.pod:4661
29775 #, no-wrap
29776 msgid ""
29777 " zero device\n"
29778 "\n"
29779 msgstr ""
29780
29781 # type: textblock
29782 #. type: textblock
29783 #: ../fish/guestfish-actions.pod:4669
29784 msgid "See also: L</zero-device>, L</scrub-device>."
29785 msgstr ""
29786
29787 # type: =head2
29788 #. type: =head2
29789 #: ../fish/guestfish-actions.pod:4671
29790 msgid "zero-device"
29791 msgstr ""
29792
29793 # type: verbatim
29794 #. type: verbatim
29795 #: ../fish/guestfish-actions.pod:4673
29796 #, no-wrap
29797 msgid ""
29798 " zero-device device\n"
29799 "\n"
29800 msgstr ""
29801
29802 # type: textblock
29803 #. type: textblock
29804 #: ../fish/guestfish-actions.pod:4675
29805 msgid ""
29806 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29807 "which just zeroes the first few blocks of a device."
29808 msgstr ""
29809
29810 # type: =head2
29811 #. type: =head2
29812 #: ../fish/guestfish-actions.pod:4682
29813 msgid "zerofree"
29814 msgstr ""
29815
29816 # type: verbatim
29817 #. type: verbatim
29818 #: ../fish/guestfish-actions.pod:4684
29819 #, no-wrap
29820 msgid ""
29821 " zerofree device\n"
29822 "\n"
29823 msgstr ""
29824
29825 # type: =head2
29826 #. type: =head2
29827 #: ../fish/guestfish-actions.pod:4697
29828 msgid "zfgrep"
29829 msgstr ""
29830
29831 # type: verbatim
29832 #. type: verbatim
29833 #: ../fish/guestfish-actions.pod:4699
29834 #, no-wrap
29835 msgid ""
29836 " zfgrep pattern path\n"
29837 "\n"
29838 msgstr ""
29839
29840 # type: =head2
29841 #. type: =head2
29842 #: ../fish/guestfish-actions.pod:4707
29843 msgid "zfgrepi"
29844 msgstr ""
29845
29846 # type: verbatim
29847 #. type: verbatim
29848 #: ../fish/guestfish-actions.pod:4709
29849 #, no-wrap
29850 msgid ""
29851 " zfgrepi pattern path\n"
29852 "\n"
29853 msgstr ""
29854
29855 # type: =head2
29856 #. type: =head2
29857 #: ../fish/guestfish-actions.pod:4717
29858 msgid "zfile"
29859 msgstr ""
29860
29861 # type: verbatim
29862 #. type: verbatim
29863 #: ../fish/guestfish-actions.pod:4719
29864 #, no-wrap
29865 msgid ""
29866 " zfile meth path\n"
29867 "\n"
29868 msgstr ""
29869
29870 # type: textblock
29871 #. type: textblock
29872 #: ../fish/guestfish-actions.pod:4726
29873 msgid ""
29874 "Since 1.0.63, use L</file> instead which can now process compressed files."
29875 msgstr ""
29876
29877 #. type: textblock
29878 #: ../fish/guestfish-actions.pod:4729
29879 msgid ""
29880 "This function is deprecated.  In new code, use the L</file> call instead."
29881 msgstr ""
29882
29883 # type: =head2
29884 #. type: =head2
29885 #: ../fish/guestfish-actions.pod:4736
29886 msgid "zgrep"
29887 msgstr ""
29888
29889 # type: verbatim
29890 #. type: verbatim
29891 #: ../fish/guestfish-actions.pod:4738
29892 #, no-wrap
29893 msgid ""
29894 " zgrep regex path\n"
29895 "\n"
29896 msgstr ""
29897
29898 # type: =head2
29899 #. type: =head2
29900 #: ../fish/guestfish-actions.pod:4746
29901 msgid "zgrepi"
29902 msgstr ""
29903
29904 # type: verbatim
29905 #. type: verbatim
29906 #: ../fish/guestfish-actions.pod:4748
29907 #, no-wrap
29908 msgid ""
29909 " zgrepi regex path\n"
29910 "\n"
29911 msgstr ""
29912
29913 # type: =head2
29914 #. type: =head2
29915 #: ../fish/guestfish-commands.pod:1
29916 msgid "alloc"
29917 msgstr ""
29918
29919 # type: =head2
29920 #. type: =head2
29921 #: ../fish/guestfish-commands.pod:3
29922 msgid "allocate"
29923 msgstr ""
29924
29925 # type: verbatim
29926 #. type: verbatim
29927 #: ../fish/guestfish-commands.pod:5
29928 #, no-wrap
29929 msgid ""
29930 " alloc filename size\n"
29931 "\n"
29932 msgstr ""
29933
29934 # type: textblock
29935 #. type: textblock
29936 #: ../fish/guestfish-commands.pod:7
29937 msgid ""
29938 "This creates an empty (zeroed) file of the given size, and then adds so it "
29939 "can be further examined."
29940 msgstr ""
29941
29942 # type: textblock
29943 #. type: textblock
29944 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29945 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29946 msgstr ""
29947
29948 # type: textblock
29949 #. type: textblock
29950 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29951 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29952 msgstr ""
29953
29954 # type: textblock
29955 #. type: textblock
29956 #: ../fish/guestfish-commands.pod:14
29957 msgid ""
29958 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29959 "image, see L</PREPARED DISK IMAGES>."
29960 msgstr ""
29961
29962 # type: =head2
29963 #. type: =head2
29964 #: ../fish/guestfish-commands.pod:17
29965 msgid "copy-in"
29966 msgstr ""
29967
29968 # type: verbatim
29969 #. type: verbatim
29970 #: ../fish/guestfish-commands.pod:19
29971 #, no-wrap
29972 msgid ""
29973 " copy-in local [local ...] /remotedir\n"
29974 "\n"
29975 msgstr ""
29976
29977 # type: textblock
29978 #. type: textblock
29979 #: ../fish/guestfish-commands.pod:21
29980 msgid ""
29981 "C<copy-in> copies local files or directories recursively into the disk "
29982 "image, placing them in the directory called C</remotedir> (which must "
29983 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29984 "other commands as necessary."
29985 msgstr ""
29986
29987 # type: textblock
29988 #. type: textblock
29989 #: ../fish/guestfish-commands.pod:26
29990 msgid ""
29991 "Multiple local files and directories can be specified, but the last "
29992 "parameter must always be a remote directory.  Wildcards cannot be used."
29993 msgstr ""
29994
29995 # type: =head2
29996 #. type: =head2
29997 #: ../fish/guestfish-commands.pod:30
29998 msgid "copy-out"
29999 msgstr ""
30000
30001 # type: verbatim
30002 #. type: verbatim
30003 #: ../fish/guestfish-commands.pod:32
30004 #, no-wrap
30005 msgid ""
30006 " copy-out remote [remote ...] localdir\n"
30007 "\n"
30008 msgstr ""
30009
30010 # type: textblock
30011 #. type: textblock
30012 #: ../fish/guestfish-commands.pod:34
30013 msgid ""
30014 "C<copy-out> copies remote files or directories recursively out of the disk "
30015 "image, placing them on the host disk in a local directory called C<localdir> "
30016 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
30017 "download>, L</tar-out> and other commands as necessary."
30018 msgstr ""
30019
30020 # type: textblock
30021 #. type: textblock
30022 #: ../fish/guestfish-commands.pod:40
30023 msgid ""
30024 "Multiple remote files and directories can be specified, but the last "
30025 "parameter must always be a local directory.  To download to the current "
30026 "directory, use C<.> as in:"
30027 msgstr ""
30028
30029 # type: verbatim
30030 #. type: verbatim
30031 #: ../fish/guestfish-commands.pod:44
30032 #, no-wrap
30033 msgid ""
30034 " copy-out /home .\n"
30035 "\n"
30036 msgstr ""
30037
30038 # type: textblock
30039 #. type: textblock
30040 #: ../fish/guestfish-commands.pod:46
30041 msgid ""
30042 "Wildcards cannot be used in the ordinary command, but you can use them with "
30043 "the help of L</glob> like this:"
30044 msgstr ""
30045
30046 # type: verbatim
30047 #. type: verbatim
30048 #: ../fish/guestfish-commands.pod:49
30049 #, no-wrap
30050 msgid ""
30051 " glob copy-out /home/* .\n"
30052 "\n"
30053 msgstr ""
30054
30055 # type: =head2
30056 #. type: =head2
30057 #: ../fish/guestfish-commands.pod:51
30058 msgid "echo"
30059 msgstr ""
30060
30061 # type: verbatim
30062 #. type: verbatim
30063 #: ../fish/guestfish-commands.pod:53
30064 #, no-wrap
30065 msgid ""
30066 " echo [params ...]\n"
30067 "\n"
30068 msgstr ""
30069
30070 # type: textblock
30071 #. type: textblock
30072 #: ../fish/guestfish-commands.pod:55
30073 msgid "This echos the parameters to the terminal."
30074 msgstr ""
30075
30076 # type: =head2
30077 #. type: =head2
30078 #: ../fish/guestfish-commands.pod:57
30079 msgid "edit"
30080 msgstr ""
30081
30082 # type: =head2
30083 #. type: =head2
30084 #: ../fish/guestfish-commands.pod:59
30085 msgid "vi"
30086 msgstr ""
30087
30088 # type: =head2
30089 #. type: =head2
30090 #: ../fish/guestfish-commands.pod:61
30091 msgid "emacs"
30092 msgstr ""
30093
30094 # type: verbatim
30095 #. type: verbatim
30096 #: ../fish/guestfish-commands.pod:63
30097 #, no-wrap
30098 msgid ""
30099 " edit filename\n"
30100 "\n"
30101 msgstr ""
30102
30103 # type: textblock
30104 #. type: textblock
30105 #: ../fish/guestfish-commands.pod:65
30106 msgid ""
30107 "This is used to edit a file.  It downloads the file, edits it locally using "
30108 "your editor, then uploads the result."
30109 msgstr ""
30110
30111 # type: textblock
30112 #. type: textblock
30113 #: ../fish/guestfish-commands.pod:68
30114 msgid ""
30115 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30116 "or C<emacs> you will get those corresponding editors."
30117 msgstr ""
30118
30119 # type: =head2
30120 #. type: =head2
30121 #: ../fish/guestfish-commands.pod:72
30122 msgid "glob"
30123 msgstr ""
30124
30125 # type: verbatim
30126 #. type: verbatim
30127 #: ../fish/guestfish-commands.pod:74
30128 #, no-wrap
30129 msgid ""
30130 " glob command args...\n"
30131 "\n"
30132 msgstr ""
30133
30134 # type: textblock
30135 #. type: textblock
30136 #: ../fish/guestfish-commands.pod:76
30137 msgid ""
30138 "Expand wildcards in any paths in the args list, and run C<command> "
30139 "repeatedly on each matching path."
30140 msgstr ""
30141
30142 # type: textblock
30143 #. type: textblock
30144 #: ../fish/guestfish-commands.pod:79
30145 msgid "See L</WILDCARDS AND GLOBBING>."
30146 msgstr ""
30147
30148 # type: =head2
30149 #. type: =head2
30150 #: ../fish/guestfish-commands.pod:81
30151 msgid "hexedit"
30152 msgstr ""
30153
30154 # type: verbatim
30155 #. type: verbatim
30156 #: ../fish/guestfish-commands.pod:83
30157 #, no-wrap
30158 msgid ""
30159 " hexedit <filename|device>\n"
30160 " hexedit <filename|device> <max>\n"
30161 " hexedit <filename|device> <start> <max>\n"
30162 "\n"
30163 msgstr ""
30164
30165 # type: textblock
30166 #. type: textblock
30167 #: ../fish/guestfish-commands.pod:87
30168 msgid ""
30169 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30170 "device."
30171 msgstr ""
30172
30173 # type: textblock
30174 #. type: textblock
30175 #: ../fish/guestfish-commands.pod:90
30176 msgid ""
30177 "This command works by downloading potentially the whole file or device, "
30178 "editing it locally, then uploading it.  If the file or device is large, you "
30179 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30180 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30181 "usual modifiers allowed such as C<1M> (1 megabyte)."
30182 msgstr ""
30183
30184 # type: textblock
30185 #. type: textblock
30186 #: ../fish/guestfish-commands.pod:97
30187 msgid "For example to edit the first few sectors of a disk you might do:"
30188 msgstr ""
30189
30190 # type: verbatim
30191 #. type: verbatim
30192 #: ../fish/guestfish-commands.pod:100
30193 #, no-wrap
30194 msgid ""
30195 " hexedit /dev/sda 1M\n"
30196 "\n"
30197 msgstr ""
30198
30199 # type: textblock
30200 #. type: textblock
30201 #: ../fish/guestfish-commands.pod:102
30202 msgid ""
30203 "which would allow you to edit anywhere within the first megabyte of the disk."
30204 msgstr ""
30205
30206 # type: textblock
30207 #. type: textblock
30208 #: ../fish/guestfish-commands.pod:105
30209 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30210 msgstr ""
30211
30212 # type: verbatim
30213 #. type: verbatim
30214 #: ../fish/guestfish-commands.pod:107
30215 #, no-wrap
30216 msgid ""
30217 " hexedit /dev/sda1 0x400 0x400\n"
30218 "\n"
30219 msgstr ""
30220
30221 # type: textblock
30222 #. type: textblock
30223 #: ../fish/guestfish-commands.pod:109
30224 msgid "(assuming the superblock is in the standard location)."
30225 msgstr ""
30226
30227 # type: textblock
30228 #. type: textblock
30229 #: ../fish/guestfish-commands.pod:111
30230 msgid ""
30231 "This command requires the external L<hexedit(1)> program.  You can specify "
30232 "another program to use by setting the C<HEXEDITOR> environment variable."
30233 msgstr ""
30234
30235 # type: textblock
30236 #. type: textblock
30237 #: ../fish/guestfish-commands.pod:115
30238 msgid "See also L</hexdump>."
30239 msgstr ""
30240
30241 # type: =head2
30242 #. type: =head2
30243 #: ../fish/guestfish-commands.pod:117
30244 msgid "lcd"
30245 msgstr ""
30246
30247 # type: verbatim
30248 #. type: verbatim
30249 #: ../fish/guestfish-commands.pod:119
30250 #, no-wrap
30251 msgid ""
30252 " lcd directory\n"
30253 "\n"
30254 msgstr ""
30255
30256 # type: textblock
30257 #. type: textblock
30258 #: ../fish/guestfish-commands.pod:121
30259 msgid ""
30260 "Change the local directory, ie. the current directory of guestfish itself."
30261 msgstr ""
30262
30263 # type: textblock
30264 #. type: textblock
30265 #: ../fish/guestfish-commands.pod:124
30266 msgid "Note that C<!cd> won't do what you might expect."
30267 msgstr ""
30268
30269 # type: =head2
30270 #. type: =head2
30271 #: ../fish/guestfish-commands.pod:126
30272 msgid "man"
30273 msgstr ""
30274
30275 # type: =head2
30276 #. type: =head2
30277 #: ../fish/guestfish-commands.pod:128
30278 msgid "manual"
30279 msgstr ""
30280
30281 # type: verbatim
30282 #. type: verbatim
30283 #: ../fish/guestfish-commands.pod:130
30284 #, no-wrap
30285 msgid ""
30286 "  man\n"
30287 "\n"
30288 msgstr ""
30289
30290 # type: textblock
30291 #. type: textblock
30292 #: ../fish/guestfish-commands.pod:132
30293 msgid "Opens the manual page for guestfish."
30294 msgstr ""
30295
30296 # type: =head2
30297 #. type: =head2
30298 #: ../fish/guestfish-commands.pod:134
30299 msgid "more"
30300 msgstr ""
30301
30302 # type: =head2
30303 #. type: =head2
30304 #: ../fish/guestfish-commands.pod:136
30305 msgid "less"
30306 msgstr ""
30307
30308 # type: verbatim
30309 #. type: verbatim
30310 #: ../fish/guestfish-commands.pod:138
30311 #, no-wrap
30312 msgid ""
30313 " more filename\n"
30314 "\n"
30315 msgstr ""
30316
30317 # type: verbatim
30318 #. type: verbatim
30319 #: ../fish/guestfish-commands.pod:140
30320 #, no-wrap
30321 msgid ""
30322 " less filename\n"
30323 "\n"
30324 msgstr ""
30325
30326 # type: textblock
30327 #. type: textblock
30328 #: ../fish/guestfish-commands.pod:142
30329 msgid "This is used to view a file."
30330 msgstr ""
30331
30332 # type: textblock
30333 #. type: textblock
30334 #: ../fish/guestfish-commands.pod:144
30335 msgid ""
30336 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30337 "C<less> you will get the C<less> command specifically."
30338 msgstr ""
30339
30340 # type: =head2
30341 #. type: =head2
30342 #: ../fish/guestfish-commands.pod:147
30343 msgid "reopen"
30344 msgstr ""
30345
30346 # type: verbatim
30347 #. type: verbatim
30348 #: ../fish/guestfish-commands.pod:149
30349 #, no-wrap
30350 msgid ""
30351 "  reopen\n"
30352 "\n"
30353 msgstr ""
30354
30355 # type: textblock
30356 #. type: textblock
30357 #: ../fish/guestfish-commands.pod:151
30358 msgid ""
30359 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30360 "normally, because the handle is closed properly when guestfish exits.  "
30361 "However this is occasionally useful for testing."
30362 msgstr ""
30363
30364 # type: =head2
30365 #. type: =head2
30366 #: ../fish/guestfish-commands.pod:155
30367 msgid "sparse"
30368 msgstr ""
30369
30370 # type: verbatim
30371 #. type: verbatim
30372 #: ../fish/guestfish-commands.pod:157
30373 #, no-wrap
30374 msgid ""
30375 " sparse filename size\n"
30376 "\n"
30377 msgstr ""
30378
30379 # type: textblock
30380 #. type: textblock
30381 #: ../fish/guestfish-commands.pod:159
30382 msgid ""
30383 "This creates an empty sparse file of the given size, and then adds so it can "
30384 "be further examined."
30385 msgstr ""
30386
30387 # type: textblock
30388 #. type: textblock
30389 #: ../fish/guestfish-commands.pod:162
30390 msgid ""
30391 "In all respects it works the same as the L</alloc> command, except that the "
30392 "image file is allocated sparsely, which means that disk blocks are not "
30393 "assigned to the file until they are needed.  Sparse disk files only use "
30394 "space when written to, but they are slower and there is a danger you could "
30395 "run out of real disk space during a write operation."
30396 msgstr ""
30397
30398 # type: =head2
30399 #. type: =head2
30400 #: ../fish/guestfish-commands.pod:172
30401 msgid "supported"
30402 msgstr ""
30403
30404 # type: verbatim
30405 #. type: verbatim
30406 #: ../fish/guestfish-commands.pod:174
30407 #, no-wrap
30408 msgid ""
30409 " supported\n"
30410 "\n"
30411 msgstr ""
30412
30413 # type: textblock
30414 #. type: textblock
30415 #: ../fish/guestfish-commands.pod:176
30416 msgid ""
30417 "This command returns a list of the optional groups known to the daemon, and "
30418 "indicates which ones are supported by this build of the libguestfs appliance."
30419 msgstr ""
30420
30421 # type: textblock
30422 #. type: textblock
30423 #: ../fish/guestfish-commands.pod:180
30424 msgid "See also L<guestfs(3)/AVAILABILITY>."
30425 msgstr ""
30426
30427 # type: =head2
30428 #. type: =head2
30429 #: ../fish/guestfish-commands.pod:182
30430 msgid "time"
30431 msgstr ""
30432
30433 # type: verbatim
30434 #. type: verbatim
30435 #: ../fish/guestfish-commands.pod:184
30436 #, no-wrap
30437 msgid ""
30438 " time command args...\n"
30439 "\n"
30440 msgstr ""
30441
30442 # type: textblock
30443 #. type: textblock
30444 #: ../fish/guestfish-commands.pod:186
30445 msgid ""
30446 "Run the command as usual, but print the elapsed time afterwards.  This can "
30447 "be useful for benchmarking operations."
30448 msgstr ""
30449
30450 # type: textblock
30451 #. type: textblock
30452 #: ../test-tool/libguestfs-test-tool.pod:5
30453 msgid "libguestfs-test-tool - End user tests for libguestfs"
30454 msgstr ""
30455
30456 # type: verbatim
30457 #. type: verbatim
30458 #: ../test-tool/libguestfs-test-tool.pod:9
30459 #, no-wrap
30460 msgid ""
30461 " libguestfs-test-tool [--options]\n"
30462 "\n"
30463 msgstr ""
30464
30465 # type: textblock
30466 #. type: textblock
30467 #: ../test-tool/libguestfs-test-tool.pod:13
30468 msgid ""
30469 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30470 "and developers, to allow them to check basic libguestfs functionality is "
30471 "working.  This is needed because libguestfs occasionally breaks for reasons "
30472 "beyond our control: usually because of changes in the underlying qemu or "
30473 "kernel packages, or the host environment."
30474 msgstr ""
30475
30476 # type: textblock
30477 #. type: textblock
30478 #: ../test-tool/libguestfs-test-tool.pod:20
30479 msgid "If you suspect a problem in libguestfs, then just run:"
30480 msgstr ""
30481
30482 # type: verbatim
30483 #. type: verbatim
30484 #: ../test-tool/libguestfs-test-tool.pod:22
30485 #, no-wrap
30486 msgid ""
30487 " libguestfs-test-tool\n"
30488 "\n"
30489 msgstr ""
30490
30491 # type: textblock
30492 #. type: textblock
30493 #: ../test-tool/libguestfs-test-tool.pod:24
30494 msgid "It will print lots of diagnostic messages."
30495 msgstr ""
30496
30497 # type: textblock
30498 #. type: textblock
30499 #: ../test-tool/libguestfs-test-tool.pod:26
30500 msgid "If it runs to completion successfully, you will see this near the end:"
30501 msgstr ""
30502
30503 # type: verbatim
30504 #. type: verbatim
30505 #: ../test-tool/libguestfs-test-tool.pod:28
30506 #, no-wrap
30507 msgid ""
30508 " ===== TEST FINISHED OK =====\n"
30509 "\n"
30510 msgstr ""
30511
30512 # type: textblock
30513 #. type: textblock
30514 #: ../test-tool/libguestfs-test-tool.pod:30
30515 msgid "and the test tool will exit with code 0."
30516 msgstr ""
30517
30518 # type: textblock
30519 #. type: textblock
30520 #: ../test-tool/libguestfs-test-tool.pod:32
30521 msgid ""
30522 "If it fails (and/or exits with non-zero error code), please paste the "
30523 "B<complete, unedited> output of the test tool into a bug report.  More "
30524 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30525 "> website."
30526 msgstr ""
30527
30528 # type: =item
30529 #. type: =item
30530 #: ../test-tool/libguestfs-test-tool.pod:41
30531 msgid "I<--help>"
30532 msgstr ""
30533
30534 # type: textblock
30535 #. type: textblock
30536 #: ../test-tool/libguestfs-test-tool.pod:43
30537 msgid "Display short usage information and exit."
30538 msgstr ""
30539
30540 # type: =item
30541 #. type: =item
30542 #: ../test-tool/libguestfs-test-tool.pod:45
30543 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30544 msgstr ""
30545
30546 # type: textblock
30547 #. type: textblock
30548 #: ../test-tool/libguestfs-test-tool.pod:47
30549 msgid ""
30550 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30551 "normally look in the C<$libexec> directory that was configured when the tool "
30552 "was built."
30553 msgstr ""
30554
30555 # type: =item
30556 #. type: =item
30557 #: ../test-tool/libguestfs-test-tool.pod:51
30558 msgid "I<--qemu qemu_binary>"
30559 msgstr ""
30560
30561 # type: textblock
30562 #. type: textblock
30563 #: ../test-tool/libguestfs-test-tool.pod:53
30564 msgid ""
30565 "If you have downloaded another qemu binary, point this option at the full "
30566 "path of the binary to try it."
30567 msgstr ""
30568
30569 # type: =item
30570 #. type: =item
30571 #: ../test-tool/libguestfs-test-tool.pod:56
30572 msgid "I<--qemudir qemu_source_dir>"
30573 msgstr ""
30574
30575 # type: textblock
30576 #. type: textblock
30577 #: ../test-tool/libguestfs-test-tool.pod:58
30578 msgid ""
30579 "If you have compiled qemu from source, point this option at the source "
30580 "directory to try it."
30581 msgstr ""
30582
30583 # type: =item
30584 #. type: =item
30585 #: ../test-tool/libguestfs-test-tool.pod:61
30586 msgid "I<--timeout N>"
30587 msgstr ""
30588
30589 # type: textblock
30590 #. type: textblock
30591 #: ../test-tool/libguestfs-test-tool.pod:63
30592 msgid ""
30593 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30594 "does not usually need to be adjusted unless your machine is very slow."
30595 msgstr ""
30596
30597 # type: =head1
30598 #. type: =head1
30599 #: ../test-tool/libguestfs-test-tool.pod:69
30600 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30601 msgstr ""
30602
30603 # type: textblock
30604 #. type: textblock
30605 #: ../test-tool/libguestfs-test-tool.pod:71
30606 msgid ""
30607 "If you have compiled another version of qemu from source and would like to "
30608 "try that, then you can use the I<--qemudir> option to point to the qemu "
30609 "source directory."
30610 msgstr ""
30611
30612 # type: textblock
30613 #. type: textblock
30614 #: ../test-tool/libguestfs-test-tool.pod:75
30615 msgid ""
30616 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30617 "option to point to the binary."
30618 msgstr ""
30619
30620 # type: textblock
30621 #. type: textblock
30622 #: ../test-tool/libguestfs-test-tool.pod:78
30623 msgid ""
30624 "When using an alternate qemu with libguestfs, usually you would need to "
30625 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30626 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30627 "use either of the I<--qemudir> or I<--qemu> options."
30628 msgstr ""
30629
30630 # type: textblock
30631 #. type: textblock
30632 #: ../test-tool/libguestfs-test-tool.pod:85
30633 msgid ""
30634 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30635 "I<1> if there was an error."
30636 msgstr ""
30637
30638 # type: =item
30639 #. type: =item
30640 #: ../test-tool/libguestfs-test-tool.pod:92
30641 msgid "/usr/libexec/libguestfs-test-tool-helper"
30642 msgstr ""
30643
30644 # type: textblock
30645 #. type: textblock
30646 #: ../test-tool/libguestfs-test-tool.pod:94
30647 msgid ""
30648 "This helper program is run inside the appliance and provides additional "
30649 "tests."
30650 msgstr ""
30651
30652 # type: =item
30653 #. type: =item
30654 #: ../test-tool/libguestfs-test-tool.pod:97
30655 msgid "/usr/bin/mkisofs"
30656 msgstr ""
30657
30658 # type: textblock
30659 #. type: textblock
30660 #: ../test-tool/libguestfs-test-tool.pod:99
30661 msgid ""
30662 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30663 "which is used as part of the tests."
30664 msgstr ""
30665
30666 # type: textblock
30667 #. type: textblock
30668 #: ../test-tool/libguestfs-test-tool.pod:106
30669 msgid ""
30670 "For the full list of environment variables which may affect libguestfs, "
30671 "please see the L<guestfs(3)> manual page."
30672 msgstr ""
30673
30674 # type: textblock
30675 #. type: textblock
30676 #: ../test-tool/libguestfs-test-tool.pod:111
30677 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30678 msgstr ""
30679
30680 # type: textblock
30681 #. type: textblock
30682 #: ../test-tool/libguestfs-test-tool.pod:121
30683 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30684 msgstr ""
30685
30686 # type: textblock
30687 #. type: textblock
30688 #: ../fuse/guestmount.pod:5
30689 msgid ""
30690 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30691 msgstr ""
30692
30693 # type: verbatim
30694 #. type: verbatim
30695 #: ../fuse/guestmount.pod:9
30696 #, no-wrap
30697 msgid ""
30698 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30699 "\n"
30700 msgstr ""
30701
30702 # type: verbatim
30703 #. type: verbatim
30704 #: ../fuse/guestmount.pod:11
30705 #, no-wrap
30706 msgid ""
30707 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30708 "\n"
30709 msgstr ""
30710
30711 # type: verbatim
30712 #. type: verbatim
30713 #: ../fuse/guestmount.pod:13
30714 #, no-wrap
30715 msgid ""
30716 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30717 "\n"
30718 msgstr ""
30719
30720 # type: textblock
30721 #. type: textblock
30722 #: ../fuse/guestmount.pod:17
30723 msgid ""
30724 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30725 "machines.  If you do this, you risk disk corruption in the VM."
30726 msgstr ""
30727
30728 # type: textblock
30729 #. type: textblock
30730 #: ../fuse/guestmount.pod:22
30731 msgid ""
30732 "The guestmount program can be used to mount virtual machine filesystems and "
30733 "other disk images on the host.  It uses libguestfs for access to the guest "
30734 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30735 "a mountable device."
30736 msgstr ""
30737
30738 # type: textblock
30739 #. type: textblock
30740 #: ../fuse/guestmount.pod:27
30741 msgid ""
30742 "Along with other options, you have to give at least one device (I<-a> "
30743 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30744 "option) or use the I<-i> inspection option.  How this works is better "
30745 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30746 "below."
30747 msgstr ""
30748
30749 # type: textblock
30750 #. type: textblock
30751 #: ../fuse/guestmount.pod:33
30752 msgid ""
30753 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30754 "by you, and the filesystem will not be visible to any other users unless you "
30755 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30756 "the filesystem, use the C<fusermount -u> command."
30757 msgstr ""
30758
30759 # type: textblock
30760 #. type: textblock
30761 #: ../fuse/guestmount.pod:41
30762 msgid ""
30763 "For a typical Windows guest which has its main filesystem on the first "
30764 "partition:"
30765 msgstr ""
30766
30767 # type: verbatim
30768 #. type: verbatim
30769 #: ../fuse/guestmount.pod:44
30770 #, no-wrap
30771 msgid ""
30772 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30773 "\n"
30774 msgstr ""
30775
30776 # type: textblock
30777 #. type: textblock
30778 #: ../fuse/guestmount.pod:46
30779 msgid ""
30780 "For a typical Linux guest which has a /boot filesystem on the first "
30781 "partition, and the root filesystem on a logical volume:"
30782 msgstr ""
30783
30784 # type: verbatim
30785 #. type: verbatim
30786 #: ../fuse/guestmount.pod:49
30787 #, no-wrap
30788 msgid ""
30789 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30790 "\n"
30791 msgstr ""
30792
30793 # type: textblock
30794 #. type: textblock
30795 #: ../fuse/guestmount.pod:51
30796 msgid "To get libguestfs to detect guest mountpoints for you:"
30797 msgstr ""
30798
30799 # type: verbatim
30800 #. type: verbatim
30801 #: ../fuse/guestmount.pod:53
30802 #, no-wrap
30803 msgid ""
30804 " guestmount -a guest.img -i --ro /mnt\n"
30805 "\n"
30806 msgstr ""
30807
30808 # type: textblock
30809 #. type: textblock
30810 #: ../fuse/guestmount.pod:55
30811 msgid "For a libvirt guest called \"Guest\" you could do:"
30812 msgstr ""
30813
30814 # type: verbatim
30815 #. type: verbatim
30816 #: ../fuse/guestmount.pod:57
30817 #, no-wrap
30818 msgid ""
30819 " guestmount -d Guest -i --ro /mnt\n"
30820 "\n"
30821 msgstr ""
30822
30823 # type: textblock
30824 #. type: textblock
30825 #: ../fuse/guestmount.pod:59
30826 msgid ""
30827 "If you don't know what filesystems are contained in a guest or disk image, "
30828 "use L<virt-filesystems(1)> first:"
30829 msgstr ""
30830
30831 # type: verbatim
30832 #. type: verbatim
30833 #: ../fuse/guestmount.pod:62
30834 #, no-wrap
30835 msgid ""
30836 " virt-filesystems MyGuest\n"
30837 "\n"
30838 msgstr ""
30839
30840 # type: textblock
30841 #. type: textblock
30842 #: ../fuse/guestmount.pod:64
30843 msgid ""
30844 "If you want to trace the libguestfs calls but without excessive debugging "
30845 "information, we recommend:"
30846 msgstr ""
30847
30848 # type: verbatim
30849 #. type: verbatim
30850 #: ../fuse/guestmount.pod:67
30851 #, no-wrap
30852 msgid ""
30853 " guestmount [...] --trace /mnt\n"
30854 "\n"
30855 msgstr ""
30856
30857 # type: textblock
30858 #. type: textblock
30859 #: ../fuse/guestmount.pod:69
30860 msgid "If you want to debug the program, we recommend:"
30861 msgstr ""
30862
30863 # type: verbatim
30864 #. type: verbatim
30865 #: ../fuse/guestmount.pod:71
30866 #, no-wrap
30867 msgid ""
30868 " guestmount [...] --trace --verbose /mnt\n"
30869 "\n"
30870 msgstr ""
30871
30872 # type: =item
30873 #. type: =item
30874 #: ../fuse/guestmount.pod:77
30875 msgid "B<-a image> | B<--add image>"
30876 msgstr ""
30877
30878 # type: textblock
30879 #. type: textblock
30880 #: ../fuse/guestmount.pod:79
30881 msgid "Add a block device or virtual machine image."
30882 msgstr ""
30883
30884 # type: =item
30885 #. type: =item
30886 #: ../fuse/guestmount.pod:84
30887 msgid "B<-c URI> | B<--connect URI>"
30888 msgstr ""
30889
30890 # type: =item
30891 #. type: =item
30892 #: ../fuse/guestmount.pod:90
30893 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30894 msgstr ""
30895
30896 # type: =item
30897 #. type: =item
30898 #: ../fuse/guestmount.pod:96
30899 msgid "B<--dir-cache-timeout N>"
30900 msgstr ""
30901
30902 # type: textblock
30903 #. type: textblock
30904 #: ../fuse/guestmount.pod:98
30905 msgid ""
30906 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30907 "seconds.  The readdir cache [actually, there are several semi-independent "
30908 "caches] is populated after a readdir(2) call with the stat and extended "
30909 "attributes of the files in the directory, in anticipation that they will be "
30910 "requested soon after."
30911 msgstr ""
30912
30913 # type: textblock
30914 #. type: textblock
30915 #: ../fuse/guestmount.pod:104
30916 msgid ""
30917 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30918 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30919 "requests, only cache existing ones."
30920 msgstr ""
30921
30922 # type: =item
30923 #. type: =item
30924 #: ../fuse/guestmount.pod:115
30925 msgid "B<--format=raw|qcow2|..> | B<--format>"
30926 msgstr ""
30927
30928 # type: textblock
30929 #. type: textblock
30930 #: ../fuse/guestmount.pod:122
30931 msgid ""
30932 "If you have untrusted raw-format guest disk images, you should use this "
30933 "option to specify the disk format.  This avoids a possible security problem "
30934 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30935 "guestfs_add_drive_opts>."
30936 msgstr ""
30937
30938 # type: =item
30939 #. type: =item
30940 #: ../fuse/guestmount.pod:127
30941 msgid "B<--fuse-help>"
30942 msgstr ""
30943
30944 # type: textblock
30945 #. type: textblock
30946 #: ../fuse/guestmount.pod:129
30947 msgid "Display help on special FUSE options (see I<-o> below)."
30948 msgstr ""
30949
30950 # type: textblock
30951 #. type: textblock
30952 #: ../fuse/guestmount.pod:133
30953 msgid "Display brief help and exit."
30954 msgstr ""
30955
30956 # type: =item
30957 #. type: =item
30958 #: ../fuse/guestmount.pod:135
30959 msgid "B<-i> | B<--inspector>"
30960 msgstr ""
30961
30962 # type: =item
30963 #. type: =item
30964 #: ../fuse/guestmount.pod:146
30965 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30966 msgstr ""
30967
30968 # type: textblock
30969 #. type: textblock
30970 #: ../fuse/guestmount.pod:148
30971 msgid ""
30972 "Mount the named partition or logical volume on the given mountpoint B<in the "
30973 "guest> (this has nothing to do with mountpoints in the host)."
30974 msgstr ""
30975
30976 # type: textblock
30977 #. type: textblock
30978 #: ../fuse/guestmount.pod:151
30979 msgid ""
30980 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30981 "something on C</>."
30982 msgstr ""
30983
30984 # type: =item
30985 #. type: =item
30986 #: ../fuse/guestmount.pod:154
30987 msgid "B<-n> | B<--no-sync>"
30988 msgstr ""
30989
30990 # type: textblock
30991 #. type: textblock
30992 #: ../fuse/guestmount.pod:156
30993 msgid ""
30994 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30995 "unmounted.  If you specify this option, then we don't attempt to sync the "
30996 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30997 msgstr ""
30998
30999 # type: =item
31000 #. type: =item
31001 #: ../fuse/guestmount.pod:161
31002 msgid "B<-o option> | B<--option option>"
31003 msgstr ""
31004
31005 # type: textblock
31006 #. type: textblock
31007 #: ../fuse/guestmount.pod:163
31008 msgid "Pass extra options to FUSE."
31009 msgstr ""
31010
31011 # type: textblock
31012 #. type: textblock
31013 #: ../fuse/guestmount.pod:165
31014 msgid ""
31015 "To get a list of all the extra options supported by FUSE, use the command "
31016 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
31017 "of them are a good idea."
31018 msgstr ""
31019
31020 # type: verbatim
31021 #. type: verbatim
31022 #: ../fuse/guestmount.pod:169
31023 #, no-wrap
31024 msgid ""
31025 " guestmount --fuse-help\n"
31026 "\n"
31027 msgstr ""
31028
31029 # type: textblock
31030 #. type: textblock
31031 #: ../fuse/guestmount.pod:171
31032 msgid "Some potentially useful FUSE options:"
31033 msgstr ""
31034
31035 # type: =item
31036 #. type: =item
31037 #: ../fuse/guestmount.pod:175
31038 msgid "B<-o allow_other>"
31039 msgstr ""
31040
31041 # type: textblock
31042 #. type: textblock
31043 #: ../fuse/guestmount.pod:177
31044 msgid "Allow other users to see the filesystem."
31045 msgstr ""
31046
31047 # type: =item
31048 #. type: =item
31049 #: ../fuse/guestmount.pod:179
31050 msgid "B<-o attr_timeout=N>"
31051 msgstr ""
31052
31053 # type: textblock
31054 #. type: textblock
31055 #: ../fuse/guestmount.pod:181
31056 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
31057 msgstr ""
31058
31059 # type: =item
31060 #. type: =item
31061 #: ../fuse/guestmount.pod:183
31062 msgid "B<-o kernel_cache>"
31063 msgstr ""
31064
31065 # type: textblock
31066 #. type: textblock
31067 #: ../fuse/guestmount.pod:185
31068 msgid ""
31069 "Allow the kernel to cache files (reduces the number of reads that have to go "
31070 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
31071 "afford the extra memory usage."
31072 msgstr ""
31073
31074 # type: =item
31075 #. type: =item
31076 #: ../fuse/guestmount.pod:189
31077 msgid "B<-o uid=N> B<-o gid=N>"
31078 msgstr ""
31079
31080 # type: textblock
31081 #. type: textblock
31082 #: ../fuse/guestmount.pod:191
31083 msgid ""
31084 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
31085 "the chosen values."
31086 msgstr ""
31087
31088 # type: =item
31089 #. type: =item
31090 #: ../fuse/guestmount.pod:196
31091 msgid "B<-r> | B<--ro>"
31092 msgstr ""
31093
31094 # type: textblock
31095 #. type: textblock
31096 #: ../fuse/guestmount.pod:198
31097 msgid ""
31098 "Add devices and mount everything read-only.  Also disallow writes and make "
31099 "the disk appear read-only to FUSE."
31100 msgstr ""
31101
31102 # type: textblock
31103 #. type: textblock
31104 #: ../fuse/guestmount.pod:201
31105 msgid ""
31106 "This is highly recommended if you are not going to edit the guest disk.  If "
31107 "the guest is running and this option is I<not> supplied, then there is a "
31108 "strong risk of disk corruption in the guest.  We try to prevent this from "
31109 "happening, but it is not always possible."
31110 msgstr ""
31111
31112 # type: textblock
31113 #. type: textblock
31114 #: ../fuse/guestmount.pod:206
31115 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31116 msgstr ""
31117
31118 # type: textblock
31119 #. type: textblock
31120 #: ../fuse/guestmount.pod:210
31121 msgid "Enable SELinux support for the guest."
31122 msgstr ""
31123
31124 # type: =item
31125 #. type: =item
31126 #: ../fuse/guestmount.pod:212
31127 msgid "B<-v> | B<--verbose>"
31128 msgstr ""
31129
31130 # type: textblock
31131 #. type: textblock
31132 #: ../fuse/guestmount.pod:214
31133 msgid "Enable verbose messages from underlying libguestfs."
31134 msgstr ""
31135
31136 # type: =item
31137 #. type: =item
31138 #: ../fuse/guestmount.pod:216
31139 msgid "B<-V> | B<--version>"
31140 msgstr ""
31141
31142 # type: textblock
31143 #. type: textblock
31144 #: ../fuse/guestmount.pod:218
31145 msgid "Display the program version and exit."
31146 msgstr ""
31147
31148 # type: =item
31149 #. type: =item
31150 #: ../fuse/guestmount.pod:220
31151 msgid "B<-w> | B<--rw>"
31152 msgstr ""
31153
31154 # type: textblock
31155 #. type: textblock
31156 #: ../fuse/guestmount.pod:222
31157 msgid ""
31158 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31159 "FOR READ AND WRITE>."
31160 msgstr ""
31161
31162 # type: =item
31163 #. type: =item
31164 #: ../fuse/guestmount.pod:225
31165 msgid "B<-x> | B<--trace>"
31166 msgstr ""
31167
31168 # type: textblock
31169 #. type: textblock
31170 #: ../fuse/guestmount.pod:227
31171 msgid "Trace libguestfs calls and entry into each FUSE function."
31172 msgstr ""
31173
31174 # type: textblock
31175 #. type: textblock
31176 #: ../fuse/guestmount.pod:229
31177 msgid "This also stops the daemon from forking into the background."
31178 msgstr ""
31179
31180 # type: textblock
31181 #. type: textblock
31182 #: ../fuse/guestmount.pod:235
31183 msgid ""
31184 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31185 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31186 "net/>."
31187 msgstr ""
31188
31189 #. type: textblock
31190 #: ../tools/virt-edit.pl:34
31191 msgid "virt-edit - Edit a file in a virtual machine"
31192 msgstr ""
31193
31194 #. type: verbatim
31195 #: ../tools/virt-edit.pl:38
31196 #, no-wrap
31197 msgid ""
31198 " virt-edit [--options] domname file\n"
31199 "\n"
31200 msgstr ""
31201
31202 #. type: verbatim
31203 #: ../tools/virt-edit.pl:40
31204 #, no-wrap
31205 msgid ""
31206 " virt-edit [--options] disk.img [disk.img ...] file\n"
31207 "\n"
31208 msgstr ""
31209
31210 #. type: verbatim
31211 #: ../tools/virt-edit.pl:42
31212 #, no-wrap
31213 msgid ""
31214 " virt-edit [domname|disk.img] file -e 'expr'\n"
31215 "\n"
31216 msgstr ""
31217
31218 #. type: textblock
31219 #: ../tools/virt-edit.pl:46
31220 msgid ""
31221 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31222 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31223 "doing this, but doesn't catch all cases."
31224 msgstr ""
31225
31226 #. type: textblock
31227 #: ../tools/virt-edit.pl:52
31228 msgid ""
31229 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31230 "the named virtual machine (or disk image)."
31231 msgstr ""
31232
31233 #. type: textblock
31234 #: ../tools/virt-edit.pl:55
31235 msgid "If you want to just view a file, use L<virt-cat(1)>."
31236 msgstr ""
31237
31238 #. type: textblock
31239 #: ../tools/virt-edit.pl:57
31240 msgid ""
31241 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
31242 "USING GUESTFISH> below)."
31243 msgstr ""
31244
31245 #. type: textblock
31246 #: ../tools/virt-edit.pl:60
31247 msgid ""
31248 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
31249 "files.  L<guestfish(1)> can do that and much more."
31250 msgstr ""
31251
31252 #. type: textblock
31253 #: ../tools/virt-edit.pl:65
31254 msgid "Edit the named files interactively:"
31255 msgstr ""
31256
31257 #. type: verbatim
31258 #: ../tools/virt-edit.pl:67
31259 #, no-wrap
31260 msgid ""
31261 " virt-edit mydomain /boot/grub/grub.conf\n"
31262 "\n"
31263 msgstr ""
31264
31265 #. type: verbatim
31266 #: ../tools/virt-edit.pl:69
31267 #, no-wrap
31268 msgid ""
31269 " virt-edit mydomain /etc/passwd\n"
31270 "\n"
31271 msgstr ""
31272
31273 #. type: textblock
31274 #: ../tools/virt-edit.pl:71
31275 msgid ""
31276 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
31277 "below).  To change the init default level to 5:"
31278 msgstr ""
31279
31280 #. type: verbatim
31281 #: ../tools/virt-edit.pl:75
31282 #, no-wrap
31283 msgid ""
31284 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31285 "\n"
31286 msgstr ""
31287
31288 #. type: textblock
31289 #: ../tools/virt-edit.pl:87 ../tools/virt-win-reg.pl:106
31290 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
31291 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31292 msgid "Display brief help."
31293 msgstr ""
31294
31295 #. type: textblock
31296 #: ../tools/virt-edit.pl:95 ../tools/virt-win-reg.pl:114
31297 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31298 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
31299 #: ../tools/virt-list-partitions.pl:72
31300 msgid "Display version number and exit."
31301 msgstr ""
31302
31303 #. type: =item
31304 #: ../tools/virt-edit.pl:101
31305 msgid "B<--backup extension> | B<-b extension>"
31306 msgstr ""
31307
31308 #. type: textblock
31309 #: ../tools/virt-edit.pl:103
31310 msgid ""
31311 "Create a backup of the original file I<in the guest disk image>.  The backup "
31312 "has the original filename with C<extension> added."
31313 msgstr ""
31314
31315 #. type: textblock
31316 #: ../tools/virt-edit.pl:106
31317 msgid ""
31318 "Usually the first character of C<extension> would be a dot C<.> so you would "
31319 "write:"
31320 msgstr ""
31321
31322 #. type: verbatim
31323 #: ../tools/virt-edit.pl:109
31324 #, no-wrap
31325 msgid ""
31326 " virt-edit -b .orig [etc]\n"
31327 "\n"
31328 msgstr ""
31329
31330 #. type: textblock
31331 #: ../tools/virt-edit.pl:111
31332 msgid "By default, no backup file is made."
31333 msgstr ""
31334
31335 #. type: =item
31336 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:128
31337 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
31338 #: ../tools/virt-list-partitions.pl:78
31339 msgid "B<--connect URI> | B<-c URI>"
31340 msgstr ""
31341
31342 #. type: textblock
31343 #: ../tools/virt-edit.pl:119 ../tools/virt-win-reg.pl:130
31344 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
31345 #: ../tools/virt-list-partitions.pl:80
31346 msgid ""
31347 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31348 "to the default libvirt hypervisor."
31349 msgstr ""
31350
31351 #. type: textblock
31352 #: ../tools/virt-edit.pl:122 ../tools/virt-win-reg.pl:133
31353 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
31354 #: ../tools/virt-list-partitions.pl:83
31355 msgid ""
31356 "If you specify guest block devices directly, then libvirt is not used at all."
31357 msgstr ""
31358
31359 #. type: =item
31360 #: ../tools/virt-edit.pl:129 ../tools/virt-win-reg.pl:140
31361 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31362 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
31363 msgid "B<--format> raw"
31364 msgstr ""
31365
31366 #. type: textblock
31367 #: ../tools/virt-edit.pl:131 ../tools/virt-win-reg.pl:142
31368 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
31369 #: ../tools/virt-list-partitions.pl:92
31370 msgid ""
31371 "Specify the format of disk images given on the command line.  If this is "
31372 "omitted then the format is autodetected from the content of the disk image."
31373 msgstr ""
31374
31375 #. type: textblock
31376 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:146
31377 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
31378 #: ../tools/virt-list-partitions.pl:96
31379 msgid ""
31380 "If disk images are requested from libvirt, then this program asks libvirt "
31381 "for this information.  In this case, the value of the format parameter is "
31382 "ignored."
31383 msgstr ""
31384
31385 #. type: textblock
31386 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:150
31387 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31388 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
31389 #: ../tools/virt-list-partitions.pl:100
31390 msgid ""
31391 "If working with untrusted raw-format guest disk images, you should ensure "
31392 "the format is always specified."
31393 msgstr ""
31394
31395 #. type: =item
31396 #: ../tools/virt-edit.pl:146
31397 msgid "B<--expr EXPR> | B<-e EXPR>"
31398 msgstr ""
31399
31400 #. type: textblock
31401 #: ../tools/virt-edit.pl:148
31402 msgid ""
31403 "Instead of launching the external editor, non-interactively apply the Perl "
31404 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31405 "EDITING> below."
31406 msgstr ""
31407
31408 #. type: textblock
31409 #: ../tools/virt-edit.pl:152
31410 msgid ""
31411 "Be careful to properly quote the expression to prevent it from being altered "
31412 "by the shell."
31413 msgstr ""
31414
31415 #. type: =head1
31416 #: ../tools/virt-edit.pl:272
31417 msgid "NON-INTERACTIVE EDITING"
31418 msgstr ""
31419
31420 #. type: textblock
31421 #: ../tools/virt-edit.pl:274
31422 msgid ""
31423 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31424 "administrator can interactively edit the file."
31425 msgstr ""
31426
31427 #. type: textblock
31428 #: ../tools/virt-edit.pl:277
31429 msgid ""
31430 "There are two ways also to use C<virt-edit> from scripts in order to make "
31431 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31432 "like this, it's less error-prone to write scripts directly using the "
31433 "libguestfs API and Augeas for configuration file editing.)"
31434 msgstr ""
31435
31436 #. type: textblock
31437 #: ../tools/virt-edit.pl:283
31438 msgid ""
31439 "The first method is to temporarily set C<$EDITOR> to any script or program "
31440 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31441 "update C<tmpfile> in place however it likes."
31442 msgstr ""
31443
31444 #. type: textblock
31445 #: ../tools/virt-edit.pl:287
31446 msgid ""
31447 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31448 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31449 "instances of C<foo> with C<bar> in a file:"
31450 msgstr ""
31451
31452 #. type: verbatim
31453 #: ../tools/virt-edit.pl:291
31454 #, no-wrap
31455 msgid ""
31456 " virt-edit domname filename -e 's/foo/bar/'\n"
31457 "\n"
31458 msgstr ""
31459
31460 #. type: textblock
31461 #: ../tools/virt-edit.pl:293
31462 msgid ""
31463 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31464 "For example to delete root's password you could do:"
31465 msgstr ""
31466
31467 #. type: verbatim
31468 #: ../tools/virt-edit.pl:296
31469 #, no-wrap
31470 msgid ""
31471 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31472 "\n"
31473 msgstr ""
31474
31475 #. type: textblock
31476 #: ../tools/virt-edit.pl:298
31477 msgid ""
31478 "What really happens is that the snippet is evaluated as a Perl expression "
31479 "for each line of the file.  The line, including the final C<\\n>, is passed "
31480 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31481 msgstr ""
31482
31483 #. type: textblock
31484 #: ../tools/virt-edit.pl:303
31485 msgid ""
31486 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31487 "C<apache> user account from the password file you can do:"
31488 msgstr ""
31489
31490 #. type: verbatim
31491 #: ../tools/virt-edit.pl:306
31492 #, no-wrap
31493 msgid ""
31494 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31495 "\n"
31496 msgstr ""
31497
31498 #. type: textblock
31499 #: ../tools/virt-edit.pl:308
31500 msgid ""
31501 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31502 "the end of the file is rather difficult this way since there is no concept "
31503 "of \"last line of the file\" - your expression just doesn't get called "
31504 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31505 "want to do this."
31506 msgstr ""
31507
31508 #. type: textblock
31509 #: ../tools/virt-edit.pl:314
31510 msgid ""
31511 "The variable C<$lineno> contains the current line number.  As is "
31512 "traditional, the first line in the file is number C<1>."
31513 msgstr ""
31514
31515 #. type: textblock
31516 #: ../tools/virt-edit.pl:317
31517 msgid ""
31518 "The return value from the expression is ignored, but the expression may call "
31519 "C<die> in order to abort the whole program, leaving the original file "
31520 "untouched."
31521 msgstr ""
31522
31523 #. type: textblock
31524 #: ../tools/virt-edit.pl:321
31525 msgid ""
31526 "Remember when matching the end of a line that C<$_> may contain the final C<"
31527 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31528 "newline then neither of these.  Thus to match or substitute some text at the "
31529 "end of a line, use this regular expression:"
31530 msgstr ""
31531
31532 #. type: verbatim
31533 #: ../tools/virt-edit.pl:326
31534 #, no-wrap
31535 msgid ""
31536 " /some text(\\r?\\n)?$/\n"
31537 "\n"
31538 msgstr ""
31539
31540 #. type: textblock
31541 #: ../tools/virt-edit.pl:328
31542 msgid ""
31543 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31544 "$_> itself (since that would remove all newlines from the file):"
31545 msgstr ""
31546
31547 #. type: verbatim
31548 #: ../tools/virt-edit.pl:332
31549 #, no-wrap
31550 msgid ""
31551 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31552 "\n"
31553 msgstr ""
31554
31555 #. type: =head1
31556 #: ../tools/virt-edit.pl:334
31557 msgid "USING GUESTFISH"
31558 msgstr ""
31559
31560 #. type: textblock
31561 #: ../tools/virt-edit.pl:336
31562 msgid ""
31563 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
31564 "C<virt-edit> doesn't work."
31565 msgstr ""
31566
31567 #. type: textblock
31568 #: ../tools/virt-edit.pl:339
31569 msgid "Using C<virt-edit> is approximately equivalent to doing:"
31570 msgstr ""
31571
31572 #. type: verbatim
31573 #: ../tools/virt-edit.pl:341
31574 #, no-wrap
31575 msgid ""
31576 " guestfish --rw -i -d domname edit /file\n"
31577 "\n"
31578 msgstr ""
31579
31580 #. type: textblock
31581 #: ../tools/virt-edit.pl:343
31582 msgid ""
31583 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
31584 "path to the file."
31585 msgstr ""
31586
31587 #. type: textblock
31588 #: ../tools/virt-edit.pl:346
31589 msgid ""
31590 "The command above uses libguestfs's guest inspection feature and so does not "
31591 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
31592 "disk images that don't contain guests.  To edit a file on a disk image "
31593 "directly, use:"
31594 msgstr ""
31595
31596 #. type: verbatim
31597 #: ../tools/virt-edit.pl:351
31598 #, no-wrap
31599 msgid ""
31600 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
31601 "\n"
31602 msgstr ""
31603
31604 #. type: textblock
31605 #: ../tools/virt-edit.pl:353
31606 msgid ""
31607 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
31608 "the disk image to edit, and C</file> is the full path to the file."
31609 msgstr ""
31610
31611 #. type: textblock
31612 #: ../tools/virt-edit.pl:357
31613 msgid ""
31614 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
31615 "C<write> or C<upload> instead:"
31616 msgstr ""
31617
31618 #. type: verbatim
31619 #: ../tools/virt-edit.pl:360
31620 #, no-wrap
31621 msgid ""
31622 " guestfish --rw -i -d domname touch /newfile\n"
31623 "\n"
31624 msgstr ""
31625
31626 #. type: verbatim
31627 #: ../tools/virt-edit.pl:362
31628 #, no-wrap
31629 msgid ""
31630 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
31631 "\n"
31632 msgstr ""
31633
31634 #. type: verbatim
31635 #: ../tools/virt-edit.pl:364
31636 #, no-wrap
31637 msgid ""
31638 " guestfish --rw -i -d domname upload localfile /newfile\n"
31639 "\n"
31640 msgstr ""
31641
31642 #. type: textblock
31643 #: ../tools/virt-edit.pl:366
31644 msgid ""
31645 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
31646 msgstr ""
31647
31648 #. type: verbatim
31649 #: ../tools/virt-edit.pl:369
31650 #, no-wrap
31651 msgid ""
31652 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
31653 "\n"
31654 msgstr ""
31655
31656 #. type: =item
31657 #: ../tools/virt-edit.pl:379
31658 msgid "C<EDITOR>"
31659 msgstr ""
31660
31661 #. type: textblock
31662 #: ../tools/virt-edit.pl:381
31663 msgid ""
31664 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31665 "\"emacs -nw\">"
31666 msgstr ""
31667
31668 #. type: textblock
31669 #: ../tools/virt-edit.pl:384
31670 msgid "If not set, C<vi> is used."
31671 msgstr ""
31672
31673 #. type: =head1
31674 #: ../tools/virt-edit.pl:388 ../tools/virt-win-reg.pl:559
31675 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31676 #: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
31677 #: ../tools/virt-list-partitions.pl:250
31678 msgid "SHELL QUOTING"
31679 msgstr ""
31680
31681 #. type: textblock
31682 #: ../tools/virt-edit.pl:390 ../tools/virt-win-reg.pl:567
31683 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31684 #: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
31685 #: ../tools/virt-list-partitions.pl:252
31686 msgid ""
31687 "Libvirt guest names can contain arbitrary characters, some of which have "
31688 "meaning to the shell such as C<#> and space.  You may need to quote or "
31689 "escape these characters on the command line.  See the shell manual page L<sh"
31690 "(1)> for details."
31691 msgstr ""
31692
31693 #. type: textblock
31694 #: ../tools/virt-edit.pl:397
31695 msgid ""
31696 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31697 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
31698 "L<perlre(1)>."
31699 msgstr ""
31700
31701 #. type: =head1
31702 #: ../tools/virt-edit.pl:407 ../tools/virt-win-reg.pl:598
31703 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31704 #: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
31705 #: ../tools/virt-list-partitions.pl:269
31706 msgid "AUTHOR"
31707 msgstr ""
31708
31709 #. type: textblock
31710 #: ../tools/virt-edit.pl:409 ../tools/virt-win-reg.pl:600
31711 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31712 #: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
31713 #: ../tools/virt-list-partitions.pl:271
31714 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31715 msgstr ""
31716
31717 #. type: textblock
31718 #: ../tools/virt-edit.pl:413
31719 msgid "Copyright (C) 2009-2011 Red Hat Inc."
31720 msgstr ""
31721
31722 #. type: textblock
31723 #: ../tools/virt-win-reg.pl:37
31724 msgid ""
31725 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31726 msgstr ""
31727
31728 #. type: verbatim
31729 #: ../tools/virt-win-reg.pl:41
31730 #, no-wrap
31731 msgid ""
31732 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31733 "\n"
31734 msgstr ""
31735
31736 #. type: verbatim
31737 #: ../tools/virt-win-reg.pl:43
31738 #, no-wrap
31739 msgid ""
31740 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31741 "\n"
31742 msgstr ""
31743
31744 #. type: verbatim
31745 #: ../tools/virt-win-reg.pl:45
31746 #, no-wrap
31747 msgid ""
31748 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31749 "\n"
31750 msgstr ""
31751
31752 #. type: verbatim
31753 #: ../tools/virt-win-reg.pl:47
31754 #, no-wrap
31755 msgid ""
31756 " virt-win-reg --merge domname [input.reg ...]\n"
31757 "\n"
31758 msgstr ""
31759
31760 #. type: verbatim
31761 #: ../tools/virt-win-reg.pl:49
31762 #, no-wrap
31763 msgid ""
31764 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31765 "\n"
31766 msgstr ""
31767
31768 #. type: textblock
31769 #: ../tools/virt-win-reg.pl:53
31770 msgid ""
31771 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31772 "virtual machines.  If you do this, you I<will> get irreversible disk "
31773 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31774 "but doesn't catch all cases."
31775 msgstr ""
31776
31777 #. type: textblock
31778 #: ../tools/virt-win-reg.pl:58
31779 msgid ""
31780 "Modifying the Windows Registry is an inherently risky operation.  The format "
31781 "is deliberately obscure and undocumented, and Registry changes can leave the "
31782 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31783 "you have a reliable backup first."
31784 msgstr ""
31785
31786 #. type: textblock
31787 #: ../tools/virt-win-reg.pl:65
31788 msgid ""
31789 "This program can export and merge Windows Registry entries from a Windows "
31790 "guest."
31791 msgstr ""
31792
31793 #. type: textblock
31794 #: ../tools/virt-win-reg.pl:68
31795 msgid ""
31796 "The first parameter is the libvirt guest name or the raw disk image of a "
31797 "Windows guest."
31798 msgstr ""
31799
31800 #. type: textblock
31801 #: ../tools/virt-win-reg.pl:71
31802 msgid ""
31803 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31804 "exported (recursively).  For example:"
31805 msgstr ""
31806
31807 #. type: verbatim
31808 #: ../tools/virt-win-reg.pl:74
31809 #, no-wrap
31810 msgid ""
31811 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31812 "\n"
31813 msgstr ""
31814
31815 #. type: textblock
31816 #: ../tools/virt-win-reg.pl:76
31817 msgid ""
31818 "You can also display single values from within registry keys, for example:"
31819 msgstr ""
31820
31821 #. type: verbatim
31822 #: ../tools/virt-win-reg.pl:79
31823 #, no-wrap
31824 msgid ""
31825 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31826 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31827 " Windows 7 Enterprise\n"
31828 "\n"
31829 msgstr ""
31830
31831 #. type: textblock
31832 #: ../tools/virt-win-reg.pl:83
31833 msgid ""
31834 "With C<--merge>, you can merge a textual regedit file into the Windows "
31835 "Registry:"
31836 msgstr ""
31837
31838 #. type: verbatim
31839 #: ../tools/virt-win-reg.pl:86
31840 #, no-wrap
31841 msgid ""
31842 " $ virt-win-reg --merge Windows7 changes.reg\n"
31843 "\n"
31844 msgstr ""
31845
31846 #. type: =head2
31847 #: ../tools/virt-win-reg.pl:88
31848 msgid "NOTE"
31849 msgstr ""
31850
31851 #. type: textblock
31852 #: ../tools/virt-win-reg.pl:90
31853 msgid ""
31854 "This program is only meant for simple access to the registry.  If you want "
31855 "to do complicated things with the registry, we suggest you download the "
31856 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31857 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31858 "L<hivexregedit(1)>."
31859 msgstr ""
31860
31861 #. type: =item
31862 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31863 msgid "B<--debug>"
31864 msgstr ""
31865
31866 #. type: textblock
31867 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31868 msgid "Enable debugging messages."
31869 msgstr ""
31870
31871 #. type: =item
31872 #: ../tools/virt-win-reg.pl:157
31873 msgid "B<--merge>"
31874 msgstr ""
31875
31876 #. type: textblock
31877 #: ../tools/virt-win-reg.pl:159
31878 msgid ""
31879 "In merge mode, this merges a textual regedit file into the Windows Registry "
31880 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31881 "displays or exports Registry entries instead."
31882 msgstr ""
31883
31884 #. type: textblock
31885 #: ../tools/virt-win-reg.pl:163
31886 msgid ""
31887 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31888 "result in disk corruption.  However exporting (without this flag)  is always "
31889 "safe."
31890 msgstr ""
31891
31892 #. type: =item
31893 #: ../tools/virt-win-reg.pl:171
31894 msgid "B<--encoding> UTF-16LE|ASCII"
31895 msgstr ""
31896
31897 #. type: textblock
31898 #: ../tools/virt-win-reg.pl:173
31899 msgid ""
31900 "When merging (only), you may need to specify the encoding for strings to be "
31901 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31902 "(3)/ENCODING STRINGS>."
31903 msgstr ""
31904
31905 #. type: textblock
31906 #: ../tools/virt-win-reg.pl:177
31907 msgid ""
31908 "The default is to use UTF-16LE, which should work with recent versions of "
31909 "Windows."
31910 msgstr ""
31911
31912 #. type: =head1
31913 #: ../tools/virt-win-reg.pl:402
31914 msgid "SUPPORTED SYSTEMS"
31915 msgstr ""
31916
31917 #. type: textblock
31918 #: ../tools/virt-win-reg.pl:404
31919 msgid ""
31920 "The program currently supports Windows NT-derived guests starting with "
31921 "Windows XP through to at least Windows 7."
31922 msgstr ""
31923
31924 #. type: textblock
31925 #: ../tools/virt-win-reg.pl:407
31926 msgid ""
31927 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31928 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31929 "and C<HKEY_USERS\\.DEFAULT>."
31930 msgstr ""
31931
31932 #. type: textblock
31933 #: ../tools/virt-win-reg.pl:411
31934 msgid ""
31935 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31936 "C<HKEY_USERS>."
31937 msgstr ""
31938
31939 #. type: textblock
31940 #: ../tools/virt-win-reg.pl:414
31941 msgid ""
31942 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31943 "time."
31944 msgstr ""
31945
31946 #. type: =head1
31947 #: ../tools/virt-win-reg.pl:417
31948 msgid "ENCODING"
31949 msgstr ""
31950
31951 #. type: textblock
31952 #: ../tools/virt-win-reg.pl:419
31953 msgid ""
31954 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31955 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31956 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31957 "Windows-style line endings, you may need to reencode the whole file before "
31958 "or after processing."
31959 msgstr ""
31960
31961 #. type: textblock
31962 #: ../tools/virt-win-reg.pl:425
31963 msgid ""
31964 "To reencode a file from Windows format to Linux (before processing it with "
31965 "the C<--merge> option), you would do something like this:"
31966 msgstr ""
31967
31968 #. type: verbatim
31969 #: ../tools/virt-win-reg.pl:428
31970 #, no-wrap
31971 msgid ""
31972 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31973 "\n"
31974 msgstr ""
31975
31976 #. type: textblock
31977 #: ../tools/virt-win-reg.pl:430
31978 msgid ""
31979 "To go in the opposite direction, after exporting and before sending the file "
31980 "to a Windows user, do something like this:"
31981 msgstr ""
31982
31983 #. type: verbatim
31984 #: ../tools/virt-win-reg.pl:433
31985 #, no-wrap
31986 msgid ""
31987 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31988 "\n"
31989 msgstr ""
31990
31991 #. type: textblock
31992 #: ../tools/virt-win-reg.pl:435
31993 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31994 msgstr ""
31995
31996 #. type: textblock
31997 #: ../tools/virt-win-reg.pl:437
31998 msgid ""
31999 "If you are unsure about the current encoding, use the L<file(1)> command.  "
32000 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
32001 "style (CRLF) line endings, like this:"
32002 msgstr ""
32003
32004 #. type: verbatim
32005 #: ../tools/virt-win-reg.pl:441
32006 #, no-wrap
32007 msgid ""
32008 " $ file software.reg\n"
32009 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
32010 " with CRLF line terminators\n"
32011 "\n"
32012 msgstr ""
32013
32014 #. type: textblock
32015 #: ../tools/virt-win-reg.pl:445
32016 msgid "This file would need conversion before you could C<--merge> it."
32017 msgstr ""
32018
32019 #. type: =head1
32020 #: ../tools/virt-win-reg.pl:447
32021 msgid "CurrentControlSet etc."
32022 msgstr ""
32023
32024 #. type: textblock
32025 #: ../tools/virt-win-reg.pl:449
32026 msgid ""
32027 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
32028 "Registry at the level of the hive file, and therefore you cannot modify "
32029 "these."
32030 msgstr ""
32031
32032 #. type: textblock
32033 #: ../tools/virt-win-reg.pl:453
32034 msgid ""
32035 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
32036 "circumstances it might refer to another control set.  The way to find out is "
32037 "to look at the C<HKLM\\SYSTEM\\Select> key:"
32038 msgstr ""
32039
32040 #. type: verbatim
32041 #: ../tools/virt-win-reg.pl:457
32042 #, no-wrap
32043 msgid ""
32044 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
32045 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
32046 " \"Current\"=dword:00000001\n"
32047 " \"Default\"=dword:00000001\n"
32048 " \"Failed\"=dword:00000000\n"
32049 " \"LastKnownGood\"=dword:00000002\n"
32050 "\n"
32051 msgstr ""
32052
32053 #. type: textblock
32054 #: ../tools/virt-win-reg.pl:464
32055 msgid "\"Current\" is the one which Windows will choose when it boots."
32056 msgstr ""
32057
32058 #. type: textblock
32059 #: ../tools/virt-win-reg.pl:466
32060 msgid ""
32061 "Similarly, other C<Current...> keys in the path may need to be replaced."
32062 msgstr ""
32063
32064 #. type: =head1
32065 #: ../tools/virt-win-reg.pl:469
32066 msgid "WINDOWS TIPS"
32067 msgstr ""
32068
32069 #. type: textblock
32070 #: ../tools/virt-win-reg.pl:471
32071 msgid ""
32072 "Note that some of these tips modify the guest disk image.  The guest I<must> "
32073 "be shut off, else you will get disk corruption."
32074 msgstr ""
32075
32076 #. type: =head2
32077 #: ../tools/virt-win-reg.pl:474
32078 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
32079 msgstr ""
32080
32081 #. type: textblock
32082 #: ../tools/virt-win-reg.pl:476
32083 msgid ""
32084 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
32085 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
32086 "is uploaded into C<C:\\>:"
32087 msgstr ""
32088
32089 #. type: verbatim
32090 #: ../tools/virt-win-reg.pl:480
32091 #, no-wrap
32092 msgid ""
32093 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
32094 "\n"
32095 msgstr ""
32096
32097 #. type: textblock
32098 #: ../tools/virt-win-reg.pl:482
32099 msgid "Prepare a regedit file containing the registry change:"
32100 msgstr ""
32101
32102 #. type: verbatim
32103 #: ../tools/virt-win-reg.pl:484
32104 #, no-wrap
32105 msgid ""
32106 " cat > test.reg <<'EOF'\n"
32107 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
32108 " \"Test\"=\"c:\\\\test.bat\"\n"
32109 " EOF\n"
32110 "\n"
32111 msgstr ""
32112
32113 #. type: textblock
32114 #: ../tools/virt-win-reg.pl:489
32115 msgid ""
32116 "In this example we use the key C<RunOnce> which means that the script will "
32117 "run precisely once when the first user logs in.  If you want it to run every "
32118 "time a user logs in, replace C<RunOnce> with C<Run>."
32119 msgstr ""
32120
32121 #. type: textblock
32122 #: ../tools/virt-win-reg.pl:493
32123 msgid "Now update the registry:"
32124 msgstr ""
32125
32126 #. type: verbatim
32127 #: ../tools/virt-win-reg.pl:495
32128 #, no-wrap
32129 msgid ""
32130 " virt-win-reg --merge WindowsGuest test.reg\n"
32131 "\n"
32132 msgstr ""
32133
32134 #. type: =head2
32135 #: ../tools/virt-win-reg.pl:497
32136 msgid "INSTALLING A SERVICE"
32137 msgstr ""
32138
32139 #. type: textblock
32140 #: ../tools/virt-win-reg.pl:499
32141 msgid ""
32142 "This section assumes you are familiar with Windows services, and you either "
32143 "have a program which handles the Windows Service Control Protocol directly "
32144 "or you want to run any program using a service wrapper like SrvAny or the "
32145 "free RHSrvAny."
32146 msgstr ""
32147
32148 #. type: textblock
32149 #: ../tools/virt-win-reg.pl:504
32150 msgid ""
32151 "First upload the program and optionally the service wrapper.  In this case "
32152 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
32153 msgstr ""
32154
32155 #. type: verbatim
32156 #: ../tools/virt-win-reg.pl:508
32157 #, no-wrap
32158 msgid ""
32159 " guestfish -i -d WindowsGuest <<EOF\n"
32160 "   upload rhsrvany.exe /rhsrvany.exe\n"
32161 "   upload test.exe /test.exe\n"
32162 " EOF\n"
32163 "\n"
32164 msgstr ""
32165
32166 #. type: textblock
32167 #: ../tools/virt-win-reg.pl:513
32168 msgid ""
32169 "Prepare a regedit file containing the registry changes.  In this example, "
32170 "the first registry change is needed for the service itself or the service "
32171 "wrapper (if used).  The second registry change is only needed because I am "
32172 "using the RHSrvAny service wrapper."
32173 msgstr ""
32174
32175 #. type: verbatim
32176 #: ../tools/virt-win-reg.pl:518
32177 #, no-wrap
32178 msgid ""
32179 " cat > service.reg <<'EOF'\n"
32180 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
32181 " \"Type\"=dword:00000010\n"
32182 " \"Start\"=dword:00000002\n"
32183 " \"ErrorControl\"=dword:00000001\n"
32184 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
32185 " \"DisplayName\"=\"RHSrvAny\"\n"
32186 " \"ObjectName\"=\"NetworkService\"\n"
32187 " \n"
32188 msgstr ""
32189
32190 #. type: verbatim
32191 #: ../tools/virt-win-reg.pl:527
32192 #, no-wrap
32193 msgid ""
32194 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
32195 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
32196 " \"PWD\"=\"c:\\\\Temp\"\n"
32197 " EOF\n"
32198 "\n"
32199 msgstr ""
32200
32201 #. type: textblock
32202 #: ../tools/virt-win-reg.pl:538
32203 msgid ""
32204 "For use of C<ControlSet001> see the section above in this manual page.  You "
32205 "may need to adjust this according to the control set that is in use by the "
32206 "guest."
32207 msgstr ""
32208
32209 #. type: textblock
32210 #: ../tools/virt-win-reg.pl:544
32211 msgid ""
32212 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
32213 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
32214 "privileged account."
32215 msgstr ""
32216
32217 #. type: textblock
32218 #: ../tools/virt-win-reg.pl:550
32219 msgid ""
32220 "For the meaning of the magic numbers, see this Microsoft KB article: "
32221 "L<http://support.microsoft.com/kb/103000>."
32222 msgstr ""
32223
32224 #. type: textblock
32225 #: ../tools/virt-win-reg.pl:555
32226 msgid "Update the registry:"
32227 msgstr ""
32228
32229 #. type: verbatim
32230 #: ../tools/virt-win-reg.pl:557
32231 #, no-wrap
32232 msgid ""
32233 " virt-win-reg --merge WindowsGuest service.reg\n"
32234 "\n"
32235 msgstr ""
32236
32237 #. type: textblock
32238 #: ../tools/virt-win-reg.pl:561
32239 msgid ""
32240 "Be careful when passing parameters containing C<\\> (backslash) in the "
32241 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32242 "(but not both) to protect them from the shell."
32243 msgstr ""
32244
32245 #. type: textblock
32246 #: ../tools/virt-win-reg.pl:565
32247 msgid "Paths and value names are case-insensitive."
32248 msgstr ""
32249
32250 #. type: textblock
32251 #: ../tools/virt-win-reg.pl:574
32252 msgid ""
32253 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32254 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32255 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32256 msgstr ""
32257
32258 #. type: textblock
32259 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
32260 msgid ""
32261 "When reporting bugs, please enable debugging and capture the I<complete> "
32262 "output:"
32263 msgstr ""
32264
32265 #. type: verbatim
32266 #: ../tools/virt-win-reg.pl:592
32267 #, no-wrap
32268 msgid ""
32269 " export LIBGUESTFS_DEBUG=1\n"
32270 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32271 "\n"
32272 msgstr ""
32273
32274 #. type: textblock
32275 #: ../tools/virt-win-reg.pl:595
32276 msgid ""
32277 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32278 "redhat.com/>"
32279 msgstr ""
32280
32281 #. type: textblock
32282 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32283 #: ../tools/virt-make-fs.pl:570
32284 msgid "Copyright (C) 2010 Red Hat Inc."
32285 msgstr ""
32286
32287 #. type: textblock
32288 #: ../tools/virt-resize.pl:42
32289 msgid "virt-resize - Resize a virtual machine disk"
32290 msgstr ""
32291
32292 #. type: verbatim
32293 #: ../tools/virt-resize.pl:46
32294 #, no-wrap
32295 msgid ""
32296 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32297 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32298 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32299 "\n"
32300 msgstr ""
32301
32302 #. type: textblock
32303 #: ../tools/virt-resize.pl:52
32304 msgid ""
32305 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32306 "larger or smaller overall, and resizing or deleting any partitions contained "
32307 "within."
32308 msgstr ""
32309
32310 #. type: textblock
32311 #: ../tools/virt-resize.pl:56
32312 msgid ""
32313 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32314 "not> be used on live virtual machines - for consistent results, shut the "
32315 "virtual machine down before resizing it."
32316 msgstr ""
32317
32318 #. type: textblock
32319 #: ../tools/virt-resize.pl:60
32320 msgid ""
32321 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32322 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32323 msgstr ""
32324
32325 #. type: textblock
32326 #: ../tools/virt-resize.pl:66
32327 msgid ""
32328 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32329 "fill the extra 5GB of space."
32330 msgstr ""
32331
32332 #. type: verbatim
32333 #: ../tools/virt-resize.pl:69
32334 #, no-wrap
32335 msgid ""
32336 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32337 " virt-filesystems --long -h --all -a olddisk\n"
32338 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32339 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32340 "\n"
32341 msgstr ""
32342
32343 #. type: textblock
32344 #: ../tools/virt-resize.pl:74
32345 msgid ""
32346 "As above, but make the /boot partition 200MB bigger, while giving the "
32347 "remaining space to /dev/sda2:"
32348 msgstr ""
32349
32350 #. type: verbatim
32351 #: ../tools/virt-resize.pl:77
32352 #, no-wrap
32353 msgid ""
32354 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32355 "\n"
32356 msgstr ""
32357
32358 #. type: textblock
32359 #: ../tools/virt-resize.pl:79
32360 msgid "As above, but the output format will be uncompressed qcow2:"
32361 msgstr ""
32362
32363 #. type: verbatim
32364 #: ../tools/virt-resize.pl:81
32365 #, no-wrap
32366 msgid ""
32367 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32368 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32369 "\n"
32370 msgstr ""
32371
32372 #. type: =head1
32373 #: ../tools/virt-resize.pl:84
32374 msgid "DETAILED USAGE"
32375 msgstr ""
32376
32377 #. type: =head2
32378 #: ../tools/virt-resize.pl:86
32379 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32380 msgstr ""
32381
32382 #. type: =item
32383 #: ../tools/virt-resize.pl:90
32384 msgid "1. Shut down the virtual machine"
32385 msgstr ""
32386
32387 #. type: =item
32388 #: ../tools/virt-resize.pl:92
32389 msgid "2. Locate input disk image"
32390 msgstr ""
32391
32392 #. type: textblock
32393 #: ../tools/virt-resize.pl:94
32394 msgid ""
32395 "Locate the input disk image (ie. the file or device on the host containing "
32396 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32397 "dumpxml> like this to find the disk image name:"
32398 msgstr ""
32399
32400 #. type: verbatim
32401 #: ../tools/virt-resize.pl:98
32402 #, no-wrap
32403 msgid ""
32404 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32405 " Found 1 nodes:\n"
32406 " -- NODE --\n"
32407 " <source dev=\"/dev/vg/lv_guest\" />\n"
32408 "\n"
32409 msgstr ""
32410
32411 #. type: =item
32412 #: ../tools/virt-resize.pl:103
32413 msgid "3. Look at current sizing"
32414 msgstr ""
32415
32416 #. type: textblock
32417 #: ../tools/virt-resize.pl:105
32418 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32419 msgstr ""
32420
32421 #. type: verbatim
32422 #: ../tools/virt-resize.pl:108
32423 #, no-wrap
32424 msgid ""
32425 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32426 " Name       Type       Size  Parent\n"
32427 " /dev/sda1  partition  101M  /dev/sda\n"
32428 " /dev/sda2  partition  7.9G  /dev/sda\n"
32429 " /dev/sda   device     8.0G  -\n"
32430 "\n"
32431 msgstr ""
32432
32433 #. type: textblock
32434 #: ../tools/virt-resize.pl:114
32435 msgid ""
32436 "(This example is a virtual machine with an 8 GB disk which we would like to "
32437 "expand up to 10 GB)."
32438 msgstr ""
32439
32440 #. type: =item
32441 #: ../tools/virt-resize.pl:117
32442 msgid "4. Create output disk"
32443 msgstr ""
32444
32445 #. type: textblock
32446 #: ../tools/virt-resize.pl:119
32447 msgid ""
32448 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32449 "to store the resized output disk."
32450 msgstr ""
32451
32452 #. type: textblock
32453 #: ../tools/virt-resize.pl:122
32454 msgid ""
32455 "To store the resized disk image in a file, create a file of a suitable size:"
32456 msgstr ""
32457
32458 #. type: verbatim
32459 #: ../tools/virt-resize.pl:125
32460 #, no-wrap
32461 msgid ""
32462 " # rm -f outdisk\n"
32463 " # truncate -s 10G outdisk\n"
32464 "\n"
32465 msgstr ""
32466
32467 #. type: textblock
32468 #: ../tools/virt-resize.pl:128
32469 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32470 msgstr ""
32471
32472 #. type: verbatim
32473 #: ../tools/virt-resize.pl:130
32474 #, no-wrap
32475 msgid ""
32476 " # lvcreate -L 10G -n lv_name vg_name\n"
32477 "\n"
32478 msgstr ""
32479
32480 #. type: textblock
32481 #: ../tools/virt-resize.pl:132
32482 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32483 msgstr ""
32484
32485 #. type: verbatim
32486 #: ../tools/virt-resize.pl:134
32487 #, no-wrap
32488 msgid ""
32489 " # virsh pool-list\n"
32490 " # virsh vol-create-as poolname newvol 10G\n"
32491 "\n"
32492 msgstr ""
32493
32494 #. type: =item
32495 #: ../tools/virt-resize.pl:137
32496 msgid "5. Resize"
32497 msgstr ""
32498
32499 #. type: textblock
32500 #: ../tools/virt-resize.pl:139
32501 msgid ""
32502 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32503 "file) and the output disk.  The output disk is the one created in the "
32504 "previous step."
32505 msgstr ""
32506
32507 #. type: verbatim
32508 #: ../tools/virt-resize.pl:143
32509 #, no-wrap
32510 msgid ""
32511 " # virt-resize indisk outdisk\n"
32512 "\n"
32513 msgstr ""
32514
32515 #. type: textblock
32516 #: ../tools/virt-resize.pl:145
32517 msgid ""
32518 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32519 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32520 "larger, then an extra, empty partition is created at the end of the disk "
32521 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32522 "error."
32523 msgstr ""
32524
32525 #. type: textblock
32526 #: ../tools/virt-resize.pl:151
32527 msgid ""
32528 "More realistically you'd want to expand existing partitions in the disk "
32529 "image by passing extra options (for the full list see the L</OPTIONS> "
32530 "section below)."
32531 msgstr ""
32532
32533 #. type: textblock
32534 #: ../tools/virt-resize.pl:155
32535 msgid ""
32536 "L</--expand> is the most useful option.  It expands the named partition "
32537 "within the disk to fill any extra space:"
32538 msgstr ""
32539
32540 #. type: verbatim
32541 #: ../tools/virt-resize.pl:158
32542 #, no-wrap
32543 msgid ""
32544 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32545 "\n"
32546 msgstr ""
32547
32548 #. type: textblock
32549 #: ../tools/virt-resize.pl:160
32550 msgid ""
32551 "(In this case, an extra partition is I<not> created at the end of the disk, "
32552 "because there will be no unused space)."
32553 msgstr ""
32554
32555 #. type: textblock
32556 #: ../tools/virt-resize.pl:163
32557 msgid ""
32558 "L</--resize> is the other commonly used option.  The following would "
32559 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32560 "rest of the available space:"
32561 msgstr ""
32562
32563 #. type: verbatim
32564 #: ../tools/virt-resize.pl:167
32565 #, no-wrap
32566 msgid ""
32567 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32568 "     indisk outdisk\n"
32569 "\n"
32570 msgstr ""
32571
32572 #. type: textblock
32573 #: ../tools/virt-resize.pl:170
32574 msgid ""
32575 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32576 "if virt-resize knows how, it will resize the contents, the equivalent of "
32577 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32578 ">.  However virt-resize does not know how to resize some filesystems, so you "
32579 "would have to online resize them after booting the guest."
32580 msgstr ""
32581
32582 #. type: textblock
32583 #: ../tools/virt-resize.pl:177
32584 msgid "Other options are covered below."
32585 msgstr ""
32586
32587 #. type: =item
32588 #: ../tools/virt-resize.pl:179
32589 msgid "6. Test"
32590 msgstr ""
32591
32592 #. type: textblock
32593 #: ../tools/virt-resize.pl:181
32594 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32595 msgstr ""
32596
32597 #. type: textblock
32598 #: ../tools/virt-resize.pl:183
32599 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32600 msgstr ""
32601
32602 #. type: verbatim
32603 #: ../tools/virt-resize.pl:185
32604 #, no-wrap
32605 msgid ""
32606 " # virsh edit guestname\n"
32607 "\n"
32608 msgstr ""
32609
32610 #. type: textblock
32611 #: ../tools/virt-resize.pl:187
32612 msgid ""
32613 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32614 "html#elementsDisks>"
32615 msgstr ""
32616
32617 #. type: textblock
32618 #: ../tools/virt-resize.pl:190
32619 msgid "Then start up the domain with the new, resized disk:"
32620 msgstr ""
32621
32622 #. type: verbatim
32623 #: ../tools/virt-resize.pl:192
32624 #, no-wrap
32625 msgid ""
32626 " # virsh start guestname\n"
32627 "\n"
32628 msgstr ""
32629
32630 #. type: textblock
32631 #: ../tools/virt-resize.pl:194
32632 msgid ""
32633 "and check that it still works.  See also the L</NOTES> section below for "
32634 "additional information."
32635 msgstr ""
32636
32637 #. type: =item
32638 #: ../tools/virt-resize.pl:197
32639 msgid "7. Resize LVs etc inside the guest"
32640 msgstr ""
32641
32642 #. type: textblock
32643 #: ../tools/virt-resize.pl:199
32644 msgid "(This can also be done offline using L<guestfish(1)>)"
32645 msgstr ""
32646
32647 #. type: textblock
32648 #: ../tools/virt-resize.pl:201
32649 msgid ""
32650 "Once the guest has booted you should see the new space available, at least "
32651 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32652 "may need to resize LVs inside PVs, and also resize filesystem types that "
32653 "virt-resize does not know how to expand."
32654 msgstr ""
32655
32656 #. type: =head2
32657 #: ../tools/virt-resize.pl:208
32658 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32659 msgstr ""
32660
32661 #. type: textblock
32662 #: ../tools/virt-resize.pl:210
32663 msgid ""
32664 "Shrinking is somewhat more complex than expanding, and only an overview is "
32665 "given here."
32666 msgstr ""
32667
32668 #. type: textblock
32669 #: ../tools/virt-resize.pl:213
32670 msgid ""
32671 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32672 "filesystems).  The user has to shrink content before passing the disk image "
32673 "to virt-resize, and virt-resize will check that the content has been shrunk "
32674 "properly."
32675 msgstr ""
32676
32677 #. type: textblock
32678 #: ../tools/virt-resize.pl:218
32679 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32680 msgstr ""
32681
32682 #. type: textblock
32683 #: ../tools/virt-resize.pl:220
32684 msgid ""
32685 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32686 "steps 3 and 4 above to allocate a new disk image."
32687 msgstr ""
32688
32689 #. type: textblock
32690 #: ../tools/virt-resize.pl:223
32691 msgid ""
32692 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32693 msgstr ""
32694
32695 #. type: =head2
32696 #: ../tools/virt-resize.pl:226
32697 msgid "IGNORING OR DELETING PARTITIONS"
32698 msgstr ""
32699
32700 #. type: textblock
32701 #: ../tools/virt-resize.pl:228
32702 msgid ""
32703 "virt-resize also gives a convenient way to ignore or delete partitions when "
32704 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32705 "up the copy where you don't care about the existing contents of a "
32706 "partition.  Deleting a partition removes it completely, but note that it "
32707 "also renumbers any partitions after the one which is deleted, which can "
32708 "leave some guests unbootable."
32709 msgstr ""
32710
32711 #. type: =head2
32712 #: ../tools/virt-resize.pl:235
32713 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32714 msgstr ""
32715
32716 #. type: textblock
32717 #: ../tools/virt-resize.pl:237
32718 msgid ""
32719 "If the input disk is in qcow2 format, then you may prefer that the output is "
32720 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32721 "the fly.  The output format is simply determined by the format of the empty "
32722 "output container that you provide.  Thus to create qcow2 output, use:"
32723 msgstr ""
32724
32725 #. type: verbatim
32726 #: ../tools/virt-resize.pl:243
32727 #, no-wrap
32728 msgid ""
32729 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32730 "\n"
32731 msgstr ""
32732
32733 #. type: textblock
32734 #: ../tools/virt-resize.pl:245
32735 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32736 msgstr ""
32737
32738 #. type: textblock
32739 #: ../tools/virt-resize.pl:247
32740 msgid "Similarly, to get non-sparse raw output use:"
32741 msgstr ""
32742
32743 #. type: verbatim
32744 #: ../tools/virt-resize.pl:249
32745 #, no-wrap
32746 msgid ""
32747 " fallocate -l size outdisk\n"
32748 "\n"
32749 msgstr ""
32750
32751 #. type: textblock
32752 #: ../tools/virt-resize.pl:251
32753 msgid ""
32754 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32755 "dev/zero of=outdisk bs=1M count=..>)"
32756 msgstr ""
32757
32758 #. type: textblock
32759 #: ../tools/virt-resize.pl:264
32760 msgid "Display help."
32761 msgstr ""
32762
32763 #. type: =item
32764 #: ../tools/virt-resize.pl:278
32765 msgid "B<--resize part=size>"
32766 msgstr ""
32767
32768 #. type: textblock
32769 #: ../tools/virt-resize.pl:280
32770 msgid ""
32771 "Resize the named partition (expanding or shrinking it) so that it has the "
32772 "given size."
32773 msgstr ""
32774
32775 #. type: textblock
32776 #: ../tools/virt-resize.pl:283
32777 msgid ""
32778 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32779 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32780 "Exabytes; or as a percentage of the current size; or as a relative number or "
32781 "percentage.  For example:"
32782 msgstr ""
32783
32784 #. type: verbatim
32785 #: ../tools/virt-resize.pl:288
32786 #, no-wrap
32787 msgid ""
32788 " --resize /dev/sda2=10G\n"
32789 "\n"
32790 msgstr ""
32791
32792 #. type: verbatim
32793 #: ../tools/virt-resize.pl:290
32794 #, no-wrap
32795 msgid ""
32796 " --resize /dev/sda4=90%\n"
32797 "\n"
32798 msgstr ""
32799
32800 #. type: verbatim
32801 #: ../tools/virt-resize.pl:292
32802 #, no-wrap
32803 msgid ""
32804 " --resize /dev/sda2=+1G\n"
32805 "\n"
32806 msgstr ""
32807
32808 #. type: verbatim
32809 #: ../tools/virt-resize.pl:294
32810 #, no-wrap
32811 msgid ""
32812 " --resize /dev/sda2=-200M\n"
32813 "\n"
32814 msgstr ""
32815
32816 #. type: verbatim
32817 #: ../tools/virt-resize.pl:296
32818 #, no-wrap
32819 msgid ""
32820 " --resize /dev/sda1=+128K\n"
32821 "\n"
32822 msgstr ""
32823
32824 #. type: verbatim
32825 #: ../tools/virt-resize.pl:298
32826 #, no-wrap
32827 msgid ""
32828 " --resize /dev/sda1=+10%\n"
32829 "\n"
32830 msgstr ""
32831
32832 #. type: verbatim
32833 #: ../tools/virt-resize.pl:300
32834 #, no-wrap
32835 msgid ""
32836 " --resize /dev/sda1=-10%\n"
32837 "\n"
32838 msgstr ""
32839
32840 #. type: textblock
32841 #: ../tools/virt-resize.pl:302
32842 msgid ""
32843 "You can increase the size of any partition.  Virt-resize will expand the "
32844 "direct content of the partition if it knows how (see C<--expand> below)."
32845 msgstr ""
32846
32847 #. type: textblock
32848 #: ../tools/virt-resize.pl:306
32849 msgid ""
32850 "You can only I<decrease> the size of partitions that contain filesystems or "
32851 "PVs which have already been shrunk.  Virt-resize will check this has been "
32852 "done before proceeding, or else will print an error (see also C<--resize-"
32853 "force>)."
32854 msgstr ""
32855
32856 #. type: textblock
32857 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32858 #: ../tools/virt-resize.pl:420
32859 msgid "You can give this option multiple times."
32860 msgstr ""
32861
32862 #. type: =item
32863 #: ../tools/virt-resize.pl:317
32864 msgid "B<--resize-force part=size>"
32865 msgstr ""
32866
32867 #. type: textblock
32868 #: ../tools/virt-resize.pl:319
32869 msgid ""
32870 "This is the same as C<--resize> except that it will let you decrease the "
32871 "size of any partition.  Generally this means you will lose any data which "
32872 "was at the end of the partition you shrink, but you may not care about that "
32873 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32874 "as a swap partition)."
32875 msgstr ""
32876
32877 #. type: textblock
32878 #: ../tools/virt-resize.pl:325
32879 msgid "See also the C<--ignore> option."
32880 msgstr ""
32881
32882 #. type: =item
32883 #: ../tools/virt-resize.pl:331
32884 msgid "B<--expand part>"
32885 msgstr ""
32886
32887 #. type: textblock
32888 #: ../tools/virt-resize.pl:333
32889 msgid ""
32890 "Expand the named partition so it uses up all extra space (space left over "
32891 "after any other resize changes that you request have been done)."
32892 msgstr ""
32893
32894 #. type: textblock
32895 #: ../tools/virt-resize.pl:336
32896 msgid ""
32897 "If virt-resize knows how, it will expand the direct content of the "
32898 "partition.  For example, if the partition is an LVM PV, it will expand the "
32899 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32900 "content it doesn't know about alone."
32901 msgstr ""
32902
32903 #. type: textblock
32904 #: ../tools/virt-resize.pl:341
32905 msgid "Currently virt-resize can resize:"
32906 msgstr ""
32907
32908 #. type: textblock
32909 #: ../tools/virt-resize.pl:347
32910 msgid ""
32911 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32912 "partition."
32913 msgstr ""
32914
32915 #. type: textblock
32916 #: ../tools/virt-resize.pl:352
32917 msgid ""
32918 "NTFS filesystems contained directly in a partition, if libguestfs was "
32919 "compiled with support for NTFS."
32920 msgstr ""
32921
32922 #. type: textblock
32923 #: ../tools/virt-resize.pl:355
32924 msgid ""
32925 "The filesystem must have been shut down consistently last time it was used.  "
32926 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32927 "consistency check, so at the first boot after resizing Windows will check "
32928 "the disk."
32929 msgstr ""
32930
32931 #. type: textblock
32932 #: ../tools/virt-resize.pl:362
32933 msgid ""
32934 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32935 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32936 "resize LVs as desired after boot."
32937 msgstr ""
32938
32939 #. type: textblock
32940 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32941 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32942 msgstr ""
32943
32944 #. type: =item
32945 #: ../tools/virt-resize.pl:374
32946 msgid "B<--shrink part>"
32947 msgstr ""
32948
32949 #. type: textblock
32950 #: ../tools/virt-resize.pl:376
32951 msgid ""
32952 "Shrink the named partition until the overall disk image fits in the "
32953 "destination.  The named partition B<must> contain a filesystem or PV which "
32954 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32955 "online tools).  Virt-resize will check this and give an error if it has not "
32956 "been done."
32957 msgstr ""
32958
32959 #. type: textblock
32960 #: ../tools/virt-resize.pl:382
32961 msgid ""
32962 "The amount by which the overall disk must be shrunk (after carrying out all "
32963 "other operations requested by the user) is called the \"deficit\".  For "
32964 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32965 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32966 "would give an error unless the user specified a partition to shrink and that "
32967 "partition had more than a gigabyte of free space."
32968 msgstr ""
32969
32970 #. type: =item
32971 #: ../tools/virt-resize.pl:396
32972 msgid "B<--ignore part>"
32973 msgstr ""
32974
32975 #. type: textblock
32976 #: ../tools/virt-resize.pl:398
32977 msgid ""
32978 "Ignore the named partition.  Effectively this means the partition is "
32979 "allocated on the destination disk, but the content is not copied across from "
32980 "the source disk.  The content of the partition will be blank (all zero "
32981 "bytes)."
32982 msgstr ""
32983
32984 #. type: =item
32985 #: ../tools/virt-resize.pl:409
32986 msgid "B<--delete part>"
32987 msgstr ""
32988
32989 #. type: textblock
32990 #: ../tools/virt-resize.pl:411
32991 msgid ""
32992 "Delete the named partition.  It would be more accurate to describe this as "
32993 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
32994 "the original disk image is left intact."
32995 msgstr ""
32996
32997 #. type: textblock
32998 #: ../tools/virt-resize.pl:415
32999 msgid ""
33000 "Note that when you delete a partition, then anything contained in the "
33001 "partition is also deleted.  Furthermore, this causes any partitions that "
33002 "come after to be I<renumbered>, which can easily make your guest unbootable."
33003 msgstr ""
33004
33005 #. type: =item
33006 #: ../tools/virt-resize.pl:426
33007 msgid "B<--LV-expand logvol>"
33008 msgstr ""
33009
33010 #. type: textblock
33011 #: ../tools/virt-resize.pl:428
33012 msgid ""
33013 "This takes the logical volume and, as a final step, expands it to fill all "
33014 "the space available in its volume group.  A typical usage, assuming a Linux "
33015 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
33016 "lv_root> would be:"
33017 msgstr ""
33018
33019 #. type: verbatim
33020 #: ../tools/virt-resize.pl:433
33021 #, no-wrap
33022 msgid ""
33023 " virt-resize indisk outdisk \\\n"
33024 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
33025 "\n"
33026 msgstr ""
33027
33028 #. type: textblock
33029 #: ../tools/virt-resize.pl:436
33030 msgid ""
33031 "This would first expand the partition (and PV), and then expand the root "
33032 "device to fill the extra space in the PV."
33033 msgstr ""
33034
33035 #. type: textblock
33036 #: ../tools/virt-resize.pl:439
33037 msgid ""
33038 "The contents of the LV are also resized if virt-resize knows how to do "
33039 "that.  You can stop virt-resize from trying to expand the content by using "
33040 "the option C<--no-expand-content>."
33041 msgstr ""
33042
33043 #. type: textblock
33044 #: ../tools/virt-resize.pl:443
33045 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
33046 msgstr ""
33047
33048 #. type: textblock
33049 #: ../tools/virt-resize.pl:446
33050 msgid ""
33051 "You can give this option multiple times, I<but> it doesn't make sense to do "
33052 "this unless the logical volumes you specify are all in different volume "
33053 "groups."
33054 msgstr ""
33055
33056 #. type: =item
33057 #: ../tools/virt-resize.pl:454
33058 msgid "B<--no-copy-boot-loader>"
33059 msgstr ""
33060
33061 #. type: textblock
33062 #: ../tools/virt-resize.pl:456
33063 msgid ""
33064 "By default, virt-resize copies over some sectors at the start of the disk "
33065 "(up to the beginning of the first partition).  Commonly these sectors "
33066 "contain the Master Boot Record (MBR) and the boot loader, and are required "
33067 "in order for the guest to boot correctly."
33068 msgstr ""
33069
33070 #. type: textblock
33071 #: ../tools/virt-resize.pl:461
33072 msgid ""
33073 "If you specify this flag, then this initial copy is not done.  You may need "
33074 "to reinstall the boot loader in this case."
33075 msgstr ""
33076
33077 #. type: =item
33078 #: ../tools/virt-resize.pl:469
33079 msgid "B<--no-extra-partition>"
33080 msgstr ""
33081
33082 #. type: textblock
33083 #: ../tools/virt-resize.pl:471
33084 msgid ""
33085 "By default, virt-resize creates an extra partition if there is any extra, "
33086 "unused space after all resizing has happened.  Use this option to prevent "
33087 "the extra partition from being created.  If you do this then the extra space "
33088 "will be inaccessible until you run fdisk, parted, or some other partitioning "
33089 "tool in the guest."
33090 msgstr ""
33091
33092 #. type: textblock
33093 #: ../tools/virt-resize.pl:477
33094 msgid ""
33095 "Note that if the surplus space is smaller than 10 MB, no extra partition "
33096 "will be created."
33097 msgstr ""
33098
33099 #. type: =item
33100 #: ../tools/virt-resize.pl:484
33101 msgid "B<--no-expand-content>"
33102 msgstr ""
33103
33104 #. type: textblock
33105 #: ../tools/virt-resize.pl:486
33106 msgid ""
33107 "By default, virt-resize will try to expand the direct contents of "
33108 "partitions, if it knows how (see C<--expand> option above)."
33109 msgstr ""
33110
33111 #. type: textblock
33112 #: ../tools/virt-resize.pl:489
33113 msgid ""
33114 "If you give the C<--no-expand-content> option then virt-resize will not "
33115 "attempt this."
33116 msgstr ""
33117
33118 #. type: =item
33119 #: ../tools/virt-resize.pl:496
33120 msgid "B<-d> | B<--debug>"
33121 msgstr ""
33122
33123 #. type: =item
33124 #: ../tools/virt-resize.pl:504
33125 msgid "B<-n> | B<--dryrun>"
33126 msgstr ""
33127
33128 #. type: textblock
33129 #: ../tools/virt-resize.pl:506
33130 msgid "Print a summary of what would be done, but don't do anything."
33131 msgstr ""
33132
33133 #. type: =item
33134 #: ../tools/virt-resize.pl:512
33135 msgid "B<-q> | B<--quiet>"
33136 msgstr ""
33137
33138 #. type: textblock
33139 #: ../tools/virt-resize.pl:514
33140 msgid "Don't print the summary."
33141 msgstr ""
33142
33143 #. type: textblock
33144 #: ../tools/virt-resize.pl:522
33145 msgid ""
33146 "Specify the format of the input disk image.  If this flag is not given then "
33147 "it is auto-detected from the image itself."
33148 msgstr ""
33149
33150 #. type: textblock
33151 #: ../tools/virt-resize.pl:528
33152 msgid ""
33153 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
33154 "AND NON-SPARSE RAW FORMATS>."
33155 msgstr ""
33156
33157 #. type: =item
33158 #: ../tools/virt-resize.pl:535
33159 msgid "B<--output-format> raw"
33160 msgstr ""
33161
33162 #. type: textblock
33163 #: ../tools/virt-resize.pl:537
33164 msgid ""
33165 "Specify the format of the output disk image.  If this flag is not given then "
33166 "it is auto-detected from the image itself."
33167 msgstr ""
33168
33169 #. type: textblock
33170 #: ../tools/virt-resize.pl:543
33171 msgid ""
33172 "Note that you still need to create the output disk with the right format.  "
33173 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
33174 msgstr ""
33175
33176 #. type: =head1
33177 #: ../tools/virt-resize.pl:1419
33178 msgid "NOTES"
33179 msgstr ""
33180
33181 #. type: =head2
33182 #: ../tools/virt-resize.pl:1421
33183 msgid "\"Partition 1 does not end on cylinder boundary.\""
33184 msgstr ""
33185
33186 #. type: textblock
33187 #: ../tools/virt-resize.pl:1423
33188 msgid ""
33189 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
33190 "means the partitions will not be aligned to the ancient CHS geometry.  "
33191 "However CHS geometry is meaningless for disks manufactured since the early "
33192 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
33193 "cylinders is not required by any modern operating system."
33194 msgstr ""
33195
33196 #. type: =head2
33197 #: ../tools/virt-resize.pl:1430
33198 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
33199 msgstr ""
33200
33201 #. type: textblock
33202 #: ../tools/virt-resize.pl:1432
33203 msgid ""
33204 "In Windows Vista and later versions, Microsoft switched to using a separate "
33205 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
33206 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
33207 "the boot partition.  Doing so seems to break the guest completely.  However "
33208 "expanding the second partition (ie. C: drive) should work."
33209 msgstr ""
33210
33211 #. type: textblock
33212 #: ../tools/virt-resize.pl:1439
33213 msgid ""
33214 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
33215 "NTFS partitions have been expanded.  This is just a safety check and (unless "
33216 "it find errors) is nothing to worry about."
33217 msgstr ""
33218
33219 #. type: =head2
33220 #: ../tools/virt-resize.pl:1443
33221 msgid "GUEST BOOT STUCK AT \"GRUB\""
33222 msgstr ""
33223
33224 #. type: textblock
33225 #: ../tools/virt-resize.pl:1445
33226 msgid ""
33227 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33228 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33229 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33230 "although we think is to do with partition alignment."
33231 msgstr ""
33232
33233 #. type: verbatim
33234 #: ../tools/virt-resize.pl:1450
33235 #, no-wrap
33236 msgid ""
33237 " guestfish -i -a newdisk\n"
33238 " ><fs> cat /boot/grub/device.map\n"
33239 " # check the contents of this file are sensible or\n"
33240 " # edit the file if necessary\n"
33241 " ><fs> grub-install / /dev/vda\n"
33242 " ><fs> exit\n"
33243 "\n"
33244 msgstr ""
33245
33246 #. type: textblock
33247 #: ../tools/virt-resize.pl:1457
33248 msgid ""
33249 "For more flexible guest reconfiguration, including if you need to specify "
33250 "other parameters to grub-install, use L<virt-rescue(1)>."
33251 msgstr ""
33252
33253 #. type: =head1
33254 #: ../tools/virt-resize.pl:1460
33255 msgid "ALTERNATIVE TOOLS"
33256 msgstr ""
33257
33258 #. type: textblock
33259 #: ../tools/virt-resize.pl:1462
33260 msgid ""
33261 "There are several proprietary tools for resizing partitions.  We won't "
33262 "mention any here."
33263 msgstr ""
33264
33265 #. type: textblock
33266 #: ../tools/virt-resize.pl:1465
33267 msgid ""
33268 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33269 "operations on disk images.  They can resize and move partitions, but I don't "
33270 "think they can do anything with the contents, and they certainly don't "
33271 "understand LVM."
33272 msgstr ""
33273
33274 #. type: textblock
33275 #: ../tools/virt-resize.pl:1470
33276 msgid ""
33277 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33278 "but at a much lower level.  You will probably end up hand-calculating sector "
33279 "offsets, which is something that virt-resize was designed to avoid.  If you "
33280 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33281 "C<--debug> flag."
33282 msgstr ""
33283
33284 #. type: textblock
33285 #: ../tools/virt-resize.pl:1485
33286 msgid ""
33287 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33288 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33289 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33290 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33291 "libguestfs.org/>."
33292 msgstr ""
33293
33294 #. type: textblock
33295 #: ../tools/virt-list-filesystems.pl:32
33296 msgid ""
33297 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33298 msgstr ""
33299
33300 #. type: verbatim
33301 #: ../tools/virt-list-filesystems.pl:36
33302 #, no-wrap
33303 msgid ""
33304 " virt-list-filesystems [--options] domname\n"
33305 "\n"
33306 msgstr ""
33307
33308 #. type: verbatim
33309 #: ../tools/virt-list-filesystems.pl:38
33310 #, no-wrap
33311 msgid ""
33312 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33313 "\n"
33314 msgstr ""
33315
33316 #. type: textblock
33317 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33318 msgid ""
33319 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33320 "replacement."
33321 msgstr ""
33322
33323 #. type: textblock
33324 #: ../tools/virt-list-filesystems.pl:45
33325 msgid ""
33326 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33327 "are contained in a virtual machine or disk image."
33328 msgstr ""
33329
33330 #. type: textblock
33331 #: ../tools/virt-list-filesystems.pl:49
33332 msgid ""
33333 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33334 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33335 "> tool."
33336 msgstr ""
33337
33338 #. type: =item
33339 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33340 msgid "B<-l> | B<--long>"
33341 msgstr ""
33342
33343 #. type: textblock
33344 #: ../tools/virt-list-filesystems.pl:108
33345 msgid ""
33346 "With this option, C<virt-list-filesystems> displays the type of each "
33347 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33348 msgstr ""
33349
33350 #. type: =item
33351 #: ../tools/virt-list-filesystems.pl:115
33352 msgid "B<-a> | B<--all>"
33353 msgstr ""
33354
33355 #. type: textblock
33356 #: ../tools/virt-list-filesystems.pl:117
33357 msgid ""
33358 "Normally we only show mountable filesystems.  If this option is given then "
33359 "swap devices are shown too."
33360 msgstr ""
33361
33362 #. type: textblock
33363 #: ../tools/virt-list-filesystems.pl:191
33364 msgid ""
33365 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33366 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33367 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33368 msgstr ""
33369
33370 #. type: textblock
33371 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
33372 msgid "Copyright (C) 2009 Red Hat Inc."
33373 msgstr ""
33374
33375 #. type: textblock
33376 #: ../tools/virt-tar.pl:33
33377 msgid "virt-tar - Extract or upload files to a virtual machine"
33378 msgstr ""
33379
33380 #. type: verbatim
33381 #: ../tools/virt-tar.pl:37
33382 #, no-wrap
33383 msgid ""
33384 " virt-tar [--options] -x domname directory tarball\n"
33385 "\n"
33386 msgstr ""
33387
33388 #. type: verbatim
33389 #: ../tools/virt-tar.pl:39
33390 #, no-wrap
33391 msgid ""
33392 " virt-tar [--options] -u domname tarball directory\n"
33393 "\n"
33394 msgstr ""
33395
33396 #. type: verbatim
33397 #: ../tools/virt-tar.pl:41
33398 #, no-wrap
33399 msgid ""
33400 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33401 "\n"
33402 msgstr ""
33403
33404 #. type: verbatim
33405 #: ../tools/virt-tar.pl:43
33406 #, no-wrap
33407 msgid ""
33408 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33409 "\n"
33410 msgstr ""
33411
33412 #. type: textblock
33413 #: ../tools/virt-tar.pl:47
33414 msgid "Download C</home> from the VM into a local tarball:"
33415 msgstr ""
33416
33417 #. type: verbatim
33418 #: ../tools/virt-tar.pl:49
33419 #, no-wrap
33420 msgid ""
33421 " virt-tar -x domname /home home.tar\n"
33422 "\n"
33423 msgstr ""
33424
33425 #. type: verbatim
33426 #: ../tools/virt-tar.pl:51
33427 #, no-wrap
33428 msgid ""
33429 " virt-tar -zx domname /home home.tar.gz\n"
33430 "\n"
33431 msgstr ""
33432
33433 #. type: textblock
33434 #: ../tools/virt-tar.pl:53
33435 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33436 msgstr ""
33437
33438 #. type: verbatim
33439 #: ../tools/virt-tar.pl:55
33440 #, no-wrap
33441 msgid ""
33442 " virt-tar -u domname uploadstuff.tar /tmp\n"
33443 "\n"
33444 msgstr ""
33445
33446 #. type: verbatim
33447 #: ../tools/virt-tar.pl:57
33448 #, no-wrap
33449 msgid ""
33450 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33451 "\n"
33452 msgstr ""
33453
33454 #. type: textblock
33455 #: ../tools/virt-tar.pl:61
33456 msgid ""
33457 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33458 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33459 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33460 msgstr ""
33461
33462 #. type: textblock
33463 #: ../tools/virt-tar.pl:66
33464 msgid ""
33465 "You can use C<-x> (extract) on live virtual machines, but you might get "
33466 "inconsistent results or errors if there is filesystem activity inside the "
33467 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33468 "work, but the only way to guarantee consistent results is if the virtual "
33469 "machine is shut down."
33470 msgstr ""
33471
33472 #. type: textblock
33473 #: ../tools/virt-tar.pl:74
33474 msgid ""
33475 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33476 "parts of a guest filesystem.  There are many possibilities: making backups, "
33477 "uploading data files, snooping on guest activity, fixing or customizing "
33478 "guests, etc."
33479 msgstr ""
33480
33481 #. type: textblock
33482 #: ../tools/virt-tar.pl:79
33483 msgid ""
33484 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33485 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33486 "should look at the L<guestfish(1)> tool."
33487 msgstr ""
33488
33489 #. type: textblock
33490 #: ../tools/virt-tar.pl:83
33491 msgid ""
33492 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33493 "its contents (recursively) from the virtual machine into a local tarball.  "
33494 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33495 "virtual machine.  You cannot use these two options together."
33496 msgstr ""
33497
33498 #. type: textblock
33499 #: ../tools/virt-tar.pl:89
33500 msgid ""
33501 "In addition, you may need to use the C<-z> (gZip) option to enable "
33502 "compression.  When uploading, you have to specify C<-z> if the upload file "
33503 "is compressed because virt-tar won't detect this on its own."
33504 msgstr ""
33505
33506 #. type: textblock
33507 #: ../tools/virt-tar.pl:93
33508 msgid ""
33509 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33510 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33511 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33512 "the L<libguestfs(3)> API)."
33513 msgstr ""
33514
33515 #. type: =item
33516 #: ../tools/virt-tar.pl:151
33517 msgid "B<-x> | B<--extract> | B<--download>"
33518 msgstr ""
33519
33520 #. type: =item
33521 #: ../tools/virt-tar.pl:153
33522 msgid "B<-u> | B<--upload>"
33523 msgstr ""
33524
33525 #. type: textblock
33526 #: ../tools/virt-tar.pl:155
33527 msgid ""
33528 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33529 "local tarball."
33530 msgstr ""
33531
33532 #. type: textblock
33533 #: ../tools/virt-tar.pl:158
33534 msgid ""
33535 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33536 "Please read the L</WARNING> section above before using this option."
33537 msgstr ""
33538
33539 #. type: textblock
33540 #: ../tools/virt-tar.pl:162
33541 msgid "You must specify exactly one of these options."
33542 msgstr ""
33543
33544 #. type: =item
33545 #: ../tools/virt-tar.pl:168
33546 msgid "B<-z> | B<--gzip>"
33547 msgstr ""
33548
33549 #. type: textblock
33550 #: ../tools/virt-tar.pl:170
33551 msgid "Specify that the input or output tarball is gzip-compressed."
33552 msgstr ""
33553
33554 #. type: textblock
33555 #: ../tools/virt-tar.pl:283
33556 msgid ""
33557 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<Sys::"
33558 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33559 "org/>."
33560 msgstr ""
33561
33562 #. type: textblock
33563 #: ../tools/virt-make-fs.pl:37
33564 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33565 msgstr ""
33566
33567 #. type: verbatim
33568 #: ../tools/virt-make-fs.pl:41
33569 #, no-wrap
33570 msgid ""
33571 " virt-make-fs [--options] input.tar output.img\n"
33572 "\n"
33573 msgstr ""
33574
33575 #. type: verbatim
33576 #: ../tools/virt-make-fs.pl:43
33577 #, no-wrap
33578 msgid ""
33579 " virt-make-fs [--options] input.tar.gz output.img\n"
33580 "\n"
33581 msgstr ""
33582
33583 #. type: verbatim
33584 #: ../tools/virt-make-fs.pl:45
33585 #, no-wrap
33586 msgid ""
33587 " virt-make-fs [--options] directory output.img\n"
33588 "\n"
33589 msgstr ""
33590
33591 #. type: textblock
33592 #: ../tools/virt-make-fs.pl:49
33593 msgid ""
33594 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33595 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33596 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33597 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33598 "you want to attach these filesystems to existing virtual machines (eg. to "
33599 "import large amounts of read-only data to a VM)."
33600 msgstr ""
33601
33602 #. type: textblock
33603 #: ../tools/virt-make-fs.pl:57
33604 msgid "Basic usage is:"
33605 msgstr ""
33606
33607 #. type: verbatim
33608 #: ../tools/virt-make-fs.pl:59
33609 #, no-wrap
33610 msgid ""
33611 " virt-make-fs input output\n"
33612 "\n"
33613 msgstr ""
33614
33615 #. type: textblock
33616 #: ../tools/virt-make-fs.pl:61
33617 msgid ""
33618 "where C<input> is either a directory containing files that you want to add, "
33619 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33620 "C<output> is a disk image.  The input type is detected automatically.  The "
33621 "output disk image defaults to a raw ext2 image unless you specify extra "
33622 "flags (see L</OPTIONS> below)."
33623 msgstr ""
33624
33625 #. type: =head2
33626 #: ../tools/virt-make-fs.pl:67
33627 msgid "EXTRA SPACE"
33628 msgstr ""
33629
33630 #. type: textblock
33631 #: ../tools/virt-make-fs.pl:69
33632 msgid ""
33633 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33634 "the files that it contains, but might have extra space.  Depending on how "
33635 "you are going to use the output, you might think this extra space is wasted "
33636 "and want to minimize it, or you might want to leave space so that more files "
33637 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33638 "but you can use the C<--size> flag to leave space in the filesystem if you "
33639 "want it."
33640 msgstr ""
33641
33642 #. type: textblock
33643 #: ../tools/virt-make-fs.pl:77
33644 msgid ""
33645 "An alternative way to leave extra space but not make the output image any "
33646 "bigger is to use an alternative disk image format (instead of the default "
33647 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33648 "image format (check your hypervisor supports this before using it).  This "
33649 "allows you to choose a large C<--size> but the extra space won't actually be "
33650 "allocated in the image until you try to store something in it."
33651 msgstr ""
33652
33653 #. type: textblock
33654 #: ../tools/virt-make-fs.pl:85
33655 msgid ""
33656 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33657 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33658 "to build another image from scratch."
33659 msgstr ""
33660
33661 #. type: =head3
33662 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33663 #: ../tools/virt-make-fs.pl:142
33664 msgid "EXAMPLE"
33665 msgstr ""
33666
33667 #. type: verbatim
33668 #: ../tools/virt-make-fs.pl:91
33669 #, no-wrap
33670 msgid ""
33671 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33672 "\n"
33673 msgstr ""
33674
33675 #. type: =head2
33676 #: ../tools/virt-make-fs.pl:93
33677 msgid "FILESYSTEM TYPE"
33678 msgstr ""
33679
33680 #. type: textblock
33681 #: ../tools/virt-make-fs.pl:95
33682 msgid ""
33683 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33684 "libguestfs supports can be used (but I<not> read-only formats like "
33685 "ISO9660).  Here are some of the more common choices:"
33686 msgstr ""
33687
33688 #. type: =item
33689 #: ../tools/virt-make-fs.pl:101
33690 msgid "I<ext3>"
33691 msgstr ""
33692
33693 #. type: textblock
33694 #: ../tools/virt-make-fs.pl:103
33695 msgid ""
33696 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33697 "you are not going to use the filesystem in a way that requires the journal, "
33698 "then this is just wasted overhead."
33699 msgstr ""
33700
33701 #. type: =item
33702 #: ../tools/virt-make-fs.pl:107
33703 msgid "I<ntfs> or I<vfat>"
33704 msgstr ""
33705
33706 #. type: textblock
33707 #: ../tools/virt-make-fs.pl:109
33708 msgid "Useful if exporting data to a Windows guest."
33709 msgstr ""
33710
33711 #. type: textblock
33712 #: ../tools/virt-make-fs.pl:111
33713 msgid ""
33714 "I<Note for vfat>: The tar archive or local directory must only contain files "
33715 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33716 "program running within libguestfs is unable to change the ownership of non-"
33717 "root files, since vfat itself does not support this."
33718 msgstr ""
33719
33720 #. type: =item
33721 #: ../tools/virt-make-fs.pl:116
33722 msgid "I<minix>"
33723 msgstr ""
33724
33725 #. type: textblock
33726 #: ../tools/virt-make-fs.pl:118
33727 msgid ""
33728 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33729 "total filesystem size."
33730 msgstr ""
33731
33732 #. type: verbatim
33733 #: ../tools/virt-make-fs.pl:125
33734 #, no-wrap
33735 msgid ""
33736 " virt-make-fs --type=minix input minixfs.img\n"
33737 "\n"
33738 msgstr ""
33739
33740 #. type: =head2
33741 #: ../tools/virt-make-fs.pl:127
33742 msgid "TO PARTITION OR NOT TO PARTITION"
33743 msgstr ""
33744
33745 #. type: textblock
33746 #: ../tools/virt-make-fs.pl:129
33747 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33748 msgstr ""
33749
33750 #. type: textblock
33751 #: ../tools/virt-make-fs.pl:131
33752 msgid ""
33753 "Adding a partition can make the disk image more compatible with certain "
33754 "virtualized operating systems which don't expect to see a filesystem "
33755 "directly located on a block device (Linux doesn't care and will happily "
33756 "handle both types)."
33757 msgstr ""
33758
33759 #. type: textblock
33760 #: ../tools/virt-make-fs.pl:136
33761 msgid ""
33762 "On the other hand, if you have a partition table then the output image is no "
33763 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33764 "directly on a partitioned disk image.  (However libguestfs tools such as "
33765 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33766 msgstr ""
33767
33768 #. type: textblock
33769 #: ../tools/virt-make-fs.pl:144
33770 msgid "Add an MBR partition:"
33771 msgstr ""
33772
33773 #. type: verbatim
33774 #: ../tools/virt-make-fs.pl:146
33775 #, no-wrap
33776 msgid ""
33777 " virt-make-fs --partition -- input disk.img\n"
33778 "\n"
33779 msgstr ""
33780
33781 #. type: textblock
33782 #: ../tools/virt-make-fs.pl:148
33783 msgid ""
33784 "If the output disk image could be terabyte-sized or larger, it's better to "
33785 "use an EFI/GPT-compatible partition table:"
33786 msgstr ""
33787
33788 #. type: verbatim
33789 #: ../tools/virt-make-fs.pl:151
33790 #, no-wrap
33791 msgid ""
33792 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33793 "\n"
33794 msgstr ""
33795
33796 #. type: textblock
33797 #: ../tools/virt-make-fs.pl:179
33798 msgid "Enable debugging information."
33799 msgstr ""
33800
33801 #. type: =item
33802 #: ../tools/virt-make-fs.pl:185
33803 msgid "B<--size=E<lt>NE<gt>>"
33804 msgstr ""
33805
33806 #. type: =item
33807 #: ../tools/virt-make-fs.pl:187
33808 msgid "B<--size=+E<lt>NE<gt>>"
33809 msgstr ""
33810
33811 #. type: =item
33812 #: ../tools/virt-make-fs.pl:189
33813 msgid "B<-s E<lt>NE<gt>>"
33814 msgstr ""
33815
33816 #. type: =item
33817 #: ../tools/virt-make-fs.pl:191
33818 msgid "B<-s +E<lt>NE<gt>>"
33819 msgstr ""
33820
33821 #. type: textblock
33822 #: ../tools/virt-make-fs.pl:193
33823 msgid ""
33824 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33825 msgstr ""
33826
33827 #. type: textblock
33828 #: ../tools/virt-make-fs.pl:196
33829 msgid ""
33830 "If this option is I<not> given, then the output image will be just large "
33831 "enough to contain all the files, with not much wasted space."
33832 msgstr ""
33833
33834 #. type: textblock
33835 #: ../tools/virt-make-fs.pl:199
33836 msgid ""
33837 "To choose a fixed size output disk, specify an absolute number followed by b/"
33838 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33839 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33840 "files, else you will get an error."
33841 msgstr ""
33842
33843 #. type: textblock
33844 #: ../tools/virt-make-fs.pl:204
33845 msgid ""
33846 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33847 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33848 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33849 "the input files, and (approximately) an extra 200 MB free space."
33850 msgstr ""
33851
33852 #. type: textblock
33853 #: ../tools/virt-make-fs.pl:210
33854 msgid ""
33855 "Note that virt-make-fs estimates free space, and therefore will not produce "
33856 "filesystems containing precisely the free space requested.  (It is much more "
33857 "expensive and time-consuming to produce a filesystem which has precisely the "
33858 "desired free space)."
33859 msgstr ""
33860
33861 #. type: =item
33862 #: ../tools/virt-make-fs.pl:219
33863 msgid "B<--format=E<lt>fmtE<gt>>"
33864 msgstr ""
33865
33866 #. type: =item
33867 #: ../tools/virt-make-fs.pl:221
33868 msgid "B<-F E<lt>fmtE<gt>>"
33869 msgstr ""
33870
33871 #. type: textblock
33872 #: ../tools/virt-make-fs.pl:223
33873 msgid "Choose the output disk image format."
33874 msgstr ""
33875
33876 #. type: textblock
33877 #: ../tools/virt-make-fs.pl:225
33878 msgid "The default is C<raw> (raw disk image)."
33879 msgstr ""
33880
33881 #. type: textblock
33882 #: ../tools/virt-make-fs.pl:227
33883 msgid ""
33884 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
33885 "that would really make sense here is C<qcow2>."
33886 msgstr ""
33887
33888 #. type: =item
33889 #: ../tools/virt-make-fs.pl:234
33890 msgid "B<--type=E<lt>fsE<gt>>"
33891 msgstr ""
33892
33893 #. type: =item
33894 #: ../tools/virt-make-fs.pl:236
33895 msgid "B<-t E<lt>fsE<gt>>"
33896 msgstr ""
33897
33898 #. type: textblock
33899 #: ../tools/virt-make-fs.pl:238
33900 msgid "Choose the output filesystem type."
33901 msgstr ""
33902
33903 #. type: textblock
33904 #: ../tools/virt-make-fs.pl:240
33905 msgid "The default is C<ext2>."
33906 msgstr ""
33907
33908 #. type: textblock
33909 #: ../tools/virt-make-fs.pl:242
33910 msgid ""
33911 "Any filesystem which is supported read-write by libguestfs can be used here."
33912 msgstr ""
33913
33914 #. type: =item
33915 #: ../tools/virt-make-fs.pl:249
33916 msgid "B<--partition>"
33917 msgstr ""
33918
33919 #. type: =item
33920 #: ../tools/virt-make-fs.pl:251
33921 msgid "B<--partition=E<lt>parttypeE<gt>>"
33922 msgstr ""
33923
33924 #. type: textblock
33925 #: ../tools/virt-make-fs.pl:253
33926 msgid ""
33927 "If specified, this flag adds an MBR partition table to the output disk image."
33928 msgstr ""
33929
33930 #. type: textblock
33931 #: ../tools/virt-make-fs.pl:256
33932 msgid ""
33933 "You can change the partition table type, eg. C<--partition=gpt> for large "
33934 "disks."
33935 msgstr ""
33936
33937 #. type: textblock
33938 #: ../tools/virt-make-fs.pl:259
33939 msgid ""
33940 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
33941 "might consider the next parameter to be the partition type.  For example:"
33942 msgstr ""
33943
33944 #. type: verbatim
33945 #: ../tools/virt-make-fs.pl:263
33946 #, no-wrap
33947 msgid ""
33948 " virt-make-fs --partition input.tar ...\n"
33949 "\n"
33950 msgstr ""
33951
33952 #. type: textblock
33953 #: ../tools/virt-make-fs.pl:265
33954 msgid ""
33955 "would cause virt-make-fs to think you wanted to use a partition type of "
33956 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
33957 "dash) between options and the input file argument:"
33958 msgstr ""
33959
33960 #. type: verbatim
33961 #: ../tools/virt-make-fs.pl:269
33962 #, no-wrap
33963 msgid ""
33964 " virt-make-fs --partition -- input.tar ...\n"
33965 "\n"
33966 msgstr ""
33967
33968 #. type: textblock
33969 #: ../tools/virt-make-fs.pl:541
33970 msgid ""
33971 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
33972 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
33973 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
33974 msgstr ""
33975
33976 #. type: verbatim
33977 #: ../tools/virt-make-fs.pl:558
33978 #, no-wrap
33979 msgid ""
33980 " export LIBGUESTFS_DEBUG=1\n"
33981 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
33982 "\n"
33983 msgstr ""
33984
33985 #. type: textblock
33986 #: ../tools/virt-make-fs.pl:561
33987 msgid ""
33988 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
33989 "redhat.com/>"
33990 msgstr ""
33991
33992 #. type: textblock
33993 #: ../tools/virt-list-partitions.pl:32
33994 msgid ""
33995 "virt-list-partitions - List partitions in a virtual machine or disk image"
33996 msgstr ""
33997
33998 #. type: verbatim
33999 #: ../tools/virt-list-partitions.pl:36
34000 #, no-wrap
34001 msgid ""
34002 " virt-list-partitions [--options] domname\n"
34003 "\n"
34004 msgstr ""
34005
34006 #. type: verbatim
34007 #: ../tools/virt-list-partitions.pl:38
34008 #, no-wrap
34009 msgid ""
34010 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
34011 "\n"
34012 msgstr ""
34013
34014 #. type: textblock
34015 #: ../tools/virt-list-partitions.pl:45
34016 msgid ""
34017 "C<virt-list-partitions> is a command line tool to list the partitions that "
34018 "are contained in a virtual machine or disk image.  It is mainly useful as a "
34019 "first step to using L<virt-resize(1)>."
34020 msgstr ""
34021
34022 #. type: textblock
34023 #: ../tools/virt-list-partitions.pl:50
34024 msgid ""
34025 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
34026 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34027 "> tool."
34028 msgstr ""
34029
34030 #. type: =item
34031 #: ../tools/virt-list-partitions.pl:107
34032 msgid "B<-h> | B<--human-readable>"
34033 msgstr ""
34034
34035 #. type: textblock
34036 #: ../tools/virt-list-partitions.pl:109
34037 msgid "Show sizes in human-readable form (eg. \"1G\")."
34038 msgstr ""
34039
34040 #. type: textblock
34041 #: ../tools/virt-list-partitions.pl:117
34042 msgid ""
34043 "With this option, C<virt-list-partitions> displays the type and size of each "
34044 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
34045 msgstr ""
34046
34047 #. type: =item
34048 #: ../tools/virt-list-partitions.pl:124
34049 msgid "B<-t> | B<--total>"
34050 msgstr ""
34051
34052 #. type: textblock
34053 #: ../tools/virt-list-partitions.pl:126
34054 msgid ""
34055 "Display the total size of each block device (as a separate row or rows)."
34056 msgstr ""
34057
34058 #. type: textblock
34059 #: ../tools/virt-list-partitions.pl:259
34060 msgid ""
34061 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
34062 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
34063 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34064 msgstr ""
34065
34066 #. type: textblock
34067 #: ../tools/virt-list-partitions.pl:275
34068 msgid "Copyright (C) 2009-2010 Red Hat Inc."
34069 msgstr ""