Version 1.9.17.
[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-04-05 20:38+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:77 ../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:1088
921 #: ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101
922 #: ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136
923 #: ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166
924 #: ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178
925 #: ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669
926 #: ../src/guestfs.pod:1770 ../src/guestfs.pod:1775 ../src/guestfs.pod:1779
927 #: ../src/guestfs.pod:1789 ../src/guestfs.pod:2023 ../src/guestfs.pod:2028
928 #: ../src/guestfs.pod:2034 ../src/guestfs.pod:2042 ../src/guestfs.pod:2396
929 #: ../src/guestfs.pod:2402 ../src/guestfs.pod:2407 ../src/guestfs.pod:2413
930 #: ../src/guestfs.pod:2878 ../src/guestfs.pod:2882 ../src/guestfs.pod:2886
931 #: ../src/guestfs.pod:2890 ../src/guestfs-actions.pod:15
932 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577
933 #: ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592
934 #: ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600
935 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
936 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620
937 #: ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628
938 #: ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642
939 #: ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784
940 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793
941 #: ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859
942 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868
943 #: ../fish/guestfish.pod:443 ../fish/guestfish.pod:447
944 #: ../fish/guestfish.pod:451 ../fish/guestfish.pod:455
945 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
946 #: ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388
947 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402
948 #: ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076
949 #: ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084
950 #: ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096
951 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110
952 #: ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118
953 #: ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212
954 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222
955 #: ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268
956 #: ../fish/guestfish-actions.pod:1273 ../tools/virt-edit.pl:351
957 #: ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361
958 #: ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376
959 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
960 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
961 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
962 msgid "*"
963 msgstr ""
964
965 # type: textblock
966 #. type: textblock
967 #: ../src/guestfs.pod:390
968 msgid ""
969 "The kernel version that the command runs under will be different from what "
970 "it expects."
971 msgstr ""
972
973 # type: textblock
974 #. type: textblock
975 #: ../src/guestfs.pod:395
976 msgid ""
977 "If the command needs to communicate with daemons, then most likely they "
978 "won't be running."
979 msgstr ""
980
981 # type: textblock
982 #. type: textblock
983 #: ../src/guestfs.pod:400
984 msgid "The command will be running in limited memory."
985 msgstr ""
986
987 # type: textblock
988 #. type: textblock
989 #: ../src/guestfs.pod:404
990 msgid ""
991 "The network may not be available unless you enable it (see L</"
992 "guestfs_set_network>)."
993 msgstr ""
994
995 # type: textblock
996 #. type: textblock
997 #: ../src/guestfs.pod:409
998 msgid "Only supports Linux guests (not Windows, BSD, etc)."
999 msgstr ""
1000
1001 # type: textblock
1002 #. type: textblock
1003 #: ../src/guestfs.pod:413
1004 msgid ""
1005 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1006 msgstr ""
1007
1008 # type: textblock
1009 #. type: textblock
1010 #: ../src/guestfs.pod:418
1011 msgid ""
1012 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1013 "See L</SELINUX> in this manpage."
1014 msgstr ""
1015
1016 # type: textblock
1017 #. type: textblock
1018 #: ../src/guestfs.pod:423
1019 msgid ""
1020 "I<Security:> It is not safe to run commands from untrusted, possibly "
1021 "malicious guests.  These commands may attempt to exploit your program by "
1022 "sending unexpected output.  They could also try to exploit the Linux kernel "
1023 "or qemu provided by the libguestfs appliance.  They could use the network "
1024 "provided by the libguestfs appliance to bypass ordinary network partitions "
1025 "and firewalls.  They could use the elevated privileges or different SELinux "
1026 "context of your program to their advantage."
1027 msgstr ""
1028
1029 # type: textblock
1030 #. type: textblock
1031 #: ../src/guestfs.pod:432
1032 msgid ""
1033 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1034 "(a script which runs when the guest next boots normally), and to have this "
1035 "script run the commands you want in the normal context of the running guest, "
1036 "network security and so on.  For information about other security issues, "
1037 "see L</SECURITY>."
1038 msgstr ""
1039
1040 # type: textblock
1041 #. type: textblock
1042 #: ../src/guestfs.pod:440
1043 msgid ""
1044 "The two main API calls to run commands are L</guestfs_command> and L</"
1045 "guestfs_sh> (there are also variations)."
1046 msgstr ""
1047
1048 # type: textblock
1049 #. type: textblock
1050 #: ../src/guestfs.pod:443
1051 msgid ""
1052 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1053 "shell globs, redirections, etc will work."
1054 msgstr ""
1055
1056 # type: =head2
1057 #. type: =head2
1058 #: ../src/guestfs.pod:446
1059 msgid "CONFIGURATION FILES"
1060 msgstr ""
1061
1062 # type: textblock
1063 #. type: textblock
1064 #: ../src/guestfs.pod:448
1065 msgid ""
1066 "To read and write configuration files in Linux guest filesystems, we "
1067 "strongly recommend using Augeas.  For example, Augeas understands how to "
1068 "read and write, say, a Linux shadow password file or X.org configuration "
1069 "file, and so avoids you having to write that code."
1070 msgstr ""
1071
1072 # type: textblock
1073 #. type: textblock
1074 #: ../src/guestfs.pod:453
1075 msgid ""
1076 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1077 "document Augeas itself here because there is excellent documentation on the "
1078 "L<http://augeas.net/> website."
1079 msgstr ""
1080
1081 # type: textblock
1082 #. type: textblock
1083 #: ../src/guestfs.pod:457
1084 msgid ""
1085 "If you don't want to use Augeas (you fool!) then try calling L</"
1086 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1087 "over."
1088 msgstr ""
1089
1090 # type: =head2
1091 #. type: =head2
1092 #: ../src/guestfs.pod:461
1093 msgid "SELINUX"
1094 msgstr ""
1095
1096 # type: textblock
1097 #. type: textblock
1098 #: ../src/guestfs.pod:463
1099 msgid ""
1100 "We support SELinux guests.  To ensure that labeling happens correctly in "
1101 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1102 msgstr ""
1103
1104 # type: =item
1105 #. type: =item
1106 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1281 ../src/guestfs.pod:1412
1107 #: ../src/guestfs.pod:2441
1108 msgid "1."
1109 msgstr ""
1110
1111 # type: textblock
1112 #. type: textblock
1113 #: ../src/guestfs.pod:471
1114 msgid "Before launching, do:"
1115 msgstr ""
1116
1117 # type: verbatim
1118 #. type: verbatim
1119 #: ../src/guestfs.pod:473
1120 #, no-wrap
1121 msgid ""
1122 " guestfs_set_selinux (g, 1);\n"
1123 "\n"
1124 msgstr ""
1125
1126 # type: =item
1127 #. type: =item
1128 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416
1129 #: ../src/guestfs.pod:2466
1130 msgid "2."
1131 msgstr ""
1132
1133 # type: textblock
1134 #. type: textblock
1135 #: ../src/guestfs.pod:477
1136 msgid ""
1137 "After mounting the guest's filesystem(s), load the policy.  This is best "
1138 "done by running the L<load_policy(8)> command in the guest itself:"
1139 msgstr ""
1140
1141 # type: verbatim
1142 #. type: verbatim
1143 #: ../src/guestfs.pod:481
1144 #, no-wrap
1145 msgid ""
1146 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1147 "\n"
1148 msgstr ""
1149
1150 # type: textblock
1151 #. type: textblock
1152 #: ../src/guestfs.pod:483
1153 msgid ""
1154 "(Older versions of C<load_policy> require you to specify the name of the "
1155 "policy file)."
1156 msgstr ""
1157
1158 # type: =item
1159 #. type: =item
1160 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1422
1161 msgid "3."
1162 msgstr ""
1163
1164 # type: textblock
1165 #. type: textblock
1166 #: ../src/guestfs.pod:488
1167 msgid ""
1168 "Optionally, set the security context for the API.  The correct security "
1169 "context to use can only be known by inspecting the guest.  As an example:"
1170 msgstr ""
1171
1172 # type: verbatim
1173 #. type: verbatim
1174 #: ../src/guestfs.pod:492
1175 #, no-wrap
1176 msgid ""
1177 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1178 "\n"
1179 msgstr ""
1180
1181 # type: textblock
1182 #. type: textblock
1183 #: ../src/guestfs.pod:496
1184 msgid "This will work for running commands and editing existing files."
1185 msgstr ""
1186
1187 # type: textblock
1188 #. type: textblock
1189 #: ../src/guestfs.pod:498
1190 msgid ""
1191 "When new files are created, you may need to label them explicitly, for "
1192 "example by running the external command C<restorecon pathname>."
1193 msgstr ""
1194
1195 # type: =head2
1196 #. type: =head2
1197 #: ../src/guestfs.pod:502
1198 msgid "UMASK"
1199 msgstr ""
1200
1201 # type: textblock
1202 #. type: textblock
1203 #: ../src/guestfs.pod:504
1204 msgid ""
1205 "Certain calls are affected by the current file mode creation mask (the "
1206 "\"umask\").  In particular ones which create files or directories, such as "
1207 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1208 "either the default mode that the file is created with or modifies the mode "
1209 "that you supply."
1210 msgstr ""
1211
1212 # type: textblock
1213 #. type: textblock
1214 #: ../src/guestfs.pod:510
1215 msgid ""
1216 "The default umask is C<022>, so files are created with modes such as C<0644> "
1217 "and directories with C<0755>."
1218 msgstr ""
1219
1220 # type: textblock
1221 #. type: textblock
1222 #: ../src/guestfs.pod:513
1223 msgid ""
1224 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1225 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1226 "guestfs_chmod> after creating each file or directory."
1227 msgstr ""
1228
1229 # type: textblock
1230 #. type: textblock
1231 #: ../src/guestfs.pod:517
1232 msgid "For more information about umask, see L<umask(2)>."
1233 msgstr ""
1234
1235 # type: =head1
1236 #. type: =head1
1237 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1238 msgid "ENCRYPTED DISKS"
1239 msgstr ""
1240
1241 # type: textblock
1242 #. type: textblock
1243 #: ../src/guestfs.pod:521
1244 msgid ""
1245 "Libguestfs allows you to access Linux guests which have been encrypted using "
1246 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1247 "standard.  This includes nearly all whole disk encryption systems used by "
1248 "modern Linux guests."
1249 msgstr ""
1250
1251 # type: textblock
1252 #. type: textblock
1253 #: ../src/guestfs.pod:527
1254 msgid ""
1255 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1256 "returns the string C<crypto_LUKS>)."
1257 msgstr ""
1258
1259 # type: textblock
1260 #. type: textblock
1261 #: ../src/guestfs.pod:530
1262 msgid ""
1263 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1264 "will require the passphrase!"
1265 msgstr ""
1266
1267 # type: textblock
1268 #. type: textblock
1269 #: ../src/guestfs.pod:533
1270 msgid ""
1271 "Opening a LUKS device creates a new device mapper device called C</dev/"
1272 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1273 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1274 "from and encrypted to the underlying block device respectively."
1275 msgstr ""
1276
1277 # type: textblock
1278 #. type: textblock
1279 #: ../src/guestfs.pod:539
1280 msgid ""
1281 "LVM volume groups on the device can be made visible by calling L</"
1282 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1283 "(s) can now be mounted in the usual way."
1284 msgstr ""
1285
1286 # type: textblock
1287 #. type: textblock
1288 #: ../src/guestfs.pod:543
1289 msgid ""
1290 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1291 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1292 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1293 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1294 "underlying encrypted block device)."
1295 msgstr ""
1296
1297 # type: =head2
1298 #. type: =head2
1299 #: ../src/guestfs.pod:550
1300 msgid "INSPECTION"
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: ../src/guestfs.pod:552
1305 msgid ""
1306 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1307 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1308 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1309 "version 1.5.3 the most frequently used part of this library has been "
1310 "rewritten in C and moved into the core code)."
1311 msgstr ""
1312
1313 # type: textblock
1314 #. type: textblock
1315 #: ../src/guestfs.pod:559
1316 msgid ""
1317 "Add all disks belonging to the unknown virtual machine and call L</"
1318 "guestfs_launch> in the usual way."
1319 msgstr ""
1320
1321 # type: textblock
1322 #. type: textblock
1323 #: ../src/guestfs.pod:562
1324 msgid ""
1325 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1326 "and certain heuristics, and returns a list of operating systems that were "
1327 "found.  An empty list means none were found.  A single element is the root "
1328 "filesystem of the operating system.  For dual- or multi-boot guests, "
1329 "multiple roots can be returned, each one corresponding to a separate "
1330 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1331 "world of virtualization, but since this scenario can happen, we have built "
1332 "libguestfs to deal with it.)"
1333 msgstr ""
1334
1335 # type: textblock
1336 #. type: textblock
1337 #: ../src/guestfs.pod:571
1338 msgid ""
1339 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1340 "to get additional details about that operating system.  For example, call L</"
1341 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1342 "Windows and Linux-based operating systems respectively."
1343 msgstr ""
1344
1345 # type: textblock
1346 #. type: textblock
1347 #: ../src/guestfs.pod:577
1348 msgid ""
1349 "Un*x-like and Linux-based operating systems usually consist of several "
1350 "filesystems which are mounted at boot time (for example, a separate boot "
1351 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1352 "filesystems correspond to mount points.  Call "
1353 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1354 "hash table like this example:"
1355 msgstr ""
1356
1357 # type: verbatim
1358 #. type: verbatim
1359 #: ../src/guestfs.pod:584
1360 #, no-wrap
1361 msgid ""
1362 " /boot => /dev/sda1\n"
1363 " /     => /dev/vg_guest/lv_root\n"
1364 " /usr  => /dev/vg_guest/lv_usr\n"
1365 "\n"
1366 msgstr ""
1367
1368 # type: textblock
1369 #. type: textblock
1370 #: ../src/guestfs.pod:588
1371 msgid ""
1372 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1373 "filesystems as suggested."
1374 msgstr ""
1375
1376 # type: textblock
1377 #. type: textblock
1378 #: ../src/guestfs.pod:591
1379 msgid ""
1380 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1381 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1382 msgstr ""
1383
1384 # type: textblock
1385 #. type: textblock
1386 #: ../src/guestfs.pod:595
1387 msgid ""
1388 "Inspection currently only works for some common operating systems.  "
1389 "Contributors are welcome to send patches for other operating systems that we "
1390 "currently cannot detect."
1391 msgstr ""
1392
1393 # type: textblock
1394 #. type: textblock
1395 #: ../src/guestfs.pod:599
1396 msgid ""
1397 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1398 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1399 "encrypted devices."
1400 msgstr ""
1401
1402 # type: textblock
1403 #. type: textblock
1404 #: ../src/guestfs.pod:603
1405 msgid ""
1406 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1407 "inspection and caches the results in the guest handle.  Subsequent calls to "
1408 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1409 "read the disks.  If you change the content of the guest disks, you can redo "
1410 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1411 "guestfs_inspect_list_applications> works a little differently from the other "
1412 "calls and does read the disks.  See documentation for that function for "
1413 "details)."
1414 msgstr ""
1415
1416 #. type: =head3
1417 #: ../src/guestfs.pod:612
1418 msgid "INSPECTING INSTALL DISKS"
1419 msgstr ""
1420
1421 #. type: textblock
1422 #: ../src/guestfs.pod:614
1423 msgid ""
1424 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1425 "CDs and more."
1426 msgstr ""
1427
1428 #. type: textblock
1429 #: ../src/guestfs.pod:617
1430 msgid ""
1431 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1432 "system, which currently can be C<installed> (a regular operating system) or "
1433 "C<installer> (some sort of install disk)."
1434 msgstr ""
1435
1436 #. type: textblock
1437 #: ../src/guestfs.pod:621
1438 msgid ""
1439 "Further information is available about the operating system that can be "
1440 "installed using the regular inspection APIs like L</"
1441 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1442 msgstr ""
1443
1444 #. type: textblock
1445 #: ../src/guestfs.pod:626
1446 msgid ""
1447 "Some additional information specific to installer disks is also available "
1448 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1449 "guestfs_inspect_is_multipart> calls."
1450 msgstr ""
1451
1452 # type: =head2
1453 #. type: =head2
1454 #: ../src/guestfs.pod:631
1455 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1456 msgstr ""
1457
1458 # type: textblock
1459 #. type: textblock
1460 #: ../src/guestfs.pod:633
1461 msgid ""
1462 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1463 "ntfs-3g.org/> driver."
1464 msgstr ""
1465
1466 # type: =head3
1467 #. type: =head3
1468 #: ../src/guestfs.pod:636
1469 msgid "DRIVE LETTERS AND PATHS"
1470 msgstr ""
1471
1472 # type: textblock
1473 #. type: textblock
1474 #: ../src/guestfs.pod:638
1475 msgid ""
1476 "DOS and Windows still use drive letters, and the filesystems are always "
1477 "treated as case insensitive by Windows itself, and therefore you might find "
1478 "a Windows configuration file referring to a path like C<c:\\windows"
1479 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1480 "might be referred to as C</WINDOWS/System32>."
1481 msgstr ""
1482
1483 # type: textblock
1484 #. type: textblock
1485 #: ../src/guestfs.pod:644
1486 msgid ""
1487 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1488 "libguestfs to read the appropriate Windows Registry and configuration files, "
1489 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1490 "inspector(1)>)."
1491 msgstr ""
1492
1493 # type: textblock
1494 #. type: textblock
1495 #: ../src/guestfs.pod:649
1496 msgid ""
1497 "Replacing backslash characters with forward slash characters is also outside "
1498 "the scope of libguestfs, but something that you can easily do."
1499 msgstr ""
1500
1501 # type: textblock
1502 #. type: textblock
1503 #: ../src/guestfs.pod:652
1504 msgid ""
1505 "Where we can help is in resolving the case insensitivity of paths.  For "
1506 "this, call L</guestfs_case_sensitive_path>."
1507 msgstr ""
1508
1509 # type: =head3
1510 #. type: =head3
1511 #: ../src/guestfs.pod:655
1512 msgid "ACCESSING THE WINDOWS REGISTRY"
1513 msgstr ""
1514
1515 # type: textblock
1516 #. type: textblock
1517 #: ../src/guestfs.pod:657
1518 msgid ""
1519 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1520 "files, through the library C<hivex> which is part of the libguestfs project "
1521 "although ships as a separate tarball.  You have to locate and download the "
1522 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1523 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1524 "reg(1)> for more help on this issue."
1525 msgstr ""
1526
1527 # type: =head3
1528 #. type: =head3
1529 #: ../src/guestfs.pod:665
1530 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1531 msgstr ""
1532
1533 # type: textblock
1534 #. type: textblock
1535 #: ../src/guestfs.pod:667
1536 msgid ""
1537 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1538 "provide something which looks like a Linux symlink.  The way it tries to do "
1539 "the rewriting is described here:"
1540 msgstr ""
1541
1542 # type: textblock
1543 #. type: textblock
1544 #: ../src/guestfs.pod:671
1545 msgid ""
1546 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1547 "symbolic-links/>"
1548 msgstr ""
1549
1550 # type: textblock
1551 #. type: textblock
1552 #: ../src/guestfs.pod:673
1553 msgid ""
1554 "The essential problem is that ntfs-3g simply does not have enough "
1555 "information to do a correct job.  NTFS links can contain drive letters and "
1556 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1557 "It is almost certainly the case that libguestfs callers should ignore what "
1558 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1559 msgstr ""
1560
1561 # type: textblock
1562 #. type: textblock
1563 #: ../src/guestfs.pod:680
1564 msgid ""
1565 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1566 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1567 "attribute, and read the raw reparse data from that (you can find the format "
1568 "documented in various places around the web)."
1569 msgstr ""
1570
1571 # type: =head3
1572 #. type: =head3
1573 #: ../src/guestfs.pod:685
1574 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1575 msgstr ""
1576
1577 # type: textblock
1578 #. type: textblock
1579 #: ../src/guestfs.pod:687
1580 msgid ""
1581 "There are other useful extended attributes that can be read from ntfs-3g "
1582 "filesystems (using L</guestfs_getxattr>).  See:"
1583 msgstr ""
1584
1585 # type: textblock
1586 #. type: textblock
1587 #: ../src/guestfs.pod:690
1588 msgid ""
1589 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1590 msgstr ""
1591
1592 # type: =head2
1593 #. type: =head2
1594 #: ../src/guestfs.pod:692
1595 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1596 msgstr ""
1597
1598 # type: textblock
1599 #. type: textblock
1600 #: ../src/guestfs.pod:694
1601 msgid ""
1602 "Although we don't want to discourage you from using the C API, we will "
1603 "mention here that the same API is also available in other languages."
1604 msgstr ""
1605
1606 #. type: textblock
1607 #: ../src/guestfs.pod:697
1608 msgid ""
1609 "The API is broadly identical in all supported languages.  This means that "
1610 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1611 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1612 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1613 "each language."
1614 msgstr ""
1615
1616 # type: textblock
1617 #. type: textblock
1618 #: ../src/guestfs.pod:703
1619 msgid ""
1620 "Error messages are automatically transformed into exceptions if the language "
1621 "supports it."
1622 msgstr ""
1623
1624 # type: textblock
1625 #. type: textblock
1626 #: ../src/guestfs.pod:706
1627 msgid ""
1628 "We don't try to \"object orientify\" parts of the API in OO languages, "
1629 "although contributors are welcome to write higher level APIs above what we "
1630 "provide in their favourite languages if they wish."
1631 msgstr ""
1632
1633 # type: =item
1634 #. type: =item
1635 #: ../src/guestfs.pod:712
1636 msgid "B<C++>"
1637 msgstr ""
1638
1639 # type: textblock
1640 #. type: textblock
1641 #: ../src/guestfs.pod:714
1642 msgid ""
1643 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1644 "identical to the C API.  C++ classes and exceptions are not used."
1645 msgstr ""
1646
1647 # type: =item
1648 #. type: =item
1649 #: ../src/guestfs.pod:718
1650 msgid "B<C#>"
1651 msgstr ""
1652
1653 # type: textblock
1654 #. type: textblock
1655 #: ../src/guestfs.pod:720
1656 msgid ""
1657 "The C# bindings are highly experimental.  Please read the warnings at the "
1658 "top of C<csharp/Libguestfs.cs>."
1659 msgstr ""
1660
1661 # type: =item
1662 #. type: =item
1663 #: ../src/guestfs.pod:723
1664 msgid "B<Haskell>"
1665 msgstr ""
1666
1667 # type: textblock
1668 #. type: textblock
1669 #: ../src/guestfs.pod:725
1670 msgid ""
1671 "This is the only language binding that is working but incomplete.  Only "
1672 "calls which return simple integers have been bound in Haskell, and we are "
1673 "looking for help to complete this binding."
1674 msgstr ""
1675
1676 # type: =item
1677 #. type: =item
1678 #: ../src/guestfs.pod:729
1679 msgid "B<Java>"
1680 msgstr ""
1681
1682 # type: textblock
1683 #. type: textblock
1684 #: ../src/guestfs.pod:731
1685 msgid ""
1686 "Full documentation is contained in the Javadoc which is distributed with "
1687 "libguestfs."
1688 msgstr ""
1689
1690 # type: =item
1691 #. type: =item
1692 #: ../src/guestfs.pod:734
1693 msgid "B<OCaml>"
1694 msgstr ""
1695
1696 #. type: textblock
1697 #: ../src/guestfs.pod:736
1698 msgid "See L<guestfs-ocaml(3)>."
1699 msgstr ""
1700
1701 # type: =item
1702 #. type: =item
1703 #: ../src/guestfs.pod:738
1704 msgid "B<Perl>"
1705 msgstr ""
1706
1707 #. type: textblock
1708 #: ../src/guestfs.pod:740
1709 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1710 msgstr ""
1711
1712 # type: =item
1713 #. type: =item
1714 #: ../src/guestfs.pod:742
1715 msgid "B<PHP>"
1716 msgstr ""
1717
1718 # type: textblock
1719 #. type: textblock
1720 #: ../src/guestfs.pod:744
1721 msgid ""
1722 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1723 "the php-libguestfs package for your distribution."
1724 msgstr ""
1725
1726 # type: textblock
1727 #. type: textblock
1728 #: ../src/guestfs.pod:747
1729 msgid "The PHP binding only works correctly on 64 bit machines."
1730 msgstr ""
1731
1732 # type: =item
1733 #. type: =item
1734 #: ../src/guestfs.pod:749
1735 msgid "B<Python>"
1736 msgstr ""
1737
1738 #. type: textblock
1739 #: ../src/guestfs.pod:751
1740 msgid "See L<guestfs-python(3)>."
1741 msgstr ""
1742
1743 # type: =item
1744 #. type: =item
1745 #: ../src/guestfs.pod:753
1746 msgid "B<Ruby>"
1747 msgstr ""
1748
1749 #. type: textblock
1750 #: ../src/guestfs.pod:755
1751 msgid "See L<guestfs-ruby(3)>."
1752 msgstr ""
1753
1754 # type: =item
1755 #. type: =item
1756 #: ../src/guestfs.pod:757
1757 msgid "B<shell scripts>"
1758 msgstr ""
1759
1760 #. type: textblock
1761 #: ../src/guestfs.pod:759
1762 msgid "See L<guestfish(1)>."
1763 msgstr ""
1764
1765 # type: =head2
1766 #. type: =head2
1767 #: ../src/guestfs.pod:763
1768 msgid "LIBGUESTFS GOTCHAS"
1769 msgstr ""
1770
1771 # type: textblock
1772 #. type: textblock
1773 #: ../src/guestfs.pod:765
1774 msgid ""
1775 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1776 "system [...] that works in the way it is documented but is counterintuitive "
1777 "and almost invites mistakes.\""
1778 msgstr ""
1779
1780 # type: textblock
1781 #. type: textblock
1782 #: ../src/guestfs.pod:769
1783 msgid ""
1784 "Since we developed libguestfs and the associated tools, there are several "
1785 "things we would have designed differently, but are now stuck with for "
1786 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1787 "release, you can expect these to change.  Beware of them."
1788 msgstr ""
1789
1790 # type: =item
1791 #. type: =item
1792 #: ../src/guestfs.pod:777
1793 msgid "Autosync / forgetting to sync."
1794 msgstr ""
1795
1796 # type: textblock
1797 #. type: textblock
1798 #: ../src/guestfs.pod:779
1799 msgid ""
1800 "When modifying a filesystem from C or another language, you B<must> unmount "
1801 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1802 "libguestfs handle.  You can also call:"
1803 msgstr ""
1804
1805 # type: verbatim
1806 #. type: verbatim
1807 #: ../src/guestfs.pod:783
1808 #, no-wrap
1809 msgid ""
1810 " guestfs_set_autosync (g, 1);\n"
1811 "\n"
1812 msgstr ""
1813
1814 # type: textblock
1815 #. type: textblock
1816 #: ../src/guestfs.pod:785
1817 msgid ""
1818 "to have the unmount/sync done automatically for you when the handle 'g' is "
1819 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1820 msgstr ""
1821
1822 # type: textblock
1823 #. type: textblock
1824 #: ../src/guestfs.pod:789
1825 msgid ""
1826 "If you forget to do this, then it is entirely possible that your changes "
1827 "won't be written out, or will be partially written, or (very rarely) that "
1828 "you'll get disk corruption."
1829 msgstr ""
1830
1831 # type: textblock
1832 #. type: textblock
1833 #: ../src/guestfs.pod:793
1834 msgid ""
1835 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1836 "guestfish scripts that forget to sync will work just fine, which can make "
1837 "this very puzzling if you are trying to debug a problem."
1838 msgstr ""
1839
1840 # type: textblock
1841 #. type: textblock
1842 #: ../src/guestfs.pod:797
1843 msgid ""
1844 "Update: Autosync is enabled by default for all API users starting from "
1845 "libguestfs 1.5.24."
1846 msgstr ""
1847
1848 # type: =item
1849 #. type: =item
1850 #: ../src/guestfs.pod:800
1851 msgid "Mount option C<-o sync> should not be the default."
1852 msgstr ""
1853
1854 # type: textblock
1855 #. type: textblock
1856 #: ../src/guestfs.pod:802
1857 msgid ""
1858 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1859 "However C<-o sync> does not add any reliability benefit, but does have a "
1860 "very large performance impact."
1861 msgstr ""
1862
1863 # type: textblock
1864 #. type: textblock
1865 #: ../src/guestfs.pod:806
1866 msgid ""
1867 "The work around is to use L</guestfs_mount_options> and set the mount "
1868 "options that you actually want to use."
1869 msgstr ""
1870
1871 # type: =item
1872 #. type: =item
1873 #: ../src/guestfs.pod:809
1874 msgid "Read-only should be the default."
1875 msgstr ""
1876
1877 # type: textblock
1878 #. type: textblock
1879 #: ../src/guestfs.pod:811
1880 msgid ""
1881 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1882 "specify I<--rw> if you want to make changes to the image."
1883 msgstr ""
1884
1885 # type: textblock
1886 #. type: textblock
1887 #: ../src/guestfs.pod:814
1888 msgid "This would reduce the potential to corrupt live VM images."
1889 msgstr ""
1890
1891 # type: textblock
1892 #. type: textblock
1893 #: ../src/guestfs.pod:816
1894 msgid ""
1895 "Note that many filesystems change the disk when you just mount and unmount, "
1896 "even if you didn't perform any writes.  You need to use L</"
1897 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1898 msgstr ""
1899
1900 # type: =item
1901 #. type: =item
1902 #: ../src/guestfs.pod:820
1903 msgid "guestfish command line is hard to use."
1904 msgstr ""
1905
1906 # type: textblock
1907 #. type: textblock
1908 #: ../src/guestfs.pod:822
1909 msgid ""
1910 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1911 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1912 "exist, so it fails.  In earlier versions of guestfish the error message was "
1913 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1914 "we should have used C<guestfish -c command> to run commands."
1915 msgstr ""
1916
1917 # type: =item
1918 #. type: =item
1919 #: ../src/guestfs.pod:829
1920 msgid "guestfish megabyte modifiers don't work right on all commands"
1921 msgstr ""
1922
1923 # type: textblock
1924 #. type: textblock
1925 #: ../src/guestfs.pod:831
1926 msgid ""
1927 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1928 "other modifiers).  What guestfish actually does is to multiply the number "
1929 "part by the modifier part and pass the result to the C API.  However this "
1930 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1931 "expecting some other unit (eg. megabytes)."
1932 msgstr ""
1933
1934 # type: textblock
1935 #. type: textblock
1936 #: ../src/guestfs.pod:838
1937 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1938 msgstr ""
1939
1940 # type: verbatim
1941 #. type: verbatim
1942 #: ../src/guestfs.pod:840
1943 #, no-wrap
1944 msgid ""
1945 " lvcreate LV VG 100M\n"
1946 "\n"
1947 msgstr ""
1948
1949 # type: textblock
1950 #. type: textblock
1951 #: ../src/guestfs.pod:842
1952 msgid ""
1953 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1954 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1955 "megabytes * megabytes) logical volume.  The error message you get from this "
1956 "is also a little obscure."
1957 msgstr ""
1958
1959 # type: textblock
1960 #. type: textblock
1961 #: ../src/guestfs.pod:847
1962 msgid ""
1963 "This could be fixed in the generator by specially marking parameters and "
1964 "return values which take bytes or other units."
1965 msgstr ""
1966
1967 # type: =item
1968 #. type: =item
1969 #: ../src/guestfs.pod:850
1970 msgid "Ambiguity between devices and paths"
1971 msgstr ""
1972
1973 # type: textblock
1974 #. type: textblock
1975 #: ../src/guestfs.pod:852
1976 msgid ""
1977 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1978 "sdb2>) and a similar pathname.  A file might just happen to be called "
1979 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1980 msgstr ""
1981
1982 # type: textblock
1983 #. type: textblock
1984 #: ../src/guestfs.pod:857
1985 msgid ""
1986 "In the current API we usually resolve this ambiguity by having two separate "
1987 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1988 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1989 "detecting if the path supplied begins with C</dev/>."
1990 msgstr ""
1991
1992 # type: textblock
1993 #. type: textblock
1994 #: ../src/guestfs.pod:863
1995 msgid ""
1996 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1997 "make paths/devices into structured names.  One way to do this would be to "
1998 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1999 "aspect of grub.  Another way would be to use a structured type, equivalent "
2000 "to this OCaml type:"
2001 msgstr ""
2002
2003 # type: verbatim
2004 #. type: verbatim
2005 #: ../src/guestfs.pod:869
2006 #, no-wrap
2007 msgid ""
2008 " type path = Path of string | Device of int | Partition of int * int\n"
2009 "\n"
2010 msgstr ""
2011
2012 # type: textblock
2013 #. type: textblock
2014 #: ../src/guestfs.pod:871
2015 msgid "which would allow you to pass arguments like:"
2016 msgstr ""
2017
2018 # type: verbatim
2019 #. type: verbatim
2020 #: ../src/guestfs.pod:873
2021 #, no-wrap
2022 msgid ""
2023 " Path \"/foo/bar\"\n"
2024 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
2025 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
2026 " Path \"/dev/sdb2\"    (* not a device *)\n"
2027 "\n"
2028 msgstr ""
2029
2030 # type: textblock
2031 #. type: textblock
2032 #: ../src/guestfs.pod:878
2033 msgid ""
2034 "As you can see there are still problems to resolve even with this "
2035 "representation.  Also consider how it might work in guestfish."
2036 msgstr ""
2037
2038 # type: =head2
2039 #. type: =head2
2040 #: ../src/guestfs.pod:883
2041 msgid "PROTOCOL LIMITS"
2042 msgstr ""
2043
2044 # type: textblock
2045 #. type: textblock
2046 #: ../src/guestfs.pod:885
2047 msgid ""
2048 "Internally libguestfs uses a message-based protocol to pass API calls and "
2049 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
2050 "plenty more detail about this).  The maximum message size used by the "
2051 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
2052 "aware of this limit.  The API calls which may be affected are individually "
2053 "documented, with a link back to this section of the documentation."
2054 msgstr ""
2055
2056 # type: textblock
2057 #. type: textblock
2058 #: ../src/guestfs.pod:893
2059 msgid ""
2060 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
2061 "a simple string.  Because this string is at some point internally encoded as "
2062 "a message, the maximum size that it can return is slightly under 4 MB.  If "
2063 "the requested file is larger than this then you will get an error."
2064 msgstr ""
2065
2066 # type: textblock
2067 #. type: textblock
2068 #: ../src/guestfs.pod:899
2069 msgid ""
2070 "In order to transfer large files into and out of the guest filesystem, you "
2071 "need to use particular calls that support this.  The sections L</UPLOADING> "
2072 "and L</DOWNLOADING> document how to do this."
2073 msgstr ""
2074
2075 # type: textblock
2076 #. type: textblock
2077 #: ../src/guestfs.pod:903
2078 msgid ""
2079 "You might also consider mounting the disk image using our FUSE filesystem "
2080 "support (L<guestmount(1)>)."
2081 msgstr ""
2082
2083 # type: =head2
2084 #. type: =head2
2085 #: ../src/guestfs.pod:906
2086 msgid "KEYS AND PASSPHRASES"
2087 msgstr ""
2088
2089 # type: textblock
2090 #. type: textblock
2091 #: ../src/guestfs.pod:908
2092 msgid ""
2093 "Certain libguestfs calls take a parameter that contains sensitive key "
2094 "material, passed in as a C string."
2095 msgstr ""
2096
2097 # type: textblock
2098 #. type: textblock
2099 #: ../src/guestfs.pod:911
2100 msgid ""
2101 "In the future we would hope to change the libguestfs implementation so that "
2102 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2103 "swap.  However this is I<not> done at the moment, because of the complexity "
2104 "of such an implementation."
2105 msgstr ""
2106
2107 # type: textblock
2108 #. type: textblock
2109 #: ../src/guestfs.pod:916
2110 msgid ""
2111 "Therefore you should be aware that any key parameter you pass to libguestfs "
2112 "might end up being written out to the swap partition.  If this is a concern, "
2113 "scrub the swap partition or don't use libguestfs on encrypted devices."
2114 msgstr ""
2115
2116 # type: =head1
2117 #. type: =head2
2118 #: ../src/guestfs.pod:921
2119 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2120 msgstr ""
2121
2122 # type: textblock
2123 #. type: textblock
2124 #: ../src/guestfs.pod:923
2125 msgid ""
2126 "All high-level libguestfs actions are synchronous.  If you want to use "
2127 "libguestfs asynchronously then you must create a thread."
2128 msgstr ""
2129
2130 # type: textblock
2131 #. type: textblock
2132 #: ../src/guestfs.pod:926
2133 msgid ""
2134 "Only use the handle from a single thread.  Either use the handle exclusively "
2135 "from one thread, or provide your own mutex so that two threads cannot issue "
2136 "calls on the same handle at the same time."
2137 msgstr ""
2138
2139 # type: textblock
2140 #. type: textblock
2141 #: ../src/guestfs.pod:930
2142 msgid ""
2143 "See the graphical program guestfs-browser for one possible architecture for "
2144 "multithreaded programs using libvirt and libguestfs."
2145 msgstr ""
2146
2147 # type: =head1
2148 #. type: =head2
2149 #: ../src/guestfs.pod:933
2150 msgid "PATH"
2151 msgstr ""
2152
2153 #. type: textblock
2154 #: ../src/guestfs.pod:935
2155 msgid ""
2156 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2157 "internal path."
2158 msgstr ""
2159
2160 # type: textblock
2161 #. type: textblock
2162 #: ../src/guestfs.pod:938
2163 msgid ""
2164 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2165 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2166 msgstr ""
2167
2168 # type: textblock
2169 #. type: textblock
2170 #: ../src/guestfs.pod:941
2171 msgid ""
2172 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2173 "to change the directories that libguestfs will search in.  The value is a "
2174 "colon-separated list of paths.  The current directory is I<not> searched "
2175 "unless the path contains an empty element or C<.>.  For example "
2176 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2177 "then C</usr/lib/guestfs>."
2178 msgstr ""
2179
2180 # type: =head1
2181 #. type: =head2
2182 #: ../src/guestfs.pod:948
2183 msgid "QEMU WRAPPERS"
2184 msgstr ""
2185
2186 # type: textblock
2187 #. type: textblock
2188 #: ../src/guestfs.pod:950
2189 msgid ""
2190 "If you want to compile your own qemu, run qemu from a non-standard location, "
2191 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2192 "around qemu."
2193 msgstr ""
2194
2195 # type: textblock
2196 #. type: textblock
2197 #: ../src/guestfs.pod:954
2198 msgid ""
2199 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2200 "last command in the shell script (so that qemu replaces the shell and "
2201 "becomes the direct child of the libguestfs-using program).  If you don't do "
2202 "this, then the qemu process won't be cleaned up correctly."
2203 msgstr ""
2204
2205 # type: textblock
2206 #. type: textblock
2207 #: ../src/guestfs.pod:959
2208 msgid ""
2209 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2210 "source:"
2211 msgstr ""
2212
2213 # type: verbatim
2214 #. type: verbatim
2215 #: ../src/guestfs.pod:962
2216 #, no-wrap
2217 msgid ""
2218 " #!/bin/sh -\n"
2219 " qemudir=/home/rjones/d/qemu\n"
2220 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2221 "\n"
2222 msgstr ""
2223
2224 # type: textblock
2225 #. type: textblock
2226 #: ../src/guestfs.pod:966
2227 msgid ""
2228 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2229 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2230 "example:"
2231 msgstr ""
2232
2233 # type: verbatim
2234 #. type: verbatim
2235 #: ../src/guestfs.pod:970
2236 #, no-wrap
2237 msgid ""
2238 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2239 "\n"
2240 msgstr ""
2241
2242 # type: textblock
2243 #. type: textblock
2244 #: ../src/guestfs.pod:972
2245 msgid ""
2246 "Note that libguestfs also calls qemu with the -help and -version options in "
2247 "order to determine features."
2248 msgstr ""
2249
2250 #. type: =head2
2251 #: ../src/guestfs.pod:975
2252 msgid "ATTACHING TO RUNNING DAEMONS"
2253 msgstr ""
2254
2255 #. type: textblock
2256 #: ../src/guestfs.pod:977
2257 msgid ""
2258 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2259 "babies.  Use with caution."
2260 msgstr ""
2261
2262 #. type: textblock
2263 #: ../src/guestfs.pod:980
2264 msgid ""
2265 "I<Note (2):> This section explains how to attach to a running daemon from a "
2266 "low level perspective.  For most users, simply using virt tools such as "
2267 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2268 msgstr ""
2269
2270 #. type: =head3
2271 #: ../src/guestfs.pod:984
2272 msgid "Using guestfs_set_attach_method"
2273 msgstr ""
2274
2275 #. type: textblock
2276 #: ../src/guestfs.pod:986
2277 msgid ""
2278 "By calling L</guestfs_set_attach_method> you can change how the library "
2279 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2280 "ARCHITECTURE> for some background)."
2281 msgstr ""
2282
2283 #. type: textblock
2284 #: ../src/guestfs.pod:990
2285 msgid ""
2286 "The normal attach method is C<appliance>, where a small appliance is created "
2287 "containing the daemon, and then the library connects to this."
2288 msgstr ""
2289
2290 #. type: textblock
2291 #: ../src/guestfs.pod:993
2292 msgid ""
2293 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2294 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2295 "daemon over the Unix domain socket."
2296 msgstr ""
2297
2298 #. type: textblock
2299 #: ../src/guestfs.pod:997
2300 msgid ""
2301 "The normal use for this is to connect to a running virtual machine that "
2302 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2303 "files inside the live virtual machine."
2304 msgstr ""
2305
2306 #. type: =head3
2307 #: ../src/guestfs.pod:1001
2308 msgid "Using guestfs_add_domain with live flag"
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1003
2313 msgid ""
2314 "L</guestfs_add_domain> provides some help for getting the correct attach "
2315 "method.  If you pass the C<live> option to this function, then (if the "
2316 "virtual machine is running) it will examine the libvirt XML looking for a "
2317 "virtio-serial channel to connect to:"
2318 msgstr ""
2319
2320 #. type: verbatim
2321 #: ../src/guestfs.pod:1009
2322 #, no-wrap
2323 msgid ""
2324 " <domain>\n"
2325 "   ...\n"
2326 "   <devices>\n"
2327 "     ...\n"
2328 "     <channel type='unix'>\n"
2329 "       <source mode='bind' path='/path/to/socket'/>\n"
2330 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2331 "     </channel>\n"
2332 "     ...\n"
2333 "   </devices>\n"
2334 " </domain>\n"
2335 "\n"
2336 msgstr ""
2337
2338 #. type: textblock
2339 #: ../src/guestfs.pod:1021
2340 msgid ""
2341 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2342 "method to C<unix:/path/to/socket>."
2343 msgstr ""
2344
2345 #. type: textblock
2346 #: ../src/guestfs.pod:1024
2347 msgid ""
2348 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2349 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2350 "to attach to and modify live virtual machines."
2351 msgstr ""
2352
2353 #. type: textblock
2354 #: ../src/guestfs.pod:1028
2355 msgid ""
2356 "The virtual machine needs to have been set up beforehand so that it has the "
2357 "virtio-serial channel and so that guestfsd is running inside it."
2358 msgstr ""
2359
2360 # type: =head2
2361 #. type: =head2
2362 #: ../src/guestfs.pod:1032
2363 msgid "ABI GUARANTEE"
2364 msgstr ""
2365
2366 # type: textblock
2367 #. type: textblock
2368 #: ../src/guestfs.pod:1034
2369 msgid ""
2370 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2371 "actions as outlined in this section.  Although we will deprecate some "
2372 "actions, for example if they get replaced by newer calls, we will keep the "
2373 "old actions forever.  This allows you the developer to program in confidence "
2374 "against the libguestfs API."
2375 msgstr ""
2376
2377 # type: =head1
2378 #. type: =head2
2379 #: ../src/guestfs.pod:1040
2380 msgid "BLOCK DEVICE NAMING"
2381 msgstr ""
2382
2383 # type: textblock
2384 #. type: textblock
2385 #: ../src/guestfs.pod:1042
2386 msgid ""
2387 "In the kernel there is now quite a profusion of schemata for naming block "
2388 "devices (in this context, by I<block device> I mean a physical or virtual "
2389 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2390 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2391 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2392 "for the old IDE driver (particularly for SATA devices) those devices also "
2393 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2394 "paravirtualized drivers.  This has created several different naming systems, "
2395 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2396 msgstr ""
2397
2398 # type: textblock
2399 #. type: textblock
2400 #: ../src/guestfs.pod:1054
2401 msgid ""
2402 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2403 "Linux kernel to access block devices.  We can run a variety of appliances "
2404 "based on a variety of Linux kernels."
2405 msgstr ""
2406
2407 # type: textblock
2408 #. type: textblock
2409 #: ../src/guestfs.pod:1058
2410 msgid ""
2411 "This causes a problem for libguestfs because many API calls use device or "
2412 "partition names.  Working scripts and the recipe (example) scripts that we "
2413 "make available over the internet could fail if the naming scheme changes."
2414 msgstr ""
2415
2416 # type: textblock
2417 #. type: textblock
2418 #: ../src/guestfs.pod:1063
2419 msgid ""
2420 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2421 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2422 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2423 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2424 msgstr ""
2425
2426 # type: textblock
2427 #. type: textblock
2428 #: ../src/guestfs.pod:1069
2429 msgid ""
2430 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2431 "L</guestfs_list_partitions> and similar calls return the true names of the "
2432 "devices and partitions as known to the appliance."
2433 msgstr ""
2434
2435 # type: =head2
2436 #. type: =head3
2437 #: ../src/guestfs.pod:1074
2438 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2439 msgstr ""
2440
2441 # type: textblock
2442 #. type: textblock
2443 #: ../src/guestfs.pod:1076
2444 msgid ""
2445 "Usually this translation is transparent.  However in some (very rare)  cases "
2446 "you may need to know the exact algorithm.  Such cases include where you use "
2447 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2448 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2449 msgstr ""
2450
2451 # type: textblock
2452 #. type: textblock
2453 #: ../src/guestfs.pod:1082
2454 msgid ""
2455 "The algorithm is applied only to I<parameters> which are known to be either "
2456 "device or partition names.  Return values from functions such as L</"
2457 "guestfs_list_devices> are never changed."
2458 msgstr ""
2459
2460 # type: textblock
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1090
2463 msgid "Is the string a parameter which is a device or partition name?"
2464 msgstr ""
2465
2466 # type: textblock
2467 #. type: textblock
2468 #: ../src/guestfs.pod:1094
2469 msgid "Does the string begin with C</dev/sd>?"
2470 msgstr ""
2471
2472 # type: textblock
2473 #. type: textblock
2474 #: ../src/guestfs.pod:1098
2475 msgid ""
2476 "Does the named device exist? If so, we use that device.  However if I<not> "
2477 "then we continue with this algorithm."
2478 msgstr ""
2479
2480 # type: textblock
2481 #. type: textblock
2482 #: ../src/guestfs.pod:1103
2483 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2484 msgstr ""
2485
2486 # type: textblock
2487 #. type: textblock
2488 #: ../src/guestfs.pod:1105
2489 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2490 msgstr ""
2491
2492 # type: textblock
2493 #. type: textblock
2494 #: ../src/guestfs.pod:1107
2495 msgid "If that named device exists, use it.  If not, continue."
2496 msgstr ""
2497
2498 # type: textblock
2499 #. type: textblock
2500 #: ../src/guestfs.pod:1111
2501 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2502 msgstr ""
2503
2504 # type: textblock
2505 #. type: textblock
2506 #: ../src/guestfs.pod:1113
2507 msgid "If that named device exists, use it.  If not, return an error."
2508 msgstr ""
2509
2510 # type: =head3
2511 #. type: =head3
2512 #: ../src/guestfs.pod:1117
2513 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2514 msgstr ""
2515
2516 # type: textblock
2517 #. type: textblock
2518 #: ../src/guestfs.pod:1119
2519 msgid ""
2520 "Although the standard naming scheme and automatic translation is useful for "
2521 "simple programs and guestfish scripts, for larger programs it is best not to "
2522 "rely on this mechanism."
2523 msgstr ""
2524
2525 # type: textblock
2526 #. type: textblock
2527 #: ../src/guestfs.pod:1123
2528 msgid ""
2529 "Where possible for maximum future portability programs using libguestfs "
2530 "should use these future-proof techniques:"
2531 msgstr ""
2532
2533 # type: textblock
2534 #. type: textblock
2535 #: ../src/guestfs.pod:1130
2536 msgid ""
2537 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2538 "device names, and then use those names directly."
2539 msgstr ""
2540
2541 # type: textblock
2542 #. type: textblock
2543 #: ../src/guestfs.pod:1133
2544 msgid ""
2545 "Since those device names exist by definition, they will never be translated."
2546 msgstr ""
2547
2548 # type: textblock
2549 #. type: textblock
2550 #: ../src/guestfs.pod:1138
2551 msgid ""
2552 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2553 "filesystem labels."
2554 msgstr ""
2555
2556 # type: =head1
2557 #. type: =head1
2558 #: ../src/guestfs.pod:1143
2559 msgid "SECURITY"
2560 msgstr ""
2561
2562 # type: textblock
2563 #. type: textblock
2564 #: ../src/guestfs.pod:1145
2565 msgid ""
2566 "This section discusses security implications of using libguestfs, "
2567 "particularly with untrusted or malicious guests or disk images."
2568 msgstr ""
2569
2570 # type: =head2
2571 #. type: =head2
2572 #: ../src/guestfs.pod:1148
2573 msgid "GENERAL SECURITY CONSIDERATIONS"
2574 msgstr ""
2575
2576 # type: textblock
2577 #. type: textblock
2578 #: ../src/guestfs.pod:1150
2579 msgid ""
2580 "Be careful with any files or data that you download from a guest (by "
2581 "\"download\" we mean not just the L</guestfs_download> command but any "
2582 "command that reads files, filenames, directories or anything else from a "
2583 "disk image).  An attacker could manipulate the data to fool your program "
2584 "into doing the wrong thing.  Consider cases such as:"
2585 msgstr ""
2586
2587 # type: textblock
2588 #. type: textblock
2589 #: ../src/guestfs.pod:1160
2590 msgid "the data (file etc) not being present"
2591 msgstr ""
2592
2593 # type: textblock
2594 #. type: textblock
2595 #: ../src/guestfs.pod:1164
2596 msgid "being present but empty"
2597 msgstr ""
2598
2599 # type: textblock
2600 #. type: textblock
2601 #: ../src/guestfs.pod:1168
2602 msgid "being much larger than normal"
2603 msgstr ""
2604
2605 # type: textblock
2606 #. type: textblock
2607 #: ../src/guestfs.pod:1172
2608 msgid "containing arbitrary 8 bit data"
2609 msgstr ""
2610
2611 # type: textblock
2612 #. type: textblock
2613 #: ../src/guestfs.pod:1176
2614 msgid "being in an unexpected character encoding"
2615 msgstr ""
2616
2617 # type: textblock
2618 #. type: textblock
2619 #: ../src/guestfs.pod:1180
2620 msgid "containing homoglyphs."
2621 msgstr ""
2622
2623 # type: =head2
2624 #. type: =head2
2625 #: ../src/guestfs.pod:1184
2626 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2627 msgstr ""
2628
2629 # type: textblock
2630 #. type: textblock
2631 #: ../src/guestfs.pod:1186
2632 msgid ""
2633 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2634 "(VFS) module can sometimes be escalated into exploits by deliberately "
2635 "creating a malicious, malformed filesystem.  These exploits are very severe "
2636 "for two reasons.  Firstly there are very many filesystem drivers in the "
2637 "kernel, and many of them are infrequently used and not much developer "
2638 "attention has been paid to the code.  Linux userspace helps potential "
2639 "crackers by detecting the filesystem type and automatically choosing the "
2640 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2641 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2642 "exploit (worse in some ways), giving immediate and total access to the "
2643 "system right down to the hardware level."
2644 msgstr ""
2645
2646 # type: textblock
2647 #. type: textblock
2648 #: ../src/guestfs.pod:1199
2649 msgid ""
2650 "That explains why you should never mount a filesystem from an untrusted "
2651 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2652 "inside a qemu virtual machine, usually running as a non-root user.  The "
2653 "attacker would need to write a filesystem which first exploited the kernel, "
2654 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2655 "the libguestfs protocol, and finally to be as serious as the host kernel "
2656 "exploit it would need to escalate its privileges to root.  This multi-step "
2657 "escalation, performed by a static piece of data, is thought to be extremely "
2658 "hard to do, although we never say 'never' about security issues."
2659 msgstr ""
2660
2661 # type: textblock
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1210
2664 msgid ""
2665 "In any case callers can reduce the attack surface by forcing the filesystem "
2666 "type when mounting (use L</guestfs_mount_vfs>)."
2667 msgstr ""
2668
2669 # type: =head2
2670 #. type: =head2
2671 #: ../src/guestfs.pod:1213
2672 msgid "PROTOCOL SECURITY"
2673 msgstr ""
2674
2675 # type: textblock
2676 #. type: textblock
2677 #: ../src/guestfs.pod:1215
2678 msgid ""
2679 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2680 "defined upper message size.  However a program that uses libguestfs must "
2681 "also take care - for example you can write a program that downloads a binary "
2682 "from a disk image and executes it locally, and no amount of protocol "
2683 "security will save you from the consequences."
2684 msgstr ""
2685
2686 # type: =head2
2687 #. type: =head2
2688 #: ../src/guestfs.pod:1221
2689 msgid "INSPECTION SECURITY"
2690 msgstr ""
2691
2692 # type: textblock
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1223
2695 msgid ""
2696 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2697 "directly from the guest, and these could contain any 8 bit data.  Callers "
2698 "should be careful to escape these before printing them to a structured file "
2699 "(for example, use HTML escaping if creating a web page)."
2700 msgstr ""
2701
2702 # type: textblock
2703 #. type: textblock
2704 #: ../src/guestfs.pod:1229
2705 msgid ""
2706 "Guest configuration may be altered in unusual ways by the administrator of "
2707 "the virtual machine, and may not reflect reality (particularly for untrusted "
2708 "or actively malicious guests).  For example we parse the hostname from "
2709 "configuration files like C</etc/sysconfig/network> that we find in the "
2710 "guest, but the guest administrator can easily manipulate these files to "
2711 "provide the wrong hostname."
2712 msgstr ""
2713
2714 # type: textblock
2715 #. type: textblock
2716 #: ../src/guestfs.pod:1237
2717 msgid ""
2718 "The inspection API parses guest configuration using two external libraries: "
2719 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2720 "designed to be robust in the face of malicious data, although denial of "
2721 "service attacks are still possible, for example with oversized configuration "
2722 "files."
2723 msgstr ""
2724
2725 # type: =head2
2726 #. type: =head2
2727 #: ../src/guestfs.pod:1243
2728 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2729 msgstr ""
2730
2731 # type: textblock
2732 #. type: textblock
2733 #: ../src/guestfs.pod:1245
2734 msgid ""
2735 "Be very cautious about running commands from the guest.  By running a "
2736 "command in the guest, you are giving CPU time to a binary that you do not "
2737 "control, under the same user account as the library, albeit wrapped in qemu "
2738 "virtualization.  More information and alternatives can be found in the "
2739 "section L</RUNNING COMMANDS>."
2740 msgstr ""
2741
2742 # type: =head2
2743 #. type: =head2
2744 #: ../src/guestfs.pod:1251
2745 msgid "CVE-2010-3851"
2746 msgstr ""
2747
2748 # type: textblock
2749 #. type: textblock
2750 #: ../src/guestfs.pod:1253
2751 msgid "https://bugzilla.redhat.com/642934"
2752 msgstr ""
2753
2754 # type: textblock
2755 #. type: textblock
2756 #: ../src/guestfs.pod:1255
2757 msgid ""
2758 "This security bug concerns the automatic disk format detection that qemu "
2759 "does on disk images."
2760 msgstr ""
2761
2762 # type: textblock
2763 #. type: textblock
2764 #: ../src/guestfs.pod:1258
2765 msgid ""
2766 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2767 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2768 "for one of the known headers, and if none is found then assuming the disk "
2769 "image must be raw."
2770 msgstr ""
2771
2772 # type: textblock
2773 #. type: textblock
2774 #: ../src/guestfs.pod:1263
2775 msgid ""
2776 "This allows a guest which has been given a raw disk image to write some "
2777 "other header.  At next boot (or when the disk image is accessed by "
2778 "libguestfs) qemu would do autodetection and think the disk image format was, "
2779 "say, qcow2 based on the header written by the guest."
2780 msgstr ""
2781
2782 # type: textblock
2783 #. type: textblock
2784 #: ../src/guestfs.pod:1268
2785 msgid ""
2786 "This in itself would not be a problem, but qcow2 offers many features, one "
2787 "of which is to allow a disk image to refer to another image (called the "
2788 "\"backing disk\").  It does this by placing the path to the backing disk "
2789 "into the qcow2 header.  This path is not validated and could point to any "
2790 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2791 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2792 "control of the attacker."
2793 msgstr ""
2794
2795 # type: textblock
2796 #. type: textblock
2797 #: ../src/guestfs.pod:1276
2798 msgid ""
2799 "In libguestfs this is rather hard to exploit except under two circumstances:"
2800 msgstr ""
2801
2802 # type: textblock
2803 #. type: textblock
2804 #: ../src/guestfs.pod:1283
2805 msgid "You have enabled the network or have opened the disk in write mode."
2806 msgstr ""
2807
2808 # type: textblock
2809 #. type: textblock
2810 #: ../src/guestfs.pod:1287
2811 msgid ""
2812 "You are also running untrusted code from the guest (see L</RUNNING "
2813 "COMMANDS>)."
2814 msgstr ""
2815
2816 # type: textblock
2817 #. type: textblock
2818 #: ../src/guestfs.pod:1292
2819 msgid ""
2820 "The way to avoid this is to specify the expected disk format when adding "
2821 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2822 "should always do this if the disk is raw format, and it's a good idea for "
2823 "other cases too."
2824 msgstr ""
2825
2826 # type: textblock
2827 #. type: textblock
2828 #: ../src/guestfs.pod:1297
2829 msgid ""
2830 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2831 "format is fetched from libvirt and passed through."
2832 msgstr ""
2833
2834 # type: textblock
2835 #. type: textblock
2836 #: ../src/guestfs.pod:1300
2837 msgid ""
2838 "For libguestfs tools, use the I<--format> command line parameter as "
2839 "appropriate."
2840 msgstr ""
2841
2842 # type: =head1
2843 #. type: =head1
2844 #: ../src/guestfs.pod:1303
2845 msgid "CONNECTION MANAGEMENT"
2846 msgstr ""
2847
2848 # type: =head2
2849 #. type: =head2
2850 #: ../src/guestfs.pod:1305
2851 msgid "guestfs_h *"
2852 msgstr ""
2853
2854 # type: textblock
2855 #. type: textblock
2856 #: ../src/guestfs.pod:1307
2857 msgid ""
2858 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2859 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2860 "handle and release all resources used."
2861 msgstr ""
2862
2863 # type: textblock
2864 #. type: textblock
2865 #: ../src/guestfs.pod:1311
2866 msgid ""
2867 "For information on using multiple handles and threads, see the section L</"
2868 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2869 msgstr ""
2870
2871 # type: =head2
2872 #. type: =head2
2873 #: ../src/guestfs.pod:1314
2874 msgid "guestfs_create"
2875 msgstr ""
2876
2877 # type: verbatim
2878 #. type: verbatim
2879 #: ../src/guestfs.pod:1316
2880 #, no-wrap
2881 msgid ""
2882 " guestfs_h *guestfs_create (void);\n"
2883 "\n"
2884 msgstr ""
2885
2886 # type: textblock
2887 #. type: textblock
2888 #: ../src/guestfs.pod:1318
2889 msgid "Create a connection handle."
2890 msgstr ""
2891
2892 # type: textblock
2893 #. type: textblock
2894 #: ../src/guestfs.pod:1320
2895 msgid ""
2896 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2897 "on the handle at least once."
2898 msgstr ""
2899
2900 # type: textblock
2901 #. type: textblock
2902 #: ../src/guestfs.pod:1323
2903 msgid ""
2904 "This function returns a non-NULL pointer to a handle on success or NULL on "
2905 "error."
2906 msgstr ""
2907
2908 # type: textblock
2909 #. type: textblock
2910 #: ../src/guestfs.pod:1326
2911 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2912 msgstr ""
2913
2914 # type: textblock
2915 #. type: textblock
2916 #: ../src/guestfs.pod:1328
2917 msgid ""
2918 "You may also want to configure error handling for the handle.  See L</ERROR "
2919 "HANDLING> section below."
2920 msgstr ""
2921
2922 # type: =head2
2923 #. type: =head2
2924 #: ../src/guestfs.pod:1331
2925 msgid "guestfs_close"
2926 msgstr ""
2927
2928 # type: verbatim
2929 #. type: verbatim
2930 #: ../src/guestfs.pod:1333
2931 #, no-wrap
2932 msgid ""
2933 " void guestfs_close (guestfs_h *g);\n"
2934 "\n"
2935 msgstr ""
2936
2937 # type: textblock
2938 #. type: textblock
2939 #: ../src/guestfs.pod:1335
2940 msgid "This closes the connection handle and frees up all resources used."
2941 msgstr ""
2942
2943 # type: =head1
2944 #. type: =head1
2945 #: ../src/guestfs.pod:1337
2946 msgid "ERROR HANDLING"
2947 msgstr ""
2948
2949 # type: textblock
2950 #. type: textblock
2951 #: ../src/guestfs.pod:1339
2952 msgid ""
2953 "API functions can return errors.  For example, almost all functions that "
2954 "return C<int> will return C<-1> to indicate an error."
2955 msgstr ""
2956
2957 # type: textblock
2958 #. type: textblock
2959 #: ../src/guestfs.pod:1342
2960 msgid ""
2961 "Additional information is available for errors: an error message string and "
2962 "optionally an error number (errno) if the thing that failed was a system "
2963 "call."
2964 msgstr ""
2965
2966 # type: textblock
2967 #. type: textblock
2968 #: ../src/guestfs.pod:1346
2969 msgid ""
2970 "You can get at the additional information about the last error on the handle "
2971 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2972 "up an error handler with L</guestfs_set_error_handler>."
2973 msgstr ""
2974
2975 # type: textblock
2976 #. type: textblock
2977 #: ../src/guestfs.pod:1351
2978 msgid ""
2979 "When the handle is created, a default error handler is installed which "
2980 "prints the error message string to C<stderr>.  For small short-running "
2981 "command line programs it is sufficient to do:"
2982 msgstr ""
2983
2984 # type: verbatim
2985 #. type: verbatim
2986 #: ../src/guestfs.pod:1355
2987 #, no-wrap
2988 msgid ""
2989 " if (guestfs_launch (g) == -1)\n"
2990 "   exit (EXIT_FAILURE);\n"
2991 "\n"
2992 msgstr ""
2993
2994 # type: textblock
2995 #. type: textblock
2996 #: ../src/guestfs.pod:1358
2997 msgid ""
2998 "since the default error handler will ensure that an error message has been "
2999 "printed to C<stderr> before the program exits."
3000 msgstr ""
3001
3002 # type: textblock
3003 #. type: textblock
3004 #: ../src/guestfs.pod:1361
3005 msgid ""
3006 "For other programs the caller will almost certainly want to install an "
3007 "alternate error handler or do error handling in-line like this:"
3008 msgstr ""
3009
3010 # type: verbatim
3011 #. type: verbatim
3012 #: ../src/guestfs.pod:1364
3013 #, no-wrap
3014 msgid ""
3015 " g = guestfs_create ();\n"
3016 " \n"
3017 msgstr ""
3018
3019 # type: verbatim
3020 #. type: verbatim
3021 #: ../src/guestfs.pod:1366
3022 #, no-wrap
3023 msgid ""
3024 " /* This disables the default behaviour of printing errors\n"
3025 "    on stderr. */\n"
3026 " guestfs_set_error_handler (g, NULL, NULL);\n"
3027 " \n"
3028 msgstr ""
3029
3030 # type: verbatim
3031 #. type: verbatim
3032 #: ../src/guestfs.pod:1370
3033 #, no-wrap
3034 msgid ""
3035 " if (guestfs_launch (g) == -1) {\n"
3036 "   /* Examine the error message and print it etc. */\n"
3037 "   char *msg = guestfs_last_error (g);\n"
3038 "   int errnum = guestfs_last_errno (g);\n"
3039 "   fprintf (stderr, \"%s\\n\", msg);\n"
3040 "   /* ... */\n"
3041 "  }\n"
3042 "\n"
3043 msgstr ""
3044
3045 # type: textblock
3046 #. type: textblock
3047 #: ../src/guestfs.pod:1378
3048 msgid ""
3049 "Out of memory errors are handled differently.  The default action is to call "
3050 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
3051 "guestfs_set_out_of_memory_handler>."
3052 msgstr ""
3053
3054 # type: textblock
3055 #. type: textblock
3056 #: ../src/guestfs.pod:1382
3057 msgid ""
3058 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
3059 "because there is no handle if this happens there is no way to get additional "
3060 "error information.  However L</guestfs_create> is supposed to be a "
3061 "lightweight operation which can only fail because of insufficient memory (it "
3062 "returns NULL in this case)."
3063 msgstr ""
3064
3065 # type: =head2
3066 #. type: =head2
3067 #: ../src/guestfs.pod:1388
3068 msgid "guestfs_last_error"
3069 msgstr ""
3070
3071 # type: verbatim
3072 #. type: verbatim
3073 #: ../src/guestfs.pod:1390
3074 #, no-wrap
3075 msgid ""
3076 " const char *guestfs_last_error (guestfs_h *g);\n"
3077 "\n"
3078 msgstr ""
3079
3080 # type: textblock
3081 #. type: textblock
3082 #: ../src/guestfs.pod:1392
3083 msgid ""
3084 "This returns the last error message that happened on C<g>.  If there has not "
3085 "been an error since the handle was created, then this returns C<NULL>."
3086 msgstr ""
3087
3088 # type: textblock
3089 #. type: textblock
3090 #: ../src/guestfs.pod:1396
3091 msgid ""
3092 "The lifetime of the returned string is until the next error occurs, or L</"
3093 "guestfs_close> is called."
3094 msgstr ""
3095
3096 # type: =head2
3097 #. type: =head2
3098 #: ../src/guestfs.pod:1399
3099 msgid "guestfs_last_errno"
3100 msgstr ""
3101
3102 # type: verbatim
3103 #. type: verbatim
3104 #: ../src/guestfs.pod:1401
3105 #, no-wrap
3106 msgid ""
3107 " int guestfs_last_errno (guestfs_h *g);\n"
3108 "\n"
3109 msgstr ""
3110
3111 # type: textblock
3112 #. type: textblock
3113 #: ../src/guestfs.pod:1403
3114 msgid "This returns the last error number (errno) that happened on C<g>."
3115 msgstr ""
3116
3117 # type: textblock
3118 #. type: textblock
3119 #: ../src/guestfs.pod:1405
3120 msgid "If successful, an errno integer not equal to zero is returned."
3121 msgstr ""
3122
3123 # type: textblock
3124 #. type: textblock
3125 #: ../src/guestfs.pod:1407
3126 msgid ""
3127 "If no error, this returns 0.  This call can return 0 in three situations:"
3128 msgstr ""
3129
3130 # type: textblock
3131 #. type: textblock
3132 #: ../src/guestfs.pod:1414
3133 msgid "There has not been any error on the handle."
3134 msgstr ""
3135
3136 # type: textblock
3137 #. type: textblock
3138 #: ../src/guestfs.pod:1418
3139 msgid ""
3140 "There has been an error but the errno was meaningless.  This corresponds to "
3141 "the case where the error did not come from a failed system call, but for "
3142 "some other reason."
3143 msgstr ""
3144
3145 # type: textblock
3146 #. type: textblock
3147 #: ../src/guestfs.pod:1424
3148 msgid ""
3149 "There was an error from a failed system call, but for some reason the errno "
3150 "was not captured and returned.  This usually indicates a bug in libguestfs."
3151 msgstr ""
3152
3153 # type: textblock
3154 #. type: textblock
3155 #: ../src/guestfs.pod:1430
3156 msgid ""
3157 "Libguestfs tries to convert the errno from inside the applicance into a "
3158 "corresponding errno for the caller (not entirely trivial: the appliance "
3159 "might be running a completely different operating system from the library "
3160 "and error numbers are not standardized across Un*xen).  If this could not be "
3161 "done, then the error is translated to C<EINVAL>.  In practice this should "
3162 "only happen in very rare circumstances."
3163 msgstr ""
3164
3165 # type: =head2
3166 #. type: =head2
3167 #: ../src/guestfs.pod:1438
3168 msgid "guestfs_set_error_handler"
3169 msgstr ""
3170
3171 # type: verbatim
3172 #. type: verbatim
3173 #: ../src/guestfs.pod:1440
3174 #, no-wrap
3175 msgid ""
3176 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3177 "                                           void *opaque,\n"
3178 "                                           const char *msg);\n"
3179 " void guestfs_set_error_handler (guestfs_h *g,\n"
3180 "                                 guestfs_error_handler_cb cb,\n"
3181 "                                 void *opaque);\n"
3182 "\n"
3183 msgstr ""
3184
3185 # type: textblock
3186 #. type: textblock
3187 #: ../src/guestfs.pod:1447
3188 msgid ""
3189 "The callback C<cb> will be called if there is an error.  The parameters "
3190 "passed to the callback are an opaque data pointer and the error message "
3191 "string."
3192 msgstr ""
3193
3194 # type: textblock
3195 #. type: textblock
3196 #: ../src/guestfs.pod:1451
3197 msgid ""
3198 "C<errno> is not passed to the callback.  To get that the callback must call "
3199 "L</guestfs_last_errno>."
3200 msgstr ""
3201
3202 # type: textblock
3203 #. type: textblock
3204 #: ../src/guestfs.pod:1454
3205 msgid ""
3206 "Note that the message string C<msg> is freed as soon as the callback "
3207 "function returns, so if you want to stash it somewhere you must make your "
3208 "own copy."
3209 msgstr ""
3210
3211 # type: textblock
3212 #. type: textblock
3213 #: ../src/guestfs.pod:1458
3214 msgid "The default handler prints messages on C<stderr>."
3215 msgstr ""
3216
3217 # type: textblock
3218 #. type: textblock
3219 #: ../src/guestfs.pod:1460
3220 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3221 msgstr ""
3222
3223 # type: =head2
3224 #. type: =head2
3225 #: ../src/guestfs.pod:1462
3226 msgid "guestfs_get_error_handler"
3227 msgstr ""
3228
3229 # type: verbatim
3230 #. type: verbatim
3231 #: ../src/guestfs.pod:1464
3232 #, no-wrap
3233 msgid ""
3234 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3235 "                                                     void **opaque_rtn);\n"
3236 "\n"
3237 msgstr ""
3238
3239 # type: textblock
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1467
3242 msgid "Returns the current error handler callback."
3243 msgstr ""
3244
3245 # type: =head2
3246 #. type: =head2
3247 #: ../src/guestfs.pod:1469
3248 msgid "guestfs_set_out_of_memory_handler"
3249 msgstr ""
3250
3251 # type: verbatim
3252 #. type: verbatim
3253 #: ../src/guestfs.pod:1471
3254 #, no-wrap
3255 msgid ""
3256 " typedef void (*guestfs_abort_cb) (void);\n"
3257 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3258 "                                        guestfs_abort_cb);\n"
3259 "\n"
3260 msgstr ""
3261
3262 # type: textblock
3263 #. type: textblock
3264 #: ../src/guestfs.pod:1475
3265 msgid ""
3266 "The callback C<cb> will be called if there is an out of memory situation.  "
3267 "I<Note this callback must not return>."
3268 msgstr ""
3269
3270 # type: textblock
3271 #. type: textblock
3272 #: ../src/guestfs.pod:1478
3273 msgid "The default is to call L<abort(3)>."
3274 msgstr ""
3275
3276 # type: textblock
3277 #. type: textblock
3278 #: ../src/guestfs.pod:1480
3279 msgid ""
3280 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3281 msgstr ""
3282
3283 # type: =head2
3284 #. type: =head2
3285 #: ../src/guestfs.pod:1483
3286 msgid "guestfs_get_out_of_memory_handler"
3287 msgstr ""
3288
3289 # type: verbatim
3290 #. type: verbatim
3291 #: ../src/guestfs.pod:1485
3292 #, no-wrap
3293 msgid ""
3294 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3295 "\n"
3296 msgstr ""
3297
3298 # type: textblock
3299 #. type: textblock
3300 #: ../src/guestfs.pod:1487
3301 msgid "This returns the current out of memory handler."
3302 msgstr ""
3303
3304 # type: =head1
3305 #. type: =head1
3306 #: ../src/guestfs.pod:1489
3307 msgid "API CALLS"
3308 msgstr ""
3309
3310 # type: textblock
3311 #. type: textblock
3312 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:1003
3313 msgid "@ACTIONS@"
3314 msgstr ""
3315
3316 # type: =head1
3317 #. type: =head1
3318 #: ../src/guestfs.pod:1493
3319 msgid "STRUCTURES"
3320 msgstr ""
3321
3322 # type: textblock
3323 #. type: textblock
3324 #: ../src/guestfs.pod:1495
3325 msgid "@STRUCTS@"
3326 msgstr ""
3327
3328 # type: =head1
3329 #. type: =head1
3330 #: ../src/guestfs.pod:1497
3331 msgid "AVAILABILITY"
3332 msgstr ""
3333
3334 # type: =head2
3335 #. type: =head2
3336 #: ../src/guestfs.pod:1499
3337 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3338 msgstr ""
3339
3340 # type: textblock
3341 #. type: textblock
3342 #: ../src/guestfs.pod:1501
3343 msgid ""
3344 "Using L</guestfs_available> you can test availability of the following "
3345 "groups of functions.  This test queries the appliance to see if the "
3346 "appliance you are currently using supports the functionality."
3347 msgstr ""
3348
3349 # type: textblock
3350 #. type: textblock
3351 #: ../src/guestfs.pod:1506
3352 msgid "@AVAILABILITY@"
3353 msgstr ""
3354
3355 # type: =head2
3356 #. type: =head2
3357 #: ../src/guestfs.pod:1508
3358 msgid "GUESTFISH supported COMMAND"
3359 msgstr ""
3360
3361 # type: textblock
3362 #. type: textblock
3363 #: ../src/guestfs.pod:1510
3364 msgid ""
3365 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3366 "prints out the available groups and whether they are supported by this build "
3367 "of libguestfs.  Note however that you have to do C<run> first."
3368 msgstr ""
3369
3370 # type: =head2
3371 #. type: =head2
3372 #: ../src/guestfs.pod:1515
3373 msgid "SINGLE CALLS AT COMPILE TIME"
3374 msgstr ""
3375
3376 # type: textblock
3377 #. type: textblock
3378 #: ../src/guestfs.pod:1517
3379 msgid ""
3380 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3381 "function, such as:"
3382 msgstr ""
3383
3384 # type: verbatim
3385 #. type: verbatim
3386 #: ../src/guestfs.pod:1520
3387 #, no-wrap
3388 msgid ""
3389 " #define LIBGUESTFS_HAVE_DD 1\n"
3390 "\n"
3391 msgstr ""
3392
3393 # type: textblock
3394 #. type: textblock
3395 #: ../src/guestfs.pod:1522
3396 msgid "if L</guestfs_dd> is available."
3397 msgstr ""
3398
3399 # type: textblock
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1524
3402 msgid ""
3403 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3404 "function is available at compile time, we recommended using build tools such "
3405 "as autoconf or cmake.  For example in autotools you could use:"
3406 msgstr ""
3407
3408 # type: verbatim
3409 #. type: verbatim
3410 #: ../src/guestfs.pod:1529
3411 #, no-wrap
3412 msgid ""
3413 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3414 " AC_CHECK_FUNCS([guestfs_dd])\n"
3415 "\n"
3416 msgstr ""
3417
3418 # type: textblock
3419 #. type: textblock
3420 #: ../src/guestfs.pod:1532
3421 msgid ""
3422 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3423 "in your program."
3424 msgstr ""
3425
3426 # type: =head2
3427 #. type: =head2
3428 #: ../src/guestfs.pod:1535
3429 msgid "SINGLE CALLS AT RUN TIME"
3430 msgstr ""
3431
3432 # type: textblock
3433 #. type: textblock
3434 #: ../src/guestfs.pod:1537
3435 msgid ""
3436 "Testing at compile time doesn't guarantee that a function really exists in "
3437 "the library.  The reason is that you might be dynamically linked against a "
3438 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3439 "This situation unfortunately results in a segmentation fault, which is a "
3440 "shortcoming of the C dynamic linking system itself."
3441 msgstr ""
3442
3443 # type: textblock
3444 #. type: textblock
3445 #: ../src/guestfs.pod:1544
3446 msgid ""
3447 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3448 "in this example program (note that you still need the compile time check as "
3449 "well):"
3450 msgstr ""
3451
3452 # type: verbatim
3453 #. type: verbatim
3454 #: ../src/guestfs.pod:1548
3455 #, no-wrap
3456 msgid ""
3457 " #include <stdio.h>\n"
3458 " #include <stdlib.h>\n"
3459 " #include <unistd.h>\n"
3460 " #include <dlfcn.h>\n"
3461 " #include <guestfs.h>\n"
3462 " \n"
3463 msgstr ""
3464
3465 # type: verbatim
3466 #. type: verbatim
3467 #: ../src/guestfs.pod:1554
3468 #, no-wrap
3469 msgid ""
3470 " main ()\n"
3471 " {\n"
3472 " #ifdef LIBGUESTFS_HAVE_DD\n"
3473 "   void *dl;\n"
3474 "   int has_function;\n"
3475 " \n"
3476 msgstr ""
3477
3478 # type: verbatim
3479 #. type: verbatim
3480 #: ../src/guestfs.pod:1560
3481 #, no-wrap
3482 msgid ""
3483 "   /* Test if the function guestfs_dd is really available. */\n"
3484 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3485 "   if (!dl) {\n"
3486 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3487 "     exit (EXIT_FAILURE);\n"
3488 "   }\n"
3489 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3490 "   dlclose (dl);\n"
3491 " \n"
3492 msgstr ""
3493
3494 # type: verbatim
3495 #. type: verbatim
3496 #: ../src/guestfs.pod:1569
3497 #, no-wrap
3498 msgid ""
3499 "   if (!has_function)\n"
3500 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3501 "   else {\n"
3502 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3503 "     /* Now it's safe to call\n"
3504 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3505 "     */\n"
3506 "   }\n"
3507 " #else\n"
3508 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3509 " #endif\n"
3510 "  }\n"
3511 "\n"
3512 msgstr ""
3513
3514 # type: textblock
3515 #. type: textblock
3516 #: ../src/guestfs.pod:1582
3517 msgid ""
3518 "You may think the above is an awful lot of hassle, and it is.  There are "
3519 "other ways outside of the C linking system to ensure that this kind of "
3520 "incompatibility never arises, such as using package versioning:"
3521 msgstr ""
3522
3523 # type: verbatim
3524 #. type: verbatim
3525 #: ../src/guestfs.pod:1587
3526 #, no-wrap
3527 msgid ""
3528 " Requires: libguestfs >= 1.0.80\n"
3529 "\n"
3530 msgstr ""
3531
3532 # type: =head1
3533 #. type: =head1
3534 #: ../src/guestfs.pod:1589
3535 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3536 msgstr ""
3537
3538 # type: textblock
3539 #. type: textblock
3540 #: ../src/guestfs.pod:1591
3541 msgid ""
3542 "A recent feature of the API is the introduction of calls which take optional "
3543 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3544 "takes variable arguments (ie. C<...>), as in this example:"
3545 msgstr ""
3546
3547 # type: verbatim
3548 #. type: verbatim
3549 #: ../src/guestfs.pod:1596
3550 #, no-wrap
3551 msgid ""
3552 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3553 "\n"
3554 msgstr ""
3555
3556 # type: textblock
3557 #. type: textblock
3558 #: ../src/guestfs.pod:1598
3559 msgid ""
3560 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3561 "call with no optional arguments specified:"
3562 msgstr ""
3563
3564 # type: verbatim
3565 #. type: verbatim
3566 #: ../src/guestfs.pod:1601
3567 #, no-wrap
3568 msgid ""
3569 " guestfs_add_drive_opts (g, filename, -1);\n"
3570 "\n"
3571 msgstr ""
3572
3573 # type: textblock
3574 #. type: textblock
3575 #: ../src/guestfs.pod:1603
3576 msgid "With a single optional argument:"
3577 msgstr ""
3578
3579 # type: verbatim
3580 #. type: verbatim
3581 #: ../src/guestfs.pod:1605
3582 #, no-wrap
3583 msgid ""
3584 " guestfs_add_drive_opts (g, filename,\n"
3585 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3586 "                         -1);\n"
3587 "\n"
3588 msgstr ""
3589
3590 # type: textblock
3591 #. type: textblock
3592 #: ../src/guestfs.pod:1609
3593 msgid "With two:"
3594 msgstr ""
3595
3596 # type: verbatim
3597 #. type: verbatim
3598 #: ../src/guestfs.pod:1611
3599 #, no-wrap
3600 msgid ""
3601 " guestfs_add_drive_opts (g, filename,\n"
3602 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3603 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3604 "                         -1);\n"
3605 "\n"
3606 msgstr ""
3607
3608 # type: textblock
3609 #. type: textblock
3610 #: ../src/guestfs.pod:1616
3611 msgid ""
3612 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3613 "happen!"
3614 msgstr ""
3615
3616 # type: =head2
3617 #. type: =head2
3618 #: ../src/guestfs.pod:1619
3619 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3620 msgstr ""
3621
3622 # type: textblock
3623 #. type: textblock
3624 #: ../src/guestfs.pod:1621
3625 msgid ""
3626 "The second variant has the same name with the suffix C<_va>, which works the "
3627 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3628 "example function, this is declared:"
3629 msgstr ""
3630
3631 # type: verbatim
3632 #. type: verbatim
3633 #: ../src/guestfs.pod:1625
3634 #, no-wrap
3635 msgid ""
3636 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3637 "                                va_list args);\n"
3638 "\n"
3639 msgstr ""
3640
3641 # type: =head2
3642 #. type: =head2
3643 #: ../src/guestfs.pod:1628
3644 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3645 msgstr ""
3646
3647 # type: textblock
3648 #. type: textblock
3649 #: ../src/guestfs.pod:1630
3650 msgid ""
3651 "The third variant is useful where you need to construct these calls.  You "
3652 "pass in a structure where you fill in the optional fields.  The structure "
3653 "has a bitmask as the first element which you must set to indicate which "
3654 "fields you have filled in.  For our example function the structure and call "
3655 "are declared:"
3656 msgstr ""
3657
3658 # type: verbatim
3659 #. type: verbatim
3660 #: ../src/guestfs.pod:1636
3661 #, no-wrap
3662 msgid ""
3663 " struct guestfs_add_drive_opts_argv {\n"
3664 "   uint64_t bitmask;\n"
3665 "   int readonly;\n"
3666 "   const char *format;\n"
3667 "   /* ... */\n"
3668 " };\n"
3669 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3670 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3671 "\n"
3672 msgstr ""
3673
3674 # type: textblock
3675 #. type: textblock
3676 #: ../src/guestfs.pod:1645
3677 msgid "You could call it like this:"
3678 msgstr ""
3679
3680 # type: verbatim
3681 #. type: verbatim
3682 #: ../src/guestfs.pod:1647
3683 #, no-wrap
3684 msgid ""
3685 " struct guestfs_add_drive_opts_argv optargs = {\n"
3686 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3687 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3688 "   .readonly = 1,\n"
3689 "   .format = \"qcow2\"\n"
3690 " };\n"
3691 " \n"
3692 msgstr ""
3693
3694 # type: verbatim
3695 #. type: verbatim
3696 #: ../src/guestfs.pod:1654
3697 #, no-wrap
3698 msgid ""
3699 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3700 "\n"
3701 msgstr ""
3702
3703 # type: textblock
3704 #. type: textblock
3705 #: ../src/guestfs.pod:1656 ../src/guestfs-actions.pod:11
3706 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9
3707 #: ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3708 msgid "Notes:"
3709 msgstr ""
3710
3711 # type: textblock
3712 #. type: textblock
3713 #: ../src/guestfs.pod:1662
3714 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3715 msgstr ""
3716
3717 # type: textblock
3718 #. type: textblock
3719 #: ../src/guestfs.pod:1667
3720 msgid "You do not need to fill in all fields of the structure."
3721 msgstr ""
3722
3723 # type: textblock
3724 #. type: textblock
3725 #: ../src/guestfs.pod:1671
3726 msgid ""
3727 "There must be a one-to-one correspondence between fields of the structure "
3728 "that are filled in, and bits set in the bitmask."
3729 msgstr ""
3730
3731 # type: =head2
3732 #. type: =head2
3733 #: ../src/guestfs.pod:1676
3734 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3735 msgstr ""
3736
3737 # type: textblock
3738 #. type: textblock
3739 #: ../src/guestfs.pod:1678
3740 msgid ""
3741 "In other languages, optional arguments are expressed in the way that is "
3742 "natural for that language.  We refer you to the language-specific "
3743 "documentation for more details on that."
3744 msgstr ""
3745
3746 # type: textblock
3747 #. type: textblock
3748 #: ../src/guestfs.pod:1682
3749 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3750 msgstr ""
3751
3752 # type: =head2
3753 #. type: =head2
3754 #: ../src/guestfs.pod:1684
3755 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3756 msgstr ""
3757
3758 #. type: textblock
3759 #: ../src/guestfs.pod:1686
3760 msgid ""
3761 "B<Note:> This section documents the generic event mechanism introduced in "
3762 "libguestfs 1.10, which you should use in new code if possible.  The old "
3763 "functions C<guestfs_set_log_message_callback>, "
3764 "C<guestfs_set_subprocess_quit_callback>, "
3765 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3766 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3767 "page."
3768 msgstr ""
3769
3770 #. type: textblock
3771 #: ../src/guestfs.pod:1694
3772 msgid ""
3773 "Handles generate events when certain things happen, such as log messages "
3774 "being generated, progress messages during long-running operations, or the "
3775 "handle being closed.  The API calls described below let you register a "
3776 "callback to be called when events happen.  You can register multiple "
3777 "callbacks (for the same, different or overlapping sets of events), and "
3778 "individually remove callbacks.  If callbacks are not removed, then they "
3779 "remain in force until the handle is closed."
3780 msgstr ""
3781
3782 #. type: textblock
3783 #: ../src/guestfs.pod:1702
3784 msgid ""
3785 "In the current implementation, events are only generated synchronously: that "
3786 "means that events (and hence callbacks) can only happen while you are in the "
3787 "middle of making another libguestfs call.  The callback is called in the "
3788 "same thread."
3789 msgstr ""
3790
3791 #. type: textblock
3792 #: ../src/guestfs.pod:1707
3793 msgid ""
3794 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3795 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3796 msgstr ""
3797
3798 #. type: =head3
3799 #: ../src/guestfs.pod:1711
3800 msgid "CLASSES OF EVENTS"
3801 msgstr ""
3802
3803 #. type: =item
3804 #: ../src/guestfs.pod:1715
3805 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3806 msgstr ""
3807
3808 #. type: textblock
3809 #: ../src/guestfs.pod:1718
3810 msgid ""
3811 "The callback function will be called while the handle is being closed "
3812 "(synchronously from L</guestfs_close>)."
3813 msgstr ""
3814
3815 # type: textblock
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1721
3818 msgid ""
3819 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3820 "handles that are open when the program exits.  This means that this callback "
3821 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3822 "problems in higher-level languages (eg. if your HLL interpreter has already "
3823 "been cleaned up by the time this is called, and if your callback then jumps "
3824 "into some HLL function)."
3825 msgstr ""
3826
3827 #. type: textblock
3828 #: ../src/guestfs.pod:1728
3829 msgid ""
3830 "If no callback is registered: the handle is closed without any callback "
3831 "being invoked."
3832 msgstr ""
3833
3834 #. type: =item
3835 #: ../src/guestfs.pod:1731
3836 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3837 msgstr ""
3838
3839 #. type: textblock
3840 #: ../src/guestfs.pod:1734
3841 msgid ""
3842 "The callback function will be called when the child process quits, either "
3843 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3844 "corresponds to a transition from any state to the CONFIG state)."
3845 msgstr ""
3846
3847 #. type: textblock
3848 #: ../src/guestfs.pod:1738 ../src/guestfs.pod:1747
3849 msgid "If no callback is registered: the event is ignored."
3850 msgstr ""
3851
3852 #. type: =item
3853 #: ../src/guestfs.pod:1740
3854 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3855 msgstr ""
3856
3857 #. type: textblock
3858 #: ../src/guestfs.pod:1743
3859 msgid ""
3860 "The callback function will be called when the child process becomes ready "
3861 "first time after it has been launched.  (This corresponds to a transition "
3862 "from LAUNCHING to the READY state)."
3863 msgstr ""
3864
3865 #. type: =item
3866 #: ../src/guestfs.pod:1749
3867 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3868 msgstr ""
3869
3870 # type: textblock
3871 #. type: textblock
3872 #: ../src/guestfs.pod:1752
3873 msgid ""
3874 "Some long-running operations can generate progress messages.  If this "
3875 "callback is registered, then it will be called each time a progress message "
3876 "is generated (usually two seconds after the operation started, and three "
3877 "times per second thereafter until it completes, although the frequency may "
3878 "change in future versions)."
3879 msgstr ""
3880
3881 #. type: textblock
3882 #: ../src/guestfs.pod:1758
3883 msgid ""
3884 "The callback receives in the payload four unsigned 64 bit numbers which are "
3885 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3886 msgstr ""
3887
3888 #. type: textblock
3889 #: ../src/guestfs.pod:1761
3890 msgid ""
3891 "The units of C<total> are not defined, although for some operations C<total> "
3892 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3893 "or megabytes), and C<position> may be the portion which has been transferred."
3894 msgstr ""
3895
3896 # type: textblock
3897 #. type: textblock
3898 #: ../src/guestfs.pod:1766
3899 msgid "The only defined and stable parts of the API are:"
3900 msgstr ""
3901
3902 # type: textblock
3903 #. type: textblock
3904 #: ../src/guestfs.pod:1772
3905 msgid ""
3906 "The callback can display to the user some type of progress bar or indicator "
3907 "which shows the ratio of C<position>:C<total>."
3908 msgstr ""
3909
3910 # type: textblock
3911 #. type: textblock
3912 #: ../src/guestfs.pod:1777
3913 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3914 msgstr ""
3915
3916 #. type: textblock
3917 #: ../src/guestfs.pod:1781
3918 msgid ""
3919 "If any progress notification is sent during a call, then a final progress "
3920 "notification is always sent when C<position> = C<total> (I<unless> the call "
3921 "fails with an error)."
3922 msgstr ""
3923
3924 # type: textblock
3925 #. type: textblock
3926 #: ../src/guestfs.pod:1785
3927 msgid ""
3928 "This is to simplify caller code, so callers can easily set the progress "
3929 "indicator to \"100%\" at the end of the operation, without requiring special "
3930 "code to detect this case."
3931 msgstr ""
3932
3933 #. type: textblock
3934 #: ../src/guestfs.pod:1791
3935 msgid ""
3936 "For some calls we are unable to estimate the progress of the call, but we "
3937 "can still generate progress messages to indicate activity.  This is known as "
3938 "\"pulse mode\", and is directly supported by certain progress bar "
3939 "implementations (eg. GtkProgressBar)."
3940 msgstr ""
3941
3942 #. type: textblock
3943 #: ../src/guestfs.pod:1796
3944 msgid ""
3945 "For these calls, zero or more progress messages are generated with "
3946 "C<position = 0> and C<total = 1>, followed by a final message with "
3947 "C<position = total = 1>."
3948 msgstr ""
3949
3950 #. type: textblock
3951 #: ../src/guestfs.pod:1800
3952 msgid ""
3953 "As noted above, if the call fails with an error then the final message may "
3954 "not be generated."
3955 msgstr ""
3956
3957 #. type: textblock
3958 #: ../src/guestfs.pod:1805
3959 msgid ""
3960 "The callback also receives the procedure number (C<proc_nr>) and serial "
3961 "number (C<serial>) of the call.  These are only useful for debugging "
3962 "protocol issues, and the callback can normally ignore them.  The callback "
3963 "may want to print these numbers in error messages or debugging messages."
3964 msgstr ""
3965
3966 #. type: textblock
3967 #: ../src/guestfs.pod:1811
3968 msgid "If no callback is registered: progress messages are discarded."
3969 msgstr ""
3970
3971 #. type: =item
3972 #: ../src/guestfs.pod:1813
3973 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3974 msgstr ""
3975
3976 #. type: textblock
3977 #: ../src/guestfs.pod:1816
3978 msgid ""
3979 "The callback function is called whenever a log message is generated by qemu, "
3980 "the appliance kernel, guestfsd (daemon), or utility programs."
3981 msgstr ""
3982
3983 #. type: textblock
3984 #: ../src/guestfs.pod:1819
3985 msgid ""
3986 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3987 "guestfs_launch>) then additional debug messages are generated."
3988 msgstr ""
3989
3990 #. type: textblock
3991 #: ../src/guestfs.pod:1822 ../src/guestfs.pod:1836
3992 msgid ""
3993 "If no callback is registered: the messages are discarded unless the verbose "
3994 "flag is set in which case they are sent to stderr.  You can override the "
3995 "printing of verbose messages to stderr by setting up a callback."
3996 msgstr ""
3997
3998 #. type: =item
3999 #: ../src/guestfs.pod:1827
4000 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
4001 msgstr ""
4002
4003 #. type: textblock
4004 #: ../src/guestfs.pod:1830
4005 msgid ""
4006 "The callback function is called whenever a log message is generated by the "
4007 "library part of libguestfs."
4008 msgstr ""
4009
4010 #. type: textblock
4011 #: ../src/guestfs.pod:1833
4012 msgid ""
4013 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
4014 "messages are generated."
4015 msgstr ""
4016
4017 #. type: =item
4018 #: ../src/guestfs.pod:1841
4019 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
4020 msgstr ""
4021
4022 #. type: textblock
4023 #: ../src/guestfs.pod:1844
4024 msgid ""
4025 "The callback function is called whenever a trace message is generated.  This "
4026 "only applies if the trace flag (L</guestfs_set_trace>) is set."
4027 msgstr ""
4028
4029 #. type: textblock
4030 #: ../src/guestfs.pod:1847
4031 msgid ""
4032 "If no callback is registered: the messages are sent to stderr.  You can "
4033 "override the printing of trace messages to stderr by setting up a callback."
4034 msgstr ""
4035
4036 #. type: =head3
4037 #: ../src/guestfs.pod:1853
4038 msgid "guestfs_set_event_callback"
4039 msgstr ""
4040
4041 #. type: verbatim
4042 #: ../src/guestfs.pod:1855
4043 #, no-wrap
4044 msgid ""
4045 " int guestfs_set_event_callback (guestfs_h *g,\n"
4046 "                                 guestfs_event_callback cb,\n"
4047 "                                 uint64_t event_bitmask,\n"
4048 "                                 int flags,\n"
4049 "                                 void *opaque);\n"
4050 "\n"
4051 msgstr ""
4052
4053 #. type: textblock
4054 #: ../src/guestfs.pod:1861
4055 msgid ""
4056 "This function registers a callback (C<cb>) for all event classes in the "
4057 "C<event_bitmask>."
4058 msgstr ""
4059
4060 #. type: textblock
4061 #: ../src/guestfs.pod:1864
4062 msgid ""
4063 "For example, to register for all log message events, you could call this "
4064 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
4065 "To register a single callback for all possible classes of events, use "
4066 "C<GUESTFS_EVENT_ALL>."
4067 msgstr ""
4068
4069 #. type: textblock
4070 #: ../src/guestfs.pod:1870
4071 msgid "C<flags> should always be passed as 0."
4072 msgstr ""
4073
4074 #. type: textblock
4075 #: ../src/guestfs.pod:1872
4076 msgid ""
4077 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
4078 "it for any purpose."
4079 msgstr ""
4080
4081 #. type: textblock
4082 #: ../src/guestfs.pod:1875
4083 msgid ""
4084 "The return value is the event handle (an integer) which you can use to "
4085 "delete the callback (see below)."
4086 msgstr ""
4087
4088 #. type: textblock
4089 #: ../src/guestfs.pod:1878
4090 msgid ""
4091 "If there is an error, this function returns C<-1>, and sets the error in the "
4092 "handle in the usual way (see L</guestfs_last_error> etc.)"
4093 msgstr ""
4094
4095 #. type: textblock
4096 #: ../src/guestfs.pod:1881
4097 msgid ""
4098 "Callbacks remain in effect until they are deleted, or until the handle is "
4099 "closed."
4100 msgstr ""
4101
4102 #. type: textblock
4103 #: ../src/guestfs.pod:1884
4104 msgid ""
4105 "In the case where multiple callbacks are registered for a particular event "
4106 "class, all of the callbacks are called.  The order in which multiple "
4107 "callbacks are called is not defined."
4108 msgstr ""
4109
4110 #. type: =head3
4111 #: ../src/guestfs.pod:1888
4112 msgid "guestfs_delete_event_callback"
4113 msgstr ""
4114
4115 #. type: verbatim
4116 #: ../src/guestfs.pod:1890
4117 #, no-wrap
4118 msgid ""
4119 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
4120 "\n"
4121 msgstr ""
4122
4123 #. type: textblock
4124 #: ../src/guestfs.pod:1892
4125 msgid ""
4126 "Delete a callback that was previously registered.  C<event_handle> should be "
4127 "the integer that was returned by a previous call to "
4128 "C<guestfs_set_event_callback> on the same handle."
4129 msgstr ""
4130
4131 #. type: =head3
4132 #: ../src/guestfs.pod:1896
4133 msgid "guestfs_event_callback"
4134 msgstr ""
4135
4136 #. type: verbatim
4137 #: ../src/guestfs.pod:1898
4138 #, no-wrap
4139 msgid ""
4140 " typedef void (*guestfs_event_callback) (\n"
4141 "                  guestfs_h *g,\n"
4142 "                  void *opaque,\n"
4143 "                  uint64_t event,\n"
4144 "                  int event_handle,\n"
4145 "                  int flags,\n"
4146 "                  const char *buf, size_t buf_len,\n"
4147 "                  const uint64_t *array, size_t array_len);\n"
4148 "\n"
4149 msgstr ""
4150
4151 #. type: textblock
4152 #: ../src/guestfs.pod:1907
4153 msgid ""
4154 "This is the type of the event callback function that you have to provide."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:1910
4159 msgid ""
4160 "The basic parameters are: the handle (C<g>), the opaque user pointer "
4161 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
4162 "handle, and C<flags> which in the current API you should ignore."
4163 msgstr ""
4164
4165 #. type: textblock
4166 #: ../src/guestfs.pod:1914
4167 msgid ""
4168 "The remaining parameters contain the event payload (if any).  Each event may "
4169 "contain a payload, which usually relates to the event class, but for future "
4170 "proofing your code should be written to handle any payload for any event "
4171 "class."
4172 msgstr ""
4173
4174 #. type: textblock
4175 #: ../src/guestfs.pod:1919
4176 msgid ""
4177 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
4178 "there is no message buffer).  Note that this message buffer can contain "
4179 "arbitrary 8 bit data, including NUL bytes."
4180 msgstr ""
4181
4182 #. type: textblock
4183 #: ../src/guestfs.pod:1923
4184 msgid ""
4185 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
4186 "moment this is only used for progress messages."
4187 msgstr ""
4188
4189 #. type: =head3
4190 #: ../src/guestfs.pod:1926
4191 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
4192 msgstr ""
4193
4194 #. type: textblock
4195 #: ../src/guestfs.pod:1928
4196 msgid ""
4197 "One motivation for the generic event API was to allow GUI programs to "
4198 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
4199 "unconditionally to C<stderr>."
4200 msgstr ""
4201
4202 #. type: textblock
4203 #: ../src/guestfs.pod:1932
4204 msgid ""
4205 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
4206 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
4207 "messages are not events; you must capture error messages separately)."
4208 msgstr ""
4209
4210 #. type: textblock
4211 #: ../src/guestfs.pod:1937
4212 msgid ""
4213 "Programs have to set up a callback to capture the classes of events of "
4214 "interest:"
4215 msgstr ""
4216
4217 #. type: verbatim
4218 #: ../src/guestfs.pod:1940
4219 #, no-wrap
4220 msgid ""
4221 " int eh =\n"
4222 "   guestfs_set_event_callback\n"
4223 "     (g, message_callback,\n"
4224 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
4225 "      GUESTFS_EVENT_TRACE,\n"
4226 "      0, NULL) == -1)\n"
4227 " if (eh == -1) {\n"
4228 "   // handle error in the usual way\n"
4229 " }\n"
4230 "\n"
4231 msgstr ""
4232
4233 #. type: textblock
4234 #: ../src/guestfs.pod:1950
4235 msgid ""
4236 "The callback can then direct messages to the appropriate place.  In this "
4237 "example, messages are directed to syslog:"
4238 msgstr ""
4239
4240 #. type: verbatim
4241 #: ../src/guestfs.pod:1953
4242 #, no-wrap
4243 msgid ""
4244 " static void\n"
4245 " message_callback (\n"
4246 "         guestfs_h *g,\n"
4247 "         void *opaque,\n"
4248 "         uint64_t event,\n"
4249 "         int event_handle,\n"
4250 "         int flags,\n"
4251 "         const char *buf, size_t buf_len,\n"
4252 "         const uint64_t *array, size_t array_len)\n"
4253 " {\n"
4254 "   const int priority = LOG_USER|LOG_INFO;\n"
4255 "   if (buf_len > 0)\n"
4256 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
4257 " }\n"
4258 "\n"
4259 msgstr ""
4260
4261 # type: =head1
4262 #. type: =head1
4263 #: ../src/guestfs.pod:1968
4264 msgid "PRIVATE DATA AREA"
4265 msgstr ""
4266
4267 #. type: textblock
4268 #: ../src/guestfs.pod:1970
4269 msgid ""
4270 "You can attach named pieces of private data to the libguestfs handle, fetch "
4271 "them by name, and walk over them, for the lifetime of the handle.  This is "
4272 "called the private data area and is only available from the C API."
4273 msgstr ""
4274
4275 # type: textblock
4276 #. type: textblock
4277 #: ../src/guestfs.pod:1975
4278 msgid "To attach a named piece of data, use the following call:"
4279 msgstr ""
4280
4281 # type: verbatim
4282 #. type: verbatim
4283 #: ../src/guestfs.pod:1977
4284 #, no-wrap
4285 msgid ""
4286 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
4287 "\n"
4288 msgstr ""
4289
4290 # type: textblock
4291 #. type: textblock
4292 #: ../src/guestfs.pod:1979
4293 msgid ""
4294 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
4295 "pointer (which can be C<NULL>).  Any previous item with the same name is "
4296 "overwritten."
4297 msgstr ""
4298
4299 # type: textblock
4300 #. type: textblock
4301 #: ../src/guestfs.pod:1983
4302 msgid ""
4303 "You can use any C<key> you want, but names beginning with an underscore "
4304 "character are reserved for internal libguestfs purposes (for implementing "
4305 "language bindings).  It is recommended to prefix the name with some unique "
4306 "string to avoid collisions with other users."
4307 msgstr ""
4308
4309 # type: textblock
4310 #. type: textblock
4311 #: ../src/guestfs.pod:1988
4312 msgid "To retrieve the pointer, use:"
4313 msgstr ""
4314
4315 # type: verbatim
4316 #. type: verbatim
4317 #: ../src/guestfs.pod:1990
4318 #, no-wrap
4319 msgid ""
4320 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
4321 "\n"
4322 msgstr ""
4323
4324 # type: textblock
4325 #. type: textblock
4326 #: ../src/guestfs.pod:1992
4327 msgid ""
4328 "This function returns C<NULL> if either no data is found associated with "
4329 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
4330 "C<NULL>."
4331 msgstr ""
4332
4333 #. type: textblock
4334 #: ../src/guestfs.pod:1996
4335 msgid ""
4336 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
4337 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
4338 "all.  In particular, libguestfs does I<not> try to free the data when the "
4339 "handle is closed.  If the data must be freed, then the caller must either "
4340 "free it before calling L</guestfs_close> or must set up a close callback to "
4341 "do it (see L</GUESTFS_EVENT_CLOSE>)."
4342 msgstr ""
4343
4344 #. type: textblock
4345 #: ../src/guestfs.pod:2003
4346 msgid "To walk over all entries, use these two functions:"
4347 msgstr ""
4348
4349 #. type: verbatim
4350 #: ../src/guestfs.pod:2005
4351 #, no-wrap
4352 msgid ""
4353 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
4354 "\n"
4355 msgstr ""
4356
4357 #. type: verbatim
4358 #: ../src/guestfs.pod:2007
4359 #, no-wrap
4360 msgid ""
4361 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
4362 "\n"
4363 msgstr ""
4364
4365 #. type: textblock
4366 #: ../src/guestfs.pod:2009
4367 msgid ""
4368 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
4369 "not have any particular meaning -- keys are not returned in any defined "
4370 "order).  A pointer to the key is returned in C<*key_rtn> and the "
4371 "corresponding data pointer is returned from the function.  C<NULL> is "
4372 "returned if there are no keys stored in the handle."
4373 msgstr ""
4374
4375 #. type: textblock
4376 #: ../src/guestfs.pod:2015
4377 msgid ""
4378 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
4379 "value of this function is also C<NULL> is there are no further entries to "
4380 "return."
4381 msgstr ""
4382
4383 #. type: textblock
4384 #: ../src/guestfs.pod:2019
4385 msgid "Notes about walking over entries:"
4386 msgstr ""
4387
4388 #. type: textblock
4389 #: ../src/guestfs.pod:2025
4390 msgid ""
4391 "You must not call C<guestfs_set_private> while walking over the entries."
4392 msgstr ""
4393
4394 #. type: textblock
4395 #: ../src/guestfs.pod:2030
4396 msgid ""
4397 "The handle maintains an internal iterator which is reset when you call "
4398 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
4399 "call C<guestfs_set_private>."
4400 msgstr ""
4401
4402 #. type: textblock
4403 #: ../src/guestfs.pod:2036
4404 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
4405 msgstr ""
4406
4407 #. type: verbatim
4408 #: ../src/guestfs.pod:2038
4409 #, no-wrap
4410 msgid ""
4411 " guestfs_set_private (g, key, NULL);\n"
4412 "\n"
4413 msgstr ""
4414
4415 #. type: textblock
4416 #: ../src/guestfs.pod:2040
4417 msgid "then that C<key> is not returned when walking."
4418 msgstr ""
4419
4420 #. type: textblock
4421 #: ../src/guestfs.pod:2044
4422 msgid ""
4423 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4424 "C<guestfs_next_private> or C<guestfs_set_private>."
4425 msgstr ""
4426
4427 #. type: textblock
4428 #: ../src/guestfs.pod:2050
4429 msgid ""
4430 "The following example code shows how to print all keys and data pointers "
4431 "that are associated with the handle C<g>:"
4432 msgstr ""
4433
4434 #. type: verbatim
4435 #: ../src/guestfs.pod:2053
4436 #, no-wrap
4437 msgid ""
4438 " const char *key;\n"
4439 " void *data = guestfs_first_private (g, &key);\n"
4440 " while (data != NULL)\n"
4441 "   {\n"
4442 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4443 "     data = guestfs_next_private (g, &key);\n"
4444 "   }\n"
4445 "\n"
4446 msgstr ""
4447
4448 #. type: textblock
4449 #: ../src/guestfs.pod:2061
4450 msgid ""
4451 "More commonly you are only interested in keys that begin with an application-"
4452 "specific prefix C<foo_>.  Modify the loop like so:"
4453 msgstr ""
4454
4455 #. type: verbatim
4456 #: ../src/guestfs.pod:2064
4457 #, no-wrap
4458 msgid ""
4459 " const char *key;\n"
4460 " void *data = guestfs_first_private (g, &key);\n"
4461 " while (data != NULL)\n"
4462 "   {\n"
4463 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4464 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4465 "     data = guestfs_next_private (g, &key);\n"
4466 "   }\n"
4467 "\n"
4468 msgstr ""
4469
4470 #. type: textblock
4471 #: ../src/guestfs.pod:2073
4472 msgid ""
4473 "If you need to modify keys while walking, then you have to jump back to the "
4474 "beginning of the loop.  For example, to delete all keys prefixed with "
4475 "C<foo_>:"
4476 msgstr ""
4477
4478 #. type: verbatim
4479 #: ../src/guestfs.pod:2077
4480 #, no-wrap
4481 msgid ""
4482 "  const char *key;\n"
4483 "  void *data;\n"
4484 " again:\n"
4485 "  data = guestfs_first_private (g, &key);\n"
4486 "  while (data != NULL)\n"
4487 "    {\n"
4488 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4489 "        {\n"
4490 "          guestfs_set_private (g, key, NULL);\n"
4491 "          /* note that 'key' pointer is now invalid, and so is\n"
4492 "             the internal iterator */\n"
4493 "          goto again;\n"
4494 "        }\n"
4495 "      data = guestfs_next_private (g, &key);\n"
4496 "    }\n"
4497 "\n"
4498 msgstr ""
4499
4500 #. type: textblock
4501 #: ../src/guestfs.pod:2093
4502 msgid ""
4503 "Note that the above loop is guaranteed to terminate because the keys are "
4504 "being deleted, but other manipulations of keys within the loop might not "
4505 "terminate unless you also maintain an indication of which keys have been "
4506 "visited."
4507 msgstr ""
4508
4509 # type: =end
4510 #. type: =end
4511 #: ../src/guestfs.pod:2098 ../src/guestfs.pod:2103
4512 msgid "html"
4513 msgstr ""
4514
4515 # type: textblock
4516 #. type: textblock
4517 #: ../src/guestfs.pod:2100
4518 msgid ""
4519 "<!-- old anchor for the next section --> <a name="
4520 "\"state_machine_and_low_level_event_api\"/>"
4521 msgstr ""
4522
4523 # type: =head1
4524 #. type: =head1
4525 #: ../src/guestfs.pod:2105
4526 msgid "ARCHITECTURE"
4527 msgstr ""
4528
4529 # type: textblock
4530 #. type: textblock
4531 #: ../src/guestfs.pod:2107
4532 msgid ""
4533 "Internally, libguestfs is implemented by running an appliance (a special "
4534 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4535 "process of the main program."
4536 msgstr ""
4537
4538 # type: verbatim
4539 #. type: verbatim
4540 #: ../src/guestfs.pod:2111
4541 #, no-wrap
4542 msgid ""
4543 "  ___________________\n"
4544 " /                   \\\n"
4545 " | main program      |\n"
4546 " |                   |\n"
4547 " |                   |           child process / appliance\n"
4548 " |                   |           __________________________\n"
4549 " |                   |          / qemu                     \\\n"
4550 " +-------------------+   RPC    |      +-----------------+ |\n"
4551 " | libguestfs     <--------------------> guestfsd        | |\n"
4552 " |                   |          |      +-----------------+ |\n"
4553 " \\___________________/          |      | Linux kernel    | |\n"
4554 "                                |      +--^--------------+ |\n"
4555 "                                \\_________|________________/\n"
4556 "                                          |\n"
4557 "                                   _______v______\n"
4558 "                                  /              \\\n"
4559 "                                  | Device or    |\n"
4560 "                                  | disk image   |\n"
4561 "                                  \\______________/\n"
4562 "\n"
4563 msgstr ""
4564
4565 # type: textblock
4566 #. type: textblock
4567 #: ../src/guestfs.pod:2131
4568 msgid ""
4569 "The library, linked to the main program, creates the child process and hence "
4570 "the appliance in the L</guestfs_launch> function."
4571 msgstr ""
4572
4573 # type: textblock
4574 #. type: textblock
4575 #: ../src/guestfs.pod:2134
4576 msgid ""
4577 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4578 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4579 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4580 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4581 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4582 "attached to the qemu process which translates device access by the "
4583 "appliance's Linux kernel into accesses to the image."
4584 msgstr ""
4585
4586 # type: textblock
4587 #. type: textblock
4588 #: ../src/guestfs.pod:2143
4589 msgid ""
4590 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4591 "Although the disk image you are attached to might also be used by some "
4592 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4593 "care if both libguestfs's qemu process and your virtual machine are trying "
4594 "to update the disk image at the same time, since these usually results in "
4595 "massive disk corruption)."
4596 msgstr ""
4597
4598 # type: =head1
4599 #. type: =head1
4600 #: ../src/guestfs.pod:2150
4601 msgid "STATE MACHINE"
4602 msgstr ""
4603
4604 # type: textblock
4605 #. type: textblock
4606 #: ../src/guestfs.pod:2152
4607 msgid "libguestfs uses a state machine to model the child process:"
4608 msgstr ""
4609
4610 # type: verbatim
4611 #. type: verbatim
4612 #: ../src/guestfs.pod:2154
4613 #, no-wrap
4614 msgid ""
4615 "                         |\n"
4616 "                    guestfs_create\n"
4617 "                         |\n"
4618 "                         |\n"
4619 "                     ____V_____\n"
4620 "                    /          \\\n"
4621 "                    |  CONFIG  |\n"
4622 "                    \\__________/\n"
4623 "                     ^ ^   ^  \\\n"
4624 "                    /  |    \\  \\ guestfs_launch\n"
4625 "                   /   |    _\\__V______\n"
4626 "                  /    |   /           \\\n"
4627 "                 /     |   | LAUNCHING |\n"
4628 "                /      |   \\___________/\n"
4629 "               /       |       /\n"
4630 "              /        |  guestfs_launch\n"
4631 "             /         |     /\n"
4632 "    ______  /        __|____V\n"
4633 "   /      \\ ------> /        \\\n"
4634 "   | BUSY |         | READY  |\n"
4635 "   \\______/ <------ \\________/\n"
4636 "\n"
4637 msgstr ""
4638
4639 # type: textblock
4640 #. type: textblock
4641 #: ../src/guestfs.pod:2176
4642 msgid ""
4643 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4644 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4645 "(3) alternating between READY and BUSY as commands are issued to, and "
4646 "carried out by, the child process."
4647 msgstr ""
4648
4649 # type: textblock
4650 #. type: textblock
4651 #: ../src/guestfs.pod:2181
4652 msgid ""
4653 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4654 "asynchronously at any time (eg. due to some internal error), and that causes "
4655 "the state to transition back to CONFIG."
4656 msgstr ""
4657
4658 # type: textblock
4659 #. type: textblock
4660 #: ../src/guestfs.pod:2185
4661 msgid ""
4662 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4663 "issued when in the CONFIG state."
4664 msgstr ""
4665
4666 # type: textblock
4667 #. type: textblock
4668 #: ../src/guestfs.pod:2188
4669 msgid ""
4670 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4671 "L</guestfs_launch> blocks until the child process is READY to accept "
4672 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4673 "moves the state from CONFIG to LAUNCHING while it is running."
4674 msgstr ""
4675
4676 # type: textblock
4677 #. type: textblock
4678 #: ../src/guestfs.pod:2194
4679 msgid ""
4680 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4681 "state.  These API calls block waiting for the command to be carried out (ie. "
4682 "the state to transition to BUSY and then back to READY).  There are no non-"
4683 "blocking versions, and no way to issue more than one command per handle at "
4684 "the same time."
4685 msgstr ""
4686
4687 # type: textblock
4688 #. type: textblock
4689 #: ../src/guestfs.pod:2200
4690 msgid ""
4691 "Finally, the child process sends asynchronous messages back to the main "
4692 "program, such as kernel log messages.  You can register a callback to "
4693 "receive these messages."
4694 msgstr ""
4695
4696 # type: =head1
4697 #. type: =head1
4698 #: ../src/guestfs.pod:2204
4699 msgid "INTERNALS"
4700 msgstr ""
4701
4702 # type: =head2
4703 #. type: =head2
4704 #: ../src/guestfs.pod:2206
4705 msgid "COMMUNICATION PROTOCOL"
4706 msgstr ""
4707
4708 # type: textblock
4709 #. type: textblock
4710 #: ../src/guestfs.pod:2208
4711 msgid ""
4712 "Don't rely on using this protocol directly.  This section documents how it "
4713 "currently works, but it may change at any time."
4714 msgstr ""
4715
4716 # type: textblock
4717 #. type: textblock
4718 #: ../src/guestfs.pod:2211
4719 msgid ""
4720 "The protocol used to talk between the library and the daemon running inside "
4721 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4722 "1014, RFC 1832, RFC 4506)."
4723 msgstr ""
4724
4725 # type: textblock
4726 #. type: textblock
4727 #: ../src/guestfs.pod:2215
4728 msgid ""
4729 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4730 "this file is automatically generated)."
4731 msgstr ""
4732
4733 # type: textblock
4734 #. type: textblock
4735 #: ../src/guestfs.pod:2218
4736 msgid ""
4737 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4738 "and C<FileOut> parameters, which are handled with very simple request/reply "
4739 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4740 "parameters, which use the same request and reply messages, but they may also "
4741 "be followed by files sent using a chunked encoding."
4742 msgstr ""
4743
4744 # type: =head3
4745 #. type: =head3
4746 #: ../src/guestfs.pod:2225
4747 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4748 msgstr ""
4749
4750 # type: textblock
4751 #. type: textblock
4752 #: ../src/guestfs.pod:2227
4753 msgid "For ordinary functions, the request message is:"
4754 msgstr ""
4755
4756 # type: verbatim
4757 #. type: verbatim
4758 #: ../src/guestfs.pod:2229
4759 #, no-wrap
4760 msgid ""
4761 " total length (header + arguments,\n"
4762 "      but not including the length word itself)\n"
4763 " struct guestfs_message_header (encoded as XDR)\n"
4764 " struct guestfs_<foo>_args (encoded as XDR)\n"
4765 "\n"
4766 msgstr ""
4767
4768 # type: textblock
4769 #. type: textblock
4770 #: ../src/guestfs.pod:2234
4771 msgid ""
4772 "The total length field allows the daemon to allocate a fixed size buffer "
4773 "into which it slurps the rest of the message.  As a result, the total length "
4774 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4775 "effective size of any request is limited to somewhere under this size."
4776 msgstr ""
4777
4778 # type: textblock
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2240
4781 msgid ""
4782 "Note also that many functions don't take any arguments, in which case the "
4783 "C<guestfs_I<foo>_args> is completely omitted."
4784 msgstr ""
4785
4786 # type: textblock
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2243
4789 msgid ""
4790 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4791 "receiver knows what type of args structure to expect, or none at all."
4792 msgstr ""
4793
4794 # type: textblock
4795 #. type: textblock
4796 #: ../src/guestfs.pod:2247
4797 msgid ""
4798 "For functions that take optional arguments, the optional arguments are "
4799 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4800 "arguments.  A bitmask in the header indicates which optional arguments are "
4801 "meaningful.  The bitmask is also checked to see if it contains bits set "
4802 "which the daemon does not know about (eg. if more optional arguments were "
4803 "added in a later version of the library), and this causes the call to be "
4804 "rejected."
4805 msgstr ""
4806
4807 # type: textblock
4808 #. type: textblock
4809 #: ../src/guestfs.pod:2255
4810 msgid "The reply message for ordinary functions is:"
4811 msgstr ""
4812
4813 # type: verbatim
4814 #. type: verbatim
4815 #: ../src/guestfs.pod:2257
4816 #, no-wrap
4817 msgid ""
4818 " total length (header + ret,\n"
4819 "      but not including the length word itself)\n"
4820 " struct guestfs_message_header (encoded as XDR)\n"
4821 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4822 "\n"
4823 msgstr ""
4824
4825 # type: textblock
4826 #. type: textblock
4827 #: ../src/guestfs.pod:2262
4828 msgid ""
4829 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4830 "functions that return no formal return values."
4831 msgstr ""
4832
4833 # type: textblock
4834 #. type: textblock
4835 #: ../src/guestfs.pod:2265
4836 msgid ""
4837 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4838 msgstr ""
4839
4840 # type: textblock
4841 #. type: textblock
4842 #: ../src/guestfs.pod:2268
4843 msgid ""
4844 "In the case of an error, a flag is set in the header, and the reply message "
4845 "is slightly changed:"
4846 msgstr ""
4847
4848 # type: verbatim
4849 #. type: verbatim
4850 #: ../src/guestfs.pod:2271
4851 #, no-wrap
4852 msgid ""
4853 " total length (header + error,\n"
4854 "      but not including the length word itself)\n"
4855 " struct guestfs_message_header (encoded as XDR)\n"
4856 " struct guestfs_message_error (encoded as XDR)\n"
4857 "\n"
4858 msgstr ""
4859
4860 # type: textblock
4861 #. type: textblock
4862 #: ../src/guestfs.pod:2276
4863 msgid ""
4864 "The C<guestfs_message_error> structure contains the error message as a "
4865 "string."
4866 msgstr ""
4867
4868 # type: =head3
4869 #. type: =head3
4870 #: ../src/guestfs.pod:2279
4871 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4872 msgstr ""
4873
4874 # type: textblock
4875 #. type: textblock
4876 #: ../src/guestfs.pod:2281
4877 msgid ""
4878 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4879 "The normal request message is sent (see above).  However this is followed by "
4880 "a sequence of file chunks."
4881 msgstr ""
4882
4883 # type: verbatim
4884 #. type: verbatim
4885 #: ../src/guestfs.pod:2285
4886 #, no-wrap
4887 msgid ""
4888 " total length (header + arguments,\n"
4889 "      but not including the length word itself,\n"
4890 "      and not including the chunks)\n"
4891 " struct guestfs_message_header (encoded as XDR)\n"
4892 " struct guestfs_<foo>_args (encoded as XDR)\n"
4893 " sequence of chunks for FileIn param #0\n"
4894 " sequence of chunks for FileIn param #1 etc.\n"
4895 "\n"
4896 msgstr ""
4897
4898 # type: textblock
4899 #. type: textblock
4900 #: ../src/guestfs.pod:2293
4901 msgid "The \"sequence of chunks\" is:"
4902 msgstr ""
4903
4904 # type: verbatim
4905 #. type: verbatim
4906 #: ../src/guestfs.pod:2295
4907 #, no-wrap
4908 msgid ""
4909 " length of chunk (not including length word itself)\n"
4910 " struct guestfs_chunk (encoded as XDR)\n"
4911 " length of chunk\n"
4912 " struct guestfs_chunk (encoded as XDR)\n"
4913 "   ...\n"
4914 " length of chunk\n"
4915 " struct guestfs_chunk (with data.data_len == 0)\n"
4916 "\n"
4917 msgstr ""
4918
4919 # type: textblock
4920 #. type: textblock
4921 #: ../src/guestfs.pod:2303
4922 msgid ""
4923 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4924 "is set in the final chunk to indicate either successful completion or early "
4925 "cancellation."
4926 msgstr ""
4927
4928 # type: textblock
4929 #. type: textblock
4930 #: ../src/guestfs.pod:2307
4931 msgid ""
4932 "At time of writing there are no functions that have more than one FileIn "
4933 "parameter.  However this is (theoretically) supported, by sending the "
4934 "sequence of chunks for each FileIn parameter one after another (from left to "
4935 "right)."
4936 msgstr ""
4937
4938 # type: textblock
4939 #. type: textblock
4940 #: ../src/guestfs.pod:2312
4941 msgid ""
4942 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4943 "transfer.  The library does this by sending a chunk with a special flag set "
4944 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4945 "RPC, does I<not> send any reply, and goes back to reading the next request."
4946 msgstr ""
4947
4948 # type: textblock
4949 #. type: textblock
4950 #: ../src/guestfs.pod:2318
4951 msgid ""
4952 "The daemon may also cancel.  It does this by writing a special word "
4953 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4954 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4955 "cancel chunk).  The special word is chosen so that even if cancellation "
4956 "happens right at the end of the transfer (after the library has finished "
4957 "writing and has started listening for the reply), the \"spurious\" cancel "
4958 "flag will not be confused with the reply message."
4959 msgstr ""
4960
4961 # type: textblock
4962 #. type: textblock
4963 #: ../src/guestfs.pod:2327
4964 msgid ""
4965 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4966 "limit), and also files where the size is not known in advance (eg. from "
4967 "pipes or sockets).  However the chunks are rather small "
4968 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4969 "to keep much in memory."
4970 msgstr ""
4971
4972 # type: =head3
4973 #. type: =head3
4974 #: ../src/guestfs.pod:2333
4975 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4976 msgstr ""
4977
4978 # type: textblock
4979 #. type: textblock
4980 #: ../src/guestfs.pod:2335
4981 msgid ""
4982 "The protocol for FileOut parameters is exactly the same as for FileIn "
4983 "parameters, but with the roles of daemon and library reversed."
4984 msgstr ""
4985
4986 # type: verbatim
4987 #. type: verbatim
4988 #: ../src/guestfs.pod:2338
4989 #, no-wrap
4990 msgid ""
4991 " total length (header + ret,\n"
4992 "      but not including the length word itself,\n"
4993 "      and not including the chunks)\n"
4994 " struct guestfs_message_header (encoded as XDR)\n"
4995 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4996 " sequence of chunks for FileOut param #0\n"
4997 " sequence of chunks for FileOut param #1 etc.\n"
4998 "\n"
4999 msgstr ""
5000
5001 # type: =head3
5002 #. type: =head3
5003 #: ../src/guestfs.pod:2346
5004 msgid "INITIAL MESSAGE"
5005 msgstr ""
5006
5007 # type: textblock
5008 #. type: textblock
5009 #: ../src/guestfs.pod:2348
5010 msgid ""
5011 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
5012 "which indicates that the guest and daemon is alive.  This is what L</"
5013 "guestfs_launch> waits for."
5014 msgstr ""
5015
5016 # type: =head3
5017 #. type: =head3
5018 #: ../src/guestfs.pod:2352
5019 msgid "PROGRESS NOTIFICATION MESSAGES"
5020 msgstr ""
5021
5022 # type: textblock
5023 #. type: textblock
5024 #: ../src/guestfs.pod:2354
5025 msgid ""
5026 "The daemon may send progress notification messages at any time.  These are "
5027 "distinguished by the normal length word being replaced by "
5028 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
5029 msgstr ""
5030
5031 #. type: textblock
5032 #: ../src/guestfs.pod:2358
5033 msgid ""
5034 "The library turns them into progress callbacks (see L</"
5035 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
5036 "if not."
5037 msgstr ""
5038
5039 # type: textblock
5040 #. type: textblock
5041 #: ../src/guestfs.pod:2362
5042 msgid ""
5043 "The daemon self-limits the frequency of progress messages it sends (see "
5044 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
5045 "messages."
5046 msgstr ""
5047
5048 # type: =head1
5049 #. type: =head1
5050 #: ../src/guestfs.pod:2366
5051 msgid "LIBGUESTFS VERSION NUMBERS"
5052 msgstr ""
5053
5054 # type: textblock
5055 #. type: textblock
5056 #: ../src/guestfs.pod:2368
5057 msgid ""
5058 "Since April 2010, libguestfs has started to make separate development and "
5059 "stable releases, along with corresponding branches in our git repository.  "
5060 "These separate releases can be identified by version number:"
5061 msgstr ""
5062
5063 # type: verbatim
5064 #. type: verbatim
5065 #: ../src/guestfs.pod:2373
5066 #, no-wrap
5067 msgid ""
5068 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
5069 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
5070 "       |\n"
5071 "       v\n"
5072 " 1  .  3  .  5\n"
5073 " ^           ^\n"
5074 " |           |\n"
5075 " |           `-------- sub-version\n"
5076 " |\n"
5077 " `------ always '1' because we don't change the ABI\n"
5078 "\n"
5079 msgstr ""
5080
5081 # type: textblock
5082 #. type: textblock
5083 #: ../src/guestfs.pod:2384
5084 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
5085 msgstr ""
5086
5087 # type: textblock
5088 #. type: textblock
5089 #: ../src/guestfs.pod:2386
5090 msgid ""
5091 "As time passes we cherry pick fixes from the development branch and backport "
5092 "those into the stable branch, the effect being that the stable branch should "
5093 "get more stable and less buggy over time.  So the stable releases are ideal "
5094 "for people who don't need new features but would just like the software to "
5095 "work."
5096 msgstr ""
5097
5098 # type: textblock
5099 #. type: textblock
5100 #: ../src/guestfs.pod:2392
5101 msgid "Our criteria for backporting changes are:"
5102 msgstr ""
5103
5104 # type: textblock
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2398
5107 msgid ""
5108 "Documentation changes which don't affect any code are backported unless the "
5109 "documentation refers to a future feature which is not in stable."
5110 msgstr ""
5111
5112 # type: textblock
5113 #. type: textblock
5114 #: ../src/guestfs.pod:2404
5115 msgid ""
5116 "Bug fixes which are not controversial, fix obvious problems, and have been "
5117 "well tested are backported."
5118 msgstr ""
5119
5120 # type: textblock
5121 #. type: textblock
5122 #: ../src/guestfs.pod:2409
5123 msgid ""
5124 "Simple rearrangements of code which shouldn't affect how it works get "
5125 "backported.  This is so that the code in the two branches doesn't get too "
5126 "far out of step, allowing us to backport future fixes more easily."
5127 msgstr ""
5128
5129 # type: textblock
5130 #. type: textblock
5131 #: ../src/guestfs.pod:2415
5132 msgid ""
5133 "We I<don't> backport new features, new APIs, new tools etc, except in one "
5134 "exceptional case: the new feature is required in order to implement an "
5135 "important bug fix."
5136 msgstr ""
5137
5138 # type: textblock
5139 #. type: textblock
5140 #: ../src/guestfs.pod:2421
5141 msgid ""
5142 "A new stable branch starts when we think the new features in development are "
5143 "substantial and compelling enough over the current stable branch to warrant "
5144 "it.  When that happens we create new stable and development versions 1.N.0 "
5145 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
5146 "stable at this point, but by backporting fixes from development, that branch "
5147 "will stabilize over time."
5148 msgstr ""
5149
5150 #. type: =head1
5151 #: ../src/guestfs.pod:2429
5152 msgid "EXTENDING LIBGUESTFS"
5153 msgstr ""
5154
5155 #. type: =head2
5156 #: ../src/guestfs.pod:2431
5157 msgid "ADDING A NEW API ACTION"
5158 msgstr ""
5159
5160 #. type: textblock
5161 #: ../src/guestfs.pod:2433
5162 msgid ""
5163 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
5164 "documentation) are generated, and this makes it easy to extend the "
5165 "libguestfs API."
5166 msgstr ""
5167
5168 #. type: textblock
5169 #: ../src/guestfs.pod:2437
5170 msgid "To add a new API action there are two changes:"
5171 msgstr ""
5172
5173 #. type: textblock
5174 #: ../src/guestfs.pod:2443
5175 msgid ""
5176 "You need to add a description of the call (name, parameters, return type, "
5177 "tests, documentation) to C<generator/generator_actions.ml>."
5178 msgstr ""
5179
5180 #. type: textblock
5181 #: ../src/guestfs.pod:2446
5182 msgid ""
5183 "There are two sorts of API action, depending on whether the call goes "
5184 "through to the daemon in the appliance, or is serviced entirely by the "
5185 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
5186 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
5187 "an example of the latter, since a trace flag is maintained in the handle and "
5188 "all tracing is done on the library side."
5189 msgstr ""
5190
5191 #. type: textblock
5192 #: ../src/guestfs.pod:2454
5193 msgid ""
5194 "Most new actions are of the first type, and get added to the "
5195 "C<daemon_functions> list.  Each function has a unique procedure number used "
5196 "in the RPC protocol which is assigned to that action when we publish "
5197 "libguestfs and cannot be reused.  Take the latest procedure number and "
5198 "increment it."
5199 msgstr ""
5200
5201 #. type: textblock
5202 #: ../src/guestfs.pod:2460
5203 msgid ""
5204 "For library-only actions of the second type, add to the "
5205 "C<non_daemon_functions> list.  Since these functions are serviced by the "
5206 "library and do not travel over the RPC mechanism to the daemon, these "
5207 "functions do not need a procedure number, and so the procedure number is set "
5208 "to C<-1>."
5209 msgstr ""
5210
5211 #. type: textblock
5212 #: ../src/guestfs.pod:2468
5213 msgid "Implement the action (in C):"
5214 msgstr ""
5215
5216 #. type: textblock
5217 #: ../src/guestfs.pod:2470
5218 msgid ""
5219 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
5220 "C<daemon/> directory."
5221 msgstr ""
5222
5223 #. type: textblock
5224 #: ../src/guestfs.pod:2473
5225 msgid ""
5226 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
5227 "(note: double underscore) in the C<src/> directory."
5228 msgstr ""
5229
5230 #. type: textblock
5231 #: ../src/guestfs.pod:2476
5232 msgid "In either case, use another function as an example of what to do."
5233 msgstr ""
5234
5235 #. type: textblock
5236 #: ../src/guestfs.pod:2480
5237 msgid "After making these changes, use C<make> to compile."
5238 msgstr ""
5239
5240 #. type: textblock
5241 #: ../src/guestfs.pod:2482
5242 msgid ""
5243 "Note that you don't need to implement the RPC, language bindings, manual "
5244 "pages or anything else.  It's all automatically generated from the OCaml "
5245 "description."
5246 msgstr ""
5247
5248 #. type: =head2
5249 #: ../src/guestfs.pod:2486
5250 msgid "ADDING TESTS FOR AN API ACTION"
5251 msgstr ""
5252
5253 #. type: textblock
5254 #: ../src/guestfs.pod:2488
5255 msgid ""
5256 "You can supply zero or as many tests as you want per API call.  The tests "
5257 "can either be added as part of the API description (C<generator/"
5258 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
5259 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
5260 "slower, so if possible use the first method."
5261 msgstr ""
5262
5263 #. type: textblock
5264 #: ../src/guestfs.pod:2494
5265 msgid ""
5266 "The following describes the test environment used when you add an API test "
5267 "in C<generator_actions.ml>."
5268 msgstr ""
5269
5270 #. type: textblock
5271 #: ../src/guestfs.pod:2497
5272 msgid "The test environment has 4 block devices:"
5273 msgstr ""
5274
5275 #. type: =item
5276 #: ../src/guestfs.pod:2501
5277 msgid "C</dev/sda> 500MB"
5278 msgstr ""
5279
5280 #. type: textblock
5281 #: ../src/guestfs.pod:2503
5282 msgid "General block device for testing."
5283 msgstr ""
5284
5285 #. type: =item
5286 #: ../src/guestfs.pod:2505
5287 msgid "C</dev/sdb> 50MB"
5288 msgstr ""
5289
5290 #. type: textblock
5291 #: ../src/guestfs.pod:2507
5292 msgid ""
5293 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
5294 "operations."
5295 msgstr ""
5296
5297 #. type: =item
5298 #: ../src/guestfs.pod:2510
5299 msgid "C</dev/sdc> 10MB"
5300 msgstr ""
5301
5302 #. type: textblock
5303 #: ../src/guestfs.pod:2512
5304 msgid "Used in a few tests where two block devices are needed."
5305 msgstr ""
5306
5307 #. type: =item
5308 #: ../src/guestfs.pod:2514
5309 msgid "C</dev/sdd>"
5310 msgstr ""
5311
5312 #. type: textblock
5313 #: ../src/guestfs.pod:2516
5314 msgid "ISO with fixed content (see C<images/test.iso>)."
5315 msgstr ""
5316
5317 #. type: textblock
5318 #: ../src/guestfs.pod:2520
5319 msgid ""
5320 "To be able to run the tests in a reasonable amount of time, the libguestfs "
5321 "appliance and block devices are reused between tests.  So don't try testing "
5322 "L</guestfs_kill_subprocess> :-x"
5323 msgstr ""
5324
5325 #. type: textblock
5326 #: ../src/guestfs.pod:2524
5327 msgid ""
5328 "Each test starts with an initial scenario, selected using one of the "
5329 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
5330 "initialize the disks mentioned above in a particular way as documented in "
5331 "C<generator_types.ml>.  You should not assume anything about the previous "
5332 "contents of other disks that are not initialized."
5333 msgstr ""
5334
5335 #. type: textblock
5336 #: ../src/guestfs.pod:2530
5337 msgid ""
5338 "You can add a prerequisite clause to any individual test.  This is a run-"
5339 "time check, which, if it fails, causes the test to be skipped.  Useful if "
5340 "testing a command which might not work on all variations of libguestfs "
5341 "builds.  A test that has prerequisite of C<Always> means to run "
5342 "unconditionally."
5343 msgstr ""
5344
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2536
5347 msgid ""
5348 "In addition, packagers can skip individual tests by setting environment "
5349 "variables before running C<make check>."
5350 msgstr ""
5351
5352 #. type: verbatim
5353 #: ../src/guestfs.pod:2539
5354 #, no-wrap
5355 msgid ""
5356 " SKIP_TEST_<CMD>_<NUM>=1\n"
5357 "\n"
5358 msgstr ""
5359
5360 #. type: textblock
5361 #: ../src/guestfs.pod:2541
5362 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
5363 msgstr ""
5364
5365 #. type: textblock
5366 #: ../src/guestfs.pod:2543
5367 msgid "or:"
5368 msgstr ""
5369
5370 #. type: verbatim
5371 #: ../src/guestfs.pod:2545
5372 #, no-wrap
5373 msgid ""
5374 " SKIP_TEST_<CMD>=1\n"
5375 "\n"
5376 msgstr ""
5377
5378 #. type: textblock
5379 #: ../src/guestfs.pod:2547
5380 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
5381 msgstr ""
5382
5383 #. type: textblock
5384 #: ../src/guestfs.pod:2549
5385 msgid "Packagers can run only certain tests by setting for example:"
5386 msgstr ""
5387
5388 #. type: verbatim
5389 #: ../src/guestfs.pod:2551
5390 #, no-wrap
5391 msgid ""
5392 " TEST_ONLY=\"vfs_type zerofree\"\n"
5393 "\n"
5394 msgstr ""
5395
5396 #. type: textblock
5397 #: ../src/guestfs.pod:2553
5398 msgid ""
5399 "See C<capitests/tests.c> for more details of how these environment variables "
5400 "work."
5401 msgstr ""
5402
5403 #. type: =head2
5404 #: ../src/guestfs.pod:2556
5405 msgid "DEBUGGING NEW API ACTIONS"
5406 msgstr ""
5407
5408 #. type: textblock
5409 #: ../src/guestfs.pod:2558
5410 msgid "Test new actions work before submitting them."
5411 msgstr ""
5412
5413 #. type: textblock
5414 #: ../src/guestfs.pod:2560
5415 msgid "You can use guestfish to try out new commands."
5416 msgstr ""
5417
5418 #. type: textblock
5419 #: ../src/guestfs.pod:2562
5420 msgid ""
5421 "Debugging the daemon is a problem because it runs inside a minimal "
5422 "environment.  However you can fprintf messages in the daemon to stderr, and "
5423 "they will show up if you use C<guestfish -v>."
5424 msgstr ""
5425
5426 #. type: =head2
5427 #: ../src/guestfs.pod:2566
5428 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
5429 msgstr ""
5430
5431 #. type: textblock
5432 #: ../src/guestfs.pod:2568
5433 msgid ""
5434 "Our C source code generally adheres to some basic code-formatting "
5435 "conventions.  The existing code base is not totally consistent on this "
5436 "front, but we do prefer that contributed code be formatted similarly.  In "
5437 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
5438 "indentation level, and other than that, follow the K&R style."
5439 msgstr ""
5440
5441 #. type: textblock
5442 #: ../src/guestfs.pod:2574
5443 msgid ""
5444 "If you use Emacs, add the following to one of one of your start-up files (e."
5445 "g., ~/.emacs), to help ensure that you get indentation right:"
5446 msgstr ""
5447
5448 #. type: verbatim
5449 #: ../src/guestfs.pod:2577
5450 #, no-wrap
5451 msgid ""
5452 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
5453 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
5454 " (add-hook 'find-file-hook\n"
5455 "     '(lambda () (if (and buffer-file-name\n"
5456 "                          (string-match \"/libguestfs\\\\>\"\n"
5457 "                              (buffer-file-name))\n"
5458 "                          (not (string-equal mode-name \"Change Log\"))\n"
5459 "                          (not (string-equal mode-name \"Makefile\")))\n"
5460 "                     (setq indent-tabs-mode nil))))\n"
5461 " \n"
5462 msgstr ""
5463
5464 #. type: verbatim
5465 #: ../src/guestfs.pod:2587
5466 #, no-wrap
5467 msgid ""
5468 " ;;; When editing C sources in libguestfs, use this style.\n"
5469 " (defun libguestfs-c-mode ()\n"
5470 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
5471 "   (interactive)\n"
5472 "   (c-set-style \"K&R\")\n"
5473 "   (setq c-indent-level 2)\n"
5474 "   (setq c-basic-offset 2))\n"
5475 " (add-hook 'c-mode-hook\n"
5476 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5477 "                               (buffer-file-name))\n"
5478 "                           (libguestfs-c-mode))))\n"
5479 "\n"
5480 msgstr ""
5481
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2599
5484 msgid "Enable warnings when compiling (and fix any problems this finds):"
5485 msgstr ""
5486
5487 #. type: verbatim
5488 #: ../src/guestfs.pod:2602
5489 #, no-wrap
5490 msgid ""
5491 " ./configure --enable-gcc-warnings\n"
5492 "\n"
5493 msgstr ""
5494
5495 #. type: textblock
5496 #: ../src/guestfs.pod:2604
5497 msgid "Useful targets are:"
5498 msgstr ""
5499
5500 #. type: verbatim
5501 #: ../src/guestfs.pod:2606
5502 #, no-wrap
5503 msgid ""
5504 " make syntax-check  # checks the syntax of the C code\n"
5505 " make check         # runs the test suite\n"
5506 "\n"
5507 msgstr ""
5508
5509 #. type: =head2
5510 #: ../src/guestfs.pod:2609
5511 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5512 msgstr ""
5513
5514 #. type: textblock
5515 #: ../src/guestfs.pod:2611
5516 msgid ""
5517 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5518 "which are used to do shell quoting."
5519 msgstr ""
5520
5521 #. type: =item
5522 #: ../src/guestfs.pod:2616
5523 msgid "%Q"
5524 msgstr ""
5525
5526 #. type: textblock
5527 #: ../src/guestfs.pod:2618
5528 msgid ""
5529 "Simple shell quoted string.  Any spaces or other shell characters are "
5530 "escaped for you."
5531 msgstr ""
5532
5533 #. type: =item
5534 #: ../src/guestfs.pod:2621
5535 msgid "%R"
5536 msgstr ""
5537
5538 #. type: textblock
5539 #: ../src/guestfs.pod:2623
5540 msgid ""
5541 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5542 "the sysroot."
5543 msgstr ""
5544
5545 # type: textblock
5546 #. type: textblock
5547 #: ../src/guestfs.pod:2628 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
5548 msgid "For example:"
5549 msgstr ""
5550
5551 #. type: verbatim
5552 #: ../src/guestfs.pod:2630
5553 #, no-wrap
5554 msgid ""
5555 " asprintf (&cmd, \"cat %R\", path);\n"
5556 "\n"
5557 msgstr ""
5558
5559 #. type: textblock
5560 #: ../src/guestfs.pod:2632
5561 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5562 msgstr ""
5563
5564 #. type: textblock
5565 #: ../src/guestfs.pod:2634
5566 msgid ""
5567 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5568 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5569 "they are not passed via the shell (instead, straight to exec).  You probably "
5570 "want to use the C<sysroot_path()> function however."
5571 msgstr ""
5572
5573 #. type: =head2
5574 #: ../src/guestfs.pod:2640
5575 msgid "SUBMITTING YOUR NEW API ACTIONS"
5576 msgstr ""
5577
5578 #. type: textblock
5579 #: ../src/guestfs.pod:2642
5580 msgid ""
5581 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5582 "libguestfs> and CC to L<rjones@redhat.com>."
5583 msgstr ""
5584
5585 #. type: =head2
5586 #: ../src/guestfs.pod:2646
5587 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5588 msgstr ""
5589
5590 #. type: textblock
5591 #: ../src/guestfs.pod:2648
5592 msgid "We support i18n (gettext anyhow) in the library."
5593 msgstr ""
5594
5595 #. type: textblock
5596 #: ../src/guestfs.pod:2650
5597 msgid ""
5598 "However many messages come from the daemon, and we don't translate those at "
5599 "the moment.  One reason is that the appliance generally has all locale files "
5600 "removed from it, because they take up a lot of space.  So we'd have to readd "
5601 "some of those, as well as copying our PO files into the appliance."
5602 msgstr ""
5603
5604 #. type: textblock
5605 #: ../src/guestfs.pod:2656
5606 msgid ""
5607 "Debugging messages are never translated, since they are intended for the "
5608 "programmers."
5609 msgstr ""
5610
5611 #. type: =head2
5612 #: ../src/guestfs.pod:2659
5613 msgid "SOURCE CODE SUBDIRECTORIES"
5614 msgstr ""
5615
5616 #. type: =item
5617 #: ../src/guestfs.pod:2663 ../src/guestfs-actions.pod:5806
5618 #: ../fish/guestfish-actions.pod:3900
5619 msgid "C<appliance>"
5620 msgstr ""
5621
5622 #. type: textblock
5623 #: ../src/guestfs.pod:2665
5624 msgid "The libguestfs appliance, build scripts and so on."
5625 msgstr ""
5626
5627 #. type: =item
5628 #: ../src/guestfs.pod:2667
5629 msgid "C<capitests>"
5630 msgstr ""
5631
5632 #. type: textblock
5633 #: ../src/guestfs.pod:2669
5634 msgid "Automated tests of the C API."
5635 msgstr ""
5636
5637 #. type: =item
5638 #: ../src/guestfs.pod:2671
5639 msgid "C<cat>"
5640 msgstr ""
5641
5642 #. type: textblock
5643 #: ../src/guestfs.pod:2673
5644 msgid ""
5645 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5646 "documentation."
5647 msgstr ""
5648
5649 #. type: =item
5650 #: ../src/guestfs.pod:2676
5651 msgid "C<contrib>"
5652 msgstr ""
5653
5654 #. type: textblock
5655 #: ../src/guestfs.pod:2678
5656 msgid "Outside contributions, experimental parts."
5657 msgstr ""
5658
5659 #. type: =item
5660 #: ../src/guestfs.pod:2680
5661 msgid "C<daemon>"
5662 msgstr ""
5663
5664 #. type: textblock
5665 #: ../src/guestfs.pod:2682
5666 msgid ""
5667 "The daemon that runs inside the libguestfs appliance and carries out actions."
5668 msgstr ""
5669
5670 #. type: =item
5671 #: ../src/guestfs.pod:2685
5672 msgid "C<df>"
5673 msgstr ""
5674
5675 #. type: textblock
5676 #: ../src/guestfs.pod:2687
5677 msgid "L<virt-df(1)> command and documentation."
5678 msgstr ""
5679
5680 #. type: =item
5681 #: ../src/guestfs.pod:2689
5682 msgid "C<examples>"
5683 msgstr ""
5684
5685 #. type: textblock
5686 #: ../src/guestfs.pod:2691
5687 msgid "C API example code."
5688 msgstr ""
5689
5690 #. type: =item
5691 #: ../src/guestfs.pod:2693
5692 msgid "C<fish>"
5693 msgstr ""
5694
5695 #. type: textblock
5696 #: ../src/guestfs.pod:2695
5697 msgid ""
5698 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5699 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5700 "L<virt-tar-out(1)>."
5701 msgstr ""
5702
5703 #. type: =item
5704 #: ../src/guestfs.pod:2699
5705 msgid "C<fuse>"
5706 msgstr ""
5707
5708 #. type: textblock
5709 #: ../src/guestfs.pod:2701
5710 msgid ""
5711 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5712 msgstr ""
5713
5714 #. type: =item
5715 #: ../src/guestfs.pod:2703
5716 msgid "C<generator>"
5717 msgstr ""
5718
5719 #. type: textblock
5720 #: ../src/guestfs.pod:2705
5721 msgid ""
5722 "The crucially important generator, used to automatically generate large "
5723 "amounts of boilerplate C code for things like RPC and bindings."
5724 msgstr ""
5725
5726 #. type: =item
5727 #: ../src/guestfs.pod:2708
5728 msgid "C<images>"
5729 msgstr ""
5730
5731 #. type: textblock
5732 #: ../src/guestfs.pod:2710
5733 msgid "Files used by the test suite."
5734 msgstr ""
5735
5736 #. type: textblock
5737 #: ../src/guestfs.pod:2712
5738 msgid "Some \"phony\" guest images which we test against."
5739 msgstr ""
5740
5741 #. type: =item
5742 #: ../src/guestfs.pod:2714
5743 msgid "C<inspector>"
5744 msgstr ""
5745
5746 #. type: textblock
5747 #: ../src/guestfs.pod:2716
5748 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5749 msgstr ""
5750
5751 #. type: =item
5752 #: ../src/guestfs.pod:2718
5753 msgid "C<logo>"
5754 msgstr ""
5755
5756 #. type: textblock
5757 #: ../src/guestfs.pod:2720
5758 msgid "Logo used on the website.  The fish is called Arthur by the way."
5759 msgstr ""
5760
5761 #. type: =item
5762 #: ../src/guestfs.pod:2722
5763 msgid "C<m4>"
5764 msgstr ""
5765
5766 #. type: textblock
5767 #: ../src/guestfs.pod:2724
5768 msgid "M4 macros used by autoconf."
5769 msgstr ""
5770
5771 #. type: =item
5772 #: ../src/guestfs.pod:2726
5773 msgid "C<po>"
5774 msgstr ""
5775
5776 #. type: textblock
5777 #: ../src/guestfs.pod:2728
5778 msgid "Translations of simple gettext strings."
5779 msgstr ""
5780
5781 #. type: =item
5782 #: ../src/guestfs.pod:2730
5783 msgid "C<po-docs>"
5784 msgstr ""
5785
5786 #. type: textblock
5787 #: ../src/guestfs.pod:2732
5788 msgid ""
5789 "The build infrastructure and PO files for translations of manpages and POD "
5790 "files.  Eventually this will be combined with the C<po> directory, but that "
5791 "is rather complicated."
5792 msgstr ""
5793
5794 #. type: =item
5795 #: ../src/guestfs.pod:2736
5796 msgid "C<regressions>"
5797 msgstr ""
5798
5799 #. type: textblock
5800 #: ../src/guestfs.pod:2738
5801 msgid "Regression tests."
5802 msgstr ""
5803
5804 #. type: =item
5805 #: ../src/guestfs.pod:2740
5806 msgid "C<rescue>"
5807 msgstr ""
5808
5809 #. type: textblock
5810 #: ../src/guestfs.pod:2742
5811 msgid "L<virt-rescue(1)> command and documentation."
5812 msgstr ""
5813
5814 #. type: =item
5815 #: ../src/guestfs.pod:2744
5816 msgid "C<src>"
5817 msgstr ""
5818
5819 #. type: textblock
5820 #: ../src/guestfs.pod:2746
5821 msgid "Source code to the C library."
5822 msgstr ""
5823
5824 #. type: =item
5825 #: ../src/guestfs.pod:2748
5826 msgid "C<tools>"
5827 msgstr ""
5828
5829 #. type: textblock
5830 #: ../src/guestfs.pod:2750
5831 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5832 msgstr ""
5833
5834 #. type: =item
5835 #: ../src/guestfs.pod:2752
5836 msgid "C<test-tool>"
5837 msgstr ""
5838
5839 #. type: textblock
5840 #: ../src/guestfs.pod:2754
5841 msgid ""
5842 "Test tool for end users to test if their qemu/kernel combination will work "
5843 "with libguestfs."
5844 msgstr ""
5845
5846 #. type: =item
5847 #: ../src/guestfs.pod:2757
5848 msgid "C<csharp>"
5849 msgstr ""
5850
5851 #. type: =item
5852 #: ../src/guestfs.pod:2759
5853 msgid "C<haskell>"
5854 msgstr ""
5855
5856 #. type: =item
5857 #: ../src/guestfs.pod:2761
5858 msgid "C<java>"
5859 msgstr ""
5860
5861 #. type: =item
5862 #: ../src/guestfs.pod:2763
5863 msgid "C<ocaml>"
5864 msgstr ""
5865
5866 #. type: =item
5867 #: ../src/guestfs.pod:2765
5868 msgid "C<php>"
5869 msgstr ""
5870
5871 #. type: =item
5872 #: ../src/guestfs.pod:2767
5873 msgid "C<perl>"
5874 msgstr ""
5875
5876 #. type: =item
5877 #: ../src/guestfs.pod:2769
5878 msgid "C<python>"
5879 msgstr ""
5880
5881 #. type: =item
5882 #: ../src/guestfs.pod:2771
5883 msgid "C<ruby>"
5884 msgstr ""
5885
5886 #. type: textblock
5887 #: ../src/guestfs.pod:2773
5888 msgid "Language bindings."
5889 msgstr ""
5890
5891 # type: =head1
5892 #. type: =head1
5893 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1010
5894 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:476
5895 msgid "ENVIRONMENT VARIABLES"
5896 msgstr ""
5897
5898 # type: =item
5899 #. type: =item
5900 #: ../src/guestfs.pod:2781 ../fish/guestfish.pod:1036
5901 msgid "LIBGUESTFS_APPEND"
5902 msgstr ""
5903
5904 # type: textblock
5905 #. type: textblock
5906 #: ../src/guestfs.pod:2783 ../fish/guestfish.pod:1038
5907 msgid "Pass additional options to the guest kernel."
5908 msgstr ""
5909
5910 # type: =item
5911 #. type: =item
5912 #: ../src/guestfs.pod:2785 ../fish/guestfish.pod:1040
5913 msgid "LIBGUESTFS_DEBUG"
5914 msgstr ""
5915
5916 # type: textblock
5917 #. type: textblock
5918 #: ../src/guestfs.pod:2787
5919 msgid ""
5920 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5921 "effect as calling C<guestfs_set_verbose (g, 1)>."
5922 msgstr ""
5923
5924 # type: =item
5925 #. type: =item
5926 #: ../src/guestfs.pod:2790 ../fish/guestfish.pod:1045
5927 msgid "LIBGUESTFS_MEMSIZE"
5928 msgstr ""
5929
5930 # type: textblock
5931 #. type: textblock
5932 #: ../src/guestfs.pod:2792 ../fish/guestfish.pod:1047
5933 msgid ""
5934 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5935 msgstr ""
5936
5937 # type: verbatim
5938 #. type: verbatim
5939 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1050
5940 #, no-wrap
5941 msgid ""
5942 " LIBGUESTFS_MEMSIZE=700\n"
5943 "\n"
5944 msgstr ""
5945
5946 # type: =item
5947 #. type: =item
5948 #: ../src/guestfs.pod:2797 ../fish/guestfish.pod:1052
5949 msgid "LIBGUESTFS_PATH"
5950 msgstr ""
5951
5952 #. type: textblock
5953 #: ../src/guestfs.pod:2799
5954 msgid ""
5955 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5956 "the discussion of paths in section L</PATH> above."
5957 msgstr ""
5958
5959 # type: =item
5960 #. type: =item
5961 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1057
5962 msgid "LIBGUESTFS_QEMU"
5963 msgstr ""
5964
5965 # type: textblock
5966 #. type: textblock
5967 #: ../src/guestfs.pod:2804 ../fish/guestfish.pod:1059
5968 msgid ""
5969 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5970 "which was found at compile time by the configure script is used."
5971 msgstr ""
5972
5973 # type: textblock
5974 #. type: textblock
5975 #: ../src/guestfs.pod:2808
5976 msgid "See also L</QEMU WRAPPERS> above."
5977 msgstr ""
5978
5979 # type: =item
5980 #. type: =item
5981 #: ../src/guestfs.pod:2810 ../fish/guestfish.pod:1063
5982 msgid "LIBGUESTFS_TRACE"
5983 msgstr ""
5984
5985 # type: textblock
5986 #. type: textblock
5987 #: ../src/guestfs.pod:2812
5988 msgid ""
5989 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5990 "effect as calling C<guestfs_set_trace (g, 1)>."
5991 msgstr ""
5992
5993 # type: =item
5994 #. type: =item
5995 #: ../src/guestfs.pod:2815 ../fish/guestfish.pod:1072
5996 msgid "TMPDIR"
5997 msgstr ""
5998
5999 #. type: textblock
6000 #: ../src/guestfs.pod:2817 ../fish/guestfish.pod:1074
6001 msgid ""
6002 "Location of temporary directory, defaults to C</tmp> except for the cached "
6003 "supermin appliance which defaults to C</var/tmp>."
6004 msgstr ""
6005
6006 #. type: textblock
6007 #: ../src/guestfs.pod:2820 ../fish/guestfish.pod:1077
6008 msgid ""
6009 "If libguestfs was compiled to use the supermin appliance then the real "
6010 "appliance is cached in this directory, shared between all handles belonging "
6011 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
6012 "use in case C</var/tmp> is not large enough."
6013 msgstr ""
6014
6015 # type: =head1
6016 #. type: =head1
6017 #: ../src/guestfs.pod:2828 ../fish/guestfish.pod:1144
6018 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:267
6019 #: ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572
6020 #: ../tools/virt-resize.pl:1489 ../tools/virt-list-filesystems.pl:189
6021 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539
6022 #: ../tools/virt-list-partitions.pl:257
6023 msgid "SEE ALSO"
6024 msgstr ""
6025
6026 #. type: textblock
6027 #: ../src/guestfs.pod:2830
6028 msgid ""
6029 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
6030 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
6031 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
6032 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
6033 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
6034 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
6035 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
6036 msgstr ""
6037
6038 # type: textblock
6039 #. type: textblock
6040 #: ../src/guestfs.pod:2857
6041 msgid ""
6042 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
6043 "(8)>, L<disktype(1)>."
6044 msgstr ""
6045
6046 # type: =head1
6047 #. type: =head1
6048 #: ../src/guestfs.pod:2864 ../tools/virt-win-reg.pl:587
6049 #: ../tools/virt-make-fs.pl:553
6050 msgid "BUGS"
6051 msgstr ""
6052
6053 # type: textblock
6054 #. type: textblock
6055 #: ../src/guestfs.pod:2866
6056 msgid "To get a list of bugs against libguestfs use this link:"
6057 msgstr ""
6058
6059 # type: textblock
6060 #. type: textblock
6061 #: ../src/guestfs.pod:2868
6062 msgid ""
6063 "L<https://bugzilla.redhat.com/buglist.cgi?"
6064 "component=libguestfs&product=Virtualization+Tools>"
6065 msgstr ""
6066
6067 # type: textblock
6068 #. type: textblock
6069 #: ../src/guestfs.pod:2870
6070 msgid "To report a new bug against libguestfs use this link:"
6071 msgstr ""
6072
6073 # type: textblock
6074 #. type: textblock
6075 #: ../src/guestfs.pod:2872
6076 msgid ""
6077 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
6078 "component=libguestfs&product=Virtualization+Tools>"
6079 msgstr ""
6080
6081 # type: textblock
6082 #. type: textblock
6083 #: ../src/guestfs.pod:2874
6084 msgid "When reporting a bug, please check:"
6085 msgstr ""
6086
6087 # type: textblock
6088 #. type: textblock
6089 #: ../src/guestfs.pod:2880
6090 msgid "That the bug hasn't been reported already."
6091 msgstr ""
6092
6093 # type: textblock
6094 #. type: textblock
6095 #: ../src/guestfs.pod:2884
6096 msgid "That you are testing a recent version."
6097 msgstr ""
6098
6099 # type: textblock
6100 #. type: textblock
6101 #: ../src/guestfs.pod:2888
6102 msgid "Describe the bug accurately, and give a way to reproduce it."
6103 msgstr ""
6104
6105 # type: textblock
6106 #. type: textblock
6107 #: ../src/guestfs.pod:2892
6108 msgid ""
6109 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
6110 "bug report."
6111 msgstr ""
6112
6113 # type: =head1
6114 #. type: =head1
6115 #: ../src/guestfs.pod:2897 ../fish/guestfish.pod:1167
6116 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:278
6117 msgid "AUTHORS"
6118 msgstr ""
6119
6120 # type: textblock
6121 #. type: textblock
6122 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1169
6123 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:280
6124 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
6125 msgstr ""
6126
6127 # type: =head1
6128 #. type: =head1
6129 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1171
6130 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:282
6131 #: ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602
6132 #: ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:206
6133 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568
6134 #: ../tools/virt-list-partitions.pl:273
6135 msgid "COPYRIGHT"
6136 msgstr ""
6137
6138 #. type: textblock
6139 #: ../src/guestfs.pod:2903 ../fish/guestfish.pod:1173
6140 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
6141 msgstr ""
6142
6143 # type: textblock
6144 #. type: textblock
6145 #: ../src/guestfs.pod:2906
6146 msgid ""
6147 "This library is free software; you can redistribute it and/or modify it "
6148 "under the terms of the GNU Lesser General Public License as published by the "
6149 "Free Software Foundation; either version 2 of the License, or (at your "
6150 "option) any later version."
6151 msgstr ""
6152
6153 # type: textblock
6154 #. type: textblock
6155 #: ../src/guestfs.pod:2911
6156 msgid ""
6157 "This library is distributed in the hope that it will be useful, but WITHOUT "
6158 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
6159 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
6160 "for more details."
6161 msgstr ""
6162
6163 # type: textblock
6164 #. type: textblock
6165 #: ../src/guestfs.pod:2916
6166 msgid ""
6167 "You should have received a copy of the GNU Lesser General Public License "
6168 "along with this library; if not, write to the Free Software Foundation, "
6169 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
6170 msgstr ""
6171
6172 # type: =head2
6173 #. type: =head2
6174 #: ../src/guestfs-actions.pod:1
6175 msgid "guestfs_add_cdrom"
6176 msgstr ""
6177
6178 # type: verbatim
6179 #. type: verbatim
6180 #: ../src/guestfs-actions.pod:3
6181 #, no-wrap
6182 msgid ""
6183 " int\n"
6184 " guestfs_add_cdrom (guestfs_h *g,\n"
6185 "                    const char *filename);\n"
6186 "\n"
6187 msgstr ""
6188
6189 # type: textblock
6190 #. type: textblock
6191 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
6192 msgid "This function adds a virtual CD-ROM disk image to the guest."
6193 msgstr ""
6194
6195 # type: textblock
6196 #. type: textblock
6197 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
6198 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
6199 msgstr ""
6200
6201 # type: textblock
6202 #. type: textblock
6203 #: ../src/guestfs-actions.pod:17
6204 msgid ""
6205 "This call checks for the existence of C<filename>.  This stops you from "
6206 "specifying other types of drive which are supported by qemu such as C<nbd:> "
6207 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
6208 "instead."
6209 msgstr ""
6210
6211 # type: textblock
6212 #. type: textblock
6213 #: ../src/guestfs-actions.pod:24
6214 msgid ""
6215 "If you just want to add an ISO file (often you use this as an efficient way "
6216 "to transfer large files into the guest), then you should probably use "
6217 "C<guestfs_add_drive_ro> instead."
6218 msgstr ""
6219
6220 # type: textblock
6221 #. type: textblock
6222 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134
6223 #: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232
6224 #: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267
6225 #: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301
6226 #: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436
6227 #: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495
6228 #: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541
6229 #: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641
6230 #: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670
6231 #: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787
6232 #: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815
6233 #: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996
6234 #: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098
6235 #: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135
6236 #: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169
6237 #: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270
6238 #: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337
6239 #: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477
6240 #: ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717
6241 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266
6242 #: ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471
6243 #: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3451
6244 #: ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3491
6245 #: ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3660
6246 #: ../src/guestfs-actions.pod:3673 ../src/guestfs-actions.pod:3687
6247 #: ../src/guestfs-actions.pod:3702 ../src/guestfs-actions.pod:3738
6248 #: ../src/guestfs-actions.pod:3810 ../src/guestfs-actions.pod:3830
6249 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3870
6250 #: ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3925
6251 #: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:3963
6252 #: ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4010
6253 #: ../src/guestfs-actions.pod:4046 ../src/guestfs-actions.pod:4062
6254 #: ../src/guestfs-actions.pod:4075 ../src/guestfs-actions.pod:4090
6255 #: ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4200
6256 #: ../src/guestfs-actions.pod:4220 ../src/guestfs-actions.pod:4233
6257 #: ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:4302
6258 #: ../src/guestfs-actions.pod:4320 ../src/guestfs-actions.pod:4336
6259 #: ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4364
6260 #: ../src/guestfs-actions.pod:4381 ../src/guestfs-actions.pod:4396
6261 #: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4474
6262 #: ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4578
6263 #: ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4616
6264 #: ../src/guestfs-actions.pod:4628 ../src/guestfs-actions.pod:4645
6265 #: ../src/guestfs-actions.pod:4658 ../src/guestfs-actions.pod:4673
6266 #: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4723
6267 #: ../src/guestfs-actions.pod:4738 ../src/guestfs-actions.pod:4758
6268 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4789
6269 #: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4875
6270 #: ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:4917
6271 #: ../src/guestfs-actions.pod:4934 ../src/guestfs-actions.pod:4952
6272 #: ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:5143
6273 #: ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5183
6274 #: ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:5281
6275 #: ../src/guestfs-actions.pod:5298 ../src/guestfs-actions.pod:5311
6276 #: ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5614
6277 #: ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5652
6278 #: ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5676
6279 #: ../src/guestfs-actions.pod:5690 ../src/guestfs-actions.pod:5702
6280 #: ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5732
6281 #: ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5772
6282 #: ../src/guestfs-actions.pod:5791 ../src/guestfs-actions.pod:5821
6283 #: ../src/guestfs-actions.pod:5837 ../src/guestfs-actions.pod:5860
6284 #: ../src/guestfs-actions.pod:5878 ../src/guestfs-actions.pod:5897
6285 #: ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5937
6286 #: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:5982
6287 #: ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6025
6288 #: ../src/guestfs-actions.pod:6049 ../src/guestfs-actions.pod:6068
6289 #: ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102
6290 #: ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6162
6291 #: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6296
6292 #: ../src/guestfs-actions.pod:6417 ../src/guestfs-actions.pod:6429
6293 #: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6455
6294 #: ../src/guestfs-actions.pod:6477 ../src/guestfs-actions.pod:6490
6295 #: ../src/guestfs-actions.pod:6503 ../src/guestfs-actions.pod:6516
6296 #: ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6590
6297 #: ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6623
6298 #: ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6656
6299 #: ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6689
6300 #: ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6739
6301 #: ../src/guestfs-actions.pod:6780 ../src/guestfs-actions.pod:6793
6302 #: ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6845
6303 #: ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7000
6304 #: ../src/guestfs-actions.pod:7018 ../src/guestfs-actions.pod:7032
6305 #: ../src/guestfs-actions.pod:7087 ../src/guestfs-actions.pod:7100
6306 #: ../src/guestfs-actions.pod:7145 ../src/guestfs-actions.pod:7178
6307 #: ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7258
6308 #: ../src/guestfs-actions.pod:7324 ../src/guestfs-actions.pod:7343
6309 #: ../src/guestfs-actions.pod:7372
6310 msgid "This function returns 0 on success or -1 on error."
6311 msgstr ""
6312
6313 # type: textblock
6314 #. type: textblock
6315 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
6316 #: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
6317 #: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
6318 msgid ""
6319 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6320 "instead."
6321 msgstr ""
6322
6323 # type: textblock
6324 #. type: textblock
6325 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251
6326 #: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448
6327 #: ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965
6328 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:7266
6329 #: ../src/guestfs-actions.pod:7435 ../fish/guestfish-actions.pod:31
6330 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
6331 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319
6332 #: ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:3000
6333 #: ../fish/guestfish-actions.pod:4858 ../fish/guestfish-actions.pod:4955
6334 msgid ""
6335 "Deprecated functions will not be removed from the API, but the fact that "
6336 "they are deprecated indicates that there are problems with correct use of "
6337 "these functions."
6338 msgstr ""
6339
6340 # type: textblock
6341 #. type: textblock
6342 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
6343 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916
6344 #: ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117
6345 #: ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3473
6346 #: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:5839
6347 #: ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6070
6348 #: ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6658
6349 #: ../src/guestfs-actions.pod:7180
6350 msgid "(Added in 0.3)"
6351 msgstr ""
6352
6353 # type: =head2
6354 #. type: =head2
6355 #: ../src/guestfs-actions.pod:41
6356 msgid "guestfs_add_domain"
6357 msgstr ""
6358
6359 # type: verbatim
6360 #. type: verbatim
6361 #: ../src/guestfs-actions.pod:43
6362 #, no-wrap
6363 msgid ""
6364 " int\n"
6365 " guestfs_add_domain (guestfs_h *g,\n"
6366 "                     const char *dom,\n"
6367 "                     ...);\n"
6368 "\n"
6369 msgstr ""
6370
6371 # type: textblock
6372 #. type: textblock
6373 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
6374 #: ../src/guestfs-actions.pod:4435
6375 msgid ""
6376 "You may supply a list of optional arguments to this call.  Use zero or more "
6377 "of the following pairs of parameters, and terminate the list with C<-1> on "
6378 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6379 msgstr ""
6380
6381 #. type: verbatim
6382 #: ../src/guestfs-actions.pod:53
6383 #, no-wrap
6384 msgid ""
6385 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6386 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6387 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6388 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6389 "\n"
6390 msgstr ""
6391
6392 # type: textblock
6393 #. type: textblock
6394 #: ../src/guestfs-actions.pod:58
6395 msgid ""
6396 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6397 "It works by connecting to libvirt, requesting the domain and domain XML from "
6398 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6399 "one."
6400 msgstr ""
6401
6402 # type: textblock
6403 #. type: textblock
6404 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
6405 msgid ""
6406 "The number of disks added is returned.  This operation is atomic: if an "
6407 "error is returned, then no disks are added."
6408 msgstr ""
6409
6410 # type: textblock
6411 #. type: textblock
6412 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
6413 msgid ""
6414 "This function does some minimal checks to make sure the libvirt domain is "
6415 "not running (unless C<readonly> is true).  In a future version we will try "
6416 "to acquire the libvirt lock on each disk."
6417 msgstr ""
6418
6419 # type: textblock
6420 #. type: textblock
6421 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
6422 msgid ""
6423 "Disks must be accessible locally.  This often means that adding disks from a "
6424 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6425 "unless those disks are accessible via the same device path locally too."
6426 msgstr ""
6427
6428 #. type: textblock
6429 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
6430 msgid ""
6431 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6432 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6433 "libvirt URI (or one set through an environment variable, see the libvirt "
6434 "documentation for full details)."
6435 msgstr ""
6436
6437 #. type: textblock
6438 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
6439 msgid ""
6440 "The optional C<live> flag controls whether this call will try to connect to "
6441 "a running virtual machine C<guestfsd> process if it sees a suitable "
6442 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6443 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6444 "DAEMONS> for more information."
6445 msgstr ""
6446
6447 # type: textblock
6448 #. type: textblock
6449 #: ../src/guestfs-actions.pod:88
6450 msgid ""
6451 "The other optional parameters are passed directly through to "
6452 "C<guestfs_add_drive_opts>."
6453 msgstr ""
6454
6455 # type: textblock
6456 #. type: textblock
6457 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
6458 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
6459 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
6460 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
6461 #: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877
6462 #: ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026
6463 #: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104
6464 #: ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2772
6465 #: ../src/guestfs-actions.pod:2793 ../src/guestfs-actions.pod:4861
6466 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5395
6467 #: ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:6766
6468 #: ../src/guestfs-actions.pod:7191 ../src/guestfs-actions.pod:7204
6469 #: ../src/guestfs-actions.pod:7217
6470 msgid "On error this function returns -1."
6471 msgstr ""
6472
6473 # type: textblock
6474 #. type: textblock
6475 #: ../src/guestfs-actions.pod:93
6476 msgid "(Added in 1.7.4)"
6477 msgstr ""
6478
6479 # type: =head2
6480 #. type: =head2
6481 #: ../src/guestfs-actions.pod:95
6482 msgid "guestfs_add_domain_va"
6483 msgstr ""
6484
6485 # type: verbatim
6486 #. type: verbatim
6487 #: ../src/guestfs-actions.pod:97
6488 #, no-wrap
6489 msgid ""
6490 " int\n"
6491 " guestfs_add_domain_va (guestfs_h *g,\n"
6492 "                        const char *dom,\n"
6493 "                        va_list args);\n"
6494 "\n"
6495 msgstr ""
6496
6497 # type: textblock
6498 #. type: textblock
6499 #: ../src/guestfs-actions.pod:102
6500 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6501 msgstr ""
6502
6503 # type: textblock
6504 #. type: textblock
6505 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6506 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6507 #: ../src/guestfs-actions.pod:4488 ../src/guestfs-actions.pod:4500
6508 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6509 msgstr ""
6510
6511 # type: =head2
6512 #. type: =head2
6513 #: ../src/guestfs-actions.pod:106
6514 msgid "guestfs_add_domain_argv"
6515 msgstr ""
6516
6517 # type: verbatim
6518 #. type: verbatim
6519 #: ../src/guestfs-actions.pod:108
6520 #, no-wrap
6521 msgid ""
6522 " int\n"
6523 " guestfs_add_domain_argv (guestfs_h *g,\n"
6524 "                          const char *dom,\n"
6525 "                          const struct guestfs_add_domain_argv *optargs);\n"
6526 "\n"
6527 msgstr ""
6528
6529 # type: textblock
6530 #. type: textblock
6531 #: ../src/guestfs-actions.pod:113
6532 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6533 msgstr ""
6534
6535 # type: =head2
6536 #. type: =head2
6537 #: ../src/guestfs-actions.pod:117
6538 msgid "guestfs_add_drive"
6539 msgstr ""
6540
6541 # type: verbatim
6542 #. type: verbatim
6543 #: ../src/guestfs-actions.pod:119
6544 #, no-wrap
6545 msgid ""
6546 " int\n"
6547 " guestfs_add_drive (guestfs_h *g,\n"
6548 "                    const char *filename);\n"
6549 "\n"
6550 msgstr ""
6551
6552 # type: textblock
6553 #. type: textblock
6554 #: ../src/guestfs-actions.pod:123
6555 msgid ""
6556 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6557 "optional parameters, so the disk is added writable, with the format being "
6558 "detected automatically."
6559 msgstr ""
6560
6561 # type: textblock
6562 #. type: textblock
6563 #: ../src/guestfs-actions.pod:127
6564 msgid ""
6565 "Automatic detection of the format opens you up to a potential security hole "
6566 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6567 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6568 "you should think about replacing calls to this function with calls to "
6569 "C<guestfs_add_drive_opts>, and specifying the format."
6570 msgstr ""
6571
6572 # type: =head2
6573 #. type: =head2
6574 #: ../src/guestfs-actions.pod:138
6575 msgid "guestfs_add_drive_opts"
6576 msgstr ""
6577
6578 # type: verbatim
6579 #. type: verbatim
6580 #: ../src/guestfs-actions.pod:140
6581 #, no-wrap
6582 msgid ""
6583 " int\n"
6584 " guestfs_add_drive_opts (guestfs_h *g,\n"
6585 "                         const char *filename,\n"
6586 "                         ...);\n"
6587 "\n"
6588 msgstr ""
6589
6590 # type: verbatim
6591 #. type: verbatim
6592 #: ../src/guestfs-actions.pod:150
6593 #, no-wrap
6594 msgid ""
6595 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6596 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6597 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6598 "\n"
6599 msgstr ""
6600
6601 # type: textblock
6602 #. type: textblock
6603 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6604 msgid ""
6605 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6606 "The first time you call this function, the disk appears as C</dev/sda>, the "
6607 "second time as C</dev/sdb>, and so on."
6608 msgstr ""
6609
6610 # type: textblock
6611 #. type: textblock
6612 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6613 msgid ""
6614 "You don't necessarily need to be root when using libguestfs.  However you "
6615 "obviously do need sufficient permissions to access the filename for whatever "
6616 "operations you want to perform (ie. read access if you just want to read the "
6617 "image or write access if you want to modify the image)."
6618 msgstr ""
6619
6620 # type: textblock
6621 #. type: textblock
6622 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6623 msgid "This call checks that C<filename> exists."
6624 msgstr ""
6625
6626 # type: textblock
6627 #. type: textblock
6628 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4446
6629 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3011
6630 msgid "The optional arguments are:"
6631 msgstr ""
6632
6633 # type: =item
6634 #. type: =item
6635 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6636 msgid "C<readonly>"
6637 msgstr ""
6638
6639 # type: textblock
6640 #. type: textblock
6641 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6642 msgid ""
6643 "If true then the image is treated as read-only.  Writes are still allowed, "
6644 "but they are stored in a temporary snapshot overlay which is discarded at "
6645 "the end.  The disk that you add is not modified."
6646 msgstr ""
6647
6648 # type: =item
6649 #. type: =item
6650 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6651 msgid "C<format>"
6652 msgstr ""
6653
6654 # type: textblock
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:179
6657 msgid ""
6658 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6659 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6660 "Possible formats include C<raw> and C<qcow2>."
6661 msgstr ""
6662
6663 # type: textblock
6664 #. type: textblock
6665 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6666 msgid ""
6667 "Automatic detection of the format opens you up to a potential security hole "
6668 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6669 "RHBZ#642934.  Specifying the format closes this security hole."
6670 msgstr ""
6671
6672 # type: =item
6673 #. type: =item
6674 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6675 msgid "C<iface>"
6676 msgstr ""
6677
6678 # type: textblock
6679 #. type: textblock
6680 #: ../src/guestfs-actions.pod:190
6681 msgid ""
6682 "This rarely-used option lets you emulate the behaviour of the deprecated "
6683 "C<guestfs_add_drive_with_if> call (q.v.)"
6684 msgstr ""
6685
6686 # type: textblock
6687 #. type: textblock
6688 #: ../src/guestfs-actions.pod:197
6689 msgid "(Added in 1.5.23)"
6690 msgstr ""
6691
6692 # type: =head2
6693 #. type: =head2
6694 #: ../src/guestfs-actions.pod:199
6695 msgid "guestfs_add_drive_opts_va"
6696 msgstr ""
6697
6698 # type: verbatim
6699 #. type: verbatim
6700 #: ../src/guestfs-actions.pod:201
6701 #, no-wrap
6702 msgid ""
6703 " int\n"
6704 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6705 "                            const char *filename,\n"
6706 "                            va_list args);\n"
6707 "\n"
6708 msgstr ""
6709
6710 # type: textblock
6711 #. type: textblock
6712 #: ../src/guestfs-actions.pod:206
6713 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6714 msgstr ""
6715
6716 # type: =head2
6717 #. type: =head2
6718 #: ../src/guestfs-actions.pod:210
6719 msgid "guestfs_add_drive_opts_argv"
6720 msgstr ""
6721
6722 # type: verbatim
6723 #. type: verbatim
6724 #: ../src/guestfs-actions.pod:212
6725 #, no-wrap
6726 msgid ""
6727 " int\n"
6728 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6729 "                              const char *filename,\n"
6730 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6731 "\n"
6732 msgstr ""
6733
6734 # type: textblock
6735 #. type: textblock
6736 #: ../src/guestfs-actions.pod:217
6737 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6738 msgstr ""
6739
6740 # type: =head2
6741 #. type: =head2
6742 #: ../src/guestfs-actions.pod:221
6743 msgid "guestfs_add_drive_ro"
6744 msgstr ""
6745
6746 # type: verbatim
6747 #. type: verbatim
6748 #: ../src/guestfs-actions.pod:223
6749 #, no-wrap
6750 msgid ""
6751 " int\n"
6752 " guestfs_add_drive_ro (guestfs_h *g,\n"
6753 "                       const char *filename);\n"
6754 "\n"
6755 msgstr ""
6756
6757 # type: textblock
6758 #. type: textblock
6759 #: ../src/guestfs-actions.pod:227
6760 msgid ""
6761 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6762 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6763 "disk is added read-only, with the format being detected automatically."
6764 msgstr ""
6765
6766 # type: textblock
6767 #. type: textblock
6768 #: ../src/guestfs-actions.pod:234
6769 msgid "(Added in 1.0.38)"
6770 msgstr ""
6771
6772 # type: =head2
6773 #. type: =head2
6774 #: ../src/guestfs-actions.pod:236
6775 msgid "guestfs_add_drive_ro_with_if"
6776 msgstr ""
6777
6778 # type: verbatim
6779 #. type: verbatim
6780 #: ../src/guestfs-actions.pod:238
6781 #, no-wrap
6782 msgid ""
6783 " int\n"
6784 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6785 "                               const char *filename,\n"
6786 "                               const char *iface);\n"
6787 "\n"
6788 msgstr ""
6789
6790 # type: textblock
6791 #. type: textblock
6792 #: ../src/guestfs-actions.pod:243
6793 msgid ""
6794 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6795 "QEMU interface emulation to use at run time."
6796 msgstr ""
6797
6798 # type: textblock
6799 #. type: textblock
6800 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6801 #: ../src/guestfs-actions.pod:2356
6802 msgid "(Added in 1.0.84)"
6803 msgstr ""
6804
6805 # type: =head2
6806 #. type: =head2
6807 #: ../src/guestfs-actions.pod:257
6808 msgid "guestfs_add_drive_with_if"
6809 msgstr ""
6810
6811 # type: verbatim
6812 #. type: verbatim
6813 #: ../src/guestfs-actions.pod:259
6814 #, no-wrap
6815 msgid ""
6816 " int\n"
6817 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6818 "                            const char *filename,\n"
6819 "                            const char *iface);\n"
6820 "\n"
6821 msgstr ""
6822
6823 # type: textblock
6824 #. type: textblock
6825 #: ../src/guestfs-actions.pod:264
6826 msgid ""
6827 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6828 "QEMU interface emulation to use at run time."
6829 msgstr ""
6830
6831 # type: =head2
6832 #. type: =head2
6833 #: ../src/guestfs-actions.pod:278
6834 msgid "guestfs_aug_clear"
6835 msgstr ""
6836
6837 # type: verbatim
6838 #. type: verbatim
6839 #: ../src/guestfs-actions.pod:280
6840 #, no-wrap
6841 msgid ""
6842 " int\n"
6843 " guestfs_aug_clear (guestfs_h *g,\n"
6844 "                    const char *augpath);\n"
6845 "\n"
6846 msgstr ""
6847
6848 # type: textblock
6849 #. type: textblock
6850 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6851 msgid ""
6852 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6853 "L<augtool(1)> C<clear> command."
6854 msgstr ""
6855
6856 # type: textblock
6857 #. type: textblock
6858 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6859 msgid "(Added in 1.3.4)"
6860 msgstr ""
6861
6862 # type: =head2
6863 #. type: =head2
6864 #: ../src/guestfs-actions.pod:291
6865 msgid "guestfs_aug_close"
6866 msgstr ""
6867
6868 # type: verbatim
6869 #. type: verbatim
6870 #: ../src/guestfs-actions.pod:293
6871 #, no-wrap
6872 msgid ""
6873 " int\n"
6874 " guestfs_aug_close (guestfs_h *g);\n"
6875 "\n"
6876 msgstr ""
6877
6878 # type: textblock
6879 #. type: textblock
6880 #: ../src/guestfs-actions.pod:296
6881 msgid ""
6882 "Close the current Augeas handle and free up any resources used by it.  After "
6883 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6884 "any other Augeas functions."
6885 msgstr ""
6886
6887 # type: textblock
6888 #. type: textblock
6889 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
6890 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
6891 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
6892 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
6893 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
6894 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
6895 #: ../src/guestfs-actions.pod:5472
6896 msgid "(Added in 0.7)"
6897 msgstr ""
6898
6899 # type: =head2
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:305
6902 msgid "guestfs_aug_defnode"
6903 msgstr ""
6904
6905 # type: verbatim
6906 #. type: verbatim
6907 #: ../src/guestfs-actions.pod:307
6908 #, no-wrap
6909 msgid ""
6910 " struct guestfs_int_bool *\n"
6911 " guestfs_aug_defnode (guestfs_h *g,\n"
6912 "                      const char *name,\n"
6913 "                      const char *expr,\n"
6914 "                      const char *val);\n"
6915 "\n"
6916 msgstr ""
6917
6918 # type: textblock
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6921 msgid ""
6922 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6923 msgstr ""
6924
6925 # type: textblock
6926 #. type: textblock
6927 #: ../src/guestfs-actions.pod:316
6928 msgid ""
6929 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6930 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6931 "containing that single node."
6932 msgstr ""
6933
6934 # type: textblock
6935 #. type: textblock
6936 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6937 msgid ""
6938 "On success this returns a pair containing the number of nodes in the "
6939 "nodeset, and a boolean flag if a node was created."
6940 msgstr ""
6941
6942 # type: textblock
6943 #. type: textblock
6944 #: ../src/guestfs-actions.pod:324
6945 msgid ""
6946 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6947 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6948 msgstr ""
6949
6950 # type: =head2
6951 #. type: =head2
6952 #: ../src/guestfs-actions.pod:330
6953 msgid "guestfs_aug_defvar"
6954 msgstr ""
6955
6956 # type: verbatim
6957 #. type: verbatim
6958 #: ../src/guestfs-actions.pod:332
6959 #, no-wrap
6960 msgid ""
6961 " int\n"
6962 " guestfs_aug_defvar (guestfs_h *g,\n"
6963 "                     const char *name,\n"
6964 "                     const char *expr);\n"
6965 "\n"
6966 msgstr ""
6967
6968 # type: textblock
6969 #. type: textblock
6970 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6971 msgid ""
6972 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6973 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6974 msgstr ""
6975
6976 # type: textblock
6977 #. type: textblock
6978 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6979 msgid ""
6980 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6981 "evaluates to something which is not a nodeset."
6982 msgstr ""
6983
6984 # type: =head2
6985 #. type: =head2
6986 #: ../src/guestfs-actions.pod:348
6987 msgid "guestfs_aug_get"
6988 msgstr ""
6989
6990 # type: verbatim
6991 #. type: verbatim
6992 #: ../src/guestfs-actions.pod:350
6993 #, no-wrap
6994 msgid ""
6995 " char *\n"
6996 " guestfs_aug_get (guestfs_h *g,\n"
6997 "                  const char *augpath);\n"
6998 "\n"
6999 msgstr ""
7000
7001 # type: textblock
7002 #. type: textblock
7003 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
7004 msgid ""
7005 "Look up the value associated with C<path>.  If C<path> matches exactly one "
7006 "node, the C<value> is returned."
7007 msgstr ""
7008
7009 # type: textblock
7010 #. type: textblock
7011 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
7012 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
7013 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
7014 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
7015 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
7016 #: ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657
7017 #: ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837
7018 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938
7019 #: ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129
7020 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528
7021 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724
7022 #: ../src/guestfs-actions.pod:2744 ../src/guestfs-actions.pod:2864
7023 #: ../src/guestfs-actions.pod:2895 ../src/guestfs-actions.pod:2919
7024 #: ../src/guestfs-actions.pod:2956 ../src/guestfs-actions.pod:3016
7025 #: ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3060
7026 #: ../src/guestfs-actions.pod:3632 ../src/guestfs-actions.pod:3982
7027 #: ../src/guestfs-actions.pod:4152 ../src/guestfs-actions.pod:4262
7028 #: ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5200
7029 #: ../src/guestfs-actions.pod:5370 ../src/guestfs-actions.pod:5548
7030 #: ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:6209
7031 #: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6242
7032 #: ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6940
7033 #: ../src/guestfs-actions.pod:6959 ../src/guestfs-actions.pod:6977
7034 #: ../src/guestfs-actions.pod:7157 ../src/guestfs-actions.pod:7429
7035 msgid ""
7036 "This function returns a string, or NULL on error.  I<The caller must free "
7037 "the returned string after use>."
7038 msgstr ""
7039
7040 # type: =head2
7041 #. type: =head2
7042 #: ../src/guestfs-actions.pod:362
7043 msgid "guestfs_aug_init"
7044 msgstr ""
7045
7046 # type: verbatim
7047 #. type: verbatim
7048 #: ../src/guestfs-actions.pod:364
7049 #, no-wrap
7050 msgid ""
7051 " int\n"
7052 " guestfs_aug_init (guestfs_h *g,\n"
7053 "                   const char *root,\n"
7054 "                   int flags);\n"
7055 "\n"
7056 msgstr ""
7057
7058 # type: textblock
7059 #. type: textblock
7060 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
7061 msgid ""
7062 "Create a new Augeas handle for editing configuration files.  If there was "
7063 "any previous Augeas handle associated with this guestfs session, then it is "
7064 "closed."
7065 msgstr ""
7066
7067 # type: textblock
7068 #. type: textblock
7069 #: ../src/guestfs-actions.pod:373
7070 msgid "You must call this before using any other C<guestfs_aug_*> commands."
7071 msgstr ""
7072
7073 # type: textblock
7074 #. type: textblock
7075 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
7076 msgid ""
7077 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
7078 msgstr ""
7079
7080 # type: textblock
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
7083 msgid ""
7084 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
7085 "logical I<or> of the following integers:"
7086 msgstr ""
7087
7088 # type: =item
7089 #. type: =item
7090 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
7091 msgid "C<AUG_SAVE_BACKUP> = 1"
7092 msgstr ""
7093
7094 # type: textblock
7095 #. type: textblock
7096 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
7097 msgid "Keep the original file with a C<.augsave> extension."
7098 msgstr ""
7099
7100 # type: =item
7101 #. type: =item
7102 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
7103 msgid "C<AUG_SAVE_NEWFILE> = 2"
7104 msgstr ""
7105
7106 # type: textblock
7107 #. type: textblock
7108 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
7109 msgid ""
7110 "Save changes into a file with extension C<.augnew>, and do not overwrite "
7111 "original.  Overrides C<AUG_SAVE_BACKUP>."
7112 msgstr ""
7113
7114 # type: =item
7115 #. type: =item
7116 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
7117 msgid "C<AUG_TYPE_CHECK> = 4"
7118 msgstr ""
7119
7120 # type: textblock
7121 #. type: textblock
7122 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
7123 msgid "Typecheck lenses (can be expensive)."
7124 msgstr ""
7125
7126 # type: =item
7127 #. type: =item
7128 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
7129 msgid "C<AUG_NO_STDINC> = 8"
7130 msgstr ""
7131
7132 # type: textblock
7133 #. type: textblock
7134 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
7135 msgid "Do not use standard load path for modules."
7136 msgstr ""
7137
7138 # type: =item
7139 #. type: =item
7140 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
7141 msgid "C<AUG_SAVE_NOOP> = 16"
7142 msgstr ""
7143
7144 # type: textblock
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
7147 msgid "Make save a no-op, just record what would have been changed."
7148 msgstr ""
7149
7150 # type: =item
7151 #. type: =item
7152 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
7153 msgid "C<AUG_NO_LOAD> = 32"
7154 msgstr ""
7155
7156 # type: textblock
7157 #. type: textblock
7158 #: ../src/guestfs-actions.pod:408
7159 msgid "Do not load the tree in C<guestfs_aug_init>."
7160 msgstr ""
7161
7162 # type: textblock
7163 #. type: textblock
7164 #: ../src/guestfs-actions.pod:412
7165 msgid "To close the handle, you can call C<guestfs_aug_close>."
7166 msgstr ""
7167
7168 # type: textblock
7169 #. type: textblock
7170 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
7171 msgid "To find out more about Augeas, see L<http://augeas.net/>."
7172 msgstr ""
7173
7174 # type: =head2
7175 #. type: =head2
7176 #: ../src/guestfs-actions.pod:420
7177 msgid "guestfs_aug_insert"
7178 msgstr ""
7179
7180 # type: verbatim
7181 #. type: verbatim
7182 #: ../src/guestfs-actions.pod:422
7183 #, no-wrap
7184 msgid ""
7185 " int\n"
7186 " guestfs_aug_insert (guestfs_h *g,\n"
7187 "                     const char *augpath,\n"
7188 "                     const char *label,\n"
7189 "                     int before);\n"
7190 "\n"
7191 msgstr ""
7192
7193 # type: textblock
7194 #. type: textblock
7195 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
7196 msgid ""
7197 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
7198 "or after C<path> (depending on the boolean flag C<before>)."
7199 msgstr ""
7200
7201 # type: textblock
7202 #. type: textblock
7203 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
7204 msgid ""
7205 "C<path> must match exactly one existing node in the tree, and C<label> must "
7206 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
7207 msgstr ""
7208
7209 # type: =head2
7210 #. type: =head2
7211 #: ../src/guestfs-actions.pod:440
7212 msgid "guestfs_aug_load"
7213 msgstr ""
7214
7215 # type: verbatim
7216 #. type: verbatim
7217 #: ../src/guestfs-actions.pod:442
7218 #, no-wrap
7219 msgid ""
7220 " int\n"
7221 " guestfs_aug_load (guestfs_h *g);\n"
7222 "\n"
7223 msgstr ""
7224
7225 # type: textblock
7226 #. type: textblock
7227 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
7228 msgid "Load files into the tree."
7229 msgstr ""
7230
7231 # type: textblock
7232 #. type: textblock
7233 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
7234 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
7235 msgstr ""
7236
7237 # type: =head2
7238 #. type: =head2
7239 #: ../src/guestfs-actions.pod:454
7240 msgid "guestfs_aug_ls"
7241 msgstr ""
7242
7243 # type: verbatim
7244 #. type: verbatim
7245 #: ../src/guestfs-actions.pod:456
7246 #, no-wrap
7247 msgid ""
7248 " char **\n"
7249 " guestfs_aug_ls (guestfs_h *g,\n"
7250 "                 const char *augpath);\n"
7251 "\n"
7252 msgstr ""
7253
7254 # type: textblock
7255 #. type: textblock
7256 #: ../src/guestfs-actions.pod:460
7257 msgid ""
7258 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
7259 "sorting the resulting nodes into alphabetical order."
7260 msgstr ""
7261
7262 # type: textblock
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
7265 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
7266 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
7267 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
7268 #: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201
7269 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236
7270 #: ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303
7271 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423
7272 #: ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:2973
7273 #: ../src/guestfs-actions.pod:3262 ../src/guestfs-actions.pod:3552
7274 #: ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3719
7275 #: ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4822
7276 #: ../src/guestfs-actions.pod:5342 ../src/guestfs-actions.pod:5468
7277 #: ../src/guestfs-actions.pod:5582 ../src/guestfs-actions.pod:6282
7278 #: ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6398
7279 #: ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6568
7280 #: ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7070
7281 #: ../src/guestfs-actions.pod:7117 ../src/guestfs-actions.pod:7282
7282 #: ../src/guestfs-actions.pod:7301 ../src/guestfs-actions.pod:7386
7283 #: ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7451
7284 #: ../src/guestfs-actions.pod:7470
7285 msgid ""
7286 "This function returns a NULL-terminated array of strings (like L<environ(3)"
7287 ">), or NULL if there was an error.  I<The caller must free the strings and "
7288 "the array after use>."
7289 msgstr ""
7290
7291 # type: textblock
7292 #. type: textblock
7293 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
7294 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
7295 #: ../src/guestfs-actions.pod:3340 ../src/guestfs-actions.pod:3371
7296 #: ../src/guestfs-actions.pod:3965 ../src/guestfs-actions.pod:4015
7297 #: ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:4235
7298 #: ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4826
7299 #: ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5678
7300 #: ../src/guestfs-actions.pod:5692 ../src/guestfs-actions.pod:5704
7301 #: ../src/guestfs-actions.pod:6144 ../src/guestfs-actions.pod:6782
7302 #: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7034
7303 #: ../src/guestfs-actions.pod:7270
7304 msgid "(Added in 0.8)"
7305 msgstr ""
7306
7307 # type: =head2
7308 #. type: =head2
7309 #: ../src/guestfs-actions.pod:469
7310 msgid "guestfs_aug_match"
7311 msgstr ""
7312
7313 # type: verbatim
7314 #. type: verbatim
7315 #: ../src/guestfs-actions.pod:471
7316 #, no-wrap
7317 msgid ""
7318 " char **\n"
7319 " guestfs_aug_match (guestfs_h *g,\n"
7320 "                    const char *augpath);\n"
7321 "\n"
7322 msgstr ""
7323
7324 # type: textblock
7325 #. type: textblock
7326 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
7327 msgid ""
7328 "Returns a list of paths which match the path expression C<path>.  The "
7329 "returned paths are sufficiently qualified so that they match exactly one "
7330 "node in the current tree."
7331 msgstr ""
7332
7333 # type: =head2
7334 #. type: =head2
7335 #: ../src/guestfs-actions.pod:485
7336 msgid "guestfs_aug_mv"
7337 msgstr ""
7338
7339 # type: verbatim
7340 #. type: verbatim
7341 #: ../src/guestfs-actions.pod:487
7342 #, no-wrap
7343 msgid ""
7344 " int\n"
7345 " guestfs_aug_mv (guestfs_h *g,\n"
7346 "                 const char *src,\n"
7347 "                 const char *dest);\n"
7348 "\n"
7349 msgstr ""
7350
7351 # type: textblock
7352 #. type: textblock
7353 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
7354 msgid ""
7355 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
7356 "C<dest> is overwritten if it exists."
7357 msgstr ""
7358
7359 # type: =head2
7360 #. type: =head2
7361 #: ../src/guestfs-actions.pod:499
7362 msgid "guestfs_aug_rm"
7363 msgstr ""
7364
7365 # type: verbatim
7366 #. type: verbatim
7367 #: ../src/guestfs-actions.pod:501
7368 #, no-wrap
7369 msgid ""
7370 " int\n"
7371 " guestfs_aug_rm (guestfs_h *g,\n"
7372 "                 const char *augpath);\n"
7373 "\n"
7374 msgstr ""
7375
7376 # type: textblock
7377 #. type: textblock
7378 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
7379 msgid "Remove C<path> and all of its children."
7380 msgstr ""
7381
7382 # type: textblock
7383 #. type: textblock
7384 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
7385 msgid "On success this returns the number of entries which were removed."
7386 msgstr ""
7387
7388 # type: =head2
7389 #. type: =head2
7390 #: ../src/guestfs-actions.pod:513
7391 msgid "guestfs_aug_save"
7392 msgstr ""
7393
7394 # type: verbatim
7395 #. type: verbatim
7396 #: ../src/guestfs-actions.pod:515
7397 #, no-wrap
7398 msgid ""
7399 " int\n"
7400 " guestfs_aug_save (guestfs_h *g);\n"
7401 "\n"
7402 msgstr ""
7403
7404 # type: textblock
7405 #. type: textblock
7406 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
7407 msgid "This writes all pending changes to disk."
7408 msgstr ""
7409
7410 # type: textblock
7411 #. type: textblock
7412 #: ../src/guestfs-actions.pod:520
7413 msgid ""
7414 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
7415 "are saved."
7416 msgstr ""
7417
7418 # type: =head2
7419 #. type: =head2
7420 #: ../src/guestfs-actions.pod:527
7421 msgid "guestfs_aug_set"
7422 msgstr ""
7423
7424 # type: verbatim
7425 #. type: verbatim
7426 #: ../src/guestfs-actions.pod:529
7427 #, no-wrap
7428 msgid ""
7429 " int\n"
7430 " guestfs_aug_set (guestfs_h *g,\n"
7431 "                  const char *augpath,\n"
7432 "                  const char *val);\n"
7433 "\n"
7434 msgstr ""
7435
7436 # type: textblock
7437 #. type: textblock
7438 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
7439 msgid "Set the value associated with C<path> to C<val>."
7440 msgstr ""
7441
7442 # type: textblock
7443 #. type: textblock
7444 #: ../src/guestfs-actions.pod:536
7445 msgid ""
7446 "In the Augeas API, it is possible to clear a node by setting the value to "
7447 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7448 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7449 msgstr ""
7450
7451 # type: =head2
7452 #. type: =head2
7453 #: ../src/guestfs-actions.pod:545
7454 msgid "guestfs_available"
7455 msgstr ""
7456
7457 # type: verbatim
7458 #. type: verbatim
7459 #: ../src/guestfs-actions.pod:547
7460 #, no-wrap
7461 msgid ""
7462 " int\n"
7463 " guestfs_available (guestfs_h *g,\n"
7464 "                    char *const *groups);\n"
7465 "\n"
7466 msgstr ""
7467
7468 # type: textblock
7469 #. type: textblock
7470 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
7471 msgid ""
7472 "This command is used to check the availability of some groups of "
7473 "functionality in the appliance, which not all builds of the libguestfs "
7474 "appliance will be able to provide."
7475 msgstr ""
7476
7477 # type: textblock
7478 #. type: textblock
7479 #: ../src/guestfs-actions.pod:555
7480 msgid ""
7481 "The libguestfs groups, and the functions that those groups correspond to, "
7482 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7483 "runtime by calling C<guestfs_available_all_groups>."
7484 msgstr ""
7485
7486 # type: textblock
7487 #. type: textblock
7488 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
7489 msgid ""
7490 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7491 "\"]> would check for the availability of the Linux inotify functions and "
7492 "Augeas (configuration file editing) functions."
7493 msgstr ""
7494
7495 # type: textblock
7496 #. type: textblock
7497 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
7498 msgid "The command returns no error if I<all> requested groups are available."
7499 msgstr ""
7500
7501 # type: textblock
7502 #. type: textblock
7503 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
7504 msgid ""
7505 "It fails with an error if one or more of the requested groups is unavailable "
7506 "in the appliance."
7507 msgstr ""
7508
7509 # type: textblock
7510 #. type: textblock
7511 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
7512 msgid ""
7513 "If an unknown group name is included in the list of groups then an error is "
7514 "always returned."
7515 msgstr ""
7516
7517 # type: textblock
7518 #. type: textblock
7519 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
7520 msgid "I<Notes:>"
7521 msgstr ""
7522
7523 # type: textblock
7524 #. type: textblock
7525 #: ../src/guestfs-actions.pod:579
7526 msgid "You must call C<guestfs_launch> before calling this function."
7527 msgstr ""
7528
7529 # type: textblock
7530 #. type: textblock
7531 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
7532 msgid ""
7533 "The reason is because we don't know what groups are supported by the "
7534 "appliance/daemon until it is running and can be queried."
7535 msgstr ""
7536
7537 # type: textblock
7538 #. type: textblock
7539 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
7540 msgid ""
7541 "If a group of functions is available, this does not necessarily mean that "
7542 "they will work.  You still have to check for errors when calling individual "
7543 "API functions even if they are available."
7544 msgstr ""
7545
7546 # type: textblock
7547 #. type: textblock
7548 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
7549 msgid ""
7550 "It is usually the job of distro packagers to build complete functionality "
7551 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7552 "with all requirements satisfied, will support everything."
7553 msgstr ""
7554
7555 # type: textblock
7556 #. type: textblock
7557 #: ../src/guestfs-actions.pod:601
7558 msgid ""
7559 "This call was added in version C<1.0.80>.  In previous versions of "
7560 "libguestfs all you could do would be to speculatively execute a command to "
7561 "find out if the daemon implemented it.  See also C<guestfs_version>."
7562 msgstr ""
7563
7564 # type: textblock
7565 #. type: textblock
7566 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
7567 msgid "(Added in 1.0.80)"
7568 msgstr ""
7569
7570 # type: =head2
7571 #. type: =head2
7572 #: ../src/guestfs-actions.pod:612
7573 msgid "guestfs_available_all_groups"
7574 msgstr ""
7575
7576 # type: verbatim
7577 #. type: verbatim
7578 #: ../src/guestfs-actions.pod:614
7579 #, no-wrap
7580 msgid ""
7581 " char **\n"
7582 " guestfs_available_all_groups (guestfs_h *g);\n"
7583 "\n"
7584 msgstr ""
7585
7586 # type: textblock
7587 #. type: textblock
7588 #: ../src/guestfs-actions.pod:617
7589 msgid ""
7590 "This command returns a list of all optional groups that this daemon knows "
7591 "about.  Note this returns both supported and unsupported groups.  To find "
7592 "out which ones the daemon can actually support you have to call "
7593 "C<guestfs_available> on each member of the returned list."
7594 msgstr ""
7595
7596 # type: textblock
7597 #. type: textblock
7598 #: ../src/guestfs-actions.pod:623
7599 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7600 msgstr ""
7601
7602 # type: textblock
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:629
7605 msgid "(Added in 1.3.15)"
7606 msgstr ""
7607
7608 # type: =head2
7609 #. type: =head2
7610 #: ../src/guestfs-actions.pod:631
7611 msgid "guestfs_base64_in"
7612 msgstr ""
7613
7614 # type: verbatim
7615 #. type: verbatim
7616 #: ../src/guestfs-actions.pod:633
7617 #, no-wrap
7618 msgid ""
7619 " int\n"
7620 " guestfs_base64_in (guestfs_h *g,\n"
7621 "                    const char *base64file,\n"
7622 "                    const char *filename);\n"
7623 "\n"
7624 msgstr ""
7625
7626 # type: textblock
7627 #. type: textblock
7628 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
7629 msgid ""
7630 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7631 msgstr ""
7632
7633 # type: textblock
7634 #. type: textblock
7635 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
7636 msgid "(Added in 1.3.5)"
7637 msgstr ""
7638
7639 # type: =head2
7640 #. type: =head2
7641 #: ../src/guestfs-actions.pod:645
7642 msgid "guestfs_base64_out"
7643 msgstr ""
7644
7645 # type: verbatim
7646 #. type: verbatim
7647 #: ../src/guestfs-actions.pod:647
7648 #, no-wrap
7649 msgid ""
7650 " int\n"
7651 " guestfs_base64_out (guestfs_h *g,\n"
7652 "                     const char *filename,\n"
7653 "                     const char *base64file);\n"
7654 "\n"
7655 msgstr ""
7656
7657 # type: textblock
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7660 msgid ""
7661 "This command downloads the contents of C<filename>, writing it out to local "
7662 "file C<base64file> encoded as base64."
7663 msgstr ""
7664
7665 # type: =head2
7666 #. type: =head2
7667 #: ../src/guestfs-actions.pod:659
7668 msgid "guestfs_blockdev_flushbufs"
7669 msgstr ""
7670
7671 # type: verbatim
7672 #. type: verbatim
7673 #: ../src/guestfs-actions.pod:661
7674 #, no-wrap
7675 msgid ""
7676 " int\n"
7677 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7678 "                             const char *device);\n"
7679 "\n"
7680 msgstr ""
7681
7682 # type: textblock
7683 #. type: textblock
7684 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7685 msgid ""
7686 "This tells the kernel to flush internal buffers associated with C<device>."
7687 msgstr ""
7688
7689 # type: textblock
7690 #. type: textblock
7691 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7692 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7693 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7694 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7695 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7696 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7697 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7698 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7699 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7700 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7701 msgid "This uses the L<blockdev(8)> command."
7702 msgstr ""
7703
7704 # type: textblock
7705 #. type: textblock
7706 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7707 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7708 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7709 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7710 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7711 msgid "(Added in 0.9.3)"
7712 msgstr ""
7713
7714 # type: =head2
7715 #. type: =head2
7716 #: ../src/guestfs-actions.pod:674
7717 msgid "guestfs_blockdev_getbsz"
7718 msgstr ""
7719
7720 # type: verbatim
7721 #. type: verbatim
7722 #: ../src/guestfs-actions.pod:676
7723 #, no-wrap
7724 msgid ""
7725 " int\n"
7726 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7727 "                          const char *device);\n"
7728 "\n"
7729 msgstr ""
7730
7731 # type: textblock
7732 #. type: textblock
7733 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7734 msgid "This returns the block size of a device."
7735 msgstr ""
7736
7737 # type: textblock
7738 #. type: textblock
7739 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7740 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7741 msgid ""
7742 "(Note this is different from both I<size in blocks> and I<filesystem block "
7743 "size>)."
7744 msgstr ""
7745
7746 # type: =head2
7747 #. type: =head2
7748 #: ../src/guestfs-actions.pod:691
7749 msgid "guestfs_blockdev_getro"
7750 msgstr ""
7751
7752 # type: verbatim
7753 #. type: verbatim
7754 #: ../src/guestfs-actions.pod:693
7755 #, no-wrap
7756 msgid ""
7757 " int\n"
7758 " guestfs_blockdev_getro (guestfs_h *g,\n"
7759 "                         const char *device);\n"
7760 "\n"
7761 msgstr ""
7762
7763 # type: textblock
7764 #. type: textblock
7765 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7766 msgid ""
7767 "Returns a boolean indicating if the block device is read-only (true if read-"
7768 "only, false if not)."
7769 msgstr ""
7770
7771 # type: textblock
7772 #. type: textblock
7773 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7774 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914
7775 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997
7776 #: ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067
7777 #: ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115
7778 #: ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3097
7779 #: ../src/guestfs-actions.pod:3116 ../src/guestfs-actions.pod:3279
7780 #: ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3308
7781 #: ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3338
7782 #: ../src/guestfs-actions.pod:3353 ../src/guestfs-actions.pod:3369
7783 #: ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3396
7784 #: ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3425
7785 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:4971
7786 msgid "This function returns a C truth value on success or -1 on error."
7787 msgstr ""
7788
7789 # type: =head2
7790 #. type: =head2
7791 #: ../src/guestfs-actions.pod:706
7792 msgid "guestfs_blockdev_getsize64"
7793 msgstr ""
7794
7795 # type: verbatim
7796 #. type: verbatim
7797 #: ../src/guestfs-actions.pod:708
7798 #, no-wrap
7799 msgid ""
7800 " int64_t\n"
7801 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7802 "                             const char *device);\n"
7803 "\n"
7804 msgstr ""
7805
7806 # type: textblock
7807 #. type: textblock
7808 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7809 msgid "This returns the size of the device in bytes."
7810 msgstr ""
7811
7812 # type: textblock
7813 #. type: textblock
7814 #: ../src/guestfs-actions.pod:714
7815 msgid "See also C<guestfs_blockdev_getsz>."
7816 msgstr ""
7817
7818 # type: =head2
7819 #. type: =head2
7820 #: ../src/guestfs-actions.pod:722
7821 msgid "guestfs_blockdev_getss"
7822 msgstr ""
7823
7824 # type: verbatim
7825 #. type: verbatim
7826 #: ../src/guestfs-actions.pod:724
7827 #, no-wrap
7828 msgid ""
7829 " int\n"
7830 " guestfs_blockdev_getss (guestfs_h *g,\n"
7831 "                         const char *device);\n"
7832 "\n"
7833 msgstr ""
7834
7835 # type: textblock
7836 #. type: textblock
7837 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7838 msgid ""
7839 "This returns the size of sectors on a block device.  Usually 512, but can be "
7840 "larger for modern devices."
7841 msgstr ""
7842
7843 # type: textblock
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:731
7846 msgid ""
7847 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7848 "that)."
7849 msgstr ""
7850
7851 # type: =head2
7852 #. type: =head2
7853 #: ../src/guestfs-actions.pod:740
7854 msgid "guestfs_blockdev_getsz"
7855 msgstr ""
7856
7857 # type: verbatim
7858 #. type: verbatim
7859 #: ../src/guestfs-actions.pod:742
7860 #, no-wrap
7861 msgid ""
7862 " int64_t\n"
7863 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7864 "                         const char *device);\n"
7865 "\n"
7866 msgstr ""
7867
7868 # type: textblock
7869 #. type: textblock
7870 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7871 msgid ""
7872 "This returns the size of the device in units of 512-byte sectors (even if "
7873 "the sectorsize isn't 512 bytes ... weird)."
7874 msgstr ""
7875
7876 # type: textblock
7877 #. type: textblock
7878 #: ../src/guestfs-actions.pod:749
7879 msgid ""
7880 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7881 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7882 msgstr ""
7883
7884 # type: =head2
7885 #. type: =head2
7886 #: ../src/guestfs-actions.pod:759
7887 msgid "guestfs_blockdev_rereadpt"
7888 msgstr ""
7889
7890 # type: verbatim
7891 #. type: verbatim
7892 #: ../src/guestfs-actions.pod:761
7893 #, no-wrap
7894 msgid ""
7895 " int\n"
7896 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7897 "                            const char *device);\n"
7898 "\n"
7899 msgstr ""
7900
7901 # type: textblock
7902 #. type: textblock
7903 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7904 msgid "Reread the partition table on C<device>."
7905 msgstr ""
7906
7907 # type: =head2
7908 #. type: =head2
7909 #: ../src/guestfs-actions.pod:773
7910 msgid "guestfs_blockdev_setbsz"
7911 msgstr ""
7912
7913 # type: verbatim
7914 #. type: verbatim
7915 #: ../src/guestfs-actions.pod:775
7916 #, no-wrap
7917 msgid ""
7918 " int\n"
7919 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7920 "                          const char *device,\n"
7921 "                          int blocksize);\n"
7922 "\n"
7923 msgstr ""
7924
7925 # type: textblock
7926 #. type: textblock
7927 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7928 msgid "This sets the block size of a device."
7929 msgstr ""
7930
7931 # type: =head2
7932 #. type: =head2
7933 #: ../src/guestfs-actions.pod:791
7934 msgid "guestfs_blockdev_setro"
7935 msgstr ""
7936
7937 # type: verbatim
7938 #. type: verbatim
7939 #: ../src/guestfs-actions.pod:793
7940 #, no-wrap
7941 msgid ""
7942 " int\n"
7943 " guestfs_blockdev_setro (guestfs_h *g,\n"
7944 "                         const char *device);\n"
7945 "\n"
7946 msgstr ""
7947
7948 # type: textblock
7949 #. type: textblock
7950 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7951 msgid "Sets the block device named C<device> to read-only."
7952 msgstr ""
7953
7954 # type: =head2
7955 #. type: =head2
7956 #: ../src/guestfs-actions.pod:805
7957 msgid "guestfs_blockdev_setrw"
7958 msgstr ""
7959
7960 # type: verbatim
7961 #. type: verbatim
7962 #: ../src/guestfs-actions.pod:807
7963 #, no-wrap
7964 msgid ""
7965 " int\n"
7966 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7967 "                         const char *device);\n"
7968 "\n"
7969 msgstr ""
7970
7971 # type: textblock
7972 #. type: textblock
7973 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7974 msgid "Sets the block device named C<device> to read-write."
7975 msgstr ""
7976
7977 # type: =head2
7978 #. type: =head2
7979 #: ../src/guestfs-actions.pod:819
7980 msgid "guestfs_case_sensitive_path"
7981 msgstr ""
7982
7983 # type: verbatim
7984 #. type: verbatim
7985 #: ../src/guestfs-actions.pod:821
7986 #, no-wrap
7987 msgid ""
7988 " char *\n"
7989 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7990 "                              const char *path);\n"
7991 "\n"
7992 msgstr ""
7993
7994 # type: textblock
7995 #. type: textblock
7996 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7997 msgid ""
7998 "This can be used to resolve case insensitive paths on a filesystem which is "
7999 "case sensitive.  The use case is to resolve paths which you have read from "
8000 "Windows configuration files or the Windows Registry, to the true path."
8001 msgstr ""
8002
8003 # type: textblock
8004 #. type: textblock
8005 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
8006 msgid ""
8007 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
8008 "(and probably others), which is that although the underlying filesystem is "
8009 "case-insensitive, the driver exports the filesystem to Linux as case-"
8010 "sensitive."
8011 msgstr ""
8012
8013 # type: textblock
8014 #. type: textblock
8015 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
8016 msgid ""
8017 "One consequence of this is that special directories such as C<c:\\windows> "
8018 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
8019 "precise details of how they were created.  In Windows itself this would not "
8020 "be a problem."
8021 msgstr ""
8022
8023 # type: textblock
8024 #. type: textblock
8025 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
8026 msgid ""
8027 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
8028 "#posixfilenames1>"
8029 msgstr ""
8030
8031 # type: textblock
8032 #. type: textblock
8033 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
8034 msgid ""
8035 "This function resolves the true case of each element in the path and returns "
8036 "the case-sensitive path."
8037 msgstr ""
8038
8039 # type: textblock
8040 #. type: textblock
8041 #: ../src/guestfs-actions.pod:847
8042 msgid ""
8043 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
8044 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
8045 "how the directories were originally created under Windows)."
8046 msgstr ""
8047
8048 # type: textblock
8049 #. type: textblock
8050 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
8051 msgid "I<Note>: This function does not handle drive names, backslashes etc."
8052 msgstr ""
8053
8054 # type: textblock
8055 #. type: textblock
8056 #: ../src/guestfs-actions.pod:855
8057 msgid "See also C<guestfs_realpath>."
8058 msgstr ""
8059
8060 # type: textblock
8061 #. type: textblock
8062 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6962
8063 msgid "(Added in 1.0.75)"
8064 msgstr ""
8065
8066 # type: =head2
8067 #. type: =head2
8068 #: ../src/guestfs-actions.pod:862
8069 msgid "guestfs_cat"
8070 msgstr ""
8071
8072 # type: verbatim
8073 #. type: verbatim
8074 #: ../src/guestfs-actions.pod:864
8075 #, no-wrap
8076 msgid ""
8077 " char *\n"
8078 " guestfs_cat (guestfs_h *g,\n"
8079 "              const char *path);\n"
8080 "\n"
8081 msgstr ""
8082
8083 # type: textblock
8084 #. type: textblock
8085 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5458
8086 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3659
8087 msgid "Return the contents of the file named C<path>."
8088 msgstr ""
8089
8090 # type: textblock
8091 #. type: textblock
8092 #: ../src/guestfs-actions.pod:870
8093 msgid ""
8094 "Note that this function cannot correctly handle binary files (specifically, "
8095 "files containing C<\\0> character which is treated as end of string).  For "
8096 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
8097 "functions which have a more complex interface."
8098 msgstr ""
8099
8100 # type: textblock
8101 #. type: textblock
8102 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
8103 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
8104 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
8105 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763
8106 #: ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240
8107 #: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307
8108 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353
8109 #: ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5266
8110 #: ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5423
8111 #: ../src/guestfs-actions.pod:5447 ../src/guestfs-actions.pod:6347
8112 #: ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6548
8113 #: ../src/guestfs-actions.pod:6572 ../src/guestfs-actions.pod:7234
8114 #: ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:7286
8115 #: ../src/guestfs-actions.pod:7305 ../src/guestfs-actions.pod:7390
8116 #: ../src/guestfs-actions.pod:7409 ../src/guestfs-actions.pod:7455
8117 #: ../src/guestfs-actions.pod:7474 ../fish/guestfish-actions.pod:587
8118 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
8119 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
8120 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
8121 #: ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493
8122 #: ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531
8123 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556
8124 #: ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3529
8125 #: ../fish/guestfish-actions.pod:3544 ../fish/guestfish-actions.pod:3620
8126 #: ../fish/guestfish-actions.pod:3637 ../fish/guestfish-actions.pod:3652
8127 #: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:4324
8128 #: ../fish/guestfish-actions.pod:4409 ../fish/guestfish-actions.pod:4424
8129 #: ../fish/guestfish-actions.pod:4834 ../fish/guestfish-actions.pod:4852
8130 #: ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:4879
8131 #: ../fish/guestfish-actions.pod:4927 ../fish/guestfish-actions.pod:4937
8132 #: ../fish/guestfish-actions.pod:4966 ../fish/guestfish-actions.pod:4976
8133 msgid ""
8134 "Because of the message protocol, there is a transfer limit of somewhere "
8135 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
8136 msgstr ""
8137
8138 # type: textblock
8139 #. type: textblock
8140 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3556
8141 #: ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3635
8142 #: ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:4128
8143 #: ../src/guestfs-actions.pod:4142 ../src/guestfs-actions.pod:5346
8144 #: ../src/guestfs-actions.pod:5360 ../src/guestfs-actions.pod:7121
8145 #: ../src/guestfs-actions.pod:7135
8146 msgid "(Added in 0.4)"
8147 msgstr ""
8148
8149 # type: =head2
8150 #. type: =head2
8151 #: ../src/guestfs-actions.pod:883
8152 msgid "guestfs_checksum"
8153 msgstr ""
8154
8155 # type: verbatim
8156 #. type: verbatim
8157 #: ../src/guestfs-actions.pod:885
8158 #, no-wrap
8159 msgid ""
8160 " char *\n"
8161 " guestfs_checksum (guestfs_h *g,\n"
8162 "                   const char *csumtype,\n"
8163 "                   const char *path);\n"
8164 "\n"
8165 msgstr ""
8166
8167 # type: textblock
8168 #. type: textblock
8169 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
8170 msgid ""
8171 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
8172 msgstr ""
8173
8174 # type: textblock
8175 #. type: textblock
8176 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
8177 msgid ""
8178 "The type of checksum to compute is given by the C<csumtype> parameter which "
8179 "must have one of the following values:"
8180 msgstr ""
8181
8182 # type: =item
8183 #. type: =item
8184 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
8185 msgid "C<crc>"
8186 msgstr ""
8187
8188 # type: textblock
8189 #. type: textblock
8190 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
8191 msgid ""
8192 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
8193 "C<cksum> command."
8194 msgstr ""
8195
8196 # type: =item
8197 #. type: =item
8198 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
8199 msgid "C<md5>"
8200 msgstr ""
8201
8202 # type: textblock
8203 #. type: textblock
8204 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
8205 msgid "Compute the MD5 hash (using the C<md5sum> program)."
8206 msgstr ""
8207
8208 # type: =item
8209 #. type: =item
8210 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
8211 msgid "C<sha1>"
8212 msgstr ""
8213
8214 # type: textblock
8215 #. type: textblock
8216 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
8217 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
8218 msgstr ""
8219
8220 # type: =item
8221 #. type: =item
8222 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
8223 msgid "C<sha224>"
8224 msgstr ""
8225
8226 # type: textblock
8227 #. type: textblock
8228 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
8229 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
8230 msgstr ""
8231
8232 # type: =item
8233 #. type: =item
8234 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
8235 msgid "C<sha256>"
8236 msgstr ""
8237
8238 # type: textblock
8239 #. type: textblock
8240 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
8241 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
8242 msgstr ""
8243
8244 # type: =item
8245 #. type: =item
8246 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
8247 msgid "C<sha384>"
8248 msgstr ""
8249
8250 # type: textblock
8251 #. type: textblock
8252 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
8253 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
8254 msgstr ""
8255
8256 # type: =item
8257 #. type: =item
8258 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
8259 msgid "C<sha512>"
8260 msgstr ""
8261
8262 # type: textblock
8263 #. type: textblock
8264 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
8265 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
8266 msgstr ""
8267
8268 # type: textblock
8269 #. type: textblock
8270 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
8271 msgid "The checksum is returned as a printable string."
8272 msgstr ""
8273
8274 # type: textblock
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:931
8277 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
8278 msgstr ""
8279
8280 # type: textblock
8281 #. type: textblock
8282 #: ../src/guestfs-actions.pod:933
8283 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
8284 msgstr ""
8285
8286 # type: textblock
8287 #. type: textblock
8288 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
8289 #: ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3295
8290 #: ../src/guestfs-actions.pod:3324 ../src/guestfs-actions.pod:3385
8291 #: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:6818
8292 msgid "(Added in 1.0.2)"
8293 msgstr ""
8294
8295 # type: =head2
8296 #. type: =head2
8297 #: ../src/guestfs-actions.pod:940
8298 msgid "guestfs_checksum_device"
8299 msgstr ""
8300
8301 # type: verbatim
8302 #. type: verbatim
8303 #: ../src/guestfs-actions.pod:942
8304 #, no-wrap
8305 msgid ""
8306 " char *\n"
8307 " guestfs_checksum_device (guestfs_h *g,\n"
8308 "                          const char *csumtype,\n"
8309 "                          const char *device);\n"
8310 "\n"
8311 msgstr ""
8312
8313 # type: textblock
8314 #. type: textblock
8315 #: ../src/guestfs-actions.pod:947
8316 msgid ""
8317 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
8318 "device named C<device>.  For the types of checksums supported see the "
8319 "C<guestfs_checksum> command."
8320 msgstr ""
8321
8322 # type: textblock
8323 #. type: textblock
8324 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4877
8325 #: ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:4973
8326 #: ../src/guestfs-actions.pod:4991 ../src/guestfs-actions.pod:5167
8327 #: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741
8328 #: ../src/guestfs-actions.pod:7147
8329 msgid "(Added in 1.3.2)"
8330 msgstr ""
8331
8332 # type: =head2
8333 #. type: =head2
8334 #: ../src/guestfs-actions.pod:956
8335 msgid "guestfs_checksums_out"
8336 msgstr ""
8337
8338 # type: verbatim
8339 #. type: verbatim
8340 #: ../src/guestfs-actions.pod:958
8341 #, no-wrap
8342 msgid ""
8343 " int\n"
8344 " guestfs_checksums_out (guestfs_h *g,\n"
8345 "                        const char *csumtype,\n"
8346 "                        const char *directory,\n"
8347 "                        const char *sumsfile);\n"
8348 "\n"
8349 msgstr ""
8350
8351 # type: textblock
8352 #. type: textblock
8353 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
8354 msgid ""
8355 "This command computes the checksums of all regular files in C<directory> and "
8356 "then emits a list of those checksums to the local output file C<sumsfile>."
8357 msgstr ""
8358
8359 # type: textblock
8360 #. type: textblock
8361 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
8362 msgid ""
8363 "This can be used for verifying the integrity of a virtual machine.  However "
8364 "to be properly secure you should pay attention to the output of the checksum "
8365 "command (it uses the ones from GNU coreutils).  In particular when the "
8366 "filename is not printable, coreutils uses a special backslash syntax.  For "
8367 "more information, see the GNU coreutils info file."
8368 msgstr ""
8369
8370 # type: textblock
8371 #. type: textblock
8372 #: ../src/guestfs-actions.pod:978
8373 msgid "(Added in 1.3.7)"
8374 msgstr ""
8375
8376 # type: =head2
8377 #. type: =head2
8378 #: ../src/guestfs-actions.pod:980
8379 msgid "guestfs_chmod"
8380 msgstr ""
8381
8382 # type: verbatim
8383 #. type: verbatim
8384 #: ../src/guestfs-actions.pod:982
8385 #, no-wrap
8386 msgid ""
8387 " int\n"
8388 " guestfs_chmod (guestfs_h *g,\n"
8389 "                int mode,\n"
8390 "                const char *path);\n"
8391 "\n"
8392 msgstr ""
8393
8394 # type: textblock
8395 #. type: textblock
8396 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
8397 msgid ""
8398 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
8399 "supported."
8400 msgstr ""
8401
8402 # type: textblock
8403 #. type: textblock
8404 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
8405 msgid ""
8406 "I<Note>: When using this command from guestfish, C<mode> by default would be "
8407 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
8408 "C<700>."
8409 msgstr ""
8410
8411 # type: textblock
8412 #. type: textblock
8413 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4379
8414 #: ../src/guestfs-actions.pod:4576 ../src/guestfs-actions.pod:4595
8415 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:676
8416 #: ../fish/guestfish-actions.pod:2975 ../fish/guestfish-actions.pod:3104
8417 #: ../fish/guestfish-actions.pod:3114 ../fish/guestfish-actions.pod:3124
8418 msgid "The mode actually set is affected by the umask."
8419 msgstr ""
8420
8421 # type: =head2
8422 #. type: =head2
8423 #: ../src/guestfs-actions.pod:1000
8424 msgid "guestfs_chown"
8425 msgstr ""
8426
8427 # type: verbatim
8428 #. type: verbatim
8429 #: ../src/guestfs-actions.pod:1002
8430 #, no-wrap
8431 msgid ""
8432 " int\n"
8433 " guestfs_chown (guestfs_h *g,\n"
8434 "                int owner,\n"
8435 "                int group,\n"
8436 "                const char *path);\n"
8437 "\n"
8438 msgstr ""
8439
8440 # type: textblock
8441 #. type: textblock
8442 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
8443 msgid "Change the file owner to C<owner> and group to C<group>."
8444 msgstr ""
8445
8446 # type: textblock
8447 #. type: textblock
8448 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3487
8449 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2433
8450 msgid ""
8451 "Only numeric uid and gid are supported.  If you want to use names, you will "
8452 "need to locate and parse the password file yourself (Augeas support makes "
8453 "this relatively easy)."
8454 msgstr ""
8455
8456 # type: =head2
8457 #. type: =head2
8458 #: ../src/guestfs-actions.pod:1018
8459 msgid "guestfs_command"
8460 msgstr ""
8461
8462 # type: verbatim
8463 #. type: verbatim
8464 #: ../src/guestfs-actions.pod:1020
8465 #, no-wrap
8466 msgid ""
8467 " char *\n"
8468 " guestfs_command (guestfs_h *g,\n"
8469 "                  char *const *arguments);\n"
8470 "\n"
8471 msgstr ""
8472
8473 # type: textblock
8474 #. type: textblock
8475 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
8476 msgid ""
8477 "This call runs a command from the guest filesystem.  The filesystem must be "
8478 "mounted, and must contain a compatible operating system (ie. something "
8479 "Linux, with the same or compatible processor architecture)."
8480 msgstr ""
8481
8482 # type: textblock
8483 #. type: textblock
8484 #: ../src/guestfs-actions.pod:1029
8485 msgid ""
8486 "The single parameter is an argv-style list of arguments.  The first element "
8487 "is the name of the program to run.  Subsequent elements are parameters.  The "
8488 "list must be non-empty (ie. must contain a program name).  Note that the "
8489 "command runs directly, and is I<not> invoked via the shell (see "
8490 "C<guestfs_sh>)."
8491 msgstr ""
8492
8493 # type: textblock
8494 #. type: textblock
8495 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
8496 msgid "The return value is anything printed to I<stdout> by the command."
8497 msgstr ""
8498
8499 # type: textblock
8500 #. type: textblock
8501 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
8502 msgid ""
8503 "If the command returns a non-zero exit status, then this function returns an "
8504 "error message.  The error message string is the content of I<stderr> from "
8505 "the command."
8506 msgstr ""
8507
8508 # type: textblock
8509 #. type: textblock
8510 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
8511 msgid ""
8512 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
8513 "bin>.  If you require a program from another location, you should provide "
8514 "the full path in the first parameter."
8515 msgstr ""
8516
8517 # type: textblock
8518 #. type: textblock
8519 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
8520 msgid ""
8521 "Shared libraries and data files required by the program must be available on "
8522 "filesystems which are mounted in the correct places.  It is the caller's "
8523 "responsibility to ensure all filesystems that are needed are mounted at the "
8524 "right locations."
8525 msgstr ""
8526
8527 # type: textblock
8528 #. type: textblock
8529 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
8530 #: ../src/guestfs-actions.pod:1548
8531 msgid "(Added in 0.9.1)"
8532 msgstr ""
8533
8534 # type: =head2
8535 #. type: =head2
8536 #: ../src/guestfs-actions.pod:1062
8537 msgid "guestfs_command_lines"
8538 msgstr ""
8539
8540 # type: verbatim
8541 #. type: verbatim
8542 #: ../src/guestfs-actions.pod:1064
8543 #, no-wrap
8544 msgid ""
8545 " char **\n"
8546 " guestfs_command_lines (guestfs_h *g,\n"
8547 "                        char *const *arguments);\n"
8548 "\n"
8549 msgstr ""
8550
8551 # type: textblock
8552 #. type: textblock
8553 #: ../src/guestfs-actions.pod:1068
8554 msgid ""
8555 "This is the same as C<guestfs_command>, but splits the result into a list of "
8556 "lines."
8557 msgstr ""
8558
8559 # type: textblock
8560 #. type: textblock
8561 #: ../src/guestfs-actions.pod:1071
8562 msgid "See also: C<guestfs_sh_lines>"
8563 msgstr ""
8564
8565 # type: =head2
8566 #. type: =head2
8567 #: ../src/guestfs-actions.pod:1082
8568 msgid "guestfs_config"
8569 msgstr ""
8570
8571 # type: verbatim
8572 #. type: verbatim
8573 #: ../src/guestfs-actions.pod:1084
8574 #, no-wrap
8575 msgid ""
8576 " int\n"
8577 " guestfs_config (guestfs_h *g,\n"
8578 "                 const char *qemuparam,\n"
8579 "                 const char *qemuvalue);\n"
8580 "\n"
8581 msgstr ""
8582
8583 # type: textblock
8584 #. type: textblock
8585 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
8586 msgid ""
8587 "This can be used to add arbitrary qemu command line parameters of the form "
8588 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8589 "setting some parameters which would interfere with parameters that we use."
8590 msgstr ""
8591
8592 # type: textblock
8593 #. type: textblock
8594 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
8595 msgid "The first character of C<param> string must be a C<-> (dash)."
8596 msgstr ""
8597
8598 # type: textblock
8599 #. type: textblock
8600 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
8601 msgid "C<value> can be NULL."
8602 msgstr ""
8603
8604 # type: =head2
8605 #. type: =head2
8606 #: ../src/guestfs-actions.pod:1102
8607 msgid "guestfs_copy_size"
8608 msgstr ""
8609
8610 # type: verbatim
8611 #. type: verbatim
8612 #: ../src/guestfs-actions.pod:1104
8613 #, no-wrap
8614 msgid ""
8615 " int\n"
8616 " guestfs_copy_size (guestfs_h *g,\n"
8617 "                    const char *src,\n"
8618 "                    const char *dest,\n"
8619 "                    int64_t size);\n"
8620 "\n"
8621 msgstr ""
8622
8623 # type: textblock
8624 #. type: textblock
8625 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
8626 msgid ""
8627 "This command copies exactly C<size> bytes from one source device or file "
8628 "C<src> to another destination device or file C<dest>."
8629 msgstr ""
8630
8631 # type: textblock
8632 #. type: textblock
8633 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
8634 msgid ""
8635 "Note this will fail if the source is too short or if the destination is not "
8636 "large enough."
8637 msgstr ""
8638
8639 #. type: textblock
8640 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
8641 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
8642 #: ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719
8643 #: ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:6813
8644 #: ../src/guestfs-actions.pod:6847 ../src/guestfs-actions.pod:7326
8645 #: ../src/guestfs-actions.pod:7345
8646 msgid ""
8647 "This long-running command can generate progress notification messages so "
8648 "that the caller can display a progress bar or indicator.  To receive these "
8649 "messages, the caller must register a progress event callback.  See L<guestfs"
8650 "(3)/GUESTFS_EVENT_PROGRESS>."
8651 msgstr ""
8652
8653 # type: textblock
8654 #. type: textblock
8655 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4155
8656 #: ../src/guestfs-actions.pod:5373 ../src/guestfs-actions.pod:7054
8657 #: ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7160
8658 msgid "(Added in 1.0.87)"
8659 msgstr ""
8660
8661 # type: =head2
8662 #. type: =head2
8663 #: ../src/guestfs-actions.pod:1125
8664 msgid "guestfs_cp"
8665 msgstr ""
8666
8667 # type: verbatim
8668 #. type: verbatim
8669 #: ../src/guestfs-actions.pod:1127
8670 #, no-wrap
8671 msgid ""
8672 " int\n"
8673 " guestfs_cp (guestfs_h *g,\n"
8674 "             const char *src,\n"
8675 "             const char *dest);\n"
8676 "\n"
8677 msgstr ""
8678
8679 # type: textblock
8680 #. type: textblock
8681 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
8682 msgid ""
8683 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8684 "destination filename or destination directory."
8685 msgstr ""
8686
8687 # type: textblock
8688 #. type: textblock
8689 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
8690 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
8691 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4840
8692 #: ../src/guestfs-actions.pod:5217
8693 msgid "(Added in 1.0.18)"
8694 msgstr ""
8695
8696 # type: =head2
8697 #. type: =head2
8698 #: ../src/guestfs-actions.pod:1139
8699 msgid "guestfs_cp_a"
8700 msgstr ""
8701
8702 # type: verbatim
8703 #. type: verbatim
8704 #: ../src/guestfs-actions.pod:1141
8705 #, no-wrap
8706 msgid ""
8707 " int\n"
8708 " guestfs_cp_a (guestfs_h *g,\n"
8709 "               const char *src,\n"
8710 "               const char *dest);\n"
8711 "\n"
8712 msgstr ""
8713
8714 # type: textblock
8715 #. type: textblock
8716 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
8717 msgid ""
8718 "This copies a file or directory from C<src> to C<dest> recursively using the "
8719 "C<cp -a> command."
8720 msgstr ""
8721
8722 # type: =head2
8723 #. type: =head2
8724 #: ../src/guestfs-actions.pod:1153
8725 msgid "guestfs_dd"
8726 msgstr ""
8727
8728 # type: verbatim
8729 #. type: verbatim
8730 #: ../src/guestfs-actions.pod:1155
8731 #, no-wrap
8732 msgid ""
8733 " int\n"
8734 " guestfs_dd (guestfs_h *g,\n"
8735 "             const char *src,\n"
8736 "             const char *dest);\n"
8737 "\n"
8738 msgstr ""
8739
8740 # type: textblock
8741 #. type: textblock
8742 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
8743 msgid ""
8744 "This command copies from one source device or file C<src> to another "
8745 "destination device or file C<dest>.  Normally you would use this to copy to "
8746 "or from a device or partition, for example to duplicate a filesystem."
8747 msgstr ""
8748
8749 # type: textblock
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1165
8752 msgid ""
8753 "If the destination is a device, it must be as large or larger than the "
8754 "source file or device, otherwise the copy will fail.  This command cannot do "
8755 "partial copies (see C<guestfs_copy_size>)."
8756 msgstr ""
8757
8758 # type: =head2
8759 #. type: =head2
8760 #: ../src/guestfs-actions.pod:1173
8761 msgid "guestfs_df"
8762 msgstr ""
8763
8764 # type: verbatim
8765 #. type: verbatim
8766 #: ../src/guestfs-actions.pod:1175
8767 #, no-wrap
8768 msgid ""
8769 " char *\n"
8770 " guestfs_df (guestfs_h *g);\n"
8771 "\n"
8772 msgstr ""
8773
8774 # type: textblock
8775 #. type: textblock
8776 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8777 msgid "This command runs the C<df> command to report disk space used."
8778 msgstr ""
8779
8780 # type: textblock
8781 #. type: textblock
8782 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8783 msgid ""
8784 "This command is mostly useful for interactive sessions.  It is I<not> "
8785 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8786 "from programs."
8787 msgstr ""
8788
8789 # type: textblock
8790 #. type: textblock
8791 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8792 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286
8793 #: ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378
8794 #: ../src/guestfs-actions.pod:4265 ../src/guestfs-actions.pod:4740
8795 #: ../src/guestfs-actions.pod:6551 ../src/guestfs-actions.pod:6575
8796 #: ../src/guestfs-actions.pod:7193 ../src/guestfs-actions.pod:7206
8797 #: ../src/guestfs-actions.pod:7219
8798 msgid "(Added in 1.0.54)"
8799 msgstr ""
8800
8801 # type: =head2
8802 #. type: =head2
8803 #: ../src/guestfs-actions.pod:1189
8804 msgid "guestfs_df_h"
8805 msgstr ""
8806
8807 # type: verbatim
8808 #. type: verbatim
8809 #: ../src/guestfs-actions.pod:1191
8810 #, no-wrap
8811 msgid ""
8812 " char *\n"
8813 " guestfs_df_h (guestfs_h *g);\n"
8814 "\n"
8815 msgstr ""
8816
8817 # type: textblock
8818 #. type: textblock
8819 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8820 msgid ""
8821 "This command runs the C<df -h> command to report disk space used in human-"
8822 "readable format."
8823 msgstr ""
8824
8825 # type: =head2
8826 #. type: =head2
8827 #: ../src/guestfs-actions.pod:1206
8828 msgid "guestfs_dmesg"
8829 msgstr ""
8830
8831 # type: verbatim
8832 #. type: verbatim
8833 #: ../src/guestfs-actions.pod:1208
8834 #, no-wrap
8835 msgid ""
8836 " char *\n"
8837 " guestfs_dmesg (guestfs_h *g);\n"
8838 "\n"
8839 msgstr ""
8840
8841 # type: textblock
8842 #. type: textblock
8843 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
8844 msgid ""
8845 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8846 "This is sometimes useful for extended debugging of problems."
8847 msgstr ""
8848
8849 # type: textblock
8850 #. type: textblock
8851 #: ../src/guestfs-actions.pod:1215
8852 msgid ""
8853 "Another way to get the same information is to enable verbose messages with "
8854 "C<guestfs_set_verbose> or by setting the environment variable "
8855 "C<LIBGUESTFS_DEBUG=1> before running the program."
8856 msgstr ""
8857
8858 # type: =head2
8859 #. type: =head2
8860 #: ../src/guestfs-actions.pod:1225
8861 msgid "guestfs_download"
8862 msgstr ""
8863
8864 # type: verbatim
8865 #. type: verbatim
8866 #: ../src/guestfs-actions.pod:1227
8867 #, no-wrap
8868 msgid ""
8869 " int\n"
8870 " guestfs_download (guestfs_h *g,\n"
8871 "                   const char *remotefilename,\n"
8872 "                   const char *filename);\n"
8873 "\n"
8874 msgstr ""
8875
8876 # type: textblock
8877 #. type: textblock
8878 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
8879 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
8880 msgid ""
8881 "Download file C<remotefilename> and save it as C<filename> on the local "
8882 "machine."
8883 msgstr ""
8884
8885 # type: textblock
8886 #. type: textblock
8887 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6807
8888 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4582
8889 msgid "C<filename> can also be a named pipe."
8890 msgstr ""
8891
8892 # type: textblock
8893 #. type: textblock
8894 #: ../src/guestfs-actions.pod:1237
8895 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8896 msgstr ""
8897
8898 # type: =head2
8899 #. type: =head2
8900 #: ../src/guestfs-actions.pod:1248
8901 msgid "guestfs_download_offset"
8902 msgstr ""
8903
8904 # type: verbatim
8905 #. type: verbatim
8906 #: ../src/guestfs-actions.pod:1250
8907 #, no-wrap
8908 msgid ""
8909 " int\n"
8910 " guestfs_download_offset (guestfs_h *g,\n"
8911 "                          const char *remotefilename,\n"
8912 "                          const char *filename,\n"
8913 "                          int64_t offset,\n"
8914 "                          int64_t size);\n"
8915 "\n"
8916 msgstr ""
8917
8918 # type: textblock
8919 #. type: textblock
8920 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
8921 msgid ""
8922 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8923 "region must be within the file or device)."
8924 msgstr ""
8925
8926 # type: textblock
8927 #. type: textblock
8928 #: ../src/guestfs-actions.pod:1263
8929 msgid ""
8930 "Note that there is no limit on the amount of data that can be downloaded "
8931 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8932 "full amount unless an error occurs."
8933 msgstr ""
8934
8935 # type: textblock
8936 #. type: textblock
8937 #: ../src/guestfs-actions.pod:1268
8938 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8939 msgstr ""
8940
8941 # type: textblock
8942 #. type: textblock
8943 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6852
8944 msgid "(Added in 1.5.17)"
8945 msgstr ""
8946
8947 # type: =head2
8948 #. type: =head2
8949 #: ../src/guestfs-actions.pod:1279
8950 msgid "guestfs_drop_caches"
8951 msgstr ""
8952
8953 # type: verbatim
8954 #. type: verbatim
8955 #: ../src/guestfs-actions.pod:1281
8956 #, no-wrap
8957 msgid ""
8958 " int\n"
8959 " guestfs_drop_caches (guestfs_h *g,\n"
8960 "                      int whattodrop);\n"
8961 "\n"
8962 msgstr ""
8963
8964 # type: textblock
8965 #. type: textblock
8966 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
8967 msgid ""
8968 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8969 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8970 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8971 msgstr ""
8972
8973 # type: textblock
8974 #. type: textblock
8975 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
8976 msgid "Setting C<whattodrop> to 3 should drop everything."
8977 msgstr ""
8978
8979 # type: textblock
8980 #. type: textblock
8981 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
8982 msgid ""
8983 "This automatically calls L<sync(2)> before the operation, so that the "
8984 "maximum guest memory is freed."
8985 msgstr ""
8986
8987 # type: =head2
8988 #. type: =head2
8989 #: ../src/guestfs-actions.pod:1299
8990 msgid "guestfs_du"
8991 msgstr ""
8992
8993 # type: verbatim
8994 #. type: verbatim
8995 #: ../src/guestfs-actions.pod:1301
8996 #, no-wrap
8997 msgid ""
8998 " int64_t\n"
8999 " guestfs_du (guestfs_h *g,\n"
9000 "             const char *path);\n"
9001 "\n"
9002 msgstr ""
9003
9004 # type: textblock
9005 #. type: textblock
9006 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
9007 msgid ""
9008 "This command runs the C<du -s> command to estimate file space usage for "
9009 "C<path>."
9010 msgstr ""
9011
9012 # type: textblock
9013 #. type: textblock
9014 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
9015 msgid ""
9016 "C<path> can be a file or a directory.  If C<path> is a directory then the "
9017 "estimate includes the contents of the directory and all subdirectories "
9018 "(recursively)."
9019 msgstr ""
9020
9021 # type: textblock
9022 #. type: textblock
9023 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
9024 msgid ""
9025 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
9026 msgstr ""
9027
9028 # type: =head2
9029 #. type: =head2
9030 #: ../src/guestfs-actions.pod:1324
9031 msgid "guestfs_e2fsck_f"
9032 msgstr ""
9033
9034 # type: verbatim
9035 #. type: verbatim
9036 #: ../src/guestfs-actions.pod:1326
9037 #, no-wrap
9038 msgid ""
9039 " int\n"
9040 " guestfs_e2fsck_f (guestfs_h *g,\n"
9041 "                   const char *device);\n"
9042 "\n"
9043 msgstr ""
9044
9045 # type: textblock
9046 #. type: textblock
9047 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
9048 msgid ""
9049 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
9050 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
9051 "clean (C<-f>)."
9052 msgstr ""
9053
9054 # type: textblock
9055 #. type: textblock
9056 #: ../src/guestfs-actions.pod:1334
9057 msgid ""
9058 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
9059 "Normally you should use C<guestfs_fsck>."
9060 msgstr ""
9061
9062 # type: textblock
9063 #. type: textblock
9064 #: ../src/guestfs-actions.pod:1339
9065 msgid "(Added in 1.0.29)"
9066 msgstr ""
9067
9068 # type: =head2
9069 #. type: =head2
9070 #: ../src/guestfs-actions.pod:1341
9071 msgid "guestfs_echo_daemon"
9072 msgstr ""
9073
9074 # type: verbatim
9075 #. type: verbatim
9076 #: ../src/guestfs-actions.pod:1343
9077 #, no-wrap
9078 msgid ""
9079 " char *\n"
9080 " guestfs_echo_daemon (guestfs_h *g,\n"
9081 "                      char *const *words);\n"
9082 "\n"
9083 msgstr ""
9084
9085 # type: textblock
9086 #. type: textblock
9087 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
9088 msgid ""
9089 "This command concatenates the list of C<words> passed with single spaces "
9090 "between them and returns the resulting string."
9091 msgstr ""
9092
9093 # type: textblock
9094 #. type: textblock
9095 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
9096 msgid "You can use this command to test the connection through to the daemon."
9097 msgstr ""
9098
9099 # type: textblock
9100 #. type: textblock
9101 #: ../src/guestfs-actions.pod:1352
9102 msgid "See also C<guestfs_ping_daemon>."
9103 msgstr ""
9104
9105 # type: textblock
9106 #. type: textblock
9107 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094
9108 #: ../src/guestfs-actions.pod:6051
9109 msgid "(Added in 1.0.69)"
9110 msgstr ""
9111
9112 # type: =head2
9113 #. type: =head2
9114 #: ../src/guestfs-actions.pod:1359
9115 msgid "guestfs_egrep"
9116 msgstr ""
9117
9118 # type: verbatim
9119 #. type: verbatim
9120 #: ../src/guestfs-actions.pod:1361
9121 #, no-wrap
9122 msgid ""
9123 " char **\n"
9124 " guestfs_egrep (guestfs_h *g,\n"
9125 "                const char *regex,\n"
9126 "                const char *path);\n"
9127 "\n"
9128 msgstr ""
9129
9130 # type: textblock
9131 #. type: textblock
9132 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
9133 msgid ""
9134 "This calls the external C<egrep> program and returns the matching lines."
9135 msgstr ""
9136
9137 # type: textblock
9138 #. type: textblock
9139 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
9140 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
9141 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224
9142 #: ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399
9143 #: ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427
9144 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495
9145 #: ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3648
9146 #: ../src/guestfs-actions.pod:3662 ../src/guestfs-actions.pod:3675
9147 #: ../src/guestfs-actions.pod:3689 ../src/guestfs-actions.pod:4675
9148 #: ../src/guestfs-actions.pod:5551 ../src/guestfs-actions.pod:5600
9149 #: ../src/guestfs-actions.pod:6419 ../src/guestfs-actions.pod:6431
9150 #: ../src/guestfs-actions.pod:6444 ../src/guestfs-actions.pod:6457
9151 #: ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:6492
9152 #: ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6518
9153 #: ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7308
9154 #: ../src/guestfs-actions.pod:7393 ../src/guestfs-actions.pod:7412
9155 #: ../src/guestfs-actions.pod:7458 ../src/guestfs-actions.pod:7477
9156 msgid "(Added in 1.0.66)"
9157 msgstr ""
9158
9159 # type: =head2
9160 #. type: =head2
9161 #: ../src/guestfs-actions.pod:1378
9162 msgid "guestfs_egrepi"
9163 msgstr ""
9164
9165 # type: verbatim
9166 #. type: verbatim
9167 #: ../src/guestfs-actions.pod:1380
9168 #, no-wrap
9169 msgid ""
9170 " char **\n"
9171 " guestfs_egrepi (guestfs_h *g,\n"
9172 "                 const char *regex,\n"
9173 "                 const char *path);\n"
9174 "\n"
9175 msgstr ""
9176
9177 # type: textblock
9178 #. type: textblock
9179 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
9180 msgid ""
9181 "This calls the external C<egrep -i> program and returns the matching lines."
9182 msgstr ""
9183
9184 # type: =head2
9185 #. type: =head2
9186 #: ../src/guestfs-actions.pod:1397
9187 msgid "guestfs_equal"
9188 msgstr ""
9189
9190 # type: verbatim
9191 #. type: verbatim
9192 #: ../src/guestfs-actions.pod:1399
9193 #, no-wrap
9194 msgid ""
9195 " int\n"
9196 " guestfs_equal (guestfs_h *g,\n"
9197 "                const char *file1,\n"
9198 "                const char *file2);\n"
9199 "\n"
9200 msgstr ""
9201
9202 # type: textblock
9203 #. type: textblock
9204 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
9205 msgid ""
9206 "This compares the two files C<file1> and C<file2> and returns true if their "
9207 "content is exactly equal, or false otherwise."
9208 msgstr ""
9209
9210 # type: textblock
9211 #. type: textblock
9212 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
9213 msgid "The external L<cmp(1)> program is used for the comparison."
9214 msgstr ""
9215
9216 # type: =head2
9217 #. type: =head2
9218 #: ../src/guestfs-actions.pod:1413
9219 msgid "guestfs_exists"
9220 msgstr ""
9221
9222 # type: verbatim
9223 #. type: verbatim
9224 #: ../src/guestfs-actions.pod:1415
9225 #, no-wrap
9226 msgid ""
9227 " int\n"
9228 " guestfs_exists (guestfs_h *g,\n"
9229 "                 const char *path);\n"
9230 "\n"
9231 msgstr ""
9232
9233 # type: textblock
9234 #. type: textblock
9235 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
9236 msgid ""
9237 "This returns C<true> if and only if there is a file, directory (or anything) "
9238 "with the given C<path> name."
9239 msgstr ""
9240
9241 # type: textblock
9242 #. type: textblock
9243 #: ../src/guestfs-actions.pod:1422
9244 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
9245 msgstr ""
9246
9247 # type: =head2
9248 #. type: =head2
9249 #: ../src/guestfs-actions.pod:1428
9250 msgid "guestfs_fallocate"
9251 msgstr ""
9252
9253 # type: verbatim
9254 #. type: verbatim
9255 #: ../src/guestfs-actions.pod:1430
9256 #, no-wrap
9257 msgid ""
9258 " int\n"
9259 " guestfs_fallocate (guestfs_h *g,\n"
9260 "                    const char *path,\n"
9261 "                    int len);\n"
9262 "\n"
9263 msgstr ""
9264
9265 # type: textblock
9266 #. type: textblock
9267 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
9268 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
9269 msgid ""
9270 "This command preallocates a file (containing zero bytes) named C<path> of "
9271 "size C<len> bytes.  If the file exists already, it is overwritten."
9272 msgstr ""
9273
9274 # type: textblock
9275 #. type: textblock
9276 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
9277 msgid ""
9278 "Do not confuse this with the guestfish-specific C<alloc> command which "
9279 "allocates a file in the host and attaches it as a device."
9280 msgstr ""
9281
9282 # type: textblock
9283 #. type: textblock
9284 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
9285 msgid ""
9286 "This function is deprecated.  In new code, use the C<fallocate64> call "
9287 "instead."
9288 msgstr ""
9289
9290 # type: =head2
9291 #. type: =head2
9292 #: ../src/guestfs-actions.pod:1454
9293 msgid "guestfs_fallocate64"
9294 msgstr ""
9295
9296 # type: verbatim
9297 #. type: verbatim
9298 #: ../src/guestfs-actions.pod:1456
9299 #, no-wrap
9300 msgid ""
9301 " int\n"
9302 " guestfs_fallocate64 (guestfs_h *g,\n"
9303 "                      const char *path,\n"
9304 "                      int64_t len);\n"
9305 "\n"
9306 msgstr ""
9307
9308 # type: textblock
9309 #. type: textblock
9310 #: ../src/guestfs-actions.pod:1465
9311 msgid ""
9312 "Note that this call allocates disk blocks for the file.  To create a sparse "
9313 "file use C<guestfs_truncate_size> instead."
9314 msgstr ""
9315
9316 # type: textblock
9317 #. type: textblock
9318 #: ../src/guestfs-actions.pod:1468
9319 msgid ""
9320 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
9321 "oversight it only allowed 30 bit lengths to be specified, effectively "
9322 "limiting the maximum size of files created through that call to 1GB."
9323 msgstr ""
9324
9325 # type: textblock
9326 #. type: textblock
9327 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
9328 msgid ""
9329 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
9330 "commands which create a file in the host and attach it as a device."
9331 msgstr ""
9332
9333 # type: textblock
9334 #. type: textblock
9335 #: ../src/guestfs-actions.pod:1479
9336 msgid "(Added in 1.3.17)"
9337 msgstr ""
9338
9339 # type: =head2
9340 #. type: =head2
9341 #: ../src/guestfs-actions.pod:1481
9342 msgid "guestfs_fgrep"
9343 msgstr ""
9344
9345 # type: verbatim
9346 #. type: verbatim
9347 #: ../src/guestfs-actions.pod:1483
9348 #, no-wrap
9349 msgid ""
9350 " char **\n"
9351 " guestfs_fgrep (guestfs_h *g,\n"
9352 "                const char *pattern,\n"
9353 "                const char *path);\n"
9354 "\n"
9355 msgstr ""
9356
9357 # type: textblock
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
9360 msgid ""
9361 "This calls the external C<fgrep> program and returns the matching lines."
9362 msgstr ""
9363
9364 # type: =head2
9365 #. type: =head2
9366 #: ../src/guestfs-actions.pod:1500
9367 msgid "guestfs_fgrepi"
9368 msgstr ""
9369
9370 # type: verbatim
9371 #. type: verbatim
9372 #: ../src/guestfs-actions.pod:1502
9373 #, no-wrap
9374 msgid ""
9375 " char **\n"
9376 " guestfs_fgrepi (guestfs_h *g,\n"
9377 "                 const char *pattern,\n"
9378 "                 const char *path);\n"
9379 "\n"
9380 msgstr ""
9381
9382 # type: textblock
9383 #. type: textblock
9384 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
9385 msgid ""
9386 "This calls the external C<fgrep -i> program and returns the matching lines."
9387 msgstr ""
9388
9389 # type: =head2
9390 #. type: =head2
9391 #: ../src/guestfs-actions.pod:1519
9392 msgid "guestfs_file"
9393 msgstr ""
9394
9395 # type: verbatim
9396 #. type: verbatim
9397 #: ../src/guestfs-actions.pod:1521
9398 #, no-wrap
9399 msgid ""
9400 " char *\n"
9401 " guestfs_file (guestfs_h *g,\n"
9402 "               const char *path);\n"
9403 "\n"
9404 msgstr ""
9405
9406 # type: textblock
9407 #. type: textblock
9408 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
9409 msgid ""
9410 "This call uses the standard L<file(1)> command to determine the type or "
9411 "contents of the file."
9412 msgstr ""
9413
9414 # type: textblock
9415 #. type: textblock
9416 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
9417 msgid ""
9418 "This call will also transparently look inside various types of compressed "
9419 "file."
9420 msgstr ""
9421
9422 # type: textblock
9423 #. type: textblock
9424 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
9425 msgid ""
9426 "The exact command which runs is C<file -zb path>.  Note in particular that "
9427 "the filename is not prepended to the output (the C<-b> option)."
9428 msgstr ""
9429
9430 # type: textblock
9431 #. type: textblock
9432 #: ../src/guestfs-actions.pod:1535
9433 msgid ""
9434 "This command can also be used on C</dev/> devices (and partitions, LV "
9435 "names).  You can for example use this to determine if a device contains a "
9436 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
9437 msgstr ""
9438
9439 # type: textblock
9440 #. type: textblock
9441 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
9442 msgid ""
9443 "If the C<path> does not begin with C</dev/> then this command only works for "
9444 "the content of regular files.  For other file types (directory, symbolic "
9445 "link etc) it will just return the string C<directory> etc."
9446 msgstr ""
9447
9448 # type: =head2
9449 #. type: =head2
9450 #: ../src/guestfs-actions.pod:1550
9451 msgid "guestfs_file_architecture"
9452 msgstr ""
9453
9454 # type: verbatim
9455 #. type: verbatim
9456 #: ../src/guestfs-actions.pod:1552
9457 #, no-wrap
9458 msgid ""
9459 " char *\n"
9460 " guestfs_file_architecture (guestfs_h *g,\n"
9461 "                            const char *filename);\n"
9462 "\n"
9463 msgstr ""
9464
9465 # type: textblock
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
9468 msgid ""
9469 "This detects the architecture of the binary C<filename>, and returns it if "
9470 "known."
9471 msgstr ""
9472
9473 # type: textblock
9474 #. type: textblock
9475 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
9476 msgid "Currently defined architectures are:"
9477 msgstr ""
9478
9479 # type: =item
9480 #. type: =item
9481 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
9482 msgid "\"i386\""
9483 msgstr ""
9484
9485 # type: textblock
9486 #. type: textblock
9487 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
9488 msgid ""
9489 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
9490 "irrespective of the precise processor requirements of the binary."
9491 msgstr ""
9492
9493 # type: =item
9494 #. type: =item
9495 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
9496 msgid "\"x86_64\""
9497 msgstr ""
9498
9499 # type: textblock
9500 #. type: textblock
9501 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
9502 msgid "64 bit x86-64."
9503 msgstr ""
9504
9505 # type: =item
9506 #. type: =item
9507 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
9508 msgid "\"sparc\""
9509 msgstr ""
9510
9511 # type: textblock
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
9514 msgid "32 bit SPARC."
9515 msgstr ""
9516
9517 # type: =item
9518 #. type: =item
9519 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
9520 msgid "\"sparc64\""
9521 msgstr ""
9522
9523 # type: textblock
9524 #. type: textblock
9525 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
9526 msgid "64 bit SPARC V9 and above."
9527 msgstr ""
9528
9529 # type: =item
9530 #. type: =item
9531 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
9532 msgid "\"ia64\""
9533 msgstr ""
9534
9535 # type: textblock
9536 #. type: textblock
9537 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
9538 msgid "Intel Itanium."
9539 msgstr ""
9540
9541 # type: =item
9542 #. type: =item
9543 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
9544 msgid "\"ppc\""
9545 msgstr ""
9546
9547 # type: textblock
9548 #. type: textblock
9549 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
9550 msgid "32 bit Power PC."
9551 msgstr ""
9552
9553 # type: =item
9554 #. type: =item
9555 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
9556 msgid "\"ppc64\""
9557 msgstr ""
9558
9559 # type: textblock
9560 #. type: textblock
9561 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
9562 msgid "64 bit Power PC."
9563 msgstr ""
9564
9565 # type: textblock
9566 #. type: textblock
9567 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
9568 msgid "Libguestfs may return other architecture strings in future."
9569 msgstr ""
9570
9571 # type: textblock
9572 #. type: textblock
9573 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
9574 msgid "The function works on at least the following types of files:"
9575 msgstr ""
9576
9577 # type: textblock
9578 #. type: textblock
9579 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
9580 msgid "many types of Un*x and Linux binary"
9581 msgstr ""
9582
9583 # type: textblock
9584 #. type: textblock
9585 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
9586 msgid "many types of Un*x and Linux shared library"
9587 msgstr ""
9588
9589 # type: textblock
9590 #. type: textblock
9591 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
9592 msgid "Windows Win32 and Win64 binaries"
9593 msgstr ""
9594
9595 # type: textblock
9596 #. type: textblock
9597 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
9598 msgid "Windows Win32 and Win64 DLLs"
9599 msgstr ""
9600
9601 # type: textblock
9602 #. type: textblock
9603 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
9604 msgid "Win32 binaries and DLLs return C<i386>."
9605 msgstr ""
9606
9607 # type: textblock
9608 #. type: textblock
9609 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
9610 msgid "Win64 binaries and DLLs return C<x86_64>."
9611 msgstr ""
9612
9613 # type: textblock
9614 #. type: textblock
9615 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
9616 msgid "Linux kernel modules"
9617 msgstr ""
9618
9619 # type: textblock
9620 #. type: textblock
9621 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
9622 msgid "Linux new-style initrd images"
9623 msgstr ""
9624
9625 # type: textblock
9626 #. type: textblock
9627 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
9628 msgid "some non-x86 Linux vmlinuz kernels"
9629 msgstr ""
9630
9631 # type: textblock
9632 #. type: textblock
9633 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
9634 msgid "What it can't do currently:"
9635 msgstr ""
9636
9637 # type: textblock
9638 #. type: textblock
9639 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
9640 msgid "static libraries (libfoo.a)"
9641 msgstr ""
9642
9643 # type: textblock
9644 #. type: textblock
9645 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
9646 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9647 msgstr ""
9648
9649 # type: textblock
9650 #. type: textblock
9651 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
9652 msgid "x86 Linux vmlinuz kernels"
9653 msgstr ""
9654
9655 # type: textblock
9656 #. type: textblock
9657 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
9658 msgid ""
9659 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9660 "compressed code, and are horribly hard to unpack.  If you want to find the "
9661 "architecture of a kernel, use the architecture of the associated initrd or "
9662 "kernel module(s) instead."
9663 msgstr ""
9664
9665 # type: textblock
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823
9668 #: ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531
9669 #: ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2686
9670 #: ../src/guestfs-actions.pod:2774 ../src/guestfs-actions.pod:2795
9671 #: ../src/guestfs-actions.pod:2838 ../src/guestfs-actions.pod:2922
9672 #: ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3266
9673 #: ../src/guestfs-actions.pod:3398
9674 msgid "(Added in 1.5.3)"
9675 msgstr ""
9676
9677 # type: =head2
9678 #. type: =head2
9679 #: ../src/guestfs-actions.pod:1662
9680 msgid "guestfs_filesize"
9681 msgstr ""
9682
9683 # type: verbatim
9684 #. type: verbatim
9685 #: ../src/guestfs-actions.pod:1664
9686 #, no-wrap
9687 msgid ""
9688 " int64_t\n"
9689 " guestfs_filesize (guestfs_h *g,\n"
9690 "                   const char *file);\n"
9691 "\n"
9692 msgstr ""
9693
9694 # type: textblock
9695 #. type: textblock
9696 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
9697 msgid "This command returns the size of C<file> in bytes."
9698 msgstr ""
9699
9700 # type: textblock
9701 #. type: textblock
9702 #: ../src/guestfs-actions.pod:1670
9703 msgid ""
9704 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9705 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9706 "devices, use C<guestfs_blockdev_getsize64>."
9707 msgstr ""
9708
9709 # type: textblock
9710 #. type: textblock
9711 #: ../src/guestfs-actions.pod:1676
9712 msgid "(Added in 1.0.82)"
9713 msgstr ""
9714
9715 # type: =head2
9716 #. type: =head2
9717 #: ../src/guestfs-actions.pod:1678
9718 msgid "guestfs_fill"
9719 msgstr ""
9720
9721 # type: verbatim
9722 #. type: verbatim
9723 #: ../src/guestfs-actions.pod:1680
9724 #, no-wrap
9725 msgid ""
9726 " int\n"
9727 " guestfs_fill (guestfs_h *g,\n"
9728 "               int c,\n"
9729 "               int len,\n"
9730 "               const char *path);\n"
9731 "\n"
9732 msgstr ""
9733
9734 # type: textblock
9735 #. type: textblock
9736 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
9737 msgid ""
9738 "This command creates a new file called C<path>.  The initial content of the "
9739 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9740 "[0..255]>."
9741 msgstr ""
9742
9743 # type: textblock
9744 #. type: textblock
9745 #: ../src/guestfs-actions.pod:1690
9746 msgid ""
9747 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9748 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9749 "bytes use C<guestfs_fill_pattern>."
9750 msgstr ""
9751
9752 # type: textblock
9753 #. type: textblock
9754 #: ../src/guestfs-actions.pod:1702
9755 msgid "(Added in 1.0.79)"
9756 msgstr ""
9757
9758 # type: =head2
9759 #. type: =head2
9760 #: ../src/guestfs-actions.pod:1704
9761 msgid "guestfs_fill_pattern"
9762 msgstr ""
9763
9764 # type: verbatim
9765 #. type: verbatim
9766 #: ../src/guestfs-actions.pod:1706
9767 #, no-wrap
9768 msgid ""
9769 " int\n"
9770 " guestfs_fill_pattern (guestfs_h *g,\n"
9771 "                       const char *pattern,\n"
9772 "                       int len,\n"
9773 "                       const char *path);\n"
9774 "\n"
9775 msgstr ""
9776
9777 # type: textblock
9778 #. type: textblock
9779 #: ../src/guestfs-actions.pod:1712
9780 msgid ""
9781 "This function is like C<guestfs_fill> except that it creates a new file of "
9782 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9783 "pattern is truncated if necessary to ensure the length of the file is "
9784 "exactly C<len> bytes."
9785 msgstr ""
9786
9787 # type: textblock
9788 #. type: textblock
9789 #: ../src/guestfs-actions.pod:1724
9790 msgid "(Added in 1.3.12)"
9791 msgstr ""
9792
9793 # type: =head2
9794 #. type: =head2
9795 #: ../src/guestfs-actions.pod:1726
9796 msgid "guestfs_find"
9797 msgstr ""
9798
9799 # type: verbatim
9800 #. type: verbatim
9801 #: ../src/guestfs-actions.pod:1728
9802 #, no-wrap
9803 msgid ""
9804 " char **\n"
9805 " guestfs_find (guestfs_h *g,\n"
9806 "               const char *directory);\n"
9807 "\n"
9808 msgstr ""
9809
9810 # type: textblock
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
9813 msgid ""
9814 "This command lists out all files and directories, recursively, starting at "
9815 "C<directory>.  It is essentially equivalent to running the shell command "
9816 "C<find directory -print> but some post-processing happens on the output, "
9817 "described below."
9818 msgstr ""
9819
9820 # type: textblock
9821 #. type: textblock
9822 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
9823 msgid ""
9824 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9825 "structure was:"
9826 msgstr ""
9827
9828 # type: verbatim
9829 #. type: verbatim
9830 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
9831 #, no-wrap
9832 msgid ""
9833 " /tmp/a\n"
9834 " /tmp/b\n"
9835 " /tmp/c/d\n"
9836 "\n"
9837 msgstr ""
9838
9839 # type: textblock
9840 #. type: textblock
9841 #: ../src/guestfs-actions.pod:1744
9842 msgid ""
9843 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9844 msgstr ""
9845
9846 # type: verbatim
9847 #. type: verbatim
9848 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
9849 #, no-wrap
9850 msgid ""
9851 " a\n"
9852 " b\n"
9853 " c\n"
9854 " c/d\n"
9855 "\n"
9856 msgstr ""
9857
9858 # type: textblock
9859 #. type: textblock
9860 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
9861 msgid "If C<directory> is not a directory, then this command returns an error."
9862 msgstr ""
9863
9864 # type: textblock
9865 #. type: textblock
9866 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
9867 msgid "The returned list is sorted."
9868 msgstr ""
9869
9870 # type: textblock
9871 #. type: textblock
9872 #: ../src/guestfs-actions.pod:1757
9873 msgid "See also C<guestfs_find0>."
9874 msgstr ""
9875
9876 # type: textblock
9877 #. type: textblock
9878 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4092
9879 #: ../src/guestfs-actions.pod:5635
9880 msgid "(Added in 1.0.27)"
9881 msgstr ""
9882
9883 # type: =head2
9884 #. type: =head2
9885 #: ../src/guestfs-actions.pod:1768
9886 msgid "guestfs_find0"
9887 msgstr ""
9888
9889 # type: verbatim
9890 #. type: verbatim
9891 #: ../src/guestfs-actions.pod:1770
9892 #, no-wrap
9893 msgid ""
9894 " int\n"
9895 " guestfs_find0 (guestfs_h *g,\n"
9896 "                const char *directory,\n"
9897 "                const char *files);\n"
9898 "\n"
9899 msgstr ""
9900
9901 # type: textblock
9902 #. type: textblock
9903 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
9904 msgid ""
9905 "This command lists out all files and directories, recursively, starting at "
9906 "C<directory>, placing the resulting list in the external file called "
9907 "C<files>."
9908 msgstr ""
9909
9910 # type: textblock
9911 #. type: textblock
9912 #: ../src/guestfs-actions.pod:1779
9913 msgid ""
9914 "This command works the same way as C<guestfs_find> with the following "
9915 "exceptions:"
9916 msgstr ""
9917
9918 # type: textblock
9919 #. type: textblock
9920 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
9921 msgid "The resulting list is written to an external file."
9922 msgstr ""
9923
9924 # type: textblock
9925 #. type: textblock
9926 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
9927 msgid ""
9928 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9929 "L<find(1)> option I<-print0>."
9930 msgstr ""
9931
9932 # type: textblock
9933 #. type: textblock
9934 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
9935 msgid "This command is not limited in the number of names that it can return."
9936 msgstr ""
9937
9938 # type: textblock
9939 #. type: textblock
9940 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
9941 msgid "The result list is not sorted."
9942 msgstr ""
9943
9944 # type: textblock
9945 #. type: textblock
9946 #: ../src/guestfs-actions.pod:1806
9947 msgid "(Added in 1.0.74)"
9948 msgstr ""
9949
9950 # type: =head2
9951 #. type: =head2
9952 #: ../src/guestfs-actions.pod:1808
9953 msgid "guestfs_findfs_label"
9954 msgstr ""
9955
9956 # type: verbatim
9957 #. type: verbatim
9958 #: ../src/guestfs-actions.pod:1810
9959 #, no-wrap
9960 msgid ""
9961 " char *\n"
9962 " guestfs_findfs_label (guestfs_h *g,\n"
9963 "                       const char *label);\n"
9964 "\n"
9965 msgstr ""
9966
9967 # type: textblock
9968 #. type: textblock
9969 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
9970 msgid ""
9971 "This command searches the filesystems and returns the one which has the "
9972 "given label.  An error is returned if no such filesystem can be found."
9973 msgstr ""
9974
9975 # type: textblock
9976 #. type: textblock
9977 #: ../src/guestfs-actions.pod:1818
9978 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9979 msgstr ""
9980
9981 # type: =head2
9982 #. type: =head2
9983 #: ../src/guestfs-actions.pod:1825
9984 msgid "guestfs_findfs_uuid"
9985 msgstr ""
9986
9987 # type: verbatim
9988 #. type: verbatim
9989 #: ../src/guestfs-actions.pod:1827
9990 #, no-wrap
9991 msgid ""
9992 " char *\n"
9993 " guestfs_findfs_uuid (guestfs_h *g,\n"
9994 "                      const char *uuid);\n"
9995 "\n"
9996 msgstr ""
9997
9998 # type: textblock
9999 #. type: textblock
10000 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
10001 msgid ""
10002 "This command searches the filesystems and returns the one which has the "
10003 "given UUID.  An error is returned if no such filesystem can be found."
10004 msgstr ""
10005
10006 # type: textblock
10007 #. type: textblock
10008 #: ../src/guestfs-actions.pod:1835
10009 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
10010 msgstr ""
10011
10012 # type: =head2
10013 #. type: =head2
10014 #: ../src/guestfs-actions.pod:1842
10015 msgid "guestfs_fsck"
10016 msgstr ""
10017
10018 # type: verbatim
10019 #. type: verbatim
10020 #: ../src/guestfs-actions.pod:1844
10021 #, no-wrap
10022 msgid ""
10023 " int\n"
10024 " guestfs_fsck (guestfs_h *g,\n"
10025 "               const char *fstype,\n"
10026 "               const char *device);\n"
10027 "\n"
10028 msgstr ""
10029
10030 # type: textblock
10031 #. type: textblock
10032 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
10033 msgid ""
10034 "This runs the filesystem checker (fsck) on C<device> which should have "
10035 "filesystem type C<fstype>."
10036 msgstr ""
10037
10038 # type: textblock
10039 #. type: textblock
10040 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
10041 msgid ""
10042 "The returned integer is the status.  See L<fsck(8)> for the list of status "
10043 "codes from C<fsck>."
10044 msgstr ""
10045
10046 # type: textblock
10047 #. type: textblock
10048 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
10049 msgid "Multiple status codes can be summed together."
10050 msgstr ""
10051
10052 # type: textblock
10053 #. type: textblock
10054 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
10055 msgid ""
10056 "A non-zero return code can mean \"success\", for example if errors have been "
10057 "corrected on the filesystem."
10058 msgstr ""
10059
10060 # type: textblock
10061 #. type: textblock
10062 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
10063 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
10064 msgstr ""
10065
10066 # type: textblock
10067 #. type: textblock
10068 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
10069 msgid ""
10070 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
10071 msgstr ""
10072
10073 # type: textblock
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7331
10076 msgid "(Added in 1.0.16)"
10077 msgstr ""
10078
10079 # type: =head2
10080 #. type: =head2
10081 #: ../src/guestfs-actions.pod:1881
10082 msgid "guestfs_get_append"
10083 msgstr ""
10084
10085 # type: verbatim
10086 #. type: verbatim
10087 #: ../src/guestfs-actions.pod:1883
10088 #, no-wrap
10089 msgid ""
10090 " const char *\n"
10091 " guestfs_get_append (guestfs_h *g);\n"
10092 "\n"
10093 msgstr ""
10094
10095 # type: textblock
10096 #. type: textblock
10097 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
10098 msgid ""
10099 "Return the additional kernel options which are added to the guest kernel "
10100 "command line."
10101 msgstr ""
10102
10103 # type: textblock
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
10106 msgid "If C<NULL> then no options are added."
10107 msgstr ""
10108
10109 # type: textblock
10110 #. type: textblock
10111 #: ../src/guestfs-actions.pod:1891
10112 msgid ""
10113 "This function returns a string which may be NULL.  There is no way to return "
10114 "an error from this function.  The string is owned by the guest handle and "
10115 "must I<not> be freed."
10116 msgstr ""
10117
10118 # type: textblock
10119 #. type: textblock
10120 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5313
10121 #: ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:6193
10122 #: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6228
10123 #: ../src/guestfs-actions.pod:6245 ../src/guestfs-actions.pod:7002
10124 #: ../src/guestfs-actions.pod:7020 ../src/guestfs-actions.pod:7374
10125 msgid "(Added in 1.0.26)"
10126 msgstr ""
10127
10128 #. type: =head2
10129 #: ../src/guestfs-actions.pod:1897
10130 msgid "guestfs_get_attach_method"
10131 msgstr ""
10132
10133 #. type: verbatim
10134 #: ../src/guestfs-actions.pod:1899
10135 #, no-wrap
10136 msgid ""
10137 " char *\n"
10138 " guestfs_get_attach_method (guestfs_h *g);\n"
10139 "\n"
10140 msgstr ""
10141
10142 #. type: textblock
10143 #: ../src/guestfs-actions.pod:1902
10144 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
10145 msgstr ""
10146
10147 # type: =head2
10148 #. type: =head2
10149 #: ../src/guestfs-actions.pod:1907
10150 msgid "guestfs_get_autosync"
10151 msgstr ""
10152
10153 # type: verbatim
10154 #. type: verbatim
10155 #: ../src/guestfs-actions.pod:1909
10156 #, no-wrap
10157 msgid ""
10158 " int\n"
10159 " guestfs_get_autosync (guestfs_h *g);\n"
10160 "\n"
10161 msgstr ""
10162
10163 # type: textblock
10164 #. type: textblock
10165 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
10166 msgid "Get the autosync flag."
10167 msgstr ""
10168
10169 # type: =head2
10170 #. type: =head2
10171 #: ../src/guestfs-actions.pod:1918
10172 msgid "guestfs_get_direct"
10173 msgstr ""
10174
10175 # type: verbatim
10176 #. type: verbatim
10177 #: ../src/guestfs-actions.pod:1920
10178 #, no-wrap
10179 msgid ""
10180 " int\n"
10181 " guestfs_get_direct (guestfs_h *g);\n"
10182 "\n"
10183 msgstr ""
10184
10185 # type: textblock
10186 #. type: textblock
10187 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
10188 msgid "Return the direct appliance mode flag."
10189 msgstr ""
10190
10191 # type: textblock
10192 #. type: textblock
10193 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5862
10194 msgid "(Added in 1.0.72)"
10195 msgstr ""
10196
10197 # type: =head2
10198 #. type: =head2
10199 #: ../src/guestfs-actions.pod:1929
10200 msgid "guestfs_get_e2label"
10201 msgstr ""
10202
10203 # type: verbatim
10204 #. type: verbatim
10205 #: ../src/guestfs-actions.pod:1931
10206 #, no-wrap
10207 msgid ""
10208 " char *\n"
10209 " guestfs_get_e2label (guestfs_h *g,\n"
10210 "                      const char *device);\n"
10211 "\n"
10212 msgstr ""
10213
10214 # type: textblock
10215 #. type: textblock
10216 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
10217 msgid ""
10218 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
10219 msgstr ""
10220
10221 # type: textblock
10222 #. type: textblock
10223 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
10224 msgid ""
10225 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
10226 msgstr ""
10227
10228 # type: textblock
10229 #. type: textblock
10230 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969
10231 #: ../src/guestfs-actions.pod:5880 ../src/guestfs-actions.pod:5899
10232 msgid "(Added in 1.0.15)"
10233 msgstr ""
10234
10235 # type: =head2
10236 #. type: =head2
10237 #: ../src/guestfs-actions.pod:1950
10238 msgid "guestfs_get_e2uuid"
10239 msgstr ""
10240
10241 # type: verbatim
10242 #. type: verbatim
10243 #: ../src/guestfs-actions.pod:1952
10244 #, no-wrap
10245 msgid ""
10246 " char *\n"
10247 " guestfs_get_e2uuid (guestfs_h *g,\n"
10248 "                     const char *device);\n"
10249 "\n"
10250 msgstr ""
10251
10252 # type: textblock
10253 #. type: textblock
10254 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
10255 msgid ""
10256 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
10257 msgstr ""
10258
10259 # type: textblock
10260 #. type: textblock
10261 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
10262 msgid ""
10263 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
10264 msgstr ""
10265
10266 # type: =head2
10267 #. type: =head2
10268 #: ../src/guestfs-actions.pod:1971
10269 msgid "guestfs_get_memsize"
10270 msgstr ""
10271
10272 # type: verbatim
10273 #. type: verbatim
10274 #: ../src/guestfs-actions.pod:1973
10275 #, no-wrap
10276 msgid ""
10277 " int\n"
10278 " guestfs_get_memsize (guestfs_h *g);\n"
10279 "\n"
10280 msgstr ""
10281
10282 # type: textblock
10283 #. type: textblock
10284 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
10285 msgid ""
10286 "This gets the memory size in megabytes allocated to the qemu subprocess."
10287 msgstr ""
10288
10289 # type: textblock
10290 #. type: textblock
10291 #: ../src/guestfs-actions.pod:1979
10292 msgid ""
10293 "If C<guestfs_set_memsize> was not called on this handle, and if "
10294 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
10295 "value for memsize."
10296 msgstr ""
10297
10298 # type: textblock
10299 #. type: textblock
10300 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064
10301 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:6022
10302 #: ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399
10303 #: ../fish/guestfish-actions.pod:3985 ../fish/guestfish-actions.pod:4072
10304 msgid ""
10305 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
10306 msgstr ""
10307
10308 # type: textblock
10309 #. type: textblock
10310 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4383
10311 #: ../src/guestfs-actions.pod:4580 ../src/guestfs-actions.pod:4599
10312 #: ../src/guestfs-actions.pod:4618 ../src/guestfs-actions.pod:4630
10313 #: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4660
10314 #: ../src/guestfs-actions.pod:5538 ../src/guestfs-actions.pod:5920
10315 #: ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6768
10316 msgid "(Added in 1.0.55)"
10317 msgstr ""
10318
10319 # type: =head2
10320 #. type: =head2
10321 #: ../src/guestfs-actions.pod:1990
10322 msgid "guestfs_get_network"
10323 msgstr ""
10324
10325 # type: verbatim
10326 #. type: verbatim
10327 #: ../src/guestfs-actions.pod:1992
10328 #, no-wrap
10329 msgid ""
10330 " int\n"
10331 " guestfs_get_network (guestfs_h *g);\n"
10332 "\n"
10333 msgstr ""
10334
10335 # type: textblock
10336 #. type: textblock
10337 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
10338 msgid "This returns the enable network flag."
10339 msgstr ""
10340
10341 # type: textblock
10342 #. type: textblock
10343 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5939
10344 msgid "(Added in 1.5.4)"
10345 msgstr ""
10346
10347 # type: =head2
10348 #. type: =head2
10349 #: ../src/guestfs-actions.pod:2001
10350 msgid "guestfs_get_path"
10351 msgstr ""
10352
10353 # type: verbatim
10354 #. type: verbatim
10355 #: ../src/guestfs-actions.pod:2003
10356 #, no-wrap
10357 msgid ""
10358 " const char *\n"
10359 " guestfs_get_path (guestfs_h *g);\n"
10360 "\n"
10361 msgstr ""
10362
10363 # type: textblock
10364 #. type: textblock
10365 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
10366 msgid "Return the current search path."
10367 msgstr ""
10368
10369 # type: textblock
10370 #. type: textblock
10371 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
10372 msgid ""
10373 "This is always non-NULL.  If it wasn't set already, then this will return "
10374 "the default path."
10375 msgstr ""
10376
10377 # type: textblock
10378 #. type: textblock
10379 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
10380 msgid ""
10381 "This function returns a string, or NULL on error.  The string is owned by "
10382 "the guest handle and must I<not> be freed."
10383 msgstr ""
10384
10385 # type: =head2
10386 #. type: =head2
10387 #: ../src/guestfs-actions.pod:2016
10388 msgid "guestfs_get_pid"
10389 msgstr ""
10390
10391 # type: verbatim
10392 #. type: verbatim
10393 #: ../src/guestfs-actions.pod:2018
10394 #, no-wrap
10395 msgid ""
10396 " int\n"
10397 " guestfs_get_pid (guestfs_h *g);\n"
10398 "\n"
10399 msgstr ""
10400
10401 # type: textblock
10402 #. type: textblock
10403 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
10404 msgid ""
10405 "Return the process ID of the qemu subprocess.  If there is no qemu "
10406 "subprocess, then this will return an error."
10407 msgstr ""
10408
10409 # type: textblock
10410 #. type: textblock
10411 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
10412 msgid "This is an internal call used for debugging and testing."
10413 msgstr ""
10414
10415 # type: textblock
10416 #. type: textblock
10417 #: ../src/guestfs-actions.pod:2028
10418 msgid "(Added in 1.0.56)"
10419 msgstr ""
10420
10421 # type: =head2
10422 #. type: =head2
10423 #: ../src/guestfs-actions.pod:2030
10424 msgid "guestfs_get_qemu"
10425 msgstr ""
10426
10427 # type: verbatim
10428 #. type: verbatim
10429 #: ../src/guestfs-actions.pod:2032
10430 #, no-wrap
10431 msgid ""
10432 " const char *\n"
10433 " guestfs_get_qemu (guestfs_h *g);\n"
10434 "\n"
10435 msgstr ""
10436
10437 # type: textblock
10438 #. type: textblock
10439 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
10440 msgid "Return the current qemu binary."
10441 msgstr ""
10442
10443 # type: textblock
10444 #. type: textblock
10445 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
10446 msgid ""
10447 "This is always non-NULL.  If it wasn't set already, then this will return "
10448 "the default qemu binary name."
10449 msgstr ""
10450
10451 # type: textblock
10452 #. type: textblock
10453 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5984
10454 msgid "(Added in 1.0.6)"
10455 msgstr ""
10456
10457 # type: =head2
10458 #. type: =head2
10459 #: ../src/guestfs-actions.pod:2045
10460 msgid "guestfs_get_recovery_proc"
10461 msgstr ""
10462
10463 # type: verbatim
10464 #. type: verbatim
10465 #: ../src/guestfs-actions.pod:2047
10466 #, no-wrap
10467 msgid ""
10468 " int\n"
10469 " guestfs_get_recovery_proc (guestfs_h *g);\n"
10470 "\n"
10471 msgstr ""
10472
10473 # type: textblock
10474 #. type: textblock
10475 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
10476 msgid "Return the recovery process enabled flag."
10477 msgstr ""
10478
10479 # type: textblock
10480 #. type: textblock
10481 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3493
10482 #: ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:4190
10483 #: ../src/guestfs-actions.pod:4222 ../src/guestfs-actions.pod:5243
10484 #: ../src/guestfs-actions.pod:5586 ../src/guestfs-actions.pod:6008
10485 #: ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6691
10486 #: ../src/guestfs-actions.pod:6883
10487 msgid "(Added in 1.0.77)"
10488 msgstr ""
10489
10490 # type: =head2
10491 #. type: =head2
10492 #: ../src/guestfs-actions.pod:2056
10493 msgid "guestfs_get_selinux"
10494 msgstr ""
10495
10496 # type: verbatim
10497 #. type: verbatim
10498 #: ../src/guestfs-actions.pod:2058
10499 #, no-wrap
10500 msgid ""
10501 " int\n"
10502 " guestfs_get_selinux (guestfs_h *g);\n"
10503 "\n"
10504 msgstr ""
10505
10506 # type: textblock
10507 #. type: textblock
10508 #: ../src/guestfs-actions.pod:2061
10509 msgid ""
10510 "This returns the current setting of the selinux flag which is passed to the "
10511 "appliance at boot time.  See C<guestfs_set_selinux>."
10512 msgstr ""
10513
10514 # type: textblock
10515 #. type: textblock
10516 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132
10517 #: ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6085
10518 msgid "(Added in 1.0.67)"
10519 msgstr ""
10520
10521 # type: =head2
10522 #. type: =head2
10523 #: ../src/guestfs-actions.pod:2071
10524 msgid "guestfs_get_state"
10525 msgstr ""
10526
10527 # type: verbatim
10528 #. type: verbatim
10529 #: ../src/guestfs-actions.pod:2073
10530 #, no-wrap
10531 msgid ""
10532 " int\n"
10533 " guestfs_get_state (guestfs_h *g);\n"
10534 "\n"
10535 msgstr ""
10536
10537 # type: textblock
10538 #. type: textblock
10539 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
10540 msgid ""
10541 "This returns the current state as an opaque integer.  This is only useful "
10542 "for printing debug and internal error messages."
10543 msgstr ""
10544
10545 # type: textblock
10546 #. type: textblock
10547 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3291
10548 #: ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3381
10549 #: ../src/guestfs-actions.pod:3408 ../fish/guestfish-actions.pod:1409
10550 #: ../fish/guestfish-actions.pod:2315 ../fish/guestfish-actions.pod:2333
10551 #: ../fish/guestfish-actions.pod:2371 ../fish/guestfish-actions.pod:2387
10552 msgid "For more information on states, see L<guestfs(3)>."
10553 msgstr ""
10554
10555 # type: =head2
10556 #. type: =head2
10557 #: ../src/guestfs-actions.pod:2085
10558 msgid "guestfs_get_trace"
10559 msgstr ""
10560
10561 # type: verbatim
10562 #. type: verbatim
10563 #: ../src/guestfs-actions.pod:2087
10564 #, no-wrap
10565 msgid ""
10566 " int\n"
10567 " guestfs_get_trace (guestfs_h *g);\n"
10568 "\n"
10569 msgstr ""
10570
10571 # type: textblock
10572 #. type: textblock
10573 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
10574 msgid "Return the command trace flag."
10575 msgstr ""
10576
10577 # type: =head2
10578 #. type: =head2
10579 #: ../src/guestfs-actions.pod:2096
10580 msgid "guestfs_get_umask"
10581 msgstr ""
10582
10583 # type: verbatim
10584 #. type: verbatim
10585 #: ../src/guestfs-actions.pod:2098
10586 #, no-wrap
10587 msgid ""
10588 " int\n"
10589 " guestfs_get_umask (guestfs_h *g);\n"
10590 "\n"
10591 msgstr ""
10592
10593 # type: textblock
10594 #. type: textblock
10595 #: ../src/guestfs-actions.pod:2101
10596 msgid ""
10597 "Return the current umask.  By default the umask is C<022> unless it has been "
10598 "set by calling C<guestfs_umask>."
10599 msgstr ""
10600
10601 # type: =head2
10602 #. type: =head2
10603 #: ../src/guestfs-actions.pod:2108
10604 msgid "guestfs_get_verbose"
10605 msgstr ""
10606
10607 # type: verbatim
10608 #. type: verbatim
10609 #: ../src/guestfs-actions.pod:2110
10610 #, no-wrap
10611 msgid ""
10612 " int\n"
10613 " guestfs_get_verbose (guestfs_h *g);\n"
10614 "\n"
10615 msgstr ""
10616
10617 # type: textblock
10618 #. type: textblock
10619 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
10620 msgid "This returns the verbose messages flag."
10621 msgstr ""
10622
10623 # type: =head2
10624 #. type: =head2
10625 #: ../src/guestfs-actions.pod:2119
10626 msgid "guestfs_getcon"
10627 msgstr ""
10628
10629 # type: verbatim
10630 #. type: verbatim
10631 #: ../src/guestfs-actions.pod:2121
10632 #, no-wrap
10633 msgid ""
10634 " char *\n"
10635 " guestfs_getcon (guestfs_h *g);\n"
10636 "\n"
10637 msgstr ""
10638
10639 # type: textblock
10640 #. type: textblock
10641 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
10642 msgid "This gets the SELinux security context of the daemon."
10643 msgstr ""
10644
10645 # type: textblock
10646 #. type: textblock
10647 #: ../src/guestfs-actions.pod:2126
10648 msgid ""
10649 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10650 msgstr ""
10651
10652 # type: =head2
10653 #. type: =head2
10654 #: ../src/guestfs-actions.pod:2134
10655 msgid "guestfs_getxattr"
10656 msgstr ""
10657
10658 # type: verbatim
10659 #. type: verbatim
10660 #: ../src/guestfs-actions.pod:2136
10661 #, no-wrap
10662 msgid ""
10663 " char *\n"
10664 " guestfs_getxattr (guestfs_h *g,\n"
10665 "                   const char *path,\n"
10666 "                   const char *name,\n"
10667 "                   size_t *size_r);\n"
10668 "\n"
10669 msgstr ""
10670
10671 # type: textblock
10672 #. type: textblock
10673 #: ../src/guestfs-actions.pod:2142
10674 msgid ""
10675 "Get a single extended attribute from file C<path> named C<name>.  This call "
10676 "follows symlinks.  If you want to lookup an extended attribute for the "
10677 "symlink itself, use C<guestfs_lgetxattr>."
10678 msgstr ""
10679
10680 # type: textblock
10681 #. type: textblock
10682 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3507
10683 msgid ""
10684 "Normally it is better to get all extended attributes from a file in one go "
10685 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10686 "implementations are buggy and do not provide a way to list out attributes.  "
10687 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10688 "extended attributes you want in advance and call this function."
10689 msgstr ""
10690
10691 # type: textblock
10692 #. type: textblock
10693 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3514
10694 #: ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2452
10695 msgid ""
10696 "Extended attribute values are blobs of binary data.  If there is no extended "
10697 "attribute named C<name>, this returns an error."
10698 msgstr ""
10699
10700 # type: textblock
10701 #. type: textblock
10702 #: ../src/guestfs-actions.pod:2156
10703 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10704 msgstr ""
10705
10706 # type: textblock
10707 #. type: textblock
10708 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349
10709 #: ../src/guestfs-actions.pod:3519 ../src/guestfs-actions.pod:5236
10710 #: ../src/guestfs-actions.pod:5262 ../src/guestfs-actions.pod:5443
10711 msgid ""
10712 "This function returns a buffer, or NULL on error.  The size of the returned "
10713 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10714 "after use>."
10715 msgstr ""
10716
10717 #. type: textblock
10718 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3523
10719 msgid "(Added in 1.7.24)"
10720 msgstr ""
10721
10722 # type: =head2
10723 #. type: =head2
10724 #: ../src/guestfs-actions.pod:2164
10725 msgid "guestfs_getxattrs"
10726 msgstr ""
10727
10728 # type: verbatim
10729 #. type: verbatim
10730 #: ../src/guestfs-actions.pod:2166
10731 #, no-wrap
10732 msgid ""
10733 " struct guestfs_xattr_list *\n"
10734 " guestfs_getxattrs (guestfs_h *g,\n"
10735 "                    const char *path);\n"
10736 "\n"
10737 msgstr ""
10738
10739 # type: textblock
10740 #. type: textblock
10741 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
10742 msgid ""
10743 "This call lists the extended attributes of the file or directory C<path>."
10744 msgstr ""
10745
10746 # type: textblock
10747 #. type: textblock
10748 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
10749 msgid ""
10750 "At the system call level, this is a combination of the L<listxattr(2)> and "
10751 "L<getxattr(2)> calls."
10752 msgstr ""
10753
10754 # type: textblock
10755 #. type: textblock
10756 #: ../src/guestfs-actions.pod:2176
10757 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10758 msgstr ""
10759
10760 # type: textblock
10761 #. type: textblock
10762 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3535
10763 #: ../src/guestfs-actions.pod:4186
10764 msgid ""
10765 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10766 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10767 msgstr ""
10768
10769 # type: textblock
10770 #. type: textblock
10771 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3539
10772 #: ../src/guestfs-actions.pod:3704 ../src/guestfs-actions.pod:3740
10773 #: ../src/guestfs-actions.pod:5616 ../src/guestfs-actions.pod:6104
10774 #: ../src/guestfs-actions.pod:7439
10775 msgid "(Added in 1.0.59)"
10776 msgstr ""
10777
10778 # type: =head2
10779 #. type: =head2
10780 #: ../src/guestfs-actions.pod:2184
10781 msgid "guestfs_glob_expand"
10782 msgstr ""
10783
10784 # type: verbatim
10785 #. type: verbatim
10786 #: ../src/guestfs-actions.pod:2186
10787 #, no-wrap
10788 msgid ""
10789 " char **\n"
10790 " guestfs_glob_expand (guestfs_h *g,\n"
10791 "                      const char *pattern);\n"
10792 "\n"
10793 msgstr ""
10794
10795 # type: textblock
10796 #. type: textblock
10797 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
10798 msgid ""
10799 "This command searches for all the pathnames matching C<pattern> according to "
10800 "the wildcard expansion rules used by the shell."
10801 msgstr ""
10802
10803 # type: textblock
10804 #. type: textblock
10805 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
10806 msgid ""
10807 "If no paths match, then this returns an empty list (note: not an error)."
10808 msgstr ""
10809
10810 # type: textblock
10811 #. type: textblock
10812 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
10813 msgid ""
10814 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10815 "GLOB_BRACE>.  See that manual page for more details."
10816 msgstr ""
10817
10818 # type: textblock
10819 #. type: textblock
10820 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6269
10821 #: ../src/guestfs-actions.pod:6286
10822 msgid "(Added in 1.0.50)"
10823 msgstr ""
10824
10825 # type: =head2
10826 #. type: =head2
10827 #: ../src/guestfs-actions.pod:2207
10828 msgid "guestfs_grep"
10829 msgstr ""
10830
10831 # type: verbatim
10832 #. type: verbatim
10833 #: ../src/guestfs-actions.pod:2209
10834 #, no-wrap
10835 msgid ""
10836 " char **\n"
10837 " guestfs_grep (guestfs_h *g,\n"
10838 "               const char *regex,\n"
10839 "               const char *path);\n"
10840 "\n"
10841 msgstr ""
10842
10843 # type: textblock
10844 #. type: textblock
10845 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
10846 msgid "This calls the external C<grep> program and returns the matching lines."
10847 msgstr ""
10848
10849 # type: =head2
10850 #. type: =head2
10851 #: ../src/guestfs-actions.pod:2226
10852 msgid "guestfs_grepi"
10853 msgstr ""
10854
10855 # type: verbatim
10856 #. type: verbatim
10857 #: ../src/guestfs-actions.pod:2228
10858 #, no-wrap
10859 msgid ""
10860 " char **\n"
10861 " guestfs_grepi (guestfs_h *g,\n"
10862 "                const char *regex,\n"
10863 "                const char *path);\n"
10864 "\n"
10865 msgstr ""
10866
10867 # type: textblock
10868 #. type: textblock
10869 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
10870 msgid ""
10871 "This calls the external C<grep -i> program and returns the matching lines."
10872 msgstr ""
10873
10874 # type: =head2
10875 #. type: =head2
10876 #: ../src/guestfs-actions.pod:2245
10877 msgid "guestfs_grub_install"
10878 msgstr ""
10879
10880 # type: verbatim
10881 #. type: verbatim
10882 #: ../src/guestfs-actions.pod:2247
10883 #, no-wrap
10884 msgid ""
10885 " int\n"
10886 " guestfs_grub_install (guestfs_h *g,\n"
10887 "                       const char *root,\n"
10888 "                       const char *device);\n"
10889 "\n"
10890 msgstr ""
10891
10892 # type: textblock
10893 #. type: textblock
10894 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
10895 msgid ""
10896 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10897 "the root directory being C<root>."
10898 msgstr ""
10899
10900 # type: textblock
10901 #. type: textblock
10902 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
10903 msgid ""
10904 "Note: If grub-install reports the error \"No suitable drive was found in the "
10905 "generated device map.\" it may be that you need to create a C</boot/grub/"
10906 "device.map> file first that contains the mapping between grub device names "
10907 "and Linux device names.  It is usually sufficient to create a file "
10908 "containing:"
10909 msgstr ""
10910
10911 # type: verbatim
10912 #. type: verbatim
10913 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
10914 #, no-wrap
10915 msgid ""
10916 " (hd0) /dev/vda\n"
10917 "\n"
10918 msgstr ""
10919
10920 # type: textblock
10921 #. type: textblock
10922 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
10923 msgid "replacing C</dev/vda> with the name of the installation device."
10924 msgstr ""
10925
10926 # type: textblock
10927 #. type: textblock
10928 #: ../src/guestfs-actions.pod:2268
10929 msgid "(Added in 1.0.17)"
10930 msgstr ""
10931
10932 # type: =head2
10933 #. type: =head2
10934 #: ../src/guestfs-actions.pod:2270
10935 msgid "guestfs_head"
10936 msgstr ""
10937
10938 # type: verbatim
10939 #. type: verbatim
10940 #: ../src/guestfs-actions.pod:2272
10941 #, no-wrap
10942 msgid ""
10943 " char **\n"
10944 " guestfs_head (guestfs_h *g,\n"
10945 "               const char *path);\n"
10946 "\n"
10947 msgstr ""
10948
10949 # type: textblock
10950 #. type: textblock
10951 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
10952 msgid ""
10953 "This command returns up to the first 10 lines of a file as a list of strings."
10954 msgstr ""
10955
10956 # type: =head2
10957 #. type: =head2
10958 #: ../src/guestfs-actions.pod:2288
10959 msgid "guestfs_head_n"
10960 msgstr ""
10961
10962 # type: verbatim
10963 #. type: verbatim
10964 #: ../src/guestfs-actions.pod:2290
10965 #, no-wrap
10966 msgid ""
10967 " char **\n"
10968 " guestfs_head_n (guestfs_h *g,\n"
10969 "                 int nrlines,\n"
10970 "                 const char *path);\n"
10971 "\n"
10972 msgstr ""
10973
10974 # type: textblock
10975 #. type: textblock
10976 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
10977 msgid ""
10978 "If the parameter C<nrlines> is a positive number, this returns the first "
10979 "C<nrlines> lines of the file C<path>."
10980 msgstr ""
10981
10982 # type: textblock
10983 #. type: textblock
10984 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
10985 msgid ""
10986 "If the parameter C<nrlines> is a negative number, this returns lines from "
10987 "the file C<path>, excluding the last C<nrlines> lines."
10988 msgstr ""
10989
10990 # type: textblock
10991 #. type: textblock
10992 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6566
10993 #: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4422
10994 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10995 msgstr ""
10996
10997 # type: =head2
10998 #. type: =head2
10999 #: ../src/guestfs-actions.pod:2312
11000 msgid "guestfs_hexdump"
11001 msgstr ""
11002
11003 # type: verbatim
11004 #. type: verbatim
11005 #: ../src/guestfs-actions.pod:2314
11006 #, no-wrap
11007 msgid ""
11008 " char *\n"
11009 " guestfs_hexdump (guestfs_h *g,\n"
11010 "                  const char *path);\n"
11011 "\n"
11012 msgstr ""
11013
11014 # type: textblock
11015 #. type: textblock
11016 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
11017 msgid ""
11018 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
11019 "readable, canonical hex dump of the file."
11020 msgstr ""
11021
11022 # type: textblock
11023 #. type: textblock
11024 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6350
11025 #: ../src/guestfs-actions.pod:6405
11026 msgid "(Added in 1.0.22)"
11027 msgstr ""
11028
11029 # type: =head2
11030 #. type: =head2
11031 #: ../src/guestfs-actions.pod:2329
11032 msgid "guestfs_initrd_cat"
11033 msgstr ""
11034
11035 # type: verbatim
11036 #. type: verbatim
11037 #: ../src/guestfs-actions.pod:2331
11038 #, no-wrap
11039 msgid ""
11040 " char *\n"
11041 " guestfs_initrd_cat (guestfs_h *g,\n"
11042 "                     const char *initrdpath,\n"
11043 "                     const char *filename,\n"
11044 "                     size_t *size_r);\n"
11045 "\n"
11046 msgstr ""
11047
11048 # type: textblock
11049 #. type: textblock
11050 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
11051 msgid ""
11052 "This command unpacks the file C<filename> from the initrd file called "
11053 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
11054 "character."
11055 msgstr ""
11056
11057 # type: textblock
11058 #. type: textblock
11059 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
11060 msgid ""
11061 "For example, in guestfish you could use the following command to examine the "
11062 "boot script (usually called C</init>)  contained in a Linux initrd or "
11063 "initramfs image:"
11064 msgstr ""
11065
11066 # type: verbatim
11067 #. type: verbatim
11068 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
11069 #, no-wrap
11070 msgid ""
11071 " initrd-cat /boot/initrd-<version>.img init\n"
11072 "\n"
11073 msgstr ""
11074
11075 # type: textblock
11076 #. type: textblock
11077 #: ../src/guestfs-actions.pod:2347
11078 msgid "See also C<guestfs_initrd_list>."
11079 msgstr ""
11080
11081 # type: =head2
11082 #. type: =head2
11083 #: ../src/guestfs-actions.pod:2358
11084 msgid "guestfs_initrd_list"
11085 msgstr ""
11086
11087 # type: verbatim
11088 #. type: verbatim
11089 #: ../src/guestfs-actions.pod:2360
11090 #, no-wrap
11091 msgid ""
11092 " char **\n"
11093 " guestfs_initrd_list (guestfs_h *g,\n"
11094 "                      const char *path);\n"
11095 "\n"
11096 msgstr ""
11097
11098 # type: textblock
11099 #. type: textblock
11100 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
11101 msgid "This command lists out files contained in an initrd."
11102 msgstr ""
11103
11104 # type: textblock
11105 #. type: textblock
11106 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
11107 msgid ""
11108 "The files are listed without any initial C</> character.  The files are "
11109 "listed in the order they appear (not necessarily alphabetical).  Directory "
11110 "names are listed as separate items."
11111 msgstr ""
11112
11113 # type: textblock
11114 #. type: textblock
11115 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
11116 msgid ""
11117 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
11118 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
11119 "files)."
11120 msgstr ""
11121
11122 # type: =head2
11123 #. type: =head2
11124 #: ../src/guestfs-actions.pod:2380
11125 msgid "guestfs_inotify_add_watch"
11126 msgstr ""
11127
11128 # type: verbatim
11129 #. type: verbatim
11130 #: ../src/guestfs-actions.pod:2382
11131 #, no-wrap
11132 msgid ""
11133 " int64_t\n"
11134 " guestfs_inotify_add_watch (guestfs_h *g,\n"
11135 "                            const char *path,\n"
11136 "                            int mask);\n"
11137 "\n"
11138 msgstr ""
11139
11140 # type: textblock
11141 #. type: textblock
11142 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
11143 msgid "Watch C<path> for the events listed in C<mask>."
11144 msgstr ""
11145
11146 # type: textblock
11147 #. type: textblock
11148 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
11149 msgid ""
11150 "Note that if C<path> is a directory then events within that directory are "
11151 "watched, but this does I<not> happen recursively (in subdirectories)."
11152 msgstr ""
11153
11154 # type: textblock
11155 #. type: textblock
11156 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
11157 msgid ""
11158 "Note for non-C or non-Linux callers: the inotify events are defined by the "
11159 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
11160 msgstr ""
11161
11162 # type: =head2
11163 #. type: =head2
11164 #: ../src/guestfs-actions.pod:2401
11165 msgid "guestfs_inotify_close"
11166 msgstr ""
11167
11168 # type: verbatim
11169 #. type: verbatim
11170 #: ../src/guestfs-actions.pod:2403
11171 #, no-wrap
11172 msgid ""
11173 " int\n"
11174 " guestfs_inotify_close (guestfs_h *g);\n"
11175 "\n"
11176 msgstr ""
11177
11178 # type: textblock
11179 #. type: textblock
11180 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
11181 msgid ""
11182 "This closes the inotify handle which was previously opened by inotify_init.  "
11183 "It removes all watches, throws away any pending events, and deallocates all "
11184 "resources."
11185 msgstr ""
11186
11187 # type: =head2
11188 #. type: =head2
11189 #: ../src/guestfs-actions.pod:2414
11190 msgid "guestfs_inotify_files"
11191 msgstr ""
11192
11193 # type: verbatim
11194 #. type: verbatim
11195 #: ../src/guestfs-actions.pod:2416
11196 #, no-wrap
11197 msgid ""
11198 " char **\n"
11199 " guestfs_inotify_files (guestfs_h *g);\n"
11200 "\n"
11201 msgstr ""
11202
11203 # type: textblock
11204 #. type: textblock
11205 #: ../src/guestfs-actions.pod:2419
11206 msgid ""
11207 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
11208 "returns a list of pathnames of objects that were touched.  The returned "
11209 "pathnames are sorted and deduplicated."
11210 msgstr ""
11211
11212 # type: =head2
11213 #. type: =head2
11214 #: ../src/guestfs-actions.pod:2429
11215 msgid "guestfs_inotify_init"
11216 msgstr ""
11217
11218 # type: verbatim
11219 #. type: verbatim
11220 #: ../src/guestfs-actions.pod:2431
11221 #, no-wrap
11222 msgid ""
11223 " int\n"
11224 " guestfs_inotify_init (guestfs_h *g,\n"
11225 "                       int maxevents);\n"
11226 "\n"
11227 msgstr ""
11228
11229 # type: textblock
11230 #. type: textblock
11231 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
11232 msgid ""
11233 "This command creates a new inotify handle.  The inotify subsystem can be "
11234 "used to notify events which happen to objects in the guest filesystem."
11235 msgstr ""
11236
11237 # type: textblock
11238 #. type: textblock
11239 #: ../src/guestfs-actions.pod:2439
11240 msgid ""
11241 "C<maxevents> is the maximum number of events which will be queued up between "
11242 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
11243 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
11244 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
11245 "throws away events, but records the fact that it threw them away by setting "
11246 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
11247 "C<guestfs_inotify_read>)."
11248 msgstr ""
11249
11250 # type: textblock
11251 #. type: textblock
11252 #: ../src/guestfs-actions.pod:2449
11253 msgid ""
11254 "Before any events are generated, you have to add some watches to the "
11255 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
11256 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
11257 msgstr ""
11258
11259 # type: textblock
11260 #. type: textblock
11261 #: ../src/guestfs-actions.pod:2455
11262 msgid ""
11263 "Queued up events should be read periodically by calling "
11264 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
11265 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
11266 "often enough then you risk the internal queue overflowing."
11267 msgstr ""
11268
11269 # type: textblock
11270 #. type: textblock
11271 #: ../src/guestfs-actions.pod:2462
11272 msgid ""
11273 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
11274 "This also removes any watches automatically."
11275 msgstr ""
11276
11277 # type: textblock
11278 #. type: textblock
11279 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
11280 msgid ""
11281 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
11282 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
11283 "that there is one global inotify handle per libguestfs instance."
11284 msgstr ""
11285
11286 # type: =head2
11287 #. type: =head2
11288 #: ../src/guestfs-actions.pod:2475
11289 msgid "guestfs_inotify_read"
11290 msgstr ""
11291
11292 # type: verbatim
11293 #. type: verbatim
11294 #: ../src/guestfs-actions.pod:2477
11295 #, no-wrap
11296 msgid ""
11297 " struct guestfs_inotify_event_list *\n"
11298 " guestfs_inotify_read (guestfs_h *g);\n"
11299 "\n"
11300 msgstr ""
11301
11302 # type: textblock
11303 #. type: textblock
11304 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
11305 msgid ""
11306 "Return the complete queue of events that have happened since the previous "
11307 "read call."
11308 msgstr ""
11309
11310 # type: textblock
11311 #. type: textblock
11312 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
11313 msgid "If no events have happened, this returns an empty list."
11314 msgstr ""
11315
11316 # type: textblock
11317 #. type: textblock
11318 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
11319 msgid ""
11320 "I<Note>: In order to make sure that all events have been read, you must call "
11321 "this function repeatedly until it returns an empty list.  The reason is that "
11322 "the call will read events up to the maximum appliance-to-host message size "
11323 "and leave remaining events in the queue."
11324 msgstr ""
11325
11326 # type: textblock
11327 #. type: textblock
11328 #: ../src/guestfs-actions.pod:2491
11329 msgid ""
11330 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
11331 "there was an error.  I<The caller must call "
11332 "C<guestfs_free_inotify_event_list> after use>."
11333 msgstr ""
11334
11335 # type: =head2
11336 #. type: =head2
11337 #: ../src/guestfs-actions.pod:2497
11338 msgid "guestfs_inotify_rm_watch"
11339 msgstr ""
11340
11341 # type: verbatim
11342 #. type: verbatim
11343 #: ../src/guestfs-actions.pod:2499
11344 #, no-wrap
11345 msgid ""
11346 " int\n"
11347 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
11348 "                           int wd);\n"
11349 "\n"
11350 msgstr ""
11351
11352 # type: textblock
11353 #. type: textblock
11354 #: ../src/guestfs-actions.pod:2503
11355 msgid ""
11356 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
11357 msgstr ""
11358
11359 # type: =head2
11360 #. type: =head2
11361 #: ../src/guestfs-actions.pod:2510
11362 msgid "guestfs_inspect_get_arch"
11363 msgstr ""
11364
11365 # type: verbatim
11366 #. type: verbatim
11367 #: ../src/guestfs-actions.pod:2512
11368 #, no-wrap
11369 msgid ""
11370 " char *\n"
11371 " guestfs_inspect_get_arch (guestfs_h *g,\n"
11372 "                           const char *root);\n"
11373 "\n"
11374 msgstr ""
11375
11376 # type: textblock
11377 #. type: textblock
11378 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539
11379 #: ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2668
11380 #: ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:2733
11381 #: ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2782
11382 #: ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2846
11383 #: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2906
11384 #: ../src/guestfs-actions.pod:2930 ../src/guestfs-actions.pod:2985
11385 #: ../src/guestfs-actions.pod:3027 ../src/guestfs-actions.pod:3048
11386 #: ../src/guestfs-actions.pod:3071 ../src/guestfs-actions.pod:3088
11387 #: ../src/guestfs-actions.pod:3105 ../src/guestfs-actions.pod:3124
11388 msgid ""
11389 "This function should only be called with a root device string as returned by "
11390 "C<guestfs_inspect_os>."
11391 msgstr ""
11392
11393 # type: textblock
11394 #. type: textblock
11395 #: ../src/guestfs-actions.pod:2519
11396 msgid ""
11397 "This returns the architecture of the inspected operating system.  The "
11398 "possible return values are listed under C<guestfs_file_architecture>."
11399 msgstr ""
11400
11401 # type: textblock
11402 #. type: textblock
11403 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
11404 msgid ""
11405 "If the architecture could not be determined, then the string C<unknown> is "
11406 "returned."
11407 msgstr ""
11408
11409 # type: textblock
11410 #. type: textblock
11411 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2611
11412 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2742
11413 #: ../src/guestfs-actions.pod:2770 ../src/guestfs-actions.pod:2862
11414 #: ../src/guestfs-actions.pod:2893 ../src/guestfs-actions.pod:2917
11415 #: ../src/guestfs-actions.pod:2971 ../src/guestfs-actions.pod:3014
11416 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3058
11417 #: ../src/guestfs-actions.pod:3078 ../src/guestfs-actions.pod:3095
11418 #: ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:3217
11419 #: ../src/guestfs-actions.pod:3258 ../fish/guestfish-actions.pod:1698
11420 #: ../fish/guestfish-actions.pod:1776 ../fish/guestfish-actions.pod:1864
11421 #: ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1900
11422 #: ../fish/guestfish-actions.pod:1970 ../fish/guestfish-actions.pod:1994
11423 #: ../fish/guestfish-actions.pod:2011 ../fish/guestfish-actions.pod:2054
11424 #: ../fish/guestfish-actions.pod:2089 ../fish/guestfish-actions.pod:2105
11425 #: ../fish/guestfish-actions.pod:2121 ../fish/guestfish-actions.pod:2134
11426 #: ../fish/guestfish-actions.pod:2147 ../fish/guestfish-actions.pod:2162
11427 #: ../fish/guestfish-actions.pod:2261 ../fish/guestfish-actions.pod:2295
11428 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
11429 msgstr ""
11430
11431 # type: =head2
11432 #. type: =head2
11433 #: ../src/guestfs-actions.pod:2533
11434 msgid "guestfs_inspect_get_distro"
11435 msgstr ""
11436
11437 # type: verbatim
11438 #. type: verbatim
11439 #: ../src/guestfs-actions.pod:2535
11440 #, no-wrap
11441 msgid ""
11442 " char *\n"
11443 " guestfs_inspect_get_distro (guestfs_h *g,\n"
11444 "                             const char *root);\n"
11445 "\n"
11446 msgstr ""
11447
11448 # type: textblock
11449 #. type: textblock
11450 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
11451 msgid ""
11452 "This returns the distro (distribution) of the inspected operating system."
11453 msgstr ""
11454
11455 # type: textblock
11456 #. type: textblock
11457 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
11458 msgid "Currently defined distros are:"
11459 msgstr ""
11460
11461 # type: =item
11462 #. type: =item
11463 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
11464 msgid "\"archlinux\""
11465 msgstr ""
11466
11467 # type: textblock
11468 #. type: textblock
11469 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
11470 msgid "Arch Linux."
11471 msgstr ""
11472
11473 # type: =item
11474 #. type: =item
11475 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
11476 msgid "\"debian\""
11477 msgstr ""
11478
11479 # type: textblock
11480 #. type: textblock
11481 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
11482 msgid "Debian."
11483 msgstr ""
11484
11485 # type: =item
11486 #. type: =item
11487 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
11488 msgid "\"fedora\""
11489 msgstr ""
11490
11491 # type: textblock
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
11494 msgid "Fedora."
11495 msgstr ""
11496
11497 # type: =item
11498 #. type: =item
11499 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
11500 msgid "\"gentoo\""
11501 msgstr ""
11502
11503 # type: textblock
11504 #. type: textblock
11505 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
11506 msgid "Gentoo."
11507 msgstr ""
11508
11509 # type: =item
11510 #. type: =item
11511 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
11512 msgid "\"linuxmint\""
11513 msgstr ""
11514
11515 # type: textblock
11516 #. type: textblock
11517 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
11518 msgid "Linux Mint."
11519 msgstr ""
11520
11521 # type: =item
11522 #. type: =item
11523 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
11524 msgid "\"mandriva\""
11525 msgstr ""
11526
11527 # type: textblock
11528 #. type: textblock
11529 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
11530 msgid "Mandriva."
11531 msgstr ""
11532
11533 # type: =item
11534 #. type: =item
11535 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
11536 msgid "\"meego\""
11537 msgstr ""
11538
11539 # type: textblock
11540 #. type: textblock
11541 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
11542 msgid "MeeGo."
11543 msgstr ""
11544
11545 # type: =item
11546 #. type: =item
11547 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
11548 msgid "\"pardus\""
11549 msgstr ""
11550
11551 # type: textblock
11552 #. type: textblock
11553 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
11554 msgid "Pardus."
11555 msgstr ""
11556
11557 # type: =item
11558 #. type: =item
11559 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
11560 msgid "\"redhat-based\""
11561 msgstr ""
11562
11563 # type: textblock
11564 #. type: textblock
11565 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
11566 msgid "Some Red Hat-derived distro."
11567 msgstr ""
11568
11569 # type: =item
11570 #. type: =item
11571 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
11572 msgid "\"rhel\""
11573 msgstr ""
11574
11575 # type: textblock
11576 #. type: textblock
11577 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
11578 msgid "Red Hat Enterprise Linux and some derivatives."
11579 msgstr ""
11580
11581 #. type: =item
11582 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
11583 msgid "\"slackware\""
11584 msgstr ""
11585
11586 #. type: textblock
11587 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
11588 msgid "Slackware."
11589 msgstr ""
11590
11591 # type: =item
11592 #. type: =item
11593 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
11594 msgid "\"ubuntu\""
11595 msgstr ""
11596
11597 # type: textblock
11598 #. type: textblock
11599 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
11600 msgid "Ubuntu."
11601 msgstr ""
11602
11603 # type: =item
11604 #. type: =item
11605 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2713
11606 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:1762
11607 #: ../fish/guestfish-actions.pod:1855 ../fish/guestfish-actions.pod:2080
11608 msgid "\"unknown\""
11609 msgstr ""
11610
11611 # type: textblock
11612 #. type: textblock
11613 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
11614 msgid "The distro could not be determined."
11615 msgstr ""
11616
11617 # type: =item
11618 #. type: =item
11619 #: ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:2997
11620 #: ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2072
11621 msgid "\"windows\""
11622 msgstr ""
11623
11624 # type: textblock
11625 #. type: textblock
11626 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
11627 msgid ""
11628 "Windows does not have distributions.  This string is returned if the OS type "
11629 "is Windows."
11630 msgstr ""
11631
11632 # type: textblock
11633 #. type: textblock
11634 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2719
11635 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:1773
11636 #: ../fish/guestfish-actions.pod:1861 ../fish/guestfish-actions.pod:2086
11637 msgid ""
11638 "Future versions of libguestfs may return other strings here.  The caller "
11639 "should be prepared to handle any string."
11640 msgstr ""
11641
11642 #. type: =head2
11643 #: ../src/guestfs-actions.pod:2618
11644 msgid "guestfs_inspect_get_drive_mappings"
11645 msgstr ""
11646
11647 #. type: verbatim
11648 #: ../src/guestfs-actions.pod:2620
11649 #, no-wrap
11650 msgid ""
11651 " char **\n"
11652 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
11653 "                                     const char *root);\n"
11654 "\n"
11655 msgstr ""
11656
11657 #. type: textblock
11658 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1785
11659 msgid ""
11660 "This call is useful for Windows which uses a primitive system of assigning "
11661 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
11662 "Windows Registry to find out how disks/partitions are mapped to drive "
11663 "letters, and returns a hash table as in the example below:"
11664 msgstr ""
11665
11666 #. type: verbatim
11667 #: ../src/guestfs-actions.pod:2633 ../fish/guestfish-actions.pod:1791
11668 #, no-wrap
11669 msgid ""
11670 " C      =>     /dev/vda2\n"
11671 " E      =>     /dev/vdb1\n"
11672 " F      =>     /dev/vdc1\n"
11673 "\n"
11674 msgstr ""
11675
11676 #. type: textblock
11677 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1795
11678 msgid ""
11679 "Note that keys are drive letters.  For Windows, the key is case insensitive "
11680 "and just contains the drive letter, without the customary colon separator "
11681 "character."
11682 msgstr ""
11683
11684 #. type: textblock
11685 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1799
11686 msgid ""
11687 "In future we may support other operating systems that also used drive "
11688 "letters, but the keys for those might not be case insensitive and might be "
11689 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
11690 "C<h1> etc."
11691 msgstr ""
11692
11693 #. type: textblock
11694 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
11695 msgid ""
11696 "For Windows guests, currently only hard drive mappings are returned.  "
11697 "Removable disks (eg. DVD-ROMs) are ignored."
11698 msgstr ""
11699
11700 #. type: textblock
11701 #: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1807
11702 msgid ""
11703 "For guests that do not use drive mappings, or if the drive mappings could "
11704 "not be determined, this returns an empty hash table."
11705 msgstr ""
11706
11707 #. type: textblock
11708 #: ../src/guestfs-actions.pod:2652
11709 msgid ""
11710 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11711 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
11712 msgstr ""
11713
11714 # type: textblock
11715 #. type: textblock
11716 #: ../src/guestfs-actions.pod:2656 ../src/guestfs-actions.pod:2832
11717 #: ../src/guestfs-actions.pod:3592 ../src/guestfs-actions.pod:4802
11718 #: ../src/guestfs-actions.pod:6707
11719 msgid ""
11720 "This function returns a NULL-terminated array of strings, or NULL if there "
11721 "was an error.  The array of strings will always have length C<2n+1>, where "
11722 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11723 "caller must free the strings and the array after use>."
11724 msgstr ""
11725
11726 # type: =head2
11727 #. type: =head2
11728 #: ../src/guestfs-actions.pod:2662
11729 msgid "guestfs_inspect_get_filesystems"
11730 msgstr ""
11731
11732 # type: verbatim
11733 #. type: verbatim
11734 #: ../src/guestfs-actions.pod:2664
11735 #, no-wrap
11736 msgid ""
11737 " char **\n"
11738 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11739 "                                  const char *root);\n"
11740 "\n"
11741 msgstr ""
11742
11743 # type: textblock
11744 #. type: textblock
11745 #: ../src/guestfs-actions.pod:2671 ../fish/guestfish-actions.pod:1821
11746 msgid ""
11747 "This returns a list of all the filesystems that we think are associated with "
11748 "this operating system.  This includes the root filesystem, other ordinary "
11749 "filesystems, and non-mounted devices like swap partitions."
11750 msgstr ""
11751
11752 # type: textblock
11753 #. type: textblock
11754 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
11755 msgid ""
11756 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11757 "to be shared between operating systems."
11758 msgstr ""
11759
11760 # type: textblock
11761 #. type: textblock
11762 #: ../src/guestfs-actions.pod:2679
11763 msgid ""
11764 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11765 "C<guestfs_inspect_get_mountpoints>."
11766 msgstr ""
11767
11768 #. type: =head2
11769 #: ../src/guestfs-actions.pod:2688
11770 msgid "guestfs_inspect_get_format"
11771 msgstr ""
11772
11773 #. type: verbatim
11774 #: ../src/guestfs-actions.pod:2690
11775 #, no-wrap
11776 msgid ""
11777 " char *\n"
11778 " guestfs_inspect_get_format (guestfs_h *g,\n"
11779 "                             const char *root);\n"
11780 "\n"
11781 msgstr ""
11782
11783 #. type: textblock
11784 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1839
11785 msgid ""
11786 "This returns the format of the inspected operating system.  You can use it "
11787 "to detect install images, live CDs and similar."
11788 msgstr ""
11789
11790 #. type: textblock
11791 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1842
11792 msgid "Currently defined formats are:"
11793 msgstr ""
11794
11795 #. type: =item
11796 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1846
11797 msgid "\"installed\""
11798 msgstr ""
11799
11800 #. type: textblock
11801 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1848
11802 msgid "This is an installed operating system."
11803 msgstr ""
11804
11805 #. type: =item
11806 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1850
11807 msgid "\"installer\""
11808 msgstr ""
11809
11810 #. type: textblock
11811 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1852
11812 msgid ""
11813 "The disk image being inspected is not an installed operating system, but a "
11814 "I<bootable> install disk, live CD, or similar."
11815 msgstr ""
11816
11817 #. type: textblock
11818 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
11819 msgid "The format of this disk image is not known."
11820 msgstr ""
11821
11822 # type: =head2
11823 #. type: =head2
11824 #: ../src/guestfs-actions.pod:2727
11825 msgid "guestfs_inspect_get_hostname"
11826 msgstr ""
11827
11828 # type: verbatim
11829 #. type: verbatim
11830 #: ../src/guestfs-actions.pod:2729
11831 #, no-wrap
11832 msgid ""
11833 " char *\n"
11834 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11835 "                               const char *root);\n"
11836 "\n"
11837 msgstr ""
11838
11839 # type: textblock
11840 #. type: textblock
11841 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1873
11842 msgid ""
11843 "This function returns the hostname of the operating system as found by "
11844 "inspection of the guest's configuration files."
11845 msgstr ""
11846
11847 # type: textblock
11848 #. type: textblock
11849 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1876
11850 msgid ""
11851 "If the hostname could not be determined, then the string C<unknown> is "
11852 "returned."
11853 msgstr ""
11854
11855 # type: textblock
11856 #. type: textblock
11857 #: ../src/guestfs-actions.pod:2747
11858 msgid "(Added in 1.7.9)"
11859 msgstr ""
11860
11861 # type: =head2
11862 #. type: =head2
11863 #: ../src/guestfs-actions.pod:2749
11864 msgid "guestfs_inspect_get_major_version"
11865 msgstr ""
11866
11867 # type: verbatim
11868 #. type: verbatim
11869 #: ../src/guestfs-actions.pod:2751
11870 #, no-wrap
11871 msgid ""
11872 " int\n"
11873 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11874 "                                    const char *root);\n"
11875 "\n"
11876 msgstr ""
11877
11878 # type: textblock
11879 #. type: textblock
11880 #: ../src/guestfs-actions.pod:2758 ../fish/guestfish-actions.pod:1888
11881 msgid ""
11882 "This returns the major version number of the inspected operating system."
11883 msgstr ""
11884
11885 # type: textblock
11886 #. type: textblock
11887 #: ../src/guestfs-actions.pod:2761 ../fish/guestfish-actions.pod:1891
11888 msgid ""
11889 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11890 "popular public names used by the operating system.  Notably the operating "
11891 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11892 "1).  You can find out the real versions corresponding to releases of Windows "
11893 "by consulting Wikipedia or MSDN."
11894 msgstr ""
11895
11896 # type: textblock
11897 #. type: textblock
11898 #: ../src/guestfs-actions.pod:2768 ../src/guestfs-actions.pod:2788
11899 #: ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1912
11900 msgid "If the version could not be determined, then C<0> is returned."
11901 msgstr ""
11902
11903 # type: =head2
11904 #. type: =head2
11905 #: ../src/guestfs-actions.pod:2776
11906 msgid "guestfs_inspect_get_minor_version"
11907 msgstr ""
11908
11909 # type: verbatim
11910 #. type: verbatim
11911 #: ../src/guestfs-actions.pod:2778
11912 #, no-wrap
11913 msgid ""
11914 " int\n"
11915 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11916 "                                    const char *root);\n"
11917 "\n"
11918 msgstr ""
11919
11920 # type: textblock
11921 #. type: textblock
11922 #: ../src/guestfs-actions.pod:2785 ../fish/guestfish-actions.pod:1909
11923 msgid ""
11924 "This returns the minor version number of the inspected operating system."
11925 msgstr ""
11926
11927 # type: textblock
11928 #. type: textblock
11929 #: ../src/guestfs-actions.pod:2790
11930 msgid ""
11931 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11932 "C<guestfs_inspect_get_major_version>."
11933 msgstr ""
11934
11935 # type: =head2
11936 #. type: =head2
11937 #: ../src/guestfs-actions.pod:2797
11938 msgid "guestfs_inspect_get_mountpoints"
11939 msgstr ""
11940
11941 # type: verbatim
11942 #. type: verbatim
11943 #: ../src/guestfs-actions.pod:2799
11944 #, no-wrap
11945 msgid ""
11946 " char **\n"
11947 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11948 "                                  const char *root);\n"
11949 "\n"
11950 msgstr ""
11951
11952 #. type: textblock
11953 #: ../src/guestfs-actions.pod:2806 ../fish/guestfish-actions.pod:1924
11954 msgid ""
11955 "This returns a hash of where we think the filesystems associated with this "
11956 "operating system should be mounted.  Callers should note that this is at "
11957 "best an educated guess made by reading configuration files such as C</etc/"
11958 "fstab>.  I<In particular note> that this may return filesystems which are "
11959 "non-existent or not mountable and callers should be prepared to handle or "
11960 "ignore failures if they try to mount them."
11961 msgstr ""
11962
11963 # type: textblock
11964 #. type: textblock
11965 #: ../src/guestfs-actions.pod:2815 ../fish/guestfish-actions.pod:1933
11966 msgid ""
11967 "Each element in the returned hashtable has a key which is the path of the "
11968 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11969 "mounted there (eg. C</dev/sda1>)."
11970 msgstr ""
11971
11972 # type: textblock
11973 #. type: textblock
11974 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
11975 msgid ""
11976 "Non-mounted devices such as swap devices are I<not> returned in this list."
11977 msgstr ""
11978
11979 #. type: textblock
11980 #: ../src/guestfs-actions.pod:2823
11981 msgid ""
11982 "For operating systems like Windows which still use drive letters, this call "
11983 "will only return an entry for the first drive \"mounted on\" C</>.  For "
11984 "information about the mapping of drive letters to partitions, see "
11985 "C<guestfs_inspect_get_drive_mappings>."
11986 msgstr ""
11987
11988 # type: textblock
11989 #. type: textblock
11990 #: ../src/guestfs-actions.pod:2829
11991 msgid ""
11992 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11993 "C<guestfs_inspect_get_filesystems>."
11994 msgstr ""
11995
11996 # type: =head2
11997 #. type: =head2
11998 #: ../src/guestfs-actions.pod:2840
11999 msgid "guestfs_inspect_get_package_format"
12000 msgstr ""
12001
12002 # type: verbatim
12003 #. type: verbatim
12004 #: ../src/guestfs-actions.pod:2842
12005 #, no-wrap
12006 msgid ""
12007 " char *\n"
12008 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
12009 "                                     const char *root);\n"
12010 "\n"
12011 msgstr ""
12012
12013 # type: textblock
12014 #. type: textblock
12015 #: ../src/guestfs-actions.pod:2849
12016 msgid ""
12017 "This function and C<guestfs_inspect_get_package_management> return the "
12018 "package format and package management tool used by the inspected operating "
12019 "system.  For example for Fedora these functions would return C<rpm> (package "
12020 "format) and C<yum> (package management)."
12021 msgstr ""
12022
12023 # type: textblock
12024 #. type: textblock
12025 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1963
12026 msgid ""
12027 "This returns the string C<unknown> if we could not determine the package "
12028 "format I<or> if the operating system does not have a real packaging system "
12029 "(eg. Windows)."
12030 msgstr ""
12031
12032 # type: textblock
12033 #. type: textblock
12034 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1967
12035 msgid ""
12036 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
12037 "Future versions of libguestfs may return other strings."
12038 msgstr ""
12039
12040 # type: textblock
12041 #. type: textblock
12042 #: ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2898
12043 msgid "(Added in 1.7.5)"
12044 msgstr ""
12045
12046 # type: =head2
12047 #. type: =head2
12048 #: ../src/guestfs-actions.pod:2869
12049 msgid "guestfs_inspect_get_package_management"
12050 msgstr ""
12051
12052 # type: verbatim
12053 #. type: verbatim
12054 #: ../src/guestfs-actions.pod:2871
12055 #, no-wrap
12056 msgid ""
12057 " char *\n"
12058 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
12059 "                                         const char *root);\n"
12060 "\n"
12061 msgstr ""
12062
12063 # type: textblock
12064 #. type: textblock
12065 #: ../src/guestfs-actions.pod:2878
12066 msgid ""
12067 "C<guestfs_inspect_get_package_format> and this function return the package "
12068 "format and package management tool used by the inspected operating system.  "
12069 "For example for Fedora these functions would return C<rpm> (package format) "
12070 "and C<yum> (package management)."
12071 msgstr ""
12072
12073 # type: textblock
12074 #. type: textblock
12075 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1985
12076 msgid ""
12077 "This returns the string C<unknown> if we could not determine the package "
12078 "management tool I<or> if the operating system does not have a real packaging "
12079 "system (eg. Windows)."
12080 msgstr ""
12081
12082 # type: textblock
12083 #. type: textblock
12084 #: ../src/guestfs-actions.pod:2888 ../fish/guestfish-actions.pod:1989
12085 msgid ""
12086 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
12087 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
12088 "libguestfs may return other strings."
12089 msgstr ""
12090
12091 # type: =head2
12092 #. type: =head2
12093 #: ../src/guestfs-actions.pod:2900
12094 msgid "guestfs_inspect_get_product_name"
12095 msgstr ""
12096
12097 # type: verbatim
12098 #. type: verbatim
12099 #: ../src/guestfs-actions.pod:2902
12100 #, no-wrap
12101 msgid ""
12102 " char *\n"
12103 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
12104 "                                   const char *root);\n"
12105 "\n"
12106 msgstr ""
12107
12108 # type: textblock
12109 #. type: textblock
12110 #: ../src/guestfs-actions.pod:2909 ../fish/guestfish-actions.pod:2003
12111 msgid ""
12112 "This returns the product name of the inspected operating system.  The "
12113 "product name is generally some freeform string which can be displayed to the "
12114 "user, but should not be parsed by programs."
12115 msgstr ""
12116
12117 # type: textblock
12118 #. type: textblock
12119 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
12120 msgid ""
12121 "If the product name could not be determined, then the string C<unknown> is "
12122 "returned."
12123 msgstr ""
12124
12125 #. type: =head2
12126 #: ../src/guestfs-actions.pod:2924
12127 msgid "guestfs_inspect_get_product_variant"
12128 msgstr ""
12129
12130 #. type: verbatim
12131 #: ../src/guestfs-actions.pod:2926
12132 #, no-wrap
12133 msgid ""
12134 " char *\n"
12135 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
12136 "                                      const char *root);\n"
12137 "\n"
12138 msgstr ""
12139
12140 #. type: textblock
12141 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2020
12142 msgid "This returns the product variant of the inspected operating system."
12143 msgstr ""
12144
12145 #. type: textblock
12146 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2023
12147 msgid ""
12148 "For Windows guests, this returns the contents of the Registry key C<HKLM"
12149 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
12150 "is usually a string such as C<Client> or C<Server> (other values are "
12151 "possible).  This can be used to distinguish consumer and enterprise versions "
12152 "of Windows that have the same version number (for example, Windows 7 and "
12153 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
12154 "the latter is C<Server>)."
12155 msgstr ""
12156
12157 #. type: textblock
12158 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2032
12159 msgid ""
12160 "For enterprise Linux guests, in future we intend this to return the product "
12161 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
12162 "implemented at present."
12163 msgstr ""
12164
12165 #. type: textblock
12166 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2036
12167 msgid ""
12168 "If the product variant could not be determined, then the string C<unknown> "
12169 "is returned."
12170 msgstr ""
12171
12172 #. type: textblock
12173 #: ../src/guestfs-actions.pod:2952
12174 msgid ""
12175 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
12176 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
12177 msgstr ""
12178
12179 # type: =head2
12180 #. type: =head2
12181 #: ../src/guestfs-actions.pod:2959
12182 msgid "guestfs_inspect_get_roots"
12183 msgstr ""
12184
12185 # type: verbatim
12186 #. type: verbatim
12187 #: ../src/guestfs-actions.pod:2961
12188 #, no-wrap
12189 msgid ""
12190 " char **\n"
12191 " guestfs_inspect_get_roots (guestfs_h *g);\n"
12192 "\n"
12193 msgstr ""
12194
12195 # type: textblock
12196 #. type: textblock
12197 #: ../src/guestfs-actions.pod:2964
12198 msgid ""
12199 "This function is a convenient way to get the list of root devices, as "
12200 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
12201 "the whole inspection process."
12202 msgstr ""
12203
12204 # type: textblock
12205 #. type: textblock
12206 #: ../src/guestfs-actions.pod:2968
12207 msgid ""
12208 "This returns an empty list if either no root devices were found or the "
12209 "caller has not called C<guestfs_inspect_os>."
12210 msgstr ""
12211
12212 # type: textblock
12213 #. type: textblock
12214 #: ../src/guestfs-actions.pod:2977
12215 msgid "(Added in 1.7.3)"
12216 msgstr ""
12217
12218 # type: =head2
12219 #. type: =head2
12220 #: ../src/guestfs-actions.pod:2979
12221 msgid "guestfs_inspect_get_type"
12222 msgstr ""
12223
12224 # type: verbatim
12225 #. type: verbatim
12226 #: ../src/guestfs-actions.pod:2981
12227 #, no-wrap
12228 msgid ""
12229 " char *\n"
12230 " guestfs_inspect_get_type (guestfs_h *g,\n"
12231 "                           const char *root);\n"
12232 "\n"
12233 msgstr ""
12234
12235 # type: textblock
12236 #. type: textblock
12237 #: ../src/guestfs-actions.pod:2988 ../fish/guestfish-actions.pod:2063
12238 msgid ""
12239 "This returns the type of the inspected operating system.  Currently defined "
12240 "types are:"
12241 msgstr ""
12242
12243 # type: =item
12244 #. type: =item
12245 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
12246 msgid "\"linux\""
12247 msgstr ""
12248
12249 # type: textblock
12250 #. type: textblock
12251 #: ../src/guestfs-actions.pod:2995 ../fish/guestfish-actions.pod:2070
12252 msgid "Any Linux-based operating system."
12253 msgstr ""
12254
12255 # type: textblock
12256 #. type: textblock
12257 #: ../src/guestfs-actions.pod:2999 ../fish/guestfish-actions.pod:2074
12258 msgid "Any Microsoft Windows operating system."
12259 msgstr ""
12260
12261 # type: =item
12262 #. type: =item
12263 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2076
12264 msgid "\"freebsd\""
12265 msgstr ""
12266
12267 # type: textblock
12268 #. type: textblock
12269 #: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2078
12270 msgid "FreeBSD."
12271 msgstr ""
12272
12273 # type: textblock
12274 #. type: textblock
12275 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2082
12276 msgid "The operating system type could not be determined."
12277 msgstr ""
12278
12279 #. type: =head2
12280 #: ../src/guestfs-actions.pod:3021
12281 msgid "guestfs_inspect_get_windows_current_control_set"
12282 msgstr ""
12283
12284 #. type: verbatim
12285 #: ../src/guestfs-actions.pod:3023
12286 #, no-wrap
12287 msgid ""
12288 " char *\n"
12289 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
12290 "                                                  const char *root);\n"
12291 "\n"
12292 msgstr ""
12293
12294 #. type: textblock
12295 #: ../src/guestfs-actions.pod:3030 ../fish/guestfish-actions.pod:2098
12296 msgid ""
12297 "This returns the Windows CurrentControlSet of the inspected guest.  The "
12298 "CurrentControlSet is a registry key name such as C<ControlSet001>."
12299 msgstr ""
12300
12301 #. type: textblock
12302 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2101
12303 msgid ""
12304 "This call assumes that the guest is Windows and that the Registry could be "
12305 "examined by inspection.  If this is not the case then an error is returned."
12306 msgstr ""
12307
12308 # type: =head2
12309 #. type: =head2
12310 #: ../src/guestfs-actions.pod:3042
12311 msgid "guestfs_inspect_get_windows_systemroot"
12312 msgstr ""
12313
12314 # type: verbatim
12315 #. type: verbatim
12316 #: ../src/guestfs-actions.pod:3044
12317 #, no-wrap
12318 msgid ""
12319 " char *\n"
12320 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
12321 "                                         const char *root);\n"
12322 "\n"
12323 msgstr ""
12324
12325 # type: textblock
12326 #. type: textblock
12327 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2114
12328 msgid ""
12329 "This returns the Windows systemroot of the inspected guest.  The systemroot "
12330 "is a directory path such as C</WINDOWS>."
12331 msgstr ""
12332
12333 # type: textblock
12334 #. type: textblock
12335 #: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2117
12336 msgid ""
12337 "This call assumes that the guest is Windows and that the systemroot could be "
12338 "determined by inspection.  If this is not the case then an error is returned."
12339 msgstr ""
12340
12341 # type: textblock
12342 #. type: textblock
12343 #: ../src/guestfs-actions.pod:3063
12344 msgid "(Added in 1.5.25)"
12345 msgstr ""
12346
12347 #. type: =head2
12348 #: ../src/guestfs-actions.pod:3065
12349 msgid "guestfs_inspect_is_live"
12350 msgstr ""
12351
12352 #. type: verbatim
12353 #: ../src/guestfs-actions.pod:3067
12354 #, no-wrap
12355 msgid ""
12356 " int\n"
12357 " guestfs_inspect_is_live (guestfs_h *g,\n"
12358 "                          const char *root);\n"
12359 "\n"
12360 msgstr ""
12361
12362 #. type: textblock
12363 #: ../src/guestfs-actions.pod:3074
12364 msgid ""
12365 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12366 "disk), then this returns true if a live image was detected on the disk."
12367 msgstr ""
12368
12369 #. type: =head2
12370 #: ../src/guestfs-actions.pod:3082
12371 msgid "guestfs_inspect_is_multipart"
12372 msgstr ""
12373
12374 #. type: verbatim
12375 #: ../src/guestfs-actions.pod:3084
12376 #, no-wrap
12377 msgid ""
12378 " int\n"
12379 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
12380 "                               const char *root);\n"
12381 "\n"
12382 msgstr ""
12383
12384 #. type: textblock
12385 #: ../src/guestfs-actions.pod:3091
12386 msgid ""
12387 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12388 "disk), then this returns true if the disk is part of a set."
12389 msgstr ""
12390
12391 #. type: =head2
12392 #: ../src/guestfs-actions.pod:3099
12393 msgid "guestfs_inspect_is_netinst"
12394 msgstr ""
12395
12396 #. type: verbatim
12397 #: ../src/guestfs-actions.pod:3101
12398 #, no-wrap
12399 msgid ""
12400 " int\n"
12401 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
12402 "                             const char *root);\n"
12403 "\n"
12404 msgstr ""
12405
12406 #. type: textblock
12407 #: ../src/guestfs-actions.pod:3108
12408 msgid ""
12409 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
12410 "disk), then this returns true if the disk is a network installer, ie. not a "
12411 "self-contained install CD but one which is likely to require network access "
12412 "to complete the install."
12413 msgstr ""
12414
12415 # type: =head2
12416 #. type: =head2
12417 #: ../src/guestfs-actions.pod:3118
12418 msgid "guestfs_inspect_list_applications"
12419 msgstr ""
12420
12421 # type: verbatim
12422 #. type: verbatim
12423 #: ../src/guestfs-actions.pod:3120
12424 #, no-wrap
12425 msgid ""
12426 " struct guestfs_application_list *\n"
12427 " guestfs_inspect_list_applications (guestfs_h *g,\n"
12428 "                                    const char *root);\n"
12429 "\n"
12430 msgstr ""
12431
12432 # type: textblock
12433 #. type: textblock
12434 #: ../src/guestfs-actions.pod:3127 ../fish/guestfish-actions.pod:2171
12435 msgid "Return the list of applications installed in the operating system."
12436 msgstr ""
12437
12438 # type: textblock
12439 #. type: textblock
12440 #: ../src/guestfs-actions.pod:3129
12441 msgid ""
12442 "I<Note:> This call works differently from other parts of the inspection "
12443 "API.  You have to call C<guestfs_inspect_os>, then "
12444 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
12445 "this.  Listing applications is a significantly more difficult operation "
12446 "which requires access to the full filesystem.  Also note that unlike the "
12447 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
12448 "the libguestfs handle, this call actually reads parts of the mounted "
12449 "filesystems during the call."
12450 msgstr ""
12451
12452 # type: textblock
12453 #. type: textblock
12454 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2183
12455 msgid ""
12456 "This returns an empty list if the inspection code was not able to determine "
12457 "the list of applications."
12458 msgstr ""
12459
12460 # type: textblock
12461 #. type: textblock
12462 #: ../src/guestfs-actions.pod:3142 ../fish/guestfish-actions.pod:2186
12463 msgid "The application structure contains the following fields:"
12464 msgstr ""
12465
12466 # type: =item
12467 #. type: =item
12468 #: ../src/guestfs-actions.pod:3146 ../fish/guestfish-actions.pod:2190
12469 msgid "C<app_name>"
12470 msgstr ""
12471
12472 # type: textblock
12473 #. type: textblock
12474 #: ../src/guestfs-actions.pod:3148 ../fish/guestfish-actions.pod:2192
12475 msgid ""
12476 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
12477 "guests, this is the package name."
12478 msgstr ""
12479
12480 # type: =item
12481 #. type: =item
12482 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
12483 msgid "C<app_display_name>"
12484 msgstr ""
12485
12486 # type: textblock
12487 #. type: textblock
12488 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
12489 msgid ""
12490 "The display name of the application, sometimes localized to the install "
12491 "language of the guest operating system."
12492 msgstr ""
12493
12494 # type: textblock
12495 #. type: textblock
12496 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
12497 msgid ""
12498 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
12499 "to display something can use C<app_name> instead."
12500 msgstr ""
12501
12502 # type: =item
12503 #. type: =item
12504 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
12505 msgid "C<app_epoch>"
12506 msgstr ""
12507
12508 # type: textblock
12509 #. type: textblock
12510 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
12511 msgid ""
12512 "For package managers which use epochs, this contains the epoch of the "
12513 "package (an integer).  If unavailable, this is returned as C<0>."
12514 msgstr ""
12515
12516 # type: =item
12517 #. type: =item
12518 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
12519 msgid "C<app_version>"
12520 msgstr ""
12521
12522 # type: textblock
12523 #. type: textblock
12524 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
12525 msgid ""
12526 "The version string of the application or package.  If unavailable this is "
12527 "returned as an empty string C<\"\">."
12528 msgstr ""
12529
12530 # type: =item
12531 #. type: =item
12532 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
12533 msgid "C<app_release>"
12534 msgstr ""
12535
12536 # type: textblock
12537 #. type: textblock
12538 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
12539 msgid ""
12540 "The release string of the application or package, for package managers that "
12541 "use this.  If unavailable this is returned as an empty string C<\"\">."
12542 msgstr ""
12543
12544 # type: =item
12545 #. type: =item
12546 #: ../src/guestfs-actions.pod:3175 ../fish/guestfish-actions.pod:2219
12547 msgid "C<app_install_path>"
12548 msgstr ""
12549
12550 # type: textblock
12551 #. type: textblock
12552 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2221
12553 msgid ""
12554 "The installation path of the application (on operating systems such as "
12555 "Windows which use installation paths).  This path is in the format used by "
12556 "the guest operating system, it is not a libguestfs path."
12557 msgstr ""
12558
12559 # type: textblock
12560 #. type: textblock
12561 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
12562 msgid "If unavailable this is returned as an empty string C<\"\">."
12563 msgstr ""
12564
12565 # type: =item
12566 #. type: =item
12567 #: ../src/guestfs-actions.pod:3184 ../fish/guestfish-actions.pod:2228
12568 msgid "C<app_trans_path>"
12569 msgstr ""
12570
12571 # type: textblock
12572 #. type: textblock
12573 #: ../src/guestfs-actions.pod:3186 ../fish/guestfish-actions.pod:2230
12574 msgid ""
12575 "The install path translated into a libguestfs path.  If unavailable this is "
12576 "returned as an empty string C<\"\">."
12577 msgstr ""
12578
12579 # type: =item
12580 #. type: =item
12581 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
12582 msgid "C<app_publisher>"
12583 msgstr ""
12584
12585 # type: textblock
12586 #. type: textblock
12587 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
12588 msgid ""
12589 "The name of the publisher of the application, for package managers that use "
12590 "this.  If unavailable this is returned as an empty string C<\"\">."
12591 msgstr ""
12592
12593 # type: =item
12594 #. type: =item
12595 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2239
12596 msgid "C<app_url>"
12597 msgstr ""
12598
12599 # type: textblock
12600 #. type: textblock
12601 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2241
12602 msgid ""
12603 "The URL (eg. upstream URL) of the application.  If unavailable this is "
12604 "returned as an empty string C<\"\">."
12605 msgstr ""
12606
12607 # type: =item
12608 #. type: =item
12609 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
12610 msgid "C<app_source_package>"
12611 msgstr ""
12612
12613 # type: textblock
12614 #. type: textblock
12615 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
12616 msgid ""
12617 "For packaging systems which support this, the name of the source package.  "
12618 "If unavailable this is returned as an empty string C<\"\">."
12619 msgstr ""
12620
12621 # type: =item
12622 #. type: =item
12623 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
12624 msgid "C<app_summary>"
12625 msgstr ""
12626
12627 # type: textblock
12628 #. type: textblock
12629 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
12630 msgid ""
12631 "A short (usually one line) description of the application or package.  If "
12632 "unavailable this is returned as an empty string C<\"\">."
12633 msgstr ""
12634
12635 # type: =item
12636 #. type: =item
12637 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
12638 msgid "C<app_description>"
12639 msgstr ""
12640
12641 # type: textblock
12642 #. type: textblock
12643 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
12644 msgid ""
12645 "A longer description of the application or package.  If unavailable this is "
12646 "returned as an empty string C<\"\">."
12647 msgstr ""
12648
12649 # type: textblock
12650 #. type: textblock
12651 #: ../src/guestfs-actions.pod:3219
12652 msgid ""
12653 "This function returns a C<struct guestfs_application_list *>, or NULL if "
12654 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
12655 "after use>."
12656 msgstr ""
12657
12658 # type: textblock
12659 #. type: textblock
12660 #: ../src/guestfs-actions.pod:3223
12661 msgid "(Added in 1.7.8)"
12662 msgstr ""
12663
12664 # type: =head2
12665 #. type: =head2
12666 #: ../src/guestfs-actions.pod:3225
12667 msgid "guestfs_inspect_os"
12668 msgstr ""
12669
12670 # type: verbatim
12671 #. type: verbatim
12672 #: ../src/guestfs-actions.pod:3227
12673 #, no-wrap
12674 msgid ""
12675 " char **\n"
12676 " guestfs_inspect_os (guestfs_h *g);\n"
12677 "\n"
12678 msgstr ""
12679
12680 # type: textblock
12681 #. type: textblock
12682 #: ../src/guestfs-actions.pod:3230 ../fish/guestfish-actions.pod:2267
12683 msgid ""
12684 "This function uses other libguestfs functions and certain heuristics to "
12685 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
12686 "for operating systems."
12687 msgstr ""
12688
12689 # type: textblock
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2271
12692 msgid "The list returned is empty if no operating systems were found."
12693 msgstr ""
12694
12695 # type: textblock
12696 #. type: textblock
12697 #: ../src/guestfs-actions.pod:3236 ../fish/guestfish-actions.pod:2273
12698 msgid ""
12699 "If one operating system was found, then this returns a list with a single "
12700 "element, which is the name of the root filesystem of this operating system.  "
12701 "It is also possible for this function to return a list containing more than "
12702 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
12703 "element being the root filesystem of one of the operating systems."
12704 msgstr ""
12705
12706 # type: textblock
12707 #. type: textblock
12708 #: ../src/guestfs-actions.pod:3243
12709 msgid ""
12710 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
12711 "functions in order to query further information about each operating system, "
12712 "such as the name and version."
12713 msgstr ""
12714
12715 # type: textblock
12716 #. type: textblock
12717 #: ../src/guestfs-actions.pod:3248
12718 msgid ""
12719 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
12720 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
12721 "the contents.  This should be called with no disks currently mounted.  The "
12722 "function may also use Augeas, so any existing Augeas handle will be closed."
12723 msgstr ""
12724
12725 # type: textblock
12726 #. type: textblock
12727 #: ../src/guestfs-actions.pod:3254 ../fish/guestfish-actions.pod:2291
12728 msgid ""
12729 "This function cannot decrypt encrypted disks.  The caller must do that first "
12730 "(supplying the necessary keys) if the disk is encrypted."
12731 msgstr ""
12732
12733 # type: textblock
12734 #. type: textblock
12735 #: ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3550
12736 #: ../src/guestfs-actions.pod:3612
12737 msgid "See also C<guestfs_list_filesystems>."
12738 msgstr ""
12739
12740 # type: =head2
12741 #. type: =head2
12742 #: ../src/guestfs-actions.pod:3268
12743 msgid "guestfs_is_blockdev"
12744 msgstr ""
12745
12746 # type: verbatim
12747 #. type: verbatim
12748 #: ../src/guestfs-actions.pod:3270
12749 #, no-wrap
12750 msgid ""
12751 " int\n"
12752 " guestfs_is_blockdev (guestfs_h *g,\n"
12753 "                      const char *path);\n"
12754 "\n"
12755 msgstr ""
12756
12757 # type: textblock
12758 #. type: textblock
12759 #: ../src/guestfs-actions.pod:3274 ../fish/guestfish-actions.pod:2303
12760 msgid ""
12761 "This returns C<true> if and only if there is a block device with the given "
12762 "C<path> name."
12763 msgstr ""
12764
12765 # type: textblock
12766 #. type: textblock
12767 #: ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:3306
12768 #: ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:3351
12769 #: ../src/guestfs-actions.pod:3367 ../src/guestfs-actions.pod:3423
12770 #: ../src/guestfs-actions.pod:3438
12771 msgid "See also C<guestfs_stat>."
12772 msgstr ""
12773
12774 # type: textblock
12775 #. type: textblock
12776 #: ../src/guestfs-actions.pod:3281 ../src/guestfs-actions.pod:3310
12777 #: ../src/guestfs-actions.pod:3355 ../src/guestfs-actions.pod:3427
12778 #: ../src/guestfs-actions.pod:3442
12779 msgid "(Added in 1.5.10)"
12780 msgstr ""
12781
12782 # type: =head2
12783 #. type: =head2
12784 #: ../src/guestfs-actions.pod:3283
12785 msgid "guestfs_is_busy"
12786 msgstr ""
12787
12788 # type: verbatim
12789 #. type: verbatim
12790 #: ../src/guestfs-actions.pod:3285
12791 #, no-wrap
12792 msgid ""
12793 " int\n"
12794 " guestfs_is_busy (guestfs_h *g);\n"
12795 "\n"
12796 msgstr ""
12797
12798 # type: textblock
12799 #. type: textblock
12800 #: ../src/guestfs-actions.pod:3288 ../fish/guestfish-actions.pod:2312
12801 msgid ""
12802 "This returns true iff this handle is busy processing a command (in the "
12803 "C<BUSY> state)."
12804 msgstr ""
12805
12806 # type: =head2
12807 #. type: =head2
12808 #: ../src/guestfs-actions.pod:3297
12809 msgid "guestfs_is_chardev"
12810 msgstr ""
12811
12812 # type: verbatim
12813 #. type: verbatim
12814 #: ../src/guestfs-actions.pod:3299
12815 #, no-wrap
12816 msgid ""
12817 " int\n"
12818 " guestfs_is_chardev (guestfs_h *g,\n"
12819 "                     const char *path);\n"
12820 "\n"
12821 msgstr ""
12822
12823 # type: textblock
12824 #. type: textblock
12825 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2321
12826 msgid ""
12827 "This returns C<true> if and only if there is a character device with the "
12828 "given C<path> name."
12829 msgstr ""
12830
12831 # type: =head2
12832 #. type: =head2
12833 #: ../src/guestfs-actions.pod:3312
12834 msgid "guestfs_is_config"
12835 msgstr ""
12836
12837 # type: verbatim
12838 #. type: verbatim
12839 #: ../src/guestfs-actions.pod:3314
12840 #, no-wrap
12841 msgid ""
12842 " int\n"
12843 " guestfs_is_config (guestfs_h *g);\n"
12844 "\n"
12845 msgstr ""
12846
12847 # type: textblock
12848 #. type: textblock
12849 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2330
12850 msgid ""
12851 "This returns true iff this handle is being configured (in the C<CONFIG> "
12852 "state)."
12853 msgstr ""
12854
12855 # type: =head2
12856 #. type: =head2
12857 #: ../src/guestfs-actions.pod:3326
12858 msgid "guestfs_is_dir"
12859 msgstr ""
12860
12861 # type: verbatim
12862 #. type: verbatim
12863 #: ../src/guestfs-actions.pod:3328
12864 #, no-wrap
12865 msgid ""
12866 " int\n"
12867 " guestfs_is_dir (guestfs_h *g,\n"
12868 "                 const char *path);\n"
12869 "\n"
12870 msgstr ""
12871
12872 # type: textblock
12873 #. type: textblock
12874 #: ../src/guestfs-actions.pod:3332 ../fish/guestfish-actions.pod:2339
12875 msgid ""
12876 "This returns C<true> if and only if there is a directory with the given "
12877 "C<path> name.  Note that it returns false for other objects like files."
12878 msgstr ""
12879
12880 # type: =head2
12881 #. type: =head2
12882 #: ../src/guestfs-actions.pod:3342
12883 msgid "guestfs_is_fifo"
12884 msgstr ""
12885
12886 # type: verbatim
12887 #. type: verbatim
12888 #: ../src/guestfs-actions.pod:3344
12889 #, no-wrap
12890 msgid ""
12891 " int\n"
12892 " guestfs_is_fifo (guestfs_h *g,\n"
12893 "                  const char *path);\n"
12894 "\n"
12895 msgstr ""
12896
12897 # type: textblock
12898 #. type: textblock
12899 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2349
12900 msgid ""
12901 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
12902 "given C<path> name."
12903 msgstr ""
12904
12905 # type: =head2
12906 #. type: =head2
12907 #: ../src/guestfs-actions.pod:3357
12908 msgid "guestfs_is_file"
12909 msgstr ""
12910
12911 # type: verbatim
12912 #. type: verbatim
12913 #: ../src/guestfs-actions.pod:3359
12914 #, no-wrap
12915 msgid ""
12916 " int\n"
12917 " guestfs_is_file (guestfs_h *g,\n"
12918 "                  const char *path);\n"
12919 "\n"
12920 msgstr ""
12921
12922 # type: textblock
12923 #. type: textblock
12924 #: ../src/guestfs-actions.pod:3363 ../fish/guestfish-actions.pod:2358
12925 msgid ""
12926 "This returns C<true> if and only if there is a regular file with the given "
12927 "C<path> name.  Note that it returns false for other objects like directories."
12928 msgstr ""
12929
12930 # type: =head2
12931 #. type: =head2
12932 #: ../src/guestfs-actions.pod:3373
12933 msgid "guestfs_is_launching"
12934 msgstr ""
12935
12936 # type: verbatim
12937 #. type: verbatim
12938 #: ../src/guestfs-actions.pod:3375
12939 #, no-wrap
12940 msgid ""
12941 " int\n"
12942 " guestfs_is_launching (guestfs_h *g);\n"
12943 "\n"
12944 msgstr ""
12945
12946 # type: textblock
12947 #. type: textblock
12948 #: ../src/guestfs-actions.pod:3378 ../fish/guestfish-actions.pod:2368
12949 msgid ""
12950 "This returns true iff this handle is launching the subprocess (in the "
12951 "C<LAUNCHING> state)."
12952 msgstr ""
12953
12954 # type: =head2
12955 #. type: =head2
12956 #: ../src/guestfs-actions.pod:3387
12957 msgid "guestfs_is_lv"
12958 msgstr ""
12959
12960 # type: verbatim
12961 #. type: verbatim
12962 #: ../src/guestfs-actions.pod:3389
12963 #, no-wrap
12964 msgid ""
12965 " int\n"
12966 " guestfs_is_lv (guestfs_h *g,\n"
12967 "                const char *device);\n"
12968 "\n"
12969 msgstr ""
12970
12971 # type: textblock
12972 #. type: textblock
12973 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2377
12974 msgid ""
12975 "This command tests whether C<device> is a logical volume, and returns true "
12976 "iff this is the case."
12977 msgstr ""
12978
12979 # type: =head2
12980 #. type: =head2
12981 #: ../src/guestfs-actions.pod:3400
12982 msgid "guestfs_is_ready"
12983 msgstr ""
12984
12985 # type: verbatim
12986 #. type: verbatim
12987 #: ../src/guestfs-actions.pod:3402
12988 #, no-wrap
12989 msgid ""
12990 " int\n"
12991 " guestfs_is_ready (guestfs_h *g);\n"
12992 "\n"
12993 msgstr ""
12994
12995 # type: textblock
12996 #. type: textblock
12997 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2384
12998 msgid ""
12999 "This returns true iff this handle is ready to accept commands (in the "
13000 "C<READY> state)."
13001 msgstr ""
13002
13003 # type: =head2
13004 #. type: =head2
13005 #: ../src/guestfs-actions.pod:3414
13006 msgid "guestfs_is_socket"
13007 msgstr ""
13008
13009 # type: verbatim
13010 #. type: verbatim
13011 #: ../src/guestfs-actions.pod:3416
13012 #, no-wrap
13013 msgid ""
13014 " int\n"
13015 " guestfs_is_socket (guestfs_h *g,\n"
13016 "                    const char *path);\n"
13017 "\n"
13018 msgstr ""
13019
13020 # type: textblock
13021 #. type: textblock
13022 #: ../src/guestfs-actions.pod:3420 ../fish/guestfish-actions.pod:2393
13023 msgid ""
13024 "This returns C<true> if and only if there is a Unix domain socket with the "
13025 "given C<path> name."
13026 msgstr ""
13027
13028 # type: =head2
13029 #. type: =head2
13030 #: ../src/guestfs-actions.pod:3429
13031 msgid "guestfs_is_symlink"
13032 msgstr ""
13033
13034 # type: verbatim
13035 #. type: verbatim
13036 #: ../src/guestfs-actions.pod:3431
13037 #, no-wrap
13038 msgid ""
13039 " int\n"
13040 " guestfs_is_symlink (guestfs_h *g,\n"
13041 "                     const char *path);\n"
13042 "\n"
13043 msgstr ""
13044
13045 # type: textblock
13046 #. type: textblock
13047 #: ../src/guestfs-actions.pod:3435 ../fish/guestfish-actions.pod:2402
13048 msgid ""
13049 "This returns C<true> if and only if there is a symbolic link with the given "
13050 "C<path> name."
13051 msgstr ""
13052
13053 # type: =head2
13054 #. type: =head2
13055 #: ../src/guestfs-actions.pod:3444
13056 msgid "guestfs_kill_subprocess"
13057 msgstr ""
13058
13059 # type: verbatim
13060 #. type: verbatim
13061 #: ../src/guestfs-actions.pod:3446
13062 #, no-wrap
13063 msgid ""
13064 " int\n"
13065 " guestfs_kill_subprocess (guestfs_h *g);\n"
13066 "\n"
13067 msgstr ""
13068
13069 # type: textblock
13070 #. type: textblock
13071 #: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2411
13072 msgid "This kills the qemu subprocess.  You should never need to call this."
13073 msgstr ""
13074
13075 # type: =head2
13076 #. type: =head2
13077 #: ../src/guestfs-actions.pod:3455
13078 msgid "guestfs_launch"
13079 msgstr ""
13080
13081 # type: verbatim
13082 #. type: verbatim
13083 #: ../src/guestfs-actions.pod:3457
13084 #, no-wrap
13085 msgid ""
13086 " int\n"
13087 " guestfs_launch (guestfs_h *g);\n"
13088 "\n"
13089 msgstr ""
13090
13091 # type: textblock
13092 #. type: textblock
13093 #: ../src/guestfs-actions.pod:3460 ../fish/guestfish-actions.pod:2419
13094 msgid ""
13095 "Internally libguestfs is implemented by running a virtual machine using "
13096 "L<qemu(1)>."
13097 msgstr ""
13098
13099 # type: textblock
13100 #. type: textblock
13101 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2422
13102 msgid ""
13103 "You should call this after configuring the handle (eg. adding drives) but "
13104 "before performing any actions."
13105 msgstr ""
13106
13107 # type: =head2
13108 #. type: =head2
13109 #: ../src/guestfs-actions.pod:3475
13110 msgid "guestfs_lchown"
13111 msgstr ""
13112
13113 # type: verbatim
13114 #. type: verbatim
13115 #: ../src/guestfs-actions.pod:3477
13116 #, no-wrap
13117 msgid ""
13118 " int\n"
13119 " guestfs_lchown (guestfs_h *g,\n"
13120 "                 int owner,\n"
13121 "                 int group,\n"
13122 "                 const char *path);\n"
13123 "\n"
13124 msgstr ""
13125
13126 # type: textblock
13127 #. type: textblock
13128 #: ../src/guestfs-actions.pod:3483
13129 msgid ""
13130 "Change the file owner to C<owner> and group to C<group>.  This is like "
13131 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
13132 "changed, not the target."
13133 msgstr ""
13134
13135 # type: =head2
13136 #. type: =head2
13137 #: ../src/guestfs-actions.pod:3495
13138 msgid "guestfs_lgetxattr"
13139 msgstr ""
13140
13141 # type: verbatim
13142 #. type: verbatim
13143 #: ../src/guestfs-actions.pod:3497
13144 #, no-wrap
13145 msgid ""
13146 " char *\n"
13147 " guestfs_lgetxattr (guestfs_h *g,\n"
13148 "                    const char *path,\n"
13149 "                    const char *name,\n"
13150 "                    size_t *size_r);\n"
13151 "\n"
13152 msgstr ""
13153
13154 # type: textblock
13155 #. type: textblock
13156 #: ../src/guestfs-actions.pod:3503 ../fish/guestfish-actions.pod:2441
13157 msgid ""
13158 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
13159 "is a symlink, then this call returns an extended attribute from the symlink."
13160 msgstr ""
13161
13162 # type: textblock
13163 #. type: textblock
13164 #: ../src/guestfs-actions.pod:3517
13165 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
13166 msgstr ""
13167
13168 # type: =head2
13169 #. type: =head2
13170 #: ../src/guestfs-actions.pod:3525
13171 msgid "guestfs_lgetxattrs"
13172 msgstr ""
13173
13174 # type: verbatim
13175 #. type: verbatim
13176 #: ../src/guestfs-actions.pod:3527
13177 #, no-wrap
13178 msgid ""
13179 " struct guestfs_xattr_list *\n"
13180 " guestfs_lgetxattrs (guestfs_h *g,\n"
13181 "                     const char *path);\n"
13182 "\n"
13183 msgstr ""
13184
13185 # type: textblock
13186 #. type: textblock
13187 #: ../src/guestfs-actions.pod:3531
13188 msgid ""
13189 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
13190 "then it returns the extended attributes of the link itself."
13191 msgstr ""
13192
13193 # type: =head2
13194 #. type: =head2
13195 #: ../src/guestfs-actions.pod:3541
13196 msgid "guestfs_list_devices"
13197 msgstr ""
13198
13199 # type: verbatim
13200 #. type: verbatim
13201 #: ../src/guestfs-actions.pod:3543
13202 #, no-wrap
13203 msgid ""
13204 " char **\n"
13205 " guestfs_list_devices (guestfs_h *g);\n"
13206 "\n"
13207 msgstr ""
13208
13209 # type: textblock
13210 #. type: textblock
13211 #: ../src/guestfs-actions.pod:3546 ../fish/guestfish-actions.pod:2469
13212 msgid "List all the block devices."
13213 msgstr ""
13214
13215 # type: textblock
13216 #. type: textblock
13217 #: ../src/guestfs-actions.pod:3548 ../fish/guestfish-actions.pod:2471
13218 msgid "The full block device names are returned, eg. C</dev/sda>."
13219 msgstr ""
13220
13221 # type: =head2
13222 #. type: =head2
13223 #: ../src/guestfs-actions.pod:3558
13224 msgid "guestfs_list_filesystems"
13225 msgstr ""
13226
13227 # type: verbatim
13228 #. type: verbatim
13229 #: ../src/guestfs-actions.pod:3560
13230 #, no-wrap
13231 msgid ""
13232 " char **\n"
13233 " guestfs_list_filesystems (guestfs_h *g);\n"
13234 "\n"
13235 msgstr ""
13236
13237 # type: textblock
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2479
13240 msgid ""
13241 "This inspection command looks for filesystems on partitions, block devices "
13242 "and logical volumes, returning a list of devices containing filesystems and "
13243 "their type."
13244 msgstr ""
13245
13246 # type: textblock
13247 #. type: textblock
13248 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2483
13249 msgid ""
13250 "The return value is a hash, where the keys are the devices containing "
13251 "filesystems, and the values are the filesystem types.  For example:"
13252 msgstr ""
13253
13254 # type: verbatim
13255 #. type: verbatim
13256 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2487
13257 #, no-wrap
13258 msgid ""
13259 " \"/dev/sda1\" => \"ntfs\"\n"
13260 " \"/dev/sda2\" => \"ext2\"\n"
13261 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
13262 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
13263 "\n"
13264 msgstr ""
13265
13266 # type: textblock
13267 #. type: textblock
13268 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
13269 msgid ""
13270 "The value can have the special value \"unknown\", meaning the content of the "
13271 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
13272 msgstr ""
13273
13274 # type: textblock
13275 #. type: textblock
13276 #: ../src/guestfs-actions.pod:3580
13277 msgid ""
13278 "This command runs other libguestfs commands, which might include "
13279 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
13280 "soon after launch and only when nothing is mounted."
13281 msgstr ""
13282
13283 # type: textblock
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:3584
13286 msgid ""
13287 "Not all of the filesystems returned will be mountable.  In particular, swap "
13288 "partitions are returned in the list.  Also this command does not check that "
13289 "each filesystem found is valid and mountable, and some filesystems might be "
13290 "mountable but require special options.  Filesystems may not all belong to a "
13291 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
13292 msgstr ""
13293
13294 # type: textblock
13295 #. type: textblock
13296 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:5203
13297 msgid "(Added in 1.5.15)"
13298 msgstr ""
13299
13300 # type: =head2
13301 #. type: =head2
13302 #: ../src/guestfs-actions.pod:3600
13303 msgid "guestfs_list_partitions"
13304 msgstr ""
13305
13306 # type: verbatim
13307 #. type: verbatim
13308 #: ../src/guestfs-actions.pod:3602
13309 #, no-wrap
13310 msgid ""
13311 " char **\n"
13312 " guestfs_list_partitions (guestfs_h *g);\n"
13313 "\n"
13314 msgstr ""
13315
13316 # type: textblock
13317 #. type: textblock
13318 #: ../src/guestfs-actions.pod:3605 ../fish/guestfish-actions.pod:2512
13319 msgid "List all the partitions detected on all block devices."
13320 msgstr ""
13321
13322 # type: textblock
13323 #. type: textblock
13324 #: ../src/guestfs-actions.pod:3607 ../fish/guestfish-actions.pod:2514
13325 msgid "The full partition device names are returned, eg. C</dev/sda1>"
13326 msgstr ""
13327
13328 # type: textblock
13329 #. type: textblock
13330 #: ../src/guestfs-actions.pod:3609
13331 msgid ""
13332 "This does not return logical volumes.  For that you will need to call "
13333 "C<guestfs_lvs>."
13334 msgstr ""
13335
13336 # type: =head2
13337 #. type: =head2
13338 #: ../src/guestfs-actions.pod:3620
13339 msgid "guestfs_ll"
13340 msgstr ""
13341
13342 # type: verbatim
13343 #. type: verbatim
13344 #: ../src/guestfs-actions.pod:3622
13345 #, no-wrap
13346 msgid ""
13347 " char *\n"
13348 " guestfs_ll (guestfs_h *g,\n"
13349 "             const char *directory);\n"
13350 "\n"
13351 msgstr ""
13352
13353 # type: textblock
13354 #. type: textblock
13355 #: ../src/guestfs-actions.pod:3626 ../fish/guestfish-actions.pod:2525
13356 msgid ""
13357 "List the files in C<directory> (relative to the root directory, there is no "
13358 "cwd) in the format of 'ls -la'."
13359 msgstr ""
13360
13361 # type: textblock
13362 #. type: textblock
13363 #: ../src/guestfs-actions.pod:3629 ../fish/guestfish-actions.pod:2528
13364 msgid ""
13365 "This command is mostly useful for interactive sessions.  It is I<not> "
13366 "intended that you try to parse the output string."
13367 msgstr ""
13368
13369 # type: =head2
13370 #. type: =head2
13371 #: ../src/guestfs-actions.pod:3637
13372 msgid "guestfs_ln"
13373 msgstr ""
13374
13375 # type: verbatim
13376 #. type: verbatim
13377 #: ../src/guestfs-actions.pod:3639
13378 #, no-wrap
13379 msgid ""
13380 " int\n"
13381 " guestfs_ln (guestfs_h *g,\n"
13382 "             const char *target,\n"
13383 "             const char *linkname);\n"
13384 "\n"
13385 msgstr ""
13386
13387 # type: textblock
13388 #. type: textblock
13389 #: ../src/guestfs-actions.pod:3644 ../fish/guestfish-actions.pod:2535
13390 msgid "This command creates a hard link using the C<ln> command."
13391 msgstr ""
13392
13393 # type: =head2
13394 #. type: =head2
13395 #: ../src/guestfs-actions.pod:3650
13396 msgid "guestfs_ln_f"
13397 msgstr ""
13398
13399 # type: verbatim
13400 #. type: verbatim
13401 #: ../src/guestfs-actions.pod:3652
13402 #, no-wrap
13403 msgid ""
13404 " int\n"
13405 " guestfs_ln_f (guestfs_h *g,\n"
13406 "               const char *target,\n"
13407 "               const char *linkname);\n"
13408 "\n"
13409 msgstr ""
13410
13411 # type: textblock
13412 #. type: textblock
13413 #: ../src/guestfs-actions.pod:3657 ../fish/guestfish-actions.pod:2541
13414 msgid ""
13415 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
13416 "option removes the link (C<linkname>) if it exists already."
13417 msgstr ""
13418
13419 # type: =head2
13420 #. type: =head2
13421 #: ../src/guestfs-actions.pod:3664
13422 msgid "guestfs_ln_s"
13423 msgstr ""
13424
13425 # type: verbatim
13426 #. type: verbatim
13427 #: ../src/guestfs-actions.pod:3666
13428 #, no-wrap
13429 msgid ""
13430 " int\n"
13431 " guestfs_ln_s (guestfs_h *g,\n"
13432 "               const char *target,\n"
13433 "               const char *linkname);\n"
13434 "\n"
13435 msgstr ""
13436
13437 # type: textblock
13438 #. type: textblock
13439 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2548
13440 msgid "This command creates a symbolic link using the C<ln -s> command."
13441 msgstr ""
13442
13443 # type: =head2
13444 #. type: =head2
13445 #: ../src/guestfs-actions.pod:3677
13446 msgid "guestfs_ln_sf"
13447 msgstr ""
13448
13449 # type: verbatim
13450 #. type: verbatim
13451 #: ../src/guestfs-actions.pod:3679
13452 #, no-wrap
13453 msgid ""
13454 " int\n"
13455 " guestfs_ln_sf (guestfs_h *g,\n"
13456 "                const char *target,\n"
13457 "                const char *linkname);\n"
13458 "\n"
13459 msgstr ""
13460
13461 # type: textblock
13462 #. type: textblock
13463 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2554
13464 msgid ""
13465 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
13466 "option removes the link (C<linkname>) if it exists already."
13467 msgstr ""
13468
13469 # type: =head2
13470 #. type: =head2
13471 #: ../src/guestfs-actions.pod:3691
13472 msgid "guestfs_lremovexattr"
13473 msgstr ""
13474
13475 # type: verbatim
13476 #. type: verbatim
13477 #: ../src/guestfs-actions.pod:3693
13478 #, no-wrap
13479 msgid ""
13480 " int\n"
13481 " guestfs_lremovexattr (guestfs_h *g,\n"
13482 "                       const char *xattr,\n"
13483 "                       const char *path);\n"
13484 "\n"
13485 msgstr ""
13486
13487 # type: textblock
13488 #. type: textblock
13489 #: ../src/guestfs-actions.pod:3698
13490 msgid ""
13491 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
13492 "link, then it removes an extended attribute of the link itself."
13493 msgstr ""
13494
13495 # type: =head2
13496 #. type: =head2
13497 #: ../src/guestfs-actions.pod:3706
13498 msgid "guestfs_ls"
13499 msgstr ""
13500
13501 # type: verbatim
13502 #. type: verbatim
13503 #: ../src/guestfs-actions.pod:3708
13504 #, no-wrap
13505 msgid ""
13506 " char **\n"
13507 " guestfs_ls (guestfs_h *g,\n"
13508 "             const char *directory);\n"
13509 "\n"
13510 msgstr ""
13511
13512 # type: textblock
13513 #. type: textblock
13514 #: ../src/guestfs-actions.pod:3712 ../fish/guestfish-actions.pod:2569
13515 msgid ""
13516 "List the files in C<directory> (relative to the root directory, there is no "
13517 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
13518 msgstr ""
13519
13520 # type: textblock
13521 #. type: textblock
13522 #: ../src/guestfs-actions.pod:3716
13523 msgid ""
13524 "This command is mostly useful for interactive sessions.  Programs should "
13525 "probably use C<guestfs_readdir> instead."
13526 msgstr ""
13527
13528 # type: =head2
13529 #. type: =head2
13530 #: ../src/guestfs-actions.pod:3725
13531 msgid "guestfs_lsetxattr"
13532 msgstr ""
13533
13534 # type: verbatim
13535 #. type: verbatim
13536 #: ../src/guestfs-actions.pod:3727
13537 #, no-wrap
13538 msgid ""
13539 " int\n"
13540 " guestfs_lsetxattr (guestfs_h *g,\n"
13541 "                    const char *xattr,\n"
13542 "                    const char *val,\n"
13543 "                    int vallen,\n"
13544 "                    const char *path);\n"
13545 "\n"
13546 msgstr ""
13547
13548 # type: textblock
13549 #. type: textblock
13550 #: ../src/guestfs-actions.pod:3734
13551 msgid ""
13552 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
13553 "then it sets an extended attribute of the link itself."
13554 msgstr ""
13555
13556 # type: =head2
13557 #. type: =head2
13558 #: ../src/guestfs-actions.pod:3742
13559 msgid "guestfs_lstat"
13560 msgstr ""
13561
13562 # type: verbatim
13563 #. type: verbatim
13564 #: ../src/guestfs-actions.pod:3744
13565 #, no-wrap
13566 msgid ""
13567 " struct guestfs_stat *\n"
13568 " guestfs_lstat (guestfs_h *g,\n"
13569 "                const char *path);\n"
13570 "\n"
13571 msgstr ""
13572
13573 # type: textblock
13574 #. type: textblock
13575 #: ../src/guestfs-actions.pod:3748 ../src/guestfs-actions.pod:6306
13576 #: ../fish/guestfish-actions.pod:2588 ../fish/guestfish-actions.pod:4257
13577 msgid "Returns file information for the given C<path>."
13578 msgstr ""
13579
13580 # type: textblock
13581 #. type: textblock
13582 #: ../src/guestfs-actions.pod:3750
13583 msgid ""
13584 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
13585 "link, then the link is stat-ed, not the file it refers to."
13586 msgstr ""
13587
13588 # type: textblock
13589 #. type: textblock
13590 #: ../src/guestfs-actions.pod:3754 ../fish/guestfish-actions.pod:2594
13591 msgid "This is the same as the C<lstat(2)> system call."
13592 msgstr ""
13593
13594 # type: textblock
13595 #. type: textblock
13596 #: ../src/guestfs-actions.pod:3756 ../src/guestfs-actions.pod:6310
13597 msgid ""
13598 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
13599 "error.  I<The caller must call C<guestfs_free_stat> after use>."
13600 msgstr ""
13601
13602 # type: textblock
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:6314
13605 #: ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6713
13606 msgid "(Added in 0.9.2)"
13607 msgstr ""
13608
13609 # type: =head2
13610 #. type: =head2
13611 #: ../src/guestfs-actions.pod:3762
13612 msgid "guestfs_lstatlist"
13613 msgstr ""
13614
13615 # type: verbatim
13616 #. type: verbatim
13617 #: ../src/guestfs-actions.pod:3764
13618 #, no-wrap
13619 msgid ""
13620 " struct guestfs_stat_list *\n"
13621 " guestfs_lstatlist (guestfs_h *g,\n"
13622 "                    const char *path,\n"
13623 "                    char *const *names);\n"
13624 "\n"
13625 msgstr ""
13626
13627 # type: textblock
13628 #. type: textblock
13629 #: ../src/guestfs-actions.pod:3769
13630 msgid ""
13631 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
13632 "files, where all files are in the directory C<path>.  C<names> is the list "
13633 "of files from this directory."
13634 msgstr ""
13635
13636 # type: textblock
13637 #. type: textblock
13638 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2604
13639 msgid ""
13640 "On return you get a list of stat structs, with a one-to-one correspondence "
13641 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
13642 "then the C<ino> field of that structure is set to C<-1>."
13643 msgstr ""
13644
13645 # type: textblock
13646 #. type: textblock
13647 #: ../src/guestfs-actions.pod:3778
13648 msgid ""
13649 "This call is intended for programs that want to efficiently list a directory "
13650 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
13651 "for a similarly efficient call for getting extended attributes.  Very long "
13652 "directory listings might cause the protocol message size to be exceeded, "
13653 "causing this call to fail.  The caller must split up such requests into "
13654 "smaller groups of names."
13655 msgstr ""
13656
13657 # type: textblock
13658 #. type: textblock
13659 #: ../src/guestfs-actions.pod:3786
13660 msgid ""
13661 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
13662 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
13663 msgstr ""
13664
13665 # type: =head2
13666 #. type: =head2
13667 #: ../src/guestfs-actions.pod:3792
13668 msgid "guestfs_luks_add_key"
13669 msgstr ""
13670
13671 # type: verbatim
13672 #. type: verbatim
13673 #: ../src/guestfs-actions.pod:3794
13674 #, no-wrap
13675 msgid ""
13676 " int\n"
13677 " guestfs_luks_add_key (guestfs_h *g,\n"
13678 "                       const char *device,\n"
13679 "                       const char *key,\n"
13680 "                       const char *newkey,\n"
13681 "                       int keyslot);\n"
13682 "\n"
13683 msgstr ""
13684
13685 # type: textblock
13686 #. type: textblock
13687 #: ../src/guestfs-actions.pod:3801 ../fish/guestfish-actions.pod:2621
13688 msgid ""
13689 "This command adds a new key on LUKS device C<device>.  C<key> is any "
13690 "existing key, and is used to access the device.  C<newkey> is the new key to "
13691 "add.  C<keyslot> is the key slot that will be replaced."
13692 msgstr ""
13693
13694 # type: textblock
13695 #. type: textblock
13696 #: ../src/guestfs-actions.pod:3806
13697 msgid ""
13698 "Note that if C<keyslot> already contains a key, then this command will "
13699 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
13700 msgstr ""
13701
13702 # type: textblock
13703 #. type: textblock
13704 #: ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3852
13705 #: ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3895
13706 #: ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:3946
13707 msgid ""
13708 "This function takes a key or passphrase parameter which could contain "
13709 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
13710 "information."
13711 msgstr ""
13712
13713 # type: textblock
13714 #. type: textblock
13715 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3856
13716 #: ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3899
13717 msgid "(Added in 1.5.2)"
13718 msgstr ""
13719
13720 # type: =head2
13721 #. type: =head2
13722 #: ../src/guestfs-actions.pod:3818
13723 msgid "guestfs_luks_close"
13724 msgstr ""
13725
13726 # type: verbatim
13727 #. type: verbatim
13728 #: ../src/guestfs-actions.pod:3820
13729 #, no-wrap
13730 msgid ""
13731 " int\n"
13732 " guestfs_luks_close (guestfs_h *g,\n"
13733 "                     const char *device);\n"
13734 "\n"
13735 msgstr ""
13736
13737 # type: textblock
13738 #. type: textblock
13739 #: ../src/guestfs-actions.pod:3824
13740 msgid ""
13741 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
13742 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
13743 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
13744 "underlying block device."
13745 msgstr ""
13746
13747 # type: textblock
13748 #. type: textblock
13749 #: ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3931
13750 #: ../src/guestfs-actions.pod:3950 ../src/guestfs-actions.pod:4000
13751 #: ../src/guestfs-actions.pod:4048
13752 msgid "(Added in 1.5.1)"
13753 msgstr ""
13754
13755 # type: =head2
13756 #. type: =head2
13757 #: ../src/guestfs-actions.pod:3834
13758 msgid "guestfs_luks_format"
13759 msgstr ""
13760
13761 # type: verbatim
13762 #. type: verbatim
13763 #: ../src/guestfs-actions.pod:3836
13764 #, no-wrap
13765 msgid ""
13766 " int\n"
13767 " guestfs_luks_format (guestfs_h *g,\n"
13768 "                      const char *device,\n"
13769 "                      const char *key,\n"
13770 "                      int keyslot);\n"
13771 "\n"
13772 msgstr ""
13773
13774 # type: textblock
13775 #. type: textblock
13776 #: ../src/guestfs-actions.pod:3842 ../fish/guestfish-actions.pod:2647
13777 msgid ""
13778 "This command erases existing data on C<device> and formats the device as a "
13779 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
13780 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
13781 msgstr ""
13782
13783 # type: textblock
13784 #. type: textblock
13785 #: ../src/guestfs-actions.pod:3849 ../src/guestfs-actions.pod:3872
13786 #: ../src/guestfs-actions.pod:4012 ../src/guestfs-actions.pod:4954
13787 #: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:6141
13788 #: ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6190
13789 #: ../src/guestfs-actions.pod:7350 ../fish/guestfish-actions.pod:2655
13790 #: ../fish/guestfish-actions.pod:2668 ../fish/guestfish-actions.pod:2752
13791 #: ../fish/guestfish-actions.pod:3326 ../fish/guestfish-actions.pod:3846
13792 #: ../fish/guestfish-actions.pod:4156 ../fish/guestfish-actions.pod:4172
13793 #: ../fish/guestfish-actions.pod:4187 ../fish/guestfish-actions.pod:4902
13794 msgid ""
13795 "B<This command is dangerous.  Without careful use you can easily destroy all "
13796 "your data>."
13797 msgstr ""
13798
13799 # type: =head2
13800 #. type: =head2
13801 #: ../src/guestfs-actions.pod:3858
13802 msgid "guestfs_luks_format_cipher"
13803 msgstr ""
13804
13805 # type: verbatim
13806 #. type: verbatim
13807 #: ../src/guestfs-actions.pod:3860
13808 #, no-wrap
13809 msgid ""
13810 " int\n"
13811 " guestfs_luks_format_cipher (guestfs_h *g,\n"
13812 "                             const char *device,\n"
13813 "                             const char *key,\n"
13814 "                             int keyslot,\n"
13815 "                             const char *cipher);\n"
13816 "\n"
13817 msgstr ""
13818
13819 # type: textblock
13820 #. type: textblock
13821 #: ../src/guestfs-actions.pod:3867
13822 msgid ""
13823 "This command is the same as C<guestfs_luks_format> but it also allows you to "
13824 "set the C<cipher> used."
13825 msgstr ""
13826
13827 # type: =head2
13828 #. type: =head2
13829 #: ../src/guestfs-actions.pod:3881
13830 msgid "guestfs_luks_kill_slot"
13831 msgstr ""
13832
13833 # type: verbatim
13834 #. type: verbatim
13835 #: ../src/guestfs-actions.pod:3883
13836 #, no-wrap
13837 msgid ""
13838 " int\n"
13839 " guestfs_luks_kill_slot (guestfs_h *g,\n"
13840 "                         const char *device,\n"
13841 "                         const char *key,\n"
13842 "                         int keyslot);\n"
13843 "\n"
13844 msgstr ""
13845
13846 # type: textblock
13847 #. type: textblock
13848 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2675
13849 msgid ""
13850 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
13851 "device C<device>.  C<key> must be one of the I<other> keys."
13852 msgstr ""
13853
13854 # type: =head2
13855 #. type: =head2
13856 #: ../src/guestfs-actions.pod:3901
13857 msgid "guestfs_luks_open"
13858 msgstr ""
13859
13860 # type: verbatim
13861 #. type: verbatim
13862 #: ../src/guestfs-actions.pod:3903
13863 #, no-wrap
13864 msgid ""
13865 " int\n"
13866 " guestfs_luks_open (guestfs_h *g,\n"
13867 "                    const char *device,\n"
13868 "                    const char *key,\n"
13869 "                    const char *mapname);\n"
13870 "\n"
13871 msgstr ""
13872
13873 # type: textblock
13874 #. type: textblock
13875 #: ../src/guestfs-actions.pod:3909 ../fish/guestfish-actions.pod:2686
13876 msgid ""
13877 "This command opens a block device which has been encrypted according to the "
13878 "Linux Unified Key Setup (LUKS) standard."
13879 msgstr ""
13880
13881 # type: textblock
13882 #. type: textblock
13883 #: ../src/guestfs-actions.pod:3912 ../fish/guestfish-actions.pod:2689
13884 msgid "C<device> is the encrypted block device or partition."
13885 msgstr ""
13886
13887 # type: textblock
13888 #. type: textblock
13889 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
13890 msgid ""
13891 "The caller must supply one of the keys associated with the LUKS block "
13892 "device, in the C<key> parameter."
13893 msgstr ""
13894
13895 # type: textblock
13896 #. type: textblock
13897 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
13898 msgid ""
13899 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
13900 "writes to this block device are decrypted from and encrypted to the "
13901 "underlying C<device> respectively."
13902 msgstr ""
13903
13904 # type: textblock
13905 #. type: textblock
13906 #: ../src/guestfs-actions.pod:3921
13907 msgid ""
13908 "If this block device contains LVM volume groups, then calling "
13909 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13910 "visible."
13911 msgstr ""
13912
13913 # type: =head2
13914 #. type: =head2
13915 #: ../src/guestfs-actions.pod:3933
13916 msgid "guestfs_luks_open_ro"
13917 msgstr ""
13918
13919 # type: verbatim
13920 #. type: verbatim
13921 #: ../src/guestfs-actions.pod:3935
13922 #, no-wrap
13923 msgid ""
13924 " int\n"
13925 " guestfs_luks_open_ro (guestfs_h *g,\n"
13926 "                       const char *device,\n"
13927 "                       const char *key,\n"
13928 "                       const char *mapname);\n"
13929 "\n"
13930 msgstr ""
13931
13932 # type: textblock
13933 #. type: textblock
13934 #: ../src/guestfs-actions.pod:3941
13935 msgid ""
13936 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13937 "created."
13938 msgstr ""
13939
13940 # type: =head2
13941 #. type: =head2
13942 #: ../src/guestfs-actions.pod:3952
13943 msgid "guestfs_lvcreate"
13944 msgstr ""
13945
13946 # type: verbatim
13947 #. type: verbatim
13948 #: ../src/guestfs-actions.pod:3954
13949 #, no-wrap
13950 msgid ""
13951 " int\n"
13952 " guestfs_lvcreate (guestfs_h *g,\n"
13953 "                   const char *logvol,\n"
13954 "                   const char *volgroup,\n"
13955 "                   int mbytes);\n"
13956 "\n"
13957 msgstr ""
13958
13959 # type: textblock
13960 #. type: textblock
13961 #: ../src/guestfs-actions.pod:3960 ../fish/guestfish-actions.pod:2719
13962 msgid ""
13963 "This creates an LVM logical volume called C<logvol> on the volume group "
13964 "C<volgroup>, with C<size> megabytes."
13965 msgstr ""
13966
13967 # type: =head2
13968 #. type: =head2
13969 #: ../src/guestfs-actions.pod:3967
13970 msgid "guestfs_lvm_canonical_lv_name"
13971 msgstr ""
13972
13973 # type: verbatim
13974 #. type: verbatim
13975 #: ../src/guestfs-actions.pod:3969
13976 #, no-wrap
13977 msgid ""
13978 " char *\n"
13979 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13980 "                                const char *lvname);\n"
13981 "\n"
13982 msgstr ""
13983
13984 # type: textblock
13985 #. type: textblock
13986 #: ../src/guestfs-actions.pod:3973 ../fish/guestfish-actions.pod:2726
13987 msgid ""
13988 "This converts alternative naming schemes for LVs that you might find to the "
13989 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13990 "LV>."
13991 msgstr ""
13992
13993 # type: textblock
13994 #. type: textblock
13995 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2730
13996 msgid ""
13997 "This command returns an error if the C<lvname> parameter does not refer to a "
13998 "logical volume."
13999 msgstr ""
14000
14001 # type: textblock
14002 #. type: textblock
14003 #: ../src/guestfs-actions.pod:3980
14004 msgid "See also C<guestfs_is_lv>."
14005 msgstr ""
14006
14007 # type: textblock
14008 #. type: textblock
14009 #: ../src/guestfs-actions.pod:3985
14010 msgid "(Added in 1.5.24)"
14011 msgstr ""
14012
14013 # type: =head2
14014 #. type: =head2
14015 #: ../src/guestfs-actions.pod:3987
14016 msgid "guestfs_lvm_clear_filter"
14017 msgstr ""
14018
14019 # type: verbatim
14020 #. type: verbatim
14021 #: ../src/guestfs-actions.pod:3989
14022 #, no-wrap
14023 msgid ""
14024 " int\n"
14025 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
14026 "\n"
14027 msgstr ""
14028
14029 # type: textblock
14030 #. type: textblock
14031 #: ../src/guestfs-actions.pod:3992
14032 msgid ""
14033 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
14034 "see every block device."
14035 msgstr ""
14036
14037 # type: textblock
14038 #. type: textblock
14039 #: ../src/guestfs-actions.pod:3995 ../src/guestfs-actions.pod:4037
14040 #: ../fish/guestfish-actions.pod:2742 ../fish/guestfish-actions.pod:2773
14041 msgid ""
14042 "This command also clears the LVM cache and performs a volume group scan."
14043 msgstr ""
14044
14045 # type: =head2
14046 #. type: =head2
14047 #: ../src/guestfs-actions.pod:4002
14048 msgid "guestfs_lvm_remove_all"
14049 msgstr ""
14050
14051 # type: verbatim
14052 #. type: verbatim
14053 #: ../src/guestfs-actions.pod:4004
14054 #, no-wrap
14055 msgid ""
14056 " int\n"
14057 " guestfs_lvm_remove_all (guestfs_h *g);\n"
14058 "\n"
14059 msgstr ""
14060
14061 # type: textblock
14062 #. type: textblock
14063 #: ../src/guestfs-actions.pod:4007 ../fish/guestfish-actions.pod:2749
14064 msgid ""
14065 "This command removes all LVM logical volumes, volume groups and physical "
14066 "volumes."
14067 msgstr ""
14068
14069 # type: =head2
14070 #. type: =head2
14071 #: ../src/guestfs-actions.pod:4017
14072 msgid "guestfs_lvm_set_filter"
14073 msgstr ""
14074
14075 # type: verbatim
14076 #. type: verbatim
14077 #: ../src/guestfs-actions.pod:4019
14078 #, no-wrap
14079 msgid ""
14080 " int\n"
14081 " guestfs_lvm_set_filter (guestfs_h *g,\n"
14082 "                         char *const *devices);\n"
14083 "\n"
14084 msgstr ""
14085
14086 # type: textblock
14087 #. type: textblock
14088 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2759
14089 msgid ""
14090 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
14091 "block devices in the list C<devices>, and will ignore all other attached "
14092 "block devices."
14093 msgstr ""
14094
14095 # type: textblock
14096 #. type: textblock
14097 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2763
14098 msgid ""
14099 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
14100 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
14101 "there are two types of duplication possible: either cloned PVs/VGs which "
14102 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
14103 "same name.  In normal operation you cannot create this situation, but you "
14104 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
14105 "inside the LVM metadata."
14106 msgstr ""
14107
14108 # type: textblock
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:4040 ../fish/guestfish-actions.pod:2776
14111 msgid "You can filter whole block devices or individual partitions."
14112 msgstr ""
14113
14114 # type: textblock
14115 #. type: textblock
14116 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2778
14117 msgid ""
14118 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
14119 "filesystem), even if you are not filtering out that VG."
14120 msgstr ""
14121
14122 # type: =head2
14123 #. type: =head2
14124 #: ../src/guestfs-actions.pod:4050
14125 msgid "guestfs_lvremove"
14126 msgstr ""
14127
14128 # type: verbatim
14129 #. type: verbatim
14130 #: ../src/guestfs-actions.pod:4052
14131 #, no-wrap
14132 msgid ""
14133 " int\n"
14134 " guestfs_lvremove (guestfs_h *g,\n"
14135 "                   const char *device);\n"
14136 "\n"
14137 msgstr ""
14138
14139 # type: textblock
14140 #. type: textblock
14141 #: ../src/guestfs-actions.pod:4056 ../fish/guestfish-actions.pod:2786
14142 msgid ""
14143 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
14144 "LV, such as C</dev/VG/LV>."
14145 msgstr ""
14146
14147 # type: textblock
14148 #. type: textblock
14149 #: ../src/guestfs-actions.pod:4059 ../fish/guestfish-actions.pod:2789
14150 msgid ""
14151 "You can also remove all LVs in a volume group by specifying the VG name, C</"
14152 "dev/VG>."
14153 msgstr ""
14154
14155 # type: textblock
14156 #. type: textblock
14157 #: ../src/guestfs-actions.pod:4064 ../src/guestfs-actions.pod:5300
14158 #: ../src/guestfs-actions.pod:7089
14159 msgid "(Added in 1.0.13)"
14160 msgstr ""
14161
14162 # type: =head2
14163 #. type: =head2
14164 #: ../src/guestfs-actions.pod:4066
14165 msgid "guestfs_lvrename"
14166 msgstr ""
14167
14168 # type: verbatim
14169 #. type: verbatim
14170 #: ../src/guestfs-actions.pod:4068
14171 #, no-wrap
14172 msgid ""
14173 " int\n"
14174 " guestfs_lvrename (guestfs_h *g,\n"
14175 "                   const char *logvol,\n"
14176 "                   const char *newlogvol);\n"
14177 "\n"
14178 msgstr ""
14179
14180 # type: textblock
14181 #. type: textblock
14182 #: ../src/guestfs-actions.pod:4073 ../fish/guestfish-actions.pod:2796
14183 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
14184 msgstr ""
14185
14186 # type: textblock
14187 #. type: textblock
14188 #: ../src/guestfs-actions.pod:4077 ../src/guestfs-actions.pod:7102
14189 msgid "(Added in 1.0.83)"
14190 msgstr ""
14191
14192 # type: =head2
14193 #. type: =head2
14194 #: ../src/guestfs-actions.pod:4079
14195 msgid "guestfs_lvresize"
14196 msgstr ""
14197
14198 # type: verbatim
14199 #. type: verbatim
14200 #: ../src/guestfs-actions.pod:4081
14201 #, no-wrap
14202 msgid ""
14203 " int\n"
14204 " guestfs_lvresize (guestfs_h *g,\n"
14205 "                   const char *device,\n"
14206 "                   int mbytes);\n"
14207 "\n"
14208 msgstr ""
14209
14210 # type: textblock
14211 #. type: textblock
14212 #: ../src/guestfs-actions.pod:4086 ../fish/guestfish-actions.pod:2802
14213 msgid ""
14214 "This resizes (expands or shrinks) an existing LVM logical volume to "
14215 "C<mbytes>.  When reducing, data in the reduced part is lost."
14216 msgstr ""
14217
14218 # type: =head2
14219 #. type: =head2
14220 #: ../src/guestfs-actions.pod:4094
14221 msgid "guestfs_lvresize_free"
14222 msgstr ""
14223
14224 # type: verbatim
14225 #. type: verbatim
14226 #: ../src/guestfs-actions.pod:4096
14227 #, no-wrap
14228 msgid ""
14229 " int\n"
14230 " guestfs_lvresize_free (guestfs_h *g,\n"
14231 "                        const char *lv,\n"
14232 "                        int percent);\n"
14233 "\n"
14234 msgstr ""
14235
14236 # type: textblock
14237 #. type: textblock
14238 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2810
14239 msgid ""
14240 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
14241 "remaining free space in the volume group.  Commonly you would call this with "
14242 "pc = 100 which expands the logical volume as much as possible, using all "
14243 "remaining free space in the volume group."
14244 msgstr ""
14245
14246 # type: textblock
14247 #. type: textblock
14248 #: ../src/guestfs-actions.pod:4109
14249 msgid "(Added in 1.3.3)"
14250 msgstr ""
14251
14252 # type: =head2
14253 #. type: =head2
14254 #: ../src/guestfs-actions.pod:4111
14255 msgid "guestfs_lvs"
14256 msgstr ""
14257
14258 # type: verbatim
14259 #. type: verbatim
14260 #: ../src/guestfs-actions.pod:4113
14261 #, no-wrap
14262 msgid ""
14263 " char **\n"
14264 " guestfs_lvs (guestfs_h *g);\n"
14265 "\n"
14266 msgstr ""
14267
14268 # type: textblock
14269 #. type: textblock
14270 #: ../src/guestfs-actions.pod:4116 ../fish/guestfish-actions.pod:2820
14271 msgid ""
14272 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14273 "(8)> command."
14274 msgstr ""
14275
14276 # type: textblock
14277 #. type: textblock
14278 #: ../src/guestfs-actions.pod:4119 ../fish/guestfish-actions.pod:2823
14279 msgid ""
14280 "This returns a list of the logical volume device names (eg. C</dev/"
14281 "VolGroup00/LogVol00>)."
14282 msgstr ""
14283
14284 # type: textblock
14285 #. type: textblock
14286 #: ../src/guestfs-actions.pod:4122
14287 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
14288 msgstr ""
14289
14290 # type: =head2
14291 #. type: =head2
14292 #: ../src/guestfs-actions.pod:4130
14293 msgid "guestfs_lvs_full"
14294 msgstr ""
14295
14296 # type: verbatim
14297 #. type: verbatim
14298 #: ../src/guestfs-actions.pod:4132
14299 #, no-wrap
14300 msgid ""
14301 " struct guestfs_lvm_lv_list *\n"
14302 " guestfs_lvs_full (guestfs_h *g);\n"
14303 "\n"
14304 msgstr ""
14305
14306 # type: textblock
14307 #. type: textblock
14308 #: ../src/guestfs-actions.pod:4135 ../fish/guestfish-actions.pod:2832
14309 msgid ""
14310 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
14311 "(8)> command.  The \"full\" version includes all fields."
14312 msgstr ""
14313
14314 # type: textblock
14315 #. type: textblock
14316 #: ../src/guestfs-actions.pod:4138
14317 msgid ""
14318 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
14319 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
14320 msgstr ""
14321
14322 # type: =head2
14323 #. type: =head2
14324 #: ../src/guestfs-actions.pod:4144
14325 msgid "guestfs_lvuuid"
14326 msgstr ""
14327
14328 # type: verbatim
14329 #. type: verbatim
14330 #: ../src/guestfs-actions.pod:4146
14331 #, no-wrap
14332 msgid ""
14333 " char *\n"
14334 " guestfs_lvuuid (guestfs_h *g,\n"
14335 "                 const char *device);\n"
14336 "\n"
14337 msgstr ""
14338
14339 # type: textblock
14340 #. type: textblock
14341 #: ../src/guestfs-actions.pod:4150 ../fish/guestfish-actions.pod:2839
14342 msgid "This command returns the UUID of the LVM LV C<device>."
14343 msgstr ""
14344
14345 # type: =head2
14346 #. type: =head2
14347 #: ../src/guestfs-actions.pod:4157
14348 msgid "guestfs_lxattrlist"
14349 msgstr ""
14350
14351 # type: verbatim
14352 #. type: verbatim
14353 #: ../src/guestfs-actions.pod:4159
14354 #, no-wrap
14355 msgid ""
14356 " struct guestfs_xattr_list *\n"
14357 " guestfs_lxattrlist (guestfs_h *g,\n"
14358 "                     const char *path,\n"
14359 "                     char *const *names);\n"
14360 "\n"
14361 msgstr ""
14362
14363 # type: textblock
14364 #. type: textblock
14365 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2845
14366 msgid ""
14367 "This call allows you to get the extended attributes of multiple files, where "
14368 "all files are in the directory C<path>.  C<names> is the list of files from "
14369 "this directory."
14370 msgstr ""
14371
14372 # type: textblock
14373 #. type: textblock
14374 #: ../src/guestfs-actions.pod:4168 ../fish/guestfish-actions.pod:2849
14375 msgid ""
14376 "On return you get a flat list of xattr structs which must be interpreted "
14377 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
14378 "C<attrval> in this struct is zero-length to indicate there was an error "
14379 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
14380 "number (the number of following attributes for this file, which could be C<"
14381 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
14382 "for the first named file.  This repeats for the second and subsequent files."
14383 msgstr ""
14384
14385 # type: textblock
14386 #. type: textblock
14387 #: ../src/guestfs-actions.pod:4178
14388 msgid ""
14389 "This call is intended for programs that want to efficiently list a directory "
14390 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
14391 "a similarly efficient call for getting standard stats.  Very long directory "
14392 "listings might cause the protocol message size to be exceeded, causing this "
14393 "call to fail.  The caller must split up such requests into smaller groups of "
14394 "names."
14395 msgstr ""
14396
14397 # type: =head2
14398 #. type: =head2
14399 #: ../src/guestfs-actions.pod:4192
14400 msgid "guestfs_mkdir"
14401 msgstr ""
14402
14403 # type: verbatim
14404 #. type: verbatim
14405 #: ../src/guestfs-actions.pod:4194
14406 #, no-wrap
14407 msgid ""
14408 " int\n"
14409 " guestfs_mkdir (guestfs_h *g,\n"
14410 "                const char *path);\n"
14411 "\n"
14412 msgstr ""
14413
14414 # type: textblock
14415 #. type: textblock
14416 #: ../src/guestfs-actions.pod:4198 ../fish/guestfish-actions.pod:2871
14417 msgid "Create a directory named C<path>."
14418 msgstr ""
14419
14420 # type: =head2
14421 #. type: =head2
14422 #: ../src/guestfs-actions.pod:4204
14423 msgid "guestfs_mkdir_mode"
14424 msgstr ""
14425
14426 # type: verbatim
14427 #. type: verbatim
14428 #: ../src/guestfs-actions.pod:4206
14429 #, no-wrap
14430 msgid ""
14431 " int\n"
14432 " guestfs_mkdir_mode (guestfs_h *g,\n"
14433 "                     const char *path,\n"
14434 "                     int mode);\n"
14435 "\n"
14436 msgstr ""
14437
14438 # type: textblock
14439 #. type: textblock
14440 #: ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:2877
14441 msgid ""
14442 "This command creates a directory, setting the initial permissions of the "
14443 "directory to C<mode>."
14444 msgstr ""
14445
14446 # type: textblock
14447 #. type: textblock
14448 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2880
14449 msgid ""
14450 "For common Linux filesystems, the actual mode which is set will be C<mode & "
14451 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
14452 "other ways."
14453 msgstr ""
14454
14455 # type: textblock
14456 #. type: textblock
14457 #: ../src/guestfs-actions.pod:4218
14458 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
14459 msgstr ""
14460
14461 # type: =head2
14462 #. type: =head2
14463 #: ../src/guestfs-actions.pod:4224
14464 msgid "guestfs_mkdir_p"
14465 msgstr ""
14466
14467 # type: verbatim
14468 #. type: verbatim
14469 #: ../src/guestfs-actions.pod:4226
14470 #, no-wrap
14471 msgid ""
14472 " int\n"
14473 " guestfs_mkdir_p (guestfs_h *g,\n"
14474 "                  const char *path);\n"
14475 "\n"
14476 msgstr ""
14477
14478 # type: textblock
14479 #. type: textblock
14480 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2890
14481 msgid ""
14482 "Create a directory named C<path>, creating any parent directories as "
14483 "necessary.  This is like the C<mkdir -p> shell command."
14484 msgstr ""
14485
14486 # type: =head2
14487 #. type: =head2
14488 #: ../src/guestfs-actions.pod:4237
14489 msgid "guestfs_mkdtemp"
14490 msgstr ""
14491
14492 # type: verbatim
14493 #. type: verbatim
14494 #: ../src/guestfs-actions.pod:4239
14495 #, no-wrap
14496 msgid ""
14497 " char *\n"
14498 " guestfs_mkdtemp (guestfs_h *g,\n"
14499 "                  const char *template);\n"
14500 "\n"
14501 msgstr ""
14502
14503 # type: textblock
14504 #. type: textblock
14505 #: ../src/guestfs-actions.pod:4243 ../fish/guestfish-actions.pod:2897
14506 msgid ""
14507 "This command creates a temporary directory.  The C<template> parameter "
14508 "should be a full pathname for the temporary directory name with the final "
14509 "six characters being \"XXXXXX\"."
14510 msgstr ""
14511
14512 # type: textblock
14513 #. type: textblock
14514 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
14515 msgid ""
14516 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
14517 "being suitable for Windows filesystems."
14518 msgstr ""
14519
14520 # type: textblock
14521 #. type: textblock
14522 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2905
14523 msgid "The name of the temporary directory that was created is returned."
14524 msgstr ""
14525
14526 # type: textblock
14527 #. type: textblock
14528 #: ../src/guestfs-actions.pod:4254 ../fish/guestfish-actions.pod:2908
14529 msgid "The temporary directory is created with mode 0700 and is owned by root."
14530 msgstr ""
14531
14532 # type: textblock
14533 #. type: textblock
14534 #: ../src/guestfs-actions.pod:4257 ../fish/guestfish-actions.pod:2911
14535 msgid ""
14536 "The caller is responsible for deleting the temporary directory and its "
14537 "contents after use."
14538 msgstr ""
14539
14540 # type: textblock
14541 #. type: textblock
14542 #: ../src/guestfs-actions.pod:4260 ../fish/guestfish-actions.pod:2914
14543 msgid "See also: L<mkdtemp(3)>"
14544 msgstr ""
14545
14546 # type: =head2
14547 #. type: =head2
14548 #: ../src/guestfs-actions.pod:4267
14549 msgid "guestfs_mke2fs_J"
14550 msgstr ""
14551
14552 # type: verbatim
14553 #. type: verbatim
14554 #: ../src/guestfs-actions.pod:4269
14555 #, no-wrap
14556 msgid ""
14557 " int\n"
14558 " guestfs_mke2fs_J (guestfs_h *g,\n"
14559 "                   const char *fstype,\n"
14560 "                   int blocksize,\n"
14561 "                   const char *device,\n"
14562 "                   const char *journal);\n"
14563 "\n"
14564 msgstr ""
14565
14566 # type: textblock
14567 #. type: textblock
14568 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2920
14569 msgid ""
14570 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14571 "C<journal>.  It is equivalent to the command:"
14572 msgstr ""
14573
14574 # type: verbatim
14575 #. type: verbatim
14576 #: ../src/guestfs-actions.pod:4280 ../fish/guestfish-actions.pod:2924
14577 #, no-wrap
14578 msgid ""
14579 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
14580 "\n"
14581 msgstr ""
14582
14583 # type: textblock
14584 #. type: textblock
14585 #: ../src/guestfs-actions.pod:4282
14586 msgid "See also C<guestfs_mke2journal>."
14587 msgstr ""
14588
14589 # type: textblock
14590 #. type: textblock
14591 #: ../src/guestfs-actions.pod:4286 ../src/guestfs-actions.pod:4304
14592 #: ../src/guestfs-actions.pod:4322 ../src/guestfs-actions.pod:4338
14593 #: ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4366
14594 #: ../src/guestfs-actions.pod:4425 ../src/guestfs-actions.pod:4690
14595 msgid "(Added in 1.0.68)"
14596 msgstr ""
14597
14598 # type: =head2
14599 #. type: =head2
14600 #: ../src/guestfs-actions.pod:4288
14601 msgid "guestfs_mke2fs_JL"
14602 msgstr ""
14603
14604 # type: verbatim
14605 #. type: verbatim
14606 #: ../src/guestfs-actions.pod:4290
14607 #, no-wrap
14608 msgid ""
14609 " int\n"
14610 " guestfs_mke2fs_JL (guestfs_h *g,\n"
14611 "                    const char *fstype,\n"
14612 "                    int blocksize,\n"
14613 "                    const char *device,\n"
14614 "                    const char *label);\n"
14615 "\n"
14616 msgstr ""
14617
14618 # type: textblock
14619 #. type: textblock
14620 #: ../src/guestfs-actions.pod:4297 ../fish/guestfish-actions.pod:2932
14621 msgid ""
14622 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14623 "the journal labeled C<label>."
14624 msgstr ""
14625
14626 # type: textblock
14627 #. type: textblock
14628 #: ../src/guestfs-actions.pod:4300
14629 msgid "See also C<guestfs_mke2journal_L>."
14630 msgstr ""
14631
14632 # type: =head2
14633 #. type: =head2
14634 #: ../src/guestfs-actions.pod:4306
14635 msgid "guestfs_mke2fs_JU"
14636 msgstr ""
14637
14638 # type: verbatim
14639 #. type: verbatim
14640 #: ../src/guestfs-actions.pod:4308
14641 #, no-wrap
14642 msgid ""
14643 " int\n"
14644 " guestfs_mke2fs_JU (guestfs_h *g,\n"
14645 "                    const char *fstype,\n"
14646 "                    int blocksize,\n"
14647 "                    const char *device,\n"
14648 "                    const char *uuid);\n"
14649 "\n"
14650 msgstr ""
14651
14652 # type: textblock
14653 #. type: textblock
14654 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2941
14655 msgid ""
14656 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
14657 "the journal with UUID C<uuid>."
14658 msgstr ""
14659
14660 # type: textblock
14661 #. type: textblock
14662 #: ../src/guestfs-actions.pod:4318
14663 msgid "See also C<guestfs_mke2journal_U>."
14664 msgstr ""
14665
14666 # type: =head2
14667 #. type: =head2
14668 #: ../src/guestfs-actions.pod:4324
14669 msgid "guestfs_mke2journal"
14670 msgstr ""
14671
14672 # type: verbatim
14673 #. type: verbatim
14674 #: ../src/guestfs-actions.pod:4326
14675 #, no-wrap
14676 msgid ""
14677 " int\n"
14678 " guestfs_mke2journal (guestfs_h *g,\n"
14679 "                      int blocksize,\n"
14680 "                      const char *device);\n"
14681 "\n"
14682 msgstr ""
14683
14684 # type: textblock
14685 #. type: textblock
14686 #: ../src/guestfs-actions.pod:4331 ../fish/guestfish-actions.pod:2950
14687 msgid ""
14688 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
14689 "command:"
14690 msgstr ""
14691
14692 # type: verbatim
14693 #. type: verbatim
14694 #: ../src/guestfs-actions.pod:4334 ../fish/guestfish-actions.pod:2953
14695 #, no-wrap
14696 msgid ""
14697 " mke2fs -O journal_dev -b blocksize device\n"
14698 "\n"
14699 msgstr ""
14700
14701 # type: =head2
14702 #. type: =head2
14703 #: ../src/guestfs-actions.pod:4340
14704 msgid "guestfs_mke2journal_L"
14705 msgstr ""
14706
14707 # type: verbatim
14708 #. type: verbatim
14709 #: ../src/guestfs-actions.pod:4342
14710 #, no-wrap
14711 msgid ""
14712 " int\n"
14713 " guestfs_mke2journal_L (guestfs_h *g,\n"
14714 "                        int blocksize,\n"
14715 "                        const char *label,\n"
14716 "                        const char *device);\n"
14717 "\n"
14718 msgstr ""
14719
14720 # type: textblock
14721 #. type: textblock
14722 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2959
14723 msgid "This creates an ext2 external journal on C<device> with label C<label>."
14724 msgstr ""
14725
14726 # type: =head2
14727 #. type: =head2
14728 #: ../src/guestfs-actions.pod:4354
14729 msgid "guestfs_mke2journal_U"
14730 msgstr ""
14731
14732 # type: verbatim
14733 #. type: verbatim
14734 #: ../src/guestfs-actions.pod:4356
14735 #, no-wrap
14736 msgid ""
14737 " int\n"
14738 " guestfs_mke2journal_U (guestfs_h *g,\n"
14739 "                        int blocksize,\n"
14740 "                        const char *uuid,\n"
14741 "                        const char *device);\n"
14742 "\n"
14743 msgstr ""
14744
14745 # type: textblock
14746 #. type: textblock
14747 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2965
14748 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
14749 msgstr ""
14750
14751 # type: =head2
14752 #. type: =head2
14753 #: ../src/guestfs-actions.pod:4368
14754 msgid "guestfs_mkfifo"
14755 msgstr ""
14756
14757 # type: verbatim
14758 #. type: verbatim
14759 #: ../src/guestfs-actions.pod:4370
14760 #, no-wrap
14761 msgid ""
14762 " int\n"
14763 " guestfs_mkfifo (guestfs_h *g,\n"
14764 "                 int mode,\n"
14765 "                 const char *path);\n"
14766 "\n"
14767 msgstr ""
14768
14769 # type: textblock
14770 #. type: textblock
14771 #: ../src/guestfs-actions.pod:4375
14772 msgid ""
14773 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
14774 "is just a convenient wrapper around C<guestfs_mknod>."
14775 msgstr ""
14776
14777 # type: =head2
14778 #. type: =head2
14779 #: ../src/guestfs-actions.pod:4385
14780 msgid "guestfs_mkfs"
14781 msgstr ""
14782
14783 # type: verbatim
14784 #. type: verbatim
14785 #: ../src/guestfs-actions.pod:4387
14786 #, no-wrap
14787 msgid ""
14788 " int\n"
14789 " guestfs_mkfs (guestfs_h *g,\n"
14790 "               const char *fstype,\n"
14791 "               const char *device);\n"
14792 "\n"
14793 msgstr ""
14794
14795 # type: textblock
14796 #. type: textblock
14797 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2981
14798 msgid ""
14799 "This creates a filesystem on C<device> (usually a partition or LVM logical "
14800 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
14801 msgstr ""
14802
14803 # type: =head2
14804 #. type: =head2
14805 #: ../src/guestfs-actions.pod:4400
14806 msgid "guestfs_mkfs_b"
14807 msgstr ""
14808
14809 # type: verbatim
14810 #. type: verbatim
14811 #: ../src/guestfs-actions.pod:4402
14812 #, no-wrap
14813 msgid ""
14814 " int\n"
14815 " guestfs_mkfs_b (guestfs_h *g,\n"
14816 "                 const char *fstype,\n"
14817 "                 int blocksize,\n"
14818 "                 const char *device);\n"
14819 "\n"
14820 msgstr ""
14821
14822 # type: textblock
14823 #. type: textblock
14824 #: ../src/guestfs-actions.pod:4408
14825 msgid ""
14826 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
14827 "block size of the resulting filesystem.  Supported block sizes depend on the "
14828 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
14829 msgstr ""
14830
14831 # type: textblock
14832 #. type: textblock
14833 #: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4456
14834 #: ../fish/guestfish-actions.pod:2994 ../fish/guestfish-actions.pod:3021
14835 msgid ""
14836 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
14837 "cluster size."
14838 msgstr ""
14839
14840 # type: textblock
14841 #. type: textblock
14842 #: ../src/guestfs-actions.pod:4418 ../fish/guestfish-actions.pod:2997
14843 msgid ""
14844 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
14845 msgstr ""
14846
14847 # type: =head2
14848 #. type: =head2
14849 #: ../src/guestfs-actions.pod:4427
14850 msgid "guestfs_mkfs_opts"
14851 msgstr ""
14852
14853 # type: verbatim
14854 #. type: verbatim
14855 #: ../src/guestfs-actions.pod:4429
14856 #, no-wrap
14857 msgid ""
14858 " int\n"
14859 " guestfs_mkfs_opts (guestfs_h *g,\n"
14860 "                    const char *fstype,\n"
14861 "                    const char *device,\n"
14862 "                    ...);\n"
14863 "\n"
14864 msgstr ""
14865
14866 #. type: verbatim
14867 #: ../src/guestfs-actions.pod:4440
14868 #, no-wrap
14869 msgid ""
14870 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
14871 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
14872 "\n"
14873 msgstr ""
14874
14875 # type: textblock
14876 #. type: textblock
14877 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:3008
14878 msgid ""
14879 "This function creates a filesystem on C<device>.  The filesystem type is "
14880 "C<fstype>, for example C<ext3>."
14881 msgstr ""
14882
14883 # type: =item
14884 #. type: =item
14885 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:3015
14886 msgid "C<blocksize>"
14887 msgstr ""
14888
14889 # type: textblock
14890 #. type: textblock
14891 #: ../src/guestfs-actions.pod:4452 ../fish/guestfish-actions.pod:3017
14892 msgid ""
14893 "The filesystem block size.  Supported block sizes depend on the filesystem "
14894 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
14895 "filesystems."
14896 msgstr ""
14897
14898 #. type: textblock
14899 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:3024
14900 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
14901 msgstr ""
14902
14903 #. type: =item
14904 #: ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:3026
14905 msgid "C<features>"
14906 msgstr ""
14907
14908 #. type: textblock
14909 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:3028
14910 msgid "This passes the C<-O> parameter to the external mkfs program."
14911 msgstr ""
14912
14913 #. type: textblock
14914 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:3030
14915 msgid ""
14916 "For certain filesystem types, this allows extra filesystem features to be "
14917 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
14918 msgstr ""
14919
14920 #. type: textblock
14921 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3034
14922 msgid ""
14923 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
14924 "type."
14925 msgstr ""
14926
14927 #. type: textblock
14928 #: ../src/guestfs-actions.pod:4476
14929 msgid "(Added in 1.7.19)"
14930 msgstr ""
14931
14932 # type: =head2
14933 #. type: =head2
14934 #: ../src/guestfs-actions.pod:4478
14935 msgid "guestfs_mkfs_opts_va"
14936 msgstr ""
14937
14938 # type: verbatim
14939 #. type: verbatim
14940 #: ../src/guestfs-actions.pod:4480
14941 #, no-wrap
14942 msgid ""
14943 " int\n"
14944 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14945 "                       const char *fstype,\n"
14946 "                       const char *device,\n"
14947 "                       va_list args);\n"
14948 "\n"
14949 msgstr ""
14950
14951 # type: textblock
14952 #. type: textblock
14953 #: ../src/guestfs-actions.pod:4486
14954 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14955 msgstr ""
14956
14957 # type: =head2
14958 #. type: =head2
14959 #: ../src/guestfs-actions.pod:4490
14960 msgid "guestfs_mkfs_opts_argv"
14961 msgstr ""
14962
14963 # type: verbatim
14964 #. type: verbatim
14965 #: ../src/guestfs-actions.pod:4492
14966 #, no-wrap
14967 msgid ""
14968 " int\n"
14969 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14970 "                         const char *fstype,\n"
14971 "                         const char *device,\n"
14972 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14973 "\n"
14974 msgstr ""
14975
14976 # type: textblock
14977 #. type: textblock
14978 #: ../src/guestfs-actions.pod:4498
14979 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14980 msgstr ""
14981
14982 # type: =head2
14983 #. type: =head2
14984 #: ../src/guestfs-actions.pod:4502
14985 msgid "guestfs_mkmountpoint"
14986 msgstr ""
14987
14988 # type: verbatim
14989 #. type: verbatim
14990 #: ../src/guestfs-actions.pod:4504
14991 #, no-wrap
14992 msgid ""
14993 " int\n"
14994 " guestfs_mkmountpoint (guestfs_h *g,\n"
14995 "                       const char *exemptpath);\n"
14996 "\n"
14997 msgstr ""
14998
14999 # type: textblock
15000 #. type: textblock
15001 #: ../src/guestfs-actions.pod:4508
15002 msgid ""
15003 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
15004 "that can be used to create extra mountpoints before mounting the first "
15005 "filesystem."
15006 msgstr ""
15007
15008 # type: textblock
15009 #. type: textblock
15010 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3049
15011 msgid ""
15012 "These calls are I<only> necessary in some very limited circumstances, mainly "
15013 "the case where you want to mount a mix of unrelated and/or read-only "
15014 "filesystems together."
15015 msgstr ""
15016
15017 # type: textblock
15018 #. type: textblock
15019 #: ../src/guestfs-actions.pod:4516 ../fish/guestfish-actions.pod:3053
15020 msgid ""
15021 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
15022 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
15023 "inside that.  You can unpack this as follows in guestfish:"
15024 msgstr ""
15025
15026 # type: verbatim
15027 #. type: verbatim
15028 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
15029 #, no-wrap
15030 msgid ""
15031 " add-ro Fedora-11-i686-Live.iso\n"
15032 " run\n"
15033 " mkmountpoint /cd\n"
15034 " mkmountpoint /sqsh\n"
15035 " mkmountpoint /ext3fs\n"
15036 " mount /dev/sda /cd\n"
15037 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
15038 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
15039 "\n"
15040 msgstr ""
15041
15042 # type: textblock
15043 #. type: textblock
15044 #: ../src/guestfs-actions.pod:4530 ../fish/guestfish-actions.pod:3067
15045 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
15046 msgstr ""
15047
15048 # type: textblock
15049 #. type: textblock
15050 #: ../src/guestfs-actions.pod:4532
15051 msgid ""
15052 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
15053 "may get unexpected errors if you try to mix these calls.  It is safest to "
15054 "manually unmount filesystems and remove mountpoints after use."
15055 msgstr ""
15056
15057 # type: textblock
15058 #. type: textblock
15059 #: ../src/guestfs-actions.pod:4536
15060 msgid ""
15061 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
15062 "first, so for this to work for manual mountpoints, you must ensure that the "
15063 "innermost mountpoints have the longest pathnames, as in the example code "
15064 "above."
15065 msgstr ""
15066
15067 # type: textblock
15068 #. type: textblock
15069 #: ../src/guestfs-actions.pod:4541 ../fish/guestfish-actions.pod:3078
15070 msgid ""
15071 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
15072 msgstr ""
15073
15074 #. type: textblock
15075 #: ../src/guestfs-actions.pod:4543
15076 msgid ""
15077 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
15078 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
15079 "can also trigger these issues."
15080 msgstr ""
15081
15082 # type: textblock
15083 #. type: textblock
15084 #: ../src/guestfs-actions.pod:4549 ../src/guestfs-actions.pod:4808
15085 #: ../src/guestfs-actions.pod:5718
15086 msgid "(Added in 1.0.62)"
15087 msgstr ""
15088
15089 # type: =head2
15090 #. type: =head2
15091 #: ../src/guestfs-actions.pod:4551
15092 msgid "guestfs_mknod"
15093 msgstr ""
15094
15095 # type: verbatim
15096 #. type: verbatim
15097 #: ../src/guestfs-actions.pod:4553
15098 #, no-wrap
15099 msgid ""
15100 " int\n"
15101 " guestfs_mknod (guestfs_h *g,\n"
15102 "                int mode,\n"
15103 "                int devmajor,\n"
15104 "                int devminor,\n"
15105 "                const char *path);\n"
15106 "\n"
15107 msgstr ""
15108
15109 # type: textblock
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:4560 ../fish/guestfish-actions.pod:3088
15112 msgid ""
15113 "This call creates block or character special devices, or named pipes (FIFOs)."
15114 msgstr ""
15115
15116 # type: textblock
15117 #. type: textblock
15118 #: ../src/guestfs-actions.pod:4563 ../fish/guestfish-actions.pod:3091
15119 msgid ""
15120 "The C<mode> parameter should be the mode, using the standard constants.  "
15121 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
15122 "used when creating block and character special devices."
15123 msgstr ""
15124
15125 # type: textblock
15126 #. type: textblock
15127 #: ../src/guestfs-actions.pod:4568
15128 msgid ""
15129 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
15130 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
15131 "regular file).  These constants are available in the standard Linux header "
15132 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
15133 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
15134 "the appropriate constant for you."
15135 msgstr ""
15136
15137 # type: =head2
15138 #. type: =head2
15139 #: ../src/guestfs-actions.pod:4582
15140 msgid "guestfs_mknod_b"
15141 msgstr ""
15142
15143 # type: verbatim
15144 #. type: verbatim
15145 #: ../src/guestfs-actions.pod:4584
15146 #, no-wrap
15147 msgid ""
15148 " int\n"
15149 " guestfs_mknod_b (guestfs_h *g,\n"
15150 "                  int mode,\n"
15151 "                  int devmajor,\n"
15152 "                  int devminor,\n"
15153 "                  const char *path);\n"
15154 "\n"
15155 msgstr ""
15156
15157 # type: textblock
15158 #. type: textblock
15159 #: ../src/guestfs-actions.pod:4591
15160 msgid ""
15161 "This call creates a block device node called C<path> with mode C<mode> and "
15162 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15163 "wrapper around C<guestfs_mknod>."
15164 msgstr ""
15165
15166 # type: =head2
15167 #. type: =head2
15168 #: ../src/guestfs-actions.pod:4601
15169 msgid "guestfs_mknod_c"
15170 msgstr ""
15171
15172 # type: verbatim
15173 #. type: verbatim
15174 #: ../src/guestfs-actions.pod:4603
15175 #, no-wrap
15176 msgid ""
15177 " int\n"
15178 " guestfs_mknod_c (guestfs_h *g,\n"
15179 "                  int mode,\n"
15180 "                  int devmajor,\n"
15181 "                  int devminor,\n"
15182 "                  const char *path);\n"
15183 "\n"
15184 msgstr ""
15185
15186 # type: textblock
15187 #. type: textblock
15188 #: ../src/guestfs-actions.pod:4610
15189 msgid ""
15190 "This call creates a char device node called C<path> with mode C<mode> and "
15191 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
15192 "wrapper around C<guestfs_mknod>."
15193 msgstr ""
15194
15195 # type: =head2
15196 #. type: =head2
15197 #: ../src/guestfs-actions.pod:4620
15198 msgid "guestfs_mkswap"
15199 msgstr ""
15200
15201 # type: verbatim
15202 #. type: verbatim
15203 #: ../src/guestfs-actions.pod:4622
15204 #, no-wrap
15205 msgid ""
15206 " int\n"
15207 " guestfs_mkswap (guestfs_h *g,\n"
15208 "                 const char *device);\n"
15209 "\n"
15210 msgstr ""
15211
15212 # type: textblock
15213 #. type: textblock
15214 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3130
15215 msgid "Create a swap partition on C<device>."
15216 msgstr ""
15217
15218 # type: =head2
15219 #. type: =head2
15220 #: ../src/guestfs-actions.pod:4632
15221 msgid "guestfs_mkswap_L"
15222 msgstr ""
15223
15224 # type: verbatim
15225 #. type: verbatim
15226 #: ../src/guestfs-actions.pod:4634
15227 #, no-wrap
15228 msgid ""
15229 " int\n"
15230 " guestfs_mkswap_L (guestfs_h *g,\n"
15231 "                   const char *label,\n"
15232 "                   const char *device);\n"
15233 "\n"
15234 msgstr ""
15235
15236 # type: textblock
15237 #. type: textblock
15238 #: ../src/guestfs-actions.pod:4639 ../fish/guestfish-actions.pod:3136
15239 msgid "Create a swap partition on C<device> with label C<label>."
15240 msgstr ""
15241
15242 # type: textblock
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:4641 ../fish/guestfish-actions.pod:3138
15245 msgid ""
15246 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
15247 "sda>), just to a partition.  This appears to be a limitation of the kernel "
15248 "or swap tools."
15249 msgstr ""
15250
15251 # type: =head2
15252 #. type: =head2
15253 #: ../src/guestfs-actions.pod:4649
15254 msgid "guestfs_mkswap_U"
15255 msgstr ""
15256
15257 # type: verbatim
15258 #. type: verbatim
15259 #: ../src/guestfs-actions.pod:4651
15260 #, no-wrap
15261 msgid ""
15262 " int\n"
15263 " guestfs_mkswap_U (guestfs_h *g,\n"
15264 "                   const char *uuid,\n"
15265 "                   const char *device);\n"
15266 "\n"
15267 msgstr ""
15268
15269 # type: textblock
15270 #. type: textblock
15271 #: ../src/guestfs-actions.pod:4656 ../fish/guestfish-actions.pod:3146
15272 msgid "Create a swap partition on C<device> with UUID C<uuid>."
15273 msgstr ""
15274
15275 # type: =head2
15276 #. type: =head2
15277 #: ../src/guestfs-actions.pod:4662
15278 msgid "guestfs_mkswap_file"
15279 msgstr ""
15280
15281 # type: verbatim
15282 #. type: verbatim
15283 #: ../src/guestfs-actions.pod:4664
15284 #, no-wrap
15285 msgid ""
15286 " int\n"
15287 " guestfs_mkswap_file (guestfs_h *g,\n"
15288 "                      const char *path);\n"
15289 "\n"
15290 msgstr ""
15291
15292 # type: textblock
15293 #. type: textblock
15294 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3152
15295 msgid "Create a swap file."
15296 msgstr ""
15297
15298 # type: textblock
15299 #. type: textblock
15300 #: ../src/guestfs-actions.pod:4670
15301 msgid ""
15302 "This command just writes a swap file signature to an existing file.  To "
15303 "create the file itself, use something like C<guestfs_fallocate>."
15304 msgstr ""
15305
15306 # type: =head2
15307 #. type: =head2
15308 #: ../src/guestfs-actions.pod:4677
15309 msgid "guestfs_modprobe"
15310 msgstr ""
15311
15312 # type: verbatim
15313 #. type: verbatim
15314 #: ../src/guestfs-actions.pod:4679
15315 #, no-wrap
15316 msgid ""
15317 " int\n"
15318 " guestfs_modprobe (guestfs_h *g,\n"
15319 "                   const char *modulename);\n"
15320 "\n"
15321 msgstr ""
15322
15323 # type: textblock
15324 #. type: textblock
15325 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3161
15326 msgid "This loads a kernel module in the appliance."
15327 msgstr ""
15328
15329 # type: textblock
15330 #. type: textblock
15331 #: ../src/guestfs-actions.pod:4685 ../fish/guestfish-actions.pod:3163
15332 msgid ""
15333 "The kernel module must have been whitelisted when libguestfs was built (see "
15334 "C<appliance/kmod.whitelist.in> in the source)."
15335 msgstr ""
15336
15337 # type: =head2
15338 #. type: =head2
15339 #: ../src/guestfs-actions.pod:4692
15340 msgid "guestfs_mount"
15341 msgstr ""
15342
15343 # type: verbatim
15344 #. type: verbatim
15345 #: ../src/guestfs-actions.pod:4694
15346 #, no-wrap
15347 msgid ""
15348 " int\n"
15349 " guestfs_mount (guestfs_h *g,\n"
15350 "                const char *device,\n"
15351 "                const char *mountpoint);\n"
15352 "\n"
15353 msgstr ""
15354
15355 # type: textblock
15356 #. type: textblock
15357 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3170
15358 msgid ""
15359 "Mount a guest disk at a position in the filesystem.  Block devices are named "
15360 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
15361 "those block devices contain partitions, they will have the usual names (eg. "
15362 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
15363 msgstr ""
15364
15365 # type: textblock
15366 #. type: textblock
15367 #: ../src/guestfs-actions.pod:4705 ../fish/guestfish-actions.pod:3176
15368 msgid ""
15369 "The rules are the same as for L<mount(2)>: A filesystem must first be "
15370 "mounted on C</> before others can be mounted.  Other filesystems can only be "
15371 "mounted on directories which already exist."
15372 msgstr ""
15373
15374 # type: textblock
15375 #. type: textblock
15376 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
15377 msgid ""
15378 "The mounted filesystem is writable, if we have sufficient permissions on the "
15379 "underlying device."
15380 msgstr ""
15381
15382 # type: textblock
15383 #. type: textblock
15384 #: ../src/guestfs-actions.pod:4713
15385 msgid ""
15386 "B<Important note:> When you use this call, the filesystem options C<sync> "
15387 "and C<noatime> are set implicitly.  This was originally done because we "
15388 "thought it would improve reliability, but it turns out that I<-o sync> has a "
15389 "very large negative performance impact and negligible effect on "
15390 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
15391 "in any code that needs performance, and instead use C<guestfs_mount_options> "
15392 "(use an empty string for the first parameter if you don't want any options)."
15393 msgstr ""
15394
15395 # type: =head2
15396 #. type: =head2
15397 #: ../src/guestfs-actions.pod:4727
15398 msgid "guestfs_mount_loop"
15399 msgstr ""
15400
15401 # type: verbatim
15402 #. type: verbatim
15403 #: ../src/guestfs-actions.pod:4729
15404 #, no-wrap
15405 msgid ""
15406 " int\n"
15407 " guestfs_mount_loop (guestfs_h *g,\n"
15408 "                     const char *file,\n"
15409 "                     const char *mountpoint);\n"
15410 "\n"
15411 msgstr ""
15412
15413 # type: textblock
15414 #. type: textblock
15415 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3198
15416 msgid ""
15417 "This command lets you mount C<file> (a filesystem image in a file) on a "
15418 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
15419 "mountpoint>."
15420 msgstr ""
15421
15422 # type: =head2
15423 #. type: =head2
15424 #: ../src/guestfs-actions.pod:4742
15425 msgid "guestfs_mount_options"
15426 msgstr ""
15427
15428 # type: verbatim
15429 #. type: verbatim
15430 #: ../src/guestfs-actions.pod:4744
15431 #, no-wrap
15432 msgid ""
15433 " int\n"
15434 " guestfs_mount_options (guestfs_h *g,\n"
15435 "                        const char *options,\n"
15436 "                        const char *device,\n"
15437 "                        const char *mountpoint);\n"
15438 "\n"
15439 msgstr ""
15440
15441 # type: textblock
15442 #. type: textblock
15443 #: ../src/guestfs-actions.pod:4750
15444 msgid ""
15445 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15446 "the mount options as for the L<mount(8)> I<-o> flag."
15447 msgstr ""
15448
15449 # type: textblock
15450 #. type: textblock
15451 #: ../src/guestfs-actions.pod:4754 ../fish/guestfish-actions.pod:3210
15452 msgid ""
15453 "If the C<options> parameter is an empty string, then no options are passed "
15454 "(all options default to whatever the filesystem uses)."
15455 msgstr ""
15456
15457 # type: textblock
15458 #. type: textblock
15459 #: ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:4774
15460 #: ../src/guestfs-actions.pod:4791
15461 msgid "(Added in 1.0.10)"
15462 msgstr ""
15463
15464 # type: =head2
15465 #. type: =head2
15466 #: ../src/guestfs-actions.pod:4762
15467 msgid "guestfs_mount_ro"
15468 msgstr ""
15469
15470 # type: verbatim
15471 #. type: verbatim
15472 #: ../src/guestfs-actions.pod:4764
15473 #, no-wrap
15474 msgid ""
15475 " int\n"
15476 " guestfs_mount_ro (guestfs_h *g,\n"
15477 "                   const char *device,\n"
15478 "                   const char *mountpoint);\n"
15479 "\n"
15480 msgstr ""
15481
15482 # type: textblock
15483 #. type: textblock
15484 #: ../src/guestfs-actions.pod:4769
15485 msgid ""
15486 "This is the same as the C<guestfs_mount> command, but it mounts the "
15487 "filesystem with the read-only (I<-o ro>) flag."
15488 msgstr ""
15489
15490 # type: =head2
15491 #. type: =head2
15492 #: ../src/guestfs-actions.pod:4776
15493 msgid "guestfs_mount_vfs"
15494 msgstr ""
15495
15496 # type: verbatim
15497 #. type: verbatim
15498 #: ../src/guestfs-actions.pod:4778
15499 #, no-wrap
15500 msgid ""
15501 " int\n"
15502 " guestfs_mount_vfs (guestfs_h *g,\n"
15503 "                    const char *options,\n"
15504 "                    const char *vfstype,\n"
15505 "                    const char *device,\n"
15506 "                    const char *mountpoint);\n"
15507 "\n"
15508 msgstr ""
15509
15510 # type: textblock
15511 #. type: textblock
15512 #: ../src/guestfs-actions.pod:4785
15513 msgid ""
15514 "This is the same as the C<guestfs_mount> command, but it allows you to set "
15515 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
15516 "t> flags."
15517 msgstr ""
15518
15519 # type: =head2
15520 #. type: =head2
15521 #: ../src/guestfs-actions.pod:4793
15522 msgid "guestfs_mountpoints"
15523 msgstr ""
15524
15525 # type: verbatim
15526 #. type: verbatim
15527 #: ../src/guestfs-actions.pod:4795
15528 #, no-wrap
15529 msgid ""
15530 " char **\n"
15531 " guestfs_mountpoints (guestfs_h *g);\n"
15532 "\n"
15533 msgstr ""
15534
15535 # type: textblock
15536 #. type: textblock
15537 #: ../src/guestfs-actions.pod:4798
15538 msgid ""
15539 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
15540 "devices.  This one returns a hash table (map) of device name to directory "
15541 "where the device is mounted."
15542 msgstr ""
15543
15544 # type: =head2
15545 #. type: =head2
15546 #: ../src/guestfs-actions.pod:4810
15547 msgid "guestfs_mounts"
15548 msgstr ""
15549
15550 # type: verbatim
15551 #. type: verbatim
15552 #: ../src/guestfs-actions.pod:4812
15553 #, no-wrap
15554 msgid ""
15555 " char **\n"
15556 " guestfs_mounts (guestfs_h *g);\n"
15557 "\n"
15558 msgstr ""
15559
15560 # type: textblock
15561 #. type: textblock
15562 #: ../src/guestfs-actions.pod:4815 ../fish/guestfish-actions.pod:3241
15563 msgid ""
15564 "This returns the list of currently mounted filesystems.  It returns the list "
15565 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
15566 msgstr ""
15567
15568 # type: textblock
15569 #. type: textblock
15570 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3244
15571 msgid "Some internal mounts are not shown."
15572 msgstr ""
15573
15574 # type: textblock
15575 #. type: textblock
15576 #: ../src/guestfs-actions.pod:4820
15577 msgid "See also: C<guestfs_mountpoints>"
15578 msgstr ""
15579
15580 # type: =head2
15581 #. type: =head2
15582 #: ../src/guestfs-actions.pod:4828
15583 msgid "guestfs_mv"
15584 msgstr ""
15585
15586 # type: verbatim
15587 #. type: verbatim
15588 #: ../src/guestfs-actions.pod:4830
15589 #, no-wrap
15590 msgid ""
15591 " int\n"
15592 " guestfs_mv (guestfs_h *g,\n"
15593 "             const char *src,\n"
15594 "             const char *dest);\n"
15595 "\n"
15596 msgstr ""
15597
15598 # type: textblock
15599 #. type: textblock
15600 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3252
15601 msgid ""
15602 "This moves a file from C<src> to C<dest> where C<dest> is either a "
15603 "destination filename or destination directory."
15604 msgstr ""
15605
15606 # type: =head2
15607 #. type: =head2
15608 #: ../src/guestfs-actions.pod:4842
15609 msgid "guestfs_ntfs_3g_probe"
15610 msgstr ""
15611
15612 # type: verbatim
15613 #. type: verbatim
15614 #: ../src/guestfs-actions.pod:4844
15615 #, no-wrap
15616 msgid ""
15617 " int\n"
15618 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
15619 "                        int rw,\n"
15620 "                        const char *device);\n"
15621 "\n"
15622 msgstr ""
15623
15624 # type: textblock
15625 #. type: textblock
15626 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3259
15627 msgid ""
15628 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
15629 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
15630 "write, and some cannot be mounted at all)."
15631 msgstr ""
15632
15633 # type: textblock
15634 #. type: textblock
15635 #: ../src/guestfs-actions.pod:4853 ../fish/guestfish-actions.pod:3263
15636 msgid ""
15637 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
15638 "can be mounted read-write.  Set it to false if you want to test if the "
15639 "volume can be mounted read-only."
15640 msgstr ""
15641
15642 # type: textblock
15643 #. type: textblock
15644 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3267
15645 msgid ""
15646 "The return value is an integer which C<0> if the operation would succeed, or "
15647 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
15648 msgstr ""
15649
15650 # type: textblock
15651 #. type: textblock
15652 #: ../src/guestfs-actions.pod:4863
15653 msgid "(Added in 1.0.43)"
15654 msgstr ""
15655
15656 # type: =head2
15657 #. type: =head2
15658 #: ../src/guestfs-actions.pod:4865
15659 msgid "guestfs_ntfsresize"
15660 msgstr ""
15661
15662 # type: verbatim
15663 #. type: verbatim
15664 #: ../src/guestfs-actions.pod:4867
15665 #, no-wrap
15666 msgid ""
15667 " int\n"
15668 " guestfs_ntfsresize (guestfs_h *g,\n"
15669 "                     const char *device);\n"
15670 "\n"
15671 msgstr ""
15672
15673 # type: textblock
15674 #. type: textblock
15675 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3275
15676 msgid ""
15677 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
15678 "size of the underlying device.  See also L<ntfsresize(8)>."
15679 msgstr ""
15680
15681 # type: =head2
15682 #. type: =head2
15683 #: ../src/guestfs-actions.pod:4879
15684 msgid "guestfs_ntfsresize_size"
15685 msgstr ""
15686
15687 # type: verbatim
15688 #. type: verbatim
15689 #: ../src/guestfs-actions.pod:4881
15690 #, no-wrap
15691 msgid ""
15692 " int\n"
15693 " guestfs_ntfsresize_size (guestfs_h *g,\n"
15694 "                          const char *device,\n"
15695 "                          int64_t size);\n"
15696 "\n"
15697 msgstr ""
15698
15699 # type: textblock
15700 #. type: textblock
15701 #: ../src/guestfs-actions.pod:4886
15702 msgid ""
15703 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
15704 "to specify the new size (in bytes) explicitly."
15705 msgstr ""
15706
15707 # type: textblock
15708 #. type: textblock
15709 #: ../src/guestfs-actions.pod:4891 ../src/guestfs-actions.pod:5327
15710 #: ../src/guestfs-actions.pod:5400 ../src/guestfs-actions.pod:5666
15711 #: ../src/guestfs-actions.pod:7237
15712 msgid "(Added in 1.3.14)"
15713 msgstr ""
15714
15715 # type: =head2
15716 #. type: =head2
15717 #: ../src/guestfs-actions.pod:4893
15718 msgid "guestfs_part_add"
15719 msgstr ""
15720
15721 # type: verbatim
15722 #. type: verbatim
15723 #: ../src/guestfs-actions.pod:4895
15724 #, no-wrap
15725 msgid ""
15726 " int\n"
15727 " guestfs_part_add (guestfs_h *g,\n"
15728 "                   const char *device,\n"
15729 "                   const char *prlogex,\n"
15730 "                   int64_t startsect,\n"
15731 "                   int64_t endsect);\n"
15732 "\n"
15733 msgstr ""
15734
15735 # type: textblock
15736 #. type: textblock
15737 #: ../src/guestfs-actions.pod:4902
15738 msgid ""
15739 "This command adds a partition to C<device>.  If there is no partition table "
15740 "on the device, call C<guestfs_part_init> first."
15741 msgstr ""
15742
15743 # type: textblock
15744 #. type: textblock
15745 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3293
15746 msgid ""
15747 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
15748 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
15749 "C<logical>) and C<e> (or C<extended>) partition types."
15750 msgstr ""
15751
15752 # type: textblock
15753 #. type: textblock
15754 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3298
15755 msgid ""
15756 "C<startsect> and C<endsect> are the start and end of the partition in "
15757 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
15758 "from the end of the disk (C<-1> is the last sector)."
15759 msgstr ""
15760
15761 # type: textblock
15762 #. type: textblock
15763 #: ../src/guestfs-actions.pod:4914
15764 msgid ""
15765 "Creating a partition which covers the whole disk is not so easy.  Use "
15766 "C<guestfs_part_disk> to do that."
15767 msgstr ""
15768
15769 # type: textblock
15770 #. type: textblock
15771 #: ../src/guestfs-actions.pod:4919 ../src/guestfs-actions.pod:4957
15772 #: ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5088
15773 #: ../src/guestfs-actions.pod:5126 ../src/guestfs-actions.pod:5145
15774 #: ../src/guestfs-actions.pod:5185
15775 msgid "(Added in 1.0.78)"
15776 msgstr ""
15777
15778 # type: =head2
15779 #. type: =head2
15780 #: ../src/guestfs-actions.pod:4921
15781 msgid "guestfs_part_del"
15782 msgstr ""
15783
15784 # type: verbatim
15785 #. type: verbatim
15786 #: ../src/guestfs-actions.pod:4923
15787 #, no-wrap
15788 msgid ""
15789 " int\n"
15790 " guestfs_part_del (guestfs_h *g,\n"
15791 "                   const char *device,\n"
15792 "                   int partnum);\n"
15793 "\n"
15794 msgstr ""
15795
15796 # type: textblock
15797 #. type: textblock
15798 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3309
15799 msgid "This command deletes the partition numbered C<partnum> on C<device>."
15800 msgstr ""
15801
15802 # type: textblock
15803 #. type: textblock
15804 #: ../src/guestfs-actions.pod:4930 ../fish/guestfish-actions.pod:3311
15805 msgid ""
15806 "Note that in the case of MBR partitioning, deleting an extended partition "
15807 "also deletes any logical partitions it contains."
15808 msgstr ""
15809
15810 # type: =head2
15811 #. type: =head2
15812 #: ../src/guestfs-actions.pod:4938
15813 msgid "guestfs_part_disk"
15814 msgstr ""
15815
15816 # type: verbatim
15817 #. type: verbatim
15818 #: ../src/guestfs-actions.pod:4940
15819 #, no-wrap
15820 msgid ""
15821 " int\n"
15822 " guestfs_part_disk (guestfs_h *g,\n"
15823 "                    const char *device,\n"
15824 "                    const char *parttype);\n"
15825 "\n"
15826 msgstr ""
15827
15828 # type: textblock
15829 #. type: textblock
15830 #: ../src/guestfs-actions.pod:4945
15831 msgid ""
15832 "This command is simply a combination of C<guestfs_part_init> followed by "
15833 "C<guestfs_part_add> to create a single primary partition covering the whole "
15834 "disk."
15835 msgstr ""
15836
15837 # type: textblock
15838 #. type: textblock
15839 #: ../src/guestfs-actions.pod:4949
15840 msgid ""
15841 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
15842 "possible values are described in C<guestfs_part_init>."
15843 msgstr ""
15844
15845 # type: =head2
15846 #. type: =head2
15847 #: ../src/guestfs-actions.pod:4959
15848 msgid "guestfs_part_get_bootable"
15849 msgstr ""
15850
15851 # type: verbatim
15852 #. type: verbatim
15853 #: ../src/guestfs-actions.pod:4961
15854 #, no-wrap
15855 msgid ""
15856 " int\n"
15857 " guestfs_part_get_bootable (guestfs_h *g,\n"
15858 "                            const char *device,\n"
15859 "                            int partnum);\n"
15860 "\n"
15861 msgstr ""
15862
15863 # type: textblock
15864 #. type: textblock
15865 #: ../src/guestfs-actions.pod:4966 ../fish/guestfish-actions.pod:3333
15866 msgid ""
15867 "This command returns true if the partition C<partnum> on C<device> has the "
15868 "bootable flag set."
15869 msgstr ""
15870
15871 # type: textblock
15872 #. type: textblock
15873 #: ../src/guestfs-actions.pod:4969
15874 msgid "See also C<guestfs_part_set_bootable>."
15875 msgstr ""
15876
15877 # type: =head2
15878 #. type: =head2
15879 #: ../src/guestfs-actions.pod:4975
15880 msgid "guestfs_part_get_mbr_id"
15881 msgstr ""
15882
15883 # type: verbatim
15884 #. type: verbatim
15885 #: ../src/guestfs-actions.pod:4977
15886 #, no-wrap
15887 msgid ""
15888 " int\n"
15889 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
15890 "                          const char *device,\n"
15891 "                          int partnum);\n"
15892 "\n"
15893 msgstr ""
15894
15895 # type: textblock
15896 #. type: textblock
15897 #: ../src/guestfs-actions.pod:4982 ../fish/guestfish-actions.pod:3342
15898 msgid ""
15899 "Returns the MBR type byte (also known as the ID byte) from the numbered "
15900 "partition C<partnum>."
15901 msgstr ""
15902
15903 # type: textblock
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:4985 ../src/guestfs-actions.pod:5161
15906 msgid ""
15907 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
15908 "undefined results for other partition table types (see "
15909 "C<guestfs_part_get_parttype>)."
15910 msgstr ""
15911
15912 # type: =head2
15913 #. type: =head2
15914 #: ../src/guestfs-actions.pod:4993
15915 msgid "guestfs_part_get_parttype"
15916 msgstr ""
15917
15918 # type: verbatim
15919 #. type: verbatim
15920 #: ../src/guestfs-actions.pod:4995
15921 #, no-wrap
15922 msgid ""
15923 " char *\n"
15924 " guestfs_part_get_parttype (guestfs_h *g,\n"
15925 "                            const char *device);\n"
15926 "\n"
15927 msgstr ""
15928
15929 # type: textblock
15930 #. type: textblock
15931 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3353
15932 msgid ""
15933 "This command examines the partition table on C<device> and returns the "
15934 "partition table type (format) being used."
15935 msgstr ""
15936
15937 # type: textblock
15938 #. type: textblock
15939 #: ../src/guestfs-actions.pod:5002
15940 msgid ""
15941 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15942 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15943 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15944 msgstr ""
15945
15946 # type: =head2
15947 #. type: =head2
15948 #: ../src/guestfs-actions.pod:5012
15949 msgid "guestfs_part_init"
15950 msgstr ""
15951
15952 # type: verbatim
15953 #. type: verbatim
15954 #: ../src/guestfs-actions.pod:5014
15955 #, no-wrap
15956 msgid ""
15957 " int\n"
15958 " guestfs_part_init (guestfs_h *g,\n"
15959 "                    const char *device,\n"
15960 "                    const char *parttype);\n"
15961 "\n"
15962 msgstr ""
15963
15964 # type: textblock
15965 #. type: textblock
15966 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3365
15967 msgid ""
15968 "This creates an empty partition table on C<device> of one of the partition "
15969 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15970 "(for large disks)."
15971 msgstr ""
15972
15973 # type: textblock
15974 #. type: textblock
15975 #: ../src/guestfs-actions.pod:5023
15976 msgid ""
15977 "Initially there are no partitions.  Following this, you should call "
15978 "C<guestfs_part_add> for each partition required."
15979 msgstr ""
15980
15981 # type: textblock
15982 #. type: textblock
15983 #: ../src/guestfs-actions.pod:5026 ../fish/guestfish-actions.pod:3372
15984 msgid "Possible values for C<parttype> are:"
15985 msgstr ""
15986
15987 # type: =item
15988 #. type: =item
15989 #: ../src/guestfs-actions.pod:5030 ../fish/guestfish-actions.pod:3376
15990 msgid "B<efi> | B<gpt>"
15991 msgstr ""
15992
15993 # type: textblock
15994 #. type: textblock
15995 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3378
15996 msgid "Intel EFI / GPT partition table."
15997 msgstr ""
15998
15999 # type: textblock
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3380
16002 msgid ""
16003 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
16004 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
16005 "the C<mbr> format."
16006 msgstr ""
16007
16008 # type: =item
16009 #. type: =item
16010 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
16011 msgid "B<mbr> | B<msdos>"
16012 msgstr ""
16013
16014 # type: textblock
16015 #. type: textblock
16016 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
16017 msgid ""
16018 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
16019 "Windows.  This partition type will B<only> work for device sizes up to 2 "
16020 "TB.  For large disks we recommend using C<gpt>."
16021 msgstr ""
16022
16023 # type: textblock
16024 #. type: textblock
16025 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
16026 msgid ""
16027 "Other partition table types that may work but are not supported include:"
16028 msgstr ""
16029
16030 # type: =item
16031 #. type: =item
16032 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3398
16033 msgid "B<aix>"
16034 msgstr ""
16035
16036 # type: textblock
16037 #. type: textblock
16038 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3400
16039 msgid "AIX disk labels."
16040 msgstr ""
16041
16042 # type: =item
16043 #. type: =item
16044 #: ../src/guestfs-actions.pod:5056 ../fish/guestfish-actions.pod:3402
16045 msgid "B<amiga> | B<rdb>"
16046 msgstr ""
16047
16048 # type: textblock
16049 #. type: textblock
16050 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3404
16051 msgid "Amiga \"Rigid Disk Block\" format."
16052 msgstr ""
16053
16054 # type: =item
16055 #. type: =item
16056 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3406
16057 msgid "B<bsd>"
16058 msgstr ""
16059
16060 # type: textblock
16061 #. type: textblock
16062 #: ../src/guestfs-actions.pod:5062 ../fish/guestfish-actions.pod:3408
16063 msgid "BSD disk labels."
16064 msgstr ""
16065
16066 # type: =item
16067 #. type: =item
16068 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
16069 msgid "B<dasd>"
16070 msgstr ""
16071
16072 # type: textblock
16073 #. type: textblock
16074 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
16075 msgid "DASD, used on IBM mainframes."
16076 msgstr ""
16077
16078 # type: =item
16079 #. type: =item
16080 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
16081 msgid "B<dvh>"
16082 msgstr ""
16083
16084 # type: textblock
16085 #. type: textblock
16086 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
16087 msgid "MIPS/SGI volumes."
16088 msgstr ""
16089
16090 # type: =item
16091 #. type: =item
16092 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
16093 msgid "B<mac>"
16094 msgstr ""
16095
16096 # type: textblock
16097 #. type: textblock
16098 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
16099 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
16100 msgstr ""
16101
16102 # type: =item
16103 #. type: =item
16104 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
16105 msgid "B<pc98>"
16106 msgstr ""
16107
16108 # type: textblock
16109 #. type: textblock
16110 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
16111 msgid "NEC PC-98 format, common in Japan apparently."
16112 msgstr ""
16113
16114 # type: =item
16115 #. type: =item
16116 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
16117 msgid "B<sun>"
16118 msgstr ""
16119
16120 # type: textblock
16121 #. type: textblock
16122 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
16123 msgid "Sun disk labels."
16124 msgstr ""
16125
16126 # type: =head2
16127 #. type: =head2
16128 #: ../src/guestfs-actions.pod:5090
16129 msgid "guestfs_part_list"
16130 msgstr ""
16131
16132 # type: verbatim
16133 #. type: verbatim
16134 #: ../src/guestfs-actions.pod:5092
16135 #, no-wrap
16136 msgid ""
16137 " struct guestfs_partition_list *\n"
16138 " guestfs_part_list (guestfs_h *g,\n"
16139 "                    const char *device);\n"
16140 "\n"
16141 msgstr ""
16142
16143 # type: textblock
16144 #. type: textblock
16145 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3436
16146 msgid ""
16147 "This command parses the partition table on C<device> and returns the list of "
16148 "partitions found."
16149 msgstr ""
16150
16151 # type: textblock
16152 #. type: textblock
16153 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3439
16154 msgid "The fields in the returned structure are:"
16155 msgstr ""
16156
16157 # type: =item
16158 #. type: =item
16159 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3443
16160 msgid "B<part_num>"
16161 msgstr ""
16162
16163 # type: textblock
16164 #. type: textblock
16165 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3445
16166 msgid "Partition number, counting from 1."
16167 msgstr ""
16168
16169 # type: =item
16170 #. type: =item
16171 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3447
16172 msgid "B<part_start>"
16173 msgstr ""
16174
16175 # type: textblock
16176 #. type: textblock
16177 #: ../src/guestfs-actions.pod:5109
16178 msgid ""
16179 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
16180 "the device's sector size, see C<guestfs_blockdev_getss>."
16181 msgstr ""
16182
16183 # type: =item
16184 #. type: =item
16185 #: ../src/guestfs-actions.pod:5112 ../fish/guestfish-actions.pod:3452
16186 msgid "B<part_end>"
16187 msgstr ""
16188
16189 # type: textblock
16190 #. type: textblock
16191 #: ../src/guestfs-actions.pod:5114 ../fish/guestfish-actions.pod:3454
16192 msgid "End of the partition in bytes."
16193 msgstr ""
16194
16195 # type: =item
16196 #. type: =item
16197 #: ../src/guestfs-actions.pod:5116 ../fish/guestfish-actions.pod:3456
16198 msgid "B<part_size>"
16199 msgstr ""
16200
16201 # type: textblock
16202 #. type: textblock
16203 #: ../src/guestfs-actions.pod:5118 ../fish/guestfish-actions.pod:3458
16204 msgid "Size of the partition in bytes."
16205 msgstr ""
16206
16207 # type: textblock
16208 #. type: textblock
16209 #: ../src/guestfs-actions.pod:5122
16210 msgid ""
16211 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
16212 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
16213 "use>."
16214 msgstr ""
16215
16216 # type: =head2
16217 #. type: =head2
16218 #: ../src/guestfs-actions.pod:5128
16219 msgid "guestfs_part_set_bootable"
16220 msgstr ""
16221
16222 # type: verbatim
16223 #. type: verbatim
16224 #: ../src/guestfs-actions.pod:5130
16225 #, no-wrap
16226 msgid ""
16227 " int\n"
16228 " guestfs_part_set_bootable (guestfs_h *g,\n"
16229 "                            const char *device,\n"
16230 "                            int partnum,\n"
16231 "                            int bootable);\n"
16232 "\n"
16233 msgstr ""
16234
16235 # type: textblock
16236 #. type: textblock
16237 #: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3466
16238 msgid ""
16239 "This sets the bootable flag on partition numbered C<partnum> on device "
16240 "C<device>.  Note that partitions are numbered from 1."
16241 msgstr ""
16242
16243 # type: textblock
16244 #. type: textblock
16245 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3469
16246 msgid ""
16247 "The bootable flag is used by some operating systems (notably Windows) to "
16248 "determine which partition to boot from.  It is by no means universally "
16249 "recognized."
16250 msgstr ""
16251
16252 # type: =head2
16253 #. type: =head2
16254 #: ../src/guestfs-actions.pod:5147
16255 msgid "guestfs_part_set_mbr_id"
16256 msgstr ""
16257
16258 # type: verbatim
16259 #. type: verbatim
16260 #: ../src/guestfs-actions.pod:5149
16261 #, no-wrap
16262 msgid ""
16263 " int\n"
16264 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
16265 "                          const char *device,\n"
16266 "                          int partnum,\n"
16267 "                          int idbyte);\n"
16268 "\n"
16269 msgstr ""
16270
16271 # type: textblock
16272 #. type: textblock
16273 #: ../src/guestfs-actions.pod:5155 ../fish/guestfish-actions.pod:3477
16274 msgid ""
16275 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
16276 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
16277 "documentation are in fact hexadecimal numbers, but usually documented "
16278 "without any leading \"0x\" which might be confusing."
16279 msgstr ""
16280
16281 # type: =head2
16282 #. type: =head2
16283 #: ../src/guestfs-actions.pod:5169
16284 msgid "guestfs_part_set_name"
16285 msgstr ""
16286
16287 # type: verbatim
16288 #. type: verbatim
16289 #: ../src/guestfs-actions.pod:5171
16290 #, no-wrap
16291 msgid ""
16292 " int\n"
16293 " guestfs_part_set_name (guestfs_h *g,\n"
16294 "                        const char *device,\n"
16295 "                        int partnum,\n"
16296 "                        const char *name);\n"
16297 "\n"
16298 msgstr ""
16299
16300 # type: textblock
16301 #. type: textblock
16302 #: ../src/guestfs-actions.pod:5177 ../fish/guestfish-actions.pod:3491
16303 msgid ""
16304 "This sets the partition name on partition numbered C<partnum> on device "
16305 "C<device>.  Note that partitions are numbered from 1."
16306 msgstr ""
16307
16308 # type: textblock
16309 #. type: textblock
16310 #: ../src/guestfs-actions.pod:5180 ../fish/guestfish-actions.pod:3494
16311 msgid ""
16312 "The partition name can only be set on certain types of partition table.  "
16313 "This works on C<gpt> but not on C<mbr> partitions."
16314 msgstr ""
16315
16316 # type: =head2
16317 #. type: =head2
16318 #: ../src/guestfs-actions.pod:5187
16319 msgid "guestfs_part_to_dev"
16320 msgstr ""
16321
16322 # type: verbatim
16323 #. type: verbatim
16324 #: ../src/guestfs-actions.pod:5189
16325 #, no-wrap
16326 msgid ""
16327 " char *\n"
16328 " guestfs_part_to_dev (guestfs_h *g,\n"
16329 "                      const char *partition);\n"
16330 "\n"
16331 msgstr ""
16332
16333 # type: textblock
16334 #. type: textblock
16335 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3501
16336 msgid ""
16337 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
16338 "partition number, returning the device name (eg. \"/dev/sdb\")."
16339 msgstr ""
16340
16341 # type: textblock
16342 #. type: textblock
16343 #: ../src/guestfs-actions.pod:5197
16344 msgid ""
16345 "The named partition must exist, for example as a string returned from "
16346 "C<guestfs_list_partitions>."
16347 msgstr ""
16348
16349 # type: =head2
16350 #. type: =head2
16351 #: ../src/guestfs-actions.pod:5205
16352 msgid "guestfs_ping_daemon"
16353 msgstr ""
16354
16355 # type: verbatim
16356 #. type: verbatim
16357 #: ../src/guestfs-actions.pod:5207
16358 #, no-wrap
16359 msgid ""
16360 " int\n"
16361 " guestfs_ping_daemon (guestfs_h *g);\n"
16362 "\n"
16363 msgstr ""
16364
16365 # type: textblock
16366 #. type: textblock
16367 #: ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:3512
16368 msgid ""
16369 "This is a test probe into the guestfs daemon running inside the qemu "
16370 "subprocess.  Calling this function checks that the daemon responds to the "
16371 "ping message, without affecting the daemon or attached block device(s) in "
16372 "any other way."
16373 msgstr ""
16374
16375 # type: =head2
16376 #. type: =head2
16377 #: ../src/guestfs-actions.pod:5219
16378 msgid "guestfs_pread"
16379 msgstr ""
16380
16381 # type: verbatim
16382 #. type: verbatim
16383 #: ../src/guestfs-actions.pod:5221
16384 #, no-wrap
16385 msgid ""
16386 " char *\n"
16387 " guestfs_pread (guestfs_h *g,\n"
16388 "                const char *path,\n"
16389 "                int count,\n"
16390 "                int64_t offset,\n"
16391 "                size_t *size_r);\n"
16392 "\n"
16393 msgstr ""
16394
16395 # type: textblock
16396 #. type: textblock
16397 #: ../src/guestfs-actions.pod:5228 ../fish/guestfish-actions.pod:3521
16398 msgid ""
16399 "This command lets you read part of a file.  It reads C<count> bytes of the "
16400 "file, starting at C<offset>, from file C<path>."
16401 msgstr ""
16402
16403 # type: textblock
16404 #. type: textblock
16405 #: ../src/guestfs-actions.pod:5231 ../src/guestfs-actions.pod:5257
16406 #: ../fish/guestfish-actions.pod:3524 ../fish/guestfish-actions.pod:3539
16407 msgid ""
16408 "This may read fewer bytes than requested.  For further details see the "
16409 "L<pread(2)> system call."
16410 msgstr ""
16411
16412 # type: textblock
16413 #. type: textblock
16414 #: ../src/guestfs-actions.pod:5234
16415 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
16416 msgstr ""
16417
16418 # type: =head2
16419 #. type: =head2
16420 #: ../src/guestfs-actions.pod:5245
16421 msgid "guestfs_pread_device"
16422 msgstr ""
16423
16424 # type: verbatim
16425 #. type: verbatim
16426 #: ../src/guestfs-actions.pod:5247
16427 #, no-wrap
16428 msgid ""
16429 " char *\n"
16430 " guestfs_pread_device (guestfs_h *g,\n"
16431 "                       const char *device,\n"
16432 "                       int count,\n"
16433 "                       int64_t offset,\n"
16434 "                       size_t *size_r);\n"
16435 "\n"
16436 msgstr ""
16437
16438 # type: textblock
16439 #. type: textblock
16440 #: ../src/guestfs-actions.pod:5254 ../fish/guestfish-actions.pod:3536
16441 msgid ""
16442 "This command lets you read part of a file.  It reads C<count> bytes of "
16443 "C<device>, starting at C<offset>."
16444 msgstr ""
16445
16446 # type: textblock
16447 #. type: textblock
16448 #: ../src/guestfs-actions.pod:5260
16449 msgid "See also C<guestfs_pread>."
16450 msgstr ""
16451
16452 # type: textblock
16453 #. type: textblock
16454 #: ../src/guestfs-actions.pod:5269
16455 msgid "(Added in 1.5.21)"
16456 msgstr ""
16457
16458 # type: =head2
16459 #. type: =head2
16460 #: ../src/guestfs-actions.pod:5271
16461 msgid "guestfs_pvcreate"
16462 msgstr ""
16463
16464 # type: verbatim
16465 #. type: verbatim
16466 #: ../src/guestfs-actions.pod:5273
16467 #, no-wrap
16468 msgid ""
16469 " int\n"
16470 " guestfs_pvcreate (guestfs_h *g,\n"
16471 "                   const char *device);\n"
16472 "\n"
16473 msgstr ""
16474
16475 # type: textblock
16476 #. type: textblock
16477 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3551
16478 msgid ""
16479 "This creates an LVM physical volume on the named C<device>, where C<device> "
16480 "should usually be a partition name such as C</dev/sda1>."
16481 msgstr ""
16482
16483 # type: =head2
16484 #. type: =head2
16485 #: ../src/guestfs-actions.pod:5285
16486 msgid "guestfs_pvremove"
16487 msgstr ""
16488
16489 # type: verbatim
16490 #. type: verbatim
16491 #: ../src/guestfs-actions.pod:5287
16492 #, no-wrap
16493 msgid ""
16494 " int\n"
16495 " guestfs_pvremove (guestfs_h *g,\n"
16496 "                   const char *device);\n"
16497 "\n"
16498 msgstr ""
16499
16500 # type: textblock
16501 #. type: textblock
16502 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3559
16503 msgid ""
16504 "This wipes a physical volume C<device> so that LVM will no longer recognise "
16505 "it."
16506 msgstr ""
16507
16508 # type: textblock
16509 #. type: textblock
16510 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3562
16511 msgid ""
16512 "The implementation uses the C<pvremove> command which refuses to wipe "
16513 "physical volumes that contain any volume groups, so you have to remove those "
16514 "first."
16515 msgstr ""
16516
16517 # type: =head2
16518 #. type: =head2
16519 #: ../src/guestfs-actions.pod:5302
16520 msgid "guestfs_pvresize"
16521 msgstr ""
16522
16523 # type: verbatim
16524 #. type: verbatim
16525 #: ../src/guestfs-actions.pod:5304
16526 #, no-wrap
16527 msgid ""
16528 " int\n"
16529 " guestfs_pvresize (guestfs_h *g,\n"
16530 "                   const char *device);\n"
16531 "\n"
16532 msgstr ""
16533
16534 # type: textblock
16535 #. type: textblock
16536 #: ../src/guestfs-actions.pod:5308 ../fish/guestfish-actions.pod:3570
16537 msgid ""
16538 "This resizes (expands or shrinks) an existing LVM physical volume to match "
16539 "the new size of the underlying device."
16540 msgstr ""
16541
16542 # type: =head2
16543 #. type: =head2
16544 #: ../src/guestfs-actions.pod:5315
16545 msgid "guestfs_pvresize_size"
16546 msgstr ""
16547
16548 # type: verbatim
16549 #. type: verbatim
16550 #: ../src/guestfs-actions.pod:5317
16551 #, no-wrap
16552 msgid ""
16553 " int\n"
16554 " guestfs_pvresize_size (guestfs_h *g,\n"
16555 "                        const char *device,\n"
16556 "                        int64_t size);\n"
16557 "\n"
16558 msgstr ""
16559
16560 # type: textblock
16561 #. type: textblock
16562 #: ../src/guestfs-actions.pod:5322
16563 msgid ""
16564 "This command is the same as C<guestfs_pvresize> except that it allows you to "
16565 "specify the new size (in bytes) explicitly."
16566 msgstr ""
16567
16568 # type: =head2
16569 #. type: =head2
16570 #: ../src/guestfs-actions.pod:5329
16571 msgid "guestfs_pvs"
16572 msgstr ""
16573
16574 # type: verbatim
16575 #. type: verbatim
16576 #: ../src/guestfs-actions.pod:5331
16577 #, no-wrap
16578 msgid ""
16579 " char **\n"
16580 " guestfs_pvs (guestfs_h *g);\n"
16581 "\n"
16582 msgstr ""
16583
16584 # type: textblock
16585 #. type: textblock
16586 #: ../src/guestfs-actions.pod:5334 ../fish/guestfish-actions.pod:3584
16587 msgid ""
16588 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
16589 "(8)> command."
16590 msgstr ""
16591
16592 # type: textblock
16593 #. type: textblock
16594 #: ../src/guestfs-actions.pod:5337 ../fish/guestfish-actions.pod:3587
16595 msgid ""
16596 "This returns a list of just the device names that contain PVs (eg. C</dev/"
16597 "sda2>)."
16598 msgstr ""
16599
16600 # type: textblock
16601 #. type: textblock
16602 #: ../src/guestfs-actions.pod:5340
16603 msgid "See also C<guestfs_pvs_full>."
16604 msgstr ""
16605
16606 # type: =head2
16607 #. type: =head2
16608 #: ../src/guestfs-actions.pod:5348
16609 msgid "guestfs_pvs_full"
16610 msgstr ""
16611
16612 # type: verbatim
16613 #. type: verbatim
16614 #: ../src/guestfs-actions.pod:5350
16615 #, no-wrap
16616 msgid ""
16617 " struct guestfs_lvm_pv_list *\n"
16618 " guestfs_pvs_full (guestfs_h *g);\n"
16619 "\n"
16620 msgstr ""
16621
16622 # type: textblock
16623 #. type: textblock
16624 #: ../src/guestfs-actions.pod:5353 ../fish/guestfish-actions.pod:3596
16625 msgid ""
16626 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
16627 "(8)> command.  The \"full\" version includes all fields."
16628 msgstr ""
16629
16630 # type: textblock
16631 #. type: textblock
16632 #: ../src/guestfs-actions.pod:5356
16633 msgid ""
16634 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
16635 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
16636 msgstr ""
16637
16638 # type: =head2
16639 #. type: =head2
16640 #: ../src/guestfs-actions.pod:5362
16641 msgid "guestfs_pvuuid"
16642 msgstr ""
16643
16644 # type: verbatim
16645 #. type: verbatim
16646 #: ../src/guestfs-actions.pod:5364
16647 #, no-wrap
16648 msgid ""
16649 " char *\n"
16650 " guestfs_pvuuid (guestfs_h *g,\n"
16651 "                 const char *device);\n"
16652 "\n"
16653 msgstr ""
16654
16655 # type: textblock
16656 #. type: textblock
16657 #: ../src/guestfs-actions.pod:5368 ../fish/guestfish-actions.pod:3603
16658 msgid "This command returns the UUID of the LVM PV C<device>."
16659 msgstr ""
16660
16661 # type: =head2
16662 #. type: =head2
16663 #: ../src/guestfs-actions.pod:5375
16664 msgid "guestfs_pwrite"
16665 msgstr ""
16666
16667 # type: verbatim
16668 #. type: verbatim
16669 #: ../src/guestfs-actions.pod:5377
16670 #, no-wrap
16671 msgid ""
16672 " int\n"
16673 " guestfs_pwrite (guestfs_h *g,\n"
16674 "                 const char *path,\n"
16675 "                 const char *content,\n"
16676 "                 size_t content_size,\n"
16677 "                 int64_t offset);\n"
16678 "\n"
16679 msgstr ""
16680
16681 # type: textblock
16682 #. type: textblock
16683 #: ../src/guestfs-actions.pod:5384 ../fish/guestfish-actions.pod:3609
16684 msgid ""
16685 "This command writes to part of a file.  It writes the data buffer C<content> "
16686 "to the file C<path> starting at offset C<offset>."
16687 msgstr ""
16688
16689 # type: textblock
16690 #. type: textblock
16691 #: ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:3612
16692 msgid ""
16693 "This command implements the L<pwrite(2)> system call, and like that system "
16694 "call it may not write the full data requested.  The return value is the "
16695 "number of bytes that were actually written to the file.  This could even be "
16696 "0, although short writes are unlikely for regular files in ordinary "
16697 "circumstances."
16698 msgstr ""
16699
16700 # type: textblock
16701 #. type: textblock
16702 #: ../src/guestfs-actions.pod:5393
16703 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
16704 msgstr ""
16705
16706 # type: =head2
16707 #. type: =head2
16708 #: ../src/guestfs-actions.pod:5402
16709 msgid "guestfs_pwrite_device"
16710 msgstr ""
16711
16712 # type: verbatim
16713 #. type: verbatim
16714 #: ../src/guestfs-actions.pod:5404
16715 #, no-wrap
16716 msgid ""
16717 " int\n"
16718 " guestfs_pwrite_device (guestfs_h *g,\n"
16719 "                        const char *device,\n"
16720 "                        const char *content,\n"
16721 "                        size_t content_size,\n"
16722 "                        int64_t offset);\n"
16723 "\n"
16724 msgstr ""
16725
16726 # type: textblock
16727 #. type: textblock
16728 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3627
16729 msgid ""
16730 "This command writes to part of a device.  It writes the data buffer "
16731 "C<content> to C<device> starting at offset C<offset>."
16732 msgstr ""
16733
16734 # type: textblock
16735 #. type: textblock
16736 #: ../src/guestfs-actions.pod:5414 ../fish/guestfish-actions.pod:3630
16737 msgid ""
16738 "This command implements the L<pwrite(2)> system call, and like that system "
16739 "call it may not write the full data requested (although short writes to disk "
16740 "devices and partitions are probably impossible with standard Linux kernels)."
16741 msgstr ""
16742
16743 # type: textblock
16744 #. type: textblock
16745 #: ../src/guestfs-actions.pod:5419
16746 msgid "See also C<guestfs_pwrite>."
16747 msgstr ""
16748
16749 # type: textblock
16750 #. type: textblock
16751 #: ../src/guestfs-actions.pod:5426
16752 msgid "(Added in 1.5.20)"
16753 msgstr ""
16754
16755 # type: =head2
16756 #. type: =head2
16757 #: ../src/guestfs-actions.pod:5428
16758 msgid "guestfs_read_file"
16759 msgstr ""
16760
16761 # type: verbatim
16762 #. type: verbatim
16763 #: ../src/guestfs-actions.pod:5430
16764 #, no-wrap
16765 msgid ""
16766 " char *\n"
16767 " guestfs_read_file (guestfs_h *g,\n"
16768 "                    const char *path,\n"
16769 "                    size_t *size_r);\n"
16770 "\n"
16771 msgstr ""
16772
16773 # type: textblock
16774 #. type: textblock
16775 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3644
16776 msgid "This calls returns the contents of the file C<path> as a buffer."
16777 msgstr ""
16778
16779 # type: textblock
16780 #. type: textblock
16781 #: ../src/guestfs-actions.pod:5438
16782 msgid ""
16783 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
16784 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
16785 "function is limited in the total size of file that can be handled."
16786 msgstr ""
16787
16788 # type: textblock
16789 #. type: textblock
16790 #: ../src/guestfs-actions.pod:5450
16791 msgid "(Added in 1.0.63)"
16792 msgstr ""
16793
16794 # type: =head2
16795 #. type: =head2
16796 #: ../src/guestfs-actions.pod:5452
16797 msgid "guestfs_read_lines"
16798 msgstr ""
16799
16800 # type: verbatim
16801 #. type: verbatim
16802 #: ../src/guestfs-actions.pod:5454
16803 #, no-wrap
16804 msgid ""
16805 " char **\n"
16806 " guestfs_read_lines (guestfs_h *g,\n"
16807 "                     const char *path);\n"
16808 "\n"
16809 msgstr ""
16810
16811 # type: textblock
16812 #. type: textblock
16813 #: ../src/guestfs-actions.pod:5460 ../fish/guestfish-actions.pod:3661
16814 msgid ""
16815 "The file contents are returned as a list of lines.  Trailing C<LF> and "
16816 "C<CRLF> character sequences are I<not> returned."
16817 msgstr ""
16818
16819 # type: textblock
16820 #. type: textblock
16821 #: ../src/guestfs-actions.pod:5463
16822 msgid ""
16823 "Note that this function cannot correctly handle binary files (specifically, "
16824 "files containing C<\\0> character which is treated as end of line).  For "
16825 "those you need to use the C<guestfs_read_file> function which has a more "
16826 "complex interface."
16827 msgstr ""
16828
16829 # type: =head2
16830 #. type: =head2
16831 #: ../src/guestfs-actions.pod:5474
16832 msgid "guestfs_readdir"
16833 msgstr ""
16834
16835 # type: verbatim
16836 #. type: verbatim
16837 #: ../src/guestfs-actions.pod:5476
16838 #, no-wrap
16839 msgid ""
16840 " struct guestfs_dirent_list *\n"
16841 " guestfs_readdir (guestfs_h *g,\n"
16842 "                  const char *dir);\n"
16843 "\n"
16844 msgstr ""
16845
16846 # type: textblock
16847 #. type: textblock
16848 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3673
16849 msgid "This returns the list of directory entries in directory C<dir>."
16850 msgstr ""
16851
16852 # type: textblock
16853 #. type: textblock
16854 #: ../src/guestfs-actions.pod:5482 ../fish/guestfish-actions.pod:3675
16855 msgid ""
16856 "All entries in the directory are returned, including C<.> and C<..>.  The "
16857 "entries are I<not> sorted, but returned in the same order as the underlying "
16858 "filesystem."
16859 msgstr ""
16860
16861 # type: textblock
16862 #. type: textblock
16863 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3679
16864 msgid ""
16865 "Also this call returns basic file type information about each file.  The "
16866 "C<ftyp> field will contain one of the following characters:"
16867 msgstr ""
16868
16869 # type: =item
16870 #. type: =item
16871 #: ../src/guestfs-actions.pod:5491 ../fish/guestfish-actions.pod:3684
16872 msgid "'b'"
16873 msgstr ""
16874
16875 # type: textblock
16876 #. type: textblock
16877 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3686
16878 msgid "Block special"
16879 msgstr ""
16880
16881 # type: =item
16882 #. type: =item
16883 #: ../src/guestfs-actions.pod:5495 ../fish/guestfish-actions.pod:3688
16884 msgid "'c'"
16885 msgstr ""
16886
16887 # type: textblock
16888 #. type: textblock
16889 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3690
16890 msgid "Char special"
16891 msgstr ""
16892
16893 # type: =item
16894 #. type: =item
16895 #: ../src/guestfs-actions.pod:5499 ../fish/guestfish-actions.pod:3692
16896 msgid "'d'"
16897 msgstr ""
16898
16899 # type: textblock
16900 #. type: textblock
16901 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
16902 msgid "Directory"
16903 msgstr ""
16904
16905 # type: =item
16906 #. type: =item
16907 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
16908 msgid "'f'"
16909 msgstr ""
16910
16911 # type: textblock
16912 #. type: textblock
16913 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
16914 msgid "FIFO (named pipe)"
16915 msgstr ""
16916
16917 # type: =item
16918 #. type: =item
16919 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
16920 msgid "'l'"
16921 msgstr ""
16922
16923 # type: textblock
16924 #. type: textblock
16925 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
16926 msgid "Symbolic link"
16927 msgstr ""
16928
16929 # type: =item
16930 #. type: =item
16931 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
16932 msgid "'r'"
16933 msgstr ""
16934
16935 # type: textblock
16936 #. type: textblock
16937 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
16938 msgid "Regular file"
16939 msgstr ""
16940
16941 # type: =item
16942 #. type: =item
16943 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
16944 msgid "'s'"
16945 msgstr ""
16946
16947 # type: textblock
16948 #. type: textblock
16949 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
16950 msgid "Socket"
16951 msgstr ""
16952
16953 # type: =item
16954 #. type: =item
16955 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
16956 msgid "'u'"
16957 msgstr ""
16958
16959 # type: textblock
16960 #. type: textblock
16961 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
16962 msgid "Unknown file type"
16963 msgstr ""
16964
16965 # type: =item
16966 #. type: =item
16967 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
16968 msgid "'?'"
16969 msgstr ""
16970
16971 # type: textblock
16972 #. type: textblock
16973 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
16974 msgid ""
16975 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16976 msgstr ""
16977
16978 # type: textblock
16979 #. type: textblock
16980 #: ../src/guestfs-actions.pod:5530
16981 msgid ""
16982 "This function is primarily intended for use by programs.  To get a simple "
16983 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16984 "consumption, use C<guestfs_ll>."
16985 msgstr ""
16986
16987 # type: textblock
16988 #. type: textblock
16989 #: ../src/guestfs-actions.pod:5534
16990 msgid ""
16991 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16992 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16993 msgstr ""
16994
16995 # type: =head2
16996 #. type: =head2
16997 #: ../src/guestfs-actions.pod:5540
16998 msgid "guestfs_readlink"
16999 msgstr ""
17000
17001 # type: verbatim
17002 #. type: verbatim
17003 #: ../src/guestfs-actions.pod:5542
17004 #, no-wrap
17005 msgid ""
17006 " char *\n"
17007 " guestfs_readlink (guestfs_h *g,\n"
17008 "                   const char *path);\n"
17009 "\n"
17010 msgstr ""
17011
17012 # type: textblock
17013 #. type: textblock
17014 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3731
17015 msgid "This command reads the target of a symbolic link."
17016 msgstr ""
17017
17018 # type: =head2
17019 #. type: =head2
17020 #: ../src/guestfs-actions.pod:5553
17021 msgid "guestfs_readlinklist"
17022 msgstr ""
17023
17024 # type: verbatim
17025 #. type: verbatim
17026 #: ../src/guestfs-actions.pod:5555
17027 #, no-wrap
17028 msgid ""
17029 " char **\n"
17030 " guestfs_readlinklist (guestfs_h *g,\n"
17031 "                       const char *path,\n"
17032 "                       char *const *names);\n"
17033 "\n"
17034 msgstr ""
17035
17036 # type: textblock
17037 #. type: textblock
17038 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3737
17039 msgid ""
17040 "This call allows you to do a C<readlink> operation on multiple files, where "
17041 "all files are in the directory C<path>.  C<names> is the list of files from "
17042 "this directory."
17043 msgstr ""
17044
17045 # type: textblock
17046 #. type: textblock
17047 #: ../src/guestfs-actions.pod:5564 ../fish/guestfish-actions.pod:3741
17048 msgid ""
17049 "On return you get a list of strings, with a one-to-one correspondence to the "
17050 "C<names> list.  Each string is the value of the symbolic link."
17051 msgstr ""
17052
17053 # type: textblock
17054 #. type: textblock
17055 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3745
17056 msgid ""
17057 "If the C<readlink(2)> operation fails on any name, then the corresponding "
17058 "result string is the empty string C<\"\">.  However the whole operation is "
17059 "completed even if there were C<readlink(2)> errors, and so you can call this "
17060 "function with names where you don't know if they are symbolic links already "
17061 "(albeit slightly less efficient)."
17062 msgstr ""
17063
17064 # type: textblock
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:5575 ../fish/guestfish-actions.pod:3752
17067 msgid ""
17068 "This call is intended for programs that want to efficiently list a directory "
17069 "contents without making many round-trips.  Very long directory listings "
17070 "might cause the protocol message size to be exceeded, causing this call to "
17071 "fail.  The caller must split up such requests into smaller groups of names."
17072 msgstr ""
17073
17074 # type: =head2
17075 #. type: =head2
17076 #: ../src/guestfs-actions.pod:5588
17077 msgid "guestfs_realpath"
17078 msgstr ""
17079
17080 # type: verbatim
17081 #. type: verbatim
17082 #: ../src/guestfs-actions.pod:5590
17083 #, no-wrap
17084 msgid ""
17085 " char *\n"
17086 " guestfs_realpath (guestfs_h *g,\n"
17087 "                   const char *path);\n"
17088 "\n"
17089 msgstr ""
17090
17091 # type: textblock
17092 #. type: textblock
17093 #: ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3763
17094 msgid ""
17095 "Return the canonicalized absolute pathname of C<path>.  The returned path "
17096 "has no C<.>, C<..> or symbolic link path elements."
17097 msgstr ""
17098
17099 # type: =head2
17100 #. type: =head2
17101 #: ../src/guestfs-actions.pod:5602
17102 msgid "guestfs_removexattr"
17103 msgstr ""
17104
17105 # type: verbatim
17106 #. type: verbatim
17107 #: ../src/guestfs-actions.pod:5604
17108 #, no-wrap
17109 msgid ""
17110 " int\n"
17111 " guestfs_removexattr (guestfs_h *g,\n"
17112 "                      const char *xattr,\n"
17113 "                      const char *path);\n"
17114 "\n"
17115 msgstr ""
17116
17117 # type: textblock
17118 #. type: textblock
17119 #: ../src/guestfs-actions.pod:5609 ../fish/guestfish-actions.pod:3770
17120 msgid ""
17121 "This call removes the extended attribute named C<xattr> of the file C<path>."
17122 msgstr ""
17123
17124 # type: textblock
17125 #. type: textblock
17126 #: ../src/guestfs-actions.pod:5612
17127 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
17128 msgstr ""
17129
17130 # type: =head2
17131 #. type: =head2
17132 #: ../src/guestfs-actions.pod:5618
17133 msgid "guestfs_resize2fs"
17134 msgstr ""
17135
17136 # type: verbatim
17137 #. type: verbatim
17138 #: ../src/guestfs-actions.pod:5620
17139 #, no-wrap
17140 msgid ""
17141 " int\n"
17142 " guestfs_resize2fs (guestfs_h *g,\n"
17143 "                    const char *device);\n"
17144 "\n"
17145 msgstr ""
17146
17147 # type: textblock
17148 #. type: textblock
17149 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3779
17150 msgid ""
17151 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
17152 "underlying device."
17153 msgstr ""
17154
17155 # type: textblock
17156 #. type: textblock
17157 #: ../src/guestfs-actions.pod:5627
17158 msgid ""
17159 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
17160 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
17161 "sometimes gives an error about this and sometimes not.  In any case, it is "
17162 "always safe to call C<guestfs_e2fsck_f> before calling this function."
17163 msgstr ""
17164
17165 #. type: =head2
17166 #: ../src/guestfs-actions.pod:5637
17167 msgid "guestfs_resize2fs_M"
17168 msgstr ""
17169
17170 #. type: verbatim
17171 #: ../src/guestfs-actions.pod:5639
17172 #, no-wrap
17173 msgid ""
17174 " int\n"
17175 " guestfs_resize2fs_M (guestfs_h *g,\n"
17176 "                      const char *device);\n"
17177 "\n"
17178 msgstr ""
17179
17180 #. type: textblock
17181 #: ../src/guestfs-actions.pod:5643
17182 msgid ""
17183 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
17184 "resized to its minimum size.  This works like the C<-M> option to the "
17185 "C<resize2fs> command."
17186 msgstr ""
17187
17188 #. type: textblock
17189 #: ../src/guestfs-actions.pod:5647
17190 msgid ""
17191 "To get the resulting size of the filesystem you should call "
17192 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
17193 "These two numbers, multiplied together, give the resulting size of the "
17194 "minimal filesystem in bytes."
17195 msgstr ""
17196
17197 # type: =head2
17198 #. type: =head2
17199 #: ../src/guestfs-actions.pod:5654
17200 msgid "guestfs_resize2fs_size"
17201 msgstr ""
17202
17203 # type: verbatim
17204 #. type: verbatim
17205 #: ../src/guestfs-actions.pod:5656
17206 #, no-wrap
17207 msgid ""
17208 " int\n"
17209 " guestfs_resize2fs_size (guestfs_h *g,\n"
17210 "                         const char *device,\n"
17211 "                         int64_t size);\n"
17212 "\n"
17213 msgstr ""
17214
17215 # type: textblock
17216 #. type: textblock
17217 #: ../src/guestfs-actions.pod:5661
17218 msgid ""
17219 "This command is the same as C<guestfs_resize2fs> except that it allows you "
17220 "to specify the new size (in bytes) explicitly."
17221 msgstr ""
17222
17223 # type: =head2
17224 #. type: =head2
17225 #: ../src/guestfs-actions.pod:5668
17226 msgid "guestfs_rm"
17227 msgstr ""
17228
17229 # type: verbatim
17230 #. type: verbatim
17231 #: ../src/guestfs-actions.pod:5670
17232 #, no-wrap
17233 msgid ""
17234 " int\n"
17235 " guestfs_rm (guestfs_h *g,\n"
17236 "             const char *path);\n"
17237 "\n"
17238 msgstr ""
17239
17240 # type: textblock
17241 #. type: textblock
17242 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3812
17243 msgid "Remove the single file C<path>."
17244 msgstr ""
17245
17246 # type: =head2
17247 #. type: =head2
17248 #: ../src/guestfs-actions.pod:5680
17249 msgid "guestfs_rm_rf"
17250 msgstr ""
17251
17252 # type: verbatim
17253 #. type: verbatim
17254 #: ../src/guestfs-actions.pod:5682
17255 #, no-wrap
17256 msgid ""
17257 " int\n"
17258 " guestfs_rm_rf (guestfs_h *g,\n"
17259 "                const char *path);\n"
17260 "\n"
17261 msgstr ""
17262
17263 # type: textblock
17264 #. type: textblock
17265 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3818
17266 msgid ""
17267 "Remove the file or directory C<path>, recursively removing the contents if "
17268 "its a directory.  This is like the C<rm -rf> shell command."
17269 msgstr ""
17270
17271 # type: =head2
17272 #. type: =head2
17273 #: ../src/guestfs-actions.pod:5694
17274 msgid "guestfs_rmdir"
17275 msgstr ""
17276
17277 # type: verbatim
17278 #. type: verbatim
17279 #: ../src/guestfs-actions.pod:5696
17280 #, no-wrap
17281 msgid ""
17282 " int\n"
17283 " guestfs_rmdir (guestfs_h *g,\n"
17284 "                const char *path);\n"
17285 "\n"
17286 msgstr ""
17287
17288 # type: textblock
17289 #. type: textblock
17290 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3826
17291 msgid "Remove the single directory C<path>."
17292 msgstr ""
17293
17294 # type: =head2
17295 #. type: =head2
17296 #: ../src/guestfs-actions.pod:5706
17297 msgid "guestfs_rmmountpoint"
17298 msgstr ""
17299
17300 # type: verbatim
17301 #. type: verbatim
17302 #: ../src/guestfs-actions.pod:5708
17303 #, no-wrap
17304 msgid ""
17305 " int\n"
17306 " guestfs_rmmountpoint (guestfs_h *g,\n"
17307 "                       const char *exemptpath);\n"
17308 "\n"
17309 msgstr ""
17310
17311 # type: textblock
17312 #. type: textblock
17313 #: ../src/guestfs-actions.pod:5712
17314 msgid ""
17315 "This calls removes a mountpoint that was previously created with "
17316 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
17317 msgstr ""
17318
17319 # type: =head2
17320 #. type: =head2
17321 #: ../src/guestfs-actions.pod:5720
17322 msgid "guestfs_scrub_device"
17323 msgstr ""
17324
17325 # type: verbatim
17326 #. type: verbatim
17327 #: ../src/guestfs-actions.pod:5722
17328 #, no-wrap
17329 msgid ""
17330 " int\n"
17331 " guestfs_scrub_device (guestfs_h *g,\n"
17332 "                       const char *device);\n"
17333 "\n"
17334 msgstr ""
17335
17336 # type: textblock
17337 #. type: textblock
17338 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3840
17339 msgid ""
17340 "This command writes patterns over C<device> to make data retrieval more "
17341 "difficult."
17342 msgstr ""
17343
17344 # type: textblock
17345 #. type: textblock
17346 #: ../src/guestfs-actions.pod:5729 ../src/guestfs-actions.pod:5750
17347 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3843
17348 #: ../fish/guestfish-actions.pod:3858 ../fish/guestfish-actions.pod:3871
17349 msgid ""
17350 "It is an interface to the L<scrub(1)> program.  See that manual page for "
17351 "more details."
17352 msgstr ""
17353
17354 # type: textblock
17355 #. type: textblock
17356 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5755
17357 #: ../src/guestfs-actions.pod:5774
17358 msgid "(Added in 1.0.52)"
17359 msgstr ""
17360
17361 # type: =head2
17362 #. type: =head2
17363 #: ../src/guestfs-actions.pod:5739
17364 msgid "guestfs_scrub_file"
17365 msgstr ""
17366
17367 # type: verbatim
17368 #. type: verbatim
17369 #: ../src/guestfs-actions.pod:5741
17370 #, no-wrap
17371 msgid ""
17372 " int\n"
17373 " guestfs_scrub_file (guestfs_h *g,\n"
17374 "                     const char *file);\n"
17375 "\n"
17376 msgstr ""
17377
17378 # type: textblock
17379 #. type: textblock
17380 #: ../src/guestfs-actions.pod:5745 ../fish/guestfish-actions.pod:3853
17381 msgid ""
17382 "This command writes patterns over a file to make data retrieval more "
17383 "difficult."
17384 msgstr ""
17385
17386 # type: textblock
17387 #. type: textblock
17388 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3856
17389 msgid "The file is I<removed> after scrubbing."
17390 msgstr ""
17391
17392 # type: =head2
17393 #. type: =head2
17394 #: ../src/guestfs-actions.pod:5757
17395 msgid "guestfs_scrub_freespace"
17396 msgstr ""
17397
17398 # type: verbatim
17399 #. type: verbatim
17400 #: ../src/guestfs-actions.pod:5759
17401 #, no-wrap
17402 msgid ""
17403 " int\n"
17404 " guestfs_scrub_freespace (guestfs_h *g,\n"
17405 "                          const char *dir);\n"
17406 "\n"
17407 msgstr ""
17408
17409 # type: textblock
17410 #. type: textblock
17411 #: ../src/guestfs-actions.pod:5763
17412 msgid ""
17413 "This command creates the directory C<dir> and then fills it with files until "
17414 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
17415 "and deletes them.  The intention is to scrub any free space on the partition "
17416 "containing C<dir>."
17417 msgstr ""
17418
17419 # type: =head2
17420 #. type: =head2
17421 #: ../src/guestfs-actions.pod:5776
17422 msgid "guestfs_set_append"
17423 msgstr ""
17424
17425 # type: verbatim
17426 #. type: verbatim
17427 #: ../src/guestfs-actions.pod:5778
17428 #, no-wrap
17429 msgid ""
17430 " int\n"
17431 " guestfs_set_append (guestfs_h *g,\n"
17432 "                     const char *append);\n"
17433 "\n"
17434 msgstr ""
17435
17436 # type: textblock
17437 #. type: textblock
17438 #: ../src/guestfs-actions.pod:5782 ../fish/guestfish-actions.pod:3880
17439 msgid ""
17440 "This function is used to add additional options to the guest kernel command "
17441 "line."
17442 msgstr ""
17443
17444 # type: textblock
17445 #. type: textblock
17446 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3883
17447 msgid ""
17448 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
17449 "environment variable."
17450 msgstr ""
17451
17452 # type: textblock
17453 #. type: textblock
17454 #: ../src/guestfs-actions.pod:5788 ../fish/guestfish-actions.pod:3886
17455 msgid ""
17456 "Setting C<append> to C<NULL> means I<no> additional options are passed "
17457 "(libguestfs always adds a few of its own)."
17458 msgstr ""
17459
17460 #. type: =head2
17461 #: ../src/guestfs-actions.pod:5795
17462 msgid "guestfs_set_attach_method"
17463 msgstr ""
17464
17465 #. type: verbatim
17466 #: ../src/guestfs-actions.pod:5797
17467 #, no-wrap
17468 msgid ""
17469 " int\n"
17470 " guestfs_set_attach_method (guestfs_h *g,\n"
17471 "                            const char *attachmethod);\n"
17472 "\n"
17473 msgstr ""
17474
17475 #. type: textblock
17476 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3895
17477 msgid ""
17478 "Set the method that libguestfs uses to connect to the back end guestfsd "
17479 "daemon.  Possible methods are:"
17480 msgstr ""
17481
17482 #. type: textblock
17483 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3902
17484 msgid ""
17485 "Launch an appliance and connect to it.  This is the ordinary method and the "
17486 "default."
17487 msgstr ""
17488
17489 #. type: =item
17490 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3905
17491 msgid "C<unix:I<path>>"
17492 msgstr ""
17493
17494 #. type: textblock
17495 #: ../src/guestfs-actions.pod:5813 ../fish/guestfish-actions.pod:3907
17496 msgid "Connect to the Unix domain socket I<path>."
17497 msgstr ""
17498
17499 #. type: textblock
17500 #: ../src/guestfs-actions.pod:5815 ../fish/guestfish-actions.pod:3909
17501 msgid ""
17502 "This method lets you connect to an existing daemon or (using virtio-serial) "
17503 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
17504 "RUNNING DAEMONS>."
17505 msgstr ""
17506
17507 # type: =head2
17508 #. type: =head2
17509 #: ../src/guestfs-actions.pod:5823
17510 msgid "guestfs_set_autosync"
17511 msgstr ""
17512
17513 # type: verbatim
17514 #. type: verbatim
17515 #: ../src/guestfs-actions.pod:5825
17516 #, no-wrap
17517 msgid ""
17518 " int\n"
17519 " guestfs_set_autosync (guestfs_h *g,\n"
17520 "                       int autosync);\n"
17521 "\n"
17522 msgstr ""
17523
17524 #. type: textblock
17525 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3921
17526 msgid ""
17527 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
17528 "effort attempt to make filesystems consistent and synchronized when the "
17529 "handle is closed (also if the program exits without closing handles)."
17530 msgstr ""
17531
17532 # type: textblock
17533 #. type: textblock
17534 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3926
17535 msgid ""
17536 "This is enabled by default (since libguestfs 1.5.24, previously it was "
17537 "disabled by default)."
17538 msgstr ""
17539
17540 # type: =head2
17541 #. type: =head2
17542 #: ../src/guestfs-actions.pod:5841
17543 msgid "guestfs_set_direct"
17544 msgstr ""
17545
17546 # type: verbatim
17547 #. type: verbatim
17548 #: ../src/guestfs-actions.pod:5843
17549 #, no-wrap
17550 msgid ""
17551 " int\n"
17552 " guestfs_set_direct (guestfs_h *g,\n"
17553 "                     int direct);\n"
17554 "\n"
17555 msgstr ""
17556
17557 # type: textblock
17558 #. type: textblock
17559 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3935
17560 msgid ""
17561 "If the direct appliance mode flag is enabled, then stdin and stdout are "
17562 "passed directly through to the appliance once it is launched."
17563 msgstr ""
17564
17565 # type: textblock
17566 #. type: textblock
17567 #: ../src/guestfs-actions.pod:5851
17568 msgid ""
17569 "One consequence of this is that log messages aren't caught by the library "
17570 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
17571 "stdout."
17572 msgstr ""
17573
17574 # type: textblock
17575 #. type: textblock
17576 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3943
17577 msgid "You probably don't want to use this unless you know what you are doing."
17578 msgstr ""
17579
17580 # type: textblock
17581 #. type: textblock
17582 #: ../src/guestfs-actions.pod:5858 ../fish/guestfish-actions.pod:3946
17583 msgid "The default is disabled."
17584 msgstr ""
17585
17586 # type: =head2
17587 #. type: =head2
17588 #: ../src/guestfs-actions.pod:5864
17589 msgid "guestfs_set_e2label"
17590 msgstr ""
17591
17592 # type: verbatim
17593 #. type: verbatim
17594 #: ../src/guestfs-actions.pod:5866
17595 #, no-wrap
17596 msgid ""
17597 " int\n"
17598 " guestfs_set_e2label (guestfs_h *g,\n"
17599 "                      const char *device,\n"
17600 "                      const char *label);\n"
17601 "\n"
17602 msgstr ""
17603
17604 # type: textblock
17605 #. type: textblock
17606 #: ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:3952
17607 msgid ""
17608 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
17609 "C<label>.  Filesystem labels are limited to 16 characters."
17610 msgstr ""
17611
17612 # type: textblock
17613 #. type: textblock
17614 #: ../src/guestfs-actions.pod:5875
17615 msgid ""
17616 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
17617 "the existing label on a filesystem."
17618 msgstr ""
17619
17620 # type: =head2
17621 #. type: =head2
17622 #: ../src/guestfs-actions.pod:5882
17623 msgid "guestfs_set_e2uuid"
17624 msgstr ""
17625
17626 # type: verbatim
17627 #. type: verbatim
17628 #: ../src/guestfs-actions.pod:5884
17629 #, no-wrap
17630 msgid ""
17631 " int\n"
17632 " guestfs_set_e2uuid (guestfs_h *g,\n"
17633 "                     const char *device,\n"
17634 "                     const char *uuid);\n"
17635 "\n"
17636 msgstr ""
17637
17638 # type: textblock
17639 #. type: textblock
17640 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3963
17641 msgid ""
17642 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
17643 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
17644 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
17645 msgstr ""
17646
17647 # type: textblock
17648 #. type: textblock
17649 #: ../src/guestfs-actions.pod:5894
17650 msgid ""
17651 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
17652 "the existing UUID of a filesystem."
17653 msgstr ""
17654
17655 # type: =head2
17656 #. type: =head2
17657 #: ../src/guestfs-actions.pod:5901
17658 msgid "guestfs_set_memsize"
17659 msgstr ""
17660
17661 # type: verbatim
17662 #. type: verbatim
17663 #: ../src/guestfs-actions.pod:5903
17664 #, no-wrap
17665 msgid ""
17666 " int\n"
17667 " guestfs_set_memsize (guestfs_h *g,\n"
17668 "                      int memsize);\n"
17669 "\n"
17670 msgstr ""
17671
17672 # type: textblock
17673 #. type: textblock
17674 #: ../src/guestfs-actions.pod:5907
17675 msgid ""
17676 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
17677 "This only has any effect if called before C<guestfs_launch>."
17678 msgstr ""
17679
17680 # type: textblock
17681 #. type: textblock
17682 #: ../src/guestfs-actions.pod:5911 ../fish/guestfish-actions.pod:3981
17683 msgid ""
17684 "You can also change this by setting the environment variable "
17685 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
17686 msgstr ""
17687
17688 # type: =head2
17689 #. type: =head2
17690 #: ../src/guestfs-actions.pod:5922
17691 msgid "guestfs_set_network"
17692 msgstr ""
17693
17694 # type: verbatim
17695 #. type: verbatim
17696 #: ../src/guestfs-actions.pod:5924
17697 #, no-wrap
17698 msgid ""
17699 " int\n"
17700 " guestfs_set_network (guestfs_h *g,\n"
17701 "                      int network);\n"
17702 "\n"
17703 msgstr ""
17704
17705 # type: textblock
17706 #. type: textblock
17707 #: ../src/guestfs-actions.pod:5928 ../fish/guestfish-actions.pod:3994
17708 msgid ""
17709 "If C<network> is true, then the network is enabled in the libguestfs "
17710 "appliance.  The default is false."
17711 msgstr ""
17712
17713 # type: textblock
17714 #. type: textblock
17715 #: ../src/guestfs-actions.pod:5931 ../fish/guestfish-actions.pod:3997
17716 msgid ""
17717 "This affects whether commands are able to access the network (see L<guestfs"
17718 "(3)/RUNNING COMMANDS>)."
17719 msgstr ""
17720
17721 # type: textblock
17722 #. type: textblock
17723 #: ../src/guestfs-actions.pod:5934
17724 msgid ""
17725 "You must call this before calling C<guestfs_launch>, otherwise it has no "
17726 "effect."
17727 msgstr ""
17728
17729 # type: =head2
17730 #. type: =head2
17731 #: ../src/guestfs-actions.pod:5941
17732 msgid "guestfs_set_path"
17733 msgstr ""
17734
17735 # type: verbatim
17736 #. type: verbatim
17737 #: ../src/guestfs-actions.pod:5943
17738 #, no-wrap
17739 msgid ""
17740 " int\n"
17741 " guestfs_set_path (guestfs_h *g,\n"
17742 "                   const char *searchpath);\n"
17743 "\n"
17744 msgstr ""
17745
17746 # type: textblock
17747 #. type: textblock
17748 #: ../src/guestfs-actions.pod:5947 ../fish/guestfish-actions.pod:4009
17749 msgid "Set the path that libguestfs searches for kernel and initrd.img."
17750 msgstr ""
17751
17752 # type: textblock
17753 #. type: textblock
17754 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4011
17755 msgid ""
17756 "The default is C<$libdir/guestfs> unless overridden by setting "
17757 "C<LIBGUESTFS_PATH> environment variable."
17758 msgstr ""
17759
17760 # type: textblock
17761 #. type: textblock
17762 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4014
17763 msgid "Setting C<path> to C<NULL> restores the default path."
17764 msgstr ""
17765
17766 # type: =head2
17767 #. type: =head2
17768 #: ../src/guestfs-actions.pod:5958
17769 msgid "guestfs_set_qemu"
17770 msgstr ""
17771
17772 # type: verbatim
17773 #. type: verbatim
17774 #: ../src/guestfs-actions.pod:5960
17775 #, no-wrap
17776 msgid ""
17777 " int\n"
17778 " guestfs_set_qemu (guestfs_h *g,\n"
17779 "                   const char *qemu);\n"
17780 "\n"
17781 msgstr ""
17782
17783 # type: textblock
17784 #. type: textblock
17785 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4022
17786 msgid "Set the qemu binary that we will use."
17787 msgstr ""
17788
17789 # type: textblock
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:5966 ../fish/guestfish-actions.pod:4024
17792 msgid ""
17793 "The default is chosen when the library was compiled by the configure script."
17794 msgstr ""
17795
17796 # type: textblock
17797 #. type: textblock
17798 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:4027
17799 msgid ""
17800 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
17801 "variable."
17802 msgstr ""
17803
17804 # type: textblock
17805 #. type: textblock
17806 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4030
17807 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
17808 msgstr ""
17809
17810 # type: textblock
17811 #. type: textblock
17812 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4032
17813 msgid ""
17814 "Note that you should call this function as early as possible after creating "
17815 "the handle.  This is because some pre-launch operations depend on testing "
17816 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
17817 "don't retest features, and so you might see inconsistent results.  Using the "
17818 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
17819 "the qemu binary at the same time as the handle is created."
17820 msgstr ""
17821
17822 # type: =head2
17823 #. type: =head2
17824 #: ../src/guestfs-actions.pod:5986
17825 msgid "guestfs_set_recovery_proc"
17826 msgstr ""
17827
17828 # type: verbatim
17829 #. type: verbatim
17830 #: ../src/guestfs-actions.pod:5988
17831 #, no-wrap
17832 msgid ""
17833 " int\n"
17834 " guestfs_set_recovery_proc (guestfs_h *g,\n"
17835 "                            int recoveryproc);\n"
17836 "\n"
17837 msgstr ""
17838
17839 # type: textblock
17840 #. type: textblock
17841 #: ../src/guestfs-actions.pod:5992
17842 msgid ""
17843 "If this is called with the parameter C<false> then C<guestfs_launch> does "
17844 "not create a recovery process.  The purpose of the recovery process is to "
17845 "stop runaway qemu processes in the case where the main program aborts "
17846 "abruptly."
17847 msgstr ""
17848
17849 # type: textblock
17850 #. type: textblock
17851 #: ../src/guestfs-actions.pod:5997
17852 msgid ""
17853 "This only has any effect if called before C<guestfs_launch>, and the default "
17854 "is true."
17855 msgstr ""
17856
17857 # type: textblock
17858 #. type: textblock
17859 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4054
17860 msgid ""
17861 "About the only time when you would want to disable this is if the main "
17862 "process will fork itself into the background (\"daemonize\" itself).  In "
17863 "this case the recovery process thinks that the main program has disappeared "
17864 "and so kills qemu, which is not very helpful."
17865 msgstr ""
17866
17867 # type: =head2
17868 #. type: =head2
17869 #: ../src/guestfs-actions.pod:6010
17870 msgid "guestfs_set_selinux"
17871 msgstr ""
17872
17873 # type: verbatim
17874 #. type: verbatim
17875 #: ../src/guestfs-actions.pod:6012
17876 #, no-wrap
17877 msgid ""
17878 " int\n"
17879 " guestfs_set_selinux (guestfs_h *g,\n"
17880 "                      int selinux);\n"
17881 "\n"
17882 msgstr ""
17883
17884 # type: textblock
17885 #. type: textblock
17886 #: ../src/guestfs-actions.pod:6016 ../fish/guestfish-actions.pod:4066
17887 msgid ""
17888 "This sets the selinux flag that is passed to the appliance at boot time.  "
17889 "The default is C<selinux=0> (disabled)."
17890 msgstr ""
17891
17892 # type: textblock
17893 #. type: textblock
17894 #: ../src/guestfs-actions.pod:6019 ../fish/guestfish-actions.pod:4069
17895 msgid ""
17896 "Note that if SELinux is enabled, it is always in Permissive mode "
17897 "(C<enforcing=0>)."
17898 msgstr ""
17899
17900 # type: =head2
17901 #. type: =head2
17902 #: ../src/guestfs-actions.pod:6029
17903 msgid "guestfs_set_trace"
17904 msgstr ""
17905
17906 # type: verbatim
17907 #. type: verbatim
17908 #: ../src/guestfs-actions.pod:6031
17909 #, no-wrap
17910 msgid ""
17911 " int\n"
17912 " guestfs_set_trace (guestfs_h *g,\n"
17913 "                    int trace);\n"
17914 "\n"
17915 msgstr ""
17916
17917 #. type: textblock
17918 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4081
17919 msgid ""
17920 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
17921 "return values are traced."
17922 msgstr ""
17923
17924 # type: textblock
17925 #. type: textblock
17926 #: ../src/guestfs-actions.pod:6038 ../fish/guestfish-actions.pod:4084
17927 msgid ""
17928 "If you want to trace C API calls into libguestfs (and other libraries) then "
17929 "possibly a better way is to use the external ltrace(1) command."
17930 msgstr ""
17931
17932 # type: textblock
17933 #. type: textblock
17934 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4088
17935 msgid ""
17936 "Command traces are disabled unless the environment variable "
17937 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
17938 msgstr ""
17939
17940 #. type: textblock
17941 #: ../src/guestfs-actions.pod:6045
17942 msgid ""
17943 "Trace messages are normally sent to C<stderr>, unless you register a "
17944 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
17945 msgstr ""
17946
17947 # type: =head2
17948 #. type: =head2
17949 #: ../src/guestfs-actions.pod:6053
17950 msgid "guestfs_set_verbose"
17951 msgstr ""
17952
17953 # type: verbatim
17954 #. type: verbatim
17955 #: ../src/guestfs-actions.pod:6055
17956 #, no-wrap
17957 msgid ""
17958 " int\n"
17959 " guestfs_set_verbose (guestfs_h *g,\n"
17960 "                      int verbose);\n"
17961 "\n"
17962 msgstr ""
17963
17964 #. type: textblock
17965 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4101
17966 msgid "If C<verbose> is true, this turns on verbose messages."
17967 msgstr ""
17968
17969 # type: textblock
17970 #. type: textblock
17971 #: ../src/guestfs-actions.pod:6061 ../fish/guestfish-actions.pod:4103
17972 msgid ""
17973 "Verbose messages are disabled unless the environment variable "
17974 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
17975 msgstr ""
17976
17977 #. type: textblock
17978 #: ../src/guestfs-actions.pod:6064
17979 msgid ""
17980 "Verbose messages are normally sent to C<stderr>, unless you register a "
17981 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
17982 msgstr ""
17983
17984 # type: =head2
17985 #. type: =head2
17986 #: ../src/guestfs-actions.pod:6072
17987 msgid "guestfs_setcon"
17988 msgstr ""
17989
17990 # type: verbatim
17991 #. type: verbatim
17992 #: ../src/guestfs-actions.pod:6074
17993 #, no-wrap
17994 msgid ""
17995 " int\n"
17996 " guestfs_setcon (guestfs_h *g,\n"
17997 "                 const char *context);\n"
17998 "\n"
17999 msgstr ""
18000
18001 # type: textblock
18002 #. type: textblock
18003 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4114
18004 msgid ""
18005 "This sets the SELinux security context of the daemon to the string "
18006 "C<context>."
18007 msgstr ""
18008
18009 # type: textblock
18010 #. type: textblock
18011 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4117
18012 msgid "See the documentation about SELINUX in L<guestfs(3)>."
18013 msgstr ""
18014
18015 # type: =head2
18016 #. type: =head2
18017 #: ../src/guestfs-actions.pod:6087
18018 msgid "guestfs_setxattr"
18019 msgstr ""
18020
18021 # type: verbatim
18022 #. type: verbatim
18023 #: ../src/guestfs-actions.pod:6089
18024 #, no-wrap
18025 msgid ""
18026 " int\n"
18027 " guestfs_setxattr (guestfs_h *g,\n"
18028 "                   const char *xattr,\n"
18029 "                   const char *val,\n"
18030 "                   int vallen,\n"
18031 "                   const char *path);\n"
18032 "\n"
18033 msgstr ""
18034
18035 # type: textblock
18036 #. type: textblock
18037 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4123
18038 msgid ""
18039 "This call sets the extended attribute named C<xattr> of the file C<path> to "
18040 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
18041 msgstr ""
18042
18043 # type: textblock
18044 #. type: textblock
18045 #: ../src/guestfs-actions.pod:6100
18046 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
18047 msgstr ""
18048
18049 # type: =head2
18050 #. type: =head2
18051 #: ../src/guestfs-actions.pod:6106
18052 msgid "guestfs_sfdisk"
18053 msgstr ""
18054
18055 # type: verbatim
18056 #. type: verbatim
18057 #: ../src/guestfs-actions.pod:6108
18058 #, no-wrap
18059 msgid ""
18060 " int\n"
18061 " guestfs_sfdisk (guestfs_h *g,\n"
18062 "                 const char *device,\n"
18063 "                 int cyls,\n"
18064 "                 int heads,\n"
18065 "                 int sectors,\n"
18066 "                 char *const *lines);\n"
18067 "\n"
18068 msgstr ""
18069
18070 # type: textblock
18071 #. type: textblock
18072 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4133
18073 msgid ""
18074 "This is a direct interface to the L<sfdisk(8)> program for creating "
18075 "partitions on block devices."
18076 msgstr ""
18077
18078 # type: textblock
18079 #. type: textblock
18080 #: ../src/guestfs-actions.pod:6119 ../fish/guestfish-actions.pod:4136
18081 msgid "C<device> should be a block device, for example C</dev/sda>."
18082 msgstr ""
18083
18084 # type: textblock
18085 #. type: textblock
18086 #: ../src/guestfs-actions.pod:6121 ../fish/guestfish-actions.pod:4138
18087 msgid ""
18088 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
18089 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
18090 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
18091 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
18092 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
18093 "the kernel) cannot work out the right geometry and you will need to tell it."
18094 msgstr ""
18095
18096 # type: textblock
18097 #. type: textblock
18098 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4146
18099 msgid ""
18100 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
18101 "refer to the L<sfdisk(8)> manpage."
18102 msgstr ""
18103
18104 # type: textblock
18105 #. type: textblock
18106 #: ../src/guestfs-actions.pod:6132 ../fish/guestfish-actions.pod:4149
18107 msgid ""
18108 "To create a single partition occupying the whole disk, you would pass "
18109 "C<lines> as a single element list, when the single element being the string "
18110 "C<,> (comma)."
18111 msgstr ""
18112
18113 # type: textblock
18114 #. type: textblock
18115 #: ../src/guestfs-actions.pod:6136
18116 msgid ""
18117 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
18118 msgstr ""
18119
18120 # type: =head2
18121 #. type: =head2
18122 #: ../src/guestfs-actions.pod:6146
18123 msgid "guestfs_sfdiskM"
18124 msgstr ""
18125
18126 # type: verbatim
18127 #. type: verbatim
18128 #: ../src/guestfs-actions.pod:6148
18129 #, no-wrap
18130 msgid ""
18131 " int\n"
18132 " guestfs_sfdiskM (guestfs_h *g,\n"
18133 "                  const char *device,\n"
18134 "                  char *const *lines);\n"
18135 "\n"
18136 msgstr ""
18137
18138 # type: textblock
18139 #. type: textblock
18140 #: ../src/guestfs-actions.pod:6153
18141 msgid ""
18142 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
18143 "partition sizes are specified in megabytes only (rounded to the nearest "
18144 "cylinder) and you don't need to specify the cyls, heads and sectors "
18145 "parameters which were rarely if ever used anyway."
18146 msgstr ""
18147
18148 # type: textblock
18149 #. type: textblock
18150 #: ../src/guestfs-actions.pod:6159
18151 msgid ""
18152 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
18153 "C<guestfs_part_disk>"
18154 msgstr ""
18155
18156 # type: =head2
18157 #. type: =head2
18158 #: ../src/guestfs-actions.pod:6169
18159 msgid "guestfs_sfdisk_N"
18160 msgstr ""
18161
18162 # type: verbatim
18163 #. type: verbatim
18164 #: ../src/guestfs-actions.pod:6171
18165 #, no-wrap
18166 msgid ""
18167 " int\n"
18168 " guestfs_sfdisk_N (guestfs_h *g,\n"
18169 "                   const char *device,\n"
18170 "                   int partnum,\n"
18171 "                   int cyls,\n"
18172 "                   int heads,\n"
18173 "                   int sectors,\n"
18174 "                   const char *line);\n"
18175 "\n"
18176 msgstr ""
18177
18178 # type: textblock
18179 #. type: textblock
18180 #: ../src/guestfs-actions.pod:6180 ../fish/guestfish-actions.pod:4179
18181 msgid ""
18182 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
18183 "(note: C<n> counts from 1)."
18184 msgstr ""
18185
18186 # type: textblock
18187 #. type: textblock
18188 #: ../src/guestfs-actions.pod:6183
18189 msgid ""
18190 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
18191 "for the cyls/heads/sectors parameters."
18192 msgstr ""
18193
18194 # type: textblock
18195 #. type: textblock
18196 #: ../src/guestfs-actions.pod:6186
18197 msgid "See also: C<guestfs_part_add>"
18198 msgstr ""
18199
18200 # type: =head2
18201 #. type: =head2
18202 #: ../src/guestfs-actions.pod:6195
18203 msgid "guestfs_sfdisk_disk_geometry"
18204 msgstr ""
18205
18206 # type: verbatim
18207 #. type: verbatim
18208 #: ../src/guestfs-actions.pod:6197
18209 #, no-wrap
18210 msgid ""
18211 " char *\n"
18212 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
18213 "                               const char *device);\n"
18214 "\n"
18215 msgstr ""
18216
18217 # type: textblock
18218 #. type: textblock
18219 #: ../src/guestfs-actions.pod:6201
18220 msgid ""
18221 "This displays the disk geometry of C<device> read from the partition table.  "
18222 "Especially in the case where the underlying block device has been resized, "
18223 "this can be different from the kernel's idea of the geometry (see "
18224 "C<guestfs_sfdisk_kernel_geometry>)."
18225 msgstr ""
18226
18227 # type: textblock
18228 #. type: textblock
18229 #: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6222
18230 #: ../fish/guestfish-actions.pod:4199 ../fish/guestfish-actions.pod:4208
18231 msgid "The result is in human-readable format, and not designed to be parsed."
18232 msgstr ""
18233
18234 # type: =head2
18235 #. type: =head2
18236 #: ../src/guestfs-actions.pod:6214
18237 msgid "guestfs_sfdisk_kernel_geometry"
18238 msgstr ""
18239
18240 # type: verbatim
18241 #. type: verbatim
18242 #: ../src/guestfs-actions.pod:6216
18243 #, no-wrap
18244 msgid ""
18245 " char *\n"
18246 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
18247 "                                 const char *device);\n"
18248 "\n"
18249 msgstr ""
18250
18251 # type: textblock
18252 #. type: textblock
18253 #: ../src/guestfs-actions.pod:6220 ../fish/guestfish-actions.pod:4206
18254 msgid "This displays the kernel's idea of the geometry of C<device>."
18255 msgstr ""
18256
18257 # type: =head2
18258 #. type: =head2
18259 #: ../src/guestfs-actions.pod:6230
18260 msgid "guestfs_sfdisk_l"
18261 msgstr ""
18262
18263 # type: verbatim
18264 #. type: verbatim
18265 #: ../src/guestfs-actions.pod:6232
18266 #, no-wrap
18267 msgid ""
18268 " char *\n"
18269 " guestfs_sfdisk_l (guestfs_h *g,\n"
18270 "                   const char *device);\n"
18271 "\n"
18272 msgstr ""
18273
18274 # type: textblock
18275 #. type: textblock
18276 #: ../src/guestfs-actions.pod:6236 ../fish/guestfish-actions.pod:4215
18277 msgid ""
18278 "This displays the partition table on C<device>, in the human-readable output "
18279 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
18280 msgstr ""
18281
18282 # type: textblock
18283 #. type: textblock
18284 #: ../src/guestfs-actions.pod:6240
18285 msgid "See also: C<guestfs_part_list>"
18286 msgstr ""
18287
18288 # type: =head2
18289 #. type: =head2
18290 #: ../src/guestfs-actions.pod:6247
18291 msgid "guestfs_sh"
18292 msgstr ""
18293
18294 # type: verbatim
18295 #. type: verbatim
18296 #: ../src/guestfs-actions.pod:6249
18297 #, no-wrap
18298 msgid ""
18299 " char *\n"
18300 " guestfs_sh (guestfs_h *g,\n"
18301 "             const char *command);\n"
18302 "\n"
18303 msgstr ""
18304
18305 # type: textblock
18306 #. type: textblock
18307 #: ../src/guestfs-actions.pod:6253 ../fish/guestfish-actions.pod:4225
18308 msgid ""
18309 "This call runs a command from the guest filesystem via the guest's C</bin/"
18310 "sh>."
18311 msgstr ""
18312
18313 # type: textblock
18314 #. type: textblock
18315 #: ../src/guestfs-actions.pod:6256
18316 msgid "This is like C<guestfs_command>, but passes the command to:"
18317 msgstr ""
18318
18319 # type: verbatim
18320 #. type: verbatim
18321 #: ../src/guestfs-actions.pod:6258 ../fish/guestfish-actions.pod:4230
18322 #, no-wrap
18323 msgid ""
18324 " /bin/sh -c \"command\"\n"
18325 "\n"
18326 msgstr ""
18327
18328 # type: textblock
18329 #. type: textblock
18330 #: ../src/guestfs-actions.pod:6260 ../fish/guestfish-actions.pod:4232
18331 msgid ""
18332 "Depending on the guest's shell, this usually results in wildcards being "
18333 "expanded, shell expressions being interpolated and so on."
18334 msgstr ""
18335
18336 # type: textblock
18337 #. type: textblock
18338 #: ../src/guestfs-actions.pod:6264
18339 msgid "All the provisos about C<guestfs_command> apply to this call."
18340 msgstr ""
18341
18342 # type: =head2
18343 #. type: =head2
18344 #: ../src/guestfs-actions.pod:6271
18345 msgid "guestfs_sh_lines"
18346 msgstr ""
18347
18348 # type: verbatim
18349 #. type: verbatim
18350 #: ../src/guestfs-actions.pod:6273
18351 #, no-wrap
18352 msgid ""
18353 " char **\n"
18354 " guestfs_sh_lines (guestfs_h *g,\n"
18355 "                   const char *command);\n"
18356 "\n"
18357 msgstr ""
18358
18359 # type: textblock
18360 #. type: textblock
18361 #: ../src/guestfs-actions.pod:6277
18362 msgid ""
18363 "This is the same as C<guestfs_sh>, but splits the result into a list of "
18364 "lines."
18365 msgstr ""
18366
18367 # type: textblock
18368 #. type: textblock
18369 #: ../src/guestfs-actions.pod:6280
18370 msgid "See also: C<guestfs_command_lines>"
18371 msgstr ""
18372
18373 # type: =head2
18374 #. type: =head2
18375 #: ../src/guestfs-actions.pod:6288
18376 msgid "guestfs_sleep"
18377 msgstr ""
18378
18379 # type: verbatim
18380 #. type: verbatim
18381 #: ../src/guestfs-actions.pod:6290
18382 #, no-wrap
18383 msgid ""
18384 " int\n"
18385 " guestfs_sleep (guestfs_h *g,\n"
18386 "                int secs);\n"
18387 "\n"
18388 msgstr ""
18389
18390 # type: textblock
18391 #. type: textblock
18392 #: ../src/guestfs-actions.pod:6294 ../fish/guestfish-actions.pod:4251
18393 msgid "Sleep for C<secs> seconds."
18394 msgstr ""
18395
18396 # type: textblock
18397 #. type: textblock
18398 #: ../src/guestfs-actions.pod:6298
18399 msgid "(Added in 1.0.41)"
18400 msgstr ""
18401
18402 # type: =head2
18403 #. type: =head2
18404 #: ../src/guestfs-actions.pod:6300 ../src/guestfs-structs.pod:109
18405 msgid "guestfs_stat"
18406 msgstr ""
18407
18408 # type: verbatim
18409 #. type: verbatim
18410 #: ../src/guestfs-actions.pod:6302
18411 #, no-wrap
18412 msgid ""
18413 " struct guestfs_stat *\n"
18414 " guestfs_stat (guestfs_h *g,\n"
18415 "               const char *path);\n"
18416 "\n"
18417 msgstr ""
18418
18419 # type: textblock
18420 #. type: textblock
18421 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4259
18422 msgid "This is the same as the C<stat(2)> system call."
18423 msgstr ""
18424
18425 # type: =head2
18426 #. type: =head2
18427 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-structs.pod:135
18428 msgid "guestfs_statvfs"
18429 msgstr ""
18430
18431 # type: verbatim
18432 #. type: verbatim
18433 #: ../src/guestfs-actions.pod:6318
18434 #, no-wrap
18435 msgid ""
18436 " struct guestfs_statvfs *\n"
18437 " guestfs_statvfs (guestfs_h *g,\n"
18438 "                  const char *path);\n"
18439 "\n"
18440 msgstr ""
18441
18442 # type: textblock
18443 #. type: textblock
18444 #: ../src/guestfs-actions.pod:6322 ../fish/guestfish-actions.pod:4265
18445 msgid ""
18446 "Returns file system statistics for any mounted file system.  C<path> should "
18447 "be a file or directory in the mounted file system (typically it is the mount "
18448 "point itself, but it doesn't need to be)."
18449 msgstr ""
18450
18451 # type: textblock
18452 #. type: textblock
18453 #: ../src/guestfs-actions.pod:6326 ../fish/guestfish-actions.pod:4269
18454 msgid "This is the same as the C<statvfs(2)> system call."
18455 msgstr ""
18456
18457 # type: textblock
18458 #. type: textblock
18459 #: ../src/guestfs-actions.pod:6328
18460 msgid ""
18461 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
18462 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
18463 msgstr ""
18464
18465 # type: =head2
18466 #. type: =head2
18467 #: ../src/guestfs-actions.pod:6334
18468 msgid "guestfs_strings"
18469 msgstr ""
18470
18471 # type: verbatim
18472 #. type: verbatim
18473 #: ../src/guestfs-actions.pod:6336
18474 #, no-wrap
18475 msgid ""
18476 " char **\n"
18477 " guestfs_strings (guestfs_h *g,\n"
18478 "                  const char *path);\n"
18479 "\n"
18480 msgstr ""
18481
18482 # type: textblock
18483 #. type: textblock
18484 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4275
18485 msgid ""
18486 "This runs the L<strings(1)> command on a file and returns the list of "
18487 "printable strings found."
18488 msgstr ""
18489
18490 # type: =head2
18491 #. type: =head2
18492 #: ../src/guestfs-actions.pod:6352
18493 msgid "guestfs_strings_e"
18494 msgstr ""
18495
18496 # type: verbatim
18497 #. type: verbatim
18498 #: ../src/guestfs-actions.pod:6354
18499 #, no-wrap
18500 msgid ""
18501 " char **\n"
18502 " guestfs_strings_e (guestfs_h *g,\n"
18503 "                    const char *encoding,\n"
18504 "                    const char *path);\n"
18505 "\n"
18506 msgstr ""
18507
18508 # type: textblock
18509 #. type: textblock
18510 #: ../src/guestfs-actions.pod:6359
18511 msgid ""
18512 "This is like the C<guestfs_strings> command, but allows you to specify the "
18513 "encoding of strings that are looked for in the source file C<path>."
18514 msgstr ""
18515
18516 # type: textblock
18517 #. type: textblock
18518 #: ../src/guestfs-actions.pod:6363 ../fish/guestfish-actions.pod:4289
18519 msgid "Allowed encodings are:"
18520 msgstr ""
18521
18522 # type: =item
18523 #. type: =item
18524 #: ../src/guestfs-actions.pod:6367 ../fish/guestfish-actions.pod:4293
18525 msgid "s"
18526 msgstr ""
18527
18528 # type: textblock
18529 #. type: textblock
18530 #: ../src/guestfs-actions.pod:6369
18531 msgid ""
18532 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
18533 "ISO-8859-X (this is what C<guestfs_strings> uses)."
18534 msgstr ""
18535
18536 # type: =item
18537 #. type: =item
18538 #: ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:4298
18539 msgid "S"
18540 msgstr ""
18541
18542 # type: textblock
18543 #. type: textblock
18544 #: ../src/guestfs-actions.pod:6374 ../fish/guestfish-actions.pod:4300
18545 msgid "Single 8-bit-byte characters."
18546 msgstr ""
18547
18548 # type: =item
18549 #. type: =item
18550 #: ../src/guestfs-actions.pod:6376 ../fish/guestfish-actions.pod:4302
18551 msgid "b"
18552 msgstr ""
18553
18554 # type: textblock
18555 #. type: textblock
18556 #: ../src/guestfs-actions.pod:6378 ../fish/guestfish-actions.pod:4304
18557 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
18558 msgstr ""
18559
18560 # type: =item
18561 #. type: =item
18562 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4307
18563 msgid "l (lower case letter L)"
18564 msgstr ""
18565
18566 # type: textblock
18567 #. type: textblock
18568 #: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4309
18569 msgid ""
18570 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
18571 "examining binaries in Windows guests."
18572 msgstr ""
18573
18574 # type: =item
18575 #. type: =item
18576 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4312
18577 msgid "B"
18578 msgstr ""
18579
18580 # type: textblock
18581 #. type: textblock
18582 #: ../src/guestfs-actions.pod:6388 ../fish/guestfish-actions.pod:4314
18583 msgid "32-bit big endian such as UCS-4BE."
18584 msgstr ""
18585
18586 # type: =item
18587 #. type: =item
18588 #: ../src/guestfs-actions.pod:6390 ../fish/guestfish-actions.pod:4316
18589 msgid "L"
18590 msgstr ""
18591
18592 # type: textblock
18593 #. type: textblock
18594 #: ../src/guestfs-actions.pod:6392 ../fish/guestfish-actions.pod:4318
18595 msgid "32-bit little endian such as UCS-4LE."
18596 msgstr ""
18597
18598 # type: textblock
18599 #. type: textblock
18600 #: ../src/guestfs-actions.pod:6396 ../fish/guestfish-actions.pod:4322
18601 msgid "The returned strings are transcoded to UTF-8."
18602 msgstr ""
18603
18604 # type: =head2
18605 #. type: =head2
18606 #: ../src/guestfs-actions.pod:6407
18607 msgid "guestfs_swapoff_device"
18608 msgstr ""
18609
18610 # type: verbatim
18611 #. type: verbatim
18612 #: ../src/guestfs-actions.pod:6409
18613 #, no-wrap
18614 msgid ""
18615 " int\n"
18616 " guestfs_swapoff_device (guestfs_h *g,\n"
18617 "                         const char *device);\n"
18618 "\n"
18619 msgstr ""
18620
18621 # type: textblock
18622 #. type: textblock
18623 #: ../src/guestfs-actions.pod:6413
18624 msgid ""
18625 "This command disables the libguestfs appliance swap device or partition "
18626 "named C<device>.  See C<guestfs_swapon_device>."
18627 msgstr ""
18628
18629 # type: =head2
18630 #. type: =head2
18631 #: ../src/guestfs-actions.pod:6421
18632 msgid "guestfs_swapoff_file"
18633 msgstr ""
18634
18635 # type: verbatim
18636 #. type: verbatim
18637 #: ../src/guestfs-actions.pod:6423
18638 #, no-wrap
18639 msgid ""
18640 " int\n"
18641 " guestfs_swapoff_file (guestfs_h *g,\n"
18642 "                       const char *file);\n"
18643 "\n"
18644 msgstr ""
18645
18646 # type: textblock
18647 #. type: textblock
18648 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4339
18649 msgid "This command disables the libguestfs appliance swap on file."
18650 msgstr ""
18651
18652 # type: =head2
18653 #. type: =head2
18654 #: ../src/guestfs-actions.pod:6433
18655 msgid "guestfs_swapoff_label"
18656 msgstr ""
18657
18658 # type: verbatim
18659 #. type: verbatim
18660 #: ../src/guestfs-actions.pod:6435
18661 #, no-wrap
18662 msgid ""
18663 " int\n"
18664 " guestfs_swapoff_label (guestfs_h *g,\n"
18665 "                        const char *label);\n"
18666 "\n"
18667 msgstr ""
18668
18669 # type: textblock
18670 #. type: textblock
18671 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4345
18672 msgid ""
18673 "This command disables the libguestfs appliance swap on labeled swap "
18674 "partition."
18675 msgstr ""
18676
18677 # type: =head2
18678 #. type: =head2
18679 #: ../src/guestfs-actions.pod:6446
18680 msgid "guestfs_swapoff_uuid"
18681 msgstr ""
18682
18683 # type: verbatim
18684 #. type: verbatim
18685 #: ../src/guestfs-actions.pod:6448
18686 #, no-wrap
18687 msgid ""
18688 " int\n"
18689 " guestfs_swapoff_uuid (guestfs_h *g,\n"
18690 "                       const char *uuid);\n"
18691 "\n"
18692 msgstr ""
18693
18694 # type: textblock
18695 #. type: textblock
18696 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4352
18697 msgid ""
18698 "This command disables the libguestfs appliance swap partition with the given "
18699 "UUID."
18700 msgstr ""
18701
18702 # type: =head2
18703 #. type: =head2
18704 #: ../src/guestfs-actions.pod:6459
18705 msgid "guestfs_swapon_device"
18706 msgstr ""
18707
18708 # type: verbatim
18709 #. type: verbatim
18710 #: ../src/guestfs-actions.pod:6461
18711 #, no-wrap
18712 msgid ""
18713 " int\n"
18714 " guestfs_swapon_device (guestfs_h *g,\n"
18715 "                        const char *device);\n"
18716 "\n"
18717 msgstr ""
18718
18719 # type: textblock
18720 #. type: textblock
18721 #: ../src/guestfs-actions.pod:6465
18722 msgid ""
18723 "This command enables the libguestfs appliance to use the swap device or "
18724 "partition named C<device>.  The increased memory is made available for all "
18725 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
18726 msgstr ""
18727
18728 # type: textblock
18729 #. type: textblock
18730 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4364
18731 msgid ""
18732 "Note that you should not swap to existing guest swap partitions unless you "
18733 "know what you are doing.  They may contain hibernation information, or other "
18734 "information that the guest doesn't want you to trash.  You also risk leaking "
18735 "information about the host to the guest this way.  Instead, attach a new "
18736 "host device to the guest and swap on that."
18737 msgstr ""
18738
18739 # type: =head2
18740 #. type: =head2
18741 #: ../src/guestfs-actions.pod:6481
18742 msgid "guestfs_swapon_file"
18743 msgstr ""
18744
18745 # type: verbatim
18746 #. type: verbatim
18747 #: ../src/guestfs-actions.pod:6483
18748 #, no-wrap
18749 msgid ""
18750 " int\n"
18751 " guestfs_swapon_file (guestfs_h *g,\n"
18752 "                      const char *file);\n"
18753 "\n"
18754 msgstr ""
18755
18756 # type: textblock
18757 #. type: textblock
18758 #: ../src/guestfs-actions.pod:6487
18759 msgid ""
18760 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
18761 "notes."
18762 msgstr ""
18763
18764 # type: =head2
18765 #. type: =head2
18766 #: ../src/guestfs-actions.pod:6494
18767 msgid "guestfs_swapon_label"
18768 msgstr ""
18769
18770 # type: verbatim
18771 #. type: verbatim
18772 #: ../src/guestfs-actions.pod:6496
18773 #, no-wrap
18774 msgid ""
18775 " int\n"
18776 " guestfs_swapon_label (guestfs_h *g,\n"
18777 "                       const char *label);\n"
18778 "\n"
18779 msgstr ""
18780
18781 # type: textblock
18782 #. type: textblock
18783 #: ../src/guestfs-actions.pod:6500
18784 msgid ""
18785 "This command enables swap to a labeled swap partition.  See "
18786 "C<guestfs_swapon_device> for other notes."
18787 msgstr ""
18788
18789 # type: =head2
18790 #. type: =head2
18791 #: ../src/guestfs-actions.pod:6507
18792 msgid "guestfs_swapon_uuid"
18793 msgstr ""
18794
18795 # type: verbatim
18796 #. type: verbatim
18797 #: ../src/guestfs-actions.pod:6509
18798 #, no-wrap
18799 msgid ""
18800 " int\n"
18801 " guestfs_swapon_uuid (guestfs_h *g,\n"
18802 "                      const char *uuid);\n"
18803 "\n"
18804 msgstr ""
18805
18806 # type: textblock
18807 #. type: textblock
18808 #: ../src/guestfs-actions.pod:6513
18809 msgid ""
18810 "This command enables swap to a swap partition with the given UUID.  See "
18811 "C<guestfs_swapon_device> for other notes."
18812 msgstr ""
18813
18814 # type: =head2
18815 #. type: =head2
18816 #: ../src/guestfs-actions.pod:6520
18817 msgid "guestfs_sync"
18818 msgstr ""
18819
18820 # type: verbatim
18821 #. type: verbatim
18822 #: ../src/guestfs-actions.pod:6522
18823 #, no-wrap
18824 msgid ""
18825 " int\n"
18826 " guestfs_sync (guestfs_h *g);\n"
18827 "\n"
18828 msgstr ""
18829
18830 # type: textblock
18831 #. type: textblock
18832 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4396
18833 msgid ""
18834 "This syncs the disk, so that any writes are flushed through to the "
18835 "underlying disk image."
18836 msgstr ""
18837
18838 # type: textblock
18839 #. type: textblock
18840 #: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4399
18841 msgid ""
18842 "You should always call this if you have modified a disk image, before "
18843 "closing the handle."
18844 msgstr ""
18845
18846 # type: =head2
18847 #. type: =head2
18848 #: ../src/guestfs-actions.pod:6535
18849 msgid "guestfs_tail"
18850 msgstr ""
18851
18852 # type: verbatim
18853 #. type: verbatim
18854 #: ../src/guestfs-actions.pod:6537
18855 #, no-wrap
18856 msgid ""
18857 " char **\n"
18858 " guestfs_tail (guestfs_h *g,\n"
18859 "               const char *path);\n"
18860 "\n"
18861 msgstr ""
18862
18863 # type: textblock
18864 #. type: textblock
18865 #: ../src/guestfs-actions.pod:6541 ../fish/guestfish-actions.pod:4406
18866 msgid ""
18867 "This command returns up to the last 10 lines of a file as a list of strings."
18868 msgstr ""
18869
18870 # type: =head2
18871 #. type: =head2
18872 #: ../src/guestfs-actions.pod:6553
18873 msgid "guestfs_tail_n"
18874 msgstr ""
18875
18876 # type: verbatim
18877 #. type: verbatim
18878 #: ../src/guestfs-actions.pod:6555
18879 #, no-wrap
18880 msgid ""
18881 " char **\n"
18882 " guestfs_tail_n (guestfs_h *g,\n"
18883 "                 int nrlines,\n"
18884 "                 const char *path);\n"
18885 "\n"
18886 msgstr ""
18887
18888 # type: textblock
18889 #. type: textblock
18890 #: ../src/guestfs-actions.pod:6560 ../fish/guestfish-actions.pod:4416
18891 msgid ""
18892 "If the parameter C<nrlines> is a positive number, this returns the last "
18893 "C<nrlines> lines of the file C<path>."
18894 msgstr ""
18895
18896 # type: textblock
18897 #. type: textblock
18898 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4419
18899 msgid ""
18900 "If the parameter C<nrlines> is a negative number, this returns lines from "
18901 "the file C<path>, starting with the C<-nrlines>th line."
18902 msgstr ""
18903
18904 # type: =head2
18905 #. type: =head2
18906 #: ../src/guestfs-actions.pod:6577
18907 msgid "guestfs_tar_in"
18908 msgstr ""
18909
18910 # type: verbatim
18911 #. type: verbatim
18912 #: ../src/guestfs-actions.pod:6579
18913 #, no-wrap
18914 msgid ""
18915 " int\n"
18916 " guestfs_tar_in (guestfs_h *g,\n"
18917 "                 const char *tarfile,\n"
18918 "                 const char *directory);\n"
18919 "\n"
18920 msgstr ""
18921
18922 # type: textblock
18923 #. type: textblock
18924 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4431
18925 msgid ""
18926 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
18927 "tar file) into C<directory>."
18928 msgstr ""
18929
18930 # type: textblock
18931 #. type: textblock
18932 #: ../src/guestfs-actions.pod:6587
18933 msgid ""
18934 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
18935 msgstr ""
18936
18937 # type: textblock
18938 #. type: textblock
18939 #: ../src/guestfs-actions.pod:6592 ../src/guestfs-actions.pod:6609
18940 #: ../src/guestfs-actions.pod:6625 ../src/guestfs-actions.pod:6641
18941 msgid "(Added in 1.0.3)"
18942 msgstr ""
18943
18944 # type: =head2
18945 #. type: =head2
18946 #: ../src/guestfs-actions.pod:6594
18947 msgid "guestfs_tar_out"
18948 msgstr ""
18949
18950 # type: verbatim
18951 #. type: verbatim
18952 #: ../src/guestfs-actions.pod:6596
18953 #, no-wrap
18954 msgid ""
18955 " int\n"
18956 " guestfs_tar_out (guestfs_h *g,\n"
18957 "                  const char *directory,\n"
18958 "                  const char *tarfile);\n"
18959 "\n"
18960 msgstr ""
18961
18962 # type: textblock
18963 #. type: textblock
18964 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4443
18965 msgid ""
18966 "This command packs the contents of C<directory> and downloads it to local "
18967 "file C<tarfile>."
18968 msgstr ""
18969
18970 # type: textblock
18971 #. type: textblock
18972 #: ../src/guestfs-actions.pod:6604
18973 msgid ""
18974 "To download a compressed tarball, use C<guestfs_tgz_out> or "
18975 "C<guestfs_txz_out>."
18976 msgstr ""
18977
18978 # type: =head2
18979 #. type: =head2
18980 #: ../src/guestfs-actions.pod:6611
18981 msgid "guestfs_tgz_in"
18982 msgstr ""
18983
18984 # type: verbatim
18985 #. type: verbatim
18986 #: ../src/guestfs-actions.pod:6613
18987 #, no-wrap
18988 msgid ""
18989 " int\n"
18990 " guestfs_tgz_in (guestfs_h *g,\n"
18991 "                 const char *tarball,\n"
18992 "                 const char *directory);\n"
18993 "\n"
18994 msgstr ""
18995
18996 # type: textblock
18997 #. type: textblock
18998 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4455
18999 msgid ""
19000 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
19001 "tar file) into C<directory>."
19002 msgstr ""
19003
19004 # type: textblock
19005 #. type: textblock
19006 #: ../src/guestfs-actions.pod:6621
19007 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
19008 msgstr ""
19009
19010 # type: =head2
19011 #. type: =head2
19012 #: ../src/guestfs-actions.pod:6627
19013 msgid "guestfs_tgz_out"
19014 msgstr ""
19015
19016 # type: verbatim
19017 #. type: verbatim
19018 #: ../src/guestfs-actions.pod:6629
19019 #, no-wrap
19020 msgid ""
19021 " int\n"
19022 " guestfs_tgz_out (guestfs_h *g,\n"
19023 "                  const char *directory,\n"
19024 "                  const char *tarball);\n"
19025 "\n"
19026 msgstr ""
19027
19028 # type: textblock
19029 #. type: textblock
19030 #: ../src/guestfs-actions.pod:6634 ../fish/guestfish-actions.pod:4466
19031 msgid ""
19032 "This command packs the contents of C<directory> and downloads it to local "
19033 "file C<tarball>."
19034 msgstr ""
19035
19036 # type: textblock
19037 #. type: textblock
19038 #: ../src/guestfs-actions.pod:6637
19039 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
19040 msgstr ""
19041
19042 # type: =head2
19043 #. type: =head2
19044 #: ../src/guestfs-actions.pod:6643
19045 msgid "guestfs_touch"
19046 msgstr ""
19047
19048 # type: verbatim
19049 #. type: verbatim
19050 #: ../src/guestfs-actions.pod:6645
19051 #, no-wrap
19052 msgid ""
19053 " int\n"
19054 " guestfs_touch (guestfs_h *g,\n"
19055 "                const char *path);\n"
19056 "\n"
19057 msgstr ""
19058
19059 # type: textblock
19060 #. type: textblock
19061 #: ../src/guestfs-actions.pod:6649 ../fish/guestfish-actions.pod:4477
19062 msgid ""
19063 "Touch acts like the L<touch(1)> command.  It can be used to update the "
19064 "timestamps on a file, or, if the file does not exist, to create a new zero-"
19065 "length file."
19066 msgstr ""
19067
19068 # type: textblock
19069 #. type: textblock
19070 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4481
19071 msgid ""
19072 "This command only works on regular files, and will fail on other file types "
19073 "such as directories, symbolic links, block special etc."
19074 msgstr ""
19075
19076 # type: =head2
19077 #. type: =head2
19078 #: ../src/guestfs-actions.pod:6660
19079 msgid "guestfs_truncate"
19080 msgstr ""
19081
19082 # type: verbatim
19083 #. type: verbatim
19084 #: ../src/guestfs-actions.pod:6662
19085 #, no-wrap
19086 msgid ""
19087 " int\n"
19088 " guestfs_truncate (guestfs_h *g,\n"
19089 "                   const char *path);\n"
19090 "\n"
19091 msgstr ""
19092
19093 # type: textblock
19094 #. type: textblock
19095 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4488
19096 msgid ""
19097 "This command truncates C<path> to a zero-length file.  The file must exist "
19098 "already."
19099 msgstr ""
19100
19101 # type: =head2
19102 #. type: =head2
19103 #: ../src/guestfs-actions.pod:6673
19104 msgid "guestfs_truncate_size"
19105 msgstr ""
19106
19107 # type: verbatim
19108 #. type: verbatim
19109 #: ../src/guestfs-actions.pod:6675
19110 #, no-wrap
19111 msgid ""
19112 " int\n"
19113 " guestfs_truncate_size (guestfs_h *g,\n"
19114 "                        const char *path,\n"
19115 "                        int64_t size);\n"
19116 "\n"
19117 msgstr ""
19118
19119 # type: textblock
19120 #. type: textblock
19121 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4495
19122 msgid ""
19123 "This command truncates C<path> to size C<size> bytes.  The file must exist "
19124 "already."
19125 msgstr ""
19126
19127 # type: textblock
19128 #. type: textblock
19129 #: ../src/guestfs-actions.pod:6683
19130 msgid ""
19131 "If the current file size is less than C<size> then the file is extended to "
19132 "the required size with zero bytes.  This creates a sparse file (ie. disk "
19133 "blocks are not allocated for the file until you write to it).  To create a "
19134 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
19135 msgstr ""
19136
19137 # type: =head2
19138 #. type: =head2
19139 #: ../src/guestfs-actions.pod:6693
19140 msgid "guestfs_tune2fs_l"
19141 msgstr ""
19142
19143 # type: verbatim
19144 #. type: verbatim
19145 #: ../src/guestfs-actions.pod:6695
19146 #, no-wrap
19147 msgid ""
19148 " char **\n"
19149 " guestfs_tune2fs_l (guestfs_h *g,\n"
19150 "                    const char *device);\n"
19151 "\n"
19152 msgstr ""
19153
19154 # type: textblock
19155 #. type: textblock
19156 #: ../src/guestfs-actions.pod:6699 ../fish/guestfish-actions.pod:4508
19157 msgid ""
19158 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
19159 "C<device>."
19160 msgstr ""
19161
19162 # type: textblock
19163 #. type: textblock
19164 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4511
19165 msgid ""
19166 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
19167 "for more details.  The list of fields returned isn't clearly defined, and "
19168 "depends on both the version of C<tune2fs> that libguestfs was built against, "
19169 "and the filesystem itself."
19170 msgstr ""
19171
19172 # type: =head2
19173 #. type: =head2
19174 #: ../src/guestfs-actions.pod:6715
19175 msgid "guestfs_txz_in"
19176 msgstr ""
19177
19178 # type: verbatim
19179 #. type: verbatim
19180 #: ../src/guestfs-actions.pod:6717
19181 #, no-wrap
19182 msgid ""
19183 " int\n"
19184 " guestfs_txz_in (guestfs_h *g,\n"
19185 "                 const char *tarball,\n"
19186 "                 const char *directory);\n"
19187 "\n"
19188 msgstr ""
19189
19190 # type: textblock
19191 #. type: textblock
19192 #: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4520
19193 msgid ""
19194 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
19195 "tar file) into C<directory>."
19196 msgstr ""
19197
19198 # type: =head2
19199 #. type: =head2
19200 #: ../src/guestfs-actions.pod:6729
19201 msgid "guestfs_txz_out"
19202 msgstr ""
19203
19204 # type: verbatim
19205 #. type: verbatim
19206 #: ../src/guestfs-actions.pod:6731
19207 #, no-wrap
19208 msgid ""
19209 " int\n"
19210 " guestfs_txz_out (guestfs_h *g,\n"
19211 "                  const char *directory,\n"
19212 "                  const char *tarball);\n"
19213 "\n"
19214 msgstr ""
19215
19216 # type: textblock
19217 #. type: textblock
19218 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4529
19219 msgid ""
19220 "This command packs the contents of C<directory> and downloads it to local "
19221 "file C<tarball> (as an xz compressed tar archive)."
19222 msgstr ""
19223
19224 # type: =head2
19225 #. type: =head2
19226 #: ../src/guestfs-actions.pod:6743
19227 msgid "guestfs_umask"
19228 msgstr ""
19229
19230 # type: verbatim
19231 #. type: verbatim
19232 #: ../src/guestfs-actions.pod:6745
19233 #, no-wrap
19234 msgid ""
19235 " int\n"
19236 " guestfs_umask (guestfs_h *g,\n"
19237 "                int mask);\n"
19238 "\n"
19239 msgstr ""
19240
19241 # type: textblock
19242 #. type: textblock
19243 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4538
19244 msgid ""
19245 "This function sets the mask used for creating new files and device nodes to "
19246 "C<mask & 0777>."
19247 msgstr ""
19248
19249 # type: textblock
19250 #. type: textblock
19251 #: ../src/guestfs-actions.pod:6752 ../fish/guestfish-actions.pod:4541
19252 msgid ""
19253 "Typical umask values would be C<022> which creates new files with "
19254 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
19255 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
19256 msgstr ""
19257
19258 # type: textblock
19259 #. type: textblock
19260 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4546
19261 msgid ""
19262 "The default umask is C<022>.  This is important because it means that "
19263 "directories and device nodes will be created with C<0644> or C<0755> mode "
19264 "even if you specify C<0777>."
19265 msgstr ""
19266
19267 # type: textblock
19268 #. type: textblock
19269 #: ../src/guestfs-actions.pod:6761
19270 msgid ""
19271 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
19272 "C<guestfs_mkdir>."
19273 msgstr ""
19274
19275 # type: textblock
19276 #. type: textblock
19277 #: ../src/guestfs-actions.pod:6764 ../fish/guestfish-actions.pod:4553
19278 msgid "This call returns the previous umask."
19279 msgstr ""
19280
19281 # type: =head2
19282 #. type: =head2
19283 #: ../src/guestfs-actions.pod:6770
19284 msgid "guestfs_umount"
19285 msgstr ""
19286
19287 # type: verbatim
19288 #. type: verbatim
19289 #: ../src/guestfs-actions.pod:6772
19290 #, no-wrap
19291 msgid ""
19292 " int\n"
19293 " guestfs_umount (guestfs_h *g,\n"
19294 "                 const char *pathordevice);\n"
19295 "\n"
19296 msgstr ""
19297
19298 # type: textblock
19299 #. type: textblock
19300 #: ../src/guestfs-actions.pod:6776 ../fish/guestfish-actions.pod:4561
19301 msgid ""
19302 "This unmounts the given filesystem.  The filesystem may be specified either "
19303 "by its mountpoint (path) or the device which contains the filesystem."
19304 msgstr ""
19305
19306 # type: =head2
19307 #. type: =head2
19308 #: ../src/guestfs-actions.pod:6784
19309 msgid "guestfs_umount_all"
19310 msgstr ""
19311
19312 # type: verbatim
19313 #. type: verbatim
19314 #: ../src/guestfs-actions.pod:6786
19315 #, no-wrap
19316 msgid ""
19317 " int\n"
19318 " guestfs_umount_all (guestfs_h *g);\n"
19319 "\n"
19320 msgstr ""
19321
19322 # type: textblock
19323 #. type: textblock
19324 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4571
19325 msgid "This unmounts all mounted filesystems."
19326 msgstr ""
19327
19328 # type: textblock
19329 #. type: textblock
19330 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4573
19331 msgid "Some internal mounts are not unmounted by this call."
19332 msgstr ""
19333
19334 # type: =head2
19335 #. type: =head2
19336 #: ../src/guestfs-actions.pod:6797
19337 msgid "guestfs_upload"
19338 msgstr ""
19339
19340 # type: verbatim
19341 #. type: verbatim
19342 #: ../src/guestfs-actions.pod:6799
19343 #, no-wrap
19344 msgid ""
19345 " int\n"
19346 " guestfs_upload (guestfs_h *g,\n"
19347 "                 const char *filename,\n"
19348 "                 const char *remotefilename);\n"
19349 "\n"
19350 msgstr ""
19351
19352 # type: textblock
19353 #. type: textblock
19354 #: ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6828
19355 #: ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4592
19356 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
19357 msgstr ""
19358
19359 # type: textblock
19360 #. type: textblock
19361 #: ../src/guestfs-actions.pod:6809
19362 msgid "See also C<guestfs_download>."
19363 msgstr ""
19364
19365 # type: =head2
19366 #. type: =head2
19367 #: ../src/guestfs-actions.pod:6820
19368 msgid "guestfs_upload_offset"
19369 msgstr ""
19370
19371 # type: verbatim
19372 #. type: verbatim
19373 #: ../src/guestfs-actions.pod:6822
19374 #, no-wrap
19375 msgid ""
19376 " int\n"
19377 " guestfs_upload_offset (guestfs_h *g,\n"
19378 "                        const char *filename,\n"
19379 "                        const char *remotefilename,\n"
19380 "                        int64_t offset);\n"
19381 "\n"
19382 msgstr ""
19383
19384 # type: textblock
19385 #. type: textblock
19386 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4595
19387 msgid ""
19388 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
19389 "The intention is to overwrite parts of existing files or devices, although "
19390 "if a non-existant file is specified then it is created with a \"hole\" "
19391 "before C<offset>.  The size of the data written is implicit in the size of "
19392 "the source C<filename>."
19393 msgstr ""
19394
19395 # type: textblock
19396 #. type: textblock
19397 #: ../src/guestfs-actions.pod:6838
19398 msgid ""
19399 "Note that there is no limit on the amount of data that can be uploaded with "
19400 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
19401 "full amount unless an error occurs."
19402 msgstr ""
19403
19404 # type: textblock
19405 #. type: textblock
19406 #: ../src/guestfs-actions.pod:6843
19407 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
19408 msgstr ""
19409
19410 # type: =head2
19411 #. type: =head2
19412 #: ../src/guestfs-actions.pod:6854
19413 msgid "guestfs_utimens"
19414 msgstr ""
19415
19416 # type: verbatim
19417 #. type: verbatim
19418 #: ../src/guestfs-actions.pod:6856
19419 #, no-wrap
19420 msgid ""
19421 " int\n"
19422 " guestfs_utimens (guestfs_h *g,\n"
19423 "                  const char *path,\n"
19424 "                  int64_t atsecs,\n"
19425 "                  int64_t atnsecs,\n"
19426 "                  int64_t mtsecs,\n"
19427 "                  int64_t mtnsecs);\n"
19428 "\n"
19429 msgstr ""
19430
19431 # type: textblock
19432 #. type: textblock
19433 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4615
19434 msgid "This command sets the timestamps of a file with nanosecond precision."
19435 msgstr ""
19436
19437 # type: textblock
19438 #. type: textblock
19439 #: ../src/guestfs-actions.pod:6867 ../fish/guestfish-actions.pod:4618
19440 msgid ""
19441 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
19442 "from the epoch."
19443 msgstr ""
19444
19445 # type: textblock
19446 #. type: textblock
19447 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4621
19448 msgid ""
19449 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
19450 "nanoseconds from the epoch."
19451 msgstr ""
19452
19453 # type: textblock
19454 #. type: textblock
19455 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4624
19456 msgid ""
19457 "If the C<*nsecs> field contains the special value C<-1> then the "
19458 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
19459 "ignored in this case)."
19460 msgstr ""
19461
19462 # type: textblock
19463 #. type: textblock
19464 #: ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4628
19465 msgid ""
19466 "If the C<*nsecs> field contains the special value C<-2> then the "
19467 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
19468 "in this case)."
19469 msgstr ""
19470
19471 # type: =head2
19472 #. type: =head2
19473 #: ../src/guestfs-actions.pod:6885 ../src/guestfs-structs.pod:175
19474 msgid "guestfs_version"
19475 msgstr ""
19476
19477 # type: verbatim
19478 #. type: verbatim
19479 #: ../src/guestfs-actions.pod:6887
19480 #, no-wrap
19481 msgid ""
19482 " struct guestfs_version *\n"
19483 " guestfs_version (guestfs_h *g);\n"
19484 "\n"
19485 msgstr ""
19486
19487 # type: textblock
19488 #. type: textblock
19489 #: ../src/guestfs-actions.pod:6890 ../fish/guestfish-actions.pod:4636
19490 msgid ""
19491 "Return the libguestfs version number that the program is linked against."
19492 msgstr ""
19493
19494 # type: textblock
19495 #. type: textblock
19496 #: ../src/guestfs-actions.pod:6893 ../fish/guestfish-actions.pod:4639
19497 msgid ""
19498 "Note that because of dynamic linking this is not necessarily the version of "
19499 "libguestfs that you compiled against.  You can compile the program, and then "
19500 "at runtime dynamically link against a completely different C<libguestfs.so> "
19501 "library."
19502 msgstr ""
19503
19504 # type: textblock
19505 #. type: textblock
19506 #: ../src/guestfs-actions.pod:6898 ../fish/guestfish-actions.pod:4644
19507 msgid ""
19508 "This call was added in version C<1.0.58>.  In previous versions of "
19509 "libguestfs there was no way to get the version number.  From C code you can "
19510 "use dynamic linker functions to find out if this symbol exists (if it "
19511 "doesn't, then it's an earlier version)."
19512 msgstr ""
19513
19514 # type: textblock
19515 #. type: textblock
19516 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4650
19517 msgid ""
19518 "The call returns a structure with four elements.  The first three (C<major>, "
19519 "C<minor> and C<release>) are numbers and correspond to the usual version "
19520 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
19521 "but may be used for distro-specific information."
19522 msgstr ""
19523
19524 # type: textblock
19525 #. type: textblock
19526 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4656
19527 msgid ""
19528 "To construct the original version string: C<$major.$minor.$release$extra>"
19529 msgstr ""
19530
19531 # type: textblock
19532 #. type: textblock
19533 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4659
19534 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
19535 msgstr ""
19536
19537 # type: textblock
19538 #. type: textblock
19539 #: ../src/guestfs-actions.pod:6915
19540 msgid ""
19541 "I<Note:> Don't use this call to test for availability of features.  In "
19542 "enterprise distributions we backport features from later versions into "
19543 "earlier versions, making this an unreliable way to test for features.  Use "
19544 "C<guestfs_available> instead."
19545 msgstr ""
19546
19547 # type: textblock
19548 #. type: textblock
19549 #: ../src/guestfs-actions.pod:6921
19550 msgid ""
19551 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
19552 "error.  I<The caller must call C<guestfs_free_version> after use>."
19553 msgstr ""
19554
19555 # type: textblock
19556 #. type: textblock
19557 #: ../src/guestfs-actions.pod:6925
19558 msgid "(Added in 1.0.58)"
19559 msgstr ""
19560
19561 # type: =head2
19562 #. type: =head2
19563 #: ../src/guestfs-actions.pod:6927
19564 msgid "guestfs_vfs_label"
19565 msgstr ""
19566
19567 # type: verbatim
19568 #. type: verbatim
19569 #: ../src/guestfs-actions.pod:6929
19570 #, no-wrap
19571 msgid ""
19572 " char *\n"
19573 " guestfs_vfs_label (guestfs_h *g,\n"
19574 "                    const char *device);\n"
19575 "\n"
19576 msgstr ""
19577
19578 # type: textblock
19579 #. type: textblock
19580 #: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4671
19581 msgid "This returns the filesystem label of the filesystem on C<device>."
19582 msgstr ""
19583
19584 # type: textblock
19585 #. type: textblock
19586 #: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4674
19587 msgid "If the filesystem is unlabeled, this returns the empty string."
19588 msgstr ""
19589
19590 # type: textblock
19591 #. type: textblock
19592 #: ../src/guestfs-actions.pod:6938
19593 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
19594 msgstr ""
19595
19596 # type: textblock
19597 #. type: textblock
19598 #: ../src/guestfs-actions.pod:6943 ../src/guestfs-actions.pod:6980
19599 msgid "(Added in 1.3.18)"
19600 msgstr ""
19601
19602 # type: =head2
19603 #. type: =head2
19604 #: ../src/guestfs-actions.pod:6945
19605 msgid "guestfs_vfs_type"
19606 msgstr ""
19607
19608 # type: verbatim
19609 #. type: verbatim
19610 #: ../src/guestfs-actions.pod:6947
19611 #, no-wrap
19612 msgid ""
19613 " char *\n"
19614 " guestfs_vfs_type (guestfs_h *g,\n"
19615 "                   const char *device);\n"
19616 "\n"
19617 msgstr ""
19618
19619 # type: textblock
19620 #. type: textblock
19621 #: ../src/guestfs-actions.pod:6951 ../fish/guestfish-actions.pod:4682
19622 msgid ""
19623 "This command gets the filesystem type corresponding to the filesystem on "
19624 "C<device>."
19625 msgstr ""
19626
19627 # type: textblock
19628 #. type: textblock
19629 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4685
19630 msgid ""
19631 "For most filesystems, the result is the name of the Linux VFS module which "
19632 "would be used to mount this filesystem if you mounted it without specifying "
19633 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
19634 msgstr ""
19635
19636 # type: =head2
19637 #. type: =head2
19638 #: ../src/guestfs-actions.pod:6964
19639 msgid "guestfs_vfs_uuid"
19640 msgstr ""
19641
19642 # type: verbatim
19643 #. type: verbatim
19644 #: ../src/guestfs-actions.pod:6966
19645 #, no-wrap
19646 msgid ""
19647 " char *\n"
19648 " guestfs_vfs_uuid (guestfs_h *g,\n"
19649 "                   const char *device);\n"
19650 "\n"
19651 msgstr ""
19652
19653 # type: textblock
19654 #. type: textblock
19655 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4694
19656 msgid "This returns the filesystem UUID of the filesystem on C<device>."
19657 msgstr ""
19658
19659 # type: textblock
19660 #. type: textblock
19661 #: ../src/guestfs-actions.pod:6973 ../fish/guestfish-actions.pod:4697
19662 msgid "If the filesystem does not have a UUID, this returns the empty string."
19663 msgstr ""
19664
19665 # type: textblock
19666 #. type: textblock
19667 #: ../src/guestfs-actions.pod:6975
19668 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
19669 msgstr ""
19670
19671 # type: =head2
19672 #. type: =head2
19673 #: ../src/guestfs-actions.pod:6982
19674 msgid "guestfs_vg_activate"
19675 msgstr ""
19676
19677 # type: verbatim
19678 #. type: verbatim
19679 #: ../src/guestfs-actions.pod:6984
19680 #, no-wrap
19681 msgid ""
19682 " int\n"
19683 " guestfs_vg_activate (guestfs_h *g,\n"
19684 "                      int activate,\n"
19685 "                      char *const *volgroups);\n"
19686 "\n"
19687 msgstr ""
19688
19689 # type: textblock
19690 #. type: textblock
19691 #: ../src/guestfs-actions.pod:6989 ../fish/guestfish-actions.pod:4705
19692 msgid ""
19693 "This command activates or (if C<activate> is false) deactivates all logical "
19694 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
19695 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
19696 "deactivated, then those devices disappear."
19697 msgstr ""
19698
19699 # type: textblock
19700 #. type: textblock
19701 #: ../src/guestfs-actions.pod:6995 ../fish/guestfish-actions.pod:4711
19702 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
19703 msgstr ""
19704
19705 # type: textblock
19706 #. type: textblock
19707 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4713
19708 msgid ""
19709 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
19710 "activated or deactivated."
19711 msgstr ""
19712
19713 # type: =head2
19714 #. type: =head2
19715 #: ../src/guestfs-actions.pod:7004
19716 msgid "guestfs_vg_activate_all"
19717 msgstr ""
19718
19719 # type: verbatim
19720 #. type: verbatim
19721 #: ../src/guestfs-actions.pod:7006
19722 #, no-wrap
19723 msgid ""
19724 " int\n"
19725 " guestfs_vg_activate_all (guestfs_h *g,\n"
19726 "                          int activate);\n"
19727 "\n"
19728 msgstr ""
19729
19730 # type: textblock
19731 #. type: textblock
19732 #: ../src/guestfs-actions.pod:7010 ../fish/guestfish-actions.pod:4720
19733 msgid ""
19734 "This command activates or (if C<activate> is false) deactivates all logical "
19735 "volumes in all volume groups.  If activated, then they are made known to the "
19736 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
19737 "those devices disappear."
19738 msgstr ""
19739
19740 # type: textblock
19741 #. type: textblock
19742 #: ../src/guestfs-actions.pod:7016 ../fish/guestfish-actions.pod:4726
19743 msgid "This command is the same as running C<vgchange -a y|n>"
19744 msgstr ""
19745
19746 # type: =head2
19747 #. type: =head2
19748 #: ../src/guestfs-actions.pod:7022
19749 msgid "guestfs_vgcreate"
19750 msgstr ""
19751
19752 # type: verbatim
19753 #. type: verbatim
19754 #: ../src/guestfs-actions.pod:7024
19755 #, no-wrap
19756 msgid ""
19757 " int\n"
19758 " guestfs_vgcreate (guestfs_h *g,\n"
19759 "                   const char *volgroup,\n"
19760 "                   char *const *physvols);\n"
19761 "\n"
19762 msgstr ""
19763
19764 # type: textblock
19765 #. type: textblock
19766 #: ../src/guestfs-actions.pod:7029 ../fish/guestfish-actions.pod:4732
19767 msgid ""
19768 "This creates an LVM volume group called C<volgroup> from the non-empty list "
19769 "of physical volumes C<physvols>."
19770 msgstr ""
19771
19772 # type: =head2
19773 #. type: =head2
19774 #: ../src/guestfs-actions.pod:7036
19775 msgid "guestfs_vglvuuids"
19776 msgstr ""
19777
19778 # type: verbatim
19779 #. type: verbatim
19780 #: ../src/guestfs-actions.pod:7038
19781 #, no-wrap
19782 msgid ""
19783 " char **\n"
19784 " guestfs_vglvuuids (guestfs_h *g,\n"
19785 "                    const char *vgname);\n"
19786 "\n"
19787 msgstr ""
19788
19789 # type: textblock
19790 #. type: textblock
19791 #: ../src/guestfs-actions.pod:7042 ../fish/guestfish-actions.pod:4739
19792 msgid ""
19793 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
19794 "volumes created in this volume group."
19795 msgstr ""
19796
19797 # type: textblock
19798 #. type: textblock
19799 #: ../src/guestfs-actions.pod:7045
19800 msgid ""
19801 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
19802 "associate logical volumes and volume groups."
19803 msgstr ""
19804
19805 # type: textblock
19806 #. type: textblock
19807 #: ../src/guestfs-actions.pod:7048
19808 msgid "See also C<guestfs_vgpvuuids>."
19809 msgstr ""
19810
19811 # type: =head2
19812 #. type: =head2
19813 #: ../src/guestfs-actions.pod:7056
19814 msgid "guestfs_vgpvuuids"
19815 msgstr ""
19816
19817 # type: verbatim
19818 #. type: verbatim
19819 #: ../src/guestfs-actions.pod:7058
19820 #, no-wrap
19821 msgid ""
19822 " char **\n"
19823 " guestfs_vgpvuuids (guestfs_h *g,\n"
19824 "                    const char *vgname);\n"
19825 "\n"
19826 msgstr ""
19827
19828 # type: textblock
19829 #. type: textblock
19830 #: ../src/guestfs-actions.pod:7062 ../fish/guestfish-actions.pod:4751
19831 msgid ""
19832 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
19833 "volumes that this volume group resides on."
19834 msgstr ""
19835
19836 # type: textblock
19837 #. type: textblock
19838 #: ../src/guestfs-actions.pod:7065
19839 msgid ""
19840 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
19841 "associate physical volumes and volume groups."
19842 msgstr ""
19843
19844 # type: textblock
19845 #. type: textblock
19846 #: ../src/guestfs-actions.pod:7068
19847 msgid "See also C<guestfs_vglvuuids>."
19848 msgstr ""
19849
19850 # type: =head2
19851 #. type: =head2
19852 #: ../src/guestfs-actions.pod:7076
19853 msgid "guestfs_vgremove"
19854 msgstr ""
19855
19856 # type: verbatim
19857 #. type: verbatim
19858 #: ../src/guestfs-actions.pod:7078
19859 #, no-wrap
19860 msgid ""
19861 " int\n"
19862 " guestfs_vgremove (guestfs_h *g,\n"
19863 "                   const char *vgname);\n"
19864 "\n"
19865 msgstr ""
19866
19867 # type: textblock
19868 #. type: textblock
19869 #: ../src/guestfs-actions.pod:7082 ../fish/guestfish-actions.pod:4763
19870 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
19871 msgstr ""
19872
19873 # type: textblock
19874 #. type: textblock
19875 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4765
19876 msgid ""
19877 "This also forcibly removes all logical volumes in the volume group (if any)."
19878 msgstr ""
19879
19880 # type: =head2
19881 #. type: =head2
19882 #: ../src/guestfs-actions.pod:7091
19883 msgid "guestfs_vgrename"
19884 msgstr ""
19885
19886 # type: verbatim
19887 #. type: verbatim
19888 #: ../src/guestfs-actions.pod:7093
19889 #, no-wrap
19890 msgid ""
19891 " int\n"
19892 " guestfs_vgrename (guestfs_h *g,\n"
19893 "                   const char *volgroup,\n"
19894 "                   const char *newvolgroup);\n"
19895 "\n"
19896 msgstr ""
19897
19898 # type: textblock
19899 #. type: textblock
19900 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4772
19901 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
19902 msgstr ""
19903
19904 # type: =head2
19905 #. type: =head2
19906 #: ../src/guestfs-actions.pod:7104
19907 msgid "guestfs_vgs"
19908 msgstr ""
19909
19910 # type: verbatim
19911 #. type: verbatim
19912 #: ../src/guestfs-actions.pod:7106
19913 #, no-wrap
19914 msgid ""
19915 " char **\n"
19916 " guestfs_vgs (guestfs_h *g);\n"
19917 "\n"
19918 msgstr ""
19919
19920 # type: textblock
19921 #. type: textblock
19922 #: ../src/guestfs-actions.pod:7109 ../fish/guestfish-actions.pod:4778
19923 msgid ""
19924 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
19925 "> command."
19926 msgstr ""
19927
19928 # type: textblock
19929 #. type: textblock
19930 #: ../src/guestfs-actions.pod:7112 ../fish/guestfish-actions.pod:4781
19931 msgid ""
19932 "This returns a list of just the volume group names that were detected (eg. "
19933 "C<VolGroup00>)."
19934 msgstr ""
19935
19936 # type: textblock
19937 #. type: textblock
19938 #: ../src/guestfs-actions.pod:7115
19939 msgid "See also C<guestfs_vgs_full>."
19940 msgstr ""
19941
19942 # type: =head2
19943 #. type: =head2
19944 #: ../src/guestfs-actions.pod:7123
19945 msgid "guestfs_vgs_full"
19946 msgstr ""
19947
19948 # type: verbatim
19949 #. type: verbatim
19950 #: ../src/guestfs-actions.pod:7125
19951 #, no-wrap
19952 msgid ""
19953 " struct guestfs_lvm_vg_list *\n"
19954 " guestfs_vgs_full (guestfs_h *g);\n"
19955 "\n"
19956 msgstr ""
19957
19958 # type: textblock
19959 #. type: textblock
19960 #: ../src/guestfs-actions.pod:7128 ../fish/guestfish-actions.pod:4790
19961 msgid ""
19962 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
19963 "> command.  The \"full\" version includes all fields."
19964 msgstr ""
19965
19966 # type: textblock
19967 #. type: textblock
19968 #: ../src/guestfs-actions.pod:7131
19969 msgid ""
19970 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
19971 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
19972 msgstr ""
19973
19974 # type: =head2
19975 #. type: =head2
19976 #: ../src/guestfs-actions.pod:7137
19977 msgid "guestfs_vgscan"
19978 msgstr ""
19979
19980 # type: verbatim
19981 #. type: verbatim
19982 #: ../src/guestfs-actions.pod:7139
19983 #, no-wrap
19984 msgid ""
19985 " int\n"
19986 " guestfs_vgscan (guestfs_h *g);\n"
19987 "\n"
19988 msgstr ""
19989
19990 # type: textblock
19991 #. type: textblock
19992 #: ../src/guestfs-actions.pod:7142 ../fish/guestfish-actions.pod:4797
19993 msgid ""
19994 "This rescans all block devices and rebuilds the list of LVM physical "
19995 "volumes, volume groups and logical volumes."
19996 msgstr ""
19997
19998 # type: =head2
19999 #. type: =head2
20000 #: ../src/guestfs-actions.pod:7149
20001 msgid "guestfs_vguuid"
20002 msgstr ""
20003
20004 # type: verbatim
20005 #. type: verbatim
20006 #: ../src/guestfs-actions.pod:7151
20007 #, no-wrap
20008 msgid ""
20009 " char *\n"
20010 " guestfs_vguuid (guestfs_h *g,\n"
20011 "                 const char *vgname);\n"
20012 "\n"
20013 msgstr ""
20014
20015 # type: textblock
20016 #. type: textblock
20017 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:4804
20018 msgid "This command returns the UUID of the LVM VG named C<vgname>."
20019 msgstr ""
20020
20021 # type: =head2
20022 #. type: =head2
20023 #: ../src/guestfs-actions.pod:7162
20024 msgid "guestfs_wait_ready"
20025 msgstr ""
20026
20027 # type: verbatim
20028 #. type: verbatim
20029 #: ../src/guestfs-actions.pod:7164
20030 #, no-wrap
20031 msgid ""
20032 " int\n"
20033 " guestfs_wait_ready (guestfs_h *g);\n"
20034 "\n"
20035 msgstr ""
20036
20037 # type: textblock
20038 #. type: textblock
20039 #: ../src/guestfs-actions.pod:7167
20040 msgid "This function is a no op."
20041 msgstr ""
20042
20043 # type: textblock
20044 #. type: textblock
20045 #: ../src/guestfs-actions.pod:7169
20046 msgid ""
20047 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
20048 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
20049 "is no longer necessary because C<guestfs_launch> now does the waiting."
20050 msgstr ""
20051
20052 # type: textblock
20053 #. type: textblock
20054 #: ../src/guestfs-actions.pod:7174
20055 msgid ""
20056 "If you see any calls to this function in code then you can just remove them, "
20057 "unless you want to retain compatibility with older versions of the API."
20058 msgstr ""
20059
20060 # type: =head2
20061 #. type: =head2
20062 #: ../src/guestfs-actions.pod:7182
20063 msgid "guestfs_wc_c"
20064 msgstr ""
20065
20066 # type: verbatim
20067 #. type: verbatim
20068 #: ../src/guestfs-actions.pod:7184
20069 #, no-wrap
20070 msgid ""
20071 " int\n"
20072 " guestfs_wc_c (guestfs_h *g,\n"
20073 "               const char *path);\n"
20074 "\n"
20075 msgstr ""
20076
20077 # type: textblock
20078 #. type: textblock
20079 #: ../src/guestfs-actions.pod:7188 ../fish/guestfish-actions.pod:4810
20080 msgid ""
20081 "This command counts the characters in a file, using the C<wc -c> external "
20082 "command."
20083 msgstr ""
20084
20085 # type: =head2
20086 #. type: =head2
20087 #: ../src/guestfs-actions.pod:7195
20088 msgid "guestfs_wc_l"
20089 msgstr ""
20090
20091 # type: verbatim
20092 #. type: verbatim
20093 #: ../src/guestfs-actions.pod:7197
20094 #, no-wrap
20095 msgid ""
20096 " int\n"
20097 " guestfs_wc_l (guestfs_h *g,\n"
20098 "               const char *path);\n"
20099 "\n"
20100 msgstr ""
20101
20102 # type: textblock
20103 #. type: textblock
20104 #: ../src/guestfs-actions.pod:7201 ../fish/guestfish-actions.pod:4817
20105 msgid ""
20106 "This command counts the lines in a file, using the C<wc -l> external command."
20107 msgstr ""
20108
20109 # type: =head2
20110 #. type: =head2
20111 #: ../src/guestfs-actions.pod:7208
20112 msgid "guestfs_wc_w"
20113 msgstr ""
20114
20115 # type: verbatim
20116 #. type: verbatim
20117 #: ../src/guestfs-actions.pod:7210
20118 #, no-wrap
20119 msgid ""
20120 " int\n"
20121 " guestfs_wc_w (guestfs_h *g,\n"
20122 "               const char *path);\n"
20123 "\n"
20124 msgstr ""
20125
20126 # type: textblock
20127 #. type: textblock
20128 #: ../src/guestfs-actions.pod:7214 ../fish/guestfish-actions.pod:4824
20129 msgid ""
20130 "This command counts the words in a file, using the C<wc -w> external command."
20131 msgstr ""
20132
20133 # type: =head2
20134 #. type: =head2
20135 #: ../src/guestfs-actions.pod:7221
20136 msgid "guestfs_write"
20137 msgstr ""
20138
20139 # type: verbatim
20140 #. type: verbatim
20141 #: ../src/guestfs-actions.pod:7223
20142 #, no-wrap
20143 msgid ""
20144 " int\n"
20145 " guestfs_write (guestfs_h *g,\n"
20146 "                const char *path,\n"
20147 "                const char *content,\n"
20148 "                size_t content_size);\n"
20149 "\n"
20150 msgstr ""
20151
20152 # type: textblock
20153 #. type: textblock
20154 #: ../src/guestfs-actions.pod:7229 ../fish/guestfish-actions.pod:4831
20155 msgid ""
20156 "This call creates a file called C<path>.  The content of the file is the "
20157 "string C<content> (which can contain any 8 bit data)."
20158 msgstr ""
20159
20160 # type: =head2
20161 #. type: =head2
20162 #: ../src/guestfs-actions.pod:7239
20163 msgid "guestfs_write_file"
20164 msgstr ""
20165
20166 # type: verbatim
20167 #. type: verbatim
20168 #: ../src/guestfs-actions.pod:7241
20169 #, no-wrap
20170 msgid ""
20171 " int\n"
20172 " guestfs_write_file (guestfs_h *g,\n"
20173 "                     const char *path,\n"
20174 "                     const char *content,\n"
20175 "                     int size);\n"
20176 "\n"
20177 msgstr ""
20178
20179 # type: textblock
20180 #. type: textblock
20181 #: ../src/guestfs-actions.pod:7247 ../fish/guestfish-actions.pod:4841
20182 msgid ""
20183 "This call creates a file called C<path>.  The contents of the file is the "
20184 "string C<content> (which can contain any 8 bit data), with length C<size>."
20185 msgstr ""
20186
20187 # type: textblock
20188 #. type: textblock
20189 #: ../src/guestfs-actions.pod:7251 ../fish/guestfish-actions.pod:4845
20190 msgid ""
20191 "As a special case, if C<size> is C<0> then the length is calculated using "
20192 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
20193 msgstr ""
20194
20195 # type: textblock
20196 #. type: textblock
20197 #: ../src/guestfs-actions.pod:7255 ../fish/guestfish-actions.pod:4849
20198 msgid ""
20199 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
20200 "I<not> work, even if the length is specified."
20201 msgstr ""
20202
20203 # type: textblock
20204 #. type: textblock
20205 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4855
20206 msgid ""
20207 "This function is deprecated.  In new code, use the C<write> call instead."
20208 msgstr ""
20209
20210 # type: =head2
20211 #. type: =head2
20212 #: ../src/guestfs-actions.pod:7272
20213 msgid "guestfs_zegrep"
20214 msgstr ""
20215
20216 # type: verbatim
20217 #. type: verbatim
20218 #: ../src/guestfs-actions.pod:7274
20219 #, no-wrap
20220 msgid ""
20221 " char **\n"
20222 " guestfs_zegrep (guestfs_h *g,\n"
20223 "                 const char *regex,\n"
20224 "                 const char *path);\n"
20225 "\n"
20226 msgstr ""
20227
20228 # type: textblock
20229 #. type: textblock
20230 #: ../src/guestfs-actions.pod:7279 ../fish/guestfish-actions.pod:4866
20231 msgid ""
20232 "This calls the external C<zegrep> program and returns the matching lines."
20233 msgstr ""
20234
20235 # type: =head2
20236 #. type: =head2
20237 #: ../src/guestfs-actions.pod:7291
20238 msgid "guestfs_zegrepi"
20239 msgstr ""
20240
20241 # type: verbatim
20242 #. type: verbatim
20243 #: ../src/guestfs-actions.pod:7293
20244 #, no-wrap
20245 msgid ""
20246 " char **\n"
20247 " guestfs_zegrepi (guestfs_h *g,\n"
20248 "                  const char *regex,\n"
20249 "                  const char *path);\n"
20250 "\n"
20251 msgstr ""
20252
20253 # type: textblock
20254 #. type: textblock
20255 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4876
20256 msgid ""
20257 "This calls the external C<zegrep -i> program and returns the matching lines."
20258 msgstr ""
20259
20260 # type: =head2
20261 #. type: =head2
20262 #: ../src/guestfs-actions.pod:7310
20263 msgid "guestfs_zero"
20264 msgstr ""
20265
20266 # type: verbatim
20267 #. type: verbatim
20268 #: ../src/guestfs-actions.pod:7312
20269 #, no-wrap
20270 msgid ""
20271 " int\n"
20272 " guestfs_zero (guestfs_h *g,\n"
20273 "               const char *device);\n"
20274 "\n"
20275 msgstr ""
20276
20277 # type: textblock
20278 #. type: textblock
20279 #: ../src/guestfs-actions.pod:7316 ../fish/guestfish-actions.pod:4886
20280 msgid "This command writes zeroes over the first few blocks of C<device>."
20281 msgstr ""
20282
20283 # type: textblock
20284 #. type: textblock
20285 #: ../src/guestfs-actions.pod:7318 ../fish/guestfish-actions.pod:4888
20286 msgid ""
20287 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
20288 "securely wipe the device).  It should be sufficient to remove any partition "
20289 "tables, filesystem superblocks and so on."
20290 msgstr ""
20291
20292 # type: textblock
20293 #. type: textblock
20294 #: ../src/guestfs-actions.pod:7322
20295 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
20296 msgstr ""
20297
20298 # type: =head2
20299 #. type: =head2
20300 #: ../src/guestfs-actions.pod:7333
20301 msgid "guestfs_zero_device"
20302 msgstr ""
20303
20304 # type: verbatim
20305 #. type: verbatim
20306 #: ../src/guestfs-actions.pod:7335
20307 #, no-wrap
20308 msgid ""
20309 " int\n"
20310 " guestfs_zero_device (guestfs_h *g,\n"
20311 "                      const char *device);\n"
20312 "\n"
20313 msgstr ""
20314
20315 # type: textblock
20316 #. type: textblock
20317 #: ../src/guestfs-actions.pod:7339
20318 msgid ""
20319 "This command writes zeroes over the entire C<device>.  Compare with "
20320 "C<guestfs_zero> which just zeroes the first few blocks of a device."
20321 msgstr ""
20322
20323 # type: textblock
20324 #. type: textblock
20325 #: ../src/guestfs-actions.pod:7353
20326 msgid "(Added in 1.3.1)"
20327 msgstr ""
20328
20329 # type: =head2
20330 #. type: =head2
20331 #: ../src/guestfs-actions.pod:7355
20332 msgid "guestfs_zerofree"
20333 msgstr ""
20334
20335 # type: verbatim
20336 #. type: verbatim
20337 #: ../src/guestfs-actions.pod:7357
20338 #, no-wrap
20339 msgid ""
20340 " int\n"
20341 " guestfs_zerofree (guestfs_h *g,\n"
20342 "                   const char *device);\n"
20343 "\n"
20344 msgstr ""
20345
20346 # type: textblock
20347 #. type: textblock
20348 #: ../src/guestfs-actions.pod:7361 ../fish/guestfish-actions.pod:4909
20349 msgid ""
20350 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
20351 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
20352 "possible to compress the filesystem more effectively."
20353 msgstr ""
20354
20355 # type: textblock
20356 #. type: textblock
20357 #: ../src/guestfs-actions.pod:7366 ../fish/guestfish-actions.pod:4914
20358 msgid "You should B<not> run this program if the filesystem is mounted."
20359 msgstr ""
20360
20361 # type: textblock
20362 #. type: textblock
20363 #: ../src/guestfs-actions.pod:7369 ../fish/guestfish-actions.pod:4917
20364 msgid ""
20365 "It is possible that using this program can damage the filesystem or data on "
20366 "the filesystem."
20367 msgstr ""
20368
20369 # type: =head2
20370 #. type: =head2
20371 #: ../src/guestfs-actions.pod:7376
20372 msgid "guestfs_zfgrep"
20373 msgstr ""
20374
20375 # type: verbatim
20376 #. type: verbatim
20377 #: ../src/guestfs-actions.pod:7378
20378 #, no-wrap
20379 msgid ""
20380 " char **\n"
20381 " guestfs_zfgrep (guestfs_h *g,\n"
20382 "                 const char *pattern,\n"
20383 "                 const char *path);\n"
20384 "\n"
20385 msgstr ""
20386
20387 # type: textblock
20388 #. type: textblock
20389 #: ../src/guestfs-actions.pod:7383 ../fish/guestfish-actions.pod:4924
20390 msgid ""
20391 "This calls the external C<zfgrep> program and returns the matching lines."
20392 msgstr ""
20393
20394 # type: =head2
20395 #. type: =head2
20396 #: ../src/guestfs-actions.pod:7395
20397 msgid "guestfs_zfgrepi"
20398 msgstr ""
20399
20400 # type: verbatim
20401 #. type: verbatim
20402 #: ../src/guestfs-actions.pod:7397
20403 #, no-wrap
20404 msgid ""
20405 " char **\n"
20406 " guestfs_zfgrepi (guestfs_h *g,\n"
20407 "                  const char *pattern,\n"
20408 "                  const char *path);\n"
20409 "\n"
20410 msgstr ""
20411
20412 # type: textblock
20413 #. type: textblock
20414 #: ../src/guestfs-actions.pod:7402 ../fish/guestfish-actions.pod:4934
20415 msgid ""
20416 "This calls the external C<zfgrep -i> program and returns the matching lines."
20417 msgstr ""
20418
20419 # type: =head2
20420 #. type: =head2
20421 #: ../src/guestfs-actions.pod:7414
20422 msgid "guestfs_zfile"
20423 msgstr ""
20424
20425 # type: verbatim
20426 #. type: verbatim
20427 #: ../src/guestfs-actions.pod:7416
20428 #, no-wrap
20429 msgid ""
20430 " char *\n"
20431 " guestfs_zfile (guestfs_h *g,\n"
20432 "                const char *meth,\n"
20433 "                const char *path);\n"
20434 "\n"
20435 msgstr ""
20436
20437 # type: textblock
20438 #. type: textblock
20439 #: ../src/guestfs-actions.pod:7421 ../fish/guestfish-actions.pod:4944
20440 msgid ""
20441 "This command runs C<file> after first decompressing C<path> using C<method>."
20442 msgstr ""
20443
20444 # type: textblock
20445 #. type: textblock
20446 #: ../src/guestfs-actions.pod:7424 ../fish/guestfish-actions.pod:4947
20447 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
20448 msgstr ""
20449
20450 # type: textblock
20451 #. type: textblock
20452 #: ../src/guestfs-actions.pod:7426
20453 msgid ""
20454 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
20455 "files."
20456 msgstr ""
20457
20458 # type: textblock
20459 #. type: textblock
20460 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4952
20461 msgid ""
20462 "This function is deprecated.  In new code, use the C<file> call instead."
20463 msgstr ""
20464
20465 # type: =head2
20466 #. type: =head2
20467 #: ../src/guestfs-actions.pod:7441
20468 msgid "guestfs_zgrep"
20469 msgstr ""
20470
20471 # type: verbatim
20472 #. type: verbatim
20473 #: ../src/guestfs-actions.pod:7443
20474 #, no-wrap
20475 msgid ""
20476 " char **\n"
20477 " guestfs_zgrep (guestfs_h *g,\n"
20478 "                const char *regex,\n"
20479 "                const char *path);\n"
20480 "\n"
20481 msgstr ""
20482
20483 # type: textblock
20484 #. type: textblock
20485 #: ../src/guestfs-actions.pod:7448 ../fish/guestfish-actions.pod:4963
20486 msgid ""
20487 "This calls the external C<zgrep> program and returns the matching lines."
20488 msgstr ""
20489
20490 # type: =head2
20491 #. type: =head2
20492 #: ../src/guestfs-actions.pod:7460
20493 msgid "guestfs_zgrepi"
20494 msgstr ""
20495
20496 # type: verbatim
20497 #. type: verbatim
20498 #: ../src/guestfs-actions.pod:7462
20499 #, no-wrap
20500 msgid ""
20501 " char **\n"
20502 " guestfs_zgrepi (guestfs_h *g,\n"
20503 "                 const char *regex,\n"
20504 "                 const char *path);\n"
20505 "\n"
20506 msgstr ""
20507
20508 # type: textblock
20509 #. type: textblock
20510 #: ../src/guestfs-actions.pod:7467 ../fish/guestfish-actions.pod:4973
20511 msgid ""
20512 "This calls the external C<zgrep -i> program and returns the matching lines."
20513 msgstr ""
20514
20515 # type: =item
20516 #. type: =item
20517 #: ../src/guestfs-availability.pod:3
20518 msgid "B<augeas>"
20519 msgstr ""
20520
20521 # type: textblock
20522 #. type: textblock
20523 #: ../src/guestfs-availability.pod:5
20524 msgid ""
20525 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
20526 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
20527 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
20528 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
20529 "L</guestfs_aug_save> L</guestfs_aug_set>"
20530 msgstr ""
20531
20532 # type: =item
20533 #. type: =item
20534 #: ../src/guestfs-availability.pod:21
20535 msgid "B<inotify>"
20536 msgstr ""
20537
20538 # type: textblock
20539 #. type: textblock
20540 #: ../src/guestfs-availability.pod:23
20541 msgid ""
20542 "The following functions: L</guestfs_inotify_add_watch> L</"
20543 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
20544 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
20545 msgstr ""
20546
20547 # type: =item
20548 #. type: =item
20549 #: ../src/guestfs-availability.pod:31
20550 msgid "B<linuxfsuuid>"
20551 msgstr ""
20552
20553 # type: textblock
20554 #. type: textblock
20555 #: ../src/guestfs-availability.pod:33
20556 msgid ""
20557 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
20558 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
20559 msgstr ""
20560
20561 # type: =item
20562 #. type: =item
20563 #: ../src/guestfs-availability.pod:40
20564 msgid "B<linuxmodules>"
20565 msgstr ""
20566
20567 # type: textblock
20568 #. type: textblock
20569 #: ../src/guestfs-availability.pod:42
20570 msgid "The following functions: L</guestfs_modprobe>"
20571 msgstr ""
20572
20573 # type: =item
20574 #. type: =item
20575 #: ../src/guestfs-availability.pod:45
20576 msgid "B<linuxxattrs>"
20577 msgstr ""
20578
20579 # type: textblock
20580 #. type: textblock
20581 #: ../src/guestfs-availability.pod:47
20582 msgid ""
20583 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
20584 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
20585 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
20586 "guestfs_setxattr>"
20587 msgstr ""
20588
20589 # type: =item
20590 #. type: =item
20591 #: ../src/guestfs-availability.pod:58
20592 msgid "B<luks>"
20593 msgstr ""
20594
20595 # type: textblock
20596 #. type: textblock
20597 #: ../src/guestfs-availability.pod:60
20598 msgid ""
20599 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
20600 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
20601 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
20602 msgstr ""
20603
20604 # type: =item
20605 #. type: =item
20606 #: ../src/guestfs-availability.pod:69
20607 msgid "B<lvm2>"
20608 msgstr ""
20609
20610 # type: textblock
20611 #. type: textblock
20612 #: ../src/guestfs-availability.pod:71
20613 msgid ""
20614 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
20615 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
20616 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
20617 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
20618 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
20619 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
20620 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
20621 msgstr ""
20622
20623 # type: =item
20624 #. type: =item
20625 #: ../src/guestfs-availability.pod:94
20626 msgid "B<mknod>"
20627 msgstr ""
20628
20629 # type: textblock
20630 #. type: textblock
20631 #: ../src/guestfs-availability.pod:96
20632 msgid ""
20633 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
20634 "guestfs_mknod_b> L</guestfs_mknod_c>"
20635 msgstr ""
20636
20637 # type: =item
20638 #. type: =item
20639 #: ../src/guestfs-availability.pod:102
20640 msgid "B<ntfs3g>"
20641 msgstr ""
20642
20643 # type: textblock
20644 #. type: textblock
20645 #: ../src/guestfs-availability.pod:104
20646 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
20647 msgstr ""
20648
20649 # type: =item
20650 #. type: =item
20651 #: ../src/guestfs-availability.pod:107
20652 msgid "B<ntfsprogs>"
20653 msgstr ""
20654
20655 # type: textblock
20656 #. type: textblock
20657 #: ../src/guestfs-availability.pod:109
20658 msgid ""
20659 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
20660 msgstr ""
20661
20662 # type: =item
20663 #. type: =item
20664 #: ../src/guestfs-availability.pod:113
20665 msgid "B<realpath>"
20666 msgstr ""
20667
20668 # type: textblock
20669 #. type: textblock
20670 #: ../src/guestfs-availability.pod:115
20671 msgid "The following functions: L</guestfs_realpath>"
20672 msgstr ""
20673
20674 # type: =item
20675 #. type: =item
20676 #: ../src/guestfs-availability.pod:118
20677 msgid "B<scrub>"
20678 msgstr ""
20679
20680 # type: textblock
20681 #. type: textblock
20682 #: ../src/guestfs-availability.pod:120
20683 msgid ""
20684 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
20685 "guestfs_scrub_freespace>"
20686 msgstr ""
20687
20688 # type: =item
20689 #. type: =item
20690 #: ../src/guestfs-availability.pod:125
20691 msgid "B<selinux>"
20692 msgstr ""
20693
20694 # type: textblock
20695 #. type: textblock
20696 #: ../src/guestfs-availability.pod:127
20697 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
20698 msgstr ""
20699
20700 # type: =item
20701 #. type: =item
20702 #: ../src/guestfs-availability.pod:131
20703 msgid "B<xz>"
20704 msgstr ""
20705
20706 # type: textblock
20707 #. type: textblock
20708 #: ../src/guestfs-availability.pod:133
20709 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
20710 msgstr ""
20711
20712 # type: =item
20713 #. type: =item
20714 #: ../src/guestfs-availability.pod:137
20715 msgid "B<zerofree>"
20716 msgstr ""
20717
20718 # type: textblock
20719 #. type: textblock
20720 #: ../src/guestfs-availability.pod:139
20721 msgid "The following functions: L</guestfs_zerofree>"
20722 msgstr ""
20723
20724 # type: =head2
20725 #. type: =head2
20726 #: ../src/guestfs-structs.pod:1
20727 msgid "guestfs_int_bool"
20728 msgstr ""
20729
20730 # type: verbatim
20731 #. type: verbatim
20732 #: ../src/guestfs-structs.pod:3
20733 #, no-wrap
20734 msgid ""
20735 " struct guestfs_int_bool {\n"
20736 "   int32_t i;\n"
20737 "   int32_t b;\n"
20738 " };\n"
20739 " \n"
20740 msgstr ""
20741
20742 # type: verbatim
20743 #. type: verbatim
20744 #: ../src/guestfs-structs.pod:8
20745 #, no-wrap
20746 msgid ""
20747 " struct guestfs_int_bool_list {\n"
20748 "   uint32_t len; /* Number of elements in list. */\n"
20749 "   struct guestfs_int_bool *val; /* Elements. */\n"
20750 " };\n"
20751 " \n"
20752 msgstr ""
20753
20754 # type: verbatim
20755 #. type: verbatim
20756 #: ../src/guestfs-structs.pod:13
20757 #, no-wrap
20758 msgid ""
20759 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
20760 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
20761 "\n"
20762 msgstr ""
20763
20764 # type: =head2
20765 #. type: =head2
20766 #: ../src/guestfs-structs.pod:16
20767 msgid "guestfs_lvm_pv"
20768 msgstr ""
20769
20770 # type: verbatim
20771 #. type: verbatim
20772 #: ../src/guestfs-structs.pod:18
20773 #, no-wrap
20774 msgid ""
20775 " struct guestfs_lvm_pv {\n"
20776 "   char *pv_name;\n"
20777 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
20778 "   char pv_uuid[32];\n"
20779 "   char *pv_fmt;\n"
20780 "   uint64_t pv_size;\n"
20781 "   uint64_t dev_size;\n"
20782 "   uint64_t pv_free;\n"
20783 "   uint64_t pv_used;\n"
20784 "   char *pv_attr;\n"
20785 "   int64_t pv_pe_count;\n"
20786 "   int64_t pv_pe_alloc_count;\n"
20787 "   char *pv_tags;\n"
20788 "   uint64_t pe_start;\n"
20789 "   int64_t pv_mda_count;\n"
20790 "   uint64_t pv_mda_free;\n"
20791 " };\n"
20792 " \n"
20793 msgstr ""
20794
20795 # type: verbatim
20796 #. type: verbatim
20797 #: ../src/guestfs-structs.pod:36
20798 #, no-wrap
20799 msgid ""
20800 " struct guestfs_lvm_pv_list {\n"
20801 "   uint32_t len; /* Number of elements in list. */\n"
20802 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
20803 " };\n"
20804 " \n"
20805 msgstr ""
20806
20807 # type: verbatim
20808 #. type: verbatim
20809 #: ../src/guestfs-structs.pod:41
20810 #, no-wrap
20811 msgid ""
20812 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
20813 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
20814 "\n"
20815 msgstr ""
20816
20817 # type: =head2
20818 #. type: =head2
20819 #: ../src/guestfs-structs.pod:44
20820 msgid "guestfs_lvm_vg"
20821 msgstr ""
20822
20823 # type: verbatim
20824 #. type: verbatim
20825 #: ../src/guestfs-structs.pod:46
20826 #, no-wrap
20827 msgid ""
20828 " struct guestfs_lvm_vg {\n"
20829 "   char *vg_name;\n"
20830 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
20831 "   char vg_uuid[32];\n"
20832 "   char *vg_fmt;\n"
20833 "   char *vg_attr;\n"
20834 "   uint64_t vg_size;\n"
20835 "   uint64_t vg_free;\n"
20836 "   char *vg_sysid;\n"
20837 "   uint64_t vg_extent_size;\n"
20838 "   int64_t vg_extent_count;\n"
20839 "   int64_t vg_free_count;\n"
20840 "   int64_t max_lv;\n"
20841 "   int64_t max_pv;\n"
20842 "   int64_t pv_count;\n"
20843 "   int64_t lv_count;\n"
20844 "   int64_t snap_count;\n"
20845 "   int64_t vg_seqno;\n"
20846 "   char *vg_tags;\n"
20847 "   int64_t vg_mda_count;\n"
20848 "   uint64_t vg_mda_free;\n"
20849 " };\n"
20850 " \n"
20851 msgstr ""
20852
20853 # type: verbatim
20854 #. type: verbatim
20855 #: ../src/guestfs-structs.pod:69
20856 #, no-wrap
20857 msgid ""
20858 " struct guestfs_lvm_vg_list {\n"
20859 "   uint32_t len; /* Number of elements in list. */\n"
20860 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
20861 " };\n"
20862 " \n"
20863 msgstr ""
20864
20865 # type: verbatim
20866 #. type: verbatim
20867 #: ../src/guestfs-structs.pod:74
20868 #, no-wrap
20869 msgid ""
20870 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
20871 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
20872 "\n"
20873 msgstr ""
20874
20875 # type: =head2
20876 #. type: =head2
20877 #: ../src/guestfs-structs.pod:77
20878 msgid "guestfs_lvm_lv"
20879 msgstr ""
20880
20881 # type: verbatim
20882 #. type: verbatim
20883 #: ../src/guestfs-structs.pod:79
20884 #, no-wrap
20885 msgid ""
20886 " struct guestfs_lvm_lv {\n"
20887 "   char *lv_name;\n"
20888 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
20889 "   char lv_uuid[32];\n"
20890 "   char *lv_attr;\n"
20891 "   int64_t lv_major;\n"
20892 "   int64_t lv_minor;\n"
20893 "   int64_t lv_kernel_major;\n"
20894 "   int64_t lv_kernel_minor;\n"
20895 "   uint64_t lv_size;\n"
20896 "   int64_t seg_count;\n"
20897 "   char *origin;\n"
20898 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
20899 "   float snap_percent;\n"
20900 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
20901 "   float copy_percent;\n"
20902 "   char *move_pv;\n"
20903 "   char *lv_tags;\n"
20904 "   char *mirror_log;\n"
20905 "   char *modules;\n"
20906 " };\n"
20907 " \n"
20908 msgstr ""
20909
20910 # type: verbatim
20911 #. type: verbatim
20912 #: ../src/guestfs-structs.pod:101
20913 #, no-wrap
20914 msgid ""
20915 " struct guestfs_lvm_lv_list {\n"
20916 "   uint32_t len; /* Number of elements in list. */\n"
20917 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
20918 " };\n"
20919 " \n"
20920 msgstr ""
20921
20922 # type: verbatim
20923 #. type: verbatim
20924 #: ../src/guestfs-structs.pod:106
20925 #, no-wrap
20926 msgid ""
20927 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
20928 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
20929 "\n"
20930 msgstr ""
20931
20932 # type: verbatim
20933 #. type: verbatim
20934 #: ../src/guestfs-structs.pod:111
20935 #, no-wrap
20936 msgid ""
20937 " struct guestfs_stat {\n"
20938 "   int64_t dev;\n"
20939 "   int64_t ino;\n"
20940 "   int64_t mode;\n"
20941 "   int64_t nlink;\n"
20942 "   int64_t uid;\n"
20943 "   int64_t gid;\n"
20944 "   int64_t rdev;\n"
20945 "   int64_t size;\n"
20946 "   int64_t blksize;\n"
20947 "   int64_t blocks;\n"
20948 "   int64_t atime;\n"
20949 "   int64_t mtime;\n"
20950 "   int64_t ctime;\n"
20951 " };\n"
20952 " \n"
20953 msgstr ""
20954
20955 # type: verbatim
20956 #. type: verbatim
20957 #: ../src/guestfs-structs.pod:127
20958 #, no-wrap
20959 msgid ""
20960 " struct guestfs_stat_list {\n"
20961 "   uint32_t len; /* Number of elements in list. */\n"
20962 "   struct guestfs_stat *val; /* Elements. */\n"
20963 " };\n"
20964 " \n"
20965 msgstr ""
20966
20967 # type: verbatim
20968 #. type: verbatim
20969 #: ../src/guestfs-structs.pod:132
20970 #, no-wrap
20971 msgid ""
20972 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
20973 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
20974 "\n"
20975 msgstr ""
20976
20977 # type: verbatim
20978 #. type: verbatim
20979 #: ../src/guestfs-structs.pod:137
20980 #, no-wrap
20981 msgid ""
20982 " struct guestfs_statvfs {\n"
20983 "   int64_t bsize;\n"
20984 "   int64_t frsize;\n"
20985 "   int64_t blocks;\n"
20986 "   int64_t bfree;\n"
20987 "   int64_t bavail;\n"
20988 "   int64_t files;\n"
20989 "   int64_t ffree;\n"
20990 "   int64_t favail;\n"
20991 "   int64_t fsid;\n"
20992 "   int64_t flag;\n"
20993 "   int64_t namemax;\n"
20994 " };\n"
20995 " \n"
20996 msgstr ""
20997
20998 # type: verbatim
20999 #. type: verbatim
21000 #: ../src/guestfs-structs.pod:151
21001 #, no-wrap
21002 msgid ""
21003 " struct guestfs_statvfs_list {\n"
21004 "   uint32_t len; /* Number of elements in list. */\n"
21005 "   struct guestfs_statvfs *val; /* Elements. */\n"
21006 " };\n"
21007 " \n"
21008 msgstr ""
21009
21010 # type: verbatim
21011 #. type: verbatim
21012 #: ../src/guestfs-structs.pod:156
21013 #, no-wrap
21014 msgid ""
21015 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
21016 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
21017 "\n"
21018 msgstr ""
21019
21020 # type: =head2
21021 #. type: =head2
21022 #: ../src/guestfs-structs.pod:159
21023 msgid "guestfs_dirent"
21024 msgstr ""
21025
21026 # type: verbatim
21027 #. type: verbatim
21028 #: ../src/guestfs-structs.pod:161
21029 #, no-wrap
21030 msgid ""
21031 " struct guestfs_dirent {\n"
21032 "   int64_t ino;\n"
21033 "   char ftyp;\n"
21034 "   char *name;\n"
21035 " };\n"
21036 " \n"
21037 msgstr ""
21038
21039 # type: verbatim
21040 #. type: verbatim
21041 #: ../src/guestfs-structs.pod:167
21042 #, no-wrap
21043 msgid ""
21044 " struct guestfs_dirent_list {\n"
21045 "   uint32_t len; /* Number of elements in list. */\n"
21046 "   struct guestfs_dirent *val; /* Elements. */\n"
21047 " };\n"
21048 " \n"
21049 msgstr ""
21050
21051 # type: verbatim
21052 #. type: verbatim
21053 #: ../src/guestfs-structs.pod:172
21054 #, no-wrap
21055 msgid ""
21056 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
21057 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
21058 "\n"
21059 msgstr ""
21060
21061 # type: verbatim
21062 #. type: verbatim
21063 #: ../src/guestfs-structs.pod:177
21064 #, no-wrap
21065 msgid ""
21066 " struct guestfs_version {\n"
21067 "   int64_t major;\n"
21068 "   int64_t minor;\n"
21069 "   int64_t release;\n"
21070 "   char *extra;\n"
21071 " };\n"
21072 " \n"
21073 msgstr ""
21074
21075 # type: verbatim
21076 #. type: verbatim
21077 #: ../src/guestfs-structs.pod:184
21078 #, no-wrap
21079 msgid ""
21080 " struct guestfs_version_list {\n"
21081 "   uint32_t len; /* Number of elements in list. */\n"
21082 "   struct guestfs_version *val; /* Elements. */\n"
21083 " };\n"
21084 " \n"
21085 msgstr ""
21086
21087 # type: verbatim
21088 #. type: verbatim
21089 #: ../src/guestfs-structs.pod:189
21090 #, no-wrap
21091 msgid ""
21092 " void guestfs_free_version (struct guestfs_free_version *);\n"
21093 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
21094 "\n"
21095 msgstr ""
21096
21097 # type: =head2
21098 #. type: =head2
21099 #: ../src/guestfs-structs.pod:192
21100 msgid "guestfs_xattr"
21101 msgstr ""
21102
21103 # type: verbatim
21104 #. type: verbatim
21105 #: ../src/guestfs-structs.pod:194
21106 #, no-wrap
21107 msgid ""
21108 " struct guestfs_xattr {\n"
21109 "   char *attrname;\n"
21110 "   /* The next two fields describe a byte array. */\n"
21111 "   uint32_t attrval_len;\n"
21112 "   char *attrval;\n"
21113 " };\n"
21114 " \n"
21115 msgstr ""
21116
21117 # type: verbatim
21118 #. type: verbatim
21119 #: ../src/guestfs-structs.pod:201
21120 #, no-wrap
21121 msgid ""
21122 " struct guestfs_xattr_list {\n"
21123 "   uint32_t len; /* Number of elements in list. */\n"
21124 "   struct guestfs_xattr *val; /* Elements. */\n"
21125 " };\n"
21126 " \n"
21127 msgstr ""
21128
21129 # type: verbatim
21130 #. type: verbatim
21131 #: ../src/guestfs-structs.pod:206
21132 #, no-wrap
21133 msgid ""
21134 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
21135 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
21136 "\n"
21137 msgstr ""
21138
21139 # type: =head2
21140 #. type: =head2
21141 #: ../src/guestfs-structs.pod:209
21142 msgid "guestfs_inotify_event"
21143 msgstr ""
21144
21145 # type: verbatim
21146 #. type: verbatim
21147 #: ../src/guestfs-structs.pod:211
21148 #, no-wrap
21149 msgid ""
21150 " struct guestfs_inotify_event {\n"
21151 "   int64_t in_wd;\n"
21152 "   uint32_t in_mask;\n"
21153 "   uint32_t in_cookie;\n"
21154 "   char *in_name;\n"
21155 " };\n"
21156 " \n"
21157 msgstr ""
21158
21159 # type: verbatim
21160 #. type: verbatim
21161 #: ../src/guestfs-structs.pod:218
21162 #, no-wrap
21163 msgid ""
21164 " struct guestfs_inotify_event_list {\n"
21165 "   uint32_t len; /* Number of elements in list. */\n"
21166 "   struct guestfs_inotify_event *val; /* Elements. */\n"
21167 " };\n"
21168 " \n"
21169 msgstr ""
21170
21171 # type: verbatim
21172 #. type: verbatim
21173 #: ../src/guestfs-structs.pod:223
21174 #, no-wrap
21175 msgid ""
21176 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
21177 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
21178 "\n"
21179 msgstr ""
21180
21181 # type: =head2
21182 #. type: =head2
21183 #: ../src/guestfs-structs.pod:226
21184 msgid "guestfs_partition"
21185 msgstr ""
21186
21187 # type: verbatim
21188 #. type: verbatim
21189 #: ../src/guestfs-structs.pod:228
21190 #, no-wrap
21191 msgid ""
21192 " struct guestfs_partition {\n"
21193 "   int32_t part_num;\n"
21194 "   uint64_t part_start;\n"
21195 "   uint64_t part_end;\n"
21196 "   uint64_t part_size;\n"
21197 " };\n"
21198 " \n"
21199 msgstr ""
21200
21201 # type: verbatim
21202 #. type: verbatim
21203 #: ../src/guestfs-structs.pod:235
21204 #, no-wrap
21205 msgid ""
21206 " struct guestfs_partition_list {\n"
21207 "   uint32_t len; /* Number of elements in list. */\n"
21208 "   struct guestfs_partition *val; /* Elements. */\n"
21209 " };\n"
21210 " \n"
21211 msgstr ""
21212
21213 # type: verbatim
21214 #. type: verbatim
21215 #: ../src/guestfs-structs.pod:240
21216 #, no-wrap
21217 msgid ""
21218 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
21219 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
21220 "\n"
21221 msgstr ""
21222
21223 # type: =head2
21224 #. type: =head2
21225 #: ../src/guestfs-structs.pod:243
21226 msgid "guestfs_application"
21227 msgstr ""
21228
21229 # type: verbatim
21230 #. type: verbatim
21231 #: ../src/guestfs-structs.pod:245
21232 #, no-wrap
21233 msgid ""
21234 " struct guestfs_application {\n"
21235 "   char *app_name;\n"
21236 "   char *app_display_name;\n"
21237 "   int32_t app_epoch;\n"
21238 "   char *app_version;\n"
21239 "   char *app_release;\n"
21240 "   char *app_install_path;\n"
21241 "   char *app_trans_path;\n"
21242 "   char *app_publisher;\n"
21243 "   char *app_url;\n"
21244 "   char *app_source_package;\n"
21245 "   char *app_summary;\n"
21246 "   char *app_description;\n"
21247 " };\n"
21248 " \n"
21249 msgstr ""
21250
21251 # type: verbatim
21252 #. type: verbatim
21253 #: ../src/guestfs-structs.pod:260
21254 #, no-wrap
21255 msgid ""
21256 " struct guestfs_application_list {\n"
21257 "   uint32_t len; /* Number of elements in list. */\n"
21258 "   struct guestfs_application *val; /* Elements. */\n"
21259 " };\n"
21260 " \n"
21261 msgstr ""
21262
21263 # type: verbatim
21264 #. type: verbatim
21265 #: ../src/guestfs-structs.pod:265
21266 #, no-wrap
21267 msgid ""
21268 " void guestfs_free_application (struct guestfs_free_application *);\n"
21269 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
21270 "\n"
21271 msgstr ""
21272
21273 # type: textblock
21274 #. type: textblock
21275 #: ../fish/guestfish.pod:5
21276 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
21277 msgstr ""
21278
21279 # type: verbatim
21280 #. type: verbatim
21281 #: ../fish/guestfish.pod:9
21282 #, no-wrap
21283 msgid ""
21284 " guestfish [--options] [commands]\n"
21285 "\n"
21286 msgstr ""
21287
21288 # type: verbatim
21289 #. type: verbatim
21290 #: ../fish/guestfish.pod:11
21291 #, no-wrap
21292 msgid ""
21293 " guestfish\n"
21294 "\n"
21295 msgstr ""
21296
21297 # type: verbatim
21298 #. type: verbatim
21299 #: ../fish/guestfish.pod:13
21300 #, no-wrap
21301 msgid ""
21302 " guestfish [--ro|--rw] -a disk.img\n"
21303 "\n"
21304 msgstr ""
21305
21306 # type: verbatim
21307 #. type: verbatim
21308 #: ../fish/guestfish.pod:15
21309 #, no-wrap
21310 msgid ""
21311 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
21312 "\n"
21313 msgstr ""
21314
21315 # type: verbatim
21316 #. type: verbatim
21317 #: ../fish/guestfish.pod:17
21318 #, no-wrap
21319 msgid ""
21320 " guestfish -d libvirt-domain\n"
21321 "\n"
21322 msgstr ""
21323
21324 # type: verbatim
21325 #. type: verbatim
21326 #: ../fish/guestfish.pod:19
21327 #, no-wrap
21328 msgid ""
21329 " guestfish [--ro|--rw] -a disk.img -i\n"
21330 "\n"
21331 msgstr ""
21332
21333 # type: verbatim
21334 #. type: verbatim
21335 #: ../fish/guestfish.pod:21
21336 #, no-wrap
21337 msgid ""
21338 " guestfish -d libvirt-domain -i\n"
21339 "\n"
21340 msgstr ""
21341
21342 # type: =head1
21343 #. type: =head1
21344 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
21345 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
21346 msgid "WARNING"
21347 msgstr ""
21348
21349 # type: textblock
21350 #. type: textblock
21351 #: ../fish/guestfish.pod:25
21352 msgid ""
21353 "Using guestfish in read/write mode on live virtual machines can be "
21354 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
21355 "option to use guestfish safely if the disk image or virtual machine might be "
21356 "live."
21357 msgstr ""
21358
21359 # type: textblock
21360 #. type: textblock
21361 #: ../fish/guestfish.pod:32
21362 msgid ""
21363 "Guestfish is a shell and command-line tool for examining and modifying "
21364 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
21365 "functionality of the guestfs API, see L<guestfs(3)>."
21366 msgstr ""
21367
21368 # type: textblock
21369 #. type: textblock
21370 #: ../fish/guestfish.pod:36
21371 msgid ""
21372 "Guestfish gives you structured access to the libguestfs API, from shell "
21373 "scripts or the command line or interactively.  If you want to rescue a "
21374 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
21375 "command."
21376 msgstr ""
21377
21378 # type: =head1
21379 #. type: =head1
21380 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:942
21381 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
21382 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
21383 msgid "EXAMPLES"
21384 msgstr ""
21385
21386 # type: =head2
21387 #. type: =head2
21388 #: ../fish/guestfish.pod:43
21389 msgid "As an interactive shell"
21390 msgstr ""
21391
21392 # type: verbatim
21393 #. type: verbatim
21394 #: ../fish/guestfish.pod:45
21395 #, no-wrap
21396 msgid ""
21397 " $ guestfish\n"
21398 " \n"
21399 msgstr ""
21400
21401 # type: verbatim
21402 #. type: verbatim
21403 #: ../fish/guestfish.pod:47
21404 #, no-wrap
21405 msgid ""
21406 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
21407 " editing virtual machine filesystems.\n"
21408 " \n"
21409 msgstr ""
21410
21411 # type: verbatim
21412 #. type: verbatim
21413 #: ../fish/guestfish.pod:50
21414 #, no-wrap
21415 msgid ""
21416 " Type: 'help' for a list of commands\n"
21417 "       'man' to read the manual\n"
21418 "       'quit' to quit the shell\n"
21419 " \n"
21420 msgstr ""
21421
21422 # type: verbatim
21423 #. type: verbatim
21424 #: ../fish/guestfish.pod:54
21425 #, no-wrap
21426 msgid ""
21427 " ><fs> add-ro disk.img\n"
21428 " ><fs> run\n"
21429 " ><fs> list-filesystems\n"
21430 " /dev/sda1: ext4\n"
21431 " /dev/vg_guest/lv_root: ext4\n"
21432 " /dev/vg_guest/lv_swap: swap\n"
21433 " ><fs> mount /dev/vg_guest/lv_root /\n"
21434 " ><fs> cat /etc/fstab\n"
21435 " # /etc/fstab\n"
21436 " # Created by anaconda\n"
21437 " [...]\n"
21438 " ><fs> exit\n"
21439 "\n"
21440 msgstr ""
21441
21442 # type: =head2
21443 #. type: =head2
21444 #: ../fish/guestfish.pod:67
21445 msgid "From shell scripts"
21446 msgstr ""
21447
21448 # type: textblock
21449 #. type: textblock
21450 #: ../fish/guestfish.pod:69
21451 msgid "Create a new C</etc/motd> file in a guest or disk image:"
21452 msgstr ""
21453
21454 # type: verbatim
21455 #. type: verbatim
21456 #: ../fish/guestfish.pod:71
21457 #, no-wrap
21458 msgid ""
21459 " guestfish <<_EOF_\n"
21460 " add disk.img\n"
21461 " run\n"
21462 " mount /dev/vg_guest/lv_root /\n"
21463 " write /etc/motd \"Welcome, new users\"\n"
21464 " _EOF_\n"
21465 "\n"
21466 msgstr ""
21467
21468 # type: textblock
21469 #. type: textblock
21470 #: ../fish/guestfish.pod:78
21471 msgid "List the LVM logical volumes in a disk image:"
21472 msgstr ""
21473
21474 # type: verbatim
21475 #. type: verbatim
21476 #: ../fish/guestfish.pod:80
21477 #, no-wrap
21478 msgid ""
21479 " guestfish -a disk.img --ro <<_EOF_\n"
21480 " run\n"
21481 " lvs\n"
21482 " _EOF_\n"
21483 "\n"
21484 msgstr ""
21485
21486 # type: textblock
21487 #. type: textblock
21488 #: ../fish/guestfish.pod:85
21489 msgid "List all the filesystems in a disk image:"
21490 msgstr ""
21491
21492 # type: verbatim
21493 #. type: verbatim
21494 #: ../fish/guestfish.pod:87
21495 #, no-wrap
21496 msgid ""
21497 " guestfish -a disk.img --ro <<_EOF_\n"
21498 " run\n"
21499 " list-filesystems\n"
21500 " _EOF_\n"
21501 "\n"
21502 msgstr ""
21503
21504 # type: =head2
21505 #. type: =head2
21506 #: ../fish/guestfish.pod:92
21507 msgid "On one command line"
21508 msgstr ""
21509
21510 # type: textblock
21511 #. type: textblock
21512 #: ../fish/guestfish.pod:94
21513 msgid "Update C</etc/resolv.conf> in a guest:"
21514 msgstr ""
21515
21516 # type: verbatim
21517 #. type: verbatim
21518 #: ../fish/guestfish.pod:96
21519 #, no-wrap
21520 msgid ""
21521 " guestfish \\\n"
21522 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
21523 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
21524 "\n"
21525 msgstr ""
21526
21527 # type: textblock
21528 #. type: textblock
21529 #: ../fish/guestfish.pod:100
21530 msgid "Edit C</boot/grub/grub.conf> interactively:"
21531 msgstr ""
21532
21533 # type: verbatim
21534 #. type: verbatim
21535 #: ../fish/guestfish.pod:102
21536 #, no-wrap
21537 msgid ""
21538 " guestfish --rw --add disk.img \\\n"
21539 "   --mount /dev/vg_guest/lv_root \\\n"
21540 "   --mount /dev/sda1:/boot \\\n"
21541 "   edit /boot/grub/grub.conf\n"
21542 "\n"
21543 msgstr ""
21544
21545 # type: =head2
21546 #. type: =head2
21547 #: ../fish/guestfish.pod:107
21548 msgid "Mount disks automatically"
21549 msgstr ""
21550
21551 # type: textblock
21552 #. type: textblock
21553 #: ../fish/guestfish.pod:109
21554 msgid ""
21555 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
21556 msgstr ""
21557
21558 # type: verbatim
21559 #. type: verbatim
21560 #: ../fish/guestfish.pod:112
21561 #, no-wrap
21562 msgid ""
21563 " guestfish --ro -a disk.img -i cat /etc/group\n"
21564 "\n"
21565 msgstr ""
21566
21567 # type: verbatim
21568 #. type: verbatim
21569 #: ../fish/guestfish.pod:114
21570 #, no-wrap
21571 msgid ""
21572 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
21573 "\n"
21574 msgstr ""
21575
21576 # type: textblock
21577 #. type: textblock
21578 #: ../fish/guestfish.pod:116
21579 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
21580 msgstr ""
21581
21582 # type: verbatim
21583 #. type: verbatim
21584 #: ../fish/guestfish.pod:118
21585 #, no-wrap
21586 msgid ""
21587 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
21588 "\n"
21589 msgstr ""
21590
21591 # type: =head2
21592 #. type: =head2
21593 #: ../fish/guestfish.pod:120
21594 msgid "As a script interpreter"
21595 msgstr ""
21596
21597 # type: textblock
21598 #. type: textblock
21599 #: ../fish/guestfish.pod:122
21600 msgid "Create a 100MB disk containing an ext2-formatted partition:"
21601 msgstr ""
21602
21603 # type: verbatim
21604 #. type: verbatim
21605 #: ../fish/guestfish.pod:124
21606 #, no-wrap
21607 msgid ""
21608 " #!/usr/bin/guestfish -f\n"
21609 " sparse test1.img 100M\n"
21610 " run\n"
21611 " part-disk /dev/sda mbr\n"
21612 " mkfs ext2 /dev/sda1\n"
21613 "\n"
21614 msgstr ""
21615
21616 # type: =head2
21617 #. type: =head2
21618 #: ../fish/guestfish.pod:130
21619 msgid "Start with a prepared disk"
21620 msgstr ""
21621
21622 # type: textblock
21623 #. type: textblock
21624 #: ../fish/guestfish.pod:132
21625 msgid ""
21626 "An alternate way to create a 100MB disk called C<test1.img> containing a "
21627 "single ext2-formatted partition:"
21628 msgstr ""
21629
21630 # type: verbatim
21631 #. type: verbatim
21632 #: ../fish/guestfish.pod:135
21633 #, no-wrap
21634 msgid ""
21635 " guestfish -N fs\n"
21636 "\n"
21637 msgstr ""
21638
21639 # type: textblock
21640 #. type: textblock
21641 #: ../fish/guestfish.pod:137
21642 msgid "To list what is available do:"
21643 msgstr ""
21644
21645 # type: verbatim
21646 #. type: verbatim
21647 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:933
21648 #, no-wrap
21649 msgid ""
21650 " guestfish -N help | less\n"
21651 "\n"
21652 msgstr ""
21653
21654 # type: =head2
21655 #. type: =head2
21656 #: ../fish/guestfish.pod:141
21657 msgid "Remote control"
21658 msgstr ""
21659
21660 # type: verbatim
21661 #. type: verbatim
21662 #: ../fish/guestfish.pod:143
21663 #, no-wrap
21664 msgid ""
21665 " eval \"`guestfish --listen`\"\n"
21666 " guestfish --remote add-ro disk.img\n"
21667 " guestfish --remote run\n"
21668 " guestfish --remote lvs\n"
21669 "\n"
21670 msgstr ""
21671
21672 # type: =head1
21673 #. type: =head1
21674 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
21675 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:81
21676 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
21677 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
21678 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
21679 msgid "OPTIONS"
21680 msgstr ""
21681
21682 # type: =item
21683 #. type: =item
21684 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
21685 #: ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104
21686 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
21687 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
21688 #: ../tools/virt-list-partitions.pl:62
21689 msgid "B<--help>"
21690 msgstr ""
21691
21692 # type: textblock
21693 #. type: textblock
21694 #: ../fish/guestfish.pod:154
21695 msgid "Displays general help on options."
21696 msgstr ""
21697
21698 # type: =item
21699 #. type: =item
21700 #: ../fish/guestfish.pod:156
21701 msgid "B<-h>"
21702 msgstr ""
21703
21704 # type: =item
21705 #. type: =item
21706 #: ../fish/guestfish.pod:158
21707 msgid "B<--cmd-help>"
21708 msgstr ""
21709
21710 # type: textblock
21711 #. type: textblock
21712 #: ../fish/guestfish.pod:160
21713 msgid "Lists all available guestfish commands."
21714 msgstr ""
21715
21716 # type: =item
21717 #. type: =item
21718 #: ../fish/guestfish.pod:162
21719 msgid "B<-h cmd>"
21720 msgstr ""
21721
21722 # type: =item
21723 #. type: =item
21724 #: ../fish/guestfish.pod:164
21725 msgid "B<--cmd-help cmd>"
21726 msgstr ""
21727
21728 # type: textblock
21729 #. type: textblock
21730 #: ../fish/guestfish.pod:166
21731 msgid "Displays detailed help on a single command C<cmd>."
21732 msgstr ""
21733
21734 # type: =item
21735 #. type: =item
21736 #: ../fish/guestfish.pod:168
21737 msgid "B<-a image>"
21738 msgstr ""
21739
21740 # type: =item
21741 #. type: =item
21742 #: ../fish/guestfish.pod:170
21743 msgid "B<--add image>"
21744 msgstr ""
21745
21746 # type: textblock
21747 #. type: textblock
21748 #: ../fish/guestfish.pod:172
21749 msgid "Add a block device or virtual machine image to the shell."
21750 msgstr ""
21751
21752 # type: textblock
21753 #. type: textblock
21754 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
21755 msgid ""
21756 "The format of the disk image is auto-detected.  To override this and force a "
21757 "particular format use the I<--format=..> option."
21758 msgstr ""
21759
21760 # type: textblock
21761 #. type: textblock
21762 #: ../fish/guestfish.pod:177
21763 msgid ""
21764 "Using this flag is mostly equivalent to using the C<add> command, with "
21765 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
21766 "the I<--format:...> flag was given."
21767 msgstr ""
21768
21769 # type: =item
21770 #. type: =item
21771 #: ../fish/guestfish.pod:181
21772 msgid "B<-c URI>"
21773 msgstr ""
21774
21775 # type: =item
21776 #. type: =item
21777 #: ../fish/guestfish.pod:183
21778 msgid "B<--connect URI>"
21779 msgstr ""
21780
21781 # type: textblock
21782 #. type: textblock
21783 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
21784 msgid ""
21785 "When used in conjunction with the I<-d> option, this specifies the libvirt "
21786 "URI to use.  The default is to use the default libvirt connection."
21787 msgstr ""
21788
21789 # type: =item
21790 #. type: =item
21791 #: ../fish/guestfish.pod:189
21792 msgid "B<--csh>"
21793 msgstr ""
21794
21795 # type: textblock
21796 #. type: textblock
21797 #: ../fish/guestfish.pod:191
21798 msgid ""
21799 "If using the I<--listen> option and a csh-like shell, use this option.  See "
21800 "section L</REMOTE CONTROL AND CSH> below."
21801 msgstr ""
21802
21803 # type: =item
21804 #. type: =item
21805 #: ../fish/guestfish.pod:194
21806 msgid "B<-d libvirt-domain>"
21807 msgstr ""
21808
21809 # type: =item
21810 #. type: =item
21811 #: ../fish/guestfish.pod:196
21812 msgid "B<--domain libvirt-domain>"
21813 msgstr ""
21814
21815 # type: textblock
21816 #. type: textblock
21817 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
21818 msgid ""
21819 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
21820 "used, then any libvirt domain can be used.  However in write mode, only "
21821 "libvirt domains which are shut down can be named here."
21822 msgstr ""
21823
21824 # type: textblock
21825 #. type: textblock
21826 #: ../fish/guestfish.pod:202
21827 msgid ""
21828 "Using this flag is mostly equivalent to using the C<add-domain> command, "
21829 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
21830 "if the I<--format:...> flag was given."
21831 msgstr ""
21832
21833 # type: =item
21834 #. type: =item
21835 #: ../fish/guestfish.pod:206
21836 msgid "B<-D>"
21837 msgstr ""
21838
21839 # type: =item
21840 #. type: =item
21841 #: ../fish/guestfish.pod:208
21842 msgid "B<--no-dest-paths>"
21843 msgstr ""
21844
21845 # type: textblock
21846 #. type: textblock
21847 #: ../fish/guestfish.pod:210
21848 msgid ""
21849 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
21850 "to hit the tab key to complete paths on the guest filesystem, but this "
21851 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
21852 "allow this feature to be disabled."
21853 msgstr ""
21854
21855 # type: =item
21856 #. type: =item
21857 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
21858 msgid "B<--echo-keys>"
21859 msgstr ""
21860
21861 # type: textblock
21862 #. type: textblock
21863 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
21864 msgid ""
21865 "When prompting for keys and passphrases, guestfish normally turns echoing "
21866 "off so you cannot see what you are typing.  If you are not worried about "
21867 "Tempest attacks and there is no one else in the room you can specify this "
21868 "flag to see what you are typing."
21869 msgstr ""
21870
21871 # type: =item
21872 #. type: =item
21873 #: ../fish/guestfish.pod:222
21874 msgid "B<-f file>"
21875 msgstr ""
21876
21877 # type: =item
21878 #. type: =item
21879 #: ../fish/guestfish.pod:224
21880 msgid "B<--file file>"
21881 msgstr ""
21882
21883 # type: textblock
21884 #. type: textblock
21885 #: ../fish/guestfish.pod:226
21886 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
21887 msgstr ""
21888
21889 # type: verbatim
21890 #. type: verbatim
21891 #: ../fish/guestfish.pod:229
21892 #, no-wrap
21893 msgid ""
21894 " #!/usr/bin/guestfish -f\n"
21895 "\n"
21896 msgstr ""
21897
21898 # type: =item
21899 #. type: =item
21900 #: ../fish/guestfish.pod:231
21901 msgid "B<--format=raw|qcow2|..>"
21902 msgstr ""
21903
21904 # type: =item
21905 #. type: =item
21906 #: ../fish/guestfish.pod:233
21907 msgid "B<--format>"
21908 msgstr ""
21909
21910 # type: textblock
21911 #. type: textblock
21912 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
21913 msgid ""
21914 "The default for the I<-a> option is to auto-detect the format of the disk "
21915 "image.  Using this forces the disk format for I<-a> options which follow on "
21916 "the command line.  Using I<--format> with no argument switches back to auto-"
21917 "detection for subsequent I<-a> options."
21918 msgstr ""
21919
21920 # type: verbatim
21921 #. type: verbatim
21922 #: ../fish/guestfish.pod:242
21923 #, no-wrap
21924 msgid ""
21925 " guestfish --format=raw -a disk.img\n"
21926 "\n"
21927 msgstr ""
21928
21929 # type: textblock
21930 #. type: textblock
21931 #: ../fish/guestfish.pod:244
21932 msgid "forces raw format (no auto-detection) for C<disk.img>."
21933 msgstr ""
21934
21935 # type: verbatim
21936 #. type: verbatim
21937 #: ../fish/guestfish.pod:246
21938 #, no-wrap
21939 msgid ""
21940 " guestfish --format=raw -a disk.img --format -a another.img\n"
21941 "\n"
21942 msgstr ""
21943
21944 # type: textblock
21945 #. type: textblock
21946 #: ../fish/guestfish.pod:248
21947 msgid ""
21948 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
21949 "detection for C<another.img>."
21950 msgstr ""
21951
21952 # type: textblock
21953 #. type: textblock
21954 #: ../fish/guestfish.pod:251
21955 msgid ""
21956 "If you have untrusted raw-format guest disk images, you should use this "
21957 "option to specify the disk format.  This avoids a possible security problem "
21958 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
21959 msgstr ""
21960
21961 # type: =item
21962 #. type: =item
21963 #: ../fish/guestfish.pod:256
21964 msgid "B<-i>"
21965 msgstr ""
21966
21967 # type: =item
21968 #. type: =item
21969 #: ../fish/guestfish.pod:258
21970 msgid "B<--inspector>"
21971 msgstr ""
21972
21973 # type: textblock
21974 #. type: textblock
21975 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
21976 msgid ""
21977 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
21978 "system and mount filesystems as they would be mounted on the real virtual "
21979 "machine."
21980 msgstr ""
21981
21982 # type: textblock
21983 #. type: textblock
21984 #: ../fish/guestfish.pod:264
21985 msgid "Typical usage is either:"
21986 msgstr ""
21987
21988 # type: verbatim
21989 #. type: verbatim
21990 #: ../fish/guestfish.pod:266
21991 #, no-wrap
21992 msgid ""
21993 " guestfish -d myguest -i\n"
21994 "\n"
21995 msgstr ""
21996
21997 # type: textblock
21998 #. type: textblock
21999 #: ../fish/guestfish.pod:268
22000 msgid "(for an inactive libvirt domain called I<myguest>), or:"
22001 msgstr ""
22002
22003 # type: verbatim
22004 #. type: verbatim
22005 #: ../fish/guestfish.pod:270
22006 #, no-wrap
22007 msgid ""
22008 " guestfish --ro -d myguest -i\n"
22009 "\n"
22010 msgstr ""
22011
22012 # type: textblock
22013 #. type: textblock
22014 #: ../fish/guestfish.pod:272
22015 msgid "(for active domains, readonly), or specify the block device directly:"
22016 msgstr ""
22017
22018 # type: verbatim
22019 #. type: verbatim
22020 #: ../fish/guestfish.pod:274
22021 #, no-wrap
22022 msgid ""
22023 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
22024 "\n"
22025 msgstr ""
22026
22027 # type: textblock
22028 #. type: textblock
22029 #: ../fish/guestfish.pod:276
22030 msgid ""
22031 "Note that the command line syntax changed slightly over older versions of "
22032 "guestfish.  You can still use the old syntax:"
22033 msgstr ""
22034
22035 # type: verbatim
22036 #. type: verbatim
22037 #: ../fish/guestfish.pod:279
22038 #, no-wrap
22039 msgid ""
22040 " guestfish [--ro] -i disk.img\n"
22041 "\n"
22042 msgstr ""
22043
22044 # type: verbatim
22045 #. type: verbatim
22046 #: ../fish/guestfish.pod:281
22047 #, no-wrap
22048 msgid ""
22049 " guestfish [--ro] -i libvirt-domain\n"
22050 "\n"
22051 msgstr ""
22052
22053 # type: textblock
22054 #. type: textblock
22055 #: ../fish/guestfish.pod:283
22056 msgid ""
22057 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
22058 "then using other commands to mount the filesystems that were found."
22059 msgstr ""
22060
22061 # type: =item
22062 #. type: =item
22063 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
22064 msgid "B<--keys-from-stdin>"
22065 msgstr ""
22066
22067 # type: textblock
22068 #. type: textblock
22069 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
22070 msgid ""
22071 "Read key or passphrase parameters from stdin.  The default is to try to read "
22072 "passphrases from the user by opening C</dev/tty>."
22073 msgstr ""
22074
22075 # type: =item
22076 #. type: =item
22077 #: ../fish/guestfish.pod:292
22078 msgid "B<--listen>"
22079 msgstr ""
22080
22081 # type: textblock
22082 #. type: textblock
22083 #: ../fish/guestfish.pod:294
22084 msgid ""
22085 "Fork into the background and listen for remote commands.  See section L</"
22086 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
22087 msgstr ""
22088
22089 #. type: =item
22090 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
22091 msgid "B<--live>"
22092 msgstr ""
22093
22094 #. type: textblock
22095 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
22096 msgid ""
22097 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
22098 "ATTACHING TO RUNNING DAEMONS>)."
22099 msgstr ""
22100
22101 #. type: =item
22102 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
22103 msgid "B<-m dev[:mountpoint[:options]]>"
22104 msgstr ""
22105
22106 #. type: =item
22107 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
22108 msgid "B<--mount dev[:mountpoint[:options]]>"
22109 msgstr ""
22110
22111 # type: textblock
22112 #. type: textblock
22113 #: ../fish/guestfish.pod:306
22114 msgid "Mount the named partition or logical volume on the given mountpoint."
22115 msgstr ""
22116
22117 # type: textblock
22118 #. type: textblock
22119 #: ../fish/guestfish.pod:308
22120 msgid "If the mountpoint is omitted, it defaults to C</>."
22121 msgstr ""
22122
22123 # type: textblock
22124 #. type: textblock
22125 #: ../fish/guestfish.pod:310
22126 msgid "You have to mount something on C</> before most commands will work."
22127 msgstr ""
22128
22129 # type: textblock
22130 #. type: textblock
22131 #: ../fish/guestfish.pod:312
22132 msgid ""
22133 "If any I<-m> or I<--mount> options are given, the guest is automatically "
22134 "launched."
22135 msgstr ""
22136
22137 # type: textblock
22138 #. type: textblock
22139 #: ../fish/guestfish.pod:315
22140 msgid ""
22141 "If you don't know what filesystems a disk image contains, you can either run "
22142 "guestfish without this option, then list the partitions, filesystems and LVs "
22143 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
22144 "commands), or you can use the L<virt-filesystems(1)> program."
22145 msgstr ""
22146
22147 #. type: textblock
22148 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
22149 msgid ""
22150 "The third (and rarely used) part of the mount parameter is the list of mount "
22151 "options used to mount the underlying filesystem.  If this is not given, then "
22152 "the mount options are either the empty string or C<ro> (the latter if the "
22153 "I<--ro> flag is used).  By specifying the mount options, you override this "
22154 "default choice.  Probably the only time you would use this is to enable ACLs "
22155 "and/or extended attributes if the filesystem can support them:"
22156 msgstr ""
22157
22158 #. type: verbatim
22159 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
22160 #, no-wrap
22161 msgid ""
22162 " -m /dev/sda1:/:acl,user_xattr\n"
22163 "\n"
22164 msgstr ""
22165
22166 #. type: textblock
22167 #: ../fish/guestfish.pod:331
22168 msgid "Using this flag is equivalent to using the C<mount-options> command."
22169 msgstr ""
22170
22171 # type: =item
22172 #. type: =item
22173 #: ../fish/guestfish.pod:333
22174 msgid "B<-n>"
22175 msgstr ""
22176
22177 # type: =item
22178 #. type: =item
22179 #: ../fish/guestfish.pod:335
22180 msgid "B<--no-sync>"
22181 msgstr ""
22182
22183 # type: textblock
22184 #. type: textblock
22185 #: ../fish/guestfish.pod:337
22186 msgid ""
22187 "Disable autosync.  This is enabled by default.  See the discussion of "
22188 "autosync in the L<guestfs(3)> manpage."
22189 msgstr ""
22190
22191 # type: =item
22192 #. type: =item
22193 #: ../fish/guestfish.pod:340
22194 msgid "B<-N type>"
22195 msgstr ""
22196
22197 # type: =item
22198 #. type: =item
22199 #: ../fish/guestfish.pod:342
22200 msgid "B<--new type>"
22201 msgstr ""
22202
22203 # type: =item
22204 #. type: =item
22205 #: ../fish/guestfish.pod:344
22206 msgid "B<-N help>"
22207 msgstr ""
22208
22209 # type: textblock
22210 #. type: textblock
22211 #: ../fish/guestfish.pod:346
22212 msgid ""
22213 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
22214 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
22215 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
22216 "IMAGES> below."
22217 msgstr ""
22218
22219 # type: =item
22220 #. type: =item
22221 #: ../fish/guestfish.pod:351
22222 msgid "B<--progress-bars>"
22223 msgstr ""
22224
22225 # type: textblock
22226 #. type: textblock
22227 #: ../fish/guestfish.pod:353
22228 msgid "Enable progress bars, even when guestfish is used non-interactively."
22229 msgstr ""
22230
22231 # type: textblock
22232 #. type: textblock
22233 #: ../fish/guestfish.pod:355
22234 msgid ""
22235 "Progress bars are enabled by default when guestfish is used as an "
22236 "interactive shell."
22237 msgstr ""
22238
22239 # type: =item
22240 #. type: =item
22241 #: ../fish/guestfish.pod:358
22242 msgid "B<--no-progress-bars>"
22243 msgstr ""
22244
22245 # type: textblock
22246 #. type: textblock
22247 #: ../fish/guestfish.pod:360
22248 msgid "Disable progress bars."
22249 msgstr ""
22250
22251 # type: =item
22252 #. type: =item
22253 #: ../fish/guestfish.pod:362
22254 msgid "B<--remote[=pid]>"
22255 msgstr ""
22256
22257 # type: textblock
22258 #. type: textblock
22259 #: ../fish/guestfish.pod:364
22260 msgid ""
22261 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
22262 "CONTROL GUESTFISH OVER A SOCKET> below."
22263 msgstr ""
22264
22265 # type: =item
22266 #. type: =item
22267 #: ../fish/guestfish.pod:367
22268 msgid "B<-r>"
22269 msgstr ""
22270
22271 # type: =item
22272 #. type: =item
22273 #: ../fish/guestfish.pod:369
22274 msgid "B<--ro>"
22275 msgstr ""
22276
22277 # type: textblock
22278 #. type: textblock
22279 #: ../fish/guestfish.pod:371
22280 msgid ""
22281 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22282 "mounts are done read-only."
22283 msgstr ""
22284
22285 # type: textblock
22286 #. type: textblock
22287 #: ../fish/guestfish.pod:374
22288 msgid ""
22289 "The option must always be used if the disk image or virtual machine might be "
22290 "running, and is generally recommended in cases where you don't need write "
22291 "access to the disk."
22292 msgstr ""
22293
22294 # type: textblock
22295 #. type: textblock
22296 #: ../fish/guestfish.pod:378
22297 msgid ""
22298 "Note that prepared disk images created with I<-N> are not affected by this "
22299 "option.  Also commands like C<add> are not affected - you have to specify "
22300 "the C<readonly:true> option explicitly if you need it."
22301 msgstr ""
22302
22303 # type: textblock
22304 #. type: textblock
22305 #: ../fish/guestfish.pod:382
22306 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
22307 msgstr ""
22308
22309 # type: =item
22310 #. type: =item
22311 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
22312 msgid "B<--selinux>"
22313 msgstr ""
22314
22315 # type: textblock
22316 #. type: textblock
22317 #: ../fish/guestfish.pod:386
22318 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
22319 msgstr ""
22320
22321 # type: =item
22322 #. type: =item
22323 #: ../fish/guestfish.pod:388
22324 msgid "B<-v>"
22325 msgstr ""
22326
22327 # type: =item
22328 #. type: =item
22329 #: ../fish/guestfish.pod:390
22330 msgid "B<--verbose>"
22331 msgstr ""
22332
22333 # type: textblock
22334 #. type: textblock
22335 #: ../fish/guestfish.pod:392
22336 msgid ""
22337 "Enable very verbose messages.  This is particularly useful if you find a bug."
22338 msgstr ""
22339
22340 # type: =item
22341 #. type: =item
22342 #: ../fish/guestfish.pod:395
22343 msgid "B<-V>"
22344 msgstr ""
22345
22346 # type: =item
22347 #. type: =item
22348 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97
22349 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
22350 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
22351 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
22352 msgid "B<--version>"
22353 msgstr ""
22354
22355 # type: textblock
22356 #. type: textblock
22357 #: ../fish/guestfish.pod:399
22358 msgid "Display the guestfish / libguestfs version number and exit."
22359 msgstr ""
22360
22361 # type: =item
22362 #. type: =item
22363 #: ../fish/guestfish.pod:401
22364 msgid "B<-w>"
22365 msgstr ""
22366
22367 # type: =item
22368 #. type: =item
22369 #: ../fish/guestfish.pod:403
22370 msgid "B<--rw>"
22371 msgstr ""
22372
22373 #. type: textblock
22374 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
22375 msgid ""
22376 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
22377 "mounts are done read-write."
22378 msgstr ""
22379
22380 #. type: textblock
22381 #: ../fish/guestfish.pod:408
22382 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
22383 msgstr ""
22384
22385 # type: =item
22386 #. type: =item
22387 #: ../fish/guestfish.pod:410
22388 msgid "B<-x>"
22389 msgstr ""
22390
22391 # type: textblock
22392 #. type: textblock
22393 #: ../fish/guestfish.pod:412
22394 msgid "Echo each command before executing it."
22395 msgstr ""
22396
22397 # type: =head1
22398 #. type: =head1
22399 #: ../fish/guestfish.pod:416
22400 msgid "COMMANDS ON COMMAND LINE"
22401 msgstr ""
22402
22403 # type: textblock
22404 #. type: textblock
22405 #: ../fish/guestfish.pod:418
22406 msgid ""
22407 "Any additional (non-option) arguments are treated as commands to execute."
22408 msgstr ""
22409
22410 # type: textblock
22411 #. type: textblock
22412 #: ../fish/guestfish.pod:421
22413 msgid ""
22414 "Commands to execute should be separated by a colon (C<:>), where the colon "
22415 "is a separate parameter.  Thus:"
22416 msgstr ""
22417
22418 # type: verbatim
22419 #. type: verbatim
22420 #: ../fish/guestfish.pod:424
22421 #, no-wrap
22422 msgid ""
22423 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
22424 "\n"
22425 msgstr ""
22426
22427 # type: textblock
22428 #. type: textblock
22429 #: ../fish/guestfish.pod:426
22430 msgid ""
22431 "If there are no additional arguments, then we enter a shell, either an "
22432 "interactive shell with a prompt (if the input is a terminal) or a non-"
22433 "interactive shell."
22434 msgstr ""
22435
22436 # type: textblock
22437 #. type: textblock
22438 #: ../fish/guestfish.pod:430
22439 msgid ""
22440 "In either command line mode or non-interactive shell, the first command that "
22441 "gives an error causes the whole shell to exit.  In interactive mode (with a "
22442 "prompt) if a command fails, you can continue to enter commands."
22443 msgstr ""
22444
22445 # type: =head1
22446 #. type: =head1
22447 #: ../fish/guestfish.pod:435
22448 msgid "USING launch (OR run)"
22449 msgstr ""
22450
22451 # type: textblock
22452 #. type: textblock
22453 #: ../fish/guestfish.pod:437
22454 msgid ""
22455 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
22456 "then launch it, then mount any disks you need, and finally issue actions/"
22457 "commands.  So the general order of the day is:"
22458 msgstr ""
22459
22460 # type: textblock
22461 #. type: textblock
22462 #: ../fish/guestfish.pod:445
22463 msgid "add or -a/--add"
22464 msgstr ""
22465
22466 # type: textblock
22467 #. type: textblock
22468 #: ../fish/guestfish.pod:449
22469 msgid "launch (aka run)"
22470 msgstr ""
22471
22472 # type: textblock
22473 #. type: textblock
22474 #: ../fish/guestfish.pod:453
22475 msgid "mount or -m/--mount"
22476 msgstr ""
22477
22478 # type: textblock
22479 #. type: textblock
22480 #: ../fish/guestfish.pod:457
22481 msgid "any other commands"
22482 msgstr ""
22483
22484 # type: textblock
22485 #. type: textblock
22486 #: ../fish/guestfish.pod:461
22487 msgid ""
22488 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
22489 "guest before mounting or performing any other commands."
22490 msgstr ""
22491
22492 # type: textblock
22493 #. type: textblock
22494 #: ../fish/guestfish.pod:464
22495 msgid ""
22496 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
22497 "I<--new> options were given then C<run> is done automatically, simply "
22498 "because guestfish can't perform the action you asked for without doing this."
22499 msgstr ""
22500
22501 # type: =head1
22502 #. type: =head1
22503 #: ../fish/guestfish.pod:469
22504 msgid "OPENING DISKS FOR READ AND WRITE"
22505 msgstr ""
22506
22507 #. type: textblock
22508 #: ../fish/guestfish.pod:471
22509 msgid ""
22510 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
22511 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
22512 "I<-i> and I<-m> open disk images read-only or for writing."
22513 msgstr ""
22514
22515 #. type: textblock
22516 #: ../fish/guestfish.pod:476
22517 msgid ""
22518 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
22519 "opening disk images supplied on the command line for write.  To open a disk "
22520 "image read-only you have to do I<-a image --ro>."
22521 msgstr ""
22522
22523 # type: textblock
22524 #. type: textblock
22525 #: ../fish/guestfish.pod:480
22526 msgid ""
22527 "This matters: If you accidentally open a live VM disk image writable then "
22528 "you will cause irreversible disk corruption."
22529 msgstr ""
22530
22531 #. type: textblock
22532 #: ../fish/guestfish.pod:483
22533 msgid ""
22534 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
22535 "images will be opened read-only.  You will have to either specify "
22536 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
22537 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
22538 "access for disk images specified by those other command line options."
22539 msgstr ""
22540
22541 #. type: textblock
22542 #: ../fish/guestfish.pod:490
22543 msgid ""
22544 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
22545 "which does nothing (it is already the default).  However it is highly "
22546 "recommended that you use this option to indicate that you need write access, "
22547 "and prepare your scripts for the day when this option will be required for "
22548 "write access."
22549 msgstr ""
22550
22551 # type: textblock
22552 #. type: textblock
22553 #: ../fish/guestfish.pod:496
22554 msgid ""
22555 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
22556 "other libguestfs program apart from guestfish and guestmount."
22557 msgstr ""
22558
22559 # type: =head1
22560 #. type: =head1
22561 #: ../fish/guestfish.pod:499
22562 msgid "QUOTING"
22563 msgstr ""
22564
22565 # type: textblock
22566 #. type: textblock
22567 #: ../fish/guestfish.pod:501
22568 msgid ""
22569 "You can quote ordinary parameters using either single or double quotes.  For "
22570 "example:"
22571 msgstr ""
22572
22573 # type: verbatim
22574 #. type: verbatim
22575 #: ../fish/guestfish.pod:504
22576 #, no-wrap
22577 msgid ""
22578 " add \"file with a space.img\"\n"
22579 "\n"
22580 msgstr ""
22581
22582 # type: verbatim
22583 #. type: verbatim
22584 #: ../fish/guestfish.pod:506
22585 #, no-wrap
22586 msgid ""
22587 " rm '/file name'\n"
22588 "\n"
22589 msgstr ""
22590
22591 # type: verbatim
22592 #. type: verbatim
22593 #: ../fish/guestfish.pod:508
22594 #, no-wrap
22595 msgid ""
22596 " rm '/\"'\n"
22597 "\n"
22598 msgstr ""
22599
22600 # type: textblock
22601 #. type: textblock
22602 #: ../fish/guestfish.pod:510
22603 msgid ""
22604 "A few commands require a list of strings to be passed.  For these, use a "
22605 "whitespace-separated list, enclosed in quotes.  Strings containing "
22606 "whitespace to be passed through must be enclosed in single quotes.  A "
22607 "literal single quote must be escaped with a backslash."
22608 msgstr ""
22609
22610 # type: verbatim
22611 #. type: verbatim
22612 #: ../fish/guestfish.pod:515
22613 #, no-wrap
22614 msgid ""
22615 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
22616 " command \"/bin/echo 'foo      bar'\"\n"
22617 " command \"/bin/echo \\'foo\\'\"\n"
22618 "\n"
22619 msgstr ""
22620
22621 # type: =head1
22622 #. type: =head1
22623 #: ../fish/guestfish.pod:519
22624 msgid "OPTIONAL ARGUMENTS"
22625 msgstr ""
22626
22627 # type: textblock
22628 #. type: textblock
22629 #: ../fish/guestfish.pod:521
22630 msgid ""
22631 "Some commands take optional arguments.  These arguments appear in this "
22632 "documentation as C<[argname:..]>.  You can use them as in these examples:"
22633 msgstr ""
22634
22635 # type: verbatim
22636 #. type: verbatim
22637 #: ../fish/guestfish.pod:525
22638 #, no-wrap
22639 msgid ""
22640 " add-drive-opts filename\n"
22641 "\n"
22642 msgstr ""
22643
22644 # type: verbatim
22645 #. type: verbatim
22646 #: ../fish/guestfish.pod:527
22647 #, no-wrap
22648 msgid ""
22649 " add-drive-opts filename readonly:true\n"
22650 "\n"
22651 msgstr ""
22652
22653 # type: verbatim
22654 #. type: verbatim
22655 #: ../fish/guestfish.pod:529
22656 #, no-wrap
22657 msgid ""
22658 " add-drive-opts filename format:qcow2 readonly:false\n"
22659 "\n"
22660 msgstr ""
22661
22662 # type: textblock
22663 #. type: textblock
22664 #: ../fish/guestfish.pod:531
22665 msgid ""
22666 "Each optional argument can appear at most once.  All optional arguments must "
22667 "appear after the required ones."
22668 msgstr ""
22669
22670 # type: =head1
22671 #. type: =head1
22672 #: ../fish/guestfish.pod:534
22673 msgid "NUMBERS"
22674 msgstr ""
22675
22676 # type: textblock
22677 #. type: textblock
22678 #: ../fish/guestfish.pod:536
22679 msgid ""
22680 "This section applies to all commands which can take integers as parameters."
22681 msgstr ""
22682
22683 # type: =head2
22684 #. type: =head2
22685 #: ../fish/guestfish.pod:539
22686 msgid "SIZE SUFFIX"
22687 msgstr ""
22688
22689 # type: textblock
22690 #. type: textblock
22691 #: ../fish/guestfish.pod:541
22692 msgid ""
22693 "When the command takes a parameter measured in bytes, you can use one of the "
22694 "following suffixes to specify kilobytes, megabytes and larger sizes:"
22695 msgstr ""
22696
22697 # type: =item
22698 #. type: =item
22699 #: ../fish/guestfish.pod:547
22700 msgid "B<k> or B<K> or B<KiB>"
22701 msgstr ""
22702
22703 # type: textblock
22704 #. type: textblock
22705 #: ../fish/guestfish.pod:549
22706 msgid "The size in kilobytes (multiplied by 1024)."
22707 msgstr ""
22708
22709 # type: =item
22710 #. type: =item
22711 #: ../fish/guestfish.pod:551
22712 msgid "B<KB>"
22713 msgstr ""
22714
22715 # type: textblock
22716 #. type: textblock
22717 #: ../fish/guestfish.pod:553
22718 msgid "The size in SI 1000 byte units."
22719 msgstr ""
22720
22721 # type: =item
22722 #. type: =item
22723 #: ../fish/guestfish.pod:555
22724 msgid "B<M> or B<MiB>"
22725 msgstr ""
22726
22727 # type: textblock
22728 #. type: textblock
22729 #: ../fish/guestfish.pod:557
22730 msgid "The size in megabytes (multiplied by 1048576)."
22731 msgstr ""
22732
22733 # type: =item
22734 #. type: =item
22735 #: ../fish/guestfish.pod:559
22736 msgid "B<MB>"
22737 msgstr ""
22738
22739 # type: textblock
22740 #. type: textblock
22741 #: ../fish/guestfish.pod:561
22742 msgid "The size in SI 1000000 byte units."
22743 msgstr ""
22744
22745 # type: =item
22746 #. type: =item
22747 #: ../fish/guestfish.pod:563
22748 msgid "B<G> or B<GiB>"
22749 msgstr ""
22750
22751 # type: textblock
22752 #. type: textblock
22753 #: ../fish/guestfish.pod:565
22754 msgid "The size in gigabytes (multiplied by 2**30)."
22755 msgstr ""
22756
22757 # type: =item
22758 #. type: =item
22759 #: ../fish/guestfish.pod:567
22760 msgid "B<GB>"
22761 msgstr ""
22762
22763 # type: textblock
22764 #. type: textblock
22765 #: ../fish/guestfish.pod:569
22766 msgid "The size in SI 10**9 byte units."
22767 msgstr ""
22768
22769 # type: =item
22770 #. type: =item
22771 #: ../fish/guestfish.pod:571
22772 msgid "B<T> or B<TiB>"
22773 msgstr ""
22774
22775 # type: textblock
22776 #. type: textblock
22777 #: ../fish/guestfish.pod:573
22778 msgid "The size in terabytes (multiplied by 2**40)."
22779 msgstr ""
22780
22781 # type: =item
22782 #. type: =item
22783 #: ../fish/guestfish.pod:575
22784 msgid "B<TB>"
22785 msgstr ""
22786
22787 # type: textblock
22788 #. type: textblock
22789 #: ../fish/guestfish.pod:577
22790 msgid "The size in SI 10**12 byte units."
22791 msgstr ""
22792
22793 # type: =item
22794 #. type: =item
22795 #: ../fish/guestfish.pod:579
22796 msgid "B<P> or B<PiB>"
22797 msgstr ""
22798
22799 # type: textblock
22800 #. type: textblock
22801 #: ../fish/guestfish.pod:581
22802 msgid "The size in petabytes (multiplied by 2**50)."
22803 msgstr ""
22804
22805 # type: =item
22806 #. type: =item
22807 #: ../fish/guestfish.pod:583
22808 msgid "B<PB>"
22809 msgstr ""
22810
22811 # type: textblock
22812 #. type: textblock
22813 #: ../fish/guestfish.pod:585
22814 msgid "The size in SI 10**15 byte units."
22815 msgstr ""
22816
22817 # type: =item
22818 #. type: =item
22819 #: ../fish/guestfish.pod:587
22820 msgid "B<E> or B<EiB>"
22821 msgstr ""
22822
22823 # type: textblock
22824 #. type: textblock
22825 #: ../fish/guestfish.pod:589
22826 msgid "The size in exabytes (multiplied by 2**60)."
22827 msgstr ""
22828
22829 # type: =item
22830 #. type: =item
22831 #: ../fish/guestfish.pod:591
22832 msgid "B<EB>"
22833 msgstr ""
22834
22835 # type: textblock
22836 #. type: textblock
22837 #: ../fish/guestfish.pod:593
22838 msgid "The size in SI 10**18 byte units."
22839 msgstr ""
22840
22841 # type: =item
22842 #. type: =item
22843 #: ../fish/guestfish.pod:595
22844 msgid "B<Z> or B<ZiB>"
22845 msgstr ""
22846
22847 # type: textblock
22848 #. type: textblock
22849 #: ../fish/guestfish.pod:597
22850 msgid "The size in zettabytes (multiplied by 2**70)."
22851 msgstr ""
22852
22853 # type: =item
22854 #. type: =item
22855 #: ../fish/guestfish.pod:599
22856 msgid "B<ZB>"
22857 msgstr ""
22858
22859 # type: textblock
22860 #. type: textblock
22861 #: ../fish/guestfish.pod:601
22862 msgid "The size in SI 10**21 byte units."
22863 msgstr ""
22864
22865 # type: =item
22866 #. type: =item
22867 #: ../fish/guestfish.pod:603
22868 msgid "B<Y> or B<YiB>"
22869 msgstr ""
22870
22871 # type: textblock
22872 #. type: textblock
22873 #: ../fish/guestfish.pod:605
22874 msgid "The size in yottabytes (multiplied by 2**80)."
22875 msgstr ""
22876
22877 # type: =item
22878 #. type: =item
22879 #: ../fish/guestfish.pod:607
22880 msgid "B<YB>"
22881 msgstr ""
22882
22883 # type: textblock
22884 #. type: textblock
22885 #: ../fish/guestfish.pod:609
22886 msgid "The size in SI 10**24 byte units."
22887 msgstr ""
22888
22889 # type: verbatim
22890 #. type: verbatim
22891 #: ../fish/guestfish.pod:615
22892 #, no-wrap
22893 msgid ""
22894 " truncate-size /file 1G\n"
22895 "\n"
22896 msgstr ""
22897
22898 # type: textblock
22899 #. type: textblock
22900 #: ../fish/guestfish.pod:617
22901 msgid "would truncate the file to 1 gigabyte."
22902 msgstr ""
22903
22904 # type: textblock
22905 #. type: textblock
22906 #: ../fish/guestfish.pod:619
22907 msgid ""
22908 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
22909 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
22910 "suffix will probably not do what you expect."
22911 msgstr ""
22912
22913 # type: =head2
22914 #. type: =head2
22915 #: ../fish/guestfish.pod:623
22916 msgid "OCTAL AND HEXADECIMAL NUMBERS"
22917 msgstr ""
22918
22919 # type: textblock
22920 #. type: textblock
22921 #: ../fish/guestfish.pod:625
22922 msgid ""
22923 "For specifying the radix (base) use the C convention: C<0> to prefix an "
22924 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
22925 msgstr ""
22926
22927 # type: verbatim
22928 #. type: verbatim
22929 #: ../fish/guestfish.pod:628
22930 #, no-wrap
22931 msgid ""
22932 " 1234      decimal number 1234\n"
22933 " 02322     octal number, equivalent to decimal 1234\n"
22934 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
22935 "\n"
22936 msgstr ""
22937
22938 # type: textblock
22939 #. type: textblock
22940 #: ../fish/guestfish.pod:632
22941 msgid ""
22942 "When using the C<chmod> command, you almost always want to specify an octal "
22943 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
22944 "L<chmod(1)> program):"
22945 msgstr ""
22946
22947 # type: verbatim
22948 #. type: verbatim
22949 #: ../fish/guestfish.pod:636
22950 #, no-wrap
22951 msgid ""
22952 " chmod 0777 /public  # OK\n"
22953 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
22954 "\n"
22955 msgstr ""
22956
22957 # type: textblock
22958 #. type: textblock
22959 #: ../fish/guestfish.pod:639
22960 msgid ""
22961 "Commands that return numbers usually print them in decimal, but some "
22962 "commands print numbers in other radices (eg. C<umask> prints the mode in "
22963 "octal, preceeded by C<0>)."
22964 msgstr ""
22965
22966 # type: =head1
22967 #. type: =head1
22968 #: ../fish/guestfish.pod:643
22969 msgid "WILDCARDS AND GLOBBING"
22970 msgstr ""
22971
22972 # type: textblock
22973 #. type: textblock
22974 #: ../fish/guestfish.pod:645
22975 msgid ""
22976 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
22977 "(globbing) by default.  So for example the following will not do what you "
22978 "expect:"
22979 msgstr ""
22980
22981 # type: verbatim
22982 #. type: verbatim
22983 #: ../fish/guestfish.pod:649
22984 #, no-wrap
22985 msgid ""
22986 " rm-rf /home/*\n"
22987 "\n"
22988 msgstr ""
22989
22990 # type: textblock
22991 #. type: textblock
22992 #: ../fish/guestfish.pod:651
22993 msgid ""
22994 "Assuming you don't have a directory called literally C</home/*> then the "
22995 "above command will return an error."
22996 msgstr ""
22997
22998 # type: textblock
22999 #. type: textblock
23000 #: ../fish/guestfish.pod:654
23001 msgid "To perform wildcard expansion, use the C<glob> command."
23002 msgstr ""
23003
23004 # type: verbatim
23005 #. type: verbatim
23006 #: ../fish/guestfish.pod:656
23007 #, no-wrap
23008 msgid ""
23009 " glob rm-rf /home/*\n"
23010 "\n"
23011 msgstr ""
23012
23013 # type: textblock
23014 #. type: textblock
23015 #: ../fish/guestfish.pod:658
23016 msgid ""
23017 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
23018 "many times), equivalent to:"
23019 msgstr ""
23020
23021 # type: verbatim
23022 #. type: verbatim
23023 #: ../fish/guestfish.pod:661
23024 #, no-wrap
23025 msgid ""
23026 " rm-rf /home/jim\n"
23027 " rm-rf /home/joe\n"
23028 " rm-rf /home/mary\n"
23029 "\n"
23030 msgstr ""
23031
23032 # type: textblock
23033 #. type: textblock
23034 #: ../fish/guestfish.pod:665
23035 msgid "C<glob> only works on simple guest paths and not on device names."
23036 msgstr ""
23037
23038 # type: textblock
23039 #. type: textblock
23040 #: ../fish/guestfish.pod:667
23041 msgid ""
23042 "If you have several parameters, each containing a wildcard, then glob will "
23043 "perform a Cartesian product."
23044 msgstr ""
23045
23046 # type: =head1
23047 #. type: =head1
23048 #: ../fish/guestfish.pod:670
23049 msgid "COMMENTS"
23050 msgstr ""
23051
23052 # type: textblock
23053 #. type: textblock
23054 #: ../fish/guestfish.pod:672
23055 msgid ""
23056 "Any line which starts with a I<#> character is treated as a comment and "
23057 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
23058 "a command.  For example:"
23059 msgstr ""
23060
23061 # type: verbatim
23062 #. type: verbatim
23063 #: ../fish/guestfish.pod:676
23064 #, no-wrap
23065 msgid ""
23066 " # this is a comment\n"
23067 "         # this is a comment\n"
23068 " foo # NOT a comment\n"
23069 "\n"
23070 msgstr ""
23071
23072 # type: textblock
23073 #. type: textblock
23074 #: ../fish/guestfish.pod:680
23075 msgid "Blank lines are also ignored."
23076 msgstr ""
23077
23078 # type: =head1
23079 #. type: =head1
23080 #: ../fish/guestfish.pod:682
23081 msgid "RUNNING COMMANDS LOCALLY"
23082 msgstr ""
23083
23084 # type: textblock
23085 #. type: textblock
23086 #: ../fish/guestfish.pod:684
23087 msgid ""
23088 "Any line which starts with a I<!> character is treated as a command sent to "
23089 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
23090 msgstr ""
23091
23092 # type: verbatim
23093 #. type: verbatim
23094 #: ../fish/guestfish.pod:688
23095 #, no-wrap
23096 msgid ""
23097 " !mkdir local\n"
23098 " tgz-out /remote local/remote-data.tar.gz\n"
23099 "\n"
23100 msgstr ""
23101
23102 # type: textblock
23103 #. type: textblock
23104 #: ../fish/guestfish.pod:691
23105 msgid ""
23106 "will create a directory C<local> on the host, and then export the contents "
23107 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
23108 "(See C<tgz-out>)."
23109 msgstr ""
23110
23111 # type: textblock
23112 #. type: textblock
23113 #: ../fish/guestfish.pod:695
23114 msgid ""
23115 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
23116 "effect, due to the way that subprocesses work in Unix."
23117 msgstr ""
23118
23119 #. type: =head2
23120 #: ../fish/guestfish.pod:698
23121 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
23122 msgstr ""
23123
23124 #. type: textblock
23125 #: ../fish/guestfish.pod:700
23126 msgid ""
23127 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
23128 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
23129 "and executed as guestfish commands."
23130 msgstr ""
23131
23132 #. type: textblock
23133 #: ../fish/guestfish.pod:704
23134 msgid ""
23135 "Thus you can use shell script to construct arbitrary guestfish commands "
23136 "which are then parsed by guestfish."
23137 msgstr ""
23138
23139 #. type: textblock
23140 #: ../fish/guestfish.pod:707
23141 msgid ""
23142 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
23143 "through C</foo.100>) using guestfish commands alone.  However this is simple "
23144 "if we use a shell script to create the guestfish commands for us:"
23145 msgstr ""
23146
23147 #. type: verbatim
23148 #: ../fish/guestfish.pod:712
23149 #, no-wrap
23150 msgid ""
23151 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
23152 "\n"
23153 msgstr ""
23154
23155 #. type: textblock
23156 #: ../fish/guestfish.pod:714
23157 msgid "or with names like C</foo.001>:"
23158 msgstr ""
23159
23160 #. type: verbatim
23161 #: ../fish/guestfish.pod:716
23162 #, no-wrap
23163 msgid ""
23164 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
23165 "\n"
23166 msgstr ""
23167
23168 #. type: textblock
23169 #: ../fish/guestfish.pod:718
23170 msgid ""
23171 "When using guestfish interactively it can be helpful to just run the shell "
23172 "script first (ie. remove the initial C<E<lt>> character so it is just an "
23173 "ordinary I<!> local command), see what guestfish commands it would run, and "
23174 "when you are happy with those prepend the C<E<lt>> character to run the "
23175 "guestfish commands for real."
23176 msgstr ""
23177
23178 # type: =head1
23179 #. type: =head1
23180 #: ../fish/guestfish.pod:724
23181 msgid "PIPES"
23182 msgstr ""
23183
23184 # type: textblock
23185 #. type: textblock
23186 #: ../fish/guestfish.pod:726
23187 msgid ""
23188 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
23189 "command (a guestfish command) to the second command (any host command).  For "
23190 "example:"
23191 msgstr ""
23192
23193 # type: verbatim
23194 #. type: verbatim
23195 #: ../fish/guestfish.pod:730
23196 #, no-wrap
23197 msgid ""
23198 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
23199 "\n"
23200 msgstr ""
23201
23202 # type: textblock
23203 #. type: textblock
23204 #: ../fish/guestfish.pod:732
23205 msgid ""
23206 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
23207 "program).  The above command would list all accounts in the guest filesystem "
23208 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
23209 msgstr ""
23210
23211 # type: verbatim
23212 #. type: verbatim
23213 #: ../fish/guestfish.pod:737
23214 #, no-wrap
23215 msgid ""
23216 " hexdump /bin/ls | head\n"
23217 " list-devices | tail -1\n"
23218 " tgz-out / - | tar ztf -\n"
23219 "\n"
23220 msgstr ""
23221
23222 # type: textblock
23223 #. type: textblock
23224 #: ../fish/guestfish.pod:741
23225 msgid ""
23226 "The space before the pipe symbol is required, any space after the pipe "
23227 "symbol is optional.  Everything after the pipe symbol is just passed "
23228 "straight to the host shell, so it can contain redirections, globs and "
23229 "anything else that makes sense on the host side."
23230 msgstr ""
23231
23232 # type: textblock
23233 #. type: textblock
23234 #: ../fish/guestfish.pod:746
23235 msgid ""
23236 "To use a literal argument which begins with a pipe symbol, you have to quote "
23237 "it, eg:"
23238 msgstr ""
23239
23240 # type: verbatim
23241 #. type: verbatim
23242 #: ../fish/guestfish.pod:749
23243 #, no-wrap
23244 msgid ""
23245 " echo \"|\"\n"
23246 "\n"
23247 msgstr ""
23248
23249 # type: =head1
23250 #. type: =head1
23251 #: ../fish/guestfish.pod:751
23252 msgid "HOME DIRECTORIES"
23253 msgstr ""
23254
23255 # type: textblock
23256 #. type: textblock
23257 #: ../fish/guestfish.pod:753
23258 msgid ""
23259 "If a parameter starts with the character C<~> then the tilde may be expanded "
23260 "as a home directory path (either C<~> for the current user's home directory, "
23261 "or C<~user> for another user)."
23262 msgstr ""
23263
23264 # type: textblock
23265 #. type: textblock
23266 #: ../fish/guestfish.pod:757
23267 msgid ""
23268 "Note that home directory expansion happens for users known I<on the host>, "
23269 "not in the guest filesystem."
23270 msgstr ""
23271
23272 # type: textblock
23273 #. type: textblock
23274 #: ../fish/guestfish.pod:760
23275 msgid ""
23276 "To use a literal argument which begins with a tilde, you have to quote it, "
23277 "eg:"
23278 msgstr ""
23279
23280 # type: verbatim
23281 #. type: verbatim
23282 #: ../fish/guestfish.pod:763
23283 #, no-wrap
23284 msgid ""
23285 " echo \"~\"\n"
23286 "\n"
23287 msgstr ""
23288
23289 # type: textblock
23290 #. type: textblock
23291 #: ../fish/guestfish.pod:767
23292 msgid ""
23293 "Libguestfs has some support for Linux guests encrypted according to the "
23294 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
23295 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
23296 "LUKS is supported."
23297 msgstr ""
23298
23299 # type: textblock
23300 #. type: textblock
23301 #: ../fish/guestfish.pod:772
23302 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
23303 msgstr ""
23304
23305 # type: verbatim
23306 #. type: verbatim
23307 #: ../fish/guestfish.pod:774
23308 #, no-wrap
23309 msgid ""
23310 " ><fs> vfs-type /dev/sda2\n"
23311 " crypto_LUKS\n"
23312 "\n"
23313 msgstr ""
23314
23315 # type: textblock
23316 #. type: textblock
23317 #: ../fish/guestfish.pod:777
23318 msgid ""
23319 "Then open those devices using L</luks-open>.  This creates a device-mapper "
23320 "device called C</dev/mapper/luksdev>."
23321 msgstr ""
23322
23323 # type: verbatim
23324 #. type: verbatim
23325 #: ../fish/guestfish.pod:780
23326 #, no-wrap
23327 msgid ""
23328 " ><fs> luks-open /dev/sda2 luksdev\n"
23329 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
23330 "\n"
23331 msgstr ""
23332
23333 # type: textblock
23334 #. type: textblock
23335 #: ../fish/guestfish.pod:783
23336 msgid ""
23337 "Finally you have to tell LVM to scan for volume groups on the newly created "
23338 "mapper device:"
23339 msgstr ""
23340
23341 # type: verbatim
23342 #. type: verbatim
23343 #: ../fish/guestfish.pod:786
23344 #, no-wrap
23345 msgid ""
23346 " vgscan\n"
23347 " vg-activate-all true\n"
23348 "\n"
23349 msgstr ""
23350
23351 # type: textblock
23352 #. type: textblock
23353 #: ../fish/guestfish.pod:789
23354 msgid "The logical volume(s) can now be mounted in the usual way."
23355 msgstr ""
23356
23357 # type: textblock
23358 #. type: textblock
23359 #: ../fish/guestfish.pod:791
23360 msgid ""
23361 "Before closing a LUKS device you must unmount any logical volumes on it and "
23362 "deactivate the volume groups by calling C<vg-activate false VG> on each "
23363 "one.  Then you can close the mapper device:"
23364 msgstr ""
23365
23366 # type: verbatim
23367 #. type: verbatim
23368 #: ../fish/guestfish.pod:795
23369 #, no-wrap
23370 msgid ""
23371 " vg-activate false /dev/VG\n"
23372 " luks-close /dev/mapper/luksdev\n"
23373 "\n"
23374 msgstr ""
23375
23376 # type: =head1
23377 #. type: =head1
23378 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
23379 msgid "WINDOWS PATHS"
23380 msgstr ""
23381
23382 # type: textblock
23383 #. type: textblock
23384 #: ../fish/guestfish.pod:800
23385 msgid ""
23386 "If a path is prefixed with C<win:> then you can use Windows-style paths "
23387 "(with some limitations).  The following commands are equivalent:"
23388 msgstr ""
23389
23390 # type: verbatim
23391 #. type: verbatim
23392 #: ../fish/guestfish.pod:803
23393 #, no-wrap
23394 msgid ""
23395 " file /WINDOWS/system32/config/system.LOG\n"
23396 "\n"
23397 msgstr ""
23398
23399 # type: verbatim
23400 #. type: verbatim
23401 #: ../fish/guestfish.pod:805
23402 #, no-wrap
23403 msgid ""
23404 " file win:/windows/system32/config/system.log\n"
23405 "\n"
23406 msgstr ""
23407
23408 # type: verbatim
23409 #. type: verbatim
23410 #: ../fish/guestfish.pod:807
23411 #, no-wrap
23412 msgid ""
23413 " file win:\\windows\\system32\\config\\system.log\n"
23414 "\n"
23415 msgstr ""
23416
23417 # type: verbatim
23418 #. type: verbatim
23419 #: ../fish/guestfish.pod:809
23420 #, no-wrap
23421 msgid ""
23422 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
23423 "\n"
23424 msgstr ""
23425
23426 # type: textblock
23427 #. type: textblock
23428 #: ../fish/guestfish.pod:811
23429 msgid ""
23430 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
23431 "handles case insensitivity like Windows would.  This only works in argument "
23432 "positions that expect a path."
23433 msgstr ""
23434
23435 # type: =head1
23436 #. type: =head1
23437 #: ../fish/guestfish.pod:815
23438 msgid "UPLOADING AND DOWNLOADING FILES"
23439 msgstr ""
23440
23441 # type: textblock
23442 #. type: textblock
23443 #: ../fish/guestfish.pod:817
23444 msgid ""
23445 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
23446 "others which upload from or download to a local file, you can use the "
23447 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
23448 msgstr ""
23449
23450 # type: verbatim
23451 #. type: verbatim
23452 #: ../fish/guestfish.pod:821
23453 #, no-wrap
23454 msgid ""
23455 " upload - /foo\n"
23456 "\n"
23457 msgstr ""
23458
23459 # type: textblock
23460 #. type: textblock
23461 #: ../fish/guestfish.pod:823
23462 msgid ""
23463 "reads stdin and creates from that a file C</foo> in the disk image, and:"
23464 msgstr ""
23465
23466 # type: verbatim
23467 #. type: verbatim
23468 #: ../fish/guestfish.pod:826
23469 #, no-wrap
23470 msgid ""
23471 " tar-out /etc - | tar tf -\n"
23472 "\n"
23473 msgstr ""
23474
23475 # type: textblock
23476 #. type: textblock
23477 #: ../fish/guestfish.pod:828
23478 msgid ""
23479 "writes the tarball to stdout and then pipes that into the external \"tar\" "
23480 "command (see L</PIPES>)."
23481 msgstr ""
23482
23483 # type: textblock
23484 #. type: textblock
23485 #: ../fish/guestfish.pod:831
23486 msgid ""
23487 "When using C<-> to read from stdin, the input is read up to the end of "
23488 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
23489 "some arbitrary end marker:"
23490 msgstr ""
23491
23492 # type: verbatim
23493 #. type: verbatim
23494 #: ../fish/guestfish.pod:835
23495 #, no-wrap
23496 msgid ""
23497 " upload -<<END /foo\n"
23498 " input line 1\n"
23499 " input line 2\n"
23500 " input line 3\n"
23501 " END\n"
23502 "\n"
23503 msgstr ""
23504
23505 # type: textblock
23506 #. type: textblock
23507 #: ../fish/guestfish.pod:841
23508 msgid ""
23509 "Any string of characters can be used instead of C<END>.  The end marker must "
23510 "appear on a line of its own, without any preceeding or following characters "
23511 "(not even spaces)."
23512 msgstr ""
23513
23514 # type: textblock
23515 #. type: textblock
23516 #: ../fish/guestfish.pod:845
23517 msgid ""
23518 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
23519 "upload local files (so-called \"FileIn\" parameters in the generator)."
23520 msgstr ""
23521
23522 # type: =head1
23523 #. type: =head1
23524 #: ../fish/guestfish.pod:848
23525 msgid "EXIT ON ERROR BEHAVIOUR"
23526 msgstr ""
23527
23528 # type: textblock
23529 #. type: textblock
23530 #: ../fish/guestfish.pod:850
23531 msgid ""
23532 "By default, guestfish will ignore any errors when in interactive mode (ie. "
23533 "taking commands from a human over a tty), and will exit on the first error "
23534 "in non-interactive mode (scripts, commands given on the command line)."
23535 msgstr ""
23536
23537 # type: textblock
23538 #. type: textblock
23539 #: ../fish/guestfish.pod:855
23540 msgid ""
23541 "If you prefix a command with a I<-> character, then that command will not "
23542 "cause guestfish to exit, even if that (one) command returns an error."
23543 msgstr ""
23544
23545 # type: =head1
23546 #. type: =head1
23547 #: ../fish/guestfish.pod:859
23548 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
23549 msgstr ""
23550
23551 # type: textblock
23552 #. type: textblock
23553 #: ../fish/guestfish.pod:861
23554 msgid ""
23555 "Guestfish can be remote-controlled over a socket.  This is useful "
23556 "particularly in shell scripts where you want to make several different "
23557 "changes to a filesystem, but you don't want the overhead of starting up a "
23558 "guestfish process each time."
23559 msgstr ""
23560
23561 # type: textblock
23562 #. type: textblock
23563 #: ../fish/guestfish.pod:866
23564 msgid "Start a guestfish server process using:"
23565 msgstr ""
23566
23567 # type: verbatim
23568 #. type: verbatim
23569 #: ../fish/guestfish.pod:868
23570 #, no-wrap
23571 msgid ""
23572 " eval \"`guestfish --listen`\"\n"
23573 "\n"
23574 msgstr ""
23575
23576 # type: textblock
23577 #. type: textblock
23578 #: ../fish/guestfish.pod:870
23579 msgid "and then send it commands by doing:"
23580 msgstr ""
23581
23582 # type: verbatim
23583 #. type: verbatim
23584 #: ../fish/guestfish.pod:872
23585 #, no-wrap
23586 msgid ""
23587 " guestfish --remote cmd [...]\n"
23588 "\n"
23589 msgstr ""
23590
23591 # type: textblock
23592 #. type: textblock
23593 #: ../fish/guestfish.pod:874
23594 msgid "To cause the server to exit, send it the exit command:"
23595 msgstr ""
23596
23597 # type: verbatim
23598 #. type: verbatim
23599 #: ../fish/guestfish.pod:876
23600 #, no-wrap
23601 msgid ""
23602 " guestfish --remote exit\n"
23603 "\n"
23604 msgstr ""
23605
23606 # type: textblock
23607 #. type: textblock
23608 #: ../fish/guestfish.pod:878
23609 msgid ""
23610 "Note that the server will normally exit if there is an error in a command.  "
23611 "You can change this in the usual way.  See section L</EXIT ON ERROR "
23612 "BEHAVIOUR>."
23613 msgstr ""
23614
23615 # type: =head2
23616 #. type: =head2
23617 #: ../fish/guestfish.pod:882
23618 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
23619 msgstr ""
23620
23621 # type: textblock
23622 #. type: textblock
23623 #: ../fish/guestfish.pod:884
23624 msgid ""
23625 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
23626 "is how the I<--remote> option knows where to send the commands.  You can "
23627 "have several guestfish listener processes running using:"
23628 msgstr ""
23629
23630 # type: verbatim
23631 #. type: verbatim
23632 #: ../fish/guestfish.pod:888
23633 #, no-wrap
23634 msgid ""
23635 " eval \"`guestfish --listen`\"\n"
23636 " pid1=$GUESTFISH_PID\n"
23637 " eval \"`guestfish --listen`\"\n"
23638 " pid2=$GUESTFISH_PID\n"
23639 " ...\n"
23640 " guestfish --remote=$pid1 cmd\n"
23641 " guestfish --remote=$pid2 cmd\n"
23642 "\n"
23643 msgstr ""
23644
23645 # type: =head2
23646 #. type: =head2
23647 #: ../fish/guestfish.pod:896
23648 msgid "REMOTE CONTROL AND CSH"
23649 msgstr ""
23650
23651 # type: textblock
23652 #. type: textblock
23653 #: ../fish/guestfish.pod:898
23654 msgid ""
23655 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
23656 "option:"
23657 msgstr ""
23658
23659 # type: verbatim
23660 #. type: verbatim
23661 #: ../fish/guestfish.pod:901
23662 #, no-wrap
23663 msgid ""
23664 " eval \"`guestfish --listen --csh`\"\n"
23665 "\n"
23666 msgstr ""
23667
23668 # type: =head2
23669 #. type: =head2
23670 #: ../fish/guestfish.pod:903
23671 msgid "REMOTE CONTROL DETAILS"
23672 msgstr ""
23673
23674 # type: textblock
23675 #. type: textblock
23676 #: ../fish/guestfish.pod:905
23677 msgid ""
23678 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
23679 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
23680 "and C<$PID> is the process ID of the server."
23681 msgstr ""
23682
23683 # type: textblock
23684 #. type: textblock
23685 #: ../fish/guestfish.pod:909
23686 msgid "Guestfish client and server versions must match exactly."
23687 msgstr ""
23688
23689 # type: =head1
23690 #. type: =head1
23691 #: ../fish/guestfish.pod:911
23692 msgid "PREPARED DISK IMAGES"
23693 msgstr ""
23694
23695 # type: textblock
23696 #. type: textblock
23697 #: ../fish/guestfish.pod:913
23698 msgid ""
23699 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
23700 "preformatted disk images that guestfish can make for you to save typing.  "
23701 "This is particularly useful for testing purposes.  This option is used "
23702 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
23703 "can be mixed with I<-a>)."
23704 msgstr ""
23705
23706 # type: textblock
23707 #. type: textblock
23708 #: ../fish/guestfish.pod:919
23709 msgid ""
23710 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
23711 "the second and so on.  Existing files in the current directory are "
23712 "I<overwritten>."
23713 msgstr ""
23714
23715 # type: textblock
23716 #. type: textblock
23717 #: ../fish/guestfish.pod:923
23718 msgid ""
23719 "The type briefly describes how the disk should be sized, partitioned, how "
23720 "filesystem(s) should be created, and how content should be added.  "
23721 "Optionally the type can be followed by extra parameters, separated by C<:> "
23722 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
23723 "allocated disk, containing a single partition, with the partition formatted "
23724 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
23725 "disk instead."
23726 msgstr ""
23727
23728 # type: textblock
23729 #. type: textblock
23730 #: ../fish/guestfish.pod:931
23731 msgid "To list the available types and any extra parameters they take, run:"
23732 msgstr ""
23733
23734 # type: textblock
23735 #. type: textblock
23736 #: ../fish/guestfish.pod:935
23737 msgid ""
23738 "Note that the prepared filesystem is not mounted.  You would usually have to "
23739 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
23740 msgstr ""
23741
23742 # type: textblock
23743 #. type: textblock
23744 #: ../fish/guestfish.pod:939
23745 msgid ""
23746 "If any I<-N> or I<--new> options are given, the guest is automatically "
23747 "launched."
23748 msgstr ""
23749
23750 # type: textblock
23751 #. type: textblock
23752 #: ../fish/guestfish.pod:944
23753 msgid "Create a 100MB disk with an ext4-formatted partition:"
23754 msgstr ""
23755
23756 # type: verbatim
23757 #. type: verbatim
23758 #: ../fish/guestfish.pod:946
23759 #, no-wrap
23760 msgid ""
23761 " guestfish -N fs:ext4\n"
23762 "\n"
23763 msgstr ""
23764
23765 # type: textblock
23766 #. type: textblock
23767 #: ../fish/guestfish.pod:948
23768 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
23769 msgstr ""
23770
23771 # type: verbatim
23772 #. type: verbatim
23773 #: ../fish/guestfish.pod:950
23774 #, no-wrap
23775 msgid ""
23776 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
23777 "\n"
23778 msgstr ""
23779
23780 # type: textblock
23781 #. type: textblock
23782 #: ../fish/guestfish.pod:952
23783 msgid "Create a blank 200MB disk:"
23784 msgstr ""
23785
23786 # type: verbatim
23787 #. type: verbatim
23788 #: ../fish/guestfish.pod:954
23789 #, no-wrap
23790 msgid ""
23791 " guestfish -N disk:200M\n"
23792 "\n"
23793 msgstr ""
23794
23795 # type: =head1
23796 #. type: =head1
23797 #: ../fish/guestfish.pod:956
23798 msgid "PROGRESS BARS"
23799 msgstr ""
23800
23801 # type: textblock
23802 #. type: textblock
23803 #: ../fish/guestfish.pod:958
23804 msgid ""
23805 "Some (not all) long-running commands send progress notification messages as "
23806 "they are running.  Guestfish turns these messages into progress bars."
23807 msgstr ""
23808
23809 # type: textblock
23810 #. type: textblock
23811 #: ../fish/guestfish.pod:962
23812 msgid ""
23813 "When a command that supports progress bars takes longer than two seconds to "
23814 "run, and if progress bars are enabled, then you will see one appearing below "
23815 "the command:"
23816 msgstr ""
23817
23818 # type: verbatim
23819 #. type: verbatim
23820 #: ../fish/guestfish.pod:966
23821 #, no-wrap
23822 msgid ""
23823 " ><fs> copy-size /large-file /another-file 2048M\n"
23824 " / 10% [#####-----------------------------------------] 00:30\n"
23825 "\n"
23826 msgstr ""
23827
23828 # type: textblock
23829 #. type: textblock
23830 #: ../fish/guestfish.pod:969
23831 msgid ""
23832 "The spinner on the left hand side moves round once for every progress "
23833 "notification received from the backend.  This is a (reasonably) golden "
23834 "assurance that the command is \"doing something\" even if the progress bar "
23835 "is not moving, because the command is able to send the progress "
23836 "notifications.  When the bar reaches 100% and the command finishes, the "
23837 "spinner disappears."
23838 msgstr ""
23839
23840 # type: textblock
23841 #. type: textblock
23842 #: ../fish/guestfish.pod:976
23843 msgid ""
23844 "Progress bars are enabled by default when guestfish is used interactively.  "
23845 "You can enable them even for non-interactive modes using I<--progress-bars>, "
23846 "and you can disable them completely using I<--no-progress-bars>."
23847 msgstr ""
23848
23849 # type: =head1
23850 #. type: =head1
23851 #: ../fish/guestfish.pod:981
23852 msgid "GUESTFISH COMMANDS"
23853 msgstr ""
23854
23855 # type: textblock
23856 #. type: textblock
23857 #: ../fish/guestfish.pod:983
23858 msgid ""
23859 "The commands in this section are guestfish convenience commands, in other "
23860 "words, they are not part of the L<guestfs(3)> API."
23861 msgstr ""
23862
23863 # type: =head2
23864 #. type: =head2
23865 #: ../fish/guestfish.pod:986
23866 msgid "help"
23867 msgstr ""
23868
23869 # type: verbatim
23870 #. type: verbatim
23871 #: ../fish/guestfish.pod:988
23872 #, no-wrap
23873 msgid ""
23874 " help\n"
23875 " help cmd\n"
23876 "\n"
23877 msgstr ""
23878
23879 # type: textblock
23880 #. type: textblock
23881 #: ../fish/guestfish.pod:991
23882 msgid "Without any parameter, this provides general help."
23883 msgstr ""
23884
23885 # type: textblock
23886 #. type: textblock
23887 #: ../fish/guestfish.pod:993
23888 msgid "With a C<cmd> parameter, this displays detailed help for that command."
23889 msgstr ""
23890
23891 # type: =head2
23892 #. type: =head2
23893 #: ../fish/guestfish.pod:995
23894 msgid "quit | exit"
23895 msgstr ""
23896
23897 # type: textblock
23898 #. type: textblock
23899 #: ../fish/guestfish.pod:997
23900 msgid "This exits guestfish.  You can also use C<^D> key."
23901 msgstr ""
23902
23903 # type: textblock
23904 #. type: textblock
23905 #: ../fish/guestfish.pod:999
23906 msgid "@FISH_COMMANDS@"
23907 msgstr ""
23908
23909 # type: =head1
23910 #. type: =head1
23911 #: ../fish/guestfish.pod:1001
23912 msgid "COMMANDS"
23913 msgstr ""
23914
23915 # type: =head1
23916 #. type: =head1
23917 #: ../fish/guestfish.pod:1005 ../test-tool/libguestfs-test-tool.pod:83
23918 msgid "EXIT CODE"
23919 msgstr ""
23920
23921 # type: textblock
23922 #. type: textblock
23923 #: ../fish/guestfish.pod:1007
23924 msgid ""
23925 "guestfish returns 0 if the commands completed without error, or 1 if there "
23926 "was an error."
23927 msgstr ""
23928
23929 # type: =item
23930 #. type: =item
23931 #: ../fish/guestfish.pod:1014
23932 msgid "EDITOR"
23933 msgstr ""
23934
23935 # type: textblock
23936 #. type: textblock
23937 #: ../fish/guestfish.pod:1016
23938 msgid ""
23939 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
23940 "C<vi>."
23941 msgstr ""
23942
23943 # type: =item
23944 #. type: =item
23945 #: ../fish/guestfish.pod:1019
23946 msgid "GUESTFISH_PID"
23947 msgstr ""
23948
23949 # type: textblock
23950 #. type: textblock
23951 #: ../fish/guestfish.pod:1021
23952 msgid ""
23953 "Used with the I<--remote> option to specify the remote guestfish process to "
23954 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
23955 msgstr ""
23956
23957 # type: =item
23958 #. type: =item
23959 #: ../fish/guestfish.pod:1025
23960 msgid "HEXEDITOR"
23961 msgstr ""
23962
23963 # type: textblock
23964 #. type: textblock
23965 #: ../fish/guestfish.pod:1027
23966 msgid ""
23967 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
23968 "not specified, the external L<hexedit(1)> program is used."
23969 msgstr ""
23970
23971 # type: =item
23972 #. type: =item
23973 #: ../fish/guestfish.pod:1031
23974 msgid "HOME"
23975 msgstr ""
23976
23977 # type: textblock
23978 #. type: textblock
23979 #: ../fish/guestfish.pod:1033
23980 msgid ""
23981 "If compiled with GNU readline support, various files in the home directory "
23982 "can be used.  See L</FILES>."
23983 msgstr ""
23984
23985 # type: textblock
23986 #. type: textblock
23987 #: ../fish/guestfish.pod:1042
23988 msgid ""
23989 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
23990 "effect as using the B<-v> option."
23991 msgstr ""
23992
23993 # type: textblock
23994 #. type: textblock
23995 #: ../fish/guestfish.pod:1054
23996 msgid ""
23997 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
23998 "the discussion of paths in L<guestfs(3)>."
23999 msgstr ""
24000
24001 # type: textblock
24002 #. type: textblock
24003 #: ../fish/guestfish.pod:1065
24004 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
24005 msgstr ""
24006
24007 # type: =item
24008 #. type: =item
24009 #: ../fish/guestfish.pod:1067
24010 msgid "PAGER"
24011 msgstr ""
24012
24013 # type: textblock
24014 #. type: textblock
24015 #: ../fish/guestfish.pod:1069
24016 msgid ""
24017 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
24018 "C<more>."
24019 msgstr ""
24020
24021 # type: =head1
24022 #. type: =head1
24023 #: ../fish/guestfish.pod:1085 ../test-tool/libguestfs-test-tool.pod:88
24024 #: ../fuse/guestmount.pod:252
24025 msgid "FILES"
24026 msgstr ""
24027
24028 #. type: =item
24029 #: ../fish/guestfish.pod:1089 ../fuse/guestmount.pod:256
24030 msgid "$HOME/.libguestfs-tools.rc"
24031 msgstr ""
24032
24033 #. type: =item
24034 #: ../fish/guestfish.pod:1091 ../fuse/guestmount.pod:258
24035 msgid "/etc/libguestfs-tools.conf"
24036 msgstr ""
24037
24038 #. type: textblock
24039 #: ../fish/guestfish.pod:1093 ../fuse/guestmount.pod:260
24040 msgid ""
24041 "This configuration file controls the default read-only or read-write mode "
24042 "(I<--ro> or I<--rw>)."
24043 msgstr ""
24044
24045 #. type: textblock
24046 #: ../fish/guestfish.pod:1096
24047 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
24048 msgstr ""
24049
24050 # type: =item
24051 #. type: =item
24052 #: ../fish/guestfish.pod:1098
24053 msgid "$HOME/.guestfish"
24054 msgstr ""
24055
24056 # type: textblock
24057 #. type: textblock
24058 #: ../fish/guestfish.pod:1100
24059 msgid ""
24060 "If compiled with GNU readline support, then the command history is saved in "
24061 "this file."
24062 msgstr ""
24063
24064 # type: =item
24065 #. type: =item
24066 #: ../fish/guestfish.pod:1103
24067 msgid "$HOME/.inputrc"
24068 msgstr ""
24069
24070 # type: =item
24071 #. type: =item
24072 #: ../fish/guestfish.pod:1105
24073 msgid "/etc/inputrc"
24074 msgstr ""
24075
24076 # type: textblock
24077 #. type: textblock
24078 #: ../fish/guestfish.pod:1107
24079 msgid ""
24080 "If compiled with GNU readline support, then these files can be used to "
24081 "configure readline.  For further information, please see L<readline(3)/"
24082 "INITIALIZATION FILE>."
24083 msgstr ""
24084
24085 # type: textblock
24086 #. type: textblock
24087 #: ../fish/guestfish.pod:1111
24088 msgid "To write rules which only apply to guestfish, use:"
24089 msgstr ""
24090
24091 # type: verbatim
24092 #. type: verbatim
24093 #: ../fish/guestfish.pod:1113
24094 #, no-wrap
24095 msgid ""
24096 " $if guestfish\n"
24097 " ...\n"
24098 " $endif\n"
24099 "\n"
24100 msgstr ""
24101
24102 # type: textblock
24103 #. type: textblock
24104 #: ../fish/guestfish.pod:1117
24105 msgid ""
24106 "Variables that you can set in inputrc that change the behaviour of guestfish "
24107 "in useful ways include:"
24108 msgstr ""
24109
24110 # type: =item
24111 #. type: =item
24112 #: ../fish/guestfish.pod:1122
24113 msgid "completion-ignore-case (default: on)"
24114 msgstr ""
24115
24116 # type: textblock
24117 #. type: textblock
24118 #: ../fish/guestfish.pod:1124
24119 msgid ""
24120 "By default, guestfish will ignore case when tab-completing paths on the "
24121 "disk.  Use:"
24122 msgstr ""
24123
24124 # type: verbatim
24125 #. type: verbatim
24126 #: ../fish/guestfish.pod:1127
24127 #, no-wrap
24128 msgid ""
24129 " set completion-ignore-case off\n"
24130 "\n"
24131 msgstr ""
24132
24133 # type: textblock
24134 #. type: textblock
24135 #: ../fish/guestfish.pod:1129
24136 msgid "to make guestfish case sensitive."
24137 msgstr ""
24138
24139 # type: =item
24140 #. type: =item
24141 #: ../fish/guestfish.pod:1133
24142 msgid "test1.img"
24143 msgstr ""
24144
24145 # type: =item
24146 #. type: =item
24147 #: ../fish/guestfish.pod:1135
24148 msgid "test2.img (etc)"
24149 msgstr ""
24150
24151 # type: textblock
24152 #. type: textblock
24153 #: ../fish/guestfish.pod:1137
24154 msgid ""
24155 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
24156 "will be created in the file C<test1.img> in the current directory.  The "
24157 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
24158 "the same name will be overwritten."
24159 msgstr ""
24160
24161 #. type: textblock
24162 #: ../fish/guestfish.pod:1146
24163 msgid ""
24164 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
24165 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
24166 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
24167 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
24168 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
24169 ">, L<hexedit(1)>."
24170 msgstr ""
24171
24172 # type: textblock
24173 #. type: textblock
24174 #: ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:124
24175 #: ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:518
24176 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1518
24177 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
24178 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
24179 msgid ""
24180 "This program is free software; you can redistribute it and/or modify it "
24181 "under the terms of the GNU General Public License as published by the Free "
24182 "Software Foundation; either version 2 of the License, or (at your option) "
24183 "any later version."
24184 msgstr ""
24185
24186 # type: textblock
24187 #. type: textblock
24188 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:129
24189 #: ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:523
24190 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1523
24191 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
24192 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
24193 msgid ""
24194 "This program is distributed in the hope that it will be useful, but WITHOUT "
24195 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
24196 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
24197 "more details."
24198 msgstr ""
24199
24200 # type: textblock
24201 #. type: textblock
24202 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:134
24203 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:528
24204 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1528
24205 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
24206 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
24207 msgid ""
24208 "You should have received a copy of the GNU General Public License along with "
24209 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
24210 "Ave, Cambridge, MA 02139, USA."
24211 msgstr ""
24212
24213 # type: =head2
24214 #. type: =head2
24215 #: ../fish/guestfish-actions.pod:1
24216 msgid "add-cdrom"
24217 msgstr ""
24218
24219 # type: verbatim
24220 #. type: verbatim
24221 #: ../fish/guestfish-actions.pod:3
24222 #, no-wrap
24223 msgid ""
24224 " add-cdrom filename\n"
24225 "\n"
24226 msgstr ""
24227
24228 # type: textblock
24229 #. type: textblock
24230 #: ../fish/guestfish-actions.pod:15
24231 msgid ""
24232 "This call checks for the existence of C<filename>.  This stops you from "
24233 "specifying other types of drive which are supported by qemu such as C<nbd:> "
24234 "and C<http:> URLs.  To specify those, use the general L</config> call "
24235 "instead."
24236 msgstr ""
24237
24238 # type: textblock
24239 #. type: textblock
24240 #: ../fish/guestfish-actions.pod:22
24241 msgid ""
24242 "If you just want to add an ISO file (often you use this as an efficient way "
24243 "to transfer large files into the guest), then you should probably use L</add-"
24244 "drive-ro> instead."
24245 msgstr ""
24246
24247 # type: =head2
24248 #. type: =head2
24249 #: ../fish/guestfish-actions.pod:35
24250 msgid "add-domain"
24251 msgstr ""
24252
24253 # type: =head2
24254 #. type: =head2
24255 #: ../fish/guestfish-actions.pod:37
24256 msgid "domain"
24257 msgstr ""
24258
24259 #. type: verbatim
24260 #: ../fish/guestfish-actions.pod:39
24261 #, no-wrap
24262 msgid ""
24263 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
24264 "\n"
24265 msgstr ""
24266
24267 # type: textblock
24268 #. type: textblock
24269 #: ../fish/guestfish-actions.pod:41
24270 msgid ""
24271 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
24272 "It works by connecting to libvirt, requesting the domain and domain XML from "
24273 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
24274 msgstr ""
24275
24276 # type: textblock
24277 #. type: textblock
24278 #: ../fish/guestfish-actions.pod:71
24279 msgid ""
24280 "The other optional parameters are passed directly through to L</add-drive-"
24281 "opts>."
24282 msgstr ""
24283
24284 # type: textblock
24285 #. type: textblock
24286 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
24287 #: ../fish/guestfish-actions.pod:3039
24288 msgid ""
24289 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
24290 msgstr ""
24291
24292 # type: =head2
24293 #. type: =head2
24294 #: ../fish/guestfish-actions.pod:76
24295 msgid "add-drive"
24296 msgstr ""
24297
24298 # type: verbatim
24299 #. type: verbatim
24300 #: ../fish/guestfish-actions.pod:78
24301 #, no-wrap
24302 msgid ""
24303 " add-drive filename\n"
24304 "\n"
24305 msgstr ""
24306
24307 # type: textblock
24308 #. type: textblock
24309 #: ../fish/guestfish-actions.pod:80
24310 msgid ""
24311 "This function is the equivalent of calling L</add-drive-opts> with no "
24312 "optional parameters, so the disk is added writable, with the format being "
24313 "detected automatically."
24314 msgstr ""
24315
24316 # type: textblock
24317 #. type: textblock
24318 #: ../fish/guestfish-actions.pod:84
24319 msgid ""
24320 "Automatic detection of the format opens you up to a potential security hole "
24321 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
24322 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
24323 "you should think about replacing calls to this function with calls to L</add-"
24324 "drive-opts>, and specifying the format."
24325 msgstr ""
24326
24327 # type: =head2
24328 #. type: =head2
24329 #: ../fish/guestfish-actions.pod:91
24330 msgid "add-drive-opts"
24331 msgstr ""
24332
24333 # type: =head2
24334 #. type: =head2
24335 #: ../fish/guestfish-actions.pod:93
24336 msgid "add"
24337 msgstr ""
24338
24339 # type: verbatim
24340 #. type: verbatim
24341 #: ../fish/guestfish-actions.pod:95
24342 #, no-wrap
24343 msgid ""
24344 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
24345 "\n"
24346 msgstr ""
24347
24348 # type: textblock
24349 #. type: textblock
24350 #: ../fish/guestfish-actions.pod:122
24351 msgid ""
24352 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
24353 "add-drive-ro>) then the format is automatically detected.  Possible formats "
24354 "include C<raw> and C<qcow2>."
24355 msgstr ""
24356
24357 # type: textblock
24358 #. type: textblock
24359 #: ../fish/guestfish-actions.pod:133
24360 msgid ""
24361 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
24362 "add-drive-with-if> call (q.v.)"
24363 msgstr ""
24364
24365 # type: =head2
24366 #. type: =head2
24367 #: ../fish/guestfish-actions.pod:140
24368 msgid "add-drive-ro"
24369 msgstr ""
24370
24371 # type: =head2
24372 #. type: =head2
24373 #: ../fish/guestfish-actions.pod:142
24374 msgid "add-ro"
24375 msgstr ""
24376
24377 # type: verbatim
24378 #. type: verbatim
24379 #: ../fish/guestfish-actions.pod:144
24380 #, no-wrap
24381 msgid ""
24382 " add-drive-ro filename\n"
24383 "\n"
24384 msgstr ""
24385
24386 # type: textblock
24387 #. type: textblock
24388 #: ../fish/guestfish-actions.pod:146
24389 msgid ""
24390 "This function is the equivalent of calling L</add-drive-opts> with the "
24391 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
24392 "is added read-only, with the format being detected automatically."
24393 msgstr ""
24394
24395 # type: =head2
24396 #. type: =head2
24397 #: ../fish/guestfish-actions.pod:151
24398 msgid "add-drive-ro-with-if"
24399 msgstr ""
24400
24401 # type: verbatim
24402 #. type: verbatim
24403 #: ../fish/guestfish-actions.pod:153
24404 #, no-wrap
24405 msgid ""
24406 " add-drive-ro-with-if filename iface\n"
24407 "\n"
24408 msgstr ""
24409
24410 # type: textblock
24411 #. type: textblock
24412 #: ../fish/guestfish-actions.pod:155
24413 msgid ""
24414 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
24415 "interface emulation to use at run time."
24416 msgstr ""
24417
24418 # type: =head2
24419 #. type: =head2
24420 #: ../fish/guestfish-actions.pod:165
24421 msgid "add-drive-with-if"
24422 msgstr ""
24423
24424 # type: verbatim
24425 #. type: verbatim
24426 #: ../fish/guestfish-actions.pod:167
24427 #, no-wrap
24428 msgid ""
24429 " add-drive-with-if filename iface\n"
24430 "\n"
24431 msgstr ""
24432
24433 # type: textblock
24434 #. type: textblock
24435 #: ../fish/guestfish-actions.pod:169
24436 msgid ""
24437 "This is the same as L</add-drive> but it allows you to specify the QEMU "
24438 "interface emulation to use at run time."
24439 msgstr ""
24440
24441 # type: =head2
24442 #. type: =head2
24443 #: ../fish/guestfish-actions.pod:179
24444 msgid "aug-clear"
24445 msgstr ""
24446
24447 # type: verbatim
24448 #. type: verbatim
24449 #: ../fish/guestfish-actions.pod:181
24450 #, no-wrap
24451 msgid ""
24452 " aug-clear augpath\n"
24453 "\n"
24454 msgstr ""
24455
24456 # type: =head2
24457 #. type: =head2
24458 #: ../fish/guestfish-actions.pod:186
24459 msgid "aug-close"
24460 msgstr ""
24461
24462 # type: verbatim
24463 #. type: verbatim
24464 #: ../fish/guestfish-actions.pod:188
24465 #, no-wrap
24466 msgid ""
24467 " aug-close\n"
24468 "\n"
24469 msgstr ""
24470
24471 # type: textblock
24472 #. type: textblock
24473 #: ../fish/guestfish-actions.pod:190
24474 msgid ""
24475 "Close the current Augeas handle and free up any resources used by it.  After "
24476 "calling this, you have to call L</aug-init> again before you can use any "
24477 "other Augeas functions."
24478 msgstr ""
24479
24480 # type: =head2
24481 #. type: =head2
24482 #: ../fish/guestfish-actions.pod:195
24483 msgid "aug-defnode"
24484 msgstr ""
24485
24486 # type: verbatim
24487 #. type: verbatim
24488 #: ../fish/guestfish-actions.pod:197
24489 #, no-wrap
24490 msgid ""
24491 " aug-defnode name expr val\n"
24492 "\n"
24493 msgstr ""
24494
24495 # type: textblock
24496 #. type: textblock
24497 #: ../fish/guestfish-actions.pod:202
24498 msgid ""
24499 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
24500 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
24501 "containing that single node."
24502 msgstr ""
24503
24504 # type: =head2
24505 #. type: =head2
24506 #: ../fish/guestfish-actions.pod:210
24507 msgid "aug-defvar"
24508 msgstr ""
24509
24510 # type: verbatim
24511 #. type: verbatim
24512 #: ../fish/guestfish-actions.pod:212
24513 #, no-wrap
24514 msgid ""
24515 " aug-defvar name expr\n"
24516 "\n"
24517 msgstr ""
24518
24519 # type: =head2
24520 #. type: =head2
24521 #: ../fish/guestfish-actions.pod:221
24522 msgid "aug-get"
24523 msgstr ""
24524
24525 # type: verbatim
24526 #. type: verbatim
24527 #: ../fish/guestfish-actions.pod:223
24528 #, no-wrap
24529 msgid ""
24530 " aug-get augpath\n"
24531 "\n"
24532 msgstr ""
24533
24534 # type: =head2
24535 #. type: =head2
24536 #: ../fish/guestfish-actions.pod:228
24537 msgid "aug-init"
24538 msgstr ""
24539
24540 # type: verbatim
24541 #. type: verbatim
24542 #: ../fish/guestfish-actions.pod:230
24543 #, no-wrap
24544 msgid ""
24545 " aug-init root flags\n"
24546 "\n"
24547 msgstr ""
24548
24549 # type: textblock
24550 #. type: textblock
24551 #: ../fish/guestfish-actions.pod:236
24552 msgid "You must call this before using any other L</aug-*> commands."
24553 msgstr ""
24554
24555 # type: textblock
24556 #. type: textblock
24557 #: ../fish/guestfish-actions.pod:271
24558 msgid "Do not load the tree in L</aug-init>."
24559 msgstr ""
24560
24561 # type: textblock
24562 #. type: textblock
24563 #: ../fish/guestfish-actions.pod:275
24564 msgid "To close the handle, you can call L</aug-close>."
24565 msgstr ""
24566
24567 # type: =head2
24568 #. type: =head2
24569 #: ../fish/guestfish-actions.pod:279
24570 msgid "aug-insert"
24571 msgstr ""
24572
24573 # type: verbatim
24574 #. type: verbatim
24575 #: ../fish/guestfish-actions.pod:281
24576 #, no-wrap
24577 msgid ""
24578 " aug-insert augpath label true|false\n"
24579 "\n"
24580 msgstr ""
24581
24582 # type: =head2
24583 #. type: =head2
24584 #: ../fish/guestfish-actions.pod:291
24585 msgid "aug-load"
24586 msgstr ""
24587
24588 # type: verbatim
24589 #. type: verbatim
24590 #: ../fish/guestfish-actions.pod:293
24591 #, no-wrap
24592 msgid ""
24593 " aug-load\n"
24594 "\n"
24595 msgstr ""
24596
24597 # type: =head2
24598 #. type: =head2
24599 #: ../fish/guestfish-actions.pod:300
24600 msgid "aug-ls"
24601 msgstr ""
24602
24603 # type: verbatim
24604 #. type: verbatim
24605 #: ../fish/guestfish-actions.pod:302
24606 #, no-wrap
24607 msgid ""
24608 " aug-ls augpath\n"
24609 "\n"
24610 msgstr ""
24611
24612 # type: textblock
24613 #. type: textblock
24614 #: ../fish/guestfish-actions.pod:304
24615 msgid ""
24616 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
24617 "resulting nodes into alphabetical order."
24618 msgstr ""
24619
24620 # type: =head2
24621 #. type: =head2
24622 #: ../fish/guestfish-actions.pod:307
24623 msgid "aug-match"
24624 msgstr ""
24625
24626 # type: verbatim
24627 #. type: verbatim
24628 #: ../fish/guestfish-actions.pod:309
24629 #, no-wrap
24630 msgid ""
24631 " aug-match augpath\n"
24632 "\n"
24633 msgstr ""
24634
24635 # type: =head2
24636 #. type: =head2
24637 #: ../fish/guestfish-actions.pod:315
24638 msgid "aug-mv"
24639 msgstr ""
24640
24641 # type: verbatim
24642 #. type: verbatim
24643 #: ../fish/guestfish-actions.pod:317
24644 #, no-wrap
24645 msgid ""
24646 " aug-mv src dest\n"
24647 "\n"
24648 msgstr ""
24649
24650 # type: =head2
24651 #. type: =head2
24652 #: ../fish/guestfish-actions.pod:322
24653 msgid "aug-rm"
24654 msgstr ""
24655
24656 # type: verbatim
24657 #. type: verbatim
24658 #: ../fish/guestfish-actions.pod:324
24659 #, no-wrap
24660 msgid ""
24661 " aug-rm augpath\n"
24662 "\n"
24663 msgstr ""
24664
24665 # type: =head2
24666 #. type: =head2
24667 #: ../fish/guestfish-actions.pod:330
24668 msgid "aug-save"
24669 msgstr ""
24670
24671 # type: verbatim
24672 #. type: verbatim
24673 #: ../fish/guestfish-actions.pod:332
24674 #, no-wrap
24675 msgid ""
24676 " aug-save\n"
24677 "\n"
24678 msgstr ""
24679
24680 # type: textblock
24681 #. type: textblock
24682 #: ../fish/guestfish-actions.pod:336
24683 msgid ""
24684 "The flags which were passed to L</aug-init> affect exactly how files are "
24685 "saved."
24686 msgstr ""
24687
24688 # type: =head2
24689 #. type: =head2
24690 #: ../fish/guestfish-actions.pod:339
24691 msgid "aug-set"
24692 msgstr ""
24693
24694 # type: verbatim
24695 #. type: verbatim
24696 #: ../fish/guestfish-actions.pod:341
24697 #, no-wrap
24698 msgid ""
24699 " aug-set augpath val\n"
24700 "\n"
24701 msgstr ""
24702
24703 # type: textblock
24704 #. type: textblock
24705 #: ../fish/guestfish-actions.pod:345
24706 msgid ""
24707 "In the Augeas API, it is possible to clear a node by setting the value to "
24708 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
24709 "this call.  Instead you must use the L</aug-clear> call."
24710 msgstr ""
24711
24712 # type: =head2
24713 #. type: =head2
24714 #: ../fish/guestfish-actions.pod:350
24715 msgid "available"
24716 msgstr ""
24717
24718 # type: verbatim
24719 #. type: verbatim
24720 #: ../fish/guestfish-actions.pod:352
24721 #, no-wrap
24722 msgid ""
24723 " available 'groups ...'\n"
24724 "\n"
24725 msgstr ""
24726
24727 # type: textblock
24728 #. type: textblock
24729 #: ../fish/guestfish-actions.pod:358
24730 msgid ""
24731 "The libguestfs groups, and the functions that those groups correspond to, "
24732 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
24733 "runtime by calling L</available-all-groups>."
24734 msgstr ""
24735
24736 # type: textblock
24737 #. type: textblock
24738 #: ../fish/guestfish-actions.pod:382
24739 msgid "You must call L</launch> before calling this function."
24740 msgstr ""
24741
24742 # type: textblock
24743 #. type: textblock
24744 #: ../fish/guestfish-actions.pod:404
24745 msgid ""
24746 "This call was added in version C<1.0.80>.  In previous versions of "
24747 "libguestfs all you could do would be to speculatively execute a command to "
24748 "find out if the daemon implemented it.  See also L</version>."
24749 msgstr ""
24750
24751 # type: =head2
24752 #. type: =head2
24753 #: ../fish/guestfish-actions.pod:411
24754 msgid "available-all-groups"
24755 msgstr ""
24756
24757 # type: verbatim
24758 #. type: verbatim
24759 #: ../fish/guestfish-actions.pod:413
24760 #, no-wrap
24761 msgid ""
24762 " available-all-groups\n"
24763 "\n"
24764 msgstr ""
24765
24766 # type: textblock
24767 #. type: textblock
24768 #: ../fish/guestfish-actions.pod:415
24769 msgid ""
24770 "This command returns a list of all optional groups that this daemon knows "
24771 "about.  Note this returns both supported and unsupported groups.  To find "
24772 "out which ones the daemon can actually support you have to call L</"
24773 "available> on each member of the returned list."
24774 msgstr ""
24775
24776 # type: textblock
24777 #. type: textblock
24778 #: ../fish/guestfish-actions.pod:421
24779 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
24780 msgstr ""
24781
24782 # type: =head2
24783 #. type: =head2
24784 #: ../fish/guestfish-actions.pod:423
24785 msgid "base64-in"
24786 msgstr ""
24787
24788 # type: verbatim
24789 #. type: verbatim
24790 #: ../fish/guestfish-actions.pod:425
24791 #, no-wrap
24792 msgid ""
24793 " base64-in (base64file|-) filename\n"
24794 "\n"
24795 msgstr ""
24796
24797 # type: textblock
24798 #. type: textblock
24799 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
24800 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
24801 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228
24802 #: ../fish/guestfish-actions.pod:4437 ../fish/guestfish-actions.pod:4449
24803 #: ../fish/guestfish-actions.pod:4460 ../fish/guestfish-actions.pod:4471
24804 #: ../fish/guestfish-actions.pod:4523 ../fish/guestfish-actions.pod:4532
24805 #: ../fish/guestfish-actions.pod:4586 ../fish/guestfish-actions.pod:4609
24806 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
24807 msgstr ""
24808
24809 # type: =head2
24810 #. type: =head2
24811 #: ../fish/guestfish-actions.pod:432
24812 msgid "base64-out"
24813 msgstr ""
24814
24815 # type: verbatim
24816 #. type: verbatim
24817 #: ../fish/guestfish-actions.pod:434
24818 #, no-wrap
24819 msgid ""
24820 " base64-out filename (base64file|-)\n"
24821 "\n"
24822 msgstr ""
24823
24824 # type: =head2
24825 #. type: =head2
24826 #: ../fish/guestfish-actions.pod:441
24827 msgid "blockdev-flushbufs"
24828 msgstr ""
24829
24830 # type: verbatim
24831 #. type: verbatim
24832 #: ../fish/guestfish-actions.pod:443
24833 #, no-wrap
24834 msgid ""
24835 " blockdev-flushbufs device\n"
24836 "\n"
24837 msgstr ""
24838
24839 # type: =head2
24840 #. type: =head2
24841 #: ../fish/guestfish-actions.pod:450
24842 msgid "blockdev-getbsz"
24843 msgstr ""
24844
24845 # type: verbatim
24846 #. type: verbatim
24847 #: ../fish/guestfish-actions.pod:452
24848 #, no-wrap
24849 msgid ""
24850 " blockdev-getbsz device\n"
24851 "\n"
24852 msgstr ""
24853
24854 # type: =head2
24855 #. type: =head2
24856 #: ../fish/guestfish-actions.pod:461
24857 msgid "blockdev-getro"
24858 msgstr ""
24859
24860 # type: verbatim
24861 #. type: verbatim
24862 #: ../fish/guestfish-actions.pod:463
24863 #, no-wrap
24864 msgid ""
24865 " blockdev-getro device\n"
24866 "\n"
24867 msgstr ""
24868
24869 # type: =head2
24870 #. type: =head2
24871 #: ../fish/guestfish-actions.pod:470
24872 msgid "blockdev-getsize64"
24873 msgstr ""
24874
24875 # type: verbatim
24876 #. type: verbatim
24877 #: ../fish/guestfish-actions.pod:472
24878 #, no-wrap
24879 msgid ""
24880 " blockdev-getsize64 device\n"
24881 "\n"
24882 msgstr ""
24883
24884 # type: textblock
24885 #. type: textblock
24886 #: ../fish/guestfish-actions.pod:476
24887 msgid "See also L</blockdev-getsz>."
24888 msgstr ""
24889
24890 # type: =head2
24891 #. type: =head2
24892 #: ../fish/guestfish-actions.pod:480
24893 msgid "blockdev-getss"
24894 msgstr ""
24895
24896 # type: verbatim
24897 #. type: verbatim
24898 #: ../fish/guestfish-actions.pod:482
24899 #, no-wrap
24900 msgid ""
24901 " blockdev-getss device\n"
24902 "\n"
24903 msgstr ""
24904
24905 # type: textblock
24906 #. type: textblock
24907 #: ../fish/guestfish-actions.pod:487
24908 msgid ""
24909 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
24910 msgstr ""
24911
24912 # type: =head2
24913 #. type: =head2
24914 #: ../fish/guestfish-actions.pod:492
24915 msgid "blockdev-getsz"
24916 msgstr ""
24917
24918 # type: verbatim
24919 #. type: verbatim
24920 #: ../fish/guestfish-actions.pod:494
24921 #, no-wrap
24922 msgid ""
24923 " blockdev-getsz device\n"
24924 "\n"
24925 msgstr ""
24926
24927 # type: textblock
24928 #. type: textblock
24929 #: ../fish/guestfish-actions.pod:499
24930 msgid ""
24931 "See also L</blockdev-getss> for the real sector size of the device, and L</"
24932 "blockdev-getsize64> for the more useful I<size in bytes>."
24933 msgstr ""
24934
24935 # type: =head2
24936 #. type: =head2
24937 #: ../fish/guestfish-actions.pod:505
24938 msgid "blockdev-rereadpt"
24939 msgstr ""
24940
24941 # type: verbatim
24942 #. type: verbatim
24943 #: ../fish/guestfish-actions.pod:507
24944 #, no-wrap
24945 msgid ""
24946 " blockdev-rereadpt device\n"
24947 "\n"
24948 msgstr ""
24949
24950 # type: =head2
24951 #. type: =head2
24952 #: ../fish/guestfish-actions.pod:513
24953 msgid "blockdev-setbsz"
24954 msgstr ""
24955
24956 # type: verbatim
24957 #. type: verbatim
24958 #: ../fish/guestfish-actions.pod:515
24959 #, no-wrap
24960 msgid ""
24961 " blockdev-setbsz device blocksize\n"
24962 "\n"
24963 msgstr ""
24964
24965 # type: =head2
24966 #. type: =head2
24967 #: ../fish/guestfish-actions.pod:524
24968 msgid "blockdev-setro"
24969 msgstr ""
24970
24971 # type: verbatim
24972 #. type: verbatim
24973 #: ../fish/guestfish-actions.pod:526
24974 #, no-wrap
24975 msgid ""
24976 " blockdev-setro device\n"
24977 "\n"
24978 msgstr ""
24979
24980 # type: =head2
24981 #. type: =head2
24982 #: ../fish/guestfish-actions.pod:532
24983 msgid "blockdev-setrw"
24984 msgstr ""
24985
24986 # type: verbatim
24987 #. type: verbatim
24988 #: ../fish/guestfish-actions.pod:534
24989 #, no-wrap
24990 msgid ""
24991 " blockdev-setrw device\n"
24992 "\n"
24993 msgstr ""
24994
24995 # type: =head2
24996 #. type: =head2
24997 #: ../fish/guestfish-actions.pod:540
24998 msgid "case-sensitive-path"
24999 msgstr ""
25000
25001 # type: verbatim
25002 #. type: verbatim
25003 #: ../fish/guestfish-actions.pod:542
25004 #, no-wrap
25005 msgid ""
25006 " case-sensitive-path path\n"
25007 "\n"
25008 msgstr ""
25009
25010 # type: textblock
25011 #. type: textblock
25012 #: ../fish/guestfish-actions.pod:566
25013 msgid ""
25014 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
25015 "WINDOWS/system32\"> (the exact return value would depend on details of how "
25016 "the directories were originally created under Windows)."
25017 msgstr ""
25018
25019 # type: textblock
25020 #. type: textblock
25021 #: ../fish/guestfish-actions.pod:574
25022 msgid "See also L</realpath>."
25023 msgstr ""
25024
25025 # type: =head2
25026 #. type: =head2
25027 #: ../fish/guestfish-actions.pod:576
25028 msgid "cat"
25029 msgstr ""
25030
25031 # type: verbatim
25032 #. type: verbatim
25033 #: ../fish/guestfish-actions.pod:578
25034 #, no-wrap
25035 msgid ""
25036 " cat path\n"
25037 "\n"
25038 msgstr ""
25039
25040 # type: textblock
25041 #. type: textblock
25042 #: ../fish/guestfish-actions.pod:582
25043 msgid ""
25044 "Note that this function cannot correctly handle binary files (specifically, "
25045 "files containing C<\\0> character which is treated as end of string).  For "
25046 "those you need to use the L</read-file> or L</download> functions which have "
25047 "a more complex interface."
25048 msgstr ""
25049
25050 # type: =head2
25051 #. type: =head2
25052 #: ../fish/guestfish-actions.pod:590
25053 msgid "checksum"
25054 msgstr ""
25055
25056 # type: verbatim
25057 #. type: verbatim
25058 #: ../fish/guestfish-actions.pod:592
25059 #, no-wrap
25060 msgid ""
25061 " checksum csumtype path\n"
25062 "\n"
25063 msgstr ""
25064
25065 # type: textblock
25066 #. type: textblock
25067 #: ../fish/guestfish-actions.pod:635
25068 msgid "To get the checksum for a device, use L</checksum-device>."
25069 msgstr ""
25070
25071 # type: textblock
25072 #. type: textblock
25073 #: ../fish/guestfish-actions.pod:637
25074 msgid "To get the checksums for many files, use L</checksums-out>."
25075 msgstr ""
25076
25077 # type: =head2
25078 #. type: =head2
25079 #: ../fish/guestfish-actions.pod:639
25080 msgid "checksum-device"
25081 msgstr ""
25082
25083 # type: verbatim
25084 #. type: verbatim
25085 #: ../fish/guestfish-actions.pod:641
25086 #, no-wrap
25087 msgid ""
25088 " checksum-device csumtype device\n"
25089 "\n"
25090 msgstr ""
25091
25092 # type: textblock
25093 #. type: textblock
25094 #: ../fish/guestfish-actions.pod:643
25095 msgid ""
25096 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
25097 "device named C<device>.  For the types of checksums supported see the L</"
25098 "checksum> command."
25099 msgstr ""
25100
25101 # type: =head2
25102 #. type: =head2
25103 #: ../fish/guestfish-actions.pod:647
25104 msgid "checksums-out"
25105 msgstr ""
25106
25107 # type: verbatim
25108 #. type: verbatim
25109 #: ../fish/guestfish-actions.pod:649
25110 #, no-wrap
25111 msgid ""
25112 " checksums-out csumtype directory (sumsfile|-)\n"
25113 "\n"
25114 msgstr ""
25115
25116 # type: =head2
25117 #. type: =head2
25118 #: ../fish/guestfish-actions.pod:665
25119 msgid "chmod"
25120 msgstr ""
25121
25122 # type: verbatim
25123 #. type: verbatim
25124 #: ../fish/guestfish-actions.pod:667
25125 #, no-wrap
25126 msgid ""
25127 " chmod mode path\n"
25128 "\n"
25129 msgstr ""
25130
25131 # type: =head2
25132 #. type: =head2
25133 #: ../fish/guestfish-actions.pod:678
25134 msgid "chown"
25135 msgstr ""
25136
25137 # type: verbatim
25138 #. type: verbatim
25139 #: ../fish/guestfish-actions.pod:680
25140 #, no-wrap
25141 msgid ""
25142 " chown owner group path\n"
25143 "\n"
25144 msgstr ""
25145
25146 # type: =head2
25147 #. type: =head2
25148 #: ../fish/guestfish-actions.pod:688
25149 msgid "command"
25150 msgstr ""
25151
25152 # type: verbatim
25153 #. type: verbatim
25154 #: ../fish/guestfish-actions.pod:690
25155 #, no-wrap
25156 msgid ""
25157 " command 'arguments ...'\n"
25158 "\n"
25159 msgstr ""
25160
25161 # type: textblock
25162 #. type: textblock
25163 #: ../fish/guestfish-actions.pod:697
25164 msgid ""
25165 "The single parameter is an argv-style list of arguments.  The first element "
25166 "is the name of the program to run.  Subsequent elements are parameters.  The "
25167 "list must be non-empty (ie. must contain a program name).  Note that the "
25168 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
25169 msgstr ""
25170
25171 # type: =head2
25172 #. type: =head2
25173 #: ../fish/guestfish-actions.pod:725
25174 msgid "command-lines"
25175 msgstr ""
25176
25177 # type: verbatim
25178 #. type: verbatim
25179 #: ../fish/guestfish-actions.pod:727
25180 #, no-wrap
25181 msgid ""
25182 " command-lines 'arguments ...'\n"
25183 "\n"
25184 msgstr ""
25185
25186 # type: textblock
25187 #. type: textblock
25188 #: ../fish/guestfish-actions.pod:729
25189 msgid ""
25190 "This is the same as L</command>, but splits the result into a list of lines."
25191 msgstr ""
25192
25193 # type: textblock
25194 #. type: textblock
25195 #: ../fish/guestfish-actions.pod:732
25196 msgid "See also: L</sh-lines>"
25197 msgstr ""
25198
25199 # type: =head2
25200 #. type: =head2
25201 #: ../fish/guestfish-actions.pod:737
25202 msgid "config"
25203 msgstr ""
25204
25205 # type: verbatim
25206 #. type: verbatim
25207 #: ../fish/guestfish-actions.pod:739
25208 #, no-wrap
25209 msgid ""
25210 " config qemuparam qemuvalue\n"
25211 "\n"
25212 msgstr ""
25213
25214 # type: =head2
25215 #. type: =head2
25216 #: ../fish/guestfish-actions.pod:750
25217 msgid "copy-size"
25218 msgstr ""
25219
25220 # type: verbatim
25221 #. type: verbatim
25222 #: ../fish/guestfish-actions.pod:752
25223 #, no-wrap
25224 msgid ""
25225 " copy-size src dest size\n"
25226 "\n"
25227 msgstr ""
25228
25229 # type: =head2
25230 #. type: =head2
25231 #: ../fish/guestfish-actions.pod:760
25232 msgid "cp"
25233 msgstr ""
25234
25235 # type: verbatim
25236 #. type: verbatim
25237 #: ../fish/guestfish-actions.pod:762
25238 #, no-wrap
25239 msgid ""
25240 " cp src dest\n"
25241 "\n"
25242 msgstr ""
25243
25244 # type: =head2
25245 #. type: =head2
25246 #: ../fish/guestfish-actions.pod:767
25247 msgid "cp-a"
25248 msgstr ""
25249
25250 # type: verbatim
25251 #. type: verbatim
25252 #: ../fish/guestfish-actions.pod:769
25253 #, no-wrap
25254 msgid ""
25255 " cp-a src dest\n"
25256 "\n"
25257 msgstr ""
25258
25259 # type: =head2
25260 #. type: =head2
25261 #: ../fish/guestfish-actions.pod:774
25262 msgid "dd"
25263 msgstr ""
25264
25265 # type: verbatim
25266 #. type: verbatim
25267 #: ../fish/guestfish-actions.pod:776
25268 #, no-wrap
25269 msgid ""
25270 " dd src dest\n"
25271 "\n"
25272 msgstr ""
25273
25274 # type: textblock
25275 #. type: textblock
25276 #: ../fish/guestfish-actions.pod:783
25277 msgid ""
25278 "If the destination is a device, it must be as large or larger than the "
25279 "source file or device, otherwise the copy will fail.  This command cannot do "
25280 "partial copies (see L</copy-size>)."
25281 msgstr ""
25282
25283 # type: =head2
25284 #. type: =head2
25285 #: ../fish/guestfish-actions.pod:787
25286 msgid "df"
25287 msgstr ""
25288
25289 # type: verbatim
25290 #. type: verbatim
25291 #: ../fish/guestfish-actions.pod:789
25292 #, no-wrap
25293 msgid ""
25294 " df\n"
25295 "\n"
25296 msgstr ""
25297
25298 # type: textblock
25299 #. type: textblock
25300 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
25301 msgid ""
25302 "This command is mostly useful for interactive sessions.  It is I<not> "
25303 "intended that you try to parse the output string.  Use L</statvfs> from "
25304 "programs."
25305 msgstr ""
25306
25307 # type: =head2
25308 #. type: =head2
25309 #: ../fish/guestfish-actions.pod:797
25310 msgid "df-h"
25311 msgstr ""
25312
25313 # type: verbatim
25314 #. type: verbatim
25315 #: ../fish/guestfish-actions.pod:799
25316 #, no-wrap
25317 msgid ""
25318 " df-h\n"
25319 "\n"
25320 msgstr ""
25321
25322 # type: =head2
25323 #. type: =head2
25324 #: ../fish/guestfish-actions.pod:808
25325 msgid "dmesg"
25326 msgstr ""
25327
25328 # type: verbatim
25329 #. type: verbatim
25330 #: ../fish/guestfish-actions.pod:810
25331 #, no-wrap
25332 msgid ""
25333 " dmesg\n"
25334 "\n"
25335 msgstr ""
25336
25337 # type: textblock
25338 #. type: textblock
25339 #: ../fish/guestfish-actions.pod:816
25340 msgid ""
25341 "Another way to get the same information is to enable verbose messages with "
25342 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
25343 "before running the program."
25344 msgstr ""
25345
25346 # type: =head2
25347 #. type: =head2
25348 #: ../fish/guestfish-actions.pod:821
25349 msgid "download"
25350 msgstr ""
25351
25352 # type: verbatim
25353 #. type: verbatim
25354 #: ../fish/guestfish-actions.pod:823
25355 #, no-wrap
25356 msgid ""
25357 " download remotefilename (filename|-)\n"
25358 "\n"
25359 msgstr ""
25360
25361 # type: textblock
25362 #. type: textblock
25363 #: ../fish/guestfish-actions.pod:830
25364 msgid "See also L</upload>, L</cat>."
25365 msgstr ""
25366
25367 # type: =head2
25368 #. type: =head2
25369 #: ../fish/guestfish-actions.pod:834
25370 msgid "download-offset"
25371 msgstr ""
25372
25373 # type: verbatim
25374 #. type: verbatim
25375 #: ../fish/guestfish-actions.pod:836
25376 #, no-wrap
25377 msgid ""
25378 " download-offset remotefilename (filename|-) offset size\n"
25379 "\n"
25380 msgstr ""
25381
25382 # type: textblock
25383 #. type: textblock
25384 #: ../fish/guestfish-actions.pod:844
25385 msgid ""
25386 "Note that there is no limit on the amount of data that can be downloaded "
25387 "with this call, unlike with L</pread>, and this call always reads the full "
25388 "amount unless an error occurs."
25389 msgstr ""
25390
25391 # type: textblock
25392 #. type: textblock
25393 #: ../fish/guestfish-actions.pod:849
25394 msgid "See also L</download>, L</pread>."
25395 msgstr ""
25396
25397 # type: =head2
25398 #. type: =head2
25399 #: ../fish/guestfish-actions.pod:853
25400 msgid "drop-caches"
25401 msgstr ""
25402
25403 # type: verbatim
25404 #. type: verbatim
25405 #: ../fish/guestfish-actions.pod:855
25406 #, no-wrap
25407 msgid ""
25408 " drop-caches whattodrop\n"
25409 "\n"
25410 msgstr ""
25411
25412 # type: =head2
25413 #. type: =head2
25414 #: ../fish/guestfish-actions.pod:867
25415 msgid "du"
25416 msgstr ""
25417
25418 # type: verbatim
25419 #. type: verbatim
25420 #: ../fish/guestfish-actions.pod:869
25421 #, no-wrap
25422 msgid ""
25423 " du path\n"
25424 "\n"
25425 msgstr ""
25426
25427 # type: =head2
25428 #. type: =head2
25429 #: ../fish/guestfish-actions.pod:881
25430 msgid "e2fsck-f"
25431 msgstr ""
25432
25433 # type: verbatim
25434 #. type: verbatim
25435 #: ../fish/guestfish-actions.pod:883
25436 #, no-wrap
25437 msgid ""
25438 " e2fsck-f device\n"
25439 "\n"
25440 msgstr ""
25441
25442 # type: textblock
25443 #. type: textblock
25444 #: ../fish/guestfish-actions.pod:889
25445 msgid ""
25446 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
25447 "should use L</fsck>."
25448 msgstr ""
25449
25450 # type: =head2
25451 #. type: =head2
25452 #: ../fish/guestfish-actions.pod:892
25453 msgid "echo-daemon"
25454 msgstr ""
25455
25456 # type: verbatim
25457 #. type: verbatim
25458 #: ../fish/guestfish-actions.pod:894
25459 #, no-wrap
25460 msgid ""
25461 " echo-daemon 'words ...'\n"
25462 "\n"
25463 msgstr ""
25464
25465 # type: textblock
25466 #. type: textblock
25467 #: ../fish/guestfish-actions.pod:901
25468 msgid "See also L</ping-daemon>."
25469 msgstr ""
25470
25471 # type: =head2
25472 #. type: =head2
25473 #: ../fish/guestfish-actions.pod:903
25474 msgid "egrep"
25475 msgstr ""
25476
25477 # type: verbatim
25478 #. type: verbatim
25479 #: ../fish/guestfish-actions.pod:905
25480 #, no-wrap
25481 msgid ""
25482 " egrep regex path\n"
25483 "\n"
25484 msgstr ""
25485
25486 # type: =head2
25487 #. type: =head2
25488 #: ../fish/guestfish-actions.pod:913
25489 msgid "egrepi"
25490 msgstr ""
25491
25492 # type: verbatim
25493 #. type: verbatim
25494 #: ../fish/guestfish-actions.pod:915
25495 #, no-wrap
25496 msgid ""
25497 " egrepi regex path\n"
25498 "\n"
25499 msgstr ""
25500
25501 # type: =head2
25502 #. type: =head2
25503 #: ../fish/guestfish-actions.pod:923
25504 msgid "equal"
25505 msgstr ""
25506
25507 # type: verbatim
25508 #. type: verbatim
25509 #: ../fish/guestfish-actions.pod:925
25510 #, no-wrap
25511 msgid ""
25512 " equal file1 file2\n"
25513 "\n"
25514 msgstr ""
25515
25516 # type: =head2
25517 #. type: =head2
25518 #: ../fish/guestfish-actions.pod:932
25519 msgid "exists"
25520 msgstr ""
25521
25522 # type: verbatim
25523 #. type: verbatim
25524 #: ../fish/guestfish-actions.pod:934
25525 #, no-wrap
25526 msgid ""
25527 " exists path\n"
25528 "\n"
25529 msgstr ""
25530
25531 # type: textblock
25532 #. type: textblock
25533 #: ../fish/guestfish-actions.pod:939
25534 msgid "See also L</is-file>, L</is-dir>, L</stat>."
25535 msgstr ""
25536
25537 # type: =head2
25538 #. type: =head2
25539 #: ../fish/guestfish-actions.pod:941
25540 msgid "fallocate"
25541 msgstr ""
25542
25543 # type: verbatim
25544 #. type: verbatim
25545 #: ../fish/guestfish-actions.pod:943
25546 #, no-wrap
25547 msgid ""
25548 " fallocate path len\n"
25549 "\n"
25550 msgstr ""
25551
25552 # type: =head2
25553 #. type: =head2
25554 #: ../fish/guestfish-actions.pod:960
25555 msgid "fallocate64"
25556 msgstr ""
25557
25558 # type: verbatim
25559 #. type: verbatim
25560 #: ../fish/guestfish-actions.pod:962
25561 #, no-wrap
25562 msgid ""
25563 " fallocate64 path len\n"
25564 "\n"
25565 msgstr ""
25566
25567 # type: textblock
25568 #. type: textblock
25569 #: ../fish/guestfish-actions.pod:968
25570 msgid ""
25571 "Note that this call allocates disk blocks for the file.  To create a sparse "
25572 "file use L</truncate-size> instead."
25573 msgstr ""
25574
25575 # type: textblock
25576 #. type: textblock
25577 #: ../fish/guestfish-actions.pod:971
25578 msgid ""
25579 "The deprecated call L</fallocate> does the same, but owing to an oversight "
25580 "it only allowed 30 bit lengths to be specified, effectively limiting the "
25581 "maximum size of files created through that call to 1GB."
25582 msgstr ""
25583
25584 # type: =head2
25585 #. type: =head2
25586 #: ../fish/guestfish-actions.pod:980
25587 msgid "fgrep"
25588 msgstr ""
25589
25590 # type: verbatim
25591 #. type: verbatim
25592 #: ../fish/guestfish-actions.pod:982
25593 #, no-wrap
25594 msgid ""
25595 " fgrep pattern path\n"
25596 "\n"
25597 msgstr ""
25598
25599 # type: =head2
25600 #. type: =head2
25601 #: ../fish/guestfish-actions.pod:990
25602 msgid "fgrepi"
25603 msgstr ""
25604
25605 # type: verbatim
25606 #. type: verbatim
25607 #: ../fish/guestfish-actions.pod:992
25608 #, no-wrap
25609 msgid ""
25610 " fgrepi pattern path\n"
25611 "\n"
25612 msgstr ""
25613
25614 # type: =head2
25615 #. type: =head2
25616 #: ../fish/guestfish-actions.pod:1000
25617 msgid "file"
25618 msgstr ""
25619
25620 # type: verbatim
25621 #. type: verbatim
25622 #: ../fish/guestfish-actions.pod:1002
25623 #, no-wrap
25624 msgid ""
25625 " file path\n"
25626 "\n"
25627 msgstr ""
25628
25629 # type: textblock
25630 #. type: textblock
25631 #: ../fish/guestfish-actions.pod:1014
25632 msgid ""
25633 "This command can also be used on C</dev/> devices (and partitions, LV "
25634 "names).  You can for example use this to determine if a device contains a "
25635 "filesystem, although it's usually better to use L</vfs-type>."
25636 msgstr ""
25637
25638 # type: =head2
25639 #. type: =head2
25640 #: ../fish/guestfish-actions.pod:1024
25641 msgid "file-architecture"
25642 msgstr ""
25643
25644 # type: verbatim
25645 #. type: verbatim
25646 #: ../fish/guestfish-actions.pod:1026
25647 #, no-wrap
25648 msgid ""
25649 " file-architecture filename\n"
25650 "\n"
25651 msgstr ""
25652
25653 # type: =head2
25654 #. type: =head2
25655 #: ../fish/guestfish-actions.pod:1129
25656 msgid "filesize"
25657 msgstr ""
25658
25659 # type: verbatim
25660 #. type: verbatim
25661 #: ../fish/guestfish-actions.pod:1131
25662 #, no-wrap
25663 msgid ""
25664 " filesize file\n"
25665 "\n"
25666 msgstr ""
25667
25668 # type: textblock
25669 #. type: textblock
25670 #: ../fish/guestfish-actions.pod:1135
25671 msgid ""
25672 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
25673 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
25674 msgstr ""
25675
25676 # type: =head2
25677 #. type: =head2
25678 #: ../fish/guestfish-actions.pod:1139
25679 msgid "fill"
25680 msgstr ""
25681
25682 # type: verbatim
25683 #. type: verbatim
25684 #: ../fish/guestfish-actions.pod:1141
25685 #, no-wrap
25686 msgid ""
25687 " fill c len path\n"
25688 "\n"
25689 msgstr ""
25690
25691 # type: textblock
25692 #. type: textblock
25693 #: ../fish/guestfish-actions.pod:1147
25694 msgid ""
25695 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
25696 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
25697 "L</fill-pattern>."
25698 msgstr ""
25699
25700 # type: =head2
25701 #. type: =head2
25702 #: ../fish/guestfish-actions.pod:1152
25703 msgid "fill-pattern"
25704 msgstr ""
25705
25706 # type: verbatim
25707 #. type: verbatim
25708 #: ../fish/guestfish-actions.pod:1154
25709 #, no-wrap
25710 msgid ""
25711 " fill-pattern pattern len path\n"
25712 "\n"
25713 msgstr ""
25714
25715 # type: textblock
25716 #. type: textblock
25717 #: ../fish/guestfish-actions.pod:1156
25718 msgid ""
25719 "This function is like L</fill> except that it creates a new file of length "
25720 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
25721 "is truncated if necessary to ensure the length of the file is exactly C<len> "
25722 "bytes."
25723 msgstr ""
25724
25725 # type: =head2
25726 #. type: =head2
25727 #: ../fish/guestfish-actions.pod:1161
25728 msgid "find"
25729 msgstr ""
25730
25731 # type: verbatim
25732 #. type: verbatim
25733 #: ../fish/guestfish-actions.pod:1163
25734 #, no-wrap
25735 msgid ""
25736 " find directory\n"
25737 "\n"
25738 msgstr ""
25739
25740 # type: textblock
25741 #. type: textblock
25742 #: ../fish/guestfish-actions.pod:1177
25743 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
25744 msgstr ""
25745
25746 # type: textblock
25747 #. type: textblock
25748 #: ../fish/guestfish-actions.pod:1190
25749 msgid "See also L</find0>."
25750 msgstr ""
25751
25752 # type: =head2
25753 #. type: =head2
25754 #: ../fish/guestfish-actions.pod:1195
25755 msgid "find0"
25756 msgstr ""
25757
25758 # type: verbatim
25759 #. type: verbatim
25760 #: ../fish/guestfish-actions.pod:1197
25761 #, no-wrap
25762 msgid ""
25763 " find0 directory (files|-)\n"
25764 "\n"
25765 msgstr ""
25766
25767 # type: textblock
25768 #. type: textblock
25769 #: ../fish/guestfish-actions.pod:1203
25770 msgid ""
25771 "This command works the same way as L</find> with the following exceptions:"
25772 msgstr ""
25773
25774 # type: =head2
25775 #. type: =head2
25776 #: ../fish/guestfish-actions.pod:1230
25777 msgid "findfs-label"
25778 msgstr ""
25779
25780 # type: verbatim
25781 #. type: verbatim
25782 #: ../fish/guestfish-actions.pod:1232
25783 #, no-wrap
25784 msgid ""
25785 " findfs-label label\n"
25786 "\n"
25787 msgstr ""
25788
25789 # type: textblock
25790 #. type: textblock
25791 #: ../fish/guestfish-actions.pod:1238
25792 msgid "To find the label of a filesystem, use L</vfs-label>."
25793 msgstr ""
25794
25795 # type: =head2
25796 #. type: =head2
25797 #: ../fish/guestfish-actions.pod:1240
25798 msgid "findfs-uuid"
25799 msgstr ""
25800
25801 # type: verbatim
25802 #. type: verbatim
25803 #: ../fish/guestfish-actions.pod:1242
25804 #, no-wrap
25805 msgid ""
25806 " findfs-uuid uuid\n"
25807 "\n"
25808 msgstr ""
25809
25810 # type: textblock
25811 #. type: textblock
25812 #: ../fish/guestfish-actions.pod:1248
25813 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
25814 msgstr ""
25815
25816 # type: =head2
25817 #. type: =head2
25818 #: ../fish/guestfish-actions.pod:1250
25819 msgid "fsck"
25820 msgstr ""
25821
25822 # type: verbatim
25823 #. type: verbatim
25824 #: ../fish/guestfish-actions.pod:1252
25825 #, no-wrap
25826 msgid ""
25827 " fsck fstype device\n"
25828 "\n"
25829 msgstr ""
25830
25831 # type: =head2
25832 #. type: =head2
25833 #: ../fish/guestfish-actions.pod:1282
25834 msgid "get-append"
25835 msgstr ""
25836
25837 # type: verbatim
25838 #. type: verbatim
25839 #: ../fish/guestfish-actions.pod:1284
25840 #, no-wrap
25841 msgid ""
25842 " get-append\n"
25843 "\n"
25844 msgstr ""
25845
25846 #. type: =head2
25847 #: ../fish/guestfish-actions.pod:1291
25848 msgid "get-attach-method"
25849 msgstr ""
25850
25851 #. type: verbatim
25852 #: ../fish/guestfish-actions.pod:1293
25853 #, no-wrap
25854 msgid ""
25855 " get-attach-method\n"
25856 "\n"
25857 msgstr ""
25858
25859 #. type: textblock
25860 #: ../fish/guestfish-actions.pod:1295
25861 msgid "Return the current attach method.  See L</set-attach-method>."
25862 msgstr ""
25863
25864 # type: =head2
25865 #. type: =head2
25866 #: ../fish/guestfish-actions.pod:1297
25867 msgid "get-autosync"
25868 msgstr ""
25869
25870 # type: verbatim
25871 #. type: verbatim
25872 #: ../fish/guestfish-actions.pod:1299
25873 #, no-wrap
25874 msgid ""
25875 " get-autosync\n"
25876 "\n"
25877 msgstr ""
25878
25879 # type: =head2
25880 #. type: =head2
25881 #: ../fish/guestfish-actions.pod:1303
25882 msgid "get-direct"
25883 msgstr ""
25884
25885 # type: verbatim
25886 #. type: verbatim
25887 #: ../fish/guestfish-actions.pod:1305
25888 #, no-wrap
25889 msgid ""
25890 " get-direct\n"
25891 "\n"
25892 msgstr ""
25893
25894 # type: =head2
25895 #. type: =head2
25896 #: ../fish/guestfish-actions.pod:1309
25897 msgid "get-e2label"
25898 msgstr ""
25899
25900 # type: verbatim
25901 #. type: verbatim
25902 #: ../fish/guestfish-actions.pod:1311
25903 #, no-wrap
25904 msgid ""
25905 " get-e2label device\n"
25906 "\n"
25907 msgstr ""
25908
25909 # type: =head2
25910 #. type: =head2
25911 #: ../fish/guestfish-actions.pod:1323
25912 msgid "get-e2uuid"
25913 msgstr ""
25914
25915 # type: verbatim
25916 #. type: verbatim
25917 #: ../fish/guestfish-actions.pod:1325
25918 #, no-wrap
25919 msgid ""
25920 " get-e2uuid device\n"
25921 "\n"
25922 msgstr ""
25923
25924 # type: =head2
25925 #. type: =head2
25926 #: ../fish/guestfish-actions.pod:1337
25927 msgid "get-memsize"
25928 msgstr ""
25929
25930 # type: verbatim
25931 #. type: verbatim
25932 #: ../fish/guestfish-actions.pod:1339
25933 #, no-wrap
25934 msgid ""
25935 " get-memsize\n"
25936 "\n"
25937 msgstr ""
25938
25939 # type: textblock
25940 #. type: textblock
25941 #: ../fish/guestfish-actions.pod:1344
25942 msgid ""
25943 "If L</set-memsize> was not called on this handle, and if "
25944 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
25945 "value for memsize."
25946 msgstr ""
25947
25948 # type: =head2
25949 #. type: =head2
25950 #: ../fish/guestfish-actions.pod:1351
25951 msgid "get-network"
25952 msgstr ""
25953
25954 # type: verbatim
25955 #. type: verbatim
25956 #: ../fish/guestfish-actions.pod:1353
25957 #, no-wrap
25958 msgid ""
25959 " get-network\n"
25960 "\n"
25961 msgstr ""
25962
25963 # type: =head2
25964 #. type: =head2
25965 #: ../fish/guestfish-actions.pod:1357
25966 msgid "get-path"
25967 msgstr ""
25968
25969 # type: verbatim
25970 #. type: verbatim
25971 #: ../fish/guestfish-actions.pod:1359
25972 #, no-wrap
25973 msgid ""
25974 " get-path\n"
25975 "\n"
25976 msgstr ""
25977
25978 # type: =head2
25979 #. type: =head2
25980 #: ../fish/guestfish-actions.pod:1366
25981 msgid "get-pid"
25982 msgstr ""
25983
25984 # type: =head2
25985 #. type: =head2
25986 #: ../fish/guestfish-actions.pod:1368
25987 msgid "pid"
25988 msgstr ""
25989
25990 # type: verbatim
25991 #. type: verbatim
25992 #: ../fish/guestfish-actions.pod:1370
25993 #, no-wrap
25994 msgid ""
25995 " get-pid\n"
25996 "\n"
25997 msgstr ""
25998
25999 # type: =head2
26000 #. type: =head2
26001 #: ../fish/guestfish-actions.pod:1377
26002 msgid "get-qemu"
26003 msgstr ""
26004
26005 # type: verbatim
26006 #. type: verbatim
26007 #: ../fish/guestfish-actions.pod:1379
26008 #, no-wrap
26009 msgid ""
26010 " get-qemu\n"
26011 "\n"
26012 msgstr ""
26013
26014 # type: =head2
26015 #. type: =head2
26016 #: ../fish/guestfish-actions.pod:1386
26017 msgid "get-recovery-proc"
26018 msgstr ""
26019
26020 # type: verbatim
26021 #. type: verbatim
26022 #: ../fish/guestfish-actions.pod:1388
26023 #, no-wrap
26024 msgid ""
26025 " get-recovery-proc\n"
26026 "\n"
26027 msgstr ""
26028
26029 # type: =head2
26030 #. type: =head2
26031 #: ../fish/guestfish-actions.pod:1392
26032 msgid "get-selinux"
26033 msgstr ""
26034
26035 # type: verbatim
26036 #. type: verbatim
26037 #: ../fish/guestfish-actions.pod:1394
26038 #, no-wrap
26039 msgid ""
26040 " get-selinux\n"
26041 "\n"
26042 msgstr ""
26043
26044 # type: textblock
26045 #. type: textblock
26046 #: ../fish/guestfish-actions.pod:1396
26047 msgid ""
26048 "This returns the current setting of the selinux flag which is passed to the "
26049 "appliance at boot time.  See L</set-selinux>."
26050 msgstr ""
26051
26052 # type: =head2
26053 #. type: =head2
26054 #: ../fish/guestfish-actions.pod:1402
26055 msgid "get-state"
26056 msgstr ""
26057
26058 # type: verbatim
26059 #. type: verbatim
26060 #: ../fish/guestfish-actions.pod:1404
26061 #, no-wrap
26062 msgid ""
26063 " get-state\n"
26064 "\n"
26065 msgstr ""
26066
26067 # type: =head2
26068 #. type: =head2
26069 #: ../fish/guestfish-actions.pod:1411
26070 msgid "get-trace"
26071 msgstr ""
26072
26073 # type: verbatim
26074 #. type: verbatim
26075 #: ../fish/guestfish-actions.pod:1413
26076 #, no-wrap
26077 msgid ""
26078 " get-trace\n"
26079 "\n"
26080 msgstr ""
26081
26082 # type: =head2
26083 #. type: =head2
26084 #: ../fish/guestfish-actions.pod:1417
26085 msgid "get-umask"
26086 msgstr ""
26087
26088 # type: verbatim
26089 #. type: verbatim
26090 #: ../fish/guestfish-actions.pod:1419
26091 #, no-wrap
26092 msgid ""
26093 " get-umask\n"
26094 "\n"
26095 msgstr ""
26096
26097 # type: textblock
26098 #. type: textblock
26099 #: ../fish/guestfish-actions.pod:1421
26100 msgid ""
26101 "Return the current umask.  By default the umask is C<022> unless it has been "
26102 "set by calling L</umask>."
26103 msgstr ""
26104
26105 # type: =head2
26106 #. type: =head2
26107 #: ../fish/guestfish-actions.pod:1424
26108 msgid "get-verbose"
26109 msgstr ""
26110
26111 # type: verbatim
26112 #. type: verbatim
26113 #: ../fish/guestfish-actions.pod:1426
26114 #, no-wrap
26115 msgid ""
26116 " get-verbose\n"
26117 "\n"
26118 msgstr ""
26119
26120 # type: =head2
26121 #. type: =head2
26122 #: ../fish/guestfish-actions.pod:1430
26123 msgid "getcon"
26124 msgstr ""
26125
26126 # type: verbatim
26127 #. type: verbatim
26128 #: ../fish/guestfish-actions.pod:1432
26129 #, no-wrap
26130 msgid ""
26131 " getcon\n"
26132 "\n"
26133 msgstr ""
26134
26135 # type: textblock
26136 #. type: textblock
26137 #: ../fish/guestfish-actions.pod:1436
26138 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
26139 msgstr ""
26140
26141 # type: =head2
26142 #. type: =head2
26143 #: ../fish/guestfish-actions.pod:1439
26144 msgid "getxattr"
26145 msgstr ""
26146
26147 # type: verbatim
26148 #. type: verbatim
26149 #: ../fish/guestfish-actions.pod:1441
26150 #, no-wrap
26151 msgid ""
26152 " getxattr path name\n"
26153 "\n"
26154 msgstr ""
26155
26156 # type: textblock
26157 #. type: textblock
26158 #: ../fish/guestfish-actions.pod:1443
26159 msgid ""
26160 "Get a single extended attribute from file C<path> named C<name>.  This call "
26161 "follows symlinks.  If you want to lookup an extended attribute for the "
26162 "symlink itself, use L</lgetxattr>."
26163 msgstr ""
26164
26165 # type: textblock
26166 #. type: textblock
26167 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2445
26168 msgid ""
26169 "Normally it is better to get all extended attributes from a file in one go "
26170 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
26171 "buggy and do not provide a way to list out attributes.  For these "
26172 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
26173 "attributes you want in advance and call this function."
26174 msgstr ""
26175
26176 # type: textblock
26177 #. type: textblock
26178 #: ../fish/guestfish-actions.pod:1457
26179 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
26180 msgstr ""
26181
26182 # type: =head2
26183 #. type: =head2
26184 #: ../fish/guestfish-actions.pod:1459
26185 msgid "getxattrs"
26186 msgstr ""
26187
26188 # type: verbatim
26189 #. type: verbatim
26190 #: ../fish/guestfish-actions.pod:1461
26191 #, no-wrap
26192 msgid ""
26193 " getxattrs path\n"
26194 "\n"
26195 msgstr ""
26196
26197 # type: textblock
26198 #. type: textblock
26199 #: ../fish/guestfish-actions.pod:1469
26200 msgid "See also: L</lgetxattrs>, L<attr(5)>."
26201 msgstr ""
26202
26203 # type: =head2
26204 #. type: =head2
26205 #: ../fish/guestfish-actions.pod:1471
26206 msgid "glob-expand"
26207 msgstr ""
26208
26209 # type: verbatim
26210 #. type: verbatim
26211 #: ../fish/guestfish-actions.pod:1473
26212 #, no-wrap
26213 msgid ""
26214 " glob-expand pattern\n"
26215 "\n"
26216 msgstr ""
26217
26218 # type: =head2
26219 #. type: =head2
26220 #: ../fish/guestfish-actions.pod:1486
26221 msgid "grep"
26222 msgstr ""
26223
26224 # type: verbatim
26225 #. type: verbatim
26226 #: ../fish/guestfish-actions.pod:1488
26227 #, no-wrap
26228 msgid ""
26229 " grep regex path\n"
26230 "\n"
26231 msgstr ""
26232
26233 # type: =head2
26234 #. type: =head2
26235 #: ../fish/guestfish-actions.pod:1496
26236 msgid "grepi"
26237 msgstr ""
26238
26239 # type: verbatim
26240 #. type: verbatim
26241 #: ../fish/guestfish-actions.pod:1498
26242 #, no-wrap
26243 msgid ""
26244 " grepi regex path\n"
26245 "\n"
26246 msgstr ""
26247
26248 # type: =head2
26249 #. type: =head2
26250 #: ../fish/guestfish-actions.pod:1506
26251 msgid "grub-install"
26252 msgstr ""
26253
26254 # type: verbatim
26255 #. type: verbatim
26256 #: ../fish/guestfish-actions.pod:1508
26257 #, no-wrap
26258 msgid ""
26259 " grub-install root device\n"
26260 "\n"
26261 msgstr ""
26262
26263 # type: =head2
26264 #. type: =head2
26265 #: ../fish/guestfish-actions.pod:1524
26266 msgid "head"
26267 msgstr ""
26268
26269 # type: verbatim
26270 #. type: verbatim
26271 #: ../fish/guestfish-actions.pod:1526
26272 #, no-wrap
26273 msgid ""
26274 " head path\n"
26275 "\n"
26276 msgstr ""
26277
26278 # type: =head2
26279 #. type: =head2
26280 #: ../fish/guestfish-actions.pod:1534
26281 msgid "head-n"
26282 msgstr ""
26283
26284 # type: verbatim
26285 #. type: verbatim
26286 #: ../fish/guestfish-actions.pod:1536
26287 #, no-wrap
26288 msgid ""
26289 " head-n nrlines path\n"
26290 "\n"
26291 msgstr ""
26292
26293 # type: =head2
26294 #. type: =head2
26295 #: ../fish/guestfish-actions.pod:1549
26296 msgid "hexdump"
26297 msgstr ""
26298
26299 # type: verbatim
26300 #. type: verbatim
26301 #: ../fish/guestfish-actions.pod:1551
26302 #, no-wrap
26303 msgid ""
26304 " hexdump path\n"
26305 "\n"
26306 msgstr ""
26307
26308 # type: =head2
26309 #. type: =head2
26310 #: ../fish/guestfish-actions.pod:1559
26311 msgid "initrd-cat"
26312 msgstr ""
26313
26314 # type: verbatim
26315 #. type: verbatim
26316 #: ../fish/guestfish-actions.pod:1561
26317 #, no-wrap
26318 msgid ""
26319 " initrd-cat initrdpath filename\n"
26320 "\n"
26321 msgstr ""
26322
26323 # type: textblock
26324 #. type: textblock
26325 #: ../fish/guestfish-actions.pod:1573
26326 msgid "See also L</initrd-list>."
26327 msgstr ""
26328
26329 # type: =head2
26330 #. type: =head2
26331 #: ../fish/guestfish-actions.pod:1578
26332 msgid "initrd-list"
26333 msgstr ""
26334
26335 # type: verbatim
26336 #. type: verbatim
26337 #: ../fish/guestfish-actions.pod:1580
26338 #, no-wrap
26339 msgid ""
26340 " initrd-list path\n"
26341 "\n"
26342 msgstr ""
26343
26344 # type: =head2
26345 #. type: =head2
26346 #: ../fish/guestfish-actions.pod:1592
26347 msgid "inotify-add-watch"
26348 msgstr ""
26349
26350 # type: verbatim
26351 #. type: verbatim
26352 #: ../fish/guestfish-actions.pod:1594
26353 #, no-wrap
26354 msgid ""
26355 " inotify-add-watch path mask\n"
26356 "\n"
26357 msgstr ""
26358
26359 # type: =head2
26360 #. type: =head2
26361 #: ../fish/guestfish-actions.pod:1606
26362 msgid "inotify-close"
26363 msgstr ""
26364
26365 # type: verbatim
26366 #. type: verbatim
26367 #: ../fish/guestfish-actions.pod:1608
26368 #, no-wrap
26369 msgid ""
26370 " inotify-close\n"
26371 "\n"
26372 msgstr ""
26373
26374 # type: =head2
26375 #. type: =head2
26376 #: ../fish/guestfish-actions.pod:1614
26377 msgid "inotify-files"
26378 msgstr ""
26379
26380 # type: verbatim
26381 #. type: verbatim
26382 #: ../fish/guestfish-actions.pod:1616
26383 #, no-wrap
26384 msgid ""
26385 " inotify-files\n"
26386 "\n"
26387 msgstr ""
26388
26389 # type: textblock
26390 #. type: textblock
26391 #: ../fish/guestfish-actions.pod:1618
26392 msgid ""
26393 "This function is a helpful wrapper around L</inotify-read> which just "
26394 "returns a list of pathnames of objects that were touched.  The returned "
26395 "pathnames are sorted and deduplicated."
26396 msgstr ""
26397
26398 # type: =head2
26399 #. type: =head2
26400 #: ../fish/guestfish-actions.pod:1622
26401 msgid "inotify-init"
26402 msgstr ""
26403
26404 # type: verbatim
26405 #. type: verbatim
26406 #: ../fish/guestfish-actions.pod:1624
26407 #, no-wrap
26408 msgid ""
26409 " inotify-init maxevents\n"
26410 "\n"
26411 msgstr ""
26412
26413 # type: textblock
26414 #. type: textblock
26415 #: ../fish/guestfish-actions.pod:1630
26416 msgid ""
26417 "C<maxevents> is the maximum number of events which will be queued up between "
26418 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
26419 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
26420 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
26421 "but records the fact that it threw them away by setting a flag "
26422 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
26423 msgstr ""
26424
26425 # type: textblock
26426 #. type: textblock
26427 #: ../fish/guestfish-actions.pod:1640
26428 msgid ""
26429 "Before any events are generated, you have to add some watches to the "
26430 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
26431 "L</inotify-watch-all>."
26432 msgstr ""
26433
26434 # type: textblock
26435 #. type: textblock
26436 #: ../fish/guestfish-actions.pod:1646
26437 msgid ""
26438 "Queued up events should be read periodically by calling L</inotify-read> (or "
26439 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
26440 "If you don't read the events out often enough then you risk the internal "
26441 "queue overflowing."
26442 msgstr ""
26443
26444 # type: textblock
26445 #. type: textblock
26446 #: ../fish/guestfish-actions.pod:1653
26447 msgid ""
26448 "The handle should be closed after use by calling L</inotify-close>.  This "
26449 "also removes any watches automatically."
26450 msgstr ""
26451
26452 # type: =head2
26453 #. type: =head2
26454 #: ../fish/guestfish-actions.pod:1662
26455 msgid "inotify-read"
26456 msgstr ""
26457
26458 # type: verbatim
26459 #. type: verbatim
26460 #: ../fish/guestfish-actions.pod:1664
26461 #, no-wrap
26462 msgid ""
26463 " inotify-read\n"
26464 "\n"
26465 msgstr ""
26466
26467 # type: =head2
26468 #. type: =head2
26469 #: ../fish/guestfish-actions.pod:1677
26470 msgid "inotify-rm-watch"
26471 msgstr ""
26472
26473 # type: verbatim
26474 #. type: verbatim
26475 #: ../fish/guestfish-actions.pod:1679
26476 #, no-wrap
26477 msgid ""
26478 " inotify-rm-watch wd\n"
26479 "\n"
26480 msgstr ""
26481
26482 # type: textblock
26483 #. type: textblock
26484 #: ../fish/guestfish-actions.pod:1681
26485 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
26486 msgstr ""
26487
26488 # type: =head2
26489 #. type: =head2
26490 #: ../fish/guestfish-actions.pod:1684
26491 msgid "inspect-get-arch"
26492 msgstr ""
26493
26494 # type: verbatim
26495 #. type: verbatim
26496 #: ../fish/guestfish-actions.pod:1686
26497 #, no-wrap
26498 msgid ""
26499 " inspect-get-arch root\n"
26500 "\n"
26501 msgstr ""
26502
26503 # type: textblock
26504 #. type: textblock
26505 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704
26506 #: ../fish/guestfish-actions.pod:1782 ../fish/guestfish-actions.pod:1818
26507 #: ../fish/guestfish-actions.pod:1836 ../fish/guestfish-actions.pod:1870
26508 #: ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1906
26509 #: ../fish/guestfish-actions.pod:1921 ../fish/guestfish-actions.pod:1954
26510 #: ../fish/guestfish-actions.pod:1976 ../fish/guestfish-actions.pod:2000
26511 #: ../fish/guestfish-actions.pod:2017 ../fish/guestfish-actions.pod:2060
26512 #: ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2111
26513 #: ../fish/guestfish-actions.pod:2127 ../fish/guestfish-actions.pod:2140
26514 #: ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2168
26515 msgid ""
26516 "This function should only be called with a root device string as returned by "
26517 "L</inspect-os>."
26518 msgstr ""
26519
26520 # type: textblock
26521 #. type: textblock
26522 #: ../fish/guestfish-actions.pod:1691
26523 msgid ""
26524 "This returns the architecture of the inspected operating system.  The "
26525 "possible return values are listed under L</file-architecture>."
26526 msgstr ""
26527
26528 # type: =head2
26529 #. type: =head2
26530 #: ../fish/guestfish-actions.pod:1700
26531 msgid "inspect-get-distro"
26532 msgstr ""
26533
26534 # type: verbatim
26535 #. type: verbatim
26536 #: ../fish/guestfish-actions.pod:1702
26537 #, no-wrap
26538 msgid ""
26539 " inspect-get-distro root\n"
26540 "\n"
26541 msgstr ""
26542
26543 #. type: =head2
26544 #: ../fish/guestfish-actions.pod:1778
26545 msgid "inspect-get-drive-mappings"
26546 msgstr ""
26547
26548 #. type: verbatim
26549 #: ../fish/guestfish-actions.pod:1780
26550 #, no-wrap
26551 msgid ""
26552 " inspect-get-drive-mappings root\n"
26553 "\n"
26554 msgstr ""
26555
26556 #. type: textblock
26557 #: ../fish/guestfish-actions.pod:1810
26558 msgid ""
26559 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26560 "get-mountpoints>, L</inspect-get-filesystems>."
26561 msgstr ""
26562
26563 # type: =head2
26564 #. type: =head2
26565 #: ../fish/guestfish-actions.pod:1814
26566 msgid "inspect-get-filesystems"
26567 msgstr ""
26568
26569 # type: verbatim
26570 #. type: verbatim
26571 #: ../fish/guestfish-actions.pod:1816
26572 #, no-wrap
26573 msgid ""
26574 " inspect-get-filesystems root\n"
26575 "\n"
26576 msgstr ""
26577
26578 # type: textblock
26579 #. type: textblock
26580 #: ../fish/guestfish-actions.pod:1829
26581 msgid ""
26582 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26583 "get-mountpoints>."
26584 msgstr ""
26585
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:1832
26588 msgid "inspect-get-format"
26589 msgstr ""
26590
26591 #. type: verbatim
26592 #: ../fish/guestfish-actions.pod:1834
26593 #, no-wrap
26594 msgid ""
26595 " inspect-get-format root\n"
26596 "\n"
26597 msgstr ""
26598
26599 # type: =head2
26600 #. type: =head2
26601 #: ../fish/guestfish-actions.pod:1866
26602 msgid "inspect-get-hostname"
26603 msgstr ""
26604
26605 # type: verbatim
26606 #. type: verbatim
26607 #: ../fish/guestfish-actions.pod:1868
26608 #, no-wrap
26609 msgid ""
26610 " inspect-get-hostname root\n"
26611 "\n"
26612 msgstr ""
26613
26614 # type: =head2
26615 #. type: =head2
26616 #: ../fish/guestfish-actions.pod:1881
26617 msgid "inspect-get-major-version"
26618 msgstr ""
26619
26620 # type: verbatim
26621 #. type: verbatim
26622 #: ../fish/guestfish-actions.pod:1883
26623 #, no-wrap
26624 msgid ""
26625 " inspect-get-major-version root\n"
26626 "\n"
26627 msgstr ""
26628
26629 # type: =head2
26630 #. type: =head2
26631 #: ../fish/guestfish-actions.pod:1902
26632 msgid "inspect-get-minor-version"
26633 msgstr ""
26634
26635 # type: verbatim
26636 #. type: verbatim
26637 #: ../fish/guestfish-actions.pod:1904
26638 #, no-wrap
26639 msgid ""
26640 " inspect-get-minor-version root\n"
26641 "\n"
26642 msgstr ""
26643
26644 # type: textblock
26645 #. type: textblock
26646 #: ../fish/guestfish-actions.pod:1914
26647 msgid ""
26648 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26649 "get-major-version>."
26650 msgstr ""
26651
26652 # type: =head2
26653 #. type: =head2
26654 #: ../fish/guestfish-actions.pod:1917
26655 msgid "inspect-get-mountpoints"
26656 msgstr ""
26657
26658 # type: verbatim
26659 #. type: verbatim
26660 #: ../fish/guestfish-actions.pod:1919
26661 #, no-wrap
26662 msgid ""
26663 " inspect-get-mountpoints root\n"
26664 "\n"
26665 msgstr ""
26666
26667 #. type: textblock
26668 #: ../fish/guestfish-actions.pod:1941
26669 msgid ""
26670 "For operating systems like Windows which still use drive letters, this call "
26671 "will only return an entry for the first drive \"mounted on\" C</>.  For "
26672 "information about the mapping of drive letters to partitions, see L</inspect-"
26673 "get-drive-mappings>."
26674 msgstr ""
26675
26676 # type: textblock
26677 #. type: textblock
26678 #: ../fish/guestfish-actions.pod:1947
26679 msgid ""
26680 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26681 "get-filesystems>."
26682 msgstr ""
26683
26684 # type: =head2
26685 #. type: =head2
26686 #: ../fish/guestfish-actions.pod:1950
26687 msgid "inspect-get-package-format"
26688 msgstr ""
26689
26690 # type: verbatim
26691 #. type: verbatim
26692 #: ../fish/guestfish-actions.pod:1952
26693 #, no-wrap
26694 msgid ""
26695 " inspect-get-package-format root\n"
26696 "\n"
26697 msgstr ""
26698
26699 # type: textblock
26700 #. type: textblock
26701 #: ../fish/guestfish-actions.pod:1957
26702 msgid ""
26703 "This function and L</inspect-get-package-management> return the package "
26704 "format and package management tool used by the inspected operating system.  "
26705 "For example for Fedora these functions would return C<rpm> (package format) "
26706 "and C<yum> (package management)."
26707 msgstr ""
26708
26709 # type: =head2
26710 #. type: =head2
26711 #: ../fish/guestfish-actions.pod:1972
26712 msgid "inspect-get-package-management"
26713 msgstr ""
26714
26715 # type: verbatim
26716 #. type: verbatim
26717 #: ../fish/guestfish-actions.pod:1974
26718 #, no-wrap
26719 msgid ""
26720 " inspect-get-package-management root\n"
26721 "\n"
26722 msgstr ""
26723
26724 # type: textblock
26725 #. type: textblock
26726 #: ../fish/guestfish-actions.pod:1979
26727 msgid ""
26728 "L</inspect-get-package-format> and this function return the package format "
26729 "and package management tool used by the inspected operating system.  For "
26730 "example for Fedora these functions would return C<rpm> (package format) and "
26731 "C<yum> (package management)."
26732 msgstr ""
26733
26734 # type: =head2
26735 #. type: =head2
26736 #: ../fish/guestfish-actions.pod:1996
26737 msgid "inspect-get-product-name"
26738 msgstr ""
26739
26740 # type: verbatim
26741 #. type: verbatim
26742 #: ../fish/guestfish-actions.pod:1998
26743 #, no-wrap
26744 msgid ""
26745 " inspect-get-product-name root\n"
26746 "\n"
26747 msgstr ""
26748
26749 #. type: =head2
26750 #: ../fish/guestfish-actions.pod:2013
26751 msgid "inspect-get-product-variant"
26752 msgstr ""
26753
26754 #. type: verbatim
26755 #: ../fish/guestfish-actions.pod:2015
26756 #, no-wrap
26757 msgid ""
26758 " inspect-get-product-variant root\n"
26759 "\n"
26760 msgstr ""
26761
26762 #. type: textblock
26763 #: ../fish/guestfish-actions.pod:2039
26764 msgid ""
26765 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
26766 "get-product-name>, L</inspect-get-major-version>."
26767 msgstr ""
26768
26769 # type: =head2
26770 #. type: =head2
26771 #: ../fish/guestfish-actions.pod:2043
26772 msgid "inspect-get-roots"
26773 msgstr ""
26774
26775 # type: verbatim
26776 #. type: verbatim
26777 #: ../fish/guestfish-actions.pod:2045
26778 #, no-wrap
26779 msgid ""
26780 " inspect-get-roots\n"
26781 "\n"
26782 msgstr ""
26783
26784 # type: textblock
26785 #. type: textblock
26786 #: ../fish/guestfish-actions.pod:2047
26787 msgid ""
26788 "This function is a convenient way to get the list of root devices, as "
26789 "returned from a previous call to L</inspect-os>, but without redoing the "
26790 "whole inspection process."
26791 msgstr ""
26792
26793 # type: textblock
26794 #. type: textblock
26795 #: ../fish/guestfish-actions.pod:2051
26796 msgid ""
26797 "This returns an empty list if either no root devices were found or the "
26798 "caller has not called L</inspect-os>."
26799 msgstr ""
26800
26801 # type: =head2
26802 #. type: =head2
26803 #: ../fish/guestfish-actions.pod:2056
26804 msgid "inspect-get-type"
26805 msgstr ""
26806
26807 # type: verbatim
26808 #. type: verbatim
26809 #: ../fish/guestfish-actions.pod:2058
26810 #, no-wrap
26811 msgid ""
26812 " inspect-get-type root\n"
26813 "\n"
26814 msgstr ""
26815
26816 #. type: =head2
26817 #: ../fish/guestfish-actions.pod:2091
26818 msgid "inspect-get-windows-current-control-set"
26819 msgstr ""
26820
26821 #. type: verbatim
26822 #: ../fish/guestfish-actions.pod:2093
26823 #, no-wrap
26824 msgid ""
26825 " inspect-get-windows-current-control-set root\n"
26826 "\n"
26827 msgstr ""
26828
26829 # type: =head2
26830 #. type: =head2
26831 #: ../fish/guestfish-actions.pod:2107
26832 msgid "inspect-get-windows-systemroot"
26833 msgstr ""
26834
26835 # type: verbatim
26836 #. type: verbatim
26837 #: ../fish/guestfish-actions.pod:2109
26838 #, no-wrap
26839 msgid ""
26840 " inspect-get-windows-systemroot root\n"
26841 "\n"
26842 msgstr ""
26843
26844 #. type: =head2
26845 #: ../fish/guestfish-actions.pod:2123
26846 msgid "inspect-is-live"
26847 msgstr ""
26848
26849 #. type: verbatim
26850 #: ../fish/guestfish-actions.pod:2125
26851 #, no-wrap
26852 msgid ""
26853 " inspect-is-live root\n"
26854 "\n"
26855 msgstr ""
26856
26857 #. type: textblock
26858 #: ../fish/guestfish-actions.pod:2130
26859 msgid ""
26860 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
26861 "then this returns true if a live image was detected on the disk."
26862 msgstr ""
26863
26864 #. type: =head2
26865 #: ../fish/guestfish-actions.pod:2136
26866 msgid "inspect-is-multipart"
26867 msgstr ""
26868
26869 #. type: verbatim
26870 #: ../fish/guestfish-actions.pod:2138
26871 #, no-wrap
26872 msgid ""
26873 " inspect-is-multipart root\n"
26874 "\n"
26875 msgstr ""
26876
26877 #. type: textblock
26878 #: ../fish/guestfish-actions.pod:2143
26879 msgid ""
26880 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
26881 "then this returns true if the disk is part of a set."
26882 msgstr ""
26883
26884 #. type: =head2
26885 #: ../fish/guestfish-actions.pod:2149
26886 msgid "inspect-is-netinst"
26887 msgstr ""
26888
26889 #. type: verbatim
26890 #: ../fish/guestfish-actions.pod:2151
26891 #, no-wrap
26892 msgid ""
26893 " inspect-is-netinst root\n"
26894 "\n"
26895 msgstr ""
26896
26897 #. type: textblock
26898 #: ../fish/guestfish-actions.pod:2156
26899 msgid ""
26900 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
26901 "then this returns true if the disk is a network installer, ie. not a self-"
26902 "contained install CD but one which is likely to require network access to "
26903 "complete the install."
26904 msgstr ""
26905
26906 # type: =head2
26907 #. type: =head2
26908 #: ../fish/guestfish-actions.pod:2164
26909 msgid "inspect-list-applications"
26910 msgstr ""
26911
26912 # type: verbatim
26913 #. type: verbatim
26914 #: ../fish/guestfish-actions.pod:2166
26915 #, no-wrap
26916 msgid ""
26917 " inspect-list-applications root\n"
26918 "\n"
26919 msgstr ""
26920
26921 # type: textblock
26922 #. type: textblock
26923 #: ../fish/guestfish-actions.pod:2173
26924 msgid ""
26925 "I<Note:> This call works differently from other parts of the inspection "
26926 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
26927 "then mount up the disks, before calling this.  Listing applications is a "
26928 "significantly more difficult operation which requires access to the full "
26929 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
26930 "are just returning data cached in the libguestfs handle, this call actually "
26931 "reads parts of the mounted filesystems during the call."
26932 msgstr ""
26933
26934 # type: =head2
26935 #. type: =head2
26936 #: ../fish/guestfish-actions.pod:2263
26937 msgid "inspect-os"
26938 msgstr ""
26939
26940 # type: verbatim
26941 #. type: verbatim
26942 #: ../fish/guestfish-actions.pod:2265
26943 #, no-wrap
26944 msgid ""
26945 " inspect-os\n"
26946 "\n"
26947 msgstr ""
26948
26949 # type: textblock
26950 #. type: textblock
26951 #: ../fish/guestfish-actions.pod:2280
26952 msgid ""
26953 "You can pass the root string(s) returned to other L</inspect-get-*> "
26954 "functions in order to query further information about each operating system, "
26955 "such as the name and version."
26956 msgstr ""
26957
26958 # type: textblock
26959 #. type: textblock
26960 #: ../fish/guestfish-actions.pod:2285
26961 msgid ""
26962 "This function uses other libguestfs features such as L</mount-ro> and L</"
26963 "umount-all> in order to mount and unmount filesystems and look at the "
26964 "contents.  This should be called with no disks currently mounted.  The "
26965 "function may also use Augeas, so any existing Augeas handle will be closed."
26966 msgstr ""
26967
26968 # type: textblock
26969 #. type: textblock
26970 #: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2473
26971 #: ../fish/guestfish-actions.pod:2519
26972 msgid "See also L</list-filesystems>."
26973 msgstr ""
26974
26975 # type: =head2
26976 #. type: =head2
26977 #: ../fish/guestfish-actions.pod:2299
26978 msgid "is-blockdev"
26979 msgstr ""
26980
26981 # type: verbatim
26982 #. type: verbatim
26983 #: ../fish/guestfish-actions.pod:2301
26984 #, no-wrap
26985 msgid ""
26986 " is-blockdev path\n"
26987 "\n"
26988 msgstr ""
26989
26990 # type: textblock
26991 #. type: textblock
26992 #: ../fish/guestfish-actions.pod:2306 ../fish/guestfish-actions.pod:2324
26993 #: ../fish/guestfish-actions.pod:2343 ../fish/guestfish-actions.pod:2352
26994 #: ../fish/guestfish-actions.pod:2362 ../fish/guestfish-actions.pod:2396
26995 #: ../fish/guestfish-actions.pod:2405
26996 msgid "See also L</stat>."
26997 msgstr ""
26998
26999 # type: =head2
27000 #. type: =head2
27001 #: ../fish/guestfish-actions.pod:2308
27002 msgid "is-busy"
27003 msgstr ""
27004
27005 # type: verbatim
27006 #. type: verbatim
27007 #: ../fish/guestfish-actions.pod:2310
27008 #, no-wrap
27009 msgid ""
27010 " is-busy\n"
27011 "\n"
27012 msgstr ""
27013
27014 # type: =head2
27015 #. type: =head2
27016 #: ../fish/guestfish-actions.pod:2317
27017 msgid "is-chardev"
27018 msgstr ""
27019
27020 # type: verbatim
27021 #. type: verbatim
27022 #: ../fish/guestfish-actions.pod:2319
27023 #, no-wrap
27024 msgid ""
27025 " is-chardev path\n"
27026 "\n"
27027 msgstr ""
27028
27029 # type: =head2
27030 #. type: =head2
27031 #: ../fish/guestfish-actions.pod:2326
27032 msgid "is-config"
27033 msgstr ""
27034
27035 # type: verbatim
27036 #. type: verbatim
27037 #: ../fish/guestfish-actions.pod:2328
27038 #, no-wrap
27039 msgid ""
27040 " is-config\n"
27041 "\n"
27042 msgstr ""
27043
27044 # type: =head2
27045 #. type: =head2
27046 #: ../fish/guestfish-actions.pod:2335
27047 msgid "is-dir"
27048 msgstr ""
27049
27050 # type: verbatim
27051 #. type: verbatim
27052 #: ../fish/guestfish-actions.pod:2337
27053 #, no-wrap
27054 msgid ""
27055 " is-dir path\n"
27056 "\n"
27057 msgstr ""
27058
27059 # type: =head2
27060 #. type: =head2
27061 #: ../fish/guestfish-actions.pod:2345
27062 msgid "is-fifo"
27063 msgstr ""
27064
27065 # type: verbatim
27066 #. type: verbatim
27067 #: ../fish/guestfish-actions.pod:2347
27068 #, no-wrap
27069 msgid ""
27070 " is-fifo path\n"
27071 "\n"
27072 msgstr ""
27073
27074 # type: =head2
27075 #. type: =head2
27076 #: ../fish/guestfish-actions.pod:2354
27077 msgid "is-file"
27078 msgstr ""
27079
27080 # type: verbatim
27081 #. type: verbatim
27082 #: ../fish/guestfish-actions.pod:2356
27083 #, no-wrap
27084 msgid ""
27085 " is-file path\n"
27086 "\n"
27087 msgstr ""
27088
27089 # type: =head2
27090 #. type: =head2
27091 #: ../fish/guestfish-actions.pod:2364
27092 msgid "is-launching"
27093 msgstr ""
27094
27095 # type: verbatim
27096 #. type: verbatim
27097 #: ../fish/guestfish-actions.pod:2366
27098 #, no-wrap
27099 msgid ""
27100 " is-launching\n"
27101 "\n"
27102 msgstr ""
27103
27104 # type: =head2
27105 #. type: =head2
27106 #: ../fish/guestfish-actions.pod:2373
27107 msgid "is-lv"
27108 msgstr ""
27109
27110 # type: verbatim
27111 #. type: verbatim
27112 #: ../fish/guestfish-actions.pod:2375
27113 #, no-wrap
27114 msgid ""
27115 " is-lv device\n"
27116 "\n"
27117 msgstr ""
27118
27119 # type: =head2
27120 #. type: =head2
27121 #: ../fish/guestfish-actions.pod:2380
27122 msgid "is-ready"
27123 msgstr ""
27124
27125 # type: verbatim
27126 #. type: verbatim
27127 #: ../fish/guestfish-actions.pod:2382
27128 #, no-wrap
27129 msgid ""
27130 " is-ready\n"
27131 "\n"
27132 msgstr ""
27133
27134 # type: =head2
27135 #. type: =head2
27136 #: ../fish/guestfish-actions.pod:2389
27137 msgid "is-socket"
27138 msgstr ""
27139
27140 # type: verbatim
27141 #. type: verbatim
27142 #: ../fish/guestfish-actions.pod:2391
27143 #, no-wrap
27144 msgid ""
27145 " is-socket path\n"
27146 "\n"
27147 msgstr ""
27148
27149 # type: =head2
27150 #. type: =head2
27151 #: ../fish/guestfish-actions.pod:2398
27152 msgid "is-symlink"
27153 msgstr ""
27154
27155 # type: verbatim
27156 #. type: verbatim
27157 #: ../fish/guestfish-actions.pod:2400
27158 #, no-wrap
27159 msgid ""
27160 " is-symlink path\n"
27161 "\n"
27162 msgstr ""
27163
27164 # type: =head2
27165 #. type: =head2
27166 #: ../fish/guestfish-actions.pod:2407
27167 msgid "kill-subprocess"
27168 msgstr ""
27169
27170 # type: verbatim
27171 #. type: verbatim
27172 #: ../fish/guestfish-actions.pod:2409
27173 #, no-wrap
27174 msgid ""
27175 " kill-subprocess\n"
27176 "\n"
27177 msgstr ""
27178
27179 # type: =head2
27180 #. type: =head2
27181 #: ../fish/guestfish-actions.pod:2413
27182 msgid "launch"
27183 msgstr ""
27184
27185 # type: =head2
27186 #. type: =head2
27187 #: ../fish/guestfish-actions.pod:2415
27188 msgid "run"
27189 msgstr ""
27190
27191 # type: verbatim
27192 #. type: verbatim
27193 #: ../fish/guestfish-actions.pod:2417
27194 #, no-wrap
27195 msgid ""
27196 " launch\n"
27197 "\n"
27198 msgstr ""
27199
27200 # type: =head2
27201 #. type: =head2
27202 #: ../fish/guestfish-actions.pod:2425
27203 msgid "lchown"
27204 msgstr ""
27205
27206 # type: verbatim
27207 #. type: verbatim
27208 #: ../fish/guestfish-actions.pod:2427
27209 #, no-wrap
27210 msgid ""
27211 " lchown owner group path\n"
27212 "\n"
27213 msgstr ""
27214
27215 # type: textblock
27216 #. type: textblock
27217 #: ../fish/guestfish-actions.pod:2429
27218 msgid ""
27219 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
27220 "chown> but if C<path> is a symlink then the link itself is changed, not the "
27221 "target."
27222 msgstr ""
27223
27224 # type: =head2
27225 #. type: =head2
27226 #: ../fish/guestfish-actions.pod:2437
27227 msgid "lgetxattr"
27228 msgstr ""
27229
27230 # type: verbatim
27231 #. type: verbatim
27232 #: ../fish/guestfish-actions.pod:2439
27233 #, no-wrap
27234 msgid ""
27235 " lgetxattr path name\n"
27236 "\n"
27237 msgstr ""
27238
27239 # type: textblock
27240 #. type: textblock
27241 #: ../fish/guestfish-actions.pod:2455
27242 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
27243 msgstr ""
27244
27245 # type: =head2
27246 #. type: =head2
27247 #: ../fish/guestfish-actions.pod:2457
27248 msgid "lgetxattrs"
27249 msgstr ""
27250
27251 # type: verbatim
27252 #. type: verbatim
27253 #: ../fish/guestfish-actions.pod:2459
27254 #, no-wrap
27255 msgid ""
27256 " lgetxattrs path\n"
27257 "\n"
27258 msgstr ""
27259
27260 # type: textblock
27261 #. type: textblock
27262 #: ../fish/guestfish-actions.pod:2461
27263 msgid ""
27264 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
27265 "it returns the extended attributes of the link itself."
27266 msgstr ""
27267
27268 # type: =head2
27269 #. type: =head2
27270 #: ../fish/guestfish-actions.pod:2465
27271 msgid "list-devices"
27272 msgstr ""
27273
27274 # type: verbatim
27275 #. type: verbatim
27276 #: ../fish/guestfish-actions.pod:2467
27277 #, no-wrap
27278 msgid ""
27279 " list-devices\n"
27280 "\n"
27281 msgstr ""
27282
27283 # type: =head2
27284 #. type: =head2
27285 #: ../fish/guestfish-actions.pod:2475
27286 msgid "list-filesystems"
27287 msgstr ""
27288
27289 # type: verbatim
27290 #. type: verbatim
27291 #: ../fish/guestfish-actions.pod:2477
27292 #, no-wrap
27293 msgid ""
27294 " list-filesystems\n"
27295 "\n"
27296 msgstr ""
27297
27298 # type: textblock
27299 #. type: textblock
27300 #: ../fish/guestfish-actions.pod:2496
27301 msgid ""
27302 "This command runs other libguestfs commands, which might include L</mount> "
27303 "and L</umount>, and therefore you should use this soon after launch and only "
27304 "when nothing is mounted."
27305 msgstr ""
27306
27307 # type: textblock
27308 #. type: textblock
27309 #: ../fish/guestfish-actions.pod:2500
27310 msgid ""
27311 "Not all of the filesystems returned will be mountable.  In particular, swap "
27312 "partitions are returned in the list.  Also this command does not check that "
27313 "each filesystem found is valid and mountable, and some filesystems might be "
27314 "mountable but require special options.  Filesystems may not all belong to a "
27315 "single logical operating system (use L</inspect-os> to look for OSes)."
27316 msgstr ""
27317
27318 # type: =head2
27319 #. type: =head2
27320 #: ../fish/guestfish-actions.pod:2508
27321 msgid "list-partitions"
27322 msgstr ""
27323
27324 # type: verbatim
27325 #. type: verbatim
27326 #: ../fish/guestfish-actions.pod:2510
27327 #, no-wrap
27328 msgid ""
27329 " list-partitions\n"
27330 "\n"
27331 msgstr ""
27332
27333 # type: textblock
27334 #. type: textblock
27335 #: ../fish/guestfish-actions.pod:2516
27336 msgid ""
27337 "This does not return logical volumes.  For that you will need to call L</"
27338 "lvs>."
27339 msgstr ""
27340
27341 # type: =head2
27342 #. type: =head2
27343 #: ../fish/guestfish-actions.pod:2521
27344 msgid "ll"
27345 msgstr ""
27346
27347 # type: verbatim
27348 #. type: verbatim
27349 #: ../fish/guestfish-actions.pod:2523
27350 #, no-wrap
27351 msgid ""
27352 " ll directory\n"
27353 "\n"
27354 msgstr ""
27355
27356 # type: =head2
27357 #. type: =head2
27358 #: ../fish/guestfish-actions.pod:2531
27359 msgid "ln"
27360 msgstr ""
27361
27362 # type: verbatim
27363 #. type: verbatim
27364 #: ../fish/guestfish-actions.pod:2533
27365 #, no-wrap
27366 msgid ""
27367 " ln target linkname\n"
27368 "\n"
27369 msgstr ""
27370
27371 # type: =head2
27372 #. type: =head2
27373 #: ../fish/guestfish-actions.pod:2537
27374 msgid "ln-f"
27375 msgstr ""
27376
27377 # type: verbatim
27378 #. type: verbatim
27379 #: ../fish/guestfish-actions.pod:2539
27380 #, no-wrap
27381 msgid ""
27382 " ln-f target linkname\n"
27383 "\n"
27384 msgstr ""
27385
27386 # type: =head2
27387 #. type: =head2
27388 #: ../fish/guestfish-actions.pod:2544
27389 msgid "ln-s"
27390 msgstr ""
27391
27392 # type: verbatim
27393 #. type: verbatim
27394 #: ../fish/guestfish-actions.pod:2546
27395 #, no-wrap
27396 msgid ""
27397 " ln-s target linkname\n"
27398 "\n"
27399 msgstr ""
27400
27401 # type: =head2
27402 #. type: =head2
27403 #: ../fish/guestfish-actions.pod:2550
27404 msgid "ln-sf"
27405 msgstr ""
27406
27407 # type: verbatim
27408 #. type: verbatim
27409 #: ../fish/guestfish-actions.pod:2552
27410 #, no-wrap
27411 msgid ""
27412 " ln-sf target linkname\n"
27413 "\n"
27414 msgstr ""
27415
27416 # type: =head2
27417 #. type: =head2
27418 #: ../fish/guestfish-actions.pod:2557
27419 msgid "lremovexattr"
27420 msgstr ""
27421
27422 # type: verbatim
27423 #. type: verbatim
27424 #: ../fish/guestfish-actions.pod:2559
27425 #, no-wrap
27426 msgid ""
27427 " lremovexattr xattr path\n"
27428 "\n"
27429 msgstr ""
27430
27431 # type: textblock
27432 #. type: textblock
27433 #: ../fish/guestfish-actions.pod:2561
27434 msgid ""
27435 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
27436 "it removes an extended attribute of the link itself."
27437 msgstr ""
27438
27439 # type: =head2
27440 #. type: =head2
27441 #: ../fish/guestfish-actions.pod:2565
27442 msgid "ls"
27443 msgstr ""
27444
27445 # type: verbatim
27446 #. type: verbatim
27447 #: ../fish/guestfish-actions.pod:2567
27448 #, no-wrap
27449 msgid ""
27450 " ls directory\n"
27451 "\n"
27452 msgstr ""
27453
27454 # type: textblock
27455 #. type: textblock
27456 #: ../fish/guestfish-actions.pod:2573
27457 msgid ""
27458 "This command is mostly useful for interactive sessions.  Programs should "
27459 "probably use L</readdir> instead."
27460 msgstr ""
27461
27462 # type: =head2
27463 #. type: =head2
27464 #: ../fish/guestfish-actions.pod:2576
27465 msgid "lsetxattr"
27466 msgstr ""
27467
27468 # type: verbatim
27469 #. type: verbatim
27470 #: ../fish/guestfish-actions.pod:2578
27471 #, no-wrap
27472 msgid ""
27473 " lsetxattr xattr val vallen path\n"
27474 "\n"
27475 msgstr ""
27476
27477 # type: textblock
27478 #. type: textblock
27479 #: ../fish/guestfish-actions.pod:2580
27480 msgid ""
27481 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
27482 "sets an extended attribute of the link itself."
27483 msgstr ""
27484
27485 # type: =head2
27486 #. type: =head2
27487 #: ../fish/guestfish-actions.pod:2584
27488 msgid "lstat"
27489 msgstr ""
27490
27491 # type: verbatim
27492 #. type: verbatim
27493 #: ../fish/guestfish-actions.pod:2586
27494 #, no-wrap
27495 msgid ""
27496 " lstat path\n"
27497 "\n"
27498 msgstr ""
27499
27500 # type: textblock
27501 #. type: textblock
27502 #: ../fish/guestfish-actions.pod:2590
27503 msgid ""
27504 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
27505 "the link is stat-ed, not the file it refers to."
27506 msgstr ""
27507
27508 # type: =head2
27509 #. type: =head2
27510 #: ../fish/guestfish-actions.pod:2596
27511 msgid "lstatlist"
27512 msgstr ""
27513
27514 # type: verbatim
27515 #. type: verbatim
27516 #: ../fish/guestfish-actions.pod:2598
27517 #, no-wrap
27518 msgid ""
27519 " lstatlist path 'names ...'\n"
27520 "\n"
27521 msgstr ""
27522
27523 # type: textblock
27524 #. type: textblock
27525 #: ../fish/guestfish-actions.pod:2600
27526 msgid ""
27527 "This call allows you to perform the L</lstat> operation on multiple files, "
27528 "where all files are in the directory C<path>.  C<names> is the list of files "
27529 "from this directory."
27530 msgstr ""
27531
27532 # type: textblock
27533 #. type: textblock
27534 #: ../fish/guestfish-actions.pod:2609
27535 msgid ""
27536 "This call is intended for programs that want to efficiently list a directory "
27537 "contents without making many round-trips.  See also L</lxattrlist> for a "
27538 "similarly efficient call for getting extended attributes.  Very long "
27539 "directory listings might cause the protocol message size to be exceeded, "
27540 "causing this call to fail.  The caller must split up such requests into "
27541 "smaller groups of names."
27542 msgstr ""
27543
27544 # type: =head2
27545 #. type: =head2
27546 #: ../fish/guestfish-actions.pod:2617
27547 msgid "luks-add-key"
27548 msgstr ""
27549
27550 # type: verbatim
27551 #. type: verbatim
27552 #: ../fish/guestfish-actions.pod:2619
27553 #, no-wrap
27554 msgid ""
27555 " luks-add-key device keyslot\n"
27556 "\n"
27557 msgstr ""
27558
27559 # type: textblock
27560 #. type: textblock
27561 #: ../fish/guestfish-actions.pod:2626
27562 msgid ""
27563 "Note that if C<keyslot> already contains a key, then this command will "
27564 "fail.  You have to use L</luks-kill-slot> first to remove that key."
27565 msgstr ""
27566
27567 # type: textblock
27568 #. type: textblock
27569 #: ../fish/guestfish-actions.pod:2630 ../fish/guestfish-actions.pod:2652
27570 #: ../fish/guestfish-actions.pod:2665 ../fish/guestfish-actions.pod:2679
27571 #: ../fish/guestfish-actions.pod:2702 ../fish/guestfish-actions.pod:2712
27572 msgid ""
27573 "This command has one or more key or passphrase parameters.  Guestfish will "
27574 "prompt for these separately."
27575 msgstr ""
27576
27577 # type: =head2
27578 #. type: =head2
27579 #: ../fish/guestfish-actions.pod:2633
27580 msgid "luks-close"
27581 msgstr ""
27582
27583 # type: verbatim
27584 #. type: verbatim
27585 #: ../fish/guestfish-actions.pod:2635
27586 #, no-wrap
27587 msgid ""
27588 " luks-close device\n"
27589 "\n"
27590 msgstr ""
27591
27592 # type: textblock
27593 #. type: textblock
27594 #: ../fish/guestfish-actions.pod:2637
27595 msgid ""
27596 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
27597 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
27598 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
27599 "block device."
27600 msgstr ""
27601
27602 # type: =head2
27603 #. type: =head2
27604 #: ../fish/guestfish-actions.pod:2643
27605 msgid "luks-format"
27606 msgstr ""
27607
27608 # type: verbatim
27609 #. type: verbatim
27610 #: ../fish/guestfish-actions.pod:2645
27611 #, no-wrap
27612 msgid ""
27613 " luks-format device keyslot\n"
27614 "\n"
27615 msgstr ""
27616
27617 # type: =head2
27618 #. type: =head2
27619 #: ../fish/guestfish-actions.pod:2658
27620 msgid "luks-format-cipher"
27621 msgstr ""
27622
27623 # type: verbatim
27624 #. type: verbatim
27625 #: ../fish/guestfish-actions.pod:2660
27626 #, no-wrap
27627 msgid ""
27628 " luks-format-cipher device keyslot cipher\n"
27629 "\n"
27630 msgstr ""
27631
27632 # type: textblock
27633 #. type: textblock
27634 #: ../fish/guestfish-actions.pod:2662
27635 msgid ""
27636 "This command is the same as L</luks-format> but it also allows you to set "
27637 "the C<cipher> used."
27638 msgstr ""
27639
27640 # type: =head2
27641 #. type: =head2
27642 #: ../fish/guestfish-actions.pod:2671
27643 msgid "luks-kill-slot"
27644 msgstr ""
27645
27646 # type: verbatim
27647 #. type: verbatim
27648 #: ../fish/guestfish-actions.pod:2673
27649 #, no-wrap
27650 msgid ""
27651 " luks-kill-slot device keyslot\n"
27652 "\n"
27653 msgstr ""
27654
27655 # type: =head2
27656 #. type: =head2
27657 #: ../fish/guestfish-actions.pod:2682
27658 msgid "luks-open"
27659 msgstr ""
27660
27661 # type: verbatim
27662 #. type: verbatim
27663 #: ../fish/guestfish-actions.pod:2684
27664 #, no-wrap
27665 msgid ""
27666 " luks-open device mapname\n"
27667 "\n"
27668 msgstr ""
27669
27670 # type: textblock
27671 #. type: textblock
27672 #: ../fish/guestfish-actions.pod:2698
27673 msgid ""
27674 "If this block device contains LVM volume groups, then calling L</vgscan> "
27675 "followed by L</vg-activate-all> will make them visible."
27676 msgstr ""
27677
27678 # type: =head2
27679 #. type: =head2
27680 #: ../fish/guestfish-actions.pod:2705
27681 msgid "luks-open-ro"
27682 msgstr ""
27683
27684 # type: verbatim
27685 #. type: verbatim
27686 #: ../fish/guestfish-actions.pod:2707
27687 #, no-wrap
27688 msgid ""
27689 " luks-open-ro device mapname\n"
27690 "\n"
27691 msgstr ""
27692
27693 # type: textblock
27694 #. type: textblock
27695 #: ../fish/guestfish-actions.pod:2709
27696 msgid ""
27697 "This is the same as L</luks-open> except that a read-only mapping is created."
27698 msgstr ""
27699
27700 # type: =head2
27701 #. type: =head2
27702 #: ../fish/guestfish-actions.pod:2715
27703 msgid "lvcreate"
27704 msgstr ""
27705
27706 # type: verbatim
27707 #. type: verbatim
27708 #: ../fish/guestfish-actions.pod:2717
27709 #, no-wrap
27710 msgid ""
27711 " lvcreate logvol volgroup mbytes\n"
27712 "\n"
27713 msgstr ""
27714
27715 # type: =head2
27716 #. type: =head2
27717 #: ../fish/guestfish-actions.pod:2722
27718 msgid "lvm-canonical-lv-name"
27719 msgstr ""
27720
27721 # type: verbatim
27722 #. type: verbatim
27723 #: ../fish/guestfish-actions.pod:2724
27724 #, no-wrap
27725 msgid ""
27726 " lvm-canonical-lv-name lvname\n"
27727 "\n"
27728 msgstr ""
27729
27730 # type: textblock
27731 #. type: textblock
27732 #: ../fish/guestfish-actions.pod:2733
27733 msgid "See also L</is-lv>."
27734 msgstr ""
27735
27736 # type: =head2
27737 #. type: =head2
27738 #: ../fish/guestfish-actions.pod:2735
27739 msgid "lvm-clear-filter"
27740 msgstr ""
27741
27742 # type: verbatim
27743 #. type: verbatim
27744 #: ../fish/guestfish-actions.pod:2737
27745 #, no-wrap
27746 msgid ""
27747 " lvm-clear-filter\n"
27748 "\n"
27749 msgstr ""
27750
27751 # type: textblock
27752 #. type: textblock
27753 #: ../fish/guestfish-actions.pod:2739
27754 msgid ""
27755 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
27756 "block device."
27757 msgstr ""
27758
27759 # type: =head2
27760 #. type: =head2
27761 #: ../fish/guestfish-actions.pod:2745
27762 msgid "lvm-remove-all"
27763 msgstr ""
27764
27765 # type: verbatim
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:2747
27768 #, no-wrap
27769 msgid ""
27770 " lvm-remove-all\n"
27771 "\n"
27772 msgstr ""
27773
27774 # type: =head2
27775 #. type: =head2
27776 #: ../fish/guestfish-actions.pod:2755
27777 msgid "lvm-set-filter"
27778 msgstr ""
27779
27780 # type: verbatim
27781 #. type: verbatim
27782 #: ../fish/guestfish-actions.pod:2757
27783 #, no-wrap
27784 msgid ""
27785 " lvm-set-filter 'devices ...'\n"
27786 "\n"
27787 msgstr ""
27788
27789 # type: =head2
27790 #. type: =head2
27791 #: ../fish/guestfish-actions.pod:2782
27792 msgid "lvremove"
27793 msgstr ""
27794
27795 # type: verbatim
27796 #. type: verbatim
27797 #: ../fish/guestfish-actions.pod:2784
27798 #, no-wrap
27799 msgid ""
27800 " lvremove device\n"
27801 "\n"
27802 msgstr ""
27803
27804 # type: =head2
27805 #. type: =head2
27806 #: ../fish/guestfish-actions.pod:2792
27807 msgid "lvrename"
27808 msgstr ""
27809
27810 # type: verbatim
27811 #. type: verbatim
27812 #: ../fish/guestfish-actions.pod:2794
27813 #, no-wrap
27814 msgid ""
27815 " lvrename logvol newlogvol\n"
27816 "\n"
27817 msgstr ""
27818
27819 # type: =head2
27820 #. type: =head2
27821 #: ../fish/guestfish-actions.pod:2798
27822 msgid "lvresize"
27823 msgstr ""
27824
27825 # type: verbatim
27826 #. type: verbatim
27827 #: ../fish/guestfish-actions.pod:2800
27828 #, no-wrap
27829 msgid ""
27830 " lvresize device mbytes\n"
27831 "\n"
27832 msgstr ""
27833
27834 # type: =head2
27835 #. type: =head2
27836 #: ../fish/guestfish-actions.pod:2806
27837 msgid "lvresize-free"
27838 msgstr ""
27839
27840 # type: verbatim
27841 #. type: verbatim
27842 #: ../fish/guestfish-actions.pod:2808
27843 #, no-wrap
27844 msgid ""
27845 " lvresize-free lv percent\n"
27846 "\n"
27847 msgstr ""
27848
27849 # type: =head2
27850 #. type: =head2
27851 #: ../fish/guestfish-actions.pod:2816
27852 msgid "lvs"
27853 msgstr ""
27854
27855 # type: verbatim
27856 #. type: verbatim
27857 #: ../fish/guestfish-actions.pod:2818
27858 #, no-wrap
27859 msgid ""
27860 " lvs\n"
27861 "\n"
27862 msgstr ""
27863
27864 # type: textblock
27865 #. type: textblock
27866 #: ../fish/guestfish-actions.pod:2826
27867 msgid "See also L</lvs-full>, L</list-filesystems>."
27868 msgstr ""
27869
27870 # type: =head2
27871 #. type: =head2
27872 #: ../fish/guestfish-actions.pod:2828
27873 msgid "lvs-full"
27874 msgstr ""
27875
27876 # type: verbatim
27877 #. type: verbatim
27878 #: ../fish/guestfish-actions.pod:2830
27879 #, no-wrap
27880 msgid ""
27881 " lvs-full\n"
27882 "\n"
27883 msgstr ""
27884
27885 # type: =head2
27886 #. type: =head2
27887 #: ../fish/guestfish-actions.pod:2835
27888 msgid "lvuuid"
27889 msgstr ""
27890
27891 # type: verbatim
27892 #. type: verbatim
27893 #: ../fish/guestfish-actions.pod:2837
27894 #, no-wrap
27895 msgid ""
27896 " lvuuid device\n"
27897 "\n"
27898 msgstr ""
27899
27900 # type: =head2
27901 #. type: =head2
27902 #: ../fish/guestfish-actions.pod:2841
27903 msgid "lxattrlist"
27904 msgstr ""
27905
27906 # type: verbatim
27907 #. type: verbatim
27908 #: ../fish/guestfish-actions.pod:2843
27909 #, no-wrap
27910 msgid ""
27911 " lxattrlist path 'names ...'\n"
27912 "\n"
27913 msgstr ""
27914
27915 # type: textblock
27916 #. type: textblock
27917 #: ../fish/guestfish-actions.pod:2859
27918 msgid ""
27919 "This call is intended for programs that want to efficiently list a directory "
27920 "contents without making many round-trips.  See also L</lstatlist> for a "
27921 "similarly efficient call for getting standard stats.  Very long directory "
27922 "listings might cause the protocol message size to be exceeded, causing this "
27923 "call to fail.  The caller must split up such requests into smaller groups of "
27924 "names."
27925 msgstr ""
27926
27927 # type: =head2
27928 #. type: =head2
27929 #: ../fish/guestfish-actions.pod:2867
27930 msgid "mkdir"
27931 msgstr ""
27932
27933 # type: verbatim
27934 #. type: verbatim
27935 #: ../fish/guestfish-actions.pod:2869
27936 #, no-wrap
27937 msgid ""
27938 " mkdir path\n"
27939 "\n"
27940 msgstr ""
27941
27942 # type: =head2
27943 #. type: =head2
27944 #: ../fish/guestfish-actions.pod:2873
27945 msgid "mkdir-mode"
27946 msgstr ""
27947
27948 # type: verbatim
27949 #. type: verbatim
27950 #: ../fish/guestfish-actions.pod:2875
27951 #, no-wrap
27952 msgid ""
27953 " mkdir-mode path mode\n"
27954 "\n"
27955 msgstr ""
27956
27957 # type: textblock
27958 #. type: textblock
27959 #: ../fish/guestfish-actions.pod:2884
27960 msgid "See also L</mkdir>, L</umask>"
27961 msgstr ""
27962
27963 # type: =head2
27964 #. type: =head2
27965 #: ../fish/guestfish-actions.pod:2886
27966 msgid "mkdir-p"
27967 msgstr ""
27968
27969 # type: verbatim
27970 #. type: verbatim
27971 #: ../fish/guestfish-actions.pod:2888
27972 #, no-wrap
27973 msgid ""
27974 " mkdir-p path\n"
27975 "\n"
27976 msgstr ""
27977
27978 # type: =head2
27979 #. type: =head2
27980 #: ../fish/guestfish-actions.pod:2893
27981 msgid "mkdtemp"
27982 msgstr ""
27983
27984 # type: verbatim
27985 #. type: verbatim
27986 #: ../fish/guestfish-actions.pod:2895
27987 #, no-wrap
27988 msgid ""
27989 " mkdtemp template\n"
27990 "\n"
27991 msgstr ""
27992
27993 # type: =head2
27994 #. type: =head2
27995 #: ../fish/guestfish-actions.pod:2916
27996 msgid "mke2fs-J"
27997 msgstr ""
27998
27999 # type: verbatim
28000 #. type: verbatim
28001 #: ../fish/guestfish-actions.pod:2918
28002 #, no-wrap
28003 msgid ""
28004 " mke2fs-J fstype blocksize device journal\n"
28005 "\n"
28006 msgstr ""
28007
28008 # type: textblock
28009 #. type: textblock
28010 #: ../fish/guestfish-actions.pod:2926
28011 msgid "See also L</mke2journal>."
28012 msgstr ""
28013
28014 # type: =head2
28015 #. type: =head2
28016 #: ../fish/guestfish-actions.pod:2928
28017 msgid "mke2fs-JL"
28018 msgstr ""
28019
28020 # type: verbatim
28021 #. type: verbatim
28022 #: ../fish/guestfish-actions.pod:2930
28023 #, no-wrap
28024 msgid ""
28025 " mke2fs-JL fstype blocksize device label\n"
28026 "\n"
28027 msgstr ""
28028
28029 # type: textblock
28030 #. type: textblock
28031 #: ../fish/guestfish-actions.pod:2935
28032 msgid "See also L</mke2journal-L>."
28033 msgstr ""
28034
28035 # type: =head2
28036 #. type: =head2
28037 #: ../fish/guestfish-actions.pod:2937
28038 msgid "mke2fs-JU"
28039 msgstr ""
28040
28041 # type: verbatim
28042 #. type: verbatim
28043 #: ../fish/guestfish-actions.pod:2939
28044 #, no-wrap
28045 msgid ""
28046 " mke2fs-JU fstype blocksize device uuid\n"
28047 "\n"
28048 msgstr ""
28049
28050 # type: textblock
28051 #. type: textblock
28052 #: ../fish/guestfish-actions.pod:2944
28053 msgid "See also L</mke2journal-U>."
28054 msgstr ""
28055
28056 # type: =head2
28057 #. type: =head2
28058 #: ../fish/guestfish-actions.pod:2946
28059 msgid "mke2journal"
28060 msgstr ""
28061
28062 # type: verbatim
28063 #. type: verbatim
28064 #: ../fish/guestfish-actions.pod:2948
28065 #, no-wrap
28066 msgid ""
28067 " mke2journal blocksize device\n"
28068 "\n"
28069 msgstr ""
28070
28071 # type: =head2
28072 #. type: =head2
28073 #: ../fish/guestfish-actions.pod:2955
28074 msgid "mke2journal-L"
28075 msgstr ""
28076
28077 # type: verbatim
28078 #. type: verbatim
28079 #: ../fish/guestfish-actions.pod:2957
28080 #, no-wrap
28081 msgid ""
28082 " mke2journal-L blocksize label device\n"
28083 "\n"
28084 msgstr ""
28085
28086 # type: =head2
28087 #. type: =head2
28088 #: ../fish/guestfish-actions.pod:2961
28089 msgid "mke2journal-U"
28090 msgstr ""
28091
28092 # type: verbatim
28093 #. type: verbatim
28094 #: ../fish/guestfish-actions.pod:2963
28095 #, no-wrap
28096 msgid ""
28097 " mke2journal-U blocksize uuid device\n"
28098 "\n"
28099 msgstr ""
28100
28101 # type: =head2
28102 #. type: =head2
28103 #: ../fish/guestfish-actions.pod:2967
28104 msgid "mkfifo"
28105 msgstr ""
28106
28107 # type: verbatim
28108 #. type: verbatim
28109 #: ../fish/guestfish-actions.pod:2969
28110 #, no-wrap
28111 msgid ""
28112 " mkfifo mode path\n"
28113 "\n"
28114 msgstr ""
28115
28116 # type: textblock
28117 #. type: textblock
28118 #: ../fish/guestfish-actions.pod:2971
28119 msgid ""
28120 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
28121 "is just a convenient wrapper around L</mknod>."
28122 msgstr ""
28123
28124 # type: =head2
28125 #. type: =head2
28126 #: ../fish/guestfish-actions.pod:2977
28127 msgid "mkfs"
28128 msgstr ""
28129
28130 # type: verbatim
28131 #. type: verbatim
28132 #: ../fish/guestfish-actions.pod:2979
28133 #, no-wrap
28134 msgid ""
28135 " mkfs fstype device\n"
28136 "\n"
28137 msgstr ""
28138
28139 # type: =head2
28140 #. type: =head2
28141 #: ../fish/guestfish-actions.pod:2985
28142 msgid "mkfs-b"
28143 msgstr ""
28144
28145 # type: verbatim
28146 #. type: verbatim
28147 #: ../fish/guestfish-actions.pod:2987
28148 #, no-wrap
28149 msgid ""
28150 " mkfs-b fstype blocksize device\n"
28151 "\n"
28152 msgstr ""
28153
28154 # type: textblock
28155 #. type: textblock
28156 #: ../fish/guestfish-actions.pod:2989
28157 msgid ""
28158 "This call is similar to L</mkfs>, but it allows you to control the block "
28159 "size of the resulting filesystem.  Supported block sizes depend on the "
28160 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
28161 msgstr ""
28162
28163 # type: =head2
28164 #. type: =head2
28165 #: ../fish/guestfish-actions.pod:3004
28166 msgid "mkfs-opts"
28167 msgstr ""
28168
28169 #. type: verbatim
28170 #: ../fish/guestfish-actions.pod:3006
28171 #, no-wrap
28172 msgid ""
28173 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
28174 "\n"
28175 msgstr ""
28176
28177 # type: =head2
28178 #. type: =head2
28179 #: ../fish/guestfish-actions.pod:3041
28180 msgid "mkmountpoint"
28181 msgstr ""
28182
28183 # type: verbatim
28184 #. type: verbatim
28185 #: ../fish/guestfish-actions.pod:3043
28186 #, no-wrap
28187 msgid ""
28188 " mkmountpoint exemptpath\n"
28189 "\n"
28190 msgstr ""
28191
28192 # type: textblock
28193 #. type: textblock
28194 #: ../fish/guestfish-actions.pod:3045
28195 msgid ""
28196 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
28197 "to create extra mountpoints before mounting the first filesystem."
28198 msgstr ""
28199
28200 # type: textblock
28201 #. type: textblock
28202 #: ../fish/guestfish-actions.pod:3069
28203 msgid ""
28204 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
28205 "unexpected errors if you try to mix these calls.  It is safest to manually "
28206 "unmount filesystems and remove mountpoints after use."
28207 msgstr ""
28208
28209 # type: textblock
28210 #. type: textblock
28211 #: ../fish/guestfish-actions.pod:3073
28212 msgid ""
28213 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
28214 "for this to work for manual mountpoints, you must ensure that the innermost "
28215 "mountpoints have the longest pathnames, as in the example code above."
28216 msgstr ""
28217
28218 #. type: textblock
28219 #: ../fish/guestfish-actions.pod:3080
28220 msgid ""
28221 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
28222 "L</umount-all> to be called when the handle is closed which can also trigger "
28223 "these issues."
28224 msgstr ""
28225
28226 # type: =head2
28227 #. type: =head2
28228 #: ../fish/guestfish-actions.pod:3084
28229 msgid "mknod"
28230 msgstr ""
28231
28232 # type: verbatim
28233 #. type: verbatim
28234 #: ../fish/guestfish-actions.pod:3086
28235 #, no-wrap
28236 msgid ""
28237 " mknod mode devmajor devminor path\n"
28238 "\n"
28239 msgstr ""
28240
28241 # type: textblock
28242 #. type: textblock
28243 #: ../fish/guestfish-actions.pod:3096
28244 msgid ""
28245 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
28246 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
28247 "regular file).  These constants are available in the standard Linux header "
28248 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
28249 "wrappers around this command which bitwise OR in the appropriate constant "
28250 "for you."
28251 msgstr ""
28252
28253 # type: =head2
28254 #. type: =head2
28255 #: ../fish/guestfish-actions.pod:3106
28256 msgid "mknod-b"
28257 msgstr ""
28258
28259 # type: verbatim
28260 #. type: verbatim
28261 #: ../fish/guestfish-actions.pod:3108
28262 #, no-wrap
28263 msgid ""
28264 " mknod-b mode devmajor devminor path\n"
28265 "\n"
28266 msgstr ""
28267
28268 # type: textblock
28269 #. type: textblock
28270 #: ../fish/guestfish-actions.pod:3110
28271 msgid ""
28272 "This call creates a block device node called C<path> with mode C<mode> and "
28273 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28274 "wrapper around L</mknod>."
28275 msgstr ""
28276
28277 # type: =head2
28278 #. type: =head2
28279 #: ../fish/guestfish-actions.pod:3116
28280 msgid "mknod-c"
28281 msgstr ""
28282
28283 # type: verbatim
28284 #. type: verbatim
28285 #: ../fish/guestfish-actions.pod:3118
28286 #, no-wrap
28287 msgid ""
28288 " mknod-c mode devmajor devminor path\n"
28289 "\n"
28290 msgstr ""
28291
28292 # type: textblock
28293 #. type: textblock
28294 #: ../fish/guestfish-actions.pod:3120
28295 msgid ""
28296 "This call creates a char device node called C<path> with mode C<mode> and "
28297 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
28298 "wrapper around L</mknod>."
28299 msgstr ""
28300
28301 # type: =head2
28302 #. type: =head2
28303 #: ../fish/guestfish-actions.pod:3126
28304 msgid "mkswap"
28305 msgstr ""
28306
28307 # type: verbatim
28308 #. type: verbatim
28309 #: ../fish/guestfish-actions.pod:3128
28310 #, no-wrap
28311 msgid ""
28312 " mkswap device\n"
28313 "\n"
28314 msgstr ""
28315
28316 # type: =head2
28317 #. type: =head2
28318 #: ../fish/guestfish-actions.pod:3132
28319 msgid "mkswap-L"
28320 msgstr ""
28321
28322 # type: verbatim
28323 #. type: verbatim
28324 #: ../fish/guestfish-actions.pod:3134
28325 #, no-wrap
28326 msgid ""
28327 " mkswap-L label device\n"
28328 "\n"
28329 msgstr ""
28330
28331 # type: =head2
28332 #. type: =head2
28333 #: ../fish/guestfish-actions.pod:3142
28334 msgid "mkswap-U"
28335 msgstr ""
28336
28337 # type: verbatim
28338 #. type: verbatim
28339 #: ../fish/guestfish-actions.pod:3144
28340 #, no-wrap
28341 msgid ""
28342 " mkswap-U uuid device\n"
28343 "\n"
28344 msgstr ""
28345
28346 # type: =head2
28347 #. type: =head2
28348 #: ../fish/guestfish-actions.pod:3148
28349 msgid "mkswap-file"
28350 msgstr ""
28351
28352 # type: verbatim
28353 #. type: verbatim
28354 #: ../fish/guestfish-actions.pod:3150
28355 #, no-wrap
28356 msgid ""
28357 " mkswap-file path\n"
28358 "\n"
28359 msgstr ""
28360
28361 # type: textblock
28362 #. type: textblock
28363 #: ../fish/guestfish-actions.pod:3154
28364 msgid ""
28365 "This command just writes a swap file signature to an existing file.  To "
28366 "create the file itself, use something like L</fallocate>."
28367 msgstr ""
28368
28369 # type: =head2
28370 #. type: =head2
28371 #: ../fish/guestfish-actions.pod:3157
28372 msgid "modprobe"
28373 msgstr ""
28374
28375 # type: verbatim
28376 #. type: verbatim
28377 #: ../fish/guestfish-actions.pod:3159
28378 #, no-wrap
28379 msgid ""
28380 " modprobe modulename\n"
28381 "\n"
28382 msgstr ""
28383
28384 # type: =head2
28385 #. type: =head2
28386 #: ../fish/guestfish-actions.pod:3166
28387 msgid "mount"
28388 msgstr ""
28389
28390 # type: verbatim
28391 #. type: verbatim
28392 #: ../fish/guestfish-actions.pod:3168
28393 #, no-wrap
28394 msgid ""
28395 " mount device mountpoint\n"
28396 "\n"
28397 msgstr ""
28398
28399 # type: textblock
28400 #. type: textblock
28401 #: ../fish/guestfish-actions.pod:3184
28402 msgid ""
28403 "B<Important note:> When you use this call, the filesystem options C<sync> "
28404 "and C<noatime> are set implicitly.  This was originally done because we "
28405 "thought it would improve reliability, but it turns out that I<-o sync> has a "
28406 "very large negative performance impact and negligible effect on "
28407 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
28408 "code that needs performance, and instead use L</mount-options> (use an empty "
28409 "string for the first parameter if you don't want any options)."
28410 msgstr ""
28411
28412 # type: =head2
28413 #. type: =head2
28414 #: ../fish/guestfish-actions.pod:3194
28415 msgid "mount-loop"
28416 msgstr ""
28417
28418 # type: verbatim
28419 #. type: verbatim
28420 #: ../fish/guestfish-actions.pod:3196
28421 #, no-wrap
28422 msgid ""
28423 " mount-loop file mountpoint\n"
28424 "\n"
28425 msgstr ""
28426
28427 # type: =head2
28428 #. type: =head2
28429 #: ../fish/guestfish-actions.pod:3202
28430 msgid "mount-options"
28431 msgstr ""
28432
28433 # type: verbatim
28434 #. type: verbatim
28435 #: ../fish/guestfish-actions.pod:3204
28436 #, no-wrap
28437 msgid ""
28438 " mount-options options device mountpoint\n"
28439 "\n"
28440 msgstr ""
28441
28442 # type: textblock
28443 #. type: textblock
28444 #: ../fish/guestfish-actions.pod:3206
28445 msgid ""
28446 "This is the same as the L</mount> command, but it allows you to set the "
28447 "mount options as for the L<mount(8)> I<-o> flag."
28448 msgstr ""
28449
28450 # type: =head2
28451 #. type: =head2
28452 #: ../fish/guestfish-actions.pod:3214
28453 msgid "mount-ro"
28454 msgstr ""
28455
28456 # type: verbatim
28457 #. type: verbatim
28458 #: ../fish/guestfish-actions.pod:3216
28459 #, no-wrap
28460 msgid ""
28461 " mount-ro device mountpoint\n"
28462 "\n"
28463 msgstr ""
28464
28465 # type: textblock
28466 #. type: textblock
28467 #: ../fish/guestfish-actions.pod:3218
28468 msgid ""
28469 "This is the same as the L</mount> command, but it mounts the filesystem with "
28470 "the read-only (I<-o ro>) flag."
28471 msgstr ""
28472
28473 # type: =head2
28474 #. type: =head2
28475 #: ../fish/guestfish-actions.pod:3221
28476 msgid "mount-vfs"
28477 msgstr ""
28478
28479 # type: verbatim
28480 #. type: verbatim
28481 #: ../fish/guestfish-actions.pod:3223
28482 #, no-wrap
28483 msgid ""
28484 " mount-vfs options vfstype device mountpoint\n"
28485 "\n"
28486 msgstr ""
28487
28488 # type: textblock
28489 #. type: textblock
28490 #: ../fish/guestfish-actions.pod:3225
28491 msgid ""
28492 "This is the same as the L</mount> command, but it allows you to set both the "
28493 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
28494 msgstr ""
28495
28496 # type: =head2
28497 #. type: =head2
28498 #: ../fish/guestfish-actions.pod:3229
28499 msgid "mountpoints"
28500 msgstr ""
28501
28502 # type: verbatim
28503 #. type: verbatim
28504 #: ../fish/guestfish-actions.pod:3231
28505 #, no-wrap
28506 msgid ""
28507 " mountpoints\n"
28508 "\n"
28509 msgstr ""
28510
28511 # type: textblock
28512 #. type: textblock
28513 #: ../fish/guestfish-actions.pod:3233
28514 msgid ""
28515 "This call is similar to L</mounts>.  That call returns a list of devices.  "
28516 "This one returns a hash table (map) of device name to directory where the "
28517 "device is mounted."
28518 msgstr ""
28519
28520 # type: =head2
28521 #. type: =head2
28522 #: ../fish/guestfish-actions.pod:3237
28523 msgid "mounts"
28524 msgstr ""
28525
28526 # type: verbatim
28527 #. type: verbatim
28528 #: ../fish/guestfish-actions.pod:3239
28529 #, no-wrap
28530 msgid ""
28531 " mounts\n"
28532 "\n"
28533 msgstr ""
28534
28535 # type: textblock
28536 #. type: textblock
28537 #: ../fish/guestfish-actions.pod:3246
28538 msgid "See also: L</mountpoints>"
28539 msgstr ""
28540
28541 # type: =head2
28542 #. type: =head2
28543 #: ../fish/guestfish-actions.pod:3248
28544 msgid "mv"
28545 msgstr ""
28546
28547 # type: verbatim
28548 #. type: verbatim
28549 #: ../fish/guestfish-actions.pod:3250
28550 #, no-wrap
28551 msgid ""
28552 " mv src dest\n"
28553 "\n"
28554 msgstr ""
28555
28556 # type: =head2
28557 #. type: =head2
28558 #: ../fish/guestfish-actions.pod:3255
28559 msgid "ntfs-3g-probe"
28560 msgstr ""
28561
28562 # type: verbatim
28563 #. type: verbatim
28564 #: ../fish/guestfish-actions.pod:3257
28565 #, no-wrap
28566 msgid ""
28567 " ntfs-3g-probe true|false device\n"
28568 "\n"
28569 msgstr ""
28570
28571 # type: =head2
28572 #. type: =head2
28573 #: ../fish/guestfish-actions.pod:3271
28574 msgid "ntfsresize"
28575 msgstr ""
28576
28577 # type: verbatim
28578 #. type: verbatim
28579 #: ../fish/guestfish-actions.pod:3273
28580 #, no-wrap
28581 msgid ""
28582 " ntfsresize device\n"
28583 "\n"
28584 msgstr ""
28585
28586 # type: =head2
28587 #. type: =head2
28588 #: ../fish/guestfish-actions.pod:3279
28589 msgid "ntfsresize-size"
28590 msgstr ""
28591
28592 # type: verbatim
28593 #. type: verbatim
28594 #: ../fish/guestfish-actions.pod:3281
28595 #, no-wrap
28596 msgid ""
28597 " ntfsresize-size device size\n"
28598 "\n"
28599 msgstr ""
28600
28601 # type: textblock
28602 #. type: textblock
28603 #: ../fish/guestfish-actions.pod:3283
28604 msgid ""
28605 "This command is the same as L</ntfsresize> except that it allows you to "
28606 "specify the new size (in bytes) explicitly."
28607 msgstr ""
28608
28609 # type: =head2
28610 #. type: =head2
28611 #: ../fish/guestfish-actions.pod:3286
28612 msgid "part-add"
28613 msgstr ""
28614
28615 # type: verbatim
28616 #. type: verbatim
28617 #: ../fish/guestfish-actions.pod:3288
28618 #, no-wrap
28619 msgid ""
28620 " part-add device prlogex startsect endsect\n"
28621 "\n"
28622 msgstr ""
28623
28624 # type: textblock
28625 #. type: textblock
28626 #: ../fish/guestfish-actions.pod:3290
28627 msgid ""
28628 "This command adds a partition to C<device>.  If there is no partition table "
28629 "on the device, call L</part-init> first."
28630 msgstr ""
28631
28632 # type: textblock
28633 #. type: textblock
28634 #: ../fish/guestfish-actions.pod:3302
28635 msgid ""
28636 "Creating a partition which covers the whole disk is not so easy.  Use L</"
28637 "part-disk> to do that."
28638 msgstr ""
28639
28640 # type: =head2
28641 #. type: =head2
28642 #: ../fish/guestfish-actions.pod:3305
28643 msgid "part-del"
28644 msgstr ""
28645
28646 # type: verbatim
28647 #. type: verbatim
28648 #: ../fish/guestfish-actions.pod:3307
28649 #, no-wrap
28650 msgid ""
28651 " part-del device partnum\n"
28652 "\n"
28653 msgstr ""
28654
28655 # type: =head2
28656 #. type: =head2
28657 #: ../fish/guestfish-actions.pod:3315
28658 msgid "part-disk"
28659 msgstr ""
28660
28661 # type: verbatim
28662 #. type: verbatim
28663 #: ../fish/guestfish-actions.pod:3317
28664 #, no-wrap
28665 msgid ""
28666 " part-disk device parttype\n"
28667 "\n"
28668 msgstr ""
28669
28670 # type: textblock
28671 #. type: textblock
28672 #: ../fish/guestfish-actions.pod:3319
28673 msgid ""
28674 "This command is simply a combination of L</part-init> followed by L</part-"
28675 "add> to create a single primary partition covering the whole disk."
28676 msgstr ""
28677
28678 # type: textblock
28679 #. type: textblock
28680 #: ../fish/guestfish-actions.pod:3323
28681 msgid ""
28682 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
28683 "possible values are described in L</part-init>."
28684 msgstr ""
28685
28686 # type: =head2
28687 #. type: =head2
28688 #: ../fish/guestfish-actions.pod:3329
28689 msgid "part-get-bootable"
28690 msgstr ""
28691
28692 # type: verbatim
28693 #. type: verbatim
28694 #: ../fish/guestfish-actions.pod:3331
28695 #, no-wrap
28696 msgid ""
28697 " part-get-bootable device partnum\n"
28698 "\n"
28699 msgstr ""
28700
28701 # type: textblock
28702 #. type: textblock
28703 #: ../fish/guestfish-actions.pod:3336
28704 msgid "See also L</part-set-bootable>."
28705 msgstr ""
28706
28707 # type: =head2
28708 #. type: =head2
28709 #: ../fish/guestfish-actions.pod:3338
28710 msgid "part-get-mbr-id"
28711 msgstr ""
28712
28713 # type: verbatim
28714 #. type: verbatim
28715 #: ../fish/guestfish-actions.pod:3340
28716 #, no-wrap
28717 msgid ""
28718 " part-get-mbr-id device partnum\n"
28719 "\n"
28720 msgstr ""
28721
28722 # type: textblock
28723 #. type: textblock
28724 #: ../fish/guestfish-actions.pod:3345 ../fish/guestfish-actions.pod:3483
28725 msgid ""
28726 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
28727 "undefined results for other partition table types (see L</part-get-"
28728 "parttype>)."
28729 msgstr ""
28730
28731 # type: =head2
28732 #. type: =head2
28733 #: ../fish/guestfish-actions.pod:3349
28734 msgid "part-get-parttype"
28735 msgstr ""
28736
28737 # type: verbatim
28738 #. type: verbatim
28739 #: ../fish/guestfish-actions.pod:3351
28740 #, no-wrap
28741 msgid ""
28742 " part-get-parttype device\n"
28743 "\n"
28744 msgstr ""
28745
28746 # type: textblock
28747 #. type: textblock
28748 #: ../fish/guestfish-actions.pod:3356
28749 msgid ""
28750 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
28751 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
28752 "possible, although unusual.  See L</part-init> for a full list."
28753 msgstr ""
28754
28755 # type: =head2
28756 #. type: =head2
28757 #: ../fish/guestfish-actions.pod:3361
28758 msgid "part-init"
28759 msgstr ""
28760
28761 # type: verbatim
28762 #. type: verbatim
28763 #: ../fish/guestfish-actions.pod:3363
28764 #, no-wrap
28765 msgid ""
28766 " part-init device parttype\n"
28767 "\n"
28768 msgstr ""
28769
28770 # type: textblock
28771 #. type: textblock
28772 #: ../fish/guestfish-actions.pod:3369
28773 msgid ""
28774 "Initially there are no partitions.  Following this, you should call L</part-"
28775 "add> for each partition required."
28776 msgstr ""
28777
28778 # type: =head2
28779 #. type: =head2
28780 #: ../fish/guestfish-actions.pod:3432
28781 msgid "part-list"
28782 msgstr ""
28783
28784 # type: verbatim
28785 #. type: verbatim
28786 #: ../fish/guestfish-actions.pod:3434
28787 #, no-wrap
28788 msgid ""
28789 " part-list device\n"
28790 "\n"
28791 msgstr ""
28792
28793 # type: textblock
28794 #. type: textblock
28795 #: ../fish/guestfish-actions.pod:3449
28796 msgid ""
28797 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
28798 "the device's sector size, see L</blockdev-getss>."
28799 msgstr ""
28800
28801 # type: =head2
28802 #. type: =head2
28803 #: ../fish/guestfish-actions.pod:3462
28804 msgid "part-set-bootable"
28805 msgstr ""
28806
28807 # type: verbatim
28808 #. type: verbatim
28809 #: ../fish/guestfish-actions.pod:3464
28810 #, no-wrap
28811 msgid ""
28812 " part-set-bootable device partnum true|false\n"
28813 "\n"
28814 msgstr ""
28815
28816 # type: =head2
28817 #. type: =head2
28818 #: ../fish/guestfish-actions.pod:3473
28819 msgid "part-set-mbr-id"
28820 msgstr ""
28821
28822 # type: verbatim
28823 #. type: verbatim
28824 #: ../fish/guestfish-actions.pod:3475
28825 #, no-wrap
28826 msgid ""
28827 " part-set-mbr-id device partnum idbyte\n"
28828 "\n"
28829 msgstr ""
28830
28831 # type: =head2
28832 #. type: =head2
28833 #: ../fish/guestfish-actions.pod:3487
28834 msgid "part-set-name"
28835 msgstr ""
28836
28837 # type: verbatim
28838 #. type: verbatim
28839 #: ../fish/guestfish-actions.pod:3489
28840 #, no-wrap
28841 msgid ""
28842 " part-set-name device partnum name\n"
28843 "\n"
28844 msgstr ""
28845
28846 # type: =head2
28847 #. type: =head2
28848 #: ../fish/guestfish-actions.pod:3497
28849 msgid "part-to-dev"
28850 msgstr ""
28851
28852 # type: verbatim
28853 #. type: verbatim
28854 #: ../fish/guestfish-actions.pod:3499
28855 #, no-wrap
28856 msgid ""
28857 " part-to-dev partition\n"
28858 "\n"
28859 msgstr ""
28860
28861 # type: textblock
28862 #. type: textblock
28863 #: ../fish/guestfish-actions.pod:3505
28864 msgid ""
28865 "The named partition must exist, for example as a string returned from L</"
28866 "list-partitions>."
28867 msgstr ""
28868
28869 # type: =head2
28870 #. type: =head2
28871 #: ../fish/guestfish-actions.pod:3508
28872 msgid "ping-daemon"
28873 msgstr ""
28874
28875 # type: verbatim
28876 #. type: verbatim
28877 #: ../fish/guestfish-actions.pod:3510
28878 #, no-wrap
28879 msgid ""
28880 " ping-daemon\n"
28881 "\n"
28882 msgstr ""
28883
28884 # type: =head2
28885 #. type: =head2
28886 #: ../fish/guestfish-actions.pod:3517
28887 msgid "pread"
28888 msgstr ""
28889
28890 # type: verbatim
28891 #. type: verbatim
28892 #: ../fish/guestfish-actions.pod:3519
28893 #, no-wrap
28894 msgid ""
28895 " pread path count offset\n"
28896 "\n"
28897 msgstr ""
28898
28899 # type: textblock
28900 #. type: textblock
28901 #: ../fish/guestfish-actions.pod:3527
28902 msgid "See also L</pwrite>, L</pread-device>."
28903 msgstr ""
28904
28905 # type: =head2
28906 #. type: =head2
28907 #: ../fish/guestfish-actions.pod:3532
28908 msgid "pread-device"
28909 msgstr ""
28910
28911 # type: verbatim
28912 #. type: verbatim
28913 #: ../fish/guestfish-actions.pod:3534
28914 #, no-wrap
28915 msgid ""
28916 " pread-device device count offset\n"
28917 "\n"
28918 msgstr ""
28919
28920 # type: textblock
28921 #. type: textblock
28922 #: ../fish/guestfish-actions.pod:3542
28923 msgid "See also L</pread>."
28924 msgstr ""
28925
28926 # type: =head2
28927 #. type: =head2
28928 #: ../fish/guestfish-actions.pod:3547
28929 msgid "pvcreate"
28930 msgstr ""
28931
28932 # type: verbatim
28933 #. type: verbatim
28934 #: ../fish/guestfish-actions.pod:3549
28935 #, no-wrap
28936 msgid ""
28937 " pvcreate device\n"
28938 "\n"
28939 msgstr ""
28940
28941 # type: =head2
28942 #. type: =head2
28943 #: ../fish/guestfish-actions.pod:3555
28944 msgid "pvremove"
28945 msgstr ""
28946
28947 # type: verbatim
28948 #. type: verbatim
28949 #: ../fish/guestfish-actions.pod:3557
28950 #, no-wrap
28951 msgid ""
28952 " pvremove device\n"
28953 "\n"
28954 msgstr ""
28955
28956 # type: =head2
28957 #. type: =head2
28958 #: ../fish/guestfish-actions.pod:3566
28959 msgid "pvresize"
28960 msgstr ""
28961
28962 # type: verbatim
28963 #. type: verbatim
28964 #: ../fish/guestfish-actions.pod:3568
28965 #, no-wrap
28966 msgid ""
28967 " pvresize device\n"
28968 "\n"
28969 msgstr ""
28970
28971 # type: =head2
28972 #. type: =head2
28973 #: ../fish/guestfish-actions.pod:3573
28974 msgid "pvresize-size"
28975 msgstr ""
28976
28977 # type: verbatim
28978 #. type: verbatim
28979 #: ../fish/guestfish-actions.pod:3575
28980 #, no-wrap
28981 msgid ""
28982 " pvresize-size device size\n"
28983 "\n"
28984 msgstr ""
28985
28986 # type: textblock
28987 #. type: textblock
28988 #: ../fish/guestfish-actions.pod:3577
28989 msgid ""
28990 "This command is the same as L</pvresize> except that it allows you to "
28991 "specify the new size (in bytes) explicitly."
28992 msgstr ""
28993
28994 # type: =head2
28995 #. type: =head2
28996 #: ../fish/guestfish-actions.pod:3580
28997 msgid "pvs"
28998 msgstr ""
28999
29000 # type: verbatim
29001 #. type: verbatim
29002 #: ../fish/guestfish-actions.pod:3582
29003 #, no-wrap
29004 msgid ""
29005 " pvs\n"
29006 "\n"
29007 msgstr ""
29008
29009 # type: textblock
29010 #. type: textblock
29011 #: ../fish/guestfish-actions.pod:3590
29012 msgid "See also L</pvs-full>."
29013 msgstr ""
29014
29015 # type: =head2
29016 #. type: =head2
29017 #: ../fish/guestfish-actions.pod:3592
29018 msgid "pvs-full"
29019 msgstr ""
29020
29021 # type: verbatim
29022 #. type: verbatim
29023 #: ../fish/guestfish-actions.pod:3594
29024 #, no-wrap
29025 msgid ""
29026 " pvs-full\n"
29027 "\n"
29028 msgstr ""
29029
29030 # type: =head2
29031 #. type: =head2
29032 #: ../fish/guestfish-actions.pod:3599
29033 msgid "pvuuid"
29034 msgstr ""
29035
29036 # type: verbatim
29037 #. type: verbatim
29038 #: ../fish/guestfish-actions.pod:3601
29039 #, no-wrap
29040 msgid ""
29041 " pvuuid device\n"
29042 "\n"
29043 msgstr ""
29044
29045 # type: =head2
29046 #. type: =head2
29047 #: ../fish/guestfish-actions.pod:3605
29048 msgid "pwrite"
29049 msgstr ""
29050
29051 # type: verbatim
29052 #. type: verbatim
29053 #: ../fish/guestfish-actions.pod:3607
29054 #, no-wrap
29055 msgid ""
29056 " pwrite path content offset\n"
29057 "\n"
29058 msgstr ""
29059
29060 # type: textblock
29061 #. type: textblock
29062 #: ../fish/guestfish-actions.pod:3618
29063 msgid "See also L</pread>, L</pwrite-device>."
29064 msgstr ""
29065
29066 # type: =head2
29067 #. type: =head2
29068 #: ../fish/guestfish-actions.pod:3623
29069 msgid "pwrite-device"
29070 msgstr ""
29071
29072 # type: verbatim
29073 #. type: verbatim
29074 #: ../fish/guestfish-actions.pod:3625
29075 #, no-wrap
29076 msgid ""
29077 " pwrite-device device content offset\n"
29078 "\n"
29079 msgstr ""
29080
29081 # type: textblock
29082 #. type: textblock
29083 #: ../fish/guestfish-actions.pod:3635
29084 msgid "See also L</pwrite>."
29085 msgstr ""
29086
29087 # type: =head2
29088 #. type: =head2
29089 #: ../fish/guestfish-actions.pod:3640
29090 msgid "read-file"
29091 msgstr ""
29092
29093 # type: verbatim
29094 #. type: verbatim
29095 #: ../fish/guestfish-actions.pod:3642
29096 #, no-wrap
29097 msgid ""
29098 " read-file path\n"
29099 "\n"
29100 msgstr ""
29101
29102 # type: textblock
29103 #. type: textblock
29104 #: ../fish/guestfish-actions.pod:3647
29105 msgid ""
29106 "Unlike L</cat>, this function can correctly handle files that contain "
29107 "embedded ASCII NUL characters.  However unlike L</download>, this function "
29108 "is limited in the total size of file that can be handled."
29109 msgstr ""
29110
29111 # type: =head2
29112 #. type: =head2
29113 #: ../fish/guestfish-actions.pod:3655
29114 msgid "read-lines"
29115 msgstr ""
29116
29117 # type: verbatim
29118 #. type: verbatim
29119 #: ../fish/guestfish-actions.pod:3657
29120 #, no-wrap
29121 msgid ""
29122 " read-lines path\n"
29123 "\n"
29124 msgstr ""
29125
29126 # type: textblock
29127 #. type: textblock
29128 #: ../fish/guestfish-actions.pod:3664
29129 msgid ""
29130 "Note that this function cannot correctly handle binary files (specifically, "
29131 "files containing C<\\0> character which is treated as end of line).  For "
29132 "those you need to use the L</read-file> function which has a more complex "
29133 "interface."
29134 msgstr ""
29135
29136 # type: =head2
29137 #. type: =head2
29138 #: ../fish/guestfish-actions.pod:3669
29139 msgid "readdir"
29140 msgstr ""
29141
29142 # type: verbatim
29143 #. type: verbatim
29144 #: ../fish/guestfish-actions.pod:3671
29145 #, no-wrap
29146 msgid ""
29147 " readdir dir\n"
29148 "\n"
29149 msgstr ""
29150
29151 # type: textblock
29152 #. type: textblock
29153 #: ../fish/guestfish-actions.pod:3723
29154 msgid ""
29155 "This function is primarily intended for use by programs.  To get a simple "
29156 "list of names, use L</ls>.  To get a printable directory for human "
29157 "consumption, use L</ll>."
29158 msgstr ""
29159
29160 # type: =head2
29161 #. type: =head2
29162 #: ../fish/guestfish-actions.pod:3727
29163 msgid "readlink"
29164 msgstr ""
29165
29166 # type: verbatim
29167 #. type: verbatim
29168 #: ../fish/guestfish-actions.pod:3729
29169 #, no-wrap
29170 msgid ""
29171 " readlink path\n"
29172 "\n"
29173 msgstr ""
29174
29175 # type: =head2
29176 #. type: =head2
29177 #: ../fish/guestfish-actions.pod:3733
29178 msgid "readlinklist"
29179 msgstr ""
29180
29181 # type: verbatim
29182 #. type: verbatim
29183 #: ../fish/guestfish-actions.pod:3735
29184 #, no-wrap
29185 msgid ""
29186 " readlinklist path 'names ...'\n"
29187 "\n"
29188 msgstr ""
29189
29190 # type: =head2
29191 #. type: =head2
29192 #: ../fish/guestfish-actions.pod:3759
29193 msgid "realpath"
29194 msgstr ""
29195
29196 # type: verbatim
29197 #. type: verbatim
29198 #: ../fish/guestfish-actions.pod:3761
29199 #, no-wrap
29200 msgid ""
29201 " realpath path\n"
29202 "\n"
29203 msgstr ""
29204
29205 # type: =head2
29206 #. type: =head2
29207 #: ../fish/guestfish-actions.pod:3766
29208 msgid "removexattr"
29209 msgstr ""
29210
29211 # type: verbatim
29212 #. type: verbatim
29213 #: ../fish/guestfish-actions.pod:3768
29214 #, no-wrap
29215 msgid ""
29216 " removexattr xattr path\n"
29217 "\n"
29218 msgstr ""
29219
29220 # type: textblock
29221 #. type: textblock
29222 #: ../fish/guestfish-actions.pod:3773
29223 msgid "See also: L</lremovexattr>, L<attr(5)>."
29224 msgstr ""
29225
29226 # type: =head2
29227 #. type: =head2
29228 #: ../fish/guestfish-actions.pod:3775
29229 msgid "resize2fs"
29230 msgstr ""
29231
29232 # type: verbatim
29233 #. type: verbatim
29234 #: ../fish/guestfish-actions.pod:3777
29235 #, no-wrap
29236 msgid ""
29237 " resize2fs device\n"
29238 "\n"
29239 msgstr ""
29240
29241 # type: textblock
29242 #. type: textblock
29243 #: ../fish/guestfish-actions.pod:3782
29244 msgid ""
29245 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
29246 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
29247 "gives an error about this and sometimes not.  In any case, it is always safe "
29248 "to call L</e2fsck-f> before calling this function."
29249 msgstr ""
29250
29251 #. type: =head2
29252 #: ../fish/guestfish-actions.pod:3788
29253 msgid "resize2fs-M"
29254 msgstr ""
29255
29256 #. type: verbatim
29257 #: ../fish/guestfish-actions.pod:3790
29258 #, no-wrap
29259 msgid ""
29260 " resize2fs-M device\n"
29261 "\n"
29262 msgstr ""
29263
29264 #. type: textblock
29265 #: ../fish/guestfish-actions.pod:3792
29266 msgid ""
29267 "This command is the same as L</resize2fs>, but the filesystem is resized to "
29268 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
29269 "command."
29270 msgstr ""
29271
29272 #. type: textblock
29273 #: ../fish/guestfish-actions.pod:3796
29274 msgid ""
29275 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
29276 "and read the C<Block size> and C<Block count> values.  These two numbers, "
29277 "multiplied together, give the resulting size of the minimal filesystem in "
29278 "bytes."
29279 msgstr ""
29280
29281 # type: =head2
29282 #. type: =head2
29283 #: ../fish/guestfish-actions.pod:3801
29284 msgid "resize2fs-size"
29285 msgstr ""
29286
29287 # type: verbatim
29288 #. type: verbatim
29289 #: ../fish/guestfish-actions.pod:3803
29290 #, no-wrap
29291 msgid ""
29292 " resize2fs-size device size\n"
29293 "\n"
29294 msgstr ""
29295
29296 # type: textblock
29297 #. type: textblock
29298 #: ../fish/guestfish-actions.pod:3805
29299 msgid ""
29300 "This command is the same as L</resize2fs> except that it allows you to "
29301 "specify the new size (in bytes) explicitly."
29302 msgstr ""
29303
29304 # type: =head2
29305 #. type: =head2
29306 #: ../fish/guestfish-actions.pod:3808
29307 msgid "rm"
29308 msgstr ""
29309
29310 # type: verbatim
29311 #. type: verbatim
29312 #: ../fish/guestfish-actions.pod:3810
29313 #, no-wrap
29314 msgid ""
29315 " rm path\n"
29316 "\n"
29317 msgstr ""
29318
29319 # type: =head2
29320 #. type: =head2
29321 #: ../fish/guestfish-actions.pod:3814
29322 msgid "rm-rf"
29323 msgstr ""
29324
29325 # type: verbatim
29326 #. type: verbatim
29327 #: ../fish/guestfish-actions.pod:3816
29328 #, no-wrap
29329 msgid ""
29330 " rm-rf path\n"
29331 "\n"
29332 msgstr ""
29333
29334 # type: =head2
29335 #. type: =head2
29336 #: ../fish/guestfish-actions.pod:3822
29337 msgid "rmdir"
29338 msgstr ""
29339
29340 # type: verbatim
29341 #. type: verbatim
29342 #: ../fish/guestfish-actions.pod:3824
29343 #, no-wrap
29344 msgid ""
29345 " rmdir path\n"
29346 "\n"
29347 msgstr ""
29348
29349 # type: =head2
29350 #. type: =head2
29351 #: ../fish/guestfish-actions.pod:3828
29352 msgid "rmmountpoint"
29353 msgstr ""
29354
29355 # type: verbatim
29356 #. type: verbatim
29357 #: ../fish/guestfish-actions.pod:3830
29358 #, no-wrap
29359 msgid ""
29360 " rmmountpoint exemptpath\n"
29361 "\n"
29362 msgstr ""
29363
29364 # type: textblock
29365 #. type: textblock
29366 #: ../fish/guestfish-actions.pod:3832
29367 msgid ""
29368 "This calls removes a mountpoint that was previously created with L</"
29369 "mkmountpoint>.  See L</mkmountpoint> for full details."
29370 msgstr ""
29371
29372 # type: =head2
29373 #. type: =head2
29374 #: ../fish/guestfish-actions.pod:3836
29375 msgid "scrub-device"
29376 msgstr ""
29377
29378 # type: verbatim
29379 #. type: verbatim
29380 #: ../fish/guestfish-actions.pod:3838
29381 #, no-wrap
29382 msgid ""
29383 " scrub-device device\n"
29384 "\n"
29385 msgstr ""
29386
29387 # type: =head2
29388 #. type: =head2
29389 #: ../fish/guestfish-actions.pod:3849
29390 msgid "scrub-file"
29391 msgstr ""
29392
29393 # type: verbatim
29394 #. type: verbatim
29395 #: ../fish/guestfish-actions.pod:3851
29396 #, no-wrap
29397 msgid ""
29398 " scrub-file file\n"
29399 "\n"
29400 msgstr ""
29401
29402 # type: =head2
29403 #. type: =head2
29404 #: ../fish/guestfish-actions.pod:3861
29405 msgid "scrub-freespace"
29406 msgstr ""
29407
29408 # type: verbatim
29409 #. type: verbatim
29410 #: ../fish/guestfish-actions.pod:3863
29411 #, no-wrap
29412 msgid ""
29413 " scrub-freespace dir\n"
29414 "\n"
29415 msgstr ""
29416
29417 # type: textblock
29418 #. type: textblock
29419 #: ../fish/guestfish-actions.pod:3865
29420 msgid ""
29421 "This command creates the directory C<dir> and then fills it with files until "
29422 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
29423 "deletes them.  The intention is to scrub any free space on the partition "
29424 "containing C<dir>."
29425 msgstr ""
29426
29427 # type: =head2
29428 #. type: =head2
29429 #: ../fish/guestfish-actions.pod:3874
29430 msgid "set-append"
29431 msgstr ""
29432
29433 # type: =head2
29434 #. type: =head2
29435 #: ../fish/guestfish-actions.pod:3876
29436 msgid "append"
29437 msgstr ""
29438
29439 # type: verbatim
29440 #. type: verbatim
29441 #: ../fish/guestfish-actions.pod:3878
29442 #, no-wrap
29443 msgid ""
29444 " set-append append\n"
29445 "\n"
29446 msgstr ""
29447
29448 #. type: =head2
29449 #: ../fish/guestfish-actions.pod:3889
29450 msgid "set-attach-method"
29451 msgstr ""
29452
29453 #. type: =head2
29454 #: ../fish/guestfish-actions.pod:3891
29455 msgid "attach-method"
29456 msgstr ""
29457
29458 #. type: verbatim
29459 #: ../fish/guestfish-actions.pod:3893
29460 #, no-wrap
29461 msgid ""
29462 " set-attach-method attachmethod\n"
29463 "\n"
29464 msgstr ""
29465
29466 # type: =head2
29467 #. type: =head2
29468 #: ../fish/guestfish-actions.pod:3915
29469 msgid "set-autosync"
29470 msgstr ""
29471
29472 # type: =head2
29473 #. type: =head2
29474 #: ../fish/guestfish-actions.pod:3917
29475 msgid "autosync"
29476 msgstr ""
29477
29478 # type: verbatim
29479 #. type: verbatim
29480 #: ../fish/guestfish-actions.pod:3919
29481 #, no-wrap
29482 msgid ""
29483 " set-autosync true|false\n"
29484 "\n"
29485 msgstr ""
29486
29487 # type: =head2
29488 #. type: =head2
29489 #: ../fish/guestfish-actions.pod:3929
29490 msgid "set-direct"
29491 msgstr ""
29492
29493 # type: =head2
29494 #. type: =head2
29495 #: ../fish/guestfish-actions.pod:3931
29496 msgid "direct"
29497 msgstr ""
29498
29499 # type: verbatim
29500 #. type: verbatim
29501 #: ../fish/guestfish-actions.pod:3933
29502 #, no-wrap
29503 msgid ""
29504 " set-direct true|false\n"
29505 "\n"
29506 msgstr ""
29507
29508 # type: textblock
29509 #. type: textblock
29510 #: ../fish/guestfish-actions.pod:3939
29511 msgid ""
29512 "One consequence of this is that log messages aren't caught by the library "
29513 "and handled by L</set-log-message-callback>, but go straight to stdout."
29514 msgstr ""
29515
29516 # type: =head2
29517 #. type: =head2
29518 #: ../fish/guestfish-actions.pod:3948
29519 msgid "set-e2label"
29520 msgstr ""
29521
29522 # type: verbatim
29523 #. type: verbatim
29524 #: ../fish/guestfish-actions.pod:3950
29525 #, no-wrap
29526 msgid ""
29527 " set-e2label device label\n"
29528 "\n"
29529 msgstr ""
29530
29531 # type: textblock
29532 #. type: textblock
29533 #: ../fish/guestfish-actions.pod:3956
29534 msgid ""
29535 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
29536 "label on a filesystem."
29537 msgstr ""
29538
29539 # type: =head2
29540 #. type: =head2
29541 #: ../fish/guestfish-actions.pod:3959
29542 msgid "set-e2uuid"
29543 msgstr ""
29544
29545 # type: verbatim
29546 #. type: verbatim
29547 #: ../fish/guestfish-actions.pod:3961
29548 #, no-wrap
29549 msgid ""
29550 " set-e2uuid device uuid\n"
29551 "\n"
29552 msgstr ""
29553
29554 # type: textblock
29555 #. type: textblock
29556 #: ../fish/guestfish-actions.pod:3968
29557 msgid ""
29558 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
29559 "UUID of a filesystem."
29560 msgstr ""
29561
29562 # type: =head2
29563 #. type: =head2
29564 #: ../fish/guestfish-actions.pod:3971
29565 msgid "set-memsize"
29566 msgstr ""
29567
29568 # type: =head2
29569 #. type: =head2
29570 #: ../fish/guestfish-actions.pod:3973
29571 msgid "memsize"
29572 msgstr ""
29573
29574 # type: verbatim
29575 #. type: verbatim
29576 #: ../fish/guestfish-actions.pod:3975
29577 #, no-wrap
29578 msgid ""
29579 " set-memsize memsize\n"
29580 "\n"
29581 msgstr ""
29582
29583 # type: textblock
29584 #. type: textblock
29585 #: ../fish/guestfish-actions.pod:3977
29586 msgid ""
29587 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
29588 "This only has any effect if called before L</launch>."
29589 msgstr ""
29590
29591 # type: =head2
29592 #. type: =head2
29593 #: ../fish/guestfish-actions.pod:3988
29594 msgid "set-network"
29595 msgstr ""
29596
29597 # type: =head2
29598 #. type: =head2
29599 #: ../fish/guestfish-actions.pod:3990
29600 msgid "network"
29601 msgstr ""
29602
29603 # type: verbatim
29604 #. type: verbatim
29605 #: ../fish/guestfish-actions.pod:3992
29606 #, no-wrap
29607 msgid ""
29608 " set-network true|false\n"
29609 "\n"
29610 msgstr ""
29611
29612 # type: textblock
29613 #. type: textblock
29614 #: ../fish/guestfish-actions.pod:4000
29615 msgid ""
29616 "You must call this before calling L</launch>, otherwise it has no effect."
29617 msgstr ""
29618
29619 # type: =head2
29620 #. type: =head2
29621 #: ../fish/guestfish-actions.pod:4003
29622 msgid "set-path"
29623 msgstr ""
29624
29625 # type: =head2
29626 #. type: =head2
29627 #: ../fish/guestfish-actions.pod:4005
29628 msgid "path"
29629 msgstr ""
29630
29631 # type: verbatim
29632 #. type: verbatim
29633 #: ../fish/guestfish-actions.pod:4007
29634 #, no-wrap
29635 msgid ""
29636 " set-path searchpath\n"
29637 "\n"
29638 msgstr ""
29639
29640 # type: =head2
29641 #. type: =head2
29642 #: ../fish/guestfish-actions.pod:4016
29643 msgid "set-qemu"
29644 msgstr ""
29645
29646 # type: =head2
29647 #. type: =head2
29648 #: ../fish/guestfish-actions.pod:4018
29649 msgid "qemu"
29650 msgstr ""
29651
29652 # type: verbatim
29653 #. type: verbatim
29654 #: ../fish/guestfish-actions.pod:4020
29655 #, no-wrap
29656 msgid ""
29657 " set-qemu qemu\n"
29658 "\n"
29659 msgstr ""
29660
29661 # type: =head2
29662 #. type: =head2
29663 #: ../fish/guestfish-actions.pod:4040
29664 msgid "set-recovery-proc"
29665 msgstr ""
29666
29667 # type: =head2
29668 #. type: =head2
29669 #: ../fish/guestfish-actions.pod:4042
29670 msgid "recovery-proc"
29671 msgstr ""
29672
29673 # type: verbatim
29674 #. type: verbatim
29675 #: ../fish/guestfish-actions.pod:4044
29676 #, no-wrap
29677 msgid ""
29678 " set-recovery-proc true|false\n"
29679 "\n"
29680 msgstr ""
29681
29682 # type: textblock
29683 #. type: textblock
29684 #: ../fish/guestfish-actions.pod:4046
29685 msgid ""
29686 "If this is called with the parameter C<false> then L</launch> does not "
29687 "create a recovery process.  The purpose of the recovery process is to stop "
29688 "runaway qemu processes in the case where the main program aborts abruptly."
29689 msgstr ""
29690
29691 # type: textblock
29692 #. type: textblock
29693 #: ../fish/guestfish-actions.pod:4051
29694 msgid ""
29695 "This only has any effect if called before L</launch>, and the default is "
29696 "true."
29697 msgstr ""
29698
29699 # type: =head2
29700 #. type: =head2
29701 #: ../fish/guestfish-actions.pod:4060
29702 msgid "set-selinux"
29703 msgstr ""
29704
29705 # type: =head2
29706 #. type: =head2
29707 #: ../fish/guestfish-actions.pod:4062
29708 msgid "selinux"
29709 msgstr ""
29710
29711 # type: verbatim
29712 #. type: verbatim
29713 #: ../fish/guestfish-actions.pod:4064
29714 #, no-wrap
29715 msgid ""
29716 " set-selinux true|false\n"
29717 "\n"
29718 msgstr ""
29719
29720 # type: =head2
29721 #. type: =head2
29722 #: ../fish/guestfish-actions.pod:4075
29723 msgid "set-trace"
29724 msgstr ""
29725
29726 # type: =head2
29727 #. type: =head2
29728 #: ../fish/guestfish-actions.pod:4077
29729 msgid "trace"
29730 msgstr ""
29731
29732 # type: verbatim
29733 #. type: verbatim
29734 #: ../fish/guestfish-actions.pod:4079
29735 #, no-wrap
29736 msgid ""
29737 " set-trace true|false\n"
29738 "\n"
29739 msgstr ""
29740
29741 #. type: textblock
29742 #: ../fish/guestfish-actions.pod:4091
29743 msgid ""
29744 "Trace messages are normally sent to C<stderr>, unless you register a "
29745 "callback to send them somewhere else (see L</set-event-callback>)."
29746 msgstr ""
29747
29748 # type: =head2
29749 #. type: =head2
29750 #: ../fish/guestfish-actions.pod:4095
29751 msgid "set-verbose"
29752 msgstr ""
29753
29754 # type: =head2
29755 #. type: =head2
29756 #: ../fish/guestfish-actions.pod:4097
29757 msgid "verbose"
29758 msgstr ""
29759
29760 # type: verbatim
29761 #. type: verbatim
29762 #: ../fish/guestfish-actions.pod:4099
29763 #, no-wrap
29764 msgid ""
29765 " set-verbose true|false\n"
29766 "\n"
29767 msgstr ""
29768
29769 #. type: textblock
29770 #: ../fish/guestfish-actions.pod:4106
29771 msgid ""
29772 "Verbose messages are normally sent to C<stderr>, unless you register a "
29773 "callback to send them somewhere else (see L</set-event-callback>)."
29774 msgstr ""
29775
29776 # type: =head2
29777 #. type: =head2
29778 #: ../fish/guestfish-actions.pod:4110
29779 msgid "setcon"
29780 msgstr ""
29781
29782 # type: verbatim
29783 #. type: verbatim
29784 #: ../fish/guestfish-actions.pod:4112
29785 #, no-wrap
29786 msgid ""
29787 " setcon context\n"
29788 "\n"
29789 msgstr ""
29790
29791 # type: =head2
29792 #. type: =head2
29793 #: ../fish/guestfish-actions.pod:4119
29794 msgid "setxattr"
29795 msgstr ""
29796
29797 # type: verbatim
29798 #. type: verbatim
29799 #: ../fish/guestfish-actions.pod:4121
29800 #, no-wrap
29801 msgid ""
29802 " setxattr xattr val vallen path\n"
29803 "\n"
29804 msgstr ""
29805
29806 # type: textblock
29807 #. type: textblock
29808 #: ../fish/guestfish-actions.pod:4127
29809 msgid "See also: L</lsetxattr>, L<attr(5)>."
29810 msgstr ""
29811
29812 # type: =head2
29813 #. type: =head2
29814 #: ../fish/guestfish-actions.pod:4129
29815 msgid "sfdisk"
29816 msgstr ""
29817
29818 # type: verbatim
29819 #. type: verbatim
29820 #: ../fish/guestfish-actions.pod:4131
29821 #, no-wrap
29822 msgid ""
29823 " sfdisk device cyls heads sectors 'lines ...'\n"
29824 "\n"
29825 msgstr ""
29826
29827 # type: textblock
29828 #. type: textblock
29829 #: ../fish/guestfish-actions.pod:4153
29830 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
29831 msgstr ""
29832
29833 # type: =head2
29834 #. type: =head2
29835 #: ../fish/guestfish-actions.pod:4159
29836 msgid "sfdiskM"
29837 msgstr ""
29838
29839 # type: verbatim
29840 #. type: verbatim
29841 #: ../fish/guestfish-actions.pod:4161
29842 #, no-wrap
29843 msgid ""
29844 " sfdiskM device 'lines ...'\n"
29845 "\n"
29846 msgstr ""
29847
29848 # type: textblock
29849 #. type: textblock
29850 #: ../fish/guestfish-actions.pod:4163
29851 msgid ""
29852 "This is a simplified interface to the L</sfdisk> command, where partition "
29853 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
29854 "you don't need to specify the cyls, heads and sectors parameters which were "
29855 "rarely if ever used anyway."
29856 msgstr ""
29857
29858 # type: textblock
29859 #. type: textblock
29860 #: ../fish/guestfish-actions.pod:4169
29861 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
29862 msgstr ""
29863
29864 # type: =head2
29865 #. type: =head2
29866 #: ../fish/guestfish-actions.pod:4175
29867 msgid "sfdisk-N"
29868 msgstr ""
29869
29870 # type: verbatim
29871 #. type: verbatim
29872 #: ../fish/guestfish-actions.pod:4177
29873 #, no-wrap
29874 msgid ""
29875 " sfdisk-N device partnum cyls heads sectors line\n"
29876 "\n"
29877 msgstr ""
29878
29879 # type: textblock
29880 #. type: textblock
29881 #: ../fish/guestfish-actions.pod:4182
29882 msgid ""
29883 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
29884 "cyls/heads/sectors parameters."
29885 msgstr ""
29886
29887 # type: textblock
29888 #. type: textblock
29889 #: ../fish/guestfish-actions.pod:4185
29890 msgid "See also: L</part-add>"
29891 msgstr ""
29892
29893 # type: =head2
29894 #. type: =head2
29895 #: ../fish/guestfish-actions.pod:4190
29896 msgid "sfdisk-disk-geometry"
29897 msgstr ""
29898
29899 # type: verbatim
29900 #. type: verbatim
29901 #: ../fish/guestfish-actions.pod:4192
29902 #, no-wrap
29903 msgid ""
29904 " sfdisk-disk-geometry device\n"
29905 "\n"
29906 msgstr ""
29907
29908 # type: textblock
29909 #. type: textblock
29910 #: ../fish/guestfish-actions.pod:4194
29911 msgid ""
29912 "This displays the disk geometry of C<device> read from the partition table.  "
29913 "Especially in the case where the underlying block device has been resized, "
29914 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
29915 "kernel-geometry>)."
29916 msgstr ""
29917
29918 # type: =head2
29919 #. type: =head2
29920 #: ../fish/guestfish-actions.pod:4202
29921 msgid "sfdisk-kernel-geometry"
29922 msgstr ""
29923
29924 # type: verbatim
29925 #. type: verbatim
29926 #: ../fish/guestfish-actions.pod:4204
29927 #, no-wrap
29928 msgid ""
29929 " sfdisk-kernel-geometry device\n"
29930 "\n"
29931 msgstr ""
29932
29933 # type: =head2
29934 #. type: =head2
29935 #: ../fish/guestfish-actions.pod:4211
29936 msgid "sfdisk-l"
29937 msgstr ""
29938
29939 # type: verbatim
29940 #. type: verbatim
29941 #: ../fish/guestfish-actions.pod:4213
29942 #, no-wrap
29943 msgid ""
29944 " sfdisk-l device\n"
29945 "\n"
29946 msgstr ""
29947
29948 # type: textblock
29949 #. type: textblock
29950 #: ../fish/guestfish-actions.pod:4219
29951 msgid "See also: L</part-list>"
29952 msgstr ""
29953
29954 # type: =head2
29955 #. type: =head2
29956 #: ../fish/guestfish-actions.pod:4221
29957 msgid "sh"
29958 msgstr ""
29959
29960 # type: verbatim
29961 #. type: verbatim
29962 #: ../fish/guestfish-actions.pod:4223
29963 #, no-wrap
29964 msgid ""
29965 " sh command\n"
29966 "\n"
29967 msgstr ""
29968
29969 # type: textblock
29970 #. type: textblock
29971 #: ../fish/guestfish-actions.pod:4228
29972 msgid "This is like L</command>, but passes the command to:"
29973 msgstr ""
29974
29975 # type: textblock
29976 #. type: textblock
29977 #: ../fish/guestfish-actions.pod:4236
29978 msgid "All the provisos about L</command> apply to this call."
29979 msgstr ""
29980
29981 # type: =head2
29982 #. type: =head2
29983 #: ../fish/guestfish-actions.pod:4238
29984 msgid "sh-lines"
29985 msgstr ""
29986
29987 # type: verbatim
29988 #. type: verbatim
29989 #: ../fish/guestfish-actions.pod:4240
29990 #, no-wrap
29991 msgid ""
29992 " sh-lines command\n"
29993 "\n"
29994 msgstr ""
29995
29996 # type: textblock
29997 #. type: textblock
29998 #: ../fish/guestfish-actions.pod:4242
29999 msgid "This is the same as L</sh>, but splits the result into a list of lines."
30000 msgstr ""
30001
30002 # type: textblock
30003 #. type: textblock
30004 #: ../fish/guestfish-actions.pod:4245
30005 msgid "See also: L</command-lines>"
30006 msgstr ""
30007
30008 # type: =head2
30009 #. type: =head2
30010 #: ../fish/guestfish-actions.pod:4247
30011 msgid "sleep"
30012 msgstr ""
30013
30014 # type: verbatim
30015 #. type: verbatim
30016 #: ../fish/guestfish-actions.pod:4249
30017 #, no-wrap
30018 msgid ""
30019 " sleep secs\n"
30020 "\n"
30021 msgstr ""
30022
30023 # type: =head2
30024 #. type: =head2
30025 #: ../fish/guestfish-actions.pod:4253
30026 msgid "stat"
30027 msgstr ""
30028
30029 # type: verbatim
30030 #. type: verbatim
30031 #: ../fish/guestfish-actions.pod:4255
30032 #, no-wrap
30033 msgid ""
30034 " stat path\n"
30035 "\n"
30036 msgstr ""
30037
30038 # type: =head2
30039 #. type: =head2
30040 #: ../fish/guestfish-actions.pod:4261
30041 msgid "statvfs"
30042 msgstr ""
30043
30044 # type: verbatim
30045 #. type: verbatim
30046 #: ../fish/guestfish-actions.pod:4263
30047 #, no-wrap
30048 msgid ""
30049 " statvfs path\n"
30050 "\n"
30051 msgstr ""
30052
30053 # type: =head2
30054 #. type: =head2
30055 #: ../fish/guestfish-actions.pod:4271
30056 msgid "strings"
30057 msgstr ""
30058
30059 # type: verbatim
30060 #. type: verbatim
30061 #: ../fish/guestfish-actions.pod:4273
30062 #, no-wrap
30063 msgid ""
30064 " strings path\n"
30065 "\n"
30066 msgstr ""
30067
30068 # type: =head2
30069 #. type: =head2
30070 #: ../fish/guestfish-actions.pod:4281
30071 msgid "strings-e"
30072 msgstr ""
30073
30074 # type: verbatim
30075 #. type: verbatim
30076 #: ../fish/guestfish-actions.pod:4283
30077 #, no-wrap
30078 msgid ""
30079 " strings-e encoding path\n"
30080 "\n"
30081 msgstr ""
30082
30083 # type: textblock
30084 #. type: textblock
30085 #: ../fish/guestfish-actions.pod:4285
30086 msgid ""
30087 "This is like the L</strings> command, but allows you to specify the encoding "
30088 "of strings that are looked for in the source file C<path>."
30089 msgstr ""
30090
30091 # type: textblock
30092 #. type: textblock
30093 #: ../fish/guestfish-actions.pod:4295
30094 msgid ""
30095 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
30096 "ISO-8859-X (this is what L</strings> uses)."
30097 msgstr ""
30098
30099 # type: =head2
30100 #. type: =head2
30101 #: ../fish/guestfish-actions.pod:4327
30102 msgid "swapoff-device"
30103 msgstr ""
30104
30105 # type: verbatim
30106 #. type: verbatim
30107 #: ../fish/guestfish-actions.pod:4329
30108 #, no-wrap
30109 msgid ""
30110 " swapoff-device device\n"
30111 "\n"
30112 msgstr ""
30113
30114 # type: textblock
30115 #. type: textblock
30116 #: ../fish/guestfish-actions.pod:4331
30117 msgid ""
30118 "This command disables the libguestfs appliance swap device or partition "
30119 "named C<device>.  See L</swapon-device>."
30120 msgstr ""
30121
30122 # type: =head2
30123 #. type: =head2
30124 #: ../fish/guestfish-actions.pod:4335
30125 msgid "swapoff-file"
30126 msgstr ""
30127
30128 # type: verbatim
30129 #. type: verbatim
30130 #: ../fish/guestfish-actions.pod:4337
30131 #, no-wrap
30132 msgid ""
30133 " swapoff-file file\n"
30134 "\n"
30135 msgstr ""
30136
30137 # type: =head2
30138 #. type: =head2
30139 #: ../fish/guestfish-actions.pod:4341
30140 msgid "swapoff-label"
30141 msgstr ""
30142
30143 # type: verbatim
30144 #. type: verbatim
30145 #: ../fish/guestfish-actions.pod:4343
30146 #, no-wrap
30147 msgid ""
30148 " swapoff-label label\n"
30149 "\n"
30150 msgstr ""
30151
30152 # type: =head2
30153 #. type: =head2
30154 #: ../fish/guestfish-actions.pod:4348
30155 msgid "swapoff-uuid"
30156 msgstr ""
30157
30158 # type: verbatim
30159 #. type: verbatim
30160 #: ../fish/guestfish-actions.pod:4350
30161 #, no-wrap
30162 msgid ""
30163 " swapoff-uuid uuid\n"
30164 "\n"
30165 msgstr ""
30166
30167 # type: =head2
30168 #. type: =head2
30169 #: ../fish/guestfish-actions.pod:4355
30170 msgid "swapon-device"
30171 msgstr ""
30172
30173 # type: verbatim
30174 #. type: verbatim
30175 #: ../fish/guestfish-actions.pod:4357
30176 #, no-wrap
30177 msgid ""
30178 " swapon-device device\n"
30179 "\n"
30180 msgstr ""
30181
30182 # type: textblock
30183 #. type: textblock
30184 #: ../fish/guestfish-actions.pod:4359
30185 msgid ""
30186 "This command enables the libguestfs appliance to use the swap device or "
30187 "partition named C<device>.  The increased memory is made available for all "
30188 "commands, for example those run using L</command> or L</sh>."
30189 msgstr ""
30190
30191 # type: =head2
30192 #. type: =head2
30193 #: ../fish/guestfish-actions.pod:4371
30194 msgid "swapon-file"
30195 msgstr ""
30196
30197 # type: verbatim
30198 #. type: verbatim
30199 #: ../fish/guestfish-actions.pod:4373
30200 #, no-wrap
30201 msgid ""
30202 " swapon-file file\n"
30203 "\n"
30204 msgstr ""
30205
30206 # type: textblock
30207 #. type: textblock
30208 #: ../fish/guestfish-actions.pod:4375
30209 msgid ""
30210 "This command enables swap to a file.  See L</swapon-device> for other notes."
30211 msgstr ""
30212
30213 # type: =head2
30214 #. type: =head2
30215 #: ../fish/guestfish-actions.pod:4378
30216 msgid "swapon-label"
30217 msgstr ""
30218
30219 # type: verbatim
30220 #. type: verbatim
30221 #: ../fish/guestfish-actions.pod:4380
30222 #, no-wrap
30223 msgid ""
30224 " swapon-label label\n"
30225 "\n"
30226 msgstr ""
30227
30228 # type: textblock
30229 #. type: textblock
30230 #: ../fish/guestfish-actions.pod:4382
30231 msgid ""
30232 "This command enables swap to a labeled swap partition.  See L</swapon-"
30233 "device> for other notes."
30234 msgstr ""
30235
30236 # type: =head2
30237 #. type: =head2
30238 #: ../fish/guestfish-actions.pod:4385
30239 msgid "swapon-uuid"
30240 msgstr ""
30241
30242 # type: verbatim
30243 #. type: verbatim
30244 #: ../fish/guestfish-actions.pod:4387
30245 #, no-wrap
30246 msgid ""
30247 " swapon-uuid uuid\n"
30248 "\n"
30249 msgstr ""
30250
30251 # type: textblock
30252 #. type: textblock
30253 #: ../fish/guestfish-actions.pod:4389
30254 msgid ""
30255 "This command enables swap to a swap partition with the given UUID.  See L</"
30256 "swapon-device> for other notes."
30257 msgstr ""
30258
30259 # type: =head2
30260 #. type: =head2
30261 #: ../fish/guestfish-actions.pod:4392
30262 msgid "sync"
30263 msgstr ""
30264
30265 # type: verbatim
30266 #. type: verbatim
30267 #: ../fish/guestfish-actions.pod:4394
30268 #, no-wrap
30269 msgid ""
30270 " sync\n"
30271 "\n"
30272 msgstr ""
30273
30274 # type: =head2
30275 #. type: =head2
30276 #: ../fish/guestfish-actions.pod:4402
30277 msgid "tail"
30278 msgstr ""
30279
30280 # type: verbatim
30281 #. type: verbatim
30282 #: ../fish/guestfish-actions.pod:4404
30283 #, no-wrap
30284 msgid ""
30285 " tail path\n"
30286 "\n"
30287 msgstr ""
30288
30289 # type: =head2
30290 #. type: =head2
30291 #: ../fish/guestfish-actions.pod:4412
30292 msgid "tail-n"
30293 msgstr ""
30294
30295 # type: verbatim
30296 #. type: verbatim
30297 #: ../fish/guestfish-actions.pod:4414
30298 #, no-wrap
30299 msgid ""
30300 " tail-n nrlines path\n"
30301 "\n"
30302 msgstr ""
30303
30304 # type: =head2
30305 #. type: =head2
30306 #: ../fish/guestfish-actions.pod:4427
30307 msgid "tar-in"
30308 msgstr ""
30309
30310 # type: verbatim
30311 #. type: verbatim
30312 #: ../fish/guestfish-actions.pod:4429
30313 #, no-wrap
30314 msgid ""
30315 " tar-in (tarfile|-) directory\n"
30316 "\n"
30317 msgstr ""
30318
30319 # type: textblock
30320 #. type: textblock
30321 #: ../fish/guestfish-actions.pod:4434
30322 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
30323 msgstr ""
30324
30325 # type: =head2
30326 #. type: =head2
30327 #: ../fish/guestfish-actions.pod:4439
30328 msgid "tar-out"
30329 msgstr ""
30330
30331 # type: verbatim
30332 #. type: verbatim
30333 #: ../fish/guestfish-actions.pod:4441
30334 #, no-wrap
30335 msgid ""
30336 " tar-out directory (tarfile|-)\n"
30337 "\n"
30338 msgstr ""
30339
30340 # type: textblock
30341 #. type: textblock
30342 #: ../fish/guestfish-actions.pod:4446
30343 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
30344 msgstr ""
30345
30346 # type: =head2
30347 #. type: =head2
30348 #: ../fish/guestfish-actions.pod:4451
30349 msgid "tgz-in"
30350 msgstr ""
30351
30352 # type: verbatim
30353 #. type: verbatim
30354 #: ../fish/guestfish-actions.pod:4453
30355 #, no-wrap
30356 msgid ""
30357 " tgz-in (tarball|-) directory\n"
30358 "\n"
30359 msgstr ""
30360
30361 # type: textblock
30362 #. type: textblock
30363 #: ../fish/guestfish-actions.pod:4458
30364 msgid "To upload an uncompressed tarball, use L</tar-in>."
30365 msgstr ""
30366
30367 # type: =head2
30368 #. type: =head2
30369 #: ../fish/guestfish-actions.pod:4462
30370 msgid "tgz-out"
30371 msgstr ""
30372
30373 # type: verbatim
30374 #. type: verbatim
30375 #: ../fish/guestfish-actions.pod:4464
30376 #, no-wrap
30377 msgid ""
30378 " tgz-out directory (tarball|-)\n"
30379 "\n"
30380 msgstr ""
30381
30382 # type: textblock
30383 #. type: textblock
30384 #: ../fish/guestfish-actions.pod:4469
30385 msgid "To download an uncompressed tarball, use L</tar-out>."
30386 msgstr ""
30387
30388 # type: =head2
30389 #. type: =head2
30390 #: ../fish/guestfish-actions.pod:4473
30391 msgid "touch"
30392 msgstr ""
30393
30394 # type: verbatim
30395 #. type: verbatim
30396 #: ../fish/guestfish-actions.pod:4475
30397 #, no-wrap
30398 msgid ""
30399 " touch path\n"
30400 "\n"
30401 msgstr ""
30402
30403 # type: =head2
30404 #. type: =head2
30405 #: ../fish/guestfish-actions.pod:4484
30406 msgid "truncate"
30407 msgstr ""
30408
30409 # type: verbatim
30410 #. type: verbatim
30411 #: ../fish/guestfish-actions.pod:4486
30412 #, no-wrap
30413 msgid ""
30414 " truncate path\n"
30415 "\n"
30416 msgstr ""
30417
30418 # type: =head2
30419 #. type: =head2
30420 #: ../fish/guestfish-actions.pod:4491
30421 msgid "truncate-size"
30422 msgstr ""
30423
30424 # type: verbatim
30425 #. type: verbatim
30426 #: ../fish/guestfish-actions.pod:4493
30427 #, no-wrap
30428 msgid ""
30429 " truncate-size path size\n"
30430 "\n"
30431 msgstr ""
30432
30433 # type: textblock
30434 #. type: textblock
30435 #: ../fish/guestfish-actions.pod:4498
30436 msgid ""
30437 "If the current file size is less than C<size> then the file is extended to "
30438 "the required size with zero bytes.  This creates a sparse file (ie. disk "
30439 "blocks are not allocated for the file until you write to it).  To create a "
30440 "non-sparse file of zeroes, use L</fallocate64> instead."
30441 msgstr ""
30442
30443 # type: =head2
30444 #. type: =head2
30445 #: ../fish/guestfish-actions.pod:4504
30446 msgid "tune2fs-l"
30447 msgstr ""
30448
30449 # type: verbatim
30450 #. type: verbatim
30451 #: ../fish/guestfish-actions.pod:4506
30452 #, no-wrap
30453 msgid ""
30454 " tune2fs-l device\n"
30455 "\n"
30456 msgstr ""
30457
30458 # type: =head2
30459 #. type: =head2
30460 #: ../fish/guestfish-actions.pod:4516
30461 msgid "txz-in"
30462 msgstr ""
30463
30464 # type: verbatim
30465 #. type: verbatim
30466 #: ../fish/guestfish-actions.pod:4518
30467 #, no-wrap
30468 msgid ""
30469 " txz-in (tarball|-) directory\n"
30470 "\n"
30471 msgstr ""
30472
30473 # type: =head2
30474 #. type: =head2
30475 #: ../fish/guestfish-actions.pod:4525
30476 msgid "txz-out"
30477 msgstr ""
30478
30479 # type: verbatim
30480 #. type: verbatim
30481 #: ../fish/guestfish-actions.pod:4527
30482 #, no-wrap
30483 msgid ""
30484 " txz-out directory (tarball|-)\n"
30485 "\n"
30486 msgstr ""
30487
30488 # type: =head2
30489 #. type: =head2
30490 #: ../fish/guestfish-actions.pod:4534
30491 msgid "umask"
30492 msgstr ""
30493
30494 # type: verbatim
30495 #. type: verbatim
30496 #: ../fish/guestfish-actions.pod:4536
30497 #, no-wrap
30498 msgid ""
30499 " umask mask\n"
30500 "\n"
30501 msgstr ""
30502
30503 # type: textblock
30504 #. type: textblock
30505 #: ../fish/guestfish-actions.pod:4550
30506 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
30507 msgstr ""
30508
30509 # type: =head2
30510 #. type: =head2
30511 #: ../fish/guestfish-actions.pod:4555
30512 msgid "umount"
30513 msgstr ""
30514
30515 # type: =head2
30516 #. type: =head2
30517 #: ../fish/guestfish-actions.pod:4557
30518 msgid "unmount"
30519 msgstr ""
30520
30521 # type: verbatim
30522 #. type: verbatim
30523 #: ../fish/guestfish-actions.pod:4559
30524 #, no-wrap
30525 msgid ""
30526 " umount pathordevice\n"
30527 "\n"
30528 msgstr ""
30529
30530 # type: =head2
30531 #. type: =head2
30532 #: ../fish/guestfish-actions.pod:4565
30533 msgid "umount-all"
30534 msgstr ""
30535
30536 # type: =head2
30537 #. type: =head2
30538 #: ../fish/guestfish-actions.pod:4567
30539 msgid "unmount-all"
30540 msgstr ""
30541
30542 # type: verbatim
30543 #. type: verbatim
30544 #: ../fish/guestfish-actions.pod:4569
30545 #, no-wrap
30546 msgid ""
30547 " umount-all\n"
30548 "\n"
30549 msgstr ""
30550
30551 # type: =head2
30552 #. type: =head2
30553 #: ../fish/guestfish-actions.pod:4575
30554 msgid "upload"
30555 msgstr ""
30556
30557 # type: verbatim
30558 #. type: verbatim
30559 #: ../fish/guestfish-actions.pod:4577
30560 #, no-wrap
30561 msgid ""
30562 " upload (filename|-) remotefilename\n"
30563 "\n"
30564 msgstr ""
30565
30566 # type: textblock
30567 #. type: textblock
30568 #: ../fish/guestfish-actions.pod:4584
30569 msgid "See also L</download>."
30570 msgstr ""
30571
30572 # type: =head2
30573 #. type: =head2
30574 #: ../fish/guestfish-actions.pod:4588
30575 msgid "upload-offset"
30576 msgstr ""
30577
30578 # type: verbatim
30579 #. type: verbatim
30580 #: ../fish/guestfish-actions.pod:4590
30581 #, no-wrap
30582 msgid ""
30583 " upload-offset (filename|-) remotefilename offset\n"
30584 "\n"
30585 msgstr ""
30586
30587 # type: textblock
30588 #. type: textblock
30589 #: ../fish/guestfish-actions.pod:4602
30590 msgid ""
30591 "Note that there is no limit on the amount of data that can be uploaded with "
30592 "this call, unlike with L</pwrite>, and this call always writes the full "
30593 "amount unless an error occurs."
30594 msgstr ""
30595
30596 # type: textblock
30597 #. type: textblock
30598 #: ../fish/guestfish-actions.pod:4607
30599 msgid "See also L</upload>, L</pwrite>."
30600 msgstr ""
30601
30602 # type: =head2
30603 #. type: =head2
30604 #: ../fish/guestfish-actions.pod:4611
30605 msgid "utimens"
30606 msgstr ""
30607
30608 # type: verbatim
30609 #. type: verbatim
30610 #: ../fish/guestfish-actions.pod:4613
30611 #, no-wrap
30612 msgid ""
30613 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
30614 "\n"
30615 msgstr ""
30616
30617 # type: =head2
30618 #. type: =head2
30619 #: ../fish/guestfish-actions.pod:4632
30620 msgid "version"
30621 msgstr ""
30622
30623 # type: verbatim
30624 #. type: verbatim
30625 #: ../fish/guestfish-actions.pod:4634
30626 #, no-wrap
30627 msgid ""
30628 " version\n"
30629 "\n"
30630 msgstr ""
30631
30632 # type: textblock
30633 #. type: textblock
30634 #: ../fish/guestfish-actions.pod:4661
30635 msgid ""
30636 "I<Note:> Don't use this call to test for availability of features.  In "
30637 "enterprise distributions we backport features from later versions into "
30638 "earlier versions, making this an unreliable way to test for features.  Use "
30639 "L</available> instead."
30640 msgstr ""
30641
30642 # type: =head2
30643 #. type: =head2
30644 #: ../fish/guestfish-actions.pod:4667
30645 msgid "vfs-label"
30646 msgstr ""
30647
30648 # type: verbatim
30649 #. type: verbatim
30650 #: ../fish/guestfish-actions.pod:4669
30651 #, no-wrap
30652 msgid ""
30653 " vfs-label device\n"
30654 "\n"
30655 msgstr ""
30656
30657 # type: textblock
30658 #. type: textblock
30659 #: ../fish/guestfish-actions.pod:4676
30660 msgid "To find a filesystem from the label, use L</findfs-label>."
30661 msgstr ""
30662
30663 # type: =head2
30664 #. type: =head2
30665 #: ../fish/guestfish-actions.pod:4678
30666 msgid "vfs-type"
30667 msgstr ""
30668
30669 # type: verbatim
30670 #. type: verbatim
30671 #: ../fish/guestfish-actions.pod:4680
30672 #, no-wrap
30673 msgid ""
30674 " vfs-type device\n"
30675 "\n"
30676 msgstr ""
30677
30678 # type: =head2
30679 #. type: =head2
30680 #: ../fish/guestfish-actions.pod:4690
30681 msgid "vfs-uuid"
30682 msgstr ""
30683
30684 # type: verbatim
30685 #. type: verbatim
30686 #: ../fish/guestfish-actions.pod:4692
30687 #, no-wrap
30688 msgid ""
30689 " vfs-uuid device\n"
30690 "\n"
30691 msgstr ""
30692
30693 # type: textblock
30694 #. type: textblock
30695 #: ../fish/guestfish-actions.pod:4699
30696 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
30697 msgstr ""
30698
30699 # type: =head2
30700 #. type: =head2
30701 #: ../fish/guestfish-actions.pod:4701
30702 msgid "vg-activate"
30703 msgstr ""
30704
30705 # type: verbatim
30706 #. type: verbatim
30707 #: ../fish/guestfish-actions.pod:4703
30708 #, no-wrap
30709 msgid ""
30710 " vg-activate true|false 'volgroups ...'\n"
30711 "\n"
30712 msgstr ""
30713
30714 # type: =head2
30715 #. type: =head2
30716 #: ../fish/guestfish-actions.pod:4716
30717 msgid "vg-activate-all"
30718 msgstr ""
30719
30720 # type: verbatim
30721 #. type: verbatim
30722 #: ../fish/guestfish-actions.pod:4718
30723 #, no-wrap
30724 msgid ""
30725 " vg-activate-all true|false\n"
30726 "\n"
30727 msgstr ""
30728
30729 # type: =head2
30730 #. type: =head2
30731 #: ../fish/guestfish-actions.pod:4728
30732 msgid "vgcreate"
30733 msgstr ""
30734
30735 # type: verbatim
30736 #. type: verbatim
30737 #: ../fish/guestfish-actions.pod:4730
30738 #, no-wrap
30739 msgid ""
30740 " vgcreate volgroup 'physvols ...'\n"
30741 "\n"
30742 msgstr ""
30743
30744 # type: =head2
30745 #. type: =head2
30746 #: ../fish/guestfish-actions.pod:4735
30747 msgid "vglvuuids"
30748 msgstr ""
30749
30750 # type: verbatim
30751 #. type: verbatim
30752 #: ../fish/guestfish-actions.pod:4737
30753 #, no-wrap
30754 msgid ""
30755 " vglvuuids vgname\n"
30756 "\n"
30757 msgstr ""
30758
30759 # type: textblock
30760 #. type: textblock
30761 #: ../fish/guestfish-actions.pod:4742
30762 msgid ""
30763 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
30764 "logical volumes and volume groups."
30765 msgstr ""
30766
30767 # type: textblock
30768 #. type: textblock
30769 #: ../fish/guestfish-actions.pod:4745
30770 msgid "See also L</vgpvuuids>."
30771 msgstr ""
30772
30773 # type: =head2
30774 #. type: =head2
30775 #: ../fish/guestfish-actions.pod:4747
30776 msgid "vgpvuuids"
30777 msgstr ""
30778
30779 # type: verbatim
30780 #. type: verbatim
30781 #: ../fish/guestfish-actions.pod:4749
30782 #, no-wrap
30783 msgid ""
30784 " vgpvuuids vgname\n"
30785 "\n"
30786 msgstr ""
30787
30788 # type: textblock
30789 #. type: textblock
30790 #: ../fish/guestfish-actions.pod:4754
30791 msgid ""
30792 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
30793 "physical volumes and volume groups."
30794 msgstr ""
30795
30796 # type: textblock
30797 #. type: textblock
30798 #: ../fish/guestfish-actions.pod:4757
30799 msgid "See also L</vglvuuids>."
30800 msgstr ""
30801
30802 # type: =head2
30803 #. type: =head2
30804 #: ../fish/guestfish-actions.pod:4759
30805 msgid "vgremove"
30806 msgstr ""
30807
30808 # type: verbatim
30809 #. type: verbatim
30810 #: ../fish/guestfish-actions.pod:4761
30811 #, no-wrap
30812 msgid ""
30813 " vgremove vgname\n"
30814 "\n"
30815 msgstr ""
30816
30817 # type: =head2
30818 #. type: =head2
30819 #: ../fish/guestfish-actions.pod:4768
30820 msgid "vgrename"
30821 msgstr ""
30822
30823 # type: verbatim
30824 #. type: verbatim
30825 #: ../fish/guestfish-actions.pod:4770
30826 #, no-wrap
30827 msgid ""
30828 " vgrename volgroup newvolgroup\n"
30829 "\n"
30830 msgstr ""
30831
30832 # type: =head2
30833 #. type: =head2
30834 #: ../fish/guestfish-actions.pod:4774
30835 msgid "vgs"
30836 msgstr ""
30837
30838 # type: verbatim
30839 #. type: verbatim
30840 #: ../fish/guestfish-actions.pod:4776
30841 #, no-wrap
30842 msgid ""
30843 " vgs\n"
30844 "\n"
30845 msgstr ""
30846
30847 # type: textblock
30848 #. type: textblock
30849 #: ../fish/guestfish-actions.pod:4784
30850 msgid "See also L</vgs-full>."
30851 msgstr ""
30852
30853 # type: =head2
30854 #. type: =head2
30855 #: ../fish/guestfish-actions.pod:4786
30856 msgid "vgs-full"
30857 msgstr ""
30858
30859 # type: verbatim
30860 #. type: verbatim
30861 #: ../fish/guestfish-actions.pod:4788
30862 #, no-wrap
30863 msgid ""
30864 " vgs-full\n"
30865 "\n"
30866 msgstr ""
30867
30868 # type: =head2
30869 #. type: =head2
30870 #: ../fish/guestfish-actions.pod:4793
30871 msgid "vgscan"
30872 msgstr ""
30873
30874 # type: verbatim
30875 #. type: verbatim
30876 #: ../fish/guestfish-actions.pod:4795
30877 #, no-wrap
30878 msgid ""
30879 " vgscan\n"
30880 "\n"
30881 msgstr ""
30882
30883 # type: =head2
30884 #. type: =head2
30885 #: ../fish/guestfish-actions.pod:4800
30886 msgid "vguuid"
30887 msgstr ""
30888
30889 # type: verbatim
30890 #. type: verbatim
30891 #: ../fish/guestfish-actions.pod:4802
30892 #, no-wrap
30893 msgid ""
30894 " vguuid vgname\n"
30895 "\n"
30896 msgstr ""
30897
30898 # type: =head2
30899 #. type: =head2
30900 #: ../fish/guestfish-actions.pod:4806
30901 msgid "wc-c"
30902 msgstr ""
30903
30904 # type: verbatim
30905 #. type: verbatim
30906 #: ../fish/guestfish-actions.pod:4808
30907 #, no-wrap
30908 msgid ""
30909 " wc-c path\n"
30910 "\n"
30911 msgstr ""
30912
30913 # type: =head2
30914 #. type: =head2
30915 #: ../fish/guestfish-actions.pod:4813
30916 msgid "wc-l"
30917 msgstr ""
30918
30919 # type: verbatim
30920 #. type: verbatim
30921 #: ../fish/guestfish-actions.pod:4815
30922 #, no-wrap
30923 msgid ""
30924 " wc-l path\n"
30925 "\n"
30926 msgstr ""
30927
30928 # type: =head2
30929 #. type: =head2
30930 #: ../fish/guestfish-actions.pod:4820
30931 msgid "wc-w"
30932 msgstr ""
30933
30934 # type: verbatim
30935 #. type: verbatim
30936 #: ../fish/guestfish-actions.pod:4822
30937 #, no-wrap
30938 msgid ""
30939 " wc-w path\n"
30940 "\n"
30941 msgstr ""
30942
30943 # type: =head2
30944 #. type: =head2
30945 #: ../fish/guestfish-actions.pod:4827
30946 msgid "write"
30947 msgstr ""
30948
30949 # type: verbatim
30950 #. type: verbatim
30951 #: ../fish/guestfish-actions.pod:4829
30952 #, no-wrap
30953 msgid ""
30954 " write path content\n"
30955 "\n"
30956 msgstr ""
30957
30958 # type: =head2
30959 #. type: =head2
30960 #: ../fish/guestfish-actions.pod:4837
30961 msgid "write-file"
30962 msgstr ""
30963
30964 # type: verbatim
30965 #. type: verbatim
30966 #: ../fish/guestfish-actions.pod:4839
30967 #, no-wrap
30968 msgid ""
30969 " write-file path content size\n"
30970 "\n"
30971 msgstr ""
30972
30973 # type: =head2
30974 #. type: =head2
30975 #: ../fish/guestfish-actions.pod:4862
30976 msgid "zegrep"
30977 msgstr ""
30978
30979 # type: verbatim
30980 #. type: verbatim
30981 #: ../fish/guestfish-actions.pod:4864
30982 #, no-wrap
30983 msgid ""
30984 " zegrep regex path\n"
30985 "\n"
30986 msgstr ""
30987
30988 # type: =head2
30989 #. type: =head2
30990 #: ../fish/guestfish-actions.pod:4872
30991 msgid "zegrepi"
30992 msgstr ""
30993
30994 # type: verbatim
30995 #. type: verbatim
30996 #: ../fish/guestfish-actions.pod:4874
30997 #, no-wrap
30998 msgid ""
30999 " zegrepi regex path\n"
31000 "\n"
31001 msgstr ""
31002
31003 # type: =head2
31004 #. type: =head2
31005 #: ../fish/guestfish-actions.pod:4882
31006 msgid "zero"
31007 msgstr ""
31008
31009 # type: verbatim
31010 #. type: verbatim
31011 #: ../fish/guestfish-actions.pod:4884
31012 #, no-wrap
31013 msgid ""
31014 " zero device\n"
31015 "\n"
31016 msgstr ""
31017
31018 # type: textblock
31019 #. type: textblock
31020 #: ../fish/guestfish-actions.pod:4892
31021 msgid "See also: L</zero-device>, L</scrub-device>."
31022 msgstr ""
31023
31024 # type: =head2
31025 #. type: =head2
31026 #: ../fish/guestfish-actions.pod:4894
31027 msgid "zero-device"
31028 msgstr ""
31029
31030 # type: verbatim
31031 #. type: verbatim
31032 #: ../fish/guestfish-actions.pod:4896
31033 #, no-wrap
31034 msgid ""
31035 " zero-device device\n"
31036 "\n"
31037 msgstr ""
31038
31039 # type: textblock
31040 #. type: textblock
31041 #: ../fish/guestfish-actions.pod:4898
31042 msgid ""
31043 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
31044 "which just zeroes the first few blocks of a device."
31045 msgstr ""
31046
31047 # type: =head2
31048 #. type: =head2
31049 #: ../fish/guestfish-actions.pod:4905
31050 msgid "zerofree"
31051 msgstr ""
31052
31053 # type: verbatim
31054 #. type: verbatim
31055 #: ../fish/guestfish-actions.pod:4907
31056 #, no-wrap
31057 msgid ""
31058 " zerofree device\n"
31059 "\n"
31060 msgstr ""
31061
31062 # type: =head2
31063 #. type: =head2
31064 #: ../fish/guestfish-actions.pod:4920
31065 msgid "zfgrep"
31066 msgstr ""
31067
31068 # type: verbatim
31069 #. type: verbatim
31070 #: ../fish/guestfish-actions.pod:4922
31071 #, no-wrap
31072 msgid ""
31073 " zfgrep pattern path\n"
31074 "\n"
31075 msgstr ""
31076
31077 # type: =head2
31078 #. type: =head2
31079 #: ../fish/guestfish-actions.pod:4930
31080 msgid "zfgrepi"
31081 msgstr ""
31082
31083 # type: verbatim
31084 #. type: verbatim
31085 #: ../fish/guestfish-actions.pod:4932
31086 #, no-wrap
31087 msgid ""
31088 " zfgrepi pattern path\n"
31089 "\n"
31090 msgstr ""
31091
31092 # type: =head2
31093 #. type: =head2
31094 #: ../fish/guestfish-actions.pod:4940
31095 msgid "zfile"
31096 msgstr ""
31097
31098 # type: verbatim
31099 #. type: verbatim
31100 #: ../fish/guestfish-actions.pod:4942
31101 #, no-wrap
31102 msgid ""
31103 " zfile meth path\n"
31104 "\n"
31105 msgstr ""
31106
31107 # type: textblock
31108 #. type: textblock
31109 #: ../fish/guestfish-actions.pod:4949
31110 msgid ""
31111 "Since 1.0.63, use L</file> instead which can now process compressed files."
31112 msgstr ""
31113
31114 # type: =head2
31115 #. type: =head2
31116 #: ../fish/guestfish-actions.pod:4959
31117 msgid "zgrep"
31118 msgstr ""
31119
31120 # type: verbatim
31121 #. type: verbatim
31122 #: ../fish/guestfish-actions.pod:4961
31123 #, no-wrap
31124 msgid ""
31125 " zgrep regex path\n"
31126 "\n"
31127 msgstr ""
31128
31129 # type: =head2
31130 #. type: =head2
31131 #: ../fish/guestfish-actions.pod:4969
31132 msgid "zgrepi"
31133 msgstr ""
31134
31135 # type: verbatim
31136 #. type: verbatim
31137 #: ../fish/guestfish-actions.pod:4971
31138 #, no-wrap
31139 msgid ""
31140 " zgrepi regex path\n"
31141 "\n"
31142 msgstr ""
31143
31144 # type: =head2
31145 #. type: =head2
31146 #: ../fish/guestfish-commands.pod:1
31147 msgid "alloc"
31148 msgstr ""
31149
31150 # type: =head2
31151 #. type: =head2
31152 #: ../fish/guestfish-commands.pod:3
31153 msgid "allocate"
31154 msgstr ""
31155
31156 # type: verbatim
31157 #. type: verbatim
31158 #: ../fish/guestfish-commands.pod:5
31159 #, no-wrap
31160 msgid ""
31161 " alloc filename size\n"
31162 "\n"
31163 msgstr ""
31164
31165 # type: textblock
31166 #. type: textblock
31167 #: ../fish/guestfish-commands.pod:7
31168 msgid ""
31169 "This creates an empty (zeroed) file of the given size, and then adds so it "
31170 "can be further examined."
31171 msgstr ""
31172
31173 # type: textblock
31174 #. type: textblock
31175 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
31176 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
31177 msgstr ""
31178
31179 # type: textblock
31180 #. type: textblock
31181 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
31182 msgid "Size can be specified using standard suffixes, eg. C<1M>."
31183 msgstr ""
31184
31185 # type: textblock
31186 #. type: textblock
31187 #: ../fish/guestfish-commands.pod:14
31188 msgid ""
31189 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
31190 "image, see L</PREPARED DISK IMAGES>."
31191 msgstr ""
31192
31193 # type: =head2
31194 #. type: =head2
31195 #: ../fish/guestfish-commands.pod:17
31196 msgid "copy-in"
31197 msgstr ""
31198
31199 # type: verbatim
31200 #. type: verbatim
31201 #: ../fish/guestfish-commands.pod:19
31202 #, no-wrap
31203 msgid ""
31204 " copy-in local [local ...] /remotedir\n"
31205 "\n"
31206 msgstr ""
31207
31208 # type: textblock
31209 #. type: textblock
31210 #: ../fish/guestfish-commands.pod:21
31211 msgid ""
31212 "C<copy-in> copies local files or directories recursively into the disk "
31213 "image, placing them in the directory called C</remotedir> (which must "
31214 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
31215 "other commands as necessary."
31216 msgstr ""
31217
31218 # type: textblock
31219 #. type: textblock
31220 #: ../fish/guestfish-commands.pod:26
31221 msgid ""
31222 "Multiple local files and directories can be specified, but the last "
31223 "parameter must always be a remote directory.  Wildcards cannot be used."
31224 msgstr ""
31225
31226 # type: =head2
31227 #. type: =head2
31228 #: ../fish/guestfish-commands.pod:30
31229 msgid "copy-out"
31230 msgstr ""
31231
31232 # type: verbatim
31233 #. type: verbatim
31234 #: ../fish/guestfish-commands.pod:32
31235 #, no-wrap
31236 msgid ""
31237 " copy-out remote [remote ...] localdir\n"
31238 "\n"
31239 msgstr ""
31240
31241 # type: textblock
31242 #. type: textblock
31243 #: ../fish/guestfish-commands.pod:34
31244 msgid ""
31245 "C<copy-out> copies remote files or directories recursively out of the disk "
31246 "image, placing them on the host disk in a local directory called C<localdir> "
31247 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
31248 "download>, L</tar-out> and other commands as necessary."
31249 msgstr ""
31250
31251 # type: textblock
31252 #. type: textblock
31253 #: ../fish/guestfish-commands.pod:40
31254 msgid ""
31255 "Multiple remote files and directories can be specified, but the last "
31256 "parameter must always be a local directory.  To download to the current "
31257 "directory, use C<.> as in:"
31258 msgstr ""
31259
31260 # type: verbatim
31261 #. type: verbatim
31262 #: ../fish/guestfish-commands.pod:44
31263 #, no-wrap
31264 msgid ""
31265 " copy-out /home .\n"
31266 "\n"
31267 msgstr ""
31268
31269 # type: textblock
31270 #. type: textblock
31271 #: ../fish/guestfish-commands.pod:46
31272 msgid ""
31273 "Wildcards cannot be used in the ordinary command, but you can use them with "
31274 "the help of L</glob> like this:"
31275 msgstr ""
31276
31277 # type: verbatim
31278 #. type: verbatim
31279 #: ../fish/guestfish-commands.pod:49
31280 #, no-wrap
31281 msgid ""
31282 " glob copy-out /home/* .\n"
31283 "\n"
31284 msgstr ""
31285
31286 # type: =head2
31287 #. type: =head2
31288 #: ../fish/guestfish-commands.pod:51
31289 msgid "echo"
31290 msgstr ""
31291
31292 # type: verbatim
31293 #. type: verbatim
31294 #: ../fish/guestfish-commands.pod:53
31295 #, no-wrap
31296 msgid ""
31297 " echo [params ...]\n"
31298 "\n"
31299 msgstr ""
31300
31301 # type: textblock
31302 #. type: textblock
31303 #: ../fish/guestfish-commands.pod:55
31304 msgid "This echos the parameters to the terminal."
31305 msgstr ""
31306
31307 # type: =head2
31308 #. type: =head2
31309 #: ../fish/guestfish-commands.pod:57
31310 msgid "edit"
31311 msgstr ""
31312
31313 # type: =head2
31314 #. type: =head2
31315 #: ../fish/guestfish-commands.pod:59
31316 msgid "vi"
31317 msgstr ""
31318
31319 # type: =head2
31320 #. type: =head2
31321 #: ../fish/guestfish-commands.pod:61
31322 msgid "emacs"
31323 msgstr ""
31324
31325 # type: verbatim
31326 #. type: verbatim
31327 #: ../fish/guestfish-commands.pod:63
31328 #, no-wrap
31329 msgid ""
31330 " edit filename\n"
31331 "\n"
31332 msgstr ""
31333
31334 # type: textblock
31335 #. type: textblock
31336 #: ../fish/guestfish-commands.pod:65
31337 msgid ""
31338 "This is used to edit a file.  It downloads the file, edits it locally using "
31339 "your editor, then uploads the result."
31340 msgstr ""
31341
31342 # type: textblock
31343 #. type: textblock
31344 #: ../fish/guestfish-commands.pod:68
31345 msgid ""
31346 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
31347 "or C<emacs> you will get those corresponding editors."
31348 msgstr ""
31349
31350 # type: =head2
31351 #. type: =head2
31352 #: ../fish/guestfish-commands.pod:72
31353 msgid "glob"
31354 msgstr ""
31355
31356 # type: verbatim
31357 #. type: verbatim
31358 #: ../fish/guestfish-commands.pod:74
31359 #, no-wrap
31360 msgid ""
31361 " glob command args...\n"
31362 "\n"
31363 msgstr ""
31364
31365 # type: textblock
31366 #. type: textblock
31367 #: ../fish/guestfish-commands.pod:76
31368 msgid ""
31369 "Expand wildcards in any paths in the args list, and run C<command> "
31370 "repeatedly on each matching path."
31371 msgstr ""
31372
31373 # type: textblock
31374 #. type: textblock
31375 #: ../fish/guestfish-commands.pod:79
31376 msgid "See L</WILDCARDS AND GLOBBING>."
31377 msgstr ""
31378
31379 # type: =head2
31380 #. type: =head2
31381 #: ../fish/guestfish-commands.pod:81
31382 msgid "hexedit"
31383 msgstr ""
31384
31385 # type: verbatim
31386 #. type: verbatim
31387 #: ../fish/guestfish-commands.pod:83
31388 #, no-wrap
31389 msgid ""
31390 " hexedit <filename|device>\n"
31391 " hexedit <filename|device> <max>\n"
31392 " hexedit <filename|device> <start> <max>\n"
31393 "\n"
31394 msgstr ""
31395
31396 # type: textblock
31397 #. type: textblock
31398 #: ../fish/guestfish-commands.pod:87
31399 msgid ""
31400 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
31401 "device."
31402 msgstr ""
31403
31404 # type: textblock
31405 #. type: textblock
31406 #: ../fish/guestfish-commands.pod:90
31407 msgid ""
31408 "This command works by downloading potentially the whole file or device, "
31409 "editing it locally, then uploading it.  If the file or device is large, you "
31410 "have to specify which part you wish to edit by using C<max> and/or C<start> "
31411 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
31412 "usual modifiers allowed such as C<1M> (1 megabyte)."
31413 msgstr ""
31414
31415 # type: textblock
31416 #. type: textblock
31417 #: ../fish/guestfish-commands.pod:97
31418 msgid "For example to edit the first few sectors of a disk you might do:"
31419 msgstr ""
31420
31421 # type: verbatim
31422 #. type: verbatim
31423 #: ../fish/guestfish-commands.pod:100
31424 #, no-wrap
31425 msgid ""
31426 " hexedit /dev/sda 1M\n"
31427 "\n"
31428 msgstr ""
31429
31430 # type: textblock
31431 #. type: textblock
31432 #: ../fish/guestfish-commands.pod:102
31433 msgid ""
31434 "which would allow you to edit anywhere within the first megabyte of the disk."
31435 msgstr ""
31436
31437 # type: textblock
31438 #. type: textblock
31439 #: ../fish/guestfish-commands.pod:105
31440 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
31441 msgstr ""
31442
31443 # type: verbatim
31444 #. type: verbatim
31445 #: ../fish/guestfish-commands.pod:107
31446 #, no-wrap
31447 msgid ""
31448 " hexedit /dev/sda1 0x400 0x400\n"
31449 "\n"
31450 msgstr ""
31451
31452 # type: textblock
31453 #. type: textblock
31454 #: ../fish/guestfish-commands.pod:109
31455 msgid "(assuming the superblock is in the standard location)."
31456 msgstr ""
31457
31458 # type: textblock
31459 #. type: textblock
31460 #: ../fish/guestfish-commands.pod:111
31461 msgid ""
31462 "This command requires the external L<hexedit(1)> program.  You can specify "
31463 "another program to use by setting the C<HEXEDITOR> environment variable."
31464 msgstr ""
31465
31466 # type: textblock
31467 #. type: textblock
31468 #: ../fish/guestfish-commands.pod:115
31469 msgid "See also L</hexdump>."
31470 msgstr ""
31471
31472 # type: =head2
31473 #. type: =head2
31474 #: ../fish/guestfish-commands.pod:117
31475 msgid "lcd"
31476 msgstr ""
31477
31478 # type: verbatim
31479 #. type: verbatim
31480 #: ../fish/guestfish-commands.pod:119
31481 #, no-wrap
31482 msgid ""
31483 " lcd directory\n"
31484 "\n"
31485 msgstr ""
31486
31487 # type: textblock
31488 #. type: textblock
31489 #: ../fish/guestfish-commands.pod:121
31490 msgid ""
31491 "Change the local directory, ie. the current directory of guestfish itself."
31492 msgstr ""
31493
31494 # type: textblock
31495 #. type: textblock
31496 #: ../fish/guestfish-commands.pod:124
31497 msgid "Note that C<!cd> won't do what you might expect."
31498 msgstr ""
31499
31500 # type: =head2
31501 #. type: =head2
31502 #: ../fish/guestfish-commands.pod:126
31503 msgid "man"
31504 msgstr ""
31505
31506 # type: =head2
31507 #. type: =head2
31508 #: ../fish/guestfish-commands.pod:128
31509 msgid "manual"
31510 msgstr ""
31511
31512 # type: verbatim
31513 #. type: verbatim
31514 #: ../fish/guestfish-commands.pod:130
31515 #, no-wrap
31516 msgid ""
31517 "  man\n"
31518 "\n"
31519 msgstr ""
31520
31521 # type: textblock
31522 #. type: textblock
31523 #: ../fish/guestfish-commands.pod:132
31524 msgid "Opens the manual page for guestfish."
31525 msgstr ""
31526
31527 # type: =head2
31528 #. type: =head2
31529 #: ../fish/guestfish-commands.pod:134
31530 msgid "more"
31531 msgstr ""
31532
31533 # type: =head2
31534 #. type: =head2
31535 #: ../fish/guestfish-commands.pod:136
31536 msgid "less"
31537 msgstr ""
31538
31539 # type: verbatim
31540 #. type: verbatim
31541 #: ../fish/guestfish-commands.pod:138
31542 #, no-wrap
31543 msgid ""
31544 " more filename\n"
31545 "\n"
31546 msgstr ""
31547
31548 # type: verbatim
31549 #. type: verbatim
31550 #: ../fish/guestfish-commands.pod:140
31551 #, no-wrap
31552 msgid ""
31553 " less filename\n"
31554 "\n"
31555 msgstr ""
31556
31557 # type: textblock
31558 #. type: textblock
31559 #: ../fish/guestfish-commands.pod:142
31560 msgid "This is used to view a file."
31561 msgstr ""
31562
31563 # type: textblock
31564 #. type: textblock
31565 #: ../fish/guestfish-commands.pod:144
31566 msgid ""
31567 "The default viewer is C<$PAGER>.  However if you use the alternate command "
31568 "C<less> you will get the C<less> command specifically."
31569 msgstr ""
31570
31571 # type: =head2
31572 #. type: =head2
31573 #: ../fish/guestfish-commands.pod:147
31574 msgid "reopen"
31575 msgstr ""
31576
31577 # type: verbatim
31578 #. type: verbatim
31579 #: ../fish/guestfish-commands.pod:149
31580 #, no-wrap
31581 msgid ""
31582 "  reopen\n"
31583 "\n"
31584 msgstr ""
31585
31586 # type: textblock
31587 #. type: textblock
31588 #: ../fish/guestfish-commands.pod:151
31589 msgid ""
31590 "Close and reopen the libguestfs handle.  It is not necessary to use this "
31591 "normally, because the handle is closed properly when guestfish exits.  "
31592 "However this is occasionally useful for testing."
31593 msgstr ""
31594
31595 # type: =head2
31596 #. type: =head2
31597 #: ../fish/guestfish-commands.pod:155
31598 msgid "sparse"
31599 msgstr ""
31600
31601 # type: verbatim
31602 #. type: verbatim
31603 #: ../fish/guestfish-commands.pod:157
31604 #, no-wrap
31605 msgid ""
31606 " sparse filename size\n"
31607 "\n"
31608 msgstr ""
31609
31610 # type: textblock
31611 #. type: textblock
31612 #: ../fish/guestfish-commands.pod:159
31613 msgid ""
31614 "This creates an empty sparse file of the given size, and then adds so it can "
31615 "be further examined."
31616 msgstr ""
31617
31618 # type: textblock
31619 #. type: textblock
31620 #: ../fish/guestfish-commands.pod:162
31621 msgid ""
31622 "In all respects it works the same as the L</alloc> command, except that the "
31623 "image file is allocated sparsely, which means that disk blocks are not "
31624 "assigned to the file until they are needed.  Sparse disk files only use "
31625 "space when written to, but they are slower and there is a danger you could "
31626 "run out of real disk space during a write operation."
31627 msgstr ""
31628
31629 # type: =head2
31630 #. type: =head2
31631 #: ../fish/guestfish-commands.pod:172
31632 msgid "supported"
31633 msgstr ""
31634
31635 # type: verbatim
31636 #. type: verbatim
31637 #: ../fish/guestfish-commands.pod:174
31638 #, no-wrap
31639 msgid ""
31640 " supported\n"
31641 "\n"
31642 msgstr ""
31643
31644 # type: textblock
31645 #. type: textblock
31646 #: ../fish/guestfish-commands.pod:176
31647 msgid ""
31648 "This command returns a list of the optional groups known to the daemon, and "
31649 "indicates which ones are supported by this build of the libguestfs appliance."
31650 msgstr ""
31651
31652 # type: textblock
31653 #. type: textblock
31654 #: ../fish/guestfish-commands.pod:180
31655 msgid "See also L<guestfs(3)/AVAILABILITY>."
31656 msgstr ""
31657
31658 # type: =head2
31659 #. type: =head2
31660 #: ../fish/guestfish-commands.pod:182
31661 msgid "time"
31662 msgstr ""
31663
31664 # type: verbatim
31665 #. type: verbatim
31666 #: ../fish/guestfish-commands.pod:184
31667 #, no-wrap
31668 msgid ""
31669 " time command args...\n"
31670 "\n"
31671 msgstr ""
31672
31673 # type: textblock
31674 #. type: textblock
31675 #: ../fish/guestfish-commands.pod:186
31676 msgid ""
31677 "Run the command as usual, but print the elapsed time afterwards.  This can "
31678 "be useful for benchmarking operations."
31679 msgstr ""
31680
31681 # type: textblock
31682 #. type: textblock
31683 #: ../test-tool/libguestfs-test-tool.pod:5
31684 msgid "libguestfs-test-tool - End user tests for libguestfs"
31685 msgstr ""
31686
31687 # type: verbatim
31688 #. type: verbatim
31689 #: ../test-tool/libguestfs-test-tool.pod:9
31690 #, no-wrap
31691 msgid ""
31692 " libguestfs-test-tool [--options]\n"
31693 "\n"
31694 msgstr ""
31695
31696 # type: textblock
31697 #. type: textblock
31698 #: ../test-tool/libguestfs-test-tool.pod:13
31699 msgid ""
31700 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
31701 "and developers, to allow them to check basic libguestfs functionality is "
31702 "working.  This is needed because libguestfs occasionally breaks for reasons "
31703 "beyond our control: usually because of changes in the underlying qemu or "
31704 "kernel packages, or the host environment."
31705 msgstr ""
31706
31707 # type: textblock
31708 #. type: textblock
31709 #: ../test-tool/libguestfs-test-tool.pod:20
31710 msgid "If you suspect a problem in libguestfs, then just run:"
31711 msgstr ""
31712
31713 # type: verbatim
31714 #. type: verbatim
31715 #: ../test-tool/libguestfs-test-tool.pod:22
31716 #, no-wrap
31717 msgid ""
31718 " libguestfs-test-tool\n"
31719 "\n"
31720 msgstr ""
31721
31722 # type: textblock
31723 #. type: textblock
31724 #: ../test-tool/libguestfs-test-tool.pod:24
31725 msgid "It will print lots of diagnostic messages."
31726 msgstr ""
31727
31728 # type: textblock
31729 #. type: textblock
31730 #: ../test-tool/libguestfs-test-tool.pod:26
31731 msgid "If it runs to completion successfully, you will see this near the end:"
31732 msgstr ""
31733
31734 # type: verbatim
31735 #. type: verbatim
31736 #: ../test-tool/libguestfs-test-tool.pod:28
31737 #, no-wrap
31738 msgid ""
31739 " ===== TEST FINISHED OK =====\n"
31740 "\n"
31741 msgstr ""
31742
31743 # type: textblock
31744 #. type: textblock
31745 #: ../test-tool/libguestfs-test-tool.pod:30
31746 msgid "and the test tool will exit with code 0."
31747 msgstr ""
31748
31749 # type: textblock
31750 #. type: textblock
31751 #: ../test-tool/libguestfs-test-tool.pod:32
31752 msgid ""
31753 "If it fails (and/or exits with non-zero error code), please paste the "
31754 "B<complete, unedited> output of the test tool into a bug report.  More "
31755 "information about reporting bugs can be found on the L<http://libguestfs.org/"
31756 "> website."
31757 msgstr ""
31758
31759 # type: =item
31760 #. type: =item
31761 #: ../test-tool/libguestfs-test-tool.pod:41
31762 msgid "I<--help>"
31763 msgstr ""
31764
31765 # type: textblock
31766 #. type: textblock
31767 #: ../test-tool/libguestfs-test-tool.pod:43
31768 msgid "Display short usage information and exit."
31769 msgstr ""
31770
31771 # type: =item
31772 #. type: =item
31773 #: ../test-tool/libguestfs-test-tool.pod:45
31774 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
31775 msgstr ""
31776
31777 # type: textblock
31778 #. type: textblock
31779 #: ../test-tool/libguestfs-test-tool.pod:47
31780 msgid ""
31781 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
31782 "normally look in the C<$libexec> directory that was configured when the tool "
31783 "was built."
31784 msgstr ""
31785
31786 # type: =item
31787 #. type: =item
31788 #: ../test-tool/libguestfs-test-tool.pod:51
31789 msgid "I<--qemu qemu_binary>"
31790 msgstr ""
31791
31792 # type: textblock
31793 #. type: textblock
31794 #: ../test-tool/libguestfs-test-tool.pod:53
31795 msgid ""
31796 "If you have downloaded another qemu binary, point this option at the full "
31797 "path of the binary to try it."
31798 msgstr ""
31799
31800 # type: =item
31801 #. type: =item
31802 #: ../test-tool/libguestfs-test-tool.pod:56
31803 msgid "I<--qemudir qemu_source_dir>"
31804 msgstr ""
31805
31806 # type: textblock
31807 #. type: textblock
31808 #: ../test-tool/libguestfs-test-tool.pod:58
31809 msgid ""
31810 "If you have compiled qemu from source, point this option at the source "
31811 "directory to try it."
31812 msgstr ""
31813
31814 # type: =item
31815 #. type: =item
31816 #: ../test-tool/libguestfs-test-tool.pod:61
31817 msgid "I<--timeout N>"
31818 msgstr ""
31819
31820 # type: textblock
31821 #. type: textblock
31822 #: ../test-tool/libguestfs-test-tool.pod:63
31823 msgid ""
31824 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
31825 "does not usually need to be adjusted unless your machine is very slow."
31826 msgstr ""
31827
31828 # type: =head1
31829 #. type: =head1
31830 #: ../test-tool/libguestfs-test-tool.pod:69
31831 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
31832 msgstr ""
31833
31834 # type: textblock
31835 #. type: textblock
31836 #: ../test-tool/libguestfs-test-tool.pod:71
31837 msgid ""
31838 "If you have compiled another version of qemu from source and would like to "
31839 "try that, then you can use the I<--qemudir> option to point to the qemu "
31840 "source directory."
31841 msgstr ""
31842
31843 # type: textblock
31844 #. type: textblock
31845 #: ../test-tool/libguestfs-test-tool.pod:75
31846 msgid ""
31847 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
31848 "option to point to the binary."
31849 msgstr ""
31850
31851 # type: textblock
31852 #. type: textblock
31853 #: ../test-tool/libguestfs-test-tool.pod:78
31854 msgid ""
31855 "When using an alternate qemu with libguestfs, usually you would need to "
31856 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
31857 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
31858 "use either of the I<--qemudir> or I<--qemu> options."
31859 msgstr ""
31860
31861 # type: textblock
31862 #. type: textblock
31863 #: ../test-tool/libguestfs-test-tool.pod:85
31864 msgid ""
31865 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
31866 "I<1> if there was an error."
31867 msgstr ""
31868
31869 # type: =item
31870 #. type: =item
31871 #: ../test-tool/libguestfs-test-tool.pod:92
31872 msgid "/usr/libexec/libguestfs-test-tool-helper"
31873 msgstr ""
31874
31875 # type: textblock
31876 #. type: textblock
31877 #: ../test-tool/libguestfs-test-tool.pod:94
31878 msgid ""
31879 "This helper program is run inside the appliance and provides additional "
31880 "tests."
31881 msgstr ""
31882
31883 # type: =item
31884 #. type: =item
31885 #: ../test-tool/libguestfs-test-tool.pod:97
31886 msgid "/usr/bin/mkisofs"
31887 msgstr ""
31888
31889 # type: textblock
31890 #. type: textblock
31891 #: ../test-tool/libguestfs-test-tool.pod:99
31892 msgid ""
31893 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
31894 "which is used as part of the tests."
31895 msgstr ""
31896
31897 # type: textblock
31898 #. type: textblock
31899 #: ../test-tool/libguestfs-test-tool.pod:106
31900 msgid ""
31901 "For the full list of environment variables which may affect libguestfs, "
31902 "please see the L<guestfs(3)> manual page."
31903 msgstr ""
31904
31905 # type: textblock
31906 #. type: textblock
31907 #: ../test-tool/libguestfs-test-tool.pod:111
31908 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
31909 msgstr ""
31910
31911 # type: textblock
31912 #. type: textblock
31913 #: ../test-tool/libguestfs-test-tool.pod:121
31914 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
31915 msgstr ""
31916
31917 # type: textblock
31918 #. type: textblock
31919 #: ../fuse/guestmount.pod:5
31920 msgid ""
31921 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
31922 msgstr ""
31923
31924 # type: verbatim
31925 #. type: verbatim
31926 #: ../fuse/guestmount.pod:9
31927 #, no-wrap
31928 msgid ""
31929 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
31930 "\n"
31931 msgstr ""
31932
31933 # type: verbatim
31934 #. type: verbatim
31935 #: ../fuse/guestmount.pod:11
31936 #, no-wrap
31937 msgid ""
31938 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
31939 "\n"
31940 msgstr ""
31941
31942 # type: verbatim
31943 #. type: verbatim
31944 #: ../fuse/guestmount.pod:13
31945 #, no-wrap
31946 msgid ""
31947 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
31948 "\n"
31949 msgstr ""
31950
31951 # type: textblock
31952 #. type: textblock
31953 #: ../fuse/guestmount.pod:17
31954 msgid ""
31955 "You must I<not> use C<guestmount> in read-write mode on live virtual "
31956 "machines.  If you do this, you risk disk corruption in the VM."
31957 msgstr ""
31958
31959 # type: textblock
31960 #. type: textblock
31961 #: ../fuse/guestmount.pod:22
31962 msgid ""
31963 "The guestmount program can be used to mount virtual machine filesystems and "
31964 "other disk images on the host.  It uses libguestfs for access to the guest "
31965 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
31966 "a mountable device."
31967 msgstr ""
31968
31969 # type: textblock
31970 #. type: textblock
31971 #: ../fuse/guestmount.pod:27
31972 msgid ""
31973 "Along with other options, you have to give at least one device (I<-a> "
31974 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
31975 "option) or use the I<-i> inspection option.  How this works is better "
31976 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
31977 "below."
31978 msgstr ""
31979
31980 # type: textblock
31981 #. type: textblock
31982 #: ../fuse/guestmount.pod:33
31983 msgid ""
31984 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
31985 "by you, and the filesystem will not be visible to any other users unless you "
31986 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
31987 "the filesystem, use the C<fusermount -u> command."
31988 msgstr ""
31989
31990 # type: textblock
31991 #. type: textblock
31992 #: ../fuse/guestmount.pod:41
31993 msgid ""
31994 "For a typical Windows guest which has its main filesystem on the first "
31995 "partition:"
31996 msgstr ""
31997
31998 # type: verbatim
31999 #. type: verbatim
32000 #: ../fuse/guestmount.pod:44
32001 #, no-wrap
32002 msgid ""
32003 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
32004 "\n"
32005 msgstr ""
32006
32007 # type: textblock
32008 #. type: textblock
32009 #: ../fuse/guestmount.pod:46
32010 msgid ""
32011 "For a typical Linux guest which has a /boot filesystem on the first "
32012 "partition, and the root filesystem on a logical volume:"
32013 msgstr ""
32014
32015 # type: verbatim
32016 #. type: verbatim
32017 #: ../fuse/guestmount.pod:49
32018 #, no-wrap
32019 msgid ""
32020 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
32021 "\n"
32022 msgstr ""
32023
32024 # type: textblock
32025 #. type: textblock
32026 #: ../fuse/guestmount.pod:51
32027 msgid "To get libguestfs to detect guest mountpoints for you:"
32028 msgstr ""
32029
32030 # type: verbatim
32031 #. type: verbatim
32032 #: ../fuse/guestmount.pod:53
32033 #, no-wrap
32034 msgid ""
32035 " guestmount -a guest.img -i --ro /mnt\n"
32036 "\n"
32037 msgstr ""
32038
32039 # type: textblock
32040 #. type: textblock
32041 #: ../fuse/guestmount.pod:55
32042 msgid "For a libvirt guest called \"Guest\" you could do:"
32043 msgstr ""
32044
32045 # type: verbatim
32046 #. type: verbatim
32047 #: ../fuse/guestmount.pod:57
32048 #, no-wrap
32049 msgid ""
32050 " guestmount -d Guest -i --ro /mnt\n"
32051 "\n"
32052 msgstr ""
32053
32054 # type: textblock
32055 #. type: textblock
32056 #: ../fuse/guestmount.pod:59
32057 msgid ""
32058 "If you don't know what filesystems are contained in a guest or disk image, "
32059 "use L<virt-filesystems(1)> first:"
32060 msgstr ""
32061
32062 # type: verbatim
32063 #. type: verbatim
32064 #: ../fuse/guestmount.pod:62
32065 #, no-wrap
32066 msgid ""
32067 " virt-filesystems MyGuest\n"
32068 "\n"
32069 msgstr ""
32070
32071 # type: textblock
32072 #. type: textblock
32073 #: ../fuse/guestmount.pod:64
32074 msgid ""
32075 "If you want to trace the libguestfs calls but without excessive debugging "
32076 "information, we recommend:"
32077 msgstr ""
32078
32079 # type: verbatim
32080 #. type: verbatim
32081 #: ../fuse/guestmount.pod:67
32082 #, no-wrap
32083 msgid ""
32084 " guestmount [...] --trace /mnt\n"
32085 "\n"
32086 msgstr ""
32087
32088 # type: textblock
32089 #. type: textblock
32090 #: ../fuse/guestmount.pod:69
32091 msgid "If you want to debug the program, we recommend:"
32092 msgstr ""
32093
32094 # type: verbatim
32095 #. type: verbatim
32096 #: ../fuse/guestmount.pod:71
32097 #, no-wrap
32098 msgid ""
32099 " guestmount [...] --trace --verbose /mnt\n"
32100 "\n"
32101 msgstr ""
32102
32103 # type: =item
32104 #. type: =item
32105 #: ../fuse/guestmount.pod:77
32106 msgid "B<-a image> | B<--add image>"
32107 msgstr ""
32108
32109 # type: textblock
32110 #. type: textblock
32111 #: ../fuse/guestmount.pod:79
32112 msgid "Add a block device or virtual machine image."
32113 msgstr ""
32114
32115 # type: =item
32116 #. type: =item
32117 #: ../fuse/guestmount.pod:84
32118 msgid "B<-c URI> | B<--connect URI>"
32119 msgstr ""
32120
32121 # type: =item
32122 #. type: =item
32123 #: ../fuse/guestmount.pod:90
32124 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
32125 msgstr ""
32126
32127 # type: =item
32128 #. type: =item
32129 #: ../fuse/guestmount.pod:96
32130 msgid "B<--dir-cache-timeout N>"
32131 msgstr ""
32132
32133 # type: textblock
32134 #. type: textblock
32135 #: ../fuse/guestmount.pod:98
32136 msgid ""
32137 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
32138 "seconds.  The readdir cache [actually, there are several semi-independent "
32139 "caches] is populated after a readdir(2) call with the stat and extended "
32140 "attributes of the files in the directory, in anticipation that they will be "
32141 "requested soon after."
32142 msgstr ""
32143
32144 # type: textblock
32145 #. type: textblock
32146 #: ../fuse/guestmount.pod:104
32147 msgid ""
32148 "There is also a different attribute cache implemented by FUSE (see the FUSE "
32149 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
32150 "requests, only cache existing ones."
32151 msgstr ""
32152
32153 # type: =item
32154 #. type: =item
32155 #: ../fuse/guestmount.pod:115
32156 msgid "B<--format=raw|qcow2|..> | B<--format>"
32157 msgstr ""
32158
32159 # type: textblock
32160 #. type: textblock
32161 #: ../fuse/guestmount.pod:122
32162 msgid ""
32163 "If you have untrusted raw-format guest disk images, you should use this "
32164 "option to specify the disk format.  This avoids a possible security problem "
32165 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
32166 "guestfs_add_drive_opts>."
32167 msgstr ""
32168
32169 # type: =item
32170 #. type: =item
32171 #: ../fuse/guestmount.pod:127
32172 msgid "B<--fuse-help>"
32173 msgstr ""
32174
32175 # type: textblock
32176 #. type: textblock
32177 #: ../fuse/guestmount.pod:129
32178 msgid "Display help on special FUSE options (see I<-o> below)."
32179 msgstr ""
32180
32181 # type: textblock
32182 #. type: textblock
32183 #: ../fuse/guestmount.pod:133
32184 msgid "Display brief help and exit."
32185 msgstr ""
32186
32187 # type: =item
32188 #. type: =item
32189 #: ../fuse/guestmount.pod:135
32190 msgid "B<-i> | B<--inspector>"
32191 msgstr ""
32192
32193 # type: textblock
32194 #. type: textblock
32195 #: ../fuse/guestmount.pod:155
32196 msgid ""
32197 "Mount the named partition or logical volume on the given mountpoint B<in the "
32198 "guest> (this has nothing to do with mountpoints in the host)."
32199 msgstr ""
32200
32201 # type: textblock
32202 #. type: textblock
32203 #: ../fuse/guestmount.pod:158
32204 msgid ""
32205 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
32206 "something on C</>."
32207 msgstr ""
32208
32209 # type: =item
32210 #. type: =item
32211 #: ../fuse/guestmount.pod:171
32212 msgid "B<-n> | B<--no-sync>"
32213 msgstr ""
32214
32215 # type: textblock
32216 #. type: textblock
32217 #: ../fuse/guestmount.pod:173
32218 msgid ""
32219 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
32220 "unmounted.  If you specify this option, then we don't attempt to sync the "
32221 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
32222 msgstr ""
32223
32224 # type: =item
32225 #. type: =item
32226 #: ../fuse/guestmount.pod:178
32227 msgid "B<-o option> | B<--option option>"
32228 msgstr ""
32229
32230 # type: textblock
32231 #. type: textblock
32232 #: ../fuse/guestmount.pod:180
32233 msgid "Pass extra options to FUSE."
32234 msgstr ""
32235
32236 # type: textblock
32237 #. type: textblock
32238 #: ../fuse/guestmount.pod:182
32239 msgid ""
32240 "To get a list of all the extra options supported by FUSE, use the command "
32241 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
32242 "of them are a good idea."
32243 msgstr ""
32244
32245 # type: verbatim
32246 #. type: verbatim
32247 #: ../fuse/guestmount.pod:186
32248 #, no-wrap
32249 msgid ""
32250 " guestmount --fuse-help\n"
32251 "\n"
32252 msgstr ""
32253
32254 # type: textblock
32255 #. type: textblock
32256 #: ../fuse/guestmount.pod:188
32257 msgid "Some potentially useful FUSE options:"
32258 msgstr ""
32259
32260 # type: =item
32261 #. type: =item
32262 #: ../fuse/guestmount.pod:192
32263 msgid "B<-o allow_other>"
32264 msgstr ""
32265
32266 # type: textblock
32267 #. type: textblock
32268 #: ../fuse/guestmount.pod:194
32269 msgid "Allow other users to see the filesystem."
32270 msgstr ""
32271
32272 # type: =item
32273 #. type: =item
32274 #: ../fuse/guestmount.pod:196
32275 msgid "B<-o attr_timeout=N>"
32276 msgstr ""
32277
32278 # type: textblock
32279 #. type: textblock
32280 #: ../fuse/guestmount.pod:198
32281 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
32282 msgstr ""
32283
32284 # type: =item
32285 #. type: =item
32286 #: ../fuse/guestmount.pod:200
32287 msgid "B<-o kernel_cache>"
32288 msgstr ""
32289
32290 # type: textblock
32291 #. type: textblock
32292 #: ../fuse/guestmount.pod:202
32293 msgid ""
32294 "Allow the kernel to cache files (reduces the number of reads that have to go "
32295 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
32296 "afford the extra memory usage."
32297 msgstr ""
32298
32299 # type: =item
32300 #. type: =item
32301 #: ../fuse/guestmount.pod:206
32302 msgid "B<-o uid=N> B<-o gid=N>"
32303 msgstr ""
32304
32305 # type: textblock
32306 #. type: textblock
32307 #: ../fuse/guestmount.pod:208
32308 msgid ""
32309 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
32310 "the chosen values."
32311 msgstr ""
32312
32313 # type: =item
32314 #. type: =item
32315 #: ../fuse/guestmount.pod:213
32316 msgid "B<-r> | B<--ro>"
32317 msgstr ""
32318
32319 # type: textblock
32320 #. type: textblock
32321 #: ../fuse/guestmount.pod:215
32322 msgid ""
32323 "Add devices and mount everything read-only.  Also disallow writes and make "
32324 "the disk appear read-only to FUSE."
32325 msgstr ""
32326
32327 # type: textblock
32328 #. type: textblock
32329 #: ../fuse/guestmount.pod:218
32330 msgid ""
32331 "This is highly recommended if you are not going to edit the guest disk.  If "
32332 "the guest is running and this option is I<not> supplied, then there is a "
32333 "strong risk of disk corruption in the guest.  We try to prevent this from "
32334 "happening, but it is not always possible."
32335 msgstr ""
32336
32337 # type: textblock
32338 #. type: textblock
32339 #: ../fuse/guestmount.pod:223
32340 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32341 msgstr ""
32342
32343 # type: textblock
32344 #. type: textblock
32345 #: ../fuse/guestmount.pod:227
32346 msgid "Enable SELinux support for the guest."
32347 msgstr ""
32348
32349 # type: =item
32350 #. type: =item
32351 #: ../fuse/guestmount.pod:229
32352 msgid "B<-v> | B<--verbose>"
32353 msgstr ""
32354
32355 # type: textblock
32356 #. type: textblock
32357 #: ../fuse/guestmount.pod:231
32358 msgid "Enable verbose messages from underlying libguestfs."
32359 msgstr ""
32360
32361 # type: =item
32362 #. type: =item
32363 #: ../fuse/guestmount.pod:233
32364 msgid "B<-V> | B<--version>"
32365 msgstr ""
32366
32367 # type: textblock
32368 #. type: textblock
32369 #: ../fuse/guestmount.pod:235
32370 msgid "Display the program version and exit."
32371 msgstr ""
32372
32373 # type: =item
32374 #. type: =item
32375 #: ../fuse/guestmount.pod:237
32376 msgid "B<-w> | B<--rw>"
32377 msgstr ""
32378
32379 #. type: textblock
32380 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
32381 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
32382 msgstr ""
32383
32384 # type: =item
32385 #. type: =item
32386 #: ../fuse/guestmount.pod:244
32387 msgid "B<-x> | B<--trace>"
32388 msgstr ""
32389
32390 # type: textblock
32391 #. type: textblock
32392 #: ../fuse/guestmount.pod:246
32393 msgid "Trace libguestfs calls and entry into each FUSE function."
32394 msgstr ""
32395
32396 # type: textblock
32397 #. type: textblock
32398 #: ../fuse/guestmount.pod:248
32399 msgid "This also stops the daemon from forking into the background."
32400 msgstr ""
32401
32402 # type: textblock
32403 #. type: textblock
32404 #: ../fuse/guestmount.pod:269
32405 msgid ""
32406 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
32407 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
32408 "net/>."
32409 msgstr ""
32410
32411 # type: textblock
32412 #. type: textblock
32413 #: ../fuse/guestmount.pod:284
32414 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
32415 msgstr ""
32416
32417 # type: textblock
32418 #. type: textblock
32419 #: ../tools/virt-edit.pl:34
32420 msgid "virt-edit - Edit a file in a virtual machine"
32421 msgstr ""
32422
32423 # type: verbatim
32424 #. type: verbatim
32425 #: ../tools/virt-edit.pl:38
32426 #, no-wrap
32427 msgid ""
32428 " virt-edit [--options] domname file\n"
32429 "\n"
32430 msgstr ""
32431
32432 # type: verbatim
32433 #. type: verbatim
32434 #: ../tools/virt-edit.pl:40
32435 #, no-wrap
32436 msgid ""
32437 " virt-edit [--options] disk.img [disk.img ...] file\n"
32438 "\n"
32439 msgstr ""
32440
32441 # type: verbatim
32442 #. type: verbatim
32443 #: ../tools/virt-edit.pl:42
32444 #, no-wrap
32445 msgid ""
32446 " virt-edit [domname|disk.img] file -e 'expr'\n"
32447 "\n"
32448 msgstr ""
32449
32450 # type: textblock
32451 #. type: textblock
32452 #: ../tools/virt-edit.pl:46
32453 msgid ""
32454 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
32455 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
32456 "doing this, but doesn't catch all cases."
32457 msgstr ""
32458
32459 # type: textblock
32460 #. type: textblock
32461 #: ../tools/virt-edit.pl:52
32462 msgid ""
32463 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
32464 "the named virtual machine (or disk image)."
32465 msgstr ""
32466
32467 #. type: textblock
32468 #: ../tools/virt-edit.pl:55
32469 msgid "If you want to just view a file, use L<virt-cat(1)>."
32470 msgstr ""
32471
32472 #. type: textblock
32473 #: ../tools/virt-edit.pl:57
32474 msgid ""
32475 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
32476 "USING GUESTFISH> below)."
32477 msgstr ""
32478
32479 #. type: textblock
32480 #: ../tools/virt-edit.pl:60
32481 msgid ""
32482 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
32483 "files.  L<guestfish(1)> can do that and much more."
32484 msgstr ""
32485
32486 # type: textblock
32487 #. type: textblock
32488 #: ../tools/virt-edit.pl:65
32489 msgid "Edit the named files interactively:"
32490 msgstr ""
32491
32492 # type: verbatim
32493 #. type: verbatim
32494 #: ../tools/virt-edit.pl:67
32495 #, no-wrap
32496 msgid ""
32497 " virt-edit mydomain /boot/grub/grub.conf\n"
32498 "\n"
32499 msgstr ""
32500
32501 # type: verbatim
32502 #. type: verbatim
32503 #: ../tools/virt-edit.pl:69
32504 #, no-wrap
32505 msgid ""
32506 " virt-edit mydomain /etc/passwd\n"
32507 "\n"
32508 msgstr ""
32509
32510 #. type: textblock
32511 #: ../tools/virt-edit.pl:71
32512 msgid "For Windows guests, some Windows paths are understood:"
32513 msgstr ""
32514
32515 #. type: verbatim
32516 #: ../tools/virt-edit.pl:73
32517 #, no-wrap
32518 msgid ""
32519 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
32520 "\n"
32521 msgstr ""
32522
32523 # type: textblock
32524 #. type: textblock
32525 #: ../tools/virt-edit.pl:75
32526 msgid ""
32527 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
32528 "below).  To change the init default level to 5:"
32529 msgstr ""
32530
32531 # type: verbatim
32532 #. type: verbatim
32533 #: ../tools/virt-edit.pl:79
32534 #, no-wrap
32535 msgid ""
32536 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
32537 "\n"
32538 msgstr ""
32539
32540 # type: textblock
32541 #. type: textblock
32542 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106
32543 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
32544 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
32545 msgid "Display brief help."
32546 msgstr ""
32547
32548 # type: textblock
32549 #. type: textblock
32550 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114
32551 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
32552 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
32553 #: ../tools/virt-list-partitions.pl:72
32554 msgid "Display version number and exit."
32555 msgstr ""
32556
32557 # type: =item
32558 #. type: =item
32559 #: ../tools/virt-edit.pl:105
32560 msgid "B<--backup extension> | B<-b extension>"
32561 msgstr ""
32562
32563 # type: textblock
32564 #. type: textblock
32565 #: ../tools/virt-edit.pl:107
32566 msgid ""
32567 "Create a backup of the original file I<in the guest disk image>.  The backup "
32568 "has the original filename with C<extension> added."
32569 msgstr ""
32570
32571 # type: textblock
32572 #. type: textblock
32573 #: ../tools/virt-edit.pl:110
32574 msgid ""
32575 "Usually the first character of C<extension> would be a dot C<.> so you would "
32576 "write:"
32577 msgstr ""
32578
32579 # type: verbatim
32580 #. type: verbatim
32581 #: ../tools/virt-edit.pl:113
32582 #, no-wrap
32583 msgid ""
32584 " virt-edit -b .orig [etc]\n"
32585 "\n"
32586 msgstr ""
32587
32588 # type: textblock
32589 #. type: textblock
32590 #: ../tools/virt-edit.pl:115
32591 msgid "By default, no backup file is made."
32592 msgstr ""
32593
32594 # type: =item
32595 #. type: =item
32596 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128
32597 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
32598 #: ../tools/virt-list-partitions.pl:78
32599 msgid "B<--connect URI> | B<-c URI>"
32600 msgstr ""
32601
32602 # type: textblock
32603 #. type: textblock
32604 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130
32605 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
32606 #: ../tools/virt-list-partitions.pl:80
32607 msgid ""
32608 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
32609 "to the default libvirt hypervisor."
32610 msgstr ""
32611
32612 # type: textblock
32613 #. type: textblock
32614 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133
32615 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
32616 #: ../tools/virt-list-partitions.pl:83
32617 msgid ""
32618 "If you specify guest block devices directly, then libvirt is not used at all."
32619 msgstr ""
32620
32621 # type: =item
32622 #. type: =item
32623 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140
32624 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
32625 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
32626 msgid "B<--format> raw"
32627 msgstr ""
32628
32629 # type: textblock
32630 #. type: textblock
32631 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142
32632 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
32633 #: ../tools/virt-list-partitions.pl:92
32634 msgid ""
32635 "Specify the format of disk images given on the command line.  If this is "
32636 "omitted then the format is autodetected from the content of the disk image."
32637 msgstr ""
32638
32639 # type: textblock
32640 #. type: textblock
32641 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146
32642 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
32643 #: ../tools/virt-list-partitions.pl:96
32644 msgid ""
32645 "If disk images are requested from libvirt, then this program asks libvirt "
32646 "for this information.  In this case, the value of the format parameter is "
32647 "ignored."
32648 msgstr ""
32649
32650 # type: textblock
32651 #. type: textblock
32652 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150
32653 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
32654 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
32655 #: ../tools/virt-list-partitions.pl:100
32656 msgid ""
32657 "If working with untrusted raw-format guest disk images, you should ensure "
32658 "the format is always specified."
32659 msgstr ""
32660
32661 # type: =item
32662 #. type: =item
32663 #: ../tools/virt-edit.pl:150
32664 msgid "B<--expr EXPR> | B<-e EXPR>"
32665 msgstr ""
32666
32667 # type: textblock
32668 #. type: textblock
32669 #: ../tools/virt-edit.pl:152
32670 msgid ""
32671 "Instead of launching the external editor, non-interactively apply the Perl "
32672 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
32673 "EDITING> below."
32674 msgstr ""
32675
32676 # type: textblock
32677 #. type: textblock
32678 #: ../tools/virt-edit.pl:156
32679 msgid ""
32680 "Be careful to properly quote the expression to prevent it from being altered "
32681 "by the shell."
32682 msgstr ""
32683
32684 # type: =head1
32685 #. type: =head1
32686 #: ../tools/virt-edit.pl:280
32687 msgid "NON-INTERACTIVE EDITING"
32688 msgstr ""
32689
32690 # type: textblock
32691 #. type: textblock
32692 #: ../tools/virt-edit.pl:282
32693 msgid ""
32694 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
32695 "administrator can interactively edit the file."
32696 msgstr ""
32697
32698 # type: textblock
32699 #. type: textblock
32700 #: ../tools/virt-edit.pl:285
32701 msgid ""
32702 "There are two ways also to use C<virt-edit> from scripts in order to make "
32703 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
32704 "like this, it's less error-prone to write scripts directly using the "
32705 "libguestfs API and Augeas for configuration file editing.)"
32706 msgstr ""
32707
32708 # type: textblock
32709 #. type: textblock
32710 #: ../tools/virt-edit.pl:291
32711 msgid ""
32712 "The first method is to temporarily set C<$EDITOR> to any script or program "
32713 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
32714 "update C<tmpfile> in place however it likes."
32715 msgstr ""
32716
32717 # type: textblock
32718 #. type: textblock
32719 #: ../tools/virt-edit.pl:295
32720 msgid ""
32721 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
32722 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
32723 "instances of C<foo> with C<bar> in a file:"
32724 msgstr ""
32725
32726 # type: verbatim
32727 #. type: verbatim
32728 #: ../tools/virt-edit.pl:299
32729 #, no-wrap
32730 msgid ""
32731 " virt-edit domname filename -e 's/foo/bar/'\n"
32732 "\n"
32733 msgstr ""
32734
32735 # type: textblock
32736 #. type: textblock
32737 #: ../tools/virt-edit.pl:301
32738 msgid ""
32739 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
32740 "For example to delete root's password you could do:"
32741 msgstr ""
32742
32743 # type: verbatim
32744 #. type: verbatim
32745 #: ../tools/virt-edit.pl:304
32746 #, no-wrap
32747 msgid ""
32748 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
32749 "\n"
32750 msgstr ""
32751
32752 # type: textblock
32753 #. type: textblock
32754 #: ../tools/virt-edit.pl:306
32755 msgid ""
32756 "What really happens is that the snippet is evaluated as a Perl expression "
32757 "for each line of the file.  The line, including the final C<\\n>, is passed "
32758 "in C<$_> and the expression should update C<$_> or leave it unchanged."
32759 msgstr ""
32760
32761 # type: textblock
32762 #. type: textblock
32763 #: ../tools/virt-edit.pl:311
32764 msgid ""
32765 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
32766 "C<apache> user account from the password file you can do:"
32767 msgstr ""
32768
32769 # type: verbatim
32770 #. type: verbatim
32771 #: ../tools/virt-edit.pl:314
32772 #, no-wrap
32773 msgid ""
32774 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
32775 "\n"
32776 msgstr ""
32777
32778 # type: textblock
32779 #. type: textblock
32780 #: ../tools/virt-edit.pl:316
32781 msgid ""
32782 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
32783 "the end of the file is rather difficult this way since there is no concept "
32784 "of \"last line of the file\" - your expression just doesn't get called "
32785 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
32786 "want to do this."
32787 msgstr ""
32788
32789 # type: textblock
32790 #. type: textblock
32791 #: ../tools/virt-edit.pl:322
32792 msgid ""
32793 "The variable C<$lineno> contains the current line number.  As is "
32794 "traditional, the first line in the file is number C<1>."
32795 msgstr ""
32796
32797 # type: textblock
32798 #. type: textblock
32799 #: ../tools/virt-edit.pl:325
32800 msgid ""
32801 "The return value from the expression is ignored, but the expression may call "
32802 "C<die> in order to abort the whole program, leaving the original file "
32803 "untouched."
32804 msgstr ""
32805
32806 # type: textblock
32807 #. type: textblock
32808 #: ../tools/virt-edit.pl:329
32809 msgid ""
32810 "Remember when matching the end of a line that C<$_> may contain the final C<"
32811 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
32812 "newline then neither of these.  Thus to match or substitute some text at the "
32813 "end of a line, use this regular expression:"
32814 msgstr ""
32815
32816 # type: verbatim
32817 #. type: verbatim
32818 #: ../tools/virt-edit.pl:334
32819 #, no-wrap
32820 msgid ""
32821 " /some text(\\r?\\n)?$/\n"
32822 "\n"
32823 msgstr ""
32824
32825 # type: textblock
32826 #. type: textblock
32827 #: ../tools/virt-edit.pl:336
32828 msgid ""
32829 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
32830 "$_> itself (since that would remove all newlines from the file):"
32831 msgstr ""
32832
32833 # type: verbatim
32834 #. type: verbatim
32835 #: ../tools/virt-edit.pl:340
32836 #, no-wrap
32837 msgid ""
32838 " my $m = $_; chomp $m; $m =~ /some text$/\n"
32839 "\n"
32840 msgstr ""
32841
32842 #. type: textblock
32843 #: ../tools/virt-edit.pl:344
32844 msgid ""
32845 "C<virt-edit> has a limited ability to understand Windows drive letters and "
32846 "paths (eg. C<E:\\foo\\bar.txt>)."
32847 msgstr ""
32848
32849 #. type: textblock
32850 #: ../tools/virt-edit.pl:347
32851 msgid "If and only if the guest is running Windows then:"
32852 msgstr ""
32853
32854 #. type: textblock
32855 #: ../tools/virt-edit.pl:353
32856 msgid ""
32857 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
32858 "to the correct filesystem."
32859 msgstr ""
32860
32861 #. type: textblock
32862 #: ../tools/virt-edit.pl:358
32863 msgid ""
32864 "Any backslash (C<\\>) characters in the path are replaced with forward "
32865 "slashes so that libguestfs can process it."
32866 msgstr ""
32867
32868 #. type: textblock
32869 #: ../tools/virt-edit.pl:363
32870 msgid ""
32871 "The path is resolved case insensitively to locate the file that should be "
32872 "edited."
32873 msgstr ""
32874
32875 #. type: textblock
32876 #: ../tools/virt-edit.pl:368
32877 msgid "There are some known shortcomings:"
32878 msgstr ""
32879
32880 #. type: textblock
32881 #: ../tools/virt-edit.pl:374
32882 msgid "Some NTFS symbolic links may not be followed correctly."
32883 msgstr ""
32884
32885 #. type: textblock
32886 #: ../tools/virt-edit.pl:378
32887 msgid "NTFS junction points that cross filesystems are not followed."
32888 msgstr ""
32889
32890 #. type: =head1
32891 #: ../tools/virt-edit.pl:435
32892 msgid "USING GUESTFISH"
32893 msgstr ""
32894
32895 #. type: textblock
32896 #: ../tools/virt-edit.pl:437
32897 msgid ""
32898 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
32899 "C<virt-edit> doesn't work."
32900 msgstr ""
32901
32902 #. type: textblock
32903 #: ../tools/virt-edit.pl:440
32904 msgid "Using C<virt-edit> is approximately equivalent to doing:"
32905 msgstr ""
32906
32907 #. type: verbatim
32908 #: ../tools/virt-edit.pl:442
32909 #, no-wrap
32910 msgid ""
32911 " guestfish --rw -i -d domname edit /file\n"
32912 "\n"
32913 msgstr ""
32914
32915 #. type: textblock
32916 #: ../tools/virt-edit.pl:444
32917 msgid ""
32918 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
32919 "path to the file."
32920 msgstr ""
32921
32922 #. type: textblock
32923 #: ../tools/virt-edit.pl:447
32924 msgid ""
32925 "The command above uses libguestfs's guest inspection feature and so does not "
32926 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
32927 "disk images that don't contain guests.  To edit a file on a disk image "
32928 "directly, use:"
32929 msgstr ""
32930
32931 #. type: verbatim
32932 #: ../tools/virt-edit.pl:452
32933 #, no-wrap
32934 msgid ""
32935 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
32936 "\n"
32937 msgstr ""
32938
32939 #. type: textblock
32940 #: ../tools/virt-edit.pl:454
32941 msgid ""
32942 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
32943 "the disk image to edit, and C</file> is the full path to the file."
32944 msgstr ""
32945
32946 #. type: textblock
32947 #: ../tools/virt-edit.pl:458
32948 msgid ""
32949 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
32950 "C<write> or C<upload> instead:"
32951 msgstr ""
32952
32953 #. type: verbatim
32954 #: ../tools/virt-edit.pl:461
32955 #, no-wrap
32956 msgid ""
32957 " guestfish --rw -i -d domname touch /newfile\n"
32958 "\n"
32959 msgstr ""
32960
32961 #. type: verbatim
32962 #: ../tools/virt-edit.pl:463
32963 #, no-wrap
32964 msgid ""
32965 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
32966 "\n"
32967 msgstr ""
32968
32969 #. type: verbatim
32970 #: ../tools/virt-edit.pl:465
32971 #, no-wrap
32972 msgid ""
32973 " guestfish --rw -i -d domname upload localfile /newfile\n"
32974 "\n"
32975 msgstr ""
32976
32977 #. type: textblock
32978 #: ../tools/virt-edit.pl:467
32979 msgid ""
32980 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
32981 msgstr ""
32982
32983 #. type: verbatim
32984 #: ../tools/virt-edit.pl:470
32985 #, no-wrap
32986 msgid ""
32987 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
32988 "\n"
32989 msgstr ""
32990
32991 # type: =item
32992 #. type: =item
32993 #: ../tools/virt-edit.pl:480
32994 msgid "C<EDITOR>"
32995 msgstr ""
32996
32997 # type: textblock
32998 #. type: textblock
32999 #: ../tools/virt-edit.pl:482
33000 msgid ""
33001 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
33002 "\"emacs -nw\">"
33003 msgstr ""
33004
33005 # type: textblock
33006 #. type: textblock
33007 #: ../tools/virt-edit.pl:485
33008 msgid "If not set, C<vi> is used."
33009 msgstr ""
33010
33011 # type: =head2
33012 #. type: =head1
33013 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559
33014 #: ../tools/virt-resize.pl:1482 ../tools/virt-list-filesystems.pl:182
33015 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
33016 #: ../tools/virt-list-partitions.pl:250
33017 msgid "SHELL QUOTING"
33018 msgstr ""
33019
33020 # type: textblock
33021 #. type: textblock
33022 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567
33023 #: ../tools/virt-resize.pl:1484 ../tools/virt-list-filesystems.pl:184
33024 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
33025 #: ../tools/virt-list-partitions.pl:252
33026 msgid ""
33027 "Libvirt guest names can contain arbitrary characters, some of which have "
33028 "meaning to the shell such as C<#> and space.  You may need to quote or "
33029 "escape these characters on the command line.  See the shell manual page L<sh"
33030 "(1)> for details."
33031 msgstr ""
33032
33033 #. type: textblock
33034 #: ../tools/virt-edit.pl:498
33035 msgid ""
33036 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
33037 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
33038 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
33039 msgstr ""
33040
33041 # type: =head1
33042 #. type: =head1
33043 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598
33044 #: ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:202
33045 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
33046 #: ../tools/virt-list-partitions.pl:269
33047 msgid "AUTHOR"
33048 msgstr ""
33049
33050 # type: textblock
33051 #. type: textblock
33052 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600
33053 #: ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:204
33054 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
33055 #: ../tools/virt-list-partitions.pl:271
33056 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
33057 msgstr ""
33058
33059 #. type: textblock
33060 #: ../tools/virt-edit.pl:516
33061 msgid "Copyright (C) 2009-2011 Red Hat Inc."
33062 msgstr ""
33063
33064 # type: textblock
33065 #. type: textblock
33066 #: ../tools/virt-win-reg.pl:37
33067 msgid ""
33068 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
33069 msgstr ""
33070
33071 # type: verbatim
33072 #. type: verbatim
33073 #: ../tools/virt-win-reg.pl:41
33074 #, no-wrap
33075 msgid ""
33076 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
33077 "\n"
33078 msgstr ""
33079
33080 # type: verbatim
33081 #. type: verbatim
33082 #: ../tools/virt-win-reg.pl:43
33083 #, no-wrap
33084 msgid ""
33085 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
33086 "\n"
33087 msgstr ""
33088
33089 # type: verbatim
33090 #. type: verbatim
33091 #: ../tools/virt-win-reg.pl:45
33092 #, no-wrap
33093 msgid ""
33094 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
33095 "\n"
33096 msgstr ""
33097
33098 # type: verbatim
33099 #. type: verbatim
33100 #: ../tools/virt-win-reg.pl:47
33101 #, no-wrap
33102 msgid ""
33103 " virt-win-reg --merge domname [input.reg ...]\n"
33104 "\n"
33105 msgstr ""
33106
33107 # type: verbatim
33108 #. type: verbatim
33109 #: ../tools/virt-win-reg.pl:49
33110 #, no-wrap
33111 msgid ""
33112 " virt-win-reg [--options] disk.img ... # instead of domname\n"
33113 "\n"
33114 msgstr ""
33115
33116 # type: textblock
33117 #. type: textblock
33118 #: ../tools/virt-win-reg.pl:53
33119 msgid ""
33120 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
33121 "virtual machines.  If you do this, you I<will> get irreversible disk "
33122 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
33123 "but doesn't catch all cases."
33124 msgstr ""
33125
33126 # type: textblock
33127 #. type: textblock
33128 #: ../tools/virt-win-reg.pl:58
33129 msgid ""
33130 "Modifying the Windows Registry is an inherently risky operation.  The format "
33131 "is deliberately obscure and undocumented, and Registry changes can leave the "
33132 "system unbootable.  Therefore when using the C<--merge> option, make sure "
33133 "you have a reliable backup first."
33134 msgstr ""
33135
33136 # type: textblock
33137 #. type: textblock
33138 #: ../tools/virt-win-reg.pl:65
33139 msgid ""
33140 "This program can export and merge Windows Registry entries from a Windows "
33141 "guest."
33142 msgstr ""
33143
33144 # type: textblock
33145 #. type: textblock
33146 #: ../tools/virt-win-reg.pl:68
33147 msgid ""
33148 "The first parameter is the libvirt guest name or the raw disk image of a "
33149 "Windows guest."
33150 msgstr ""
33151
33152 # type: textblock
33153 #. type: textblock
33154 #: ../tools/virt-win-reg.pl:71
33155 msgid ""
33156 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
33157 "exported (recursively).  For example:"
33158 msgstr ""
33159
33160 # type: verbatim
33161 #. type: verbatim
33162 #: ../tools/virt-win-reg.pl:74
33163 #, no-wrap
33164 msgid ""
33165 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
33166 "\n"
33167 msgstr ""
33168
33169 # type: textblock
33170 #. type: textblock
33171 #: ../tools/virt-win-reg.pl:76
33172 msgid ""
33173 "You can also display single values from within registry keys, for example:"
33174 msgstr ""
33175
33176 # type: verbatim
33177 #. type: verbatim
33178 #: ../tools/virt-win-reg.pl:79
33179 #, no-wrap
33180 msgid ""
33181 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
33182 " $ virt-win-reg Windows7 $cvkey ProductName\n"
33183 " Windows 7 Enterprise\n"
33184 "\n"
33185 msgstr ""
33186
33187 # type: textblock
33188 #. type: textblock
33189 #: ../tools/virt-win-reg.pl:83
33190 msgid ""
33191 "With C<--merge>, you can merge a textual regedit file into the Windows "
33192 "Registry:"
33193 msgstr ""
33194
33195 # type: verbatim
33196 #. type: verbatim
33197 #: ../tools/virt-win-reg.pl:86
33198 #, no-wrap
33199 msgid ""
33200 " $ virt-win-reg --merge Windows7 changes.reg\n"
33201 "\n"
33202 msgstr ""
33203
33204 # type: =head2
33205 #. type: =head1
33206 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
33207 msgid "NOTE"
33208 msgstr ""
33209
33210 # type: textblock
33211 #. type: textblock
33212 #: ../tools/virt-win-reg.pl:90
33213 msgid ""
33214 "This program is only meant for simple access to the registry.  If you want "
33215 "to do complicated things with the registry, we suggest you download the "
33216 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
33217 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
33218 "L<hivexregedit(1)>."
33219 msgstr ""
33220
33221 # type: =item
33222 #. type: =item
33223 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
33224 msgid "B<--debug>"
33225 msgstr ""
33226
33227 # type: textblock
33228 #. type: textblock
33229 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
33230 msgid "Enable debugging messages."
33231 msgstr ""
33232
33233 # type: =item
33234 #. type: =item
33235 #: ../tools/virt-win-reg.pl:157
33236 msgid "B<--merge>"
33237 msgstr ""
33238
33239 # type: textblock
33240 #. type: textblock
33241 #: ../tools/virt-win-reg.pl:159
33242 msgid ""
33243 "In merge mode, this merges a textual regedit file into the Windows Registry "
33244 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
33245 "displays or exports Registry entries instead."
33246 msgstr ""
33247
33248 # type: textblock
33249 #. type: textblock
33250 #: ../tools/virt-win-reg.pl:163
33251 msgid ""
33252 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
33253 "result in disk corruption.  However exporting (without this flag)  is always "
33254 "safe."
33255 msgstr ""
33256
33257 # type: =item
33258 #. type: =item
33259 #: ../tools/virt-win-reg.pl:171
33260 msgid "B<--encoding> UTF-16LE|ASCII"
33261 msgstr ""
33262
33263 # type: textblock
33264 #. type: textblock
33265 #: ../tools/virt-win-reg.pl:173
33266 msgid ""
33267 "When merging (only), you may need to specify the encoding for strings to be "
33268 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
33269 "(3)/ENCODING STRINGS>."
33270 msgstr ""
33271
33272 # type: textblock
33273 #. type: textblock
33274 #: ../tools/virt-win-reg.pl:177
33275 msgid ""
33276 "The default is to use UTF-16LE, which should work with recent versions of "
33277 "Windows."
33278 msgstr ""
33279
33280 # type: =head2
33281 #. type: =head1
33282 #: ../tools/virt-win-reg.pl:402
33283 msgid "SUPPORTED SYSTEMS"
33284 msgstr ""
33285
33286 # type: textblock
33287 #. type: textblock
33288 #: ../tools/virt-win-reg.pl:404
33289 msgid ""
33290 "The program currently supports Windows NT-derived guests starting with "
33291 "Windows XP through to at least Windows 7."
33292 msgstr ""
33293
33294 # type: textblock
33295 #. type: textblock
33296 #: ../tools/virt-win-reg.pl:407
33297 msgid ""
33298 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
33299 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
33300 "and C<HKEY_USERS\\.DEFAULT>."
33301 msgstr ""
33302
33303 # type: textblock
33304 #. type: textblock
33305 #: ../tools/virt-win-reg.pl:411
33306 msgid ""
33307 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
33308 "C<HKEY_USERS>."
33309 msgstr ""
33310
33311 # type: textblock
33312 #. type: textblock
33313 #: ../tools/virt-win-reg.pl:414
33314 msgid ""
33315 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
33316 "time."
33317 msgstr ""
33318
33319 # type: =head2
33320 #. type: =head1
33321 #: ../tools/virt-win-reg.pl:417
33322 msgid "ENCODING"
33323 msgstr ""
33324
33325 # type: textblock
33326 #. type: textblock
33327 #: ../tools/virt-win-reg.pl:419
33328 msgid ""
33329 "C<virt-win-reg> expects that regedit files have already been reencoded in "
33330 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
33331 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
33332 "Windows-style line endings, you may need to reencode the whole file before "
33333 "or after processing."
33334 msgstr ""
33335
33336 # type: textblock
33337 #. type: textblock
33338 #: ../tools/virt-win-reg.pl:425
33339 msgid ""
33340 "To reencode a file from Windows format to Linux (before processing it with "
33341 "the C<--merge> option), you would do something like this:"
33342 msgstr ""
33343
33344 # type: verbatim
33345 #. type: verbatim
33346 #: ../tools/virt-win-reg.pl:428
33347 #, no-wrap
33348 msgid ""
33349 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
33350 "\n"
33351 msgstr ""
33352
33353 # type: textblock
33354 #. type: textblock
33355 #: ../tools/virt-win-reg.pl:430
33356 msgid ""
33357 "To go in the opposite direction, after exporting and before sending the file "
33358 "to a Windows user, do something like this:"
33359 msgstr ""
33360
33361 # type: verbatim
33362 #. type: verbatim
33363 #: ../tools/virt-win-reg.pl:433
33364 #, no-wrap
33365 msgid ""
33366 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
33367 "\n"
33368 msgstr ""
33369
33370 # type: textblock
33371 #. type: textblock
33372 #: ../tools/virt-win-reg.pl:435
33373 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
33374 msgstr ""
33375
33376 # type: textblock
33377 #. type: textblock
33378 #: ../tools/virt-win-reg.pl:437
33379 msgid ""
33380 "If you are unsure about the current encoding, use the L<file(1)> command.  "
33381 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
33382 "style (CRLF) line endings, like this:"
33383 msgstr ""
33384
33385 # type: verbatim
33386 #. type: verbatim
33387 #: ../tools/virt-win-reg.pl:441
33388 #, no-wrap
33389 msgid ""
33390 " $ file software.reg\n"
33391 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
33392 " with CRLF line terminators\n"
33393 "\n"
33394 msgstr ""
33395
33396 # type: textblock
33397 #. type: textblock
33398 #: ../tools/virt-win-reg.pl:445
33399 msgid "This file would need conversion before you could C<--merge> it."
33400 msgstr ""
33401
33402 # type: =head2
33403 #. type: =head1
33404 #: ../tools/virt-win-reg.pl:447
33405 msgid "CurrentControlSet etc."
33406 msgstr ""
33407
33408 # type: textblock
33409 #. type: textblock
33410 #: ../tools/virt-win-reg.pl:449
33411 msgid ""
33412 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
33413 "Registry at the level of the hive file, and therefore you cannot modify "
33414 "these."
33415 msgstr ""
33416
33417 # type: textblock
33418 #. type: textblock
33419 #: ../tools/virt-win-reg.pl:453
33420 msgid ""
33421 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
33422 "circumstances it might refer to another control set.  The way to find out is "
33423 "to look at the C<HKLM\\SYSTEM\\Select> key:"
33424 msgstr ""
33425
33426 # type: verbatim
33427 #. type: verbatim
33428 #: ../tools/virt-win-reg.pl:457
33429 #, no-wrap
33430 msgid ""
33431 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
33432 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
33433 " \"Current\"=dword:00000001\n"
33434 " \"Default\"=dword:00000001\n"
33435 " \"Failed\"=dword:00000000\n"
33436 " \"LastKnownGood\"=dword:00000002\n"
33437 "\n"
33438 msgstr ""
33439
33440 # type: textblock
33441 #. type: textblock
33442 #: ../tools/virt-win-reg.pl:464
33443 msgid "\"Current\" is the one which Windows will choose when it boots."
33444 msgstr ""
33445
33446 # type: textblock
33447 #. type: textblock
33448 #: ../tools/virt-win-reg.pl:466
33449 msgid ""
33450 "Similarly, other C<Current...> keys in the path may need to be replaced."
33451 msgstr ""
33452
33453 # type: =head1
33454 #. type: =head1
33455 #: ../tools/virt-win-reg.pl:469
33456 msgid "WINDOWS TIPS"
33457 msgstr ""
33458
33459 # type: textblock
33460 #. type: textblock
33461 #: ../tools/virt-win-reg.pl:471
33462 msgid ""
33463 "Note that some of these tips modify the guest disk image.  The guest I<must> "
33464 "be shut off, else you will get disk corruption."
33465 msgstr ""
33466
33467 # type: =head2
33468 #. type: =head2
33469 #: ../tools/virt-win-reg.pl:474
33470 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
33471 msgstr ""
33472
33473 # type: textblock
33474 #. type: textblock
33475 #: ../tools/virt-win-reg.pl:476
33476 msgid ""
33477 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
33478 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
33479 "is uploaded into C<C:\\>:"
33480 msgstr ""
33481
33482 # type: verbatim
33483 #. type: verbatim
33484 #: ../tools/virt-win-reg.pl:480
33485 #, no-wrap
33486 msgid ""
33487 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
33488 "\n"
33489 msgstr ""
33490
33491 # type: textblock
33492 #. type: textblock
33493 #: ../tools/virt-win-reg.pl:482
33494 msgid "Prepare a regedit file containing the registry change:"
33495 msgstr ""
33496
33497 # type: verbatim
33498 #. type: verbatim
33499 #: ../tools/virt-win-reg.pl:484
33500 #, no-wrap
33501 msgid ""
33502 " cat > test.reg <<'EOF'\n"
33503 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
33504 " \"Test\"=\"c:\\\\test.bat\"\n"
33505 " EOF\n"
33506 "\n"
33507 msgstr ""
33508
33509 # type: textblock
33510 #. type: textblock
33511 #: ../tools/virt-win-reg.pl:489
33512 msgid ""
33513 "In this example we use the key C<RunOnce> which means that the script will "
33514 "run precisely once when the first user logs in.  If you want it to run every "
33515 "time a user logs in, replace C<RunOnce> with C<Run>."
33516 msgstr ""
33517
33518 # type: textblock
33519 #. type: textblock
33520 #: ../tools/virt-win-reg.pl:493
33521 msgid "Now update the registry:"
33522 msgstr ""
33523
33524 # type: verbatim
33525 #. type: verbatim
33526 #: ../tools/virt-win-reg.pl:495
33527 #, no-wrap
33528 msgid ""
33529 " virt-win-reg --merge WindowsGuest test.reg\n"
33530 "\n"
33531 msgstr ""
33532
33533 # type: =head2
33534 #. type: =head2
33535 #: ../tools/virt-win-reg.pl:497
33536 msgid "INSTALLING A SERVICE"
33537 msgstr ""
33538
33539 # type: textblock
33540 #. type: textblock
33541 #: ../tools/virt-win-reg.pl:499
33542 msgid ""
33543 "This section assumes you are familiar with Windows services, and you either "
33544 "have a program which handles the Windows Service Control Protocol directly "
33545 "or you want to run any program using a service wrapper like SrvAny or the "
33546 "free RHSrvAny."
33547 msgstr ""
33548
33549 # type: textblock
33550 #. type: textblock
33551 #: ../tools/virt-win-reg.pl:504
33552 msgid ""
33553 "First upload the program and optionally the service wrapper.  In this case "
33554 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
33555 msgstr ""
33556
33557 # type: verbatim
33558 #. type: verbatim
33559 #: ../tools/virt-win-reg.pl:508
33560 #, no-wrap
33561 msgid ""
33562 " guestfish -i -d WindowsGuest <<EOF\n"
33563 "   upload rhsrvany.exe /rhsrvany.exe\n"
33564 "   upload test.exe /test.exe\n"
33565 " EOF\n"
33566 "\n"
33567 msgstr ""
33568
33569 # type: textblock
33570 #. type: textblock
33571 #: ../tools/virt-win-reg.pl:513
33572 msgid ""
33573 "Prepare a regedit file containing the registry changes.  In this example, "
33574 "the first registry change is needed for the service itself or the service "
33575 "wrapper (if used).  The second registry change is only needed because I am "
33576 "using the RHSrvAny service wrapper."
33577 msgstr ""
33578
33579 # type: verbatim
33580 #. type: verbatim
33581 #: ../tools/virt-win-reg.pl:518
33582 #, no-wrap
33583 msgid ""
33584 " cat > service.reg <<'EOF'\n"
33585 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
33586 " \"Type\"=dword:00000010\n"
33587 " \"Start\"=dword:00000002\n"
33588 " \"ErrorControl\"=dword:00000001\n"
33589 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
33590 " \"DisplayName\"=\"RHSrvAny\"\n"
33591 " \"ObjectName\"=\"NetworkService\"\n"
33592 " \n"
33593 msgstr ""
33594
33595 # type: verbatim
33596 #. type: verbatim
33597 #: ../tools/virt-win-reg.pl:527
33598 #, no-wrap
33599 msgid ""
33600 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
33601 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
33602 " \"PWD\"=\"c:\\\\Temp\"\n"
33603 " EOF\n"
33604 "\n"
33605 msgstr ""
33606
33607 # type: textblock
33608 #. type: textblock
33609 #: ../tools/virt-win-reg.pl:538
33610 msgid ""
33611 "For use of C<ControlSet001> see the section above in this manual page.  You "
33612 "may need to adjust this according to the control set that is in use by the "
33613 "guest."
33614 msgstr ""
33615
33616 # type: textblock
33617 #. type: textblock
33618 #: ../tools/virt-win-reg.pl:544
33619 msgid ""
33620 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
33621 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
33622 "privileged account."
33623 msgstr ""
33624
33625 # type: textblock
33626 #. type: textblock
33627 #: ../tools/virt-win-reg.pl:550
33628 msgid ""
33629 "For the meaning of the magic numbers, see this Microsoft KB article: "
33630 "L<http://support.microsoft.com/kb/103000>."
33631 msgstr ""
33632
33633 # type: textblock
33634 #. type: textblock
33635 #: ../tools/virt-win-reg.pl:555
33636 msgid "Update the registry:"
33637 msgstr ""
33638
33639 # type: verbatim
33640 #. type: verbatim
33641 #: ../tools/virt-win-reg.pl:557
33642 #, no-wrap
33643 msgid ""
33644 " virt-win-reg --merge WindowsGuest service.reg\n"
33645 "\n"
33646 msgstr ""
33647
33648 # type: textblock
33649 #. type: textblock
33650 #: ../tools/virt-win-reg.pl:561
33651 msgid ""
33652 "Be careful when passing parameters containing C<\\> (backslash) in the "
33653 "shell.  Usually you will have to use 'single quotes' or double backslashes "
33654 "(but not both) to protect them from the shell."
33655 msgstr ""
33656
33657 # type: textblock
33658 #. type: textblock
33659 #: ../tools/virt-win-reg.pl:565
33660 msgid "Paths and value names are case-insensitive."
33661 msgstr ""
33662
33663 # type: textblock
33664 #. type: textblock
33665 #: ../tools/virt-win-reg.pl:574
33666 msgid ""
33667 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
33668 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
33669 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33670 msgstr ""
33671
33672 # type: textblock
33673 #. type: textblock
33674 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
33675 msgid ""
33676 "When reporting bugs, please enable debugging and capture the I<complete> "
33677 "output:"
33678 msgstr ""
33679
33680 # type: verbatim
33681 #. type: verbatim
33682 #: ../tools/virt-win-reg.pl:592
33683 #, no-wrap
33684 msgid ""
33685 " export LIBGUESTFS_DEBUG=1\n"
33686 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
33687 "\n"
33688 msgstr ""
33689
33690 # type: textblock
33691 #. type: textblock
33692 #: ../tools/virt-win-reg.pl:595
33693 msgid ""
33694 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
33695 "redhat.com/>"
33696 msgstr ""
33697
33698 # type: textblock
33699 #. type: textblock
33700 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516
33701 #: ../tools/virt-make-fs.pl:570
33702 msgid "Copyright (C) 2010 Red Hat Inc."
33703 msgstr ""
33704
33705 # type: textblock
33706 #. type: textblock
33707 #: ../tools/virt-resize.pl:42
33708 msgid "virt-resize - Resize a virtual machine disk"
33709 msgstr ""
33710
33711 # type: verbatim
33712 #. type: verbatim
33713 #: ../tools/virt-resize.pl:46
33714 #, no-wrap
33715 msgid ""
33716 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
33717 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
33718 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
33719 "\n"
33720 msgstr ""
33721
33722 # type: textblock
33723 #. type: textblock
33724 #: ../tools/virt-resize.pl:52
33725 msgid ""
33726 "Virt-resize is a tool which can resize a virtual machine disk, making it "
33727 "larger or smaller overall, and resizing or deleting any partitions contained "
33728 "within."
33729 msgstr ""
33730
33731 # type: textblock
33732 #. type: textblock
33733 #: ../tools/virt-resize.pl:56
33734 msgid ""
33735 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
33736 "not> be used on live virtual machines - for consistent results, shut the "
33737 "virtual machine down before resizing it."
33738 msgstr ""
33739
33740 # type: textblock
33741 #. type: textblock
33742 #: ../tools/virt-resize.pl:60
33743 msgid ""
33744 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
33745 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
33746 msgstr ""
33747
33748 # type: textblock
33749 #. type: textblock
33750 #: ../tools/virt-resize.pl:66
33751 msgid ""
33752 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
33753 "fill the extra 5GB of space."
33754 msgstr ""
33755
33756 #. type: verbatim
33757 #: ../tools/virt-resize.pl:69
33758 #, no-wrap
33759 msgid ""
33760 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
33761 " virt-filesystems --long -h --all -a olddisk\n"
33762 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
33763 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
33764 "\n"
33765 msgstr ""
33766
33767 # type: textblock
33768 #. type: textblock
33769 #: ../tools/virt-resize.pl:74
33770 msgid ""
33771 "As above, but make the /boot partition 200MB bigger, while giving the "
33772 "remaining space to /dev/sda2:"
33773 msgstr ""
33774
33775 # type: verbatim
33776 #. type: verbatim
33777 #: ../tools/virt-resize.pl:77
33778 #, no-wrap
33779 msgid ""
33780 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
33781 "\n"
33782 msgstr ""
33783
33784 # type: textblock
33785 #. type: textblock
33786 #: ../tools/virt-resize.pl:79
33787 msgid "As above, but the output format will be uncompressed qcow2:"
33788 msgstr ""
33789
33790 # type: verbatim
33791 #. type: verbatim
33792 #: ../tools/virt-resize.pl:81
33793 #, no-wrap
33794 msgid ""
33795 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
33796 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
33797 "\n"
33798 msgstr ""
33799
33800 # type: =head1
33801 #. type: =head1
33802 #: ../tools/virt-resize.pl:84
33803 msgid "DETAILED USAGE"
33804 msgstr ""
33805
33806 # type: =head2
33807 #. type: =head2
33808 #: ../tools/virt-resize.pl:86
33809 msgid "EXPANDING A VIRTUAL MACHINE DISK"
33810 msgstr ""
33811
33812 # type: =item
33813 #. type: =item
33814 #: ../tools/virt-resize.pl:90
33815 msgid "1. Shut down the virtual machine"
33816 msgstr ""
33817
33818 # type: =item
33819 #. type: =item
33820 #: ../tools/virt-resize.pl:92
33821 msgid "2. Locate input disk image"
33822 msgstr ""
33823
33824 # type: textblock
33825 #. type: textblock
33826 #: ../tools/virt-resize.pl:94
33827 msgid ""
33828 "Locate the input disk image (ie. the file or device on the host containing "
33829 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
33830 "dumpxml> like this to find the disk image name:"
33831 msgstr ""
33832
33833 # type: verbatim
33834 #. type: verbatim
33835 #: ../tools/virt-resize.pl:98
33836 #, no-wrap
33837 msgid ""
33838 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
33839 " Found 1 nodes:\n"
33840 " -- NODE --\n"
33841 " <source dev=\"/dev/vg/lv_guest\" />\n"
33842 "\n"
33843 msgstr ""
33844
33845 # type: =item
33846 #. type: =item
33847 #: ../tools/virt-resize.pl:103
33848 msgid "3. Look at current sizing"
33849 msgstr ""
33850
33851 # type: textblock
33852 #. type: textblock
33853 #: ../tools/virt-resize.pl:105
33854 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
33855 msgstr ""
33856
33857 # type: verbatim
33858 #. type: verbatim
33859 #: ../tools/virt-resize.pl:108
33860 #, no-wrap
33861 msgid ""
33862 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
33863 " Name       Type       Size  Parent\n"
33864 " /dev/sda1  partition  101M  /dev/sda\n"
33865 " /dev/sda2  partition  7.9G  /dev/sda\n"
33866 " /dev/sda   device     8.0G  -\n"
33867 "\n"
33868 msgstr ""
33869
33870 # type: textblock
33871 #. type: textblock
33872 #: ../tools/virt-resize.pl:114
33873 msgid ""
33874 "(This example is a virtual machine with an 8 GB disk which we would like to "
33875 "expand up to 10 GB)."
33876 msgstr ""
33877
33878 # type: =item
33879 #. type: =item
33880 #: ../tools/virt-resize.pl:117
33881 msgid "4. Create output disk"
33882 msgstr ""
33883
33884 # type: textblock
33885 #. type: textblock
33886 #: ../tools/virt-resize.pl:119
33887 msgid ""
33888 "Virt-resize cannot do in-place disk modifications.  You have to have space "
33889 "to store the resized output disk."
33890 msgstr ""
33891
33892 # type: textblock
33893 #. type: textblock
33894 #: ../tools/virt-resize.pl:122
33895 msgid ""
33896 "To store the resized disk image in a file, create a file of a suitable size:"
33897 msgstr ""
33898
33899 # type: verbatim
33900 #. type: verbatim
33901 #: ../tools/virt-resize.pl:125
33902 #, no-wrap
33903 msgid ""
33904 " # rm -f outdisk\n"
33905 " # truncate -s 10G outdisk\n"
33906 "\n"
33907 msgstr ""
33908
33909 # type: textblock
33910 #. type: textblock
33911 #: ../tools/virt-resize.pl:128
33912 msgid "Or use L<lvcreate(1)> to create a logical volume:"
33913 msgstr ""
33914
33915 # type: verbatim
33916 #. type: verbatim
33917 #: ../tools/virt-resize.pl:130
33918 #, no-wrap
33919 msgid ""
33920 " # lvcreate -L 10G -n lv_name vg_name\n"
33921 "\n"
33922 msgstr ""
33923
33924 # type: textblock
33925 #. type: textblock
33926 #: ../tools/virt-resize.pl:132
33927 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
33928 msgstr ""
33929
33930 # type: verbatim
33931 #. type: verbatim
33932 #: ../tools/virt-resize.pl:134
33933 #, no-wrap
33934 msgid ""
33935 " # virsh pool-list\n"
33936 " # virsh vol-create-as poolname newvol 10G\n"
33937 "\n"
33938 msgstr ""
33939
33940 # type: =item
33941 #. type: =item
33942 #: ../tools/virt-resize.pl:137
33943 msgid "5. Resize"
33944 msgstr ""
33945
33946 # type: textblock
33947 #. type: textblock
33948 #: ../tools/virt-resize.pl:139
33949 msgid ""
33950 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
33951 "file) and the output disk.  The output disk is the one created in the "
33952 "previous step."
33953 msgstr ""
33954
33955 # type: verbatim
33956 #. type: verbatim
33957 #: ../tools/virt-resize.pl:143
33958 #, no-wrap
33959 msgid ""
33960 " # virt-resize indisk outdisk\n"
33961 "\n"
33962 msgstr ""
33963
33964 # type: textblock
33965 #. type: textblock
33966 #: ../tools/virt-resize.pl:145
33967 msgid ""
33968 "This command just copies disk image C<indisk> to disk image C<outdisk> "
33969 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
33970 "larger, then an extra, empty partition is created at the end of the disk "
33971 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
33972 "error."
33973 msgstr ""
33974
33975 # type: textblock
33976 #. type: textblock
33977 #: ../tools/virt-resize.pl:151
33978 msgid ""
33979 "More realistically you'd want to expand existing partitions in the disk "
33980 "image by passing extra options (for the full list see the L</OPTIONS> "
33981 "section below)."
33982 msgstr ""
33983
33984 # type: textblock
33985 #. type: textblock
33986 #: ../tools/virt-resize.pl:155
33987 msgid ""
33988 "L</--expand> is the most useful option.  It expands the named partition "
33989 "within the disk to fill any extra space:"
33990 msgstr ""
33991
33992 # type: verbatim
33993 #. type: verbatim
33994 #: ../tools/virt-resize.pl:158
33995 #, no-wrap
33996 msgid ""
33997 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
33998 "\n"
33999 msgstr ""
34000
34001 # type: textblock
34002 #. type: textblock
34003 #: ../tools/virt-resize.pl:160
34004 msgid ""
34005 "(In this case, an extra partition is I<not> created at the end of the disk, "
34006 "because there will be no unused space)."
34007 msgstr ""
34008
34009 # type: textblock
34010 #. type: textblock
34011 #: ../tools/virt-resize.pl:163
34012 msgid ""
34013 "L</--resize> is the other commonly used option.  The following would "
34014 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
34015 "rest of the available space:"
34016 msgstr ""
34017
34018 # type: verbatim
34019 #. type: verbatim
34020 #: ../tools/virt-resize.pl:167
34021 #, no-wrap
34022 msgid ""
34023 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
34024 "     indisk outdisk\n"
34025 "\n"
34026 msgstr ""
34027
34028 # type: textblock
34029 #. type: textblock
34030 #: ../tools/virt-resize.pl:170
34031 msgid ""
34032 "If the expanded partition in the image contains a filesystem or LVM PV, then "
34033 "if virt-resize knows how, it will resize the contents, the equivalent of "
34034 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
34035 ">.  However virt-resize does not know how to resize some filesystems, so you "
34036 "would have to online resize them after booting the guest."
34037 msgstr ""
34038
34039 # type: textblock
34040 #. type: textblock
34041 #: ../tools/virt-resize.pl:177
34042 msgid "Other options are covered below."
34043 msgstr ""
34044
34045 # type: =item
34046 #. type: =item
34047 #: ../tools/virt-resize.pl:179
34048 msgid "6. Test"
34049 msgstr ""
34050
34051 # type: textblock
34052 #. type: textblock
34053 #: ../tools/virt-resize.pl:181
34054 msgid "Thoroughly test the new disk image I<before> discarding the old one."
34055 msgstr ""
34056
34057 # type: textblock
34058 #. type: textblock
34059 #: ../tools/virt-resize.pl:183
34060 msgid "If you are using libvirt, edit the XML to point at the new disk:"
34061 msgstr ""
34062
34063 # type: verbatim
34064 #. type: verbatim
34065 #: ../tools/virt-resize.pl:185
34066 #, no-wrap
34067 msgid ""
34068 " # virsh edit guestname\n"
34069 "\n"
34070 msgstr ""
34071
34072 # type: textblock
34073 #. type: textblock
34074 #: ../tools/virt-resize.pl:187
34075 msgid ""
34076 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
34077 "html#elementsDisks>"
34078 msgstr ""
34079
34080 # type: textblock
34081 #. type: textblock
34082 #: ../tools/virt-resize.pl:190
34083 msgid "Then start up the domain with the new, resized disk:"
34084 msgstr ""
34085
34086 # type: verbatim
34087 #. type: verbatim
34088 #: ../tools/virt-resize.pl:192
34089 #, no-wrap
34090 msgid ""
34091 " # virsh start guestname\n"
34092 "\n"
34093 msgstr ""
34094
34095 # type: textblock
34096 #. type: textblock
34097 #: ../tools/virt-resize.pl:194
34098 msgid ""
34099 "and check that it still works.  See also the L</NOTES> section below for "
34100 "additional information."
34101 msgstr ""
34102
34103 # type: =item
34104 #. type: =item
34105 #: ../tools/virt-resize.pl:197
34106 msgid "7. Resize LVs etc inside the guest"
34107 msgstr ""
34108
34109 # type: textblock
34110 #. type: textblock
34111 #: ../tools/virt-resize.pl:199
34112 msgid "(This can also be done offline using L<guestfish(1)>)"
34113 msgstr ""
34114
34115 # type: textblock
34116 #. type: textblock
34117 #: ../tools/virt-resize.pl:201
34118 msgid ""
34119 "Once the guest has booted you should see the new space available, at least "
34120 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
34121 "may need to resize LVs inside PVs, and also resize filesystem types that "
34122 "virt-resize does not know how to expand."
34123 msgstr ""
34124
34125 # type: =head2
34126 #. type: =head2
34127 #: ../tools/virt-resize.pl:208
34128 msgid "SHRINKING A VIRTUAL MACHINE DISK"
34129 msgstr ""
34130
34131 # type: textblock
34132 #. type: textblock
34133 #: ../tools/virt-resize.pl:210
34134 msgid ""
34135 "Shrinking is somewhat more complex than expanding, and only an overview is "
34136 "given here."
34137 msgstr ""
34138
34139 # type: textblock
34140 #. type: textblock
34141 #: ../tools/virt-resize.pl:213
34142 msgid ""
34143 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
34144 "filesystems).  The user has to shrink content before passing the disk image "
34145 "to virt-resize, and virt-resize will check that the content has been shrunk "
34146 "properly."
34147 msgstr ""
34148
34149 # type: textblock
34150 #. type: textblock
34151 #: ../tools/virt-resize.pl:218
34152 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
34153 msgstr ""
34154
34155 # type: textblock
34156 #. type: textblock
34157 #: ../tools/virt-resize.pl:220
34158 msgid ""
34159 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
34160 "steps 3 and 4 above to allocate a new disk image."
34161 msgstr ""
34162
34163 # type: textblock
34164 #. type: textblock
34165 #: ../tools/virt-resize.pl:223
34166 msgid ""
34167 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
34168 msgstr ""
34169
34170 # type: =head2
34171 #. type: =head2
34172 #: ../tools/virt-resize.pl:226
34173 msgid "IGNORING OR DELETING PARTITIONS"
34174 msgstr ""
34175
34176 # type: textblock
34177 #. type: textblock
34178 #: ../tools/virt-resize.pl:228
34179 msgid ""
34180 "virt-resize also gives a convenient way to ignore or delete partitions when "
34181 "copying from the input disk to the output disk.  Ignoring a partition speeds "
34182 "up the copy where you don't care about the existing contents of a "
34183 "partition.  Deleting a partition removes it completely, but note that it "
34184 "also renumbers any partitions after the one which is deleted, which can "
34185 "leave some guests unbootable."
34186 msgstr ""
34187
34188 # type: =head2
34189 #. type: =head2
34190 #: ../tools/virt-resize.pl:235
34191 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
34192 msgstr ""
34193
34194 # type: textblock
34195 #. type: textblock
34196 #: ../tools/virt-resize.pl:237
34197 msgid ""
34198 "If the input disk is in qcow2 format, then you may prefer that the output is "
34199 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
34200 "the fly.  The output format is simply determined by the format of the empty "
34201 "output container that you provide.  Thus to create qcow2 output, use:"
34202 msgstr ""
34203
34204 # type: verbatim
34205 #. type: verbatim
34206 #: ../tools/virt-resize.pl:243
34207 #, no-wrap
34208 msgid ""
34209 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
34210 "\n"
34211 msgstr ""
34212
34213 # type: textblock
34214 #. type: textblock
34215 #: ../tools/virt-resize.pl:245
34216 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
34217 msgstr ""
34218
34219 # type: textblock
34220 #. type: textblock
34221 #: ../tools/virt-resize.pl:247
34222 msgid "Similarly, to get non-sparse raw output use:"
34223 msgstr ""
34224
34225 # type: verbatim
34226 #. type: verbatim
34227 #: ../tools/virt-resize.pl:249
34228 #, no-wrap
34229 msgid ""
34230 " fallocate -l size outdisk\n"
34231 "\n"
34232 msgstr ""
34233
34234 # type: textblock
34235 #. type: textblock
34236 #: ../tools/virt-resize.pl:251
34237 msgid ""
34238 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
34239 "dev/zero of=outdisk bs=1M count=..>)"
34240 msgstr ""
34241
34242 # type: textblock
34243 #. type: textblock
34244 #: ../tools/virt-resize.pl:264
34245 msgid "Display help."
34246 msgstr ""
34247
34248 # type: =item
34249 #. type: =item
34250 #: ../tools/virt-resize.pl:278
34251 msgid "B<--resize part=size>"
34252 msgstr ""
34253
34254 # type: textblock
34255 #. type: textblock
34256 #: ../tools/virt-resize.pl:280
34257 msgid ""
34258 "Resize the named partition (expanding or shrinking it) so that it has the "
34259 "given size."
34260 msgstr ""
34261
34262 # type: textblock
34263 #. type: textblock
34264 #: ../tools/virt-resize.pl:283
34265 msgid ""
34266 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
34267 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
34268 "Exabytes; or as a percentage of the current size; or as a relative number or "
34269 "percentage.  For example:"
34270 msgstr ""
34271
34272 # type: verbatim
34273 #. type: verbatim
34274 #: ../tools/virt-resize.pl:288
34275 #, no-wrap
34276 msgid ""
34277 " --resize /dev/sda2=10G\n"
34278 "\n"
34279 msgstr ""
34280
34281 # type: verbatim
34282 #. type: verbatim
34283 #: ../tools/virt-resize.pl:290
34284 #, no-wrap
34285 msgid ""
34286 " --resize /dev/sda4=90%\n"
34287 "\n"
34288 msgstr ""
34289
34290 # type: verbatim
34291 #. type: verbatim
34292 #: ../tools/virt-resize.pl:292
34293 #, no-wrap
34294 msgid ""
34295 " --resize /dev/sda2=+1G\n"
34296 "\n"
34297 msgstr ""
34298
34299 # type: verbatim
34300 #. type: verbatim
34301 #: ../tools/virt-resize.pl:294
34302 #, no-wrap
34303 msgid ""
34304 " --resize /dev/sda2=-200M\n"
34305 "\n"
34306 msgstr ""
34307
34308 # type: verbatim
34309 #. type: verbatim
34310 #: ../tools/virt-resize.pl:296
34311 #, no-wrap
34312 msgid ""
34313 " --resize /dev/sda1=+128K\n"
34314 "\n"
34315 msgstr ""
34316
34317 # type: verbatim
34318 #. type: verbatim
34319 #: ../tools/virt-resize.pl:298
34320 #, no-wrap
34321 msgid ""
34322 " --resize /dev/sda1=+10%\n"
34323 "\n"
34324 msgstr ""
34325
34326 # type: verbatim
34327 #. type: verbatim
34328 #: ../tools/virt-resize.pl:300
34329 #, no-wrap
34330 msgid ""
34331 " --resize /dev/sda1=-10%\n"
34332 "\n"
34333 msgstr ""
34334
34335 # type: textblock
34336 #. type: textblock
34337 #: ../tools/virt-resize.pl:302
34338 msgid ""
34339 "You can increase the size of any partition.  Virt-resize will expand the "
34340 "direct content of the partition if it knows how (see C<--expand> below)."
34341 msgstr ""
34342
34343 # type: textblock
34344 #. type: textblock
34345 #: ../tools/virt-resize.pl:306
34346 msgid ""
34347 "You can only I<decrease> the size of partitions that contain filesystems or "
34348 "PVs which have already been shrunk.  Virt-resize will check this has been "
34349 "done before proceeding, or else will print an error (see also C<--resize-"
34350 "force>)."
34351 msgstr ""
34352
34353 # type: textblock
34354 #. type: textblock
34355 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
34356 #: ../tools/virt-resize.pl:420
34357 msgid "You can give this option multiple times."
34358 msgstr ""
34359
34360 # type: =item
34361 #. type: =item
34362 #: ../tools/virt-resize.pl:317
34363 msgid "B<--resize-force part=size>"
34364 msgstr ""
34365
34366 # type: textblock
34367 #. type: textblock
34368 #: ../tools/virt-resize.pl:319
34369 msgid ""
34370 "This is the same as C<--resize> except that it will let you decrease the "
34371 "size of any partition.  Generally this means you will lose any data which "
34372 "was at the end of the partition you shrink, but you may not care about that "
34373 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
34374 "as a swap partition)."
34375 msgstr ""
34376
34377 # type: textblock
34378 #. type: textblock
34379 #: ../tools/virt-resize.pl:325
34380 msgid "See also the C<--ignore> option."
34381 msgstr ""
34382
34383 # type: =item
34384 #. type: =item
34385 #: ../tools/virt-resize.pl:331
34386 msgid "B<--expand part>"
34387 msgstr ""
34388
34389 # type: textblock
34390 #. type: textblock
34391 #: ../tools/virt-resize.pl:333
34392 msgid ""
34393 "Expand the named partition so it uses up all extra space (space left over "
34394 "after any other resize changes that you request have been done)."
34395 msgstr ""
34396
34397 # type: textblock
34398 #. type: textblock
34399 #: ../tools/virt-resize.pl:336
34400 msgid ""
34401 "If virt-resize knows how, it will expand the direct content of the "
34402 "partition.  For example, if the partition is an LVM PV, it will expand the "
34403 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
34404 "content it doesn't know about alone."
34405 msgstr ""
34406
34407 # type: textblock
34408 #. type: textblock
34409 #: ../tools/virt-resize.pl:341
34410 msgid "Currently virt-resize can resize:"
34411 msgstr ""
34412
34413 # type: textblock
34414 #. type: textblock
34415 #: ../tools/virt-resize.pl:347
34416 msgid ""
34417 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
34418 "partition."
34419 msgstr ""
34420
34421 # type: textblock
34422 #. type: textblock
34423 #: ../tools/virt-resize.pl:352
34424 msgid ""
34425 "NTFS filesystems contained directly in a partition, if libguestfs was "
34426 "compiled with support for NTFS."
34427 msgstr ""
34428
34429 # type: textblock
34430 #. type: textblock
34431 #: ../tools/virt-resize.pl:355
34432 msgid ""
34433 "The filesystem must have been shut down consistently last time it was used.  "
34434 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
34435 "consistency check, so at the first boot after resizing Windows will check "
34436 "the disk."
34437 msgstr ""
34438
34439 # type: textblock
34440 #. type: textblock
34441 #: ../tools/virt-resize.pl:362
34442 msgid ""
34443 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
34444 "inside the PV, but see the C<--LV-expand> option.  The user could also "
34445 "resize LVs as desired after boot."
34446 msgstr ""
34447
34448 # type: textblock
34449 #. type: textblock
34450 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
34451 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
34452 msgstr ""
34453
34454 # type: =item
34455 #. type: =item
34456 #: ../tools/virt-resize.pl:374
34457 msgid "B<--shrink part>"
34458 msgstr ""
34459
34460 # type: textblock
34461 #. type: textblock
34462 #: ../tools/virt-resize.pl:376
34463 msgid ""
34464 "Shrink the named partition until the overall disk image fits in the "
34465 "destination.  The named partition B<must> contain a filesystem or PV which "
34466 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
34467 "online tools).  Virt-resize will check this and give an error if it has not "
34468 "been done."
34469 msgstr ""
34470
34471 # type: textblock
34472 #. type: textblock
34473 #: ../tools/virt-resize.pl:382
34474 msgid ""
34475 "The amount by which the overall disk must be shrunk (after carrying out all "
34476 "other operations requested by the user) is called the \"deficit\".  For "
34477 "example, a straight copy (assume no other operations)  from a 5GB disk image "
34478 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
34479 "would give an error unless the user specified a partition to shrink and that "
34480 "partition had more than a gigabyte of free space."
34481 msgstr ""
34482
34483 # type: =item
34484 #. type: =item
34485 #: ../tools/virt-resize.pl:396
34486 msgid "B<--ignore part>"
34487 msgstr ""
34488
34489 # type: textblock
34490 #. type: textblock
34491 #: ../tools/virt-resize.pl:398
34492 msgid ""
34493 "Ignore the named partition.  Effectively this means the partition is "
34494 "allocated on the destination disk, but the content is not copied across from "
34495 "the source disk.  The content of the partition will be blank (all zero "
34496 "bytes)."
34497 msgstr ""
34498
34499 # type: =item
34500 #. type: =item
34501 #: ../tools/virt-resize.pl:409
34502 msgid "B<--delete part>"
34503 msgstr ""
34504
34505 # type: textblock
34506 #. type: textblock
34507 #: ../tools/virt-resize.pl:411
34508 msgid ""
34509 "Delete the named partition.  It would be more accurate to describe this as "
34510 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
34511 "the original disk image is left intact."
34512 msgstr ""
34513
34514 # type: textblock
34515 #. type: textblock
34516 #: ../tools/virt-resize.pl:415
34517 msgid ""
34518 "Note that when you delete a partition, then anything contained in the "
34519 "partition is also deleted.  Furthermore, this causes any partitions that "
34520 "come after to be I<renumbered>, which can easily make your guest unbootable."
34521 msgstr ""
34522
34523 # type: =item
34524 #. type: =item
34525 #: ../tools/virt-resize.pl:426
34526 msgid "B<--LV-expand logvol>"
34527 msgstr ""
34528
34529 # type: textblock
34530 #. type: textblock
34531 #: ../tools/virt-resize.pl:428
34532 msgid ""
34533 "This takes the logical volume and, as a final step, expands it to fill all "
34534 "the space available in its volume group.  A typical usage, assuming a Linux "
34535 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
34536 "lv_root> would be:"
34537 msgstr ""
34538
34539 # type: verbatim
34540 #. type: verbatim
34541 #: ../tools/virt-resize.pl:433
34542 #, no-wrap
34543 msgid ""
34544 " virt-resize indisk outdisk \\\n"
34545 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
34546 "\n"
34547 msgstr ""
34548
34549 # type: textblock
34550 #. type: textblock
34551 #: ../tools/virt-resize.pl:436
34552 msgid ""
34553 "This would first expand the partition (and PV), and then expand the root "
34554 "device to fill the extra space in the PV."
34555 msgstr ""
34556
34557 # type: textblock
34558 #. type: textblock
34559 #: ../tools/virt-resize.pl:439
34560 msgid ""
34561 "The contents of the LV are also resized if virt-resize knows how to do "
34562 "that.  You can stop virt-resize from trying to expand the content by using "
34563 "the option C<--no-expand-content>."
34564 msgstr ""
34565
34566 # type: textblock
34567 #. type: textblock
34568 #: ../tools/virt-resize.pl:443
34569 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
34570 msgstr ""
34571
34572 # type: textblock
34573 #. type: textblock
34574 #: ../tools/virt-resize.pl:446
34575 msgid ""
34576 "You can give this option multiple times, I<but> it doesn't make sense to do "
34577 "this unless the logical volumes you specify are all in different volume "
34578 "groups."
34579 msgstr ""
34580
34581 # type: =item
34582 #. type: =item
34583 #: ../tools/virt-resize.pl:454
34584 msgid "B<--no-copy-boot-loader>"
34585 msgstr ""
34586
34587 # type: textblock
34588 #. type: textblock
34589 #: ../tools/virt-resize.pl:456
34590 msgid ""
34591 "By default, virt-resize copies over some sectors at the start of the disk "
34592 "(up to the beginning of the first partition).  Commonly these sectors "
34593 "contain the Master Boot Record (MBR) and the boot loader, and are required "
34594 "in order for the guest to boot correctly."
34595 msgstr ""
34596
34597 # type: textblock
34598 #. type: textblock
34599 #: ../tools/virt-resize.pl:461
34600 msgid ""
34601 "If you specify this flag, then this initial copy is not done.  You may need "
34602 "to reinstall the boot loader in this case."
34603 msgstr ""
34604
34605 # type: =item
34606 #. type: =item
34607 #: ../tools/virt-resize.pl:469
34608 msgid "B<--no-extra-partition>"
34609 msgstr ""
34610
34611 # type: textblock
34612 #. type: textblock
34613 #: ../tools/virt-resize.pl:471
34614 msgid ""
34615 "By default, virt-resize creates an extra partition if there is any extra, "
34616 "unused space after all resizing has happened.  Use this option to prevent "
34617 "the extra partition from being created.  If you do this then the extra space "
34618 "will be inaccessible until you run fdisk, parted, or some other partitioning "
34619 "tool in the guest."
34620 msgstr ""
34621
34622 # type: textblock
34623 #. type: textblock
34624 #: ../tools/virt-resize.pl:477
34625 msgid ""
34626 "Note that if the surplus space is smaller than 10 MB, no extra partition "
34627 "will be created."
34628 msgstr ""
34629
34630 # type: =item
34631 #. type: =item
34632 #: ../tools/virt-resize.pl:484
34633 msgid "B<--no-expand-content>"
34634 msgstr ""
34635
34636 # type: textblock
34637 #. type: textblock
34638 #: ../tools/virt-resize.pl:486
34639 msgid ""
34640 "By default, virt-resize will try to expand the direct contents of "
34641 "partitions, if it knows how (see C<--expand> option above)."
34642 msgstr ""
34643
34644 # type: textblock
34645 #. type: textblock
34646 #: ../tools/virt-resize.pl:489
34647 msgid ""
34648 "If you give the C<--no-expand-content> option then virt-resize will not "
34649 "attempt this."
34650 msgstr ""
34651
34652 # type: =item
34653 #. type: =item
34654 #: ../tools/virt-resize.pl:496
34655 msgid "B<-d> | B<--debug>"
34656 msgstr ""
34657
34658 # type: =item
34659 #. type: =item
34660 #: ../tools/virt-resize.pl:504
34661 msgid "B<-n> | B<--dryrun>"
34662 msgstr ""
34663
34664 # type: textblock
34665 #. type: textblock
34666 #: ../tools/virt-resize.pl:506
34667 msgid "Print a summary of what would be done, but don't do anything."
34668 msgstr ""
34669
34670 # type: =item
34671 #. type: =item
34672 #: ../tools/virt-resize.pl:512
34673 msgid "B<-q> | B<--quiet>"
34674 msgstr ""
34675
34676 # type: textblock
34677 #. type: textblock
34678 #: ../tools/virt-resize.pl:514
34679 msgid "Don't print the summary."
34680 msgstr ""
34681
34682 # type: textblock
34683 #. type: textblock
34684 #: ../tools/virt-resize.pl:522
34685 msgid ""
34686 "Specify the format of the input disk image.  If this flag is not given then "
34687 "it is auto-detected from the image itself."
34688 msgstr ""
34689
34690 # type: textblock
34691 #. type: textblock
34692 #: ../tools/virt-resize.pl:528
34693 msgid ""
34694 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
34695 "AND NON-SPARSE RAW FORMATS>."
34696 msgstr ""
34697
34698 # type: =item
34699 #. type: =item
34700 #: ../tools/virt-resize.pl:535
34701 msgid "B<--output-format> raw"
34702 msgstr ""
34703
34704 # type: textblock
34705 #. type: textblock
34706 #: ../tools/virt-resize.pl:537
34707 msgid ""
34708 "Specify the format of the output disk image.  If this flag is not given then "
34709 "it is auto-detected from the image itself."
34710 msgstr ""
34711
34712 # type: textblock
34713 #. type: textblock
34714 #: ../tools/virt-resize.pl:543
34715 msgid ""
34716 "Note that you still need to create the output disk with the right format.  "
34717 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
34718 msgstr ""
34719
34720 # type: =head1
34721 #. type: =head1
34722 #: ../tools/virt-resize.pl:1425
34723 msgid "NOTES"
34724 msgstr ""
34725
34726 # type: =head2
34727 #. type: =head2
34728 #: ../tools/virt-resize.pl:1427
34729 msgid "\"Partition 1 does not end on cylinder boundary.\""
34730 msgstr ""
34731
34732 # type: textblock
34733 #. type: textblock
34734 #: ../tools/virt-resize.pl:1429
34735 msgid ""
34736 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
34737 "means the partitions will not be aligned to the ancient CHS geometry.  "
34738 "However CHS geometry is meaningless for disks manufactured since the early "
34739 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
34740 "cylinders is not required by any modern operating system."
34741 msgstr ""
34742
34743 # type: =head2
34744 #. type: =head2
34745 #: ../tools/virt-resize.pl:1436
34746 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
34747 msgstr ""
34748
34749 # type: textblock
34750 #. type: textblock
34751 #: ../tools/virt-resize.pl:1438
34752 msgid ""
34753 "In Windows Vista and later versions, Microsoft switched to using a separate "
34754 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
34755 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
34756 "the boot partition.  Doing so seems to break the guest completely.  However "
34757 "expanding the second partition (ie. C: drive) should work."
34758 msgstr ""
34759
34760 # type: textblock
34761 #. type: textblock
34762 #: ../tools/virt-resize.pl:1445
34763 msgid ""
34764 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
34765 "NTFS partitions have been expanded.  This is just a safety check and (unless "
34766 "it find errors) is nothing to worry about."
34767 msgstr ""
34768
34769 # type: =head2
34770 #. type: =head2
34771 #: ../tools/virt-resize.pl:1449
34772 msgid "GUEST BOOT STUCK AT \"GRUB\""
34773 msgstr ""
34774
34775 # type: textblock
34776 #. type: textblock
34777 #: ../tools/virt-resize.pl:1451
34778 msgid ""
34779 "If a Linux guest does not boot after resizing, and the boot is stuck after "
34780 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
34781 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
34782 "although we think is to do with partition alignment."
34783 msgstr ""
34784
34785 # type: verbatim
34786 #. type: verbatim
34787 #: ../tools/virt-resize.pl:1456
34788 #, no-wrap
34789 msgid ""
34790 " guestfish -i -a newdisk\n"
34791 " ><fs> cat /boot/grub/device.map\n"
34792 " # check the contents of this file are sensible or\n"
34793 " # edit the file if necessary\n"
34794 " ><fs> grub-install / /dev/vda\n"
34795 " ><fs> exit\n"
34796 "\n"
34797 msgstr ""
34798
34799 # type: textblock
34800 #. type: textblock
34801 #: ../tools/virt-resize.pl:1463
34802 msgid ""
34803 "For more flexible guest reconfiguration, including if you need to specify "
34804 "other parameters to grub-install, use L<virt-rescue(1)>."
34805 msgstr ""
34806
34807 # type: =head1
34808 #. type: =head1
34809 #: ../tools/virt-resize.pl:1466
34810 msgid "ALTERNATIVE TOOLS"
34811 msgstr ""
34812
34813 # type: textblock
34814 #. type: textblock
34815 #: ../tools/virt-resize.pl:1468
34816 msgid ""
34817 "There are several proprietary tools for resizing partitions.  We won't "
34818 "mention any here."
34819 msgstr ""
34820
34821 # type: textblock
34822 #. type: textblock
34823 #: ../tools/virt-resize.pl:1471
34824 msgid ""
34825 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
34826 "operations on disk images.  They can resize and move partitions, but I don't "
34827 "think they can do anything with the contents, and they certainly don't "
34828 "understand LVM."
34829 msgstr ""
34830
34831 # type: textblock
34832 #. type: textblock
34833 #: ../tools/virt-resize.pl:1476
34834 msgid ""
34835 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
34836 "but at a much lower level.  You will probably end up hand-calculating sector "
34837 "offsets, which is something that virt-resize was designed to avoid.  If you "
34838 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
34839 "C<--debug> flag."
34840 msgstr ""
34841
34842 # type: textblock
34843 #. type: textblock
34844 #: ../tools/virt-resize.pl:1491
34845 msgid ""
34846 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
34847 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
34848 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
34849 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
34850 "libguestfs.org/>."
34851 msgstr ""
34852
34853 # type: textblock
34854 #. type: textblock
34855 #: ../tools/virt-list-filesystems.pl:32
34856 msgid ""
34857 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
34858 msgstr ""
34859
34860 # type: verbatim
34861 #. type: verbatim
34862 #: ../tools/virt-list-filesystems.pl:36
34863 #, no-wrap
34864 msgid ""
34865 " virt-list-filesystems [--options] domname\n"
34866 "\n"
34867 msgstr ""
34868
34869 # type: verbatim
34870 #. type: verbatim
34871 #: ../tools/virt-list-filesystems.pl:38
34872 #, no-wrap
34873 msgid ""
34874 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
34875 "\n"
34876 msgstr ""
34877
34878 # type: textblock
34879 #. type: textblock
34880 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
34881 msgid ""
34882 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
34883 "replacement."
34884 msgstr ""
34885
34886 # type: textblock
34887 #. type: textblock
34888 #: ../tools/virt-list-filesystems.pl:45
34889 msgid ""
34890 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
34891 "are contained in a virtual machine or disk image."
34892 msgstr ""
34893
34894 # type: textblock
34895 #. type: textblock
34896 #: ../tools/virt-list-filesystems.pl:49
34897 msgid ""
34898 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
34899 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34900 "> tool."
34901 msgstr ""
34902
34903 # type: =item
34904 #. type: =item
34905 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
34906 msgid "B<-l> | B<--long>"
34907 msgstr ""
34908
34909 # type: textblock
34910 #. type: textblock
34911 #: ../tools/virt-list-filesystems.pl:108
34912 msgid ""
34913 "With this option, C<virt-list-filesystems> displays the type of each "
34914 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
34915 msgstr ""
34916
34917 # type: =item
34918 #. type: =item
34919 #: ../tools/virt-list-filesystems.pl:115
34920 msgid "B<-a> | B<--all>"
34921 msgstr ""
34922
34923 # type: textblock
34924 #. type: textblock
34925 #: ../tools/virt-list-filesystems.pl:117
34926 msgid ""
34927 "Normally we only show mountable filesystems.  If this option is given then "
34928 "swap devices are shown too."
34929 msgstr ""
34930
34931 # type: textblock
34932 #. type: textblock
34933 #: ../tools/virt-list-filesystems.pl:191
34934 msgid ""
34935 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
34936 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
34937 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34938 msgstr ""
34939
34940 # type: textblock
34941 #. type: textblock
34942 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
34943 msgid "Copyright (C) 2009 Red Hat Inc."
34944 msgstr ""
34945
34946 # type: textblock
34947 #. type: textblock
34948 #: ../tools/virt-tar.pl:33
34949 msgid "virt-tar - Extract or upload files to a virtual machine"
34950 msgstr ""
34951
34952 # type: verbatim
34953 #. type: verbatim
34954 #: ../tools/virt-tar.pl:37
34955 #, no-wrap
34956 msgid ""
34957 " virt-tar [--options] -x domname directory tarball\n"
34958 "\n"
34959 msgstr ""
34960
34961 # type: verbatim
34962 #. type: verbatim
34963 #: ../tools/virt-tar.pl:39
34964 #, no-wrap
34965 msgid ""
34966 " virt-tar [--options] -u domname tarball directory\n"
34967 "\n"
34968 msgstr ""
34969
34970 # type: verbatim
34971 #. type: verbatim
34972 #: ../tools/virt-tar.pl:41
34973 #, no-wrap
34974 msgid ""
34975 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
34976 "\n"
34977 msgstr ""
34978
34979 # type: verbatim
34980 #. type: verbatim
34981 #: ../tools/virt-tar.pl:43
34982 #, no-wrap
34983 msgid ""
34984 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
34985 "\n"
34986 msgstr ""
34987
34988 #. type: textblock
34989 #: ../tools/virt-tar.pl:47
34990 msgid ""
34991 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
34992 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
34993 msgstr ""
34994
34995 # type: textblock
34996 #. type: textblock
34997 #: ../tools/virt-tar.pl:52
34998 msgid "Download C</home> from the VM into a local tarball:"
34999 msgstr ""
35000
35001 # type: verbatim
35002 #. type: verbatim
35003 #: ../tools/virt-tar.pl:54
35004 #, no-wrap
35005 msgid ""
35006 " virt-tar -x domname /home home.tar\n"
35007 "\n"
35008 msgstr ""
35009
35010 # type: verbatim
35011 #. type: verbatim
35012 #: ../tools/virt-tar.pl:56
35013 #, no-wrap
35014 msgid ""
35015 " virt-tar -zx domname /home home.tar.gz\n"
35016 "\n"
35017 msgstr ""
35018
35019 # type: textblock
35020 #. type: textblock
35021 #: ../tools/virt-tar.pl:58
35022 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
35023 msgstr ""
35024
35025 # type: verbatim
35026 #. type: verbatim
35027 #: ../tools/virt-tar.pl:60
35028 #, no-wrap
35029 msgid ""
35030 " virt-tar -u domname uploadstuff.tar /tmp\n"
35031 "\n"
35032 msgstr ""
35033
35034 # type: verbatim
35035 #. type: verbatim
35036 #: ../tools/virt-tar.pl:62
35037 #, no-wrap
35038 msgid ""
35039 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
35040 "\n"
35041 msgstr ""
35042
35043 # type: textblock
35044 #. type: textblock
35045 #: ../tools/virt-tar.pl:66
35046 msgid ""
35047 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
35048 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
35049 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
35050 msgstr ""
35051
35052 # type: textblock
35053 #. type: textblock
35054 #: ../tools/virt-tar.pl:71
35055 msgid ""
35056 "You can use C<-x> (extract) on live virtual machines, but you might get "
35057 "inconsistent results or errors if there is filesystem activity inside the "
35058 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
35059 "work, but the only way to guarantee consistent results is if the virtual "
35060 "machine is shut down."
35061 msgstr ""
35062
35063 # type: textblock
35064 #. type: textblock
35065 #: ../tools/virt-tar.pl:79
35066 msgid ""
35067 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
35068 "parts of a guest filesystem.  There are many possibilities: making backups, "
35069 "uploading data files, snooping on guest activity, fixing or customizing "
35070 "guests, etc."
35071 msgstr ""
35072
35073 # type: textblock
35074 #. type: textblock
35075 #: ../tools/virt-tar.pl:84
35076 msgid ""
35077 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
35078 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
35079 "should look at the L<guestfish(1)> tool."
35080 msgstr ""
35081
35082 # type: textblock
35083 #. type: textblock
35084 #: ../tools/virt-tar.pl:88
35085 msgid ""
35086 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
35087 "its contents (recursively) from the virtual machine into a local tarball.  "
35088 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
35089 "virtual machine.  You cannot use these two options together."
35090 msgstr ""
35091
35092 # type: textblock
35093 #. type: textblock
35094 #: ../tools/virt-tar.pl:94
35095 msgid ""
35096 "In addition, you may need to use the C<-z> (gZip) option to enable "
35097 "compression.  When uploading, you have to specify C<-z> if the upload file "
35098 "is compressed because virt-tar won't detect this on its own."
35099 msgstr ""
35100
35101 # type: textblock
35102 #. type: textblock
35103 #: ../tools/virt-tar.pl:98
35104 msgid ""
35105 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
35106 "example it cannot do PKZip files or bzip2 compression.  If you want that "
35107 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
35108 "the L<libguestfs(3)> API)."
35109 msgstr ""
35110
35111 # type: =item
35112 #. type: =item
35113 #: ../tools/virt-tar.pl:156
35114 msgid "B<-x> | B<--extract> | B<--download>"
35115 msgstr ""
35116
35117 # type: =item
35118 #. type: =item
35119 #: ../tools/virt-tar.pl:158
35120 msgid "B<-u> | B<--upload>"
35121 msgstr ""
35122
35123 # type: textblock
35124 #. type: textblock
35125 #: ../tools/virt-tar.pl:160
35126 msgid ""
35127 "Use C<-x> to extract (download) a directory from a virtual machine to a "
35128 "local tarball."
35129 msgstr ""
35130
35131 # type: textblock
35132 #. type: textblock
35133 #: ../tools/virt-tar.pl:163
35134 msgid ""
35135 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
35136 "Please read the L</WARNING> section above before using this option."
35137 msgstr ""
35138
35139 # type: textblock
35140 #. type: textblock
35141 #: ../tools/virt-tar.pl:167
35142 msgid "You must specify exactly one of these options."
35143 msgstr ""
35144
35145 # type: =item
35146 #. type: =item
35147 #: ../tools/virt-tar.pl:173
35148 msgid "B<-z> | B<--gzip>"
35149 msgstr ""
35150
35151 # type: textblock
35152 #. type: textblock
35153 #: ../tools/virt-tar.pl:175
35154 msgid "Specify that the input or output tarball is gzip-compressed."
35155 msgstr ""
35156
35157 #. type: textblock
35158 #: ../tools/virt-tar.pl:288
35159 msgid ""
35160 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
35161 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
35162 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
35163 "org/>."
35164 msgstr ""
35165
35166 # type: textblock
35167 #. type: textblock
35168 #: ../tools/virt-make-fs.pl:37
35169 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
35170 msgstr ""
35171
35172 # type: verbatim
35173 #. type: verbatim
35174 #: ../tools/virt-make-fs.pl:41
35175 #, no-wrap
35176 msgid ""
35177 " virt-make-fs [--options] input.tar output.img\n"
35178 "\n"
35179 msgstr ""
35180
35181 # type: verbatim
35182 #. type: verbatim
35183 #: ../tools/virt-make-fs.pl:43
35184 #, no-wrap
35185 msgid ""
35186 " virt-make-fs [--options] input.tar.gz output.img\n"
35187 "\n"
35188 msgstr ""
35189
35190 # type: verbatim
35191 #. type: verbatim
35192 #: ../tools/virt-make-fs.pl:45
35193 #, no-wrap
35194 msgid ""
35195 " virt-make-fs [--options] directory output.img\n"
35196 "\n"
35197 msgstr ""
35198
35199 # type: textblock
35200 #. type: textblock
35201 #: ../tools/virt-make-fs.pl:49
35202 msgid ""
35203 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
35204 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
35205 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
35206 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
35207 "you want to attach these filesystems to existing virtual machines (eg. to "
35208 "import large amounts of read-only data to a VM)."
35209 msgstr ""
35210
35211 # type: textblock
35212 #. type: textblock
35213 #: ../tools/virt-make-fs.pl:57
35214 msgid "Basic usage is:"
35215 msgstr ""
35216
35217 # type: verbatim
35218 #. type: verbatim
35219 #: ../tools/virt-make-fs.pl:59
35220 #, no-wrap
35221 msgid ""
35222 " virt-make-fs input output\n"
35223 "\n"
35224 msgstr ""
35225
35226 # type: textblock
35227 #. type: textblock
35228 #: ../tools/virt-make-fs.pl:61
35229 msgid ""
35230 "where C<input> is either a directory containing files that you want to add, "
35231 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
35232 "C<output> is a disk image.  The input type is detected automatically.  The "
35233 "output disk image defaults to a raw ext2 image unless you specify extra "
35234 "flags (see L</OPTIONS> below)."
35235 msgstr ""
35236
35237 # type: =head2
35238 #. type: =head2
35239 #: ../tools/virt-make-fs.pl:67
35240 msgid "EXTRA SPACE"
35241 msgstr ""
35242
35243 # type: textblock
35244 #. type: textblock
35245 #: ../tools/virt-make-fs.pl:69
35246 msgid ""
35247 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
35248 "the files that it contains, but might have extra space.  Depending on how "
35249 "you are going to use the output, you might think this extra space is wasted "
35250 "and want to minimize it, or you might want to leave space so that more files "
35251 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
35252 "but you can use the C<--size> flag to leave space in the filesystem if you "
35253 "want it."
35254 msgstr ""
35255
35256 # type: textblock
35257 #. type: textblock
35258 #: ../tools/virt-make-fs.pl:77
35259 msgid ""
35260 "An alternative way to leave extra space but not make the output image any "
35261 "bigger is to use an alternative disk image format (instead of the default "
35262 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
35263 "image format (check your hypervisor supports this before using it).  This "
35264 "allows you to choose a large C<--size> but the extra space won't actually be "
35265 "allocated in the image until you try to store something in it."
35266 msgstr ""
35267
35268 #. type: textblock
35269 #: ../tools/virt-make-fs.pl:85
35270 msgid ""
35271 "Don't forget that you can also use local commands including L<resize2fs(8)> "
35272 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
35273 "to build another image from scratch."
35274 msgstr ""
35275
35276 # type: =head3
35277 #. type: =head3
35278 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
35279 #: ../tools/virt-make-fs.pl:142
35280 msgid "EXAMPLE"
35281 msgstr ""
35282
35283 # type: verbatim
35284 #. type: verbatim
35285 #: ../tools/virt-make-fs.pl:91
35286 #, no-wrap
35287 msgid ""
35288 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
35289 "\n"
35290 msgstr ""
35291
35292 # type: =head2
35293 #. type: =head2
35294 #: ../tools/virt-make-fs.pl:93
35295 msgid "FILESYSTEM TYPE"
35296 msgstr ""
35297
35298 # type: textblock
35299 #. type: textblock
35300 #: ../tools/virt-make-fs.pl:95
35301 msgid ""
35302 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
35303 "libguestfs supports can be used (but I<not> read-only formats like "
35304 "ISO9660).  Here are some of the more common choices:"
35305 msgstr ""
35306
35307 # type: =item
35308 #. type: =item
35309 #: ../tools/virt-make-fs.pl:101
35310 msgid "I<ext3>"
35311 msgstr ""
35312
35313 # type: textblock
35314 #. type: textblock
35315 #: ../tools/virt-make-fs.pl:103
35316 msgid ""
35317 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
35318 "you are not going to use the filesystem in a way that requires the journal, "
35319 "then this is just wasted overhead."
35320 msgstr ""
35321
35322 # type: =item
35323 #. type: =item
35324 #: ../tools/virt-make-fs.pl:107
35325 msgid "I<ntfs> or I<vfat>"
35326 msgstr ""
35327
35328 # type: textblock
35329 #. type: textblock
35330 #: ../tools/virt-make-fs.pl:109
35331 msgid "Useful if exporting data to a Windows guest."
35332 msgstr ""
35333
35334 # type: textblock
35335 #. type: textblock
35336 #: ../tools/virt-make-fs.pl:111
35337 msgid ""
35338 "I<Note for vfat>: The tar archive or local directory must only contain files "
35339 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
35340 "program running within libguestfs is unable to change the ownership of non-"
35341 "root files, since vfat itself does not support this."
35342 msgstr ""
35343
35344 # type: =item
35345 #. type: =item
35346 #: ../tools/virt-make-fs.pl:116
35347 msgid "I<minix>"
35348 msgstr ""
35349
35350 # type: textblock
35351 #. type: textblock
35352 #: ../tools/virt-make-fs.pl:118
35353 msgid ""
35354 "Lower overhead than C<ext2>, but certain limitations on filename length and "
35355 "total filesystem size."
35356 msgstr ""
35357
35358 # type: verbatim
35359 #. type: verbatim
35360 #: ../tools/virt-make-fs.pl:125
35361 #, no-wrap
35362 msgid ""
35363 " virt-make-fs --type=minix input minixfs.img\n"
35364 "\n"
35365 msgstr ""
35366
35367 # type: =head2
35368 #. type: =head2
35369 #: ../tools/virt-make-fs.pl:127
35370 msgid "TO PARTITION OR NOT TO PARTITION"
35371 msgstr ""
35372
35373 # type: textblock
35374 #. type: textblock
35375 #: ../tools/virt-make-fs.pl:129
35376 msgid "Optionally virt-make-fs can add a partition table to the output disk."
35377 msgstr ""
35378
35379 # type: textblock
35380 #. type: textblock
35381 #: ../tools/virt-make-fs.pl:131
35382 msgid ""
35383 "Adding a partition can make the disk image more compatible with certain "
35384 "virtualized operating systems which don't expect to see a filesystem "
35385 "directly located on a block device (Linux doesn't care and will happily "
35386 "handle both types)."
35387 msgstr ""
35388
35389 # type: textblock
35390 #. type: textblock
35391 #: ../tools/virt-make-fs.pl:136
35392 msgid ""
35393 "On the other hand, if you have a partition table then the output image is no "
35394 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
35395 "directly on a partitioned disk image.  (However libguestfs tools such as "
35396 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
35397 msgstr ""
35398
35399 # type: textblock
35400 #. type: textblock
35401 #: ../tools/virt-make-fs.pl:144
35402 msgid "Add an MBR partition:"
35403 msgstr ""
35404
35405 # type: verbatim
35406 #. type: verbatim
35407 #: ../tools/virt-make-fs.pl:146
35408 #, no-wrap
35409 msgid ""
35410 " virt-make-fs --partition -- input disk.img\n"
35411 "\n"
35412 msgstr ""
35413
35414 # type: textblock
35415 #. type: textblock
35416 #: ../tools/virt-make-fs.pl:148
35417 msgid ""
35418 "If the output disk image could be terabyte-sized or larger, it's better to "
35419 "use an EFI/GPT-compatible partition table:"
35420 msgstr ""
35421
35422 # type: verbatim
35423 #. type: verbatim
35424 #: ../tools/virt-make-fs.pl:151
35425 #, no-wrap
35426 msgid ""
35427 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
35428 "\n"
35429 msgstr ""
35430
35431 # type: textblock
35432 #. type: textblock
35433 #: ../tools/virt-make-fs.pl:179
35434 msgid "Enable debugging information."
35435 msgstr ""
35436
35437 # type: =item
35438 #. type: =item
35439 #: ../tools/virt-make-fs.pl:185
35440 msgid "B<--size=E<lt>NE<gt>>"
35441 msgstr ""
35442
35443 # type: =item
35444 #. type: =item
35445 #: ../tools/virt-make-fs.pl:187
35446 msgid "B<--size=+E<lt>NE<gt>>"
35447 msgstr ""
35448
35449 # type: =item
35450 #. type: =item
35451 #: ../tools/virt-make-fs.pl:189
35452 msgid "B<-s E<lt>NE<gt>>"
35453 msgstr ""
35454
35455 # type: =item
35456 #. type: =item
35457 #: ../tools/virt-make-fs.pl:191
35458 msgid "B<-s +E<lt>NE<gt>>"
35459 msgstr ""
35460
35461 # type: textblock
35462 #. type: textblock
35463 #: ../tools/virt-make-fs.pl:193
35464 msgid ""
35465 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
35466 msgstr ""
35467
35468 # type: textblock
35469 #. type: textblock
35470 #: ../tools/virt-make-fs.pl:196
35471 msgid ""
35472 "If this option is I<not> given, then the output image will be just large "
35473 "enough to contain all the files, with not much wasted space."
35474 msgstr ""
35475
35476 # type: textblock
35477 #. type: textblock
35478 #: ../tools/virt-make-fs.pl:199
35479 msgid ""
35480 "To choose a fixed size output disk, specify an absolute number followed by b/"
35481 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
35482 "Petabytes or Exabytes.  This must be large enough to contain all the input "
35483 "files, else you will get an error."
35484 msgstr ""
35485
35486 # type: textblock
35487 #. type: textblock
35488 #: ../tools/virt-make-fs.pl:204
35489 msgid ""
35490 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
35491 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
35492 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
35493 "the input files, and (approximately) an extra 200 MB free space."
35494 msgstr ""
35495
35496 # type: textblock
35497 #. type: textblock
35498 #: ../tools/virt-make-fs.pl:210
35499 msgid ""
35500 "Note that virt-make-fs estimates free space, and therefore will not produce "
35501 "filesystems containing precisely the free space requested.  (It is much more "
35502 "expensive and time-consuming to produce a filesystem which has precisely the "
35503 "desired free space)."
35504 msgstr ""
35505
35506 # type: =item
35507 #. type: =item
35508 #: ../tools/virt-make-fs.pl:219
35509 msgid "B<--format=E<lt>fmtE<gt>>"
35510 msgstr ""
35511
35512 # type: =item
35513 #. type: =item
35514 #: ../tools/virt-make-fs.pl:221
35515 msgid "B<-F E<lt>fmtE<gt>>"
35516 msgstr ""
35517
35518 # type: textblock
35519 #. type: textblock
35520 #: ../tools/virt-make-fs.pl:223
35521 msgid "Choose the output disk image format."
35522 msgstr ""
35523
35524 # type: textblock
35525 #. type: textblock
35526 #: ../tools/virt-make-fs.pl:225
35527 msgid "The default is C<raw> (raw disk image)."
35528 msgstr ""
35529
35530 # type: textblock
35531 #. type: textblock
35532 #: ../tools/virt-make-fs.pl:227
35533 msgid ""
35534 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
35535 "that would really make sense here is C<qcow2>."
35536 msgstr ""
35537
35538 # type: =item
35539 #. type: =item
35540 #: ../tools/virt-make-fs.pl:234
35541 msgid "B<--type=E<lt>fsE<gt>>"
35542 msgstr ""
35543
35544 # type: =item
35545 #. type: =item
35546 #: ../tools/virt-make-fs.pl:236
35547 msgid "B<-t E<lt>fsE<gt>>"
35548 msgstr ""
35549
35550 # type: textblock
35551 #. type: textblock
35552 #: ../tools/virt-make-fs.pl:238
35553 msgid "Choose the output filesystem type."
35554 msgstr ""
35555
35556 # type: textblock
35557 #. type: textblock
35558 #: ../tools/virt-make-fs.pl:240
35559 msgid "The default is C<ext2>."
35560 msgstr ""
35561
35562 # type: textblock
35563 #. type: textblock
35564 #: ../tools/virt-make-fs.pl:242
35565 msgid ""
35566 "Any filesystem which is supported read-write by libguestfs can be used here."
35567 msgstr ""
35568
35569 # type: =item
35570 #. type: =item
35571 #: ../tools/virt-make-fs.pl:249
35572 msgid "B<--partition>"
35573 msgstr ""
35574
35575 # type: =item
35576 #. type: =item
35577 #: ../tools/virt-make-fs.pl:251
35578 msgid "B<--partition=E<lt>parttypeE<gt>>"
35579 msgstr ""
35580
35581 # type: textblock
35582 #. type: textblock
35583 #: ../tools/virt-make-fs.pl:253
35584 msgid ""
35585 "If specified, this flag adds an MBR partition table to the output disk image."
35586 msgstr ""
35587
35588 # type: textblock
35589 #. type: textblock
35590 #: ../tools/virt-make-fs.pl:256
35591 msgid ""
35592 "You can change the partition table type, eg. C<--partition=gpt> for large "
35593 "disks."
35594 msgstr ""
35595
35596 # type: textblock
35597 #. type: textblock
35598 #: ../tools/virt-make-fs.pl:259
35599 msgid ""
35600 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
35601 "might consider the next parameter to be the partition type.  For example:"
35602 msgstr ""
35603
35604 # type: verbatim
35605 #. type: verbatim
35606 #: ../tools/virt-make-fs.pl:263
35607 #, no-wrap
35608 msgid ""
35609 " virt-make-fs --partition input.tar ...\n"
35610 "\n"
35611 msgstr ""
35612
35613 # type: textblock
35614 #. type: textblock
35615 #: ../tools/virt-make-fs.pl:265
35616 msgid ""
35617 "would cause virt-make-fs to think you wanted to use a partition type of "
35618 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
35619 "dash) between options and the input file argument:"
35620 msgstr ""
35621
35622 # type: verbatim
35623 #. type: verbatim
35624 #: ../tools/virt-make-fs.pl:269
35625 #, no-wrap
35626 msgid ""
35627 " virt-make-fs --partition -- input.tar ...\n"
35628 "\n"
35629 msgstr ""
35630
35631 #. type: textblock
35632 #: ../tools/virt-make-fs.pl:541
35633 msgid ""
35634 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
35635 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
35636 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
35637 msgstr ""
35638
35639 # type: verbatim
35640 #. type: verbatim
35641 #: ../tools/virt-make-fs.pl:558
35642 #, no-wrap
35643 msgid ""
35644 " export LIBGUESTFS_DEBUG=1\n"
35645 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
35646 "\n"
35647 msgstr ""
35648
35649 # type: textblock
35650 #. type: textblock
35651 #: ../tools/virt-make-fs.pl:561
35652 msgid ""
35653 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
35654 "redhat.com/>"
35655 msgstr ""
35656
35657 # type: textblock
35658 #. type: textblock
35659 #: ../tools/virt-list-partitions.pl:32
35660 msgid ""
35661 "virt-list-partitions - List partitions in a virtual machine or disk image"
35662 msgstr ""
35663
35664 # type: verbatim
35665 #. type: verbatim
35666 #: ../tools/virt-list-partitions.pl:36
35667 #, no-wrap
35668 msgid ""
35669 " virt-list-partitions [--options] domname\n"
35670 "\n"
35671 msgstr ""
35672
35673 # type: verbatim
35674 #. type: verbatim
35675 #: ../tools/virt-list-partitions.pl:38
35676 #, no-wrap
35677 msgid ""
35678 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
35679 "\n"
35680 msgstr ""
35681
35682 # type: textblock
35683 #. type: textblock
35684 #: ../tools/virt-list-partitions.pl:45
35685 msgid ""
35686 "C<virt-list-partitions> is a command line tool to list the partitions that "
35687 "are contained in a virtual machine or disk image.  It is mainly useful as a "
35688 "first step to using L<virt-resize(1)>."
35689 msgstr ""
35690
35691 # type: textblock
35692 #. type: textblock
35693 #: ../tools/virt-list-partitions.pl:50
35694 msgid ""
35695 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
35696 "functionality.  For more complex cases you should look at the L<guestfish(1)"
35697 "> tool."
35698 msgstr ""
35699
35700 # type: =item
35701 #. type: =item
35702 #: ../tools/virt-list-partitions.pl:107
35703 msgid "B<-h> | B<--human-readable>"
35704 msgstr ""
35705
35706 # type: textblock
35707 #. type: textblock
35708 #: ../tools/virt-list-partitions.pl:109
35709 msgid "Show sizes in human-readable form (eg. \"1G\")."
35710 msgstr ""
35711
35712 # type: textblock
35713 #. type: textblock
35714 #: ../tools/virt-list-partitions.pl:117
35715 msgid ""
35716 "With this option, C<virt-list-partitions> displays the type and size of each "
35717 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
35718 msgstr ""
35719
35720 # type: =item
35721 #. type: =item
35722 #: ../tools/virt-list-partitions.pl:124
35723 msgid "B<-t> | B<--total>"
35724 msgstr ""
35725
35726 # type: textblock
35727 #. type: textblock
35728 #: ../tools/virt-list-partitions.pl:126
35729 msgid ""
35730 "Display the total size of each block device (as a separate row or rows)."
35731 msgstr ""
35732
35733 # type: textblock
35734 #. type: textblock
35735 #: ../tools/virt-list-partitions.pl:259
35736 msgid ""
35737 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
35738 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
35739 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
35740 msgstr ""
35741
35742 # type: textblock
35743 #. type: textblock
35744 #: ../tools/virt-list-partitions.pl:275
35745 msgid "Copyright (C) 2009-2010 Red Hat Inc."
35746 msgstr ""