Version 1.8.8.
[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-06-13 14:36+0200\n"
11 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 # type: =head1
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
22 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
23 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
24 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "名前"
29
30 # type: textblock
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35
36 # type: =head1
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
42 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
43 #: ../tools/virt-list-partitions.pl:34
44 msgid "SYNOPSIS"
45 msgstr ""
46
47 # type: verbatim
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55
56 # type: verbatim
57 #. type: verbatim
58 #: ../src/guestfs.pod:11
59 #, no-wrap
60 msgid ""
61 " guestfs_h *g = guestfs_create ();\n"
62 " guestfs_add_drive (g, \"guest.img\");\n"
63 " guestfs_launch (g);\n"
64 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
65 " guestfs_touch (g, \"/hello\");\n"
66 " guestfs_umount (g, \"/\");\n"
67 " guestfs_close (g);\n"
68 "\n"
69 msgstr ""
70
71 # type: verbatim
72 #. type: verbatim
73 #: ../src/guestfs.pod:19
74 #, no-wrap
75 msgid ""
76 " cc prog.c -o prog -lguestfs\n"
77 "or:\n"
78 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
79 "\n"
80 msgstr ""
81
82 # type: =head1
83 #. type: =head1
84 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
85 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
86 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
87 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
88 #: ../tools/virt-tar.pl:72 ../tools/virt-make-fs.pl:47
89 #: ../tools/virt-list-partitions.pl:40
90 msgid "DESCRIPTION"
91 msgstr ""
92
93 # type: textblock
94 #. type: textblock
95 #: ../src/guestfs.pod:25
96 msgid ""
97 "Libguestfs is a library for accessing and modifying guest disk images.  "
98 "Amongst the things this is good for: making batch configuration changes to "
99 "guests, getting disk used/free statistics (see also: virt-df), migrating "
100 "between virtualization systems (see also: virt-p2v), performing partial "
101 "backups, performing partial guest clones, cloning guests and changing "
102 "registry/UUID/hostname info, and much else besides."
103 msgstr ""
104
105 # type: textblock
106 #. type: textblock
107 #: ../src/guestfs.pod:33
108 msgid ""
109 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
110 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
111 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
112 "qcow2, vmdk."
113 msgstr ""
114
115 # type: textblock
116 #. type: textblock
117 #: ../src/guestfs.pod:38
118 msgid ""
119 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
120 "what filesystem is in each LV, etc.).  It can also run commands in the "
121 "context of the guest.  Also you can access filesystems over FUSE."
122 msgstr ""
123
124 # type: textblock
125 #. type: textblock
126 #: ../src/guestfs.pod:43
127 msgid ""
128 "Libguestfs is a library that can be linked with C and C++ management "
129 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
130 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
131 "line."
132 msgstr ""
133
134 # type: textblock
135 #. type: textblock
136 #: ../src/guestfs.pod:48
137 msgid ""
138 "You don't need to be root to use libguestfs, although obviously you do need "
139 "enough permissions to access the disk images."
140 msgstr ""
141
142 # type: textblock
143 #. type: textblock
144 #: ../src/guestfs.pod:51
145 msgid ""
146 "Libguestfs is a large API because it can do many things.  For a gentle "
147 "introduction, please read the L</API OVERVIEW> section next."
148 msgstr ""
149
150 # type: textblock
151 #. type: textblock
152 #: ../src/guestfs.pod:54
153 msgid ""
154 "There are also some example programs in the L<guestfs-examples(3)> manual "
155 "page."
156 msgstr ""
157
158 # type: =head1
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr ""
163
164 # type: textblock
165 #. type: textblock
166 #: ../src/guestfs.pod:59
167 msgid ""
168 "This section provides a gentler overview of the libguestfs API.  We also try "
169 "to group API calls together, where that may not be obvious from reading "
170 "about the individual calls in the main section of this manual."
171 msgstr ""
172
173 # type: =head2
174 #. type: =head2
175 #: ../src/guestfs.pod:64
176 msgid "HANDLES"
177 msgstr ""
178
179 # type: textblock
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 # type: textblock
191 #. type: textblock
192 #: ../src/guestfs.pod:73
193 msgid "The general structure of all libguestfs-using programs looks like this:"
194 msgstr ""
195
196 # type: verbatim
197 #. type: verbatim
198 #: ../src/guestfs.pod:76
199 #, no-wrap
200 msgid ""
201 " guestfs_h *g = guestfs_create ();\n"
202 " \n"
203 msgstr ""
204
205 # type: verbatim
206 #. type: verbatim
207 #: ../src/guestfs.pod:78
208 #, no-wrap
209 msgid ""
210 " /* Call guestfs_add_drive additional times if there are\n"
211 "  * multiple disk images.\n"
212 "  */\n"
213 " guestfs_add_drive (g, \"guest.img\");\n"
214 " \n"
215 msgstr ""
216
217 # type: verbatim
218 #. type: verbatim
219 #: ../src/guestfs.pod:83
220 #, no-wrap
221 msgid ""
222 " /* Most manipulation calls won't work until you've launched\n"
223 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
224 "  * and _before_ other commands.\n"
225 "  */\n"
226 " guestfs_launch (g);\n"
227 " \n"
228 msgstr ""
229
230 # type: verbatim
231 #. type: verbatim
232 #: ../src/guestfs.pod:89
233 #, no-wrap
234 msgid ""
235 " /* Now you can examine what partitions, LVs etc are available.\n"
236 "  */\n"
237 " char **partitions = guestfs_list_partitions (g);\n"
238 " char **logvols = guestfs_lvs (g);\n"
239 " \n"
240 msgstr ""
241
242 # type: verbatim
243 #. type: verbatim
244 #: ../src/guestfs.pod:94
245 #, no-wrap
246 msgid ""
247 " /* To access a filesystem in the image, you must mount it.\n"
248 "  */\n"
249 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
250 " \n"
251 msgstr ""
252
253 #. type: verbatim
254 #: ../src/guestfs.pod:98
255 #, no-wrap
256 msgid ""
257 " /* Now you can perform filesystem actions on the guest\n"
258 "  * disk image.\n"
259 "  */\n"
260 " guestfs_touch (g, \"/hello\");\n"
261 " \n"
262 msgstr ""
263
264 # type: verbatim
265 #. type: verbatim
266 #: ../src/guestfs.pod:103
267 #, no-wrap
268 msgid ""
269 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
270 "  * it is done automatically when you close the handle.  See\n"
271 "  * discussion of autosync in this page.\n"
272 "  */\n"
273 " guestfs_sync (g);\n"
274 " \n"
275 msgstr ""
276
277 # type: verbatim
278 #. type: verbatim
279 #: ../src/guestfs.pod:109
280 #, no-wrap
281 msgid ""
282 " /* Close the handle 'g'. */\n"
283 " guestfs_close (g);\n"
284 "\n"
285 msgstr ""
286
287 # type: textblock
288 #. type: textblock
289 #: ../src/guestfs.pod:112
290 msgid ""
291 "The code above doesn't include any error checking.  In real code you should "
292 "check return values carefully for errors.  In general all functions that "
293 "return integers return C<-1> on error, and all functions that return "
294 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
295 "how to handle errors, and consult the documentation for each function call "
296 "below to see precisely how they return error indications.  See L<guestfs-"
297 "examples(3)> for fully worked examples."
298 msgstr ""
299
300 # type: =head2
301 #. type: =head2
302 #: ../src/guestfs.pod:121
303 msgid "DISK IMAGES"
304 msgstr ""
305
306 # type: textblock
307 #. type: textblock
308 #: ../src/guestfs.pod:123
309 msgid ""
310 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
311 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
312 "actual block device, or simply an empty file of zeroes that you have created "
313 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
314 "of these."
315 msgstr ""
316
317 # type: textblock
318 #. type: textblock
319 #: ../src/guestfs.pod:129
320 msgid ""
321 "The call you should use in modern code for adding drives is L</"
322 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
323 "specifying that the format is raw, do:"
324 msgstr ""
325
326 # type: verbatim
327 #. type: verbatim
328 #: ../src/guestfs.pod:133
329 #, no-wrap
330 msgid ""
331 " guestfs_add_drive_opts (g, filename,\n"
332 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
333 "                         -1);\n"
334 "\n"
335 msgstr ""
336
337 # type: textblock
338 #. type: textblock
339 #: ../src/guestfs.pod:137
340 msgid "You can add a disk read-only using:"
341 msgstr ""
342
343 # type: verbatim
344 #. type: verbatim
345 #: ../src/guestfs.pod:139
346 #, no-wrap
347 msgid ""
348 " guestfs_add_drive_opts (g, filename,\n"
349 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
350 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
351 "                         -1);\n"
352 "\n"
353 msgstr ""
354
355 # type: textblock
356 #. type: textblock
357 #: ../src/guestfs.pod:144
358 msgid ""
359 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
360 "libguestfs won't modify the file."
361 msgstr ""
362
363 # type: textblock
364 #. type: textblock
365 #: ../src/guestfs.pod:147
366 msgid ""
367 "Be extremely cautious if the disk image is in use, eg. if it is being used "
368 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
369 "corruption, but adding it read-only is safe."
370 msgstr ""
371
372 # type: textblock
373 #. type: textblock
374 #: ../src/guestfs.pod:151
375 msgid ""
376 "You must add at least one disk image, and you may add multiple disk images.  "
377 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
378 "first one you added), C</dev/sdb> (for the second one you added), etc."
379 msgstr ""
380
381 # type: textblock
382 #. type: textblock
383 #: ../src/guestfs.pod:156
384 msgid ""
385 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
386 "can call L</guestfs_list_devices> to get a list of the device names, in the "
387 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
388 msgstr ""
389
390 # type: =head2
391 #. type: =head2
392 #: ../src/guestfs.pod:161
393 msgid "MOUNTING"
394 msgstr ""
395
396 #. type: textblock
397 #: ../src/guestfs.pod:163
398 msgid ""
399 "Before you can read or write files, create directories and so on in a disk "
400 "image that contains filesystems, you have to mount those filesystems using "
401 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
402 "a disk image contains (for example) one partition with a filesystem on that "
403 "partition, then you can mount it directly:"
404 msgstr ""
405
406 #. type: verbatim
407 #: ../src/guestfs.pod:170
408 #, no-wrap
409 msgid ""
410 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
411 "\n"
412 msgstr ""
413
414 #. type: textblock
415 #: ../src/guestfs.pod:172
416 msgid ""
417 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
418 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
419 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
420 "that these are libguestfs virtual devices, and are nothing to do with host "
421 "devices."
422 msgstr ""
423
424 #. type: textblock
425 #: ../src/guestfs.pod:178
426 msgid ""
427 "If you are given a disk image and you don't know what it contains then you "
428 "have to find out.  Libguestfs can do that too: use L</"
429 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
430 "LVs, and either try mounting each to see what is mountable, or else examine "
431 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
432 "filesystems, use L</guestfs_list_filesystems>."
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:186
437 msgid ""
438 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
439 "L</INSPECTION> below).  But you might find it easier to look at higher level "
440 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:191
445 msgid ""
446 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
447 "several other variations of the C<guestfs_mount_*> call."
448 msgstr ""
449
450 # type: =head2
451 #. type: =head2
452 #: ../src/guestfs.pod:194
453 msgid "FILESYSTEM ACCESS AND MODIFICATION"
454 msgstr ""
455
456 # type: textblock
457 #. type: textblock
458 #: ../src/guestfs.pod:196
459 msgid ""
460 "The majority of the libguestfs API consists of fairly low-level calls for "
461 "accessing and modifying the files, directories, symlinks etc on mounted "
462 "filesystems.  There are over a hundred such calls which you can find listed "
463 "in detail below in this man page, and we don't even pretend to cover them "
464 "all in this overview."
465 msgstr ""
466
467 # type: textblock
468 #. type: textblock
469 #: ../src/guestfs.pod:202
470 msgid ""
471 "Specify filenames as full paths, starting with C<\"/\"> and including the "
472 "mount point."
473 msgstr ""
474
475 # type: textblock
476 #. type: textblock
477 #: ../src/guestfs.pod:205
478 msgid ""
479 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
480 "the file called C<\"etc/passwd\"> then you could do:"
481 msgstr ""
482
483 # type: verbatim
484 #. type: verbatim
485 #: ../src/guestfs.pod:208
486 #, no-wrap
487 msgid ""
488 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
489 "\n"
490 msgstr ""
491
492 # type: textblock
493 #. type: textblock
494 #: ../src/guestfs.pod:210
495 msgid ""
496 "This would return C<data> as a newly allocated buffer containing the full "
497 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
498 "or C<NULL> if there was an error."
499 msgstr ""
500
501 # type: textblock
502 #. type: textblock
503 #: ../src/guestfs.pod:214
504 msgid ""
505 "As another example, to create a top-level directory on that filesystem "
506 "called C<\"var\"> you would do:"
507 msgstr ""
508
509 # type: verbatim
510 #. type: verbatim
511 #: ../src/guestfs.pod:217
512 #, no-wrap
513 msgid ""
514 " guestfs_mkdir (g, \"/var\");\n"
515 "\n"
516 msgstr ""
517
518 # type: textblock
519 #. type: textblock
520 #: ../src/guestfs.pod:219
521 msgid "To create a symlink you could do:"
522 msgstr ""
523
524 # type: verbatim
525 #. type: verbatim
526 #: ../src/guestfs.pod:221
527 #, no-wrap
528 msgid ""
529 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
530 "               \"/etc/rc3.d/S30portmap\");\n"
531 "\n"
532 msgstr ""
533
534 # type: textblock
535 #. type: textblock
536 #: ../src/guestfs.pod:224
537 msgid ""
538 "Libguestfs will reject attempts to use relative paths and there is no "
539 "concept of a current working directory."
540 msgstr ""
541
542 # type: textblock
543 #. type: textblock
544 #: ../src/guestfs.pod:227
545 msgid ""
546 "Libguestfs can return errors in many situations: for example if the "
547 "filesystem isn't writable, or if a file or directory that you requested "
548 "doesn't exist.  If you are using the C API (documented here)  you have to "
549 "check for those error conditions after each call.  (Other language bindings "
550 "turn these errors into exceptions)."
551 msgstr ""
552
553 # type: textblock
554 #. type: textblock
555 #: ../src/guestfs.pod:233
556 msgid ""
557 "File writes are affected by the per-handle umask, set by calling L</"
558 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
559 msgstr ""
560
561 # type: =head2
562 #. type: =head2
563 #: ../src/guestfs.pod:236
564 msgid "PARTITIONING"
565 msgstr ""
566
567 # type: textblock
568 #. type: textblock
569 #: ../src/guestfs.pod:238
570 msgid ""
571 "Libguestfs contains API calls to read, create and modify partition tables on "
572 "disk images."
573 msgstr ""
574
575 # type: textblock
576 #. type: textblock
577 #: ../src/guestfs.pod:241
578 msgid ""
579 "In the common case where you want to create a single partition covering the "
580 "whole disk, you should use the L</guestfs_part_disk> call:"
581 msgstr ""
582
583 # type: verbatim
584 #. type: verbatim
585 #: ../src/guestfs.pod:245
586 #, no-wrap
587 msgid ""
588 " const char *parttype = \"mbr\";\n"
589 " if (disk_is_larger_than_2TB)\n"
590 "   parttype = \"gpt\";\n"
591 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
592 "\n"
593 msgstr ""
594
595 # type: textblock
596 #. type: textblock
597 #: ../src/guestfs.pod:250
598 msgid ""
599 "Obviously this effectively wipes anything that was on that disk image before."
600 msgstr ""
601
602 # type: =head2
603 #. type: =head2
604 #: ../src/guestfs.pod:253
605 msgid "LVM2"
606 msgstr ""
607
608 # type: textblock
609 #. type: textblock
610 #: ../src/guestfs.pod:255
611 msgid ""
612 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
613 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
614 "you familiarize yourself with the concepts of physical volumes, volume "
615 "groups and logical volumes."
616 msgstr ""
617
618 # type: textblock
619 #. type: textblock
620 #: ../src/guestfs.pod:260
621 msgid ""
622 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
623 "tldp.org/HOWTO/LVM-HOWTO/>."
624 msgstr ""
625
626 # type: =head2
627 #. type: =head2
628 #: ../src/guestfs.pod:263
629 msgid "DOWNLOADING"
630 msgstr ""
631
632 #. type: textblock
633 #: ../src/guestfs.pod:265
634 msgid ""
635 "Use L</guestfs_cat> to download small, text only files.  This call is "
636 "limited to files which are less than 2 MB and which cannot contain any ASCII "
637 "NUL (C<\\0>) characters.  However the API is very simple to use."
638 msgstr ""
639
640 # type: textblock
641 #. type: textblock
642 #: ../src/guestfs.pod:269
643 msgid ""
644 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
645 "bit data, since it returns a (pointer, size) pair.  However it is still "
646 "limited to \"small\" files, less than 2 MB."
647 msgstr ""
648
649 # type: textblock
650 #. type: textblock
651 #: ../src/guestfs.pod:273
652 msgid ""
653 "L</guestfs_download> can be used to download any file, with no limits on "
654 "content or size (even files larger than 4 GB)."
655 msgstr ""
656
657 # type: textblock
658 #. type: textblock
659 #: ../src/guestfs.pod:276
660 msgid ""
661 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
662 msgstr ""
663
664 # type: =head2
665 #. type: =head2
666 #: ../src/guestfs.pod:279
667 msgid "UPLOADING"
668 msgstr ""
669
670 # type: textblock
671 #. type: textblock
672 #: ../src/guestfs.pod:281
673 msgid ""
674 "It's often the case that you want to write a file or files to the disk image."
675 msgstr ""
676
677 # type: textblock
678 #. type: textblock
679 #: ../src/guestfs.pod:284
680 msgid ""
681 "To write a small file with fixed content, use L</guestfs_write>.  To create "
682 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
683 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
684 "of other functions for creating test files, for example L</guestfs_fill> and "
685 "L</guestfs_fill_pattern>."
686 msgstr ""
687
688 # type: textblock
689 #. type: textblock
690 #: ../src/guestfs.pod:290
691 msgid ""
692 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
693 "file content or size (even files larger than 4 GB)."
694 msgstr ""
695
696 # type: textblock
697 #. type: textblock
698 #: ../src/guestfs.pod:293
699 msgid ""
700 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
701 msgstr ""
702
703 # type: textblock
704 #. type: textblock
705 #: ../src/guestfs.pod:295
706 msgid ""
707 "However the fastest way to upload I<large numbers of arbitrary files> is to "
708 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
709 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
710 "in a predictable way (eg. adding it last after all other drives) then you "
711 "can get the device name from L</guestfs_list_devices> and mount it directly "
712 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
713 "portable between kernel versions, and they don't support labels or UUIDs.  "
714 "If you want to pre-build an image or you need to mount it using a label or "
715 "UUID, use an ISO image instead."
716 msgstr ""
717
718 # type: =head2
719 #. type: =head2
720 #: ../src/guestfs.pod:306
721 msgid "COPYING"
722 msgstr ""
723
724 # type: textblock
725 #. type: textblock
726 #: ../src/guestfs.pod:308
727 msgid ""
728 "There are various different commands for copying between files and devices "
729 "and in and out of the guest filesystem.  These are summarised in the table "
730 "below."
731 msgstr ""
732
733 # type: =item
734 #. type: =item
735 #: ../src/guestfs.pod:314
736 msgid "B<file> to B<file>"
737 msgstr ""
738
739 # type: textblock
740 #. type: textblock
741 #: ../src/guestfs.pod:316
742 msgid ""
743 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
744 "directories recursively."
745 msgstr ""
746
747 # type: =item
748 #. type: =item
749 #: ../src/guestfs.pod:319
750 msgid "B<file or device> to B<file or device>"
751 msgstr ""
752
753 # type: textblock
754 #. type: textblock
755 #: ../src/guestfs.pod:321
756 msgid ""
757 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
758 "devices in the guest."
759 msgstr ""
760
761 # type: textblock
762 #. type: textblock
763 #: ../src/guestfs.pod:324
764 msgid "Example: duplicate the contents of an LV:"
765 msgstr ""
766
767 # type: verbatim
768 #. type: verbatim
769 #: ../src/guestfs.pod:326
770 #, no-wrap
771 msgid ""
772 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
773 "\n"
774 msgstr ""
775
776 # type: textblock
777 #. type: textblock
778 #: ../src/guestfs.pod:328
779 msgid ""
780 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
781 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
782 "guestfs_copy_size>."
783 msgstr ""
784
785 # type: =item
786 #. type: =item
787 #: ../src/guestfs.pod:332
788 msgid "B<file on the host> to B<file or device>"
789 msgstr ""
790
791 # type: textblock
792 #. type: textblock
793 #: ../src/guestfs.pod:334
794 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
795 msgstr ""
796
797 # type: =item
798 #. type: =item
799 #: ../src/guestfs.pod:336
800 msgid "B<file or device> to B<file on the host>"
801 msgstr ""
802
803 # type: textblock
804 #. type: textblock
805 #: ../src/guestfs.pod:338
806 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
807 msgstr ""
808
809 # type: =head2
810 #. type: =head2
811 #: ../src/guestfs.pod:342
812 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
813 msgstr ""
814
815 # type: textblock
816 #. type: textblock
817 #: ../src/guestfs.pod:344
818 msgid ""
819 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
820 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
821 "appears you can only upload and download to files.  However many Un*x-like "
822 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
823 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
824 "and arbitrary file descriptor N."
825 msgstr ""
826
827 # type: textblock
828 #. type: textblock
829 #: ../src/guestfs.pod:352
830 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
831 msgstr ""
832
833 #. type: verbatim
834 #: ../src/guestfs.pod:355
835 #, no-wrap
836 msgid ""
837 " guestfs_download (g, filename, \"/dev/stdout\");\n"
838 "\n"
839 msgstr ""
840
841 # type: textblock
842 #. type: textblock
843 #: ../src/guestfs.pod:357
844 msgid "and you can write tar output to a pipe C<fd> by doing:"
845 msgstr ""
846
847 #. type: verbatim
848 #: ../src/guestfs.pod:359
849 #, no-wrap
850 msgid ""
851 " char devfd[64];\n"
852 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
853 " guestfs_tar_out (g, \"/\", devfd);\n"
854 "\n"
855 msgstr ""
856
857 # type: =head2
858 #. type: =head2
859 #: ../src/guestfs.pod:363
860 msgid "LISTING FILES"
861 msgstr ""
862
863 # type: textblock
864 #. type: textblock
865 #: ../src/guestfs.pod:365
866 msgid ""
867 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
868 "L<guestfish(1)>-equivalent command C<ll>)."
869 msgstr ""
870
871 # type: textblock
872 #. type: textblock
873 #: ../src/guestfs.pod:368
874 msgid ""
875 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
876 "programs, as a flat list of strings."
877 msgstr ""
878
879 # type: textblock
880 #. type: textblock
881 #: ../src/guestfs.pod:371
882 msgid ""
883 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
884 "directory, plus additional information about each one.  It is more "
885 "equivalent to using the L<readdir(3)> call on a local filesystem."
886 msgstr ""
887
888 # type: textblock
889 #. type: textblock
890 #: ../src/guestfs.pod:375
891 msgid ""
892 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
893 msgstr ""
894
895 # type: =head2
896 #. type: =head2
897 #: ../src/guestfs.pod:378
898 msgid "RUNNING COMMANDS"
899 msgstr ""
900
901 # type: textblock
902 #. type: textblock
903 #: ../src/guestfs.pod:380
904 msgid ""
905 "Although libguestfs is primarily an API for manipulating files inside guest "
906 "images, we also provide some limited facilities for running commands inside "
907 "guests."
908 msgstr ""
909
910 # type: textblock
911 #. type: textblock
912 #: ../src/guestfs.pod:384
913 msgid "There are many limitations to this:"
914 msgstr ""
915
916 # type: =item
917 #. type: =item
918 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
919 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
920 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011
921 #: ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024
922 #: ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059
923 #: ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089
924 #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101
925 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592
926 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711
927 #: ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075
928 #: ../src/guestfs.pod:2081 ../src/guestfs.pod:2535 ../src/guestfs.pod:2539
929 #: ../src/guestfs.pod:2543 ../src/guestfs.pod:2547
930 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
931 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577
932 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591
933 #: ../src/guestfs-actions.pod:1584 ../src/guestfs-actions.pod:1588
934 #: ../src/guestfs-actions.pod:1592 ../src/guestfs-actions.pod:1596
935 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
936 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1622
937 #: ../src/guestfs-actions.pod:1626 ../src/guestfs-actions.pod:1630
938 #: ../src/guestfs-actions.pod:1768 ../src/guestfs-actions.pod:1772
939 #: ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1782
940 #: ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:1847
941 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish.pod:427
942 #: ../fish/guestfish.pod:431 ../fish/guestfish.pod:435
943 #: ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13
944 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373
945 #: ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388
946 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1062
947 #: ../fish/guestfish-actions.pod:1066 ../fish/guestfish-actions.pod:1070
948 #: ../fish/guestfish-actions.pod:1074 ../fish/guestfish-actions.pod:1082
949 #: ../fish/guestfish-actions.pod:1086 ../fish/guestfish-actions.pod:1090
950 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1104
951 #: ../fish/guestfish-actions.pod:1108 ../fish/guestfish-actions.pod:1198
952 #: ../fish/guestfish-actions.pod:1202 ../fish/guestfish-actions.pod:1207
953 #: ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1254
954 #: ../fish/guestfish-actions.pod:1258 ../fish/guestfish-actions.pod:1263
955 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
956 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
957 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
958 msgid "*"
959 msgstr ""
960
961 # type: textblock
962 #. type: textblock
963 #: ../src/guestfs.pod:390
964 msgid ""
965 "The kernel version that the command runs under will be different from what "
966 "it expects."
967 msgstr ""
968
969 # type: textblock
970 #. type: textblock
971 #: ../src/guestfs.pod:395
972 msgid ""
973 "If the command needs to communicate with daemons, then most likely they "
974 "won't be running."
975 msgstr ""
976
977 # type: textblock
978 #. type: textblock
979 #: ../src/guestfs.pod:400
980 msgid "The command will be running in limited memory."
981 msgstr ""
982
983 # type: textblock
984 #. type: textblock
985 #: ../src/guestfs.pod:404
986 msgid ""
987 "The network may not be available unless you enable it (see L</"
988 "guestfs_set_network>)."
989 msgstr ""
990
991 # type: textblock
992 #. type: textblock
993 #: ../src/guestfs.pod:409
994 msgid "Only supports Linux guests (not Windows, BSD, etc)."
995 msgstr ""
996
997 # type: textblock
998 #. type: textblock
999 #: ../src/guestfs.pod:413
1000 msgid ""
1001 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1002 msgstr ""
1003
1004 # type: textblock
1005 #. type: textblock
1006 #: ../src/guestfs.pod:418
1007 msgid ""
1008 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1009 "See L</SELINUX> in this manpage."
1010 msgstr ""
1011
1012 # type: textblock
1013 #. type: textblock
1014 #: ../src/guestfs.pod:423
1015 msgid ""
1016 "I<Security:> It is not safe to run commands from untrusted, possibly "
1017 "malicious guests.  These commands may attempt to exploit your program by "
1018 "sending unexpected output.  They could also try to exploit the Linux kernel "
1019 "or qemu provided by the libguestfs appliance.  They could use the network "
1020 "provided by the libguestfs appliance to bypass ordinary network partitions "
1021 "and firewalls.  They could use the elevated privileges or different SELinux "
1022 "context of your program to their advantage."
1023 msgstr ""
1024
1025 # type: textblock
1026 #. type: textblock
1027 #: ../src/guestfs.pod:432
1028 msgid ""
1029 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1030 "(a script which runs when the guest next boots normally), and to have this "
1031 "script run the commands you want in the normal context of the running guest, "
1032 "network security and so on.  For information about other security issues, "
1033 "see L</SECURITY>."
1034 msgstr ""
1035
1036 # type: textblock
1037 #. type: textblock
1038 #: ../src/guestfs.pod:440
1039 msgid ""
1040 "The two main API calls to run commands are L</guestfs_command> and L</"
1041 "guestfs_sh> (there are also variations)."
1042 msgstr ""
1043
1044 # type: textblock
1045 #. type: textblock
1046 #: ../src/guestfs.pod:443
1047 msgid ""
1048 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1049 "shell globs, redirections, etc will work."
1050 msgstr ""
1051
1052 # type: =head2
1053 #. type: =head2
1054 #: ../src/guestfs.pod:446
1055 msgid "CONFIGURATION FILES"
1056 msgstr ""
1057
1058 # type: textblock
1059 #. type: textblock
1060 #: ../src/guestfs.pod:448
1061 msgid ""
1062 "To read and write configuration files in Linux guest filesystems, we "
1063 "strongly recommend using Augeas.  For example, Augeas understands how to "
1064 "read and write, say, a Linux shadow password file or X.org configuration "
1065 "file, and so avoids you having to write that code."
1066 msgstr ""
1067
1068 # type: textblock
1069 #. type: textblock
1070 #: ../src/guestfs.pod:453
1071 msgid ""
1072 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1073 "document Augeas itself here because there is excellent documentation on the "
1074 "L<http://augeas.net/> website."
1075 msgstr ""
1076
1077 # type: textblock
1078 #. type: textblock
1079 #: ../src/guestfs.pod:457
1080 msgid ""
1081 "If you don't want to use Augeas (you fool!) then try calling L</"
1082 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1083 "over."
1084 msgstr ""
1085
1086 # type: =head2
1087 #. type: =head2
1088 #: ../src/guestfs.pod:461
1089 msgid "SELINUX"
1090 msgstr ""
1091
1092 # type: textblock
1093 #. type: textblock
1094 #: ../src/guestfs.pod:463
1095 msgid ""
1096 "We support SELinux guests.  To ensure that labeling happens correctly in "
1097 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1098 msgstr ""
1099
1100 # type: =item
1101 #. type: =item
1102 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
1103 #: ../src/guestfs.pod:2109
1104 msgid "1."
1105 msgstr ""
1106
1107 # type: textblock
1108 #. type: textblock
1109 #: ../src/guestfs.pod:471
1110 msgid "Before launching, do:"
1111 msgstr ""
1112
1113 # type: verbatim
1114 #. type: verbatim
1115 #: ../src/guestfs.pod:473
1116 #, no-wrap
1117 msgid ""
1118 " guestfs_set_selinux (g, 1);\n"
1119 "\n"
1120 msgstr ""
1121
1122 # type: =item
1123 #. type: =item
1124 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339
1125 #: ../src/guestfs.pod:2134
1126 msgid "2."
1127 msgstr ""
1128
1129 # type: textblock
1130 #. type: textblock
1131 #: ../src/guestfs.pod:477
1132 msgid ""
1133 "After mounting the guest's filesystem(s), load the policy.  This is best "
1134 "done by running the L<load_policy(8)> command in the guest itself:"
1135 msgstr ""
1136
1137 # type: verbatim
1138 #. type: verbatim
1139 #: ../src/guestfs.pod:481
1140 #, no-wrap
1141 msgid ""
1142 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1143 "\n"
1144 msgstr ""
1145
1146 # type: textblock
1147 #. type: textblock
1148 #: ../src/guestfs.pod:483
1149 msgid ""
1150 "(Older versions of C<load_policy> require you to specify the name of the "
1151 "policy file)."
1152 msgstr ""
1153
1154 # type: =item
1155 #. type: =item
1156 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
1157 msgid "3."
1158 msgstr ""
1159
1160 # type: textblock
1161 #. type: textblock
1162 #: ../src/guestfs.pod:488
1163 msgid ""
1164 "Optionally, set the security context for the API.  The correct security "
1165 "context to use can only be known by inspecting the guest.  As an example:"
1166 msgstr ""
1167
1168 # type: verbatim
1169 #. type: verbatim
1170 #: ../src/guestfs.pod:492
1171 #, no-wrap
1172 msgid ""
1173 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1174 "\n"
1175 msgstr ""
1176
1177 # type: textblock
1178 #. type: textblock
1179 #: ../src/guestfs.pod:496
1180 msgid "This will work for running commands and editing existing files."
1181 msgstr ""
1182
1183 # type: textblock
1184 #. type: textblock
1185 #: ../src/guestfs.pod:498
1186 msgid ""
1187 "When new files are created, you may need to label them explicitly, for "
1188 "example by running the external command C<restorecon pathname>."
1189 msgstr ""
1190
1191 # type: =head2
1192 #. type: =head2
1193 #: ../src/guestfs.pod:502
1194 msgid "UMASK"
1195 msgstr ""
1196
1197 # type: textblock
1198 #. type: textblock
1199 #: ../src/guestfs.pod:504
1200 msgid ""
1201 "Certain calls are affected by the current file mode creation mask (the "
1202 "\"umask\").  In particular ones which create files or directories, such as "
1203 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1204 "either the default mode that the file is created with or modifies the mode "
1205 "that you supply."
1206 msgstr ""
1207
1208 # type: textblock
1209 #. type: textblock
1210 #: ../src/guestfs.pod:510
1211 msgid ""
1212 "The default umask is C<022>, so files are created with modes such as C<0644> "
1213 "and directories with C<0755>."
1214 msgstr ""
1215
1216 # type: textblock
1217 #. type: textblock
1218 #: ../src/guestfs.pod:513
1219 msgid ""
1220 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1221 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1222 "guestfs_chmod> after creating each file or directory."
1223 msgstr ""
1224
1225 # type: textblock
1226 #. type: textblock
1227 #: ../src/guestfs.pod:517
1228 msgid "For more information about umask, see L<umask(2)>."
1229 msgstr ""
1230
1231 # type: =head1
1232 #. type: =head1
1233 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1234 msgid "ENCRYPTED DISKS"
1235 msgstr ""
1236
1237 # type: textblock
1238 #. type: textblock
1239 #: ../src/guestfs.pod:521
1240 msgid ""
1241 "Libguestfs allows you to access Linux guests which have been encrypted using "
1242 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1243 "standard.  This includes nearly all whole disk encryption systems used by "
1244 "modern Linux guests."
1245 msgstr ""
1246
1247 # type: textblock
1248 #. type: textblock
1249 #: ../src/guestfs.pod:527
1250 msgid ""
1251 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1252 "returns the string C<crypto_LUKS>)."
1253 msgstr ""
1254
1255 # type: textblock
1256 #. type: textblock
1257 #: ../src/guestfs.pod:530
1258 msgid ""
1259 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1260 "will require the passphrase!"
1261 msgstr ""
1262
1263 # type: textblock
1264 #. type: textblock
1265 #: ../src/guestfs.pod:533
1266 msgid ""
1267 "Opening a LUKS device creates a new device mapper device called C</dev/"
1268 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1269 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1270 "from and encrypted to the underlying block device respectively."
1271 msgstr ""
1272
1273 # type: textblock
1274 #. type: textblock
1275 #: ../src/guestfs.pod:539
1276 msgid ""
1277 "LVM volume groups on the device can be made visible by calling L</"
1278 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1279 "(s) can now be mounted in the usual way."
1280 msgstr ""
1281
1282 # type: textblock
1283 #. type: textblock
1284 #: ../src/guestfs.pod:543
1285 msgid ""
1286 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1287 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1288 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1289 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1290 "underlying encrypted block device)."
1291 msgstr ""
1292
1293 # type: =head2
1294 #. type: =head2
1295 #: ../src/guestfs.pod:550
1296 msgid "INSPECTION"
1297 msgstr ""
1298
1299 # type: textblock
1300 #. type: textblock
1301 #: ../src/guestfs.pod:552
1302 msgid ""
1303 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1304 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1305 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1306 "frequently used part of this library has been rewritten in C and moved into "
1307 "the core code)."
1308 msgstr ""
1309
1310 # type: textblock
1311 #. type: textblock
1312 #: ../src/guestfs.pod:558
1313 msgid ""
1314 "Add all disks belonging to the unknown virtual machine and call L</"
1315 "guestfs_launch> in the usual way."
1316 msgstr ""
1317
1318 # type: textblock
1319 #. type: textblock
1320 #: ../src/guestfs.pod:561
1321 msgid ""
1322 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1323 "and certain heuristics, and returns a list of operating systems that were "
1324 "found.  An empty list means none were found.  A single element is the root "
1325 "filesystem of the operating system.  For dual- or multi-boot guests, "
1326 "multiple roots can be returned, each one corresponding to a separate "
1327 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1328 "world of virtualization, but since this scenario can happen, we have built "
1329 "libguestfs to deal with it.)"
1330 msgstr ""
1331
1332 # type: textblock
1333 #. type: textblock
1334 #: ../src/guestfs.pod:570
1335 msgid ""
1336 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1337 "to get additional details about that operating system.  For example, call L</"
1338 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1339 "Windows and Linux-based operating systems respectively."
1340 msgstr ""
1341
1342 # type: textblock
1343 #. type: textblock
1344 #: ../src/guestfs.pod:576
1345 msgid ""
1346 "Un*x-like and Linux-based operating systems usually consist of several "
1347 "filesystems which are mounted at boot time (for example, a separate boot "
1348 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1349 "filesystems correspond to mount points.  Call "
1350 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1351 "hash table like this example:"
1352 msgstr ""
1353
1354 # type: verbatim
1355 #. type: verbatim
1356 #: ../src/guestfs.pod:583
1357 #, no-wrap
1358 msgid ""
1359 " /boot => /dev/sda1\n"
1360 " /     => /dev/vg_guest/lv_root\n"
1361 " /usr  => /dev/vg_guest/lv_usr\n"
1362 "\n"
1363 msgstr ""
1364
1365 # type: textblock
1366 #. type: textblock
1367 #: ../src/guestfs.pod:587
1368 msgid ""
1369 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1370 "filesystems as suggested."
1371 msgstr ""
1372
1373 # type: textblock
1374 #. type: textblock
1375 #: ../src/guestfs.pod:590
1376 msgid ""
1377 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1378 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1379 msgstr ""
1380
1381 # type: textblock
1382 #. type: textblock
1383 #: ../src/guestfs.pod:594
1384 msgid ""
1385 "Inspection currently only works for some common operating systems.  "
1386 "Contributors are welcome to send patches for other operating systems that we "
1387 "currently cannot detect."
1388 msgstr ""
1389
1390 # type: textblock
1391 #. type: textblock
1392 #: ../src/guestfs.pod:598
1393 msgid ""
1394 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1395 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1396 "encrypted devices."
1397 msgstr ""
1398
1399 # type: textblock
1400 #. type: textblock
1401 #: ../src/guestfs.pod:602
1402 msgid ""
1403 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1404 "inspection and caches the results in the guest handle.  Subsequent calls to "
1405 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1406 "read the disks.  If you change the content of the guest disks, you can redo "
1407 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1408 "guestfs_inspect_list_applications> works a little differently from the other "
1409 "calls and does read the disks.  See documentation for that function for "
1410 "details)."
1411 msgstr ""
1412
1413 # type: =head2
1414 #. type: =head2
1415 #: ../src/guestfs.pod:611
1416 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1417 msgstr ""
1418
1419 # type: textblock
1420 #. type: textblock
1421 #: ../src/guestfs.pod:613
1422 msgid ""
1423 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1424 "ntfs-3g.org/> driver."
1425 msgstr ""
1426
1427 # type: =head3
1428 #. type: =head3
1429 #: ../src/guestfs.pod:616
1430 msgid "DRIVE LETTERS AND PATHS"
1431 msgstr ""
1432
1433 # type: textblock
1434 #. type: textblock
1435 #: ../src/guestfs.pod:618
1436 msgid ""
1437 "DOS and Windows still use drive letters, and the filesystems are always "
1438 "treated as case insensitive by Windows itself, and therefore you might find "
1439 "a Windows configuration file referring to a path like C<c:\\windows"
1440 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1441 "might be referred to as C</WINDOWS/System32>."
1442 msgstr ""
1443
1444 # type: textblock
1445 #. type: textblock
1446 #: ../src/guestfs.pod:624
1447 msgid ""
1448 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1449 "libguestfs to read the appropriate Windows Registry and configuration files, "
1450 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1451 "inspector(1)>)."
1452 msgstr ""
1453
1454 # type: textblock
1455 #. type: textblock
1456 #: ../src/guestfs.pod:629
1457 msgid ""
1458 "Replacing backslash characters with forward slash characters is also outside "
1459 "the scope of libguestfs, but something that you can easily do."
1460 msgstr ""
1461
1462 # type: textblock
1463 #. type: textblock
1464 #: ../src/guestfs.pod:632
1465 msgid ""
1466 "Where we can help is in resolving the case insensitivity of paths.  For "
1467 "this, call L</guestfs_case_sensitive_path>."
1468 msgstr ""
1469
1470 # type: =head3
1471 #. type: =head3
1472 #: ../src/guestfs.pod:635
1473 msgid "ACCESSING THE WINDOWS REGISTRY"
1474 msgstr ""
1475
1476 # type: textblock
1477 #. type: textblock
1478 #: ../src/guestfs.pod:637
1479 msgid ""
1480 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1481 "files, through the library C<hivex> which is part of the libguestfs project "
1482 "although ships as a separate tarball.  You have to locate and download the "
1483 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1484 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1485 "reg(1)> for more help on this issue."
1486 msgstr ""
1487
1488 # type: =head3
1489 #. type: =head3
1490 #: ../src/guestfs.pod:645
1491 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1492 msgstr ""
1493
1494 # type: textblock
1495 #. type: textblock
1496 #: ../src/guestfs.pod:647
1497 msgid ""
1498 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1499 "provide something which looks like a Linux symlink.  The way it tries to do "
1500 "the rewriting is described here:"
1501 msgstr ""
1502
1503 # type: textblock
1504 #. type: textblock
1505 #: ../src/guestfs.pod:651
1506 msgid ""
1507 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1508 "symbolic-links/>"
1509 msgstr ""
1510
1511 # type: textblock
1512 #. type: textblock
1513 #: ../src/guestfs.pod:653
1514 msgid ""
1515 "The essential problem is that ntfs-3g simply does not have enough "
1516 "information to do a correct job.  NTFS links can contain drive letters and "
1517 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1518 "It is almost certainly the case that libguestfs callers should ignore what "
1519 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1520 msgstr ""
1521
1522 # type: textblock
1523 #. type: textblock
1524 #: ../src/guestfs.pod:660
1525 msgid ""
1526 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1527 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1528 "attribute, and read the raw reparse data from that (you can find the format "
1529 "documented in various places around the web)."
1530 msgstr ""
1531
1532 # type: =head3
1533 #. type: =head3
1534 #: ../src/guestfs.pod:665
1535 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1536 msgstr ""
1537
1538 # type: textblock
1539 #. type: textblock
1540 #: ../src/guestfs.pod:667
1541 msgid ""
1542 "There are other useful extended attributes that can be read from ntfs-3g "
1543 "filesystems (using L</guestfs_getxattr>).  See:"
1544 msgstr ""
1545
1546 # type: textblock
1547 #. type: textblock
1548 #: ../src/guestfs.pod:670
1549 msgid ""
1550 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1551 msgstr ""
1552
1553 # type: =head2
1554 #. type: =head2
1555 #: ../src/guestfs.pod:672
1556 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1557 msgstr ""
1558
1559 # type: textblock
1560 #. type: textblock
1561 #: ../src/guestfs.pod:674
1562 msgid ""
1563 "Although we don't want to discourage you from using the C API, we will "
1564 "mention here that the same API is also available in other languages."
1565 msgstr ""
1566
1567 #. type: textblock
1568 #: ../src/guestfs.pod:677
1569 msgid ""
1570 "The API is broadly identical in all supported languages.  This means that "
1571 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1572 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1573 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1574 "each language."
1575 msgstr ""
1576
1577 # type: textblock
1578 #. type: textblock
1579 #: ../src/guestfs.pod:683
1580 msgid ""
1581 "Error messages are automatically transformed into exceptions if the language "
1582 "supports it."
1583 msgstr ""
1584
1585 # type: textblock
1586 #. type: textblock
1587 #: ../src/guestfs.pod:686
1588 msgid ""
1589 "We don't try to \"object orientify\" parts of the API in OO languages, "
1590 "although contributors are welcome to write higher level APIs above what we "
1591 "provide in their favourite languages if they wish."
1592 msgstr ""
1593
1594 # type: =item
1595 #. type: =item
1596 #: ../src/guestfs.pod:692
1597 msgid "B<C++>"
1598 msgstr ""
1599
1600 # type: textblock
1601 #. type: textblock
1602 #: ../src/guestfs.pod:694
1603 msgid ""
1604 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1605 "identical to the C API.  C++ classes and exceptions are not used."
1606 msgstr ""
1607
1608 # type: =item
1609 #. type: =item
1610 #: ../src/guestfs.pod:698
1611 msgid "B<C#>"
1612 msgstr ""
1613
1614 # type: textblock
1615 #. type: textblock
1616 #: ../src/guestfs.pod:700
1617 msgid ""
1618 "The C# bindings are highly experimental.  Please read the warnings at the "
1619 "top of C<csharp/Libguestfs.cs>."
1620 msgstr ""
1621
1622 # type: =item
1623 #. type: =item
1624 #: ../src/guestfs.pod:703
1625 msgid "B<Haskell>"
1626 msgstr ""
1627
1628 # type: textblock
1629 #. type: textblock
1630 #: ../src/guestfs.pod:705
1631 msgid ""
1632 "This is the only language binding that is working but incomplete.  Only "
1633 "calls which return simple integers have been bound in Haskell, and we are "
1634 "looking for help to complete this binding."
1635 msgstr ""
1636
1637 # type: =item
1638 #. type: =item
1639 #: ../src/guestfs.pod:709
1640 msgid "B<Java>"
1641 msgstr ""
1642
1643 # type: textblock
1644 #. type: textblock
1645 #: ../src/guestfs.pod:711
1646 msgid ""
1647 "Full documentation is contained in the Javadoc which is distributed with "
1648 "libguestfs."
1649 msgstr ""
1650
1651 # type: =item
1652 #. type: =item
1653 #: ../src/guestfs.pod:714
1654 msgid "B<OCaml>"
1655 msgstr ""
1656
1657 #. type: textblock
1658 #: ../src/guestfs.pod:716
1659 msgid "See L<guestfs-ocaml(3)>."
1660 msgstr ""
1661
1662 # type: =item
1663 #. type: =item
1664 #: ../src/guestfs.pod:718
1665 msgid "B<Perl>"
1666 msgstr ""
1667
1668 #. type: textblock
1669 #: ../src/guestfs.pod:720
1670 msgid "See L<Sys::Guestfs(3)>."
1671 msgstr ""
1672
1673 # type: =item
1674 #. type: =item
1675 #: ../src/guestfs.pod:722
1676 msgid "B<PHP>"
1677 msgstr ""
1678
1679 # type: textblock
1680 #. type: textblock
1681 #: ../src/guestfs.pod:724
1682 msgid ""
1683 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1684 "the php-libguestfs package for your distribution."
1685 msgstr ""
1686
1687 # type: textblock
1688 #. type: textblock
1689 #: ../src/guestfs.pod:727
1690 msgid "The PHP binding only works correctly on 64 bit machines."
1691 msgstr ""
1692
1693 # type: =item
1694 #. type: =item
1695 #: ../src/guestfs.pod:729
1696 msgid "B<Python>"
1697 msgstr ""
1698
1699 #. type: textblock
1700 #: ../src/guestfs.pod:731
1701 msgid "See L<guestfs-python(3)>."
1702 msgstr ""
1703
1704 # type: =item
1705 #. type: =item
1706 #: ../src/guestfs.pod:733
1707 msgid "B<Ruby>"
1708 msgstr ""
1709
1710 #. type: textblock
1711 #: ../src/guestfs.pod:735
1712 msgid "See L<guestfs-ruby(3)>."
1713 msgstr ""
1714
1715 # type: =item
1716 #. type: =item
1717 #: ../src/guestfs.pod:737
1718 msgid "B<shell scripts>"
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:739
1723 msgid "See L<guestfish(1)>."
1724 msgstr ""
1725
1726 # type: =head2
1727 #. type: =head2
1728 #: ../src/guestfs.pod:743
1729 msgid "LIBGUESTFS GOTCHAS"
1730 msgstr ""
1731
1732 # type: textblock
1733 #. type: textblock
1734 #: ../src/guestfs.pod:745
1735 msgid ""
1736 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1737 "system [...] that works in the way it is documented but is counterintuitive "
1738 "and almost invites mistakes.\""
1739 msgstr ""
1740
1741 # type: textblock
1742 #. type: textblock
1743 #: ../src/guestfs.pod:749
1744 msgid ""
1745 "Since we developed libguestfs and the associated tools, there are several "
1746 "things we would have designed differently, but are now stuck with for "
1747 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1748 "release, you can expect these to change.  Beware of them."
1749 msgstr ""
1750
1751 # type: =item
1752 #. type: =item
1753 #: ../src/guestfs.pod:757
1754 msgid "Autosync / forgetting to sync."
1755 msgstr ""
1756
1757 # type: textblock
1758 #. type: textblock
1759 #: ../src/guestfs.pod:759
1760 msgid ""
1761 "When modifying a filesystem from C or another language, you B<must> unmount "
1762 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1763 "libguestfs handle.  You can also call:"
1764 msgstr ""
1765
1766 # type: verbatim
1767 #. type: verbatim
1768 #: ../src/guestfs.pod:763
1769 #, no-wrap
1770 msgid ""
1771 " guestfs_set_autosync (g, 1);\n"
1772 "\n"
1773 msgstr ""
1774
1775 # type: textblock
1776 #. type: textblock
1777 #: ../src/guestfs.pod:765
1778 msgid ""
1779 "to have the unmount/sync done automatically for you when the handle 'g' is "
1780 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1781 msgstr ""
1782
1783 # type: textblock
1784 #. type: textblock
1785 #: ../src/guestfs.pod:769
1786 msgid ""
1787 "If you forget to do this, then it is entirely possible that your changes "
1788 "won't be written out, or will be partially written, or (very rarely) that "
1789 "you'll get disk corruption."
1790 msgstr ""
1791
1792 # type: textblock
1793 #. type: textblock
1794 #: ../src/guestfs.pod:773
1795 msgid ""
1796 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1797 "guestfish scripts that forget to sync will work just fine, which can make "
1798 "this very puzzling if you are trying to debug a problem."
1799 msgstr ""
1800
1801 # type: textblock
1802 #. type: textblock
1803 #: ../src/guestfs.pod:777
1804 msgid ""
1805 "Update: Autosync is enabled by default for all API users starting from "
1806 "libguestfs 1.5.24."
1807 msgstr ""
1808
1809 # type: =item
1810 #. type: =item
1811 #: ../src/guestfs.pod:780
1812 msgid "Mount option C<-o sync> should not be the default."
1813 msgstr ""
1814
1815 # type: textblock
1816 #. type: textblock
1817 #: ../src/guestfs.pod:782
1818 msgid ""
1819 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1820 "However C<-o sync> does not add any reliability benefit, but does have a "
1821 "very large performance impact."
1822 msgstr ""
1823
1824 # type: textblock
1825 #. type: textblock
1826 #: ../src/guestfs.pod:786
1827 msgid ""
1828 "The work around is to use L</guestfs_mount_options> and set the mount "
1829 "options that you actually want to use."
1830 msgstr ""
1831
1832 # type: =item
1833 #. type: =item
1834 #: ../src/guestfs.pod:789
1835 msgid "Read-only should be the default."
1836 msgstr ""
1837
1838 # type: textblock
1839 #. type: textblock
1840 #: ../src/guestfs.pod:791
1841 msgid ""
1842 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1843 "specify I<--rw> if you want to make changes to the image."
1844 msgstr ""
1845
1846 # type: textblock
1847 #. type: textblock
1848 #: ../src/guestfs.pod:794
1849 msgid "This would reduce the potential to corrupt live VM images."
1850 msgstr ""
1851
1852 # type: textblock
1853 #. type: textblock
1854 #: ../src/guestfs.pod:796
1855 msgid ""
1856 "Note that many filesystems change the disk when you just mount and unmount, "
1857 "even if you didn't perform any writes.  You need to use L</"
1858 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1859 msgstr ""
1860
1861 # type: =item
1862 #. type: =item
1863 #: ../src/guestfs.pod:800
1864 msgid "guestfish command line is hard to use."
1865 msgstr ""
1866
1867 # type: textblock
1868 #. type: textblock
1869 #: ../src/guestfs.pod:802
1870 msgid ""
1871 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1872 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1873 "exist, so it fails.  In earlier versions of guestfish the error message was "
1874 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1875 "we should have used C<guestfish -c command> to run commands."
1876 msgstr ""
1877
1878 # type: =item
1879 #. type: =item
1880 #: ../src/guestfs.pod:809
1881 msgid "guestfish megabyte modifiers don't work right on all commands"
1882 msgstr ""
1883
1884 # type: textblock
1885 #. type: textblock
1886 #: ../src/guestfs.pod:811
1887 msgid ""
1888 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1889 "other modifiers).  What guestfish actually does is to multiply the number "
1890 "part by the modifier part and pass the result to the C API.  However this "
1891 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1892 "expecting some other unit (eg. megabytes)."
1893 msgstr ""
1894
1895 # type: textblock
1896 #. type: textblock
1897 #: ../src/guestfs.pod:818
1898 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1899 msgstr ""
1900
1901 # type: verbatim
1902 #. type: verbatim
1903 #: ../src/guestfs.pod:820
1904 #, no-wrap
1905 msgid ""
1906 " lvcreate LV VG 100M\n"
1907 "\n"
1908 msgstr ""
1909
1910 # type: textblock
1911 #. type: textblock
1912 #: ../src/guestfs.pod:822
1913 msgid ""
1914 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1915 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1916 "megabytes * megabytes) logical volume.  The error message you get from this "
1917 "is also a little obscure."
1918 msgstr ""
1919
1920 # type: textblock
1921 #. type: textblock
1922 #: ../src/guestfs.pod:827
1923 msgid ""
1924 "This could be fixed in the generator by specially marking parameters and "
1925 "return values which take bytes or other units."
1926 msgstr ""
1927
1928 # type: =item
1929 #. type: =item
1930 #: ../src/guestfs.pod:830
1931 msgid "Ambiguity between devices and paths"
1932 msgstr ""
1933
1934 # type: textblock
1935 #. type: textblock
1936 #: ../src/guestfs.pod:832
1937 msgid ""
1938 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1939 "sdb2>) and a similar pathname.  A file might just happen to be called "
1940 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1941 msgstr ""
1942
1943 # type: textblock
1944 #. type: textblock
1945 #: ../src/guestfs.pod:837
1946 msgid ""
1947 "In the current API we usually resolve this ambiguity by having two separate "
1948 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1949 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1950 "detecting if the path supplied begins with C</dev/>."
1951 msgstr ""
1952
1953 # type: textblock
1954 #. type: textblock
1955 #: ../src/guestfs.pod:843
1956 msgid ""
1957 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1958 "make paths/devices into structured names.  One way to do this would be to "
1959 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1960 "aspect of grub.  Another way would be to use a structured type, equivalent "
1961 "to this OCaml type:"
1962 msgstr ""
1963
1964 # type: verbatim
1965 #. type: verbatim
1966 #: ../src/guestfs.pod:849
1967 #, no-wrap
1968 msgid ""
1969 " type path = Path of string | Device of int | Partition of int * int\n"
1970 "\n"
1971 msgstr ""
1972
1973 # type: textblock
1974 #. type: textblock
1975 #: ../src/guestfs.pod:851
1976 msgid "which would allow you to pass arguments like:"
1977 msgstr ""
1978
1979 # type: verbatim
1980 #. type: verbatim
1981 #: ../src/guestfs.pod:853
1982 #, no-wrap
1983 msgid ""
1984 " Path \"/foo/bar\"\n"
1985 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1986 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1987 " Path \"/dev/sdb2\"    (* not a device *)\n"
1988 "\n"
1989 msgstr ""
1990
1991 # type: textblock
1992 #. type: textblock
1993 #: ../src/guestfs.pod:858
1994 msgid ""
1995 "As you can see there are still problems to resolve even with this "
1996 "representation.  Also consider how it might work in guestfish."
1997 msgstr ""
1998
1999 # type: =head2
2000 #. type: =head2
2001 #: ../src/guestfs.pod:863
2002 msgid "PROTOCOL LIMITS"
2003 msgstr ""
2004
2005 # type: textblock
2006 #. type: textblock
2007 #: ../src/guestfs.pod:865
2008 msgid ""
2009 "Internally libguestfs uses a message-based protocol to pass API calls and "
2010 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
2011 "plenty more detail about this).  The maximum message size used by the "
2012 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
2013 "aware of this limit.  The API calls which may be affected are individually "
2014 "documented, with a link back to this section of the documentation."
2015 msgstr ""
2016
2017 # type: textblock
2018 #. type: textblock
2019 #: ../src/guestfs.pod:873
2020 msgid ""
2021 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
2022 "a simple string.  Because this string is at some point internally encoded as "
2023 "a message, the maximum size that it can return is slightly under 4 MB.  If "
2024 "the requested file is larger than this then you will get an error."
2025 msgstr ""
2026
2027 # type: textblock
2028 #. type: textblock
2029 #: ../src/guestfs.pod:879
2030 msgid ""
2031 "In order to transfer large files into and out of the guest filesystem, you "
2032 "need to use particular calls that support this.  The sections L</UPLOADING> "
2033 "and L</DOWNLOADING> document how to do this."
2034 msgstr ""
2035
2036 # type: textblock
2037 #. type: textblock
2038 #: ../src/guestfs.pod:883
2039 msgid ""
2040 "You might also consider mounting the disk image using our FUSE filesystem "
2041 "support (L<guestmount(1)>)."
2042 msgstr ""
2043
2044 # type: =head2
2045 #. type: =head2
2046 #: ../src/guestfs.pod:886
2047 msgid "KEYS AND PASSPHRASES"
2048 msgstr ""
2049
2050 # type: textblock
2051 #. type: textblock
2052 #: ../src/guestfs.pod:888
2053 msgid ""
2054 "Certain libguestfs calls take a parameter that contains sensitive key "
2055 "material, passed in as a C string."
2056 msgstr ""
2057
2058 # type: textblock
2059 #. type: textblock
2060 #: ../src/guestfs.pod:891
2061 msgid ""
2062 "In the future we would hope to change the libguestfs implementation so that "
2063 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2064 "swap.  However this is I<not> done at the moment, because of the complexity "
2065 "of such an implementation."
2066 msgstr ""
2067
2068 # type: textblock
2069 #. type: textblock
2070 #: ../src/guestfs.pod:896
2071 msgid ""
2072 "Therefore you should be aware that any key parameter you pass to libguestfs "
2073 "might end up being written out to the swap partition.  If this is a concern, "
2074 "scrub the swap partition or don't use libguestfs on encrypted devices."
2075 msgstr ""
2076
2077 # type: =head1
2078 #. type: =head2
2079 #: ../src/guestfs.pod:901
2080 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2081 msgstr ""
2082
2083 # type: textblock
2084 #. type: textblock
2085 #: ../src/guestfs.pod:903
2086 msgid ""
2087 "All high-level libguestfs actions are synchronous.  If you want to use "
2088 "libguestfs asynchronously then you must create a thread."
2089 msgstr ""
2090
2091 # type: textblock
2092 #. type: textblock
2093 #: ../src/guestfs.pod:906
2094 msgid ""
2095 "Only use the handle from a single thread.  Either use the handle exclusively "
2096 "from one thread, or provide your own mutex so that two threads cannot issue "
2097 "calls on the same handle at the same time."
2098 msgstr ""
2099
2100 # type: textblock
2101 #. type: textblock
2102 #: ../src/guestfs.pod:910
2103 msgid ""
2104 "See the graphical program guestfs-browser for one possible architecture for "
2105 "multithreaded programs using libvirt and libguestfs."
2106 msgstr ""
2107
2108 # type: =head1
2109 #. type: =head2
2110 #: ../src/guestfs.pod:913
2111 msgid "PATH"
2112 msgstr ""
2113
2114 #. type: textblock
2115 #: ../src/guestfs.pod:915
2116 msgid ""
2117 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2118 "internal path."
2119 msgstr ""
2120
2121 # type: textblock
2122 #. type: textblock
2123 #: ../src/guestfs.pod:918
2124 msgid ""
2125 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2126 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2127 msgstr ""
2128
2129 # type: textblock
2130 #. type: textblock
2131 #: ../src/guestfs.pod:921
2132 msgid ""
2133 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2134 "to change the directories that libguestfs will search in.  The value is a "
2135 "colon-separated list of paths.  The current directory is I<not> searched "
2136 "unless the path contains an empty element or C<.>.  For example "
2137 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2138 "then C</usr/lib/guestfs>."
2139 msgstr ""
2140
2141 # type: =head1
2142 #. type: =head2
2143 #: ../src/guestfs.pod:928
2144 msgid "QEMU WRAPPERS"
2145 msgstr ""
2146
2147 # type: textblock
2148 #. type: textblock
2149 #: ../src/guestfs.pod:930
2150 msgid ""
2151 "If you want to compile your own qemu, run qemu from a non-standard location, "
2152 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2153 "around qemu."
2154 msgstr ""
2155
2156 # type: textblock
2157 #. type: textblock
2158 #: ../src/guestfs.pod:934
2159 msgid ""
2160 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2161 "last command in the shell script (so that qemu replaces the shell and "
2162 "becomes the direct child of the libguestfs-using program).  If you don't do "
2163 "this, then the qemu process won't be cleaned up correctly."
2164 msgstr ""
2165
2166 # type: textblock
2167 #. type: textblock
2168 #: ../src/guestfs.pod:939
2169 msgid ""
2170 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2171 "source:"
2172 msgstr ""
2173
2174 # type: verbatim
2175 #. type: verbatim
2176 #: ../src/guestfs.pod:942
2177 #, no-wrap
2178 msgid ""
2179 " #!/bin/sh -\n"
2180 " qemudir=/home/rjones/d/qemu\n"
2181 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2182 "\n"
2183 msgstr ""
2184
2185 # type: textblock
2186 #. type: textblock
2187 #: ../src/guestfs.pod:946
2188 msgid ""
2189 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2190 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2191 "example:"
2192 msgstr ""
2193
2194 # type: verbatim
2195 #. type: verbatim
2196 #: ../src/guestfs.pod:950
2197 #, no-wrap
2198 msgid ""
2199 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2200 "\n"
2201 msgstr ""
2202
2203 # type: textblock
2204 #. type: textblock
2205 #: ../src/guestfs.pod:952
2206 msgid ""
2207 "Note that libguestfs also calls qemu with the -help and -version options in "
2208 "order to determine features."
2209 msgstr ""
2210
2211 # type: =head2
2212 #. type: =head2
2213 #: ../src/guestfs.pod:955
2214 msgid "ABI GUARANTEE"
2215 msgstr ""
2216
2217 # type: textblock
2218 #. type: textblock
2219 #: ../src/guestfs.pod:957
2220 msgid ""
2221 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2222 "actions as outlined in this section.  Although we will deprecate some "
2223 "actions, for example if they get replaced by newer calls, we will keep the "
2224 "old actions forever.  This allows you the developer to program in confidence "
2225 "against the libguestfs API."
2226 msgstr ""
2227
2228 # type: =head1
2229 #. type: =head2
2230 #: ../src/guestfs.pod:963
2231 msgid "BLOCK DEVICE NAMING"
2232 msgstr ""
2233
2234 # type: textblock
2235 #. type: textblock
2236 #: ../src/guestfs.pod:965
2237 msgid ""
2238 "In the kernel there is now quite a profusion of schemata for naming block "
2239 "devices (in this context, by I<block device> I mean a physical or virtual "
2240 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2241 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2242 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2243 "for the old IDE driver (particularly for SATA devices) those devices also "
2244 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2245 "paravirtualized drivers.  This has created several different naming systems, "
2246 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2247 msgstr ""
2248
2249 # type: textblock
2250 #. type: textblock
2251 #: ../src/guestfs.pod:977
2252 msgid ""
2253 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2254 "Linux kernel to access block devices.  We can run a variety of appliances "
2255 "based on a variety of Linux kernels."
2256 msgstr ""
2257
2258 # type: textblock
2259 #. type: textblock
2260 #: ../src/guestfs.pod:981
2261 msgid ""
2262 "This causes a problem for libguestfs because many API calls use device or "
2263 "partition names.  Working scripts and the recipe (example) scripts that we "
2264 "make available over the internet could fail if the naming scheme changes."
2265 msgstr ""
2266
2267 # type: textblock
2268 #. type: textblock
2269 #: ../src/guestfs.pod:986
2270 msgid ""
2271 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2272 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2273 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2274 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2275 msgstr ""
2276
2277 # type: textblock
2278 #. type: textblock
2279 #: ../src/guestfs.pod:992
2280 msgid ""
2281 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2282 "L</guestfs_list_partitions> and similar calls return the true names of the "
2283 "devices and partitions as known to the appliance."
2284 msgstr ""
2285
2286 # type: =head2
2287 #. type: =head3
2288 #: ../src/guestfs.pod:997
2289 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2290 msgstr ""
2291
2292 # type: textblock
2293 #. type: textblock
2294 #: ../src/guestfs.pod:999
2295 msgid ""
2296 "Usually this translation is transparent.  However in some (very rare)  cases "
2297 "you may need to know the exact algorithm.  Such cases include where you use "
2298 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2299 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2300 msgstr ""
2301
2302 # type: textblock
2303 #. type: textblock
2304 #: ../src/guestfs.pod:1005
2305 msgid ""
2306 "The algorithm is applied only to I<parameters> which are known to be either "
2307 "device or partition names.  Return values from functions such as L</"
2308 "guestfs_list_devices> are never changed."
2309 msgstr ""
2310
2311 # type: textblock
2312 #. type: textblock
2313 #: ../src/guestfs.pod:1013
2314 msgid "Is the string a parameter which is a device or partition name?"
2315 msgstr ""
2316
2317 # type: textblock
2318 #. type: textblock
2319 #: ../src/guestfs.pod:1017
2320 msgid "Does the string begin with C</dev/sd>?"
2321 msgstr ""
2322
2323 # type: textblock
2324 #. type: textblock
2325 #: ../src/guestfs.pod:1021
2326 msgid ""
2327 "Does the named device exist? If so, we use that device.  However if I<not> "
2328 "then we continue with this algorithm."
2329 msgstr ""
2330
2331 # type: textblock
2332 #. type: textblock
2333 #: ../src/guestfs.pod:1026
2334 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2335 msgstr ""
2336
2337 # type: textblock
2338 #. type: textblock
2339 #: ../src/guestfs.pod:1028
2340 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2341 msgstr ""
2342
2343 # type: textblock
2344 #. type: textblock
2345 #: ../src/guestfs.pod:1030
2346 msgid "If that named device exists, use it.  If not, continue."
2347 msgstr ""
2348
2349 # type: textblock
2350 #. type: textblock
2351 #: ../src/guestfs.pod:1034
2352 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2353 msgstr ""
2354
2355 # type: textblock
2356 #. type: textblock
2357 #: ../src/guestfs.pod:1036
2358 msgid "If that named device exists, use it.  If not, return an error."
2359 msgstr ""
2360
2361 # type: =head3
2362 #. type: =head3
2363 #: ../src/guestfs.pod:1040
2364 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2365 msgstr ""
2366
2367 # type: textblock
2368 #. type: textblock
2369 #: ../src/guestfs.pod:1042
2370 msgid ""
2371 "Although the standard naming scheme and automatic translation is useful for "
2372 "simple programs and guestfish scripts, for larger programs it is best not to "
2373 "rely on this mechanism."
2374 msgstr ""
2375
2376 # type: textblock
2377 #. type: textblock
2378 #: ../src/guestfs.pod:1046
2379 msgid ""
2380 "Where possible for maximum future portability programs using libguestfs "
2381 "should use these future-proof techniques:"
2382 msgstr ""
2383
2384 # type: textblock
2385 #. type: textblock
2386 #: ../src/guestfs.pod:1053
2387 msgid ""
2388 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2389 "device names, and then use those names directly."
2390 msgstr ""
2391
2392 # type: textblock
2393 #. type: textblock
2394 #: ../src/guestfs.pod:1056
2395 msgid ""
2396 "Since those device names exist by definition, they will never be translated."
2397 msgstr ""
2398
2399 # type: textblock
2400 #. type: textblock
2401 #: ../src/guestfs.pod:1061
2402 msgid ""
2403 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2404 "filesystem labels."
2405 msgstr ""
2406
2407 # type: =head1
2408 #. type: =head1
2409 #: ../src/guestfs.pod:1066
2410 msgid "SECURITY"
2411 msgstr ""
2412
2413 # type: textblock
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1068
2416 msgid ""
2417 "This section discusses security implications of using libguestfs, "
2418 "particularly with untrusted or malicious guests or disk images."
2419 msgstr ""
2420
2421 # type: =head2
2422 #. type: =head2
2423 #: ../src/guestfs.pod:1071
2424 msgid "GENERAL SECURITY CONSIDERATIONS"
2425 msgstr ""
2426
2427 # type: textblock
2428 #. type: textblock
2429 #: ../src/guestfs.pod:1073
2430 msgid ""
2431 "Be careful with any files or data that you download from a guest (by "
2432 "\"download\" we mean not just the L</guestfs_download> command but any "
2433 "command that reads files, filenames, directories or anything else from a "
2434 "disk image).  An attacker could manipulate the data to fool your program "
2435 "into doing the wrong thing.  Consider cases such as:"
2436 msgstr ""
2437
2438 # type: textblock
2439 #. type: textblock
2440 #: ../src/guestfs.pod:1083
2441 msgid "the data (file etc) not being present"
2442 msgstr ""
2443
2444 # type: textblock
2445 #. type: textblock
2446 #: ../src/guestfs.pod:1087
2447 msgid "being present but empty"
2448 msgstr ""
2449
2450 # type: textblock
2451 #. type: textblock
2452 #: ../src/guestfs.pod:1091
2453 msgid "being much larger than normal"
2454 msgstr ""
2455
2456 # type: textblock
2457 #. type: textblock
2458 #: ../src/guestfs.pod:1095
2459 msgid "containing arbitrary 8 bit data"
2460 msgstr ""
2461
2462 # type: textblock
2463 #. type: textblock
2464 #: ../src/guestfs.pod:1099
2465 msgid "being in an unexpected character encoding"
2466 msgstr ""
2467
2468 # type: textblock
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1103
2471 msgid "containing homoglyphs."
2472 msgstr ""
2473
2474 # type: =head2
2475 #. type: =head2
2476 #: ../src/guestfs.pod:1107
2477 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2478 msgstr ""
2479
2480 # type: textblock
2481 #. type: textblock
2482 #: ../src/guestfs.pod:1109
2483 msgid ""
2484 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2485 "(VFS) module can sometimes be escalated into exploits by deliberately "
2486 "creating a malicious, malformed filesystem.  These exploits are very severe "
2487 "for two reasons.  Firstly there are very many filesystem drivers in the "
2488 "kernel, and many of them are infrequently used and not much developer "
2489 "attention has been paid to the code.  Linux userspace helps potential "
2490 "crackers by detecting the filesystem type and automatically choosing the "
2491 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2492 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2493 "exploit (worse in some ways), giving immediate and total access to the "
2494 "system right down to the hardware level."
2495 msgstr ""
2496
2497 # type: textblock
2498 #. type: textblock
2499 #: ../src/guestfs.pod:1122
2500 msgid ""
2501 "That explains why you should never mount a filesystem from an untrusted "
2502 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2503 "inside a qemu virtual machine, usually running as a non-root user.  The "
2504 "attacker would need to write a filesystem which first exploited the kernel, "
2505 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2506 "the libguestfs protocol, and finally to be as serious as the host kernel "
2507 "exploit it would need to escalate its privileges to root.  This multi-step "
2508 "escalation, performed by a static piece of data, is thought to be extremely "
2509 "hard to do, although we never say 'never' about security issues."
2510 msgstr ""
2511
2512 # type: textblock
2513 #. type: textblock
2514 #: ../src/guestfs.pod:1133
2515 msgid ""
2516 "In any case callers can reduce the attack surface by forcing the filesystem "
2517 "type when mounting (use L</guestfs_mount_vfs>)."
2518 msgstr ""
2519
2520 # type: =head2
2521 #. type: =head2
2522 #: ../src/guestfs.pod:1136
2523 msgid "PROTOCOL SECURITY"
2524 msgstr ""
2525
2526 # type: textblock
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1138
2529 msgid ""
2530 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2531 "defined upper message size.  However a program that uses libguestfs must "
2532 "also take care - for example you can write a program that downloads a binary "
2533 "from a disk image and executes it locally, and no amount of protocol "
2534 "security will save you from the consequences."
2535 msgstr ""
2536
2537 # type: =head2
2538 #. type: =head2
2539 #: ../src/guestfs.pod:1144
2540 msgid "INSPECTION SECURITY"
2541 msgstr ""
2542
2543 # type: textblock
2544 #. type: textblock
2545 #: ../src/guestfs.pod:1146
2546 msgid ""
2547 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2548 "directly from the guest, and these could contain any 8 bit data.  Callers "
2549 "should be careful to escape these before printing them to a structured file "
2550 "(for example, use HTML escaping if creating a web page)."
2551 msgstr ""
2552
2553 # type: textblock
2554 #. type: textblock
2555 #: ../src/guestfs.pod:1152
2556 msgid ""
2557 "Guest configuration may be altered in unusual ways by the administrator of "
2558 "the virtual machine, and may not reflect reality (particularly for untrusted "
2559 "or actively malicious guests).  For example we parse the hostname from "
2560 "configuration files like C</etc/sysconfig/network> that we find in the "
2561 "guest, but the guest administrator can easily manipulate these files to "
2562 "provide the wrong hostname."
2563 msgstr ""
2564
2565 # type: textblock
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1160
2568 msgid ""
2569 "The inspection API parses guest configuration using two external libraries: "
2570 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2571 "designed to be robust in the face of malicious data, although denial of "
2572 "service attacks are still possible, for example with oversized configuration "
2573 "files."
2574 msgstr ""
2575
2576 # type: =head2
2577 #. type: =head2
2578 #: ../src/guestfs.pod:1166
2579 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2580 msgstr ""
2581
2582 # type: textblock
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1168
2585 msgid ""
2586 "Be very cautious about running commands from the guest.  By running a "
2587 "command in the guest, you are giving CPU time to a binary that you do not "
2588 "control, under the same user account as the library, albeit wrapped in qemu "
2589 "virtualization.  More information and alternatives can be found in the "
2590 "section L</RUNNING COMMANDS>."
2591 msgstr ""
2592
2593 # type: =head2
2594 #. type: =head2
2595 #: ../src/guestfs.pod:1174
2596 msgid "CVE-2010-3851"
2597 msgstr ""
2598
2599 # type: textblock
2600 #. type: textblock
2601 #: ../src/guestfs.pod:1176
2602 msgid "https://bugzilla.redhat.com/642934"
2603 msgstr ""
2604
2605 # type: textblock
2606 #. type: textblock
2607 #: ../src/guestfs.pod:1178
2608 msgid ""
2609 "This security bug concerns the automatic disk format detection that qemu "
2610 "does on disk images."
2611 msgstr ""
2612
2613 # type: textblock
2614 #. type: textblock
2615 #: ../src/guestfs.pod:1181
2616 msgid ""
2617 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2618 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2619 "for one of the known headers, and if none is found then assuming the disk "
2620 "image must be raw."
2621 msgstr ""
2622
2623 # type: textblock
2624 #. type: textblock
2625 #: ../src/guestfs.pod:1186
2626 msgid ""
2627 "This allows a guest which has been given a raw disk image to write some "
2628 "other header.  At next boot (or when the disk image is accessed by "
2629 "libguestfs) qemu would do autodetection and think the disk image format was, "
2630 "say, qcow2 based on the header written by the guest."
2631 msgstr ""
2632
2633 # type: textblock
2634 #. type: textblock
2635 #: ../src/guestfs.pod:1191
2636 msgid ""
2637 "This in itself would not be a problem, but qcow2 offers many features, one "
2638 "of which is to allow a disk image to refer to another image (called the "
2639 "\"backing disk\").  It does this by placing the path to the backing disk "
2640 "into the qcow2 header.  This path is not validated and could point to any "
2641 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2642 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2643 "control of the attacker."
2644 msgstr ""
2645
2646 # type: textblock
2647 #. type: textblock
2648 #: ../src/guestfs.pod:1199
2649 msgid ""
2650 "In libguestfs this is rather hard to exploit except under two circumstances:"
2651 msgstr ""
2652
2653 # type: textblock
2654 #. type: textblock
2655 #: ../src/guestfs.pod:1206
2656 msgid "You have enabled the network or have opened the disk in write mode."
2657 msgstr ""
2658
2659 # type: textblock
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1210
2662 msgid ""
2663 "You are also running untrusted code from the guest (see L</RUNNING "
2664 "COMMANDS>)."
2665 msgstr ""
2666
2667 # type: textblock
2668 #. type: textblock
2669 #: ../src/guestfs.pod:1215
2670 msgid ""
2671 "The way to avoid this is to specify the expected disk format when adding "
2672 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2673 "should always do this if the disk is raw format, and it's a good idea for "
2674 "other cases too."
2675 msgstr ""
2676
2677 # type: textblock
2678 #. type: textblock
2679 #: ../src/guestfs.pod:1220
2680 msgid ""
2681 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2682 "format is fetched from libvirt and passed through."
2683 msgstr ""
2684
2685 # type: textblock
2686 #. type: textblock
2687 #: ../src/guestfs.pod:1223
2688 msgid ""
2689 "For libguestfs tools, use the I<--format> command line parameter as "
2690 "appropriate."
2691 msgstr ""
2692
2693 # type: =head1
2694 #. type: =head1
2695 #: ../src/guestfs.pod:1226
2696 msgid "CONNECTION MANAGEMENT"
2697 msgstr ""
2698
2699 # type: =head2
2700 #. type: =head2
2701 #: ../src/guestfs.pod:1228
2702 msgid "guestfs_h *"
2703 msgstr ""
2704
2705 # type: textblock
2706 #. type: textblock
2707 #: ../src/guestfs.pod:1230
2708 msgid ""
2709 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2710 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2711 "handle and release all resources used."
2712 msgstr ""
2713
2714 # type: textblock
2715 #. type: textblock
2716 #: ../src/guestfs.pod:1234
2717 msgid ""
2718 "For information on using multiple handles and threads, see the section L</"
2719 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2720 msgstr ""
2721
2722 # type: =head2
2723 #. type: =head2
2724 #: ../src/guestfs.pod:1237
2725 msgid "guestfs_create"
2726 msgstr ""
2727
2728 # type: verbatim
2729 #. type: verbatim
2730 #: ../src/guestfs.pod:1239
2731 #, no-wrap
2732 msgid ""
2733 " guestfs_h *guestfs_create (void);\n"
2734 "\n"
2735 msgstr ""
2736
2737 # type: textblock
2738 #. type: textblock
2739 #: ../src/guestfs.pod:1241
2740 msgid "Create a connection handle."
2741 msgstr ""
2742
2743 # type: textblock
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1243
2746 msgid ""
2747 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2748 "on the handle at least once."
2749 msgstr ""
2750
2751 # type: textblock
2752 #. type: textblock
2753 #: ../src/guestfs.pod:1246
2754 msgid ""
2755 "This function returns a non-NULL pointer to a handle on success or NULL on "
2756 "error."
2757 msgstr ""
2758
2759 # type: textblock
2760 #. type: textblock
2761 #: ../src/guestfs.pod:1249
2762 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2763 msgstr ""
2764
2765 # type: textblock
2766 #. type: textblock
2767 #: ../src/guestfs.pod:1251
2768 msgid ""
2769 "You may also want to configure error handling for the handle.  See L</ERROR "
2770 "HANDLING> section below."
2771 msgstr ""
2772
2773 # type: =head2
2774 #. type: =head2
2775 #: ../src/guestfs.pod:1254
2776 msgid "guestfs_close"
2777 msgstr ""
2778
2779 # type: verbatim
2780 #. type: verbatim
2781 #: ../src/guestfs.pod:1256
2782 #, no-wrap
2783 msgid ""
2784 " void guestfs_close (guestfs_h *g);\n"
2785 "\n"
2786 msgstr ""
2787
2788 # type: textblock
2789 #. type: textblock
2790 #: ../src/guestfs.pod:1258
2791 msgid "This closes the connection handle and frees up all resources used."
2792 msgstr ""
2793
2794 # type: =head1
2795 #. type: =head1
2796 #: ../src/guestfs.pod:1260
2797 msgid "ERROR HANDLING"
2798 msgstr ""
2799
2800 # type: textblock
2801 #. type: textblock
2802 #: ../src/guestfs.pod:1262
2803 msgid ""
2804 "API functions can return errors.  For example, almost all functions that "
2805 "return C<int> will return C<-1> to indicate an error."
2806 msgstr ""
2807
2808 # type: textblock
2809 #. type: textblock
2810 #: ../src/guestfs.pod:1265
2811 msgid ""
2812 "Additional information is available for errors: an error message string and "
2813 "optionally an error number (errno) if the thing that failed was a system "
2814 "call."
2815 msgstr ""
2816
2817 # type: textblock
2818 #. type: textblock
2819 #: ../src/guestfs.pod:1269
2820 msgid ""
2821 "You can get at the additional information about the last error on the handle "
2822 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2823 "up an error handler with L</guestfs_set_error_handler>."
2824 msgstr ""
2825
2826 # type: textblock
2827 #. type: textblock
2828 #: ../src/guestfs.pod:1274
2829 msgid ""
2830 "When the handle is created, a default error handler is installed which "
2831 "prints the error message string to C<stderr>.  For small short-running "
2832 "command line programs it is sufficient to do:"
2833 msgstr ""
2834
2835 # type: verbatim
2836 #. type: verbatim
2837 #: ../src/guestfs.pod:1278
2838 #, no-wrap
2839 msgid ""
2840 " if (guestfs_launch (g) == -1)\n"
2841 "   exit (EXIT_FAILURE);\n"
2842 "\n"
2843 msgstr ""
2844
2845 # type: textblock
2846 #. type: textblock
2847 #: ../src/guestfs.pod:1281
2848 msgid ""
2849 "since the default error handler will ensure that an error message has been "
2850 "printed to C<stderr> before the program exits."
2851 msgstr ""
2852
2853 # type: textblock
2854 #. type: textblock
2855 #: ../src/guestfs.pod:1284
2856 msgid ""
2857 "For other programs the caller will almost certainly want to install an "
2858 "alternate error handler or do error handling in-line like this:"
2859 msgstr ""
2860
2861 # type: verbatim
2862 #. type: verbatim
2863 #: ../src/guestfs.pod:1287
2864 #, no-wrap
2865 msgid ""
2866 " g = guestfs_create ();\n"
2867 " \n"
2868 msgstr ""
2869
2870 # type: verbatim
2871 #. type: verbatim
2872 #: ../src/guestfs.pod:1289
2873 #, no-wrap
2874 msgid ""
2875 " /* This disables the default behaviour of printing errors\n"
2876 "    on stderr. */\n"
2877 " guestfs_set_error_handler (g, NULL, NULL);\n"
2878 " \n"
2879 msgstr ""
2880
2881 # type: verbatim
2882 #. type: verbatim
2883 #: ../src/guestfs.pod:1293
2884 #, no-wrap
2885 msgid ""
2886 " if (guestfs_launch (g) == -1) {\n"
2887 "   /* Examine the error message and print it etc. */\n"
2888 "   char *msg = guestfs_last_error (g);\n"
2889 "   int errnum = guestfs_last_errno (g);\n"
2890 "   fprintf (stderr, \"%s\\n\", msg);\n"
2891 "   /* ... */\n"
2892 "  }\n"
2893 "\n"
2894 msgstr ""
2895
2896 # type: textblock
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1301
2899 msgid ""
2900 "Out of memory errors are handled differently.  The default action is to call "
2901 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2902 "guestfs_set_out_of_memory_handler>."
2903 msgstr ""
2904
2905 # type: textblock
2906 #. type: textblock
2907 #: ../src/guestfs.pod:1305
2908 msgid ""
2909 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2910 "because there is no handle if this happens there is no way to get additional "
2911 "error information.  However L</guestfs_create> is supposed to be a "
2912 "lightweight operation which can only fail because of insufficient memory (it "
2913 "returns NULL in this case)."
2914 msgstr ""
2915
2916 # type: =head2
2917 #. type: =head2
2918 #: ../src/guestfs.pod:1311
2919 msgid "guestfs_last_error"
2920 msgstr ""
2921
2922 # type: verbatim
2923 #. type: verbatim
2924 #: ../src/guestfs.pod:1313
2925 #, no-wrap
2926 msgid ""
2927 " const char *guestfs_last_error (guestfs_h *g);\n"
2928 "\n"
2929 msgstr ""
2930
2931 # type: textblock
2932 #. type: textblock
2933 #: ../src/guestfs.pod:1315
2934 msgid ""
2935 "This returns the last error message that happened on C<g>.  If there has not "
2936 "been an error since the handle was created, then this returns C<NULL>."
2937 msgstr ""
2938
2939 # type: textblock
2940 #. type: textblock
2941 #: ../src/guestfs.pod:1319
2942 msgid ""
2943 "The lifetime of the returned string is until the next error occurs, or L</"
2944 "guestfs_close> is called."
2945 msgstr ""
2946
2947 # type: =head2
2948 #. type: =head2
2949 #: ../src/guestfs.pod:1322
2950 msgid "guestfs_last_errno"
2951 msgstr ""
2952
2953 # type: verbatim
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1324
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_last_errno (guestfs_h *g);\n"
2959 "\n"
2960 msgstr ""
2961
2962 # type: textblock
2963 #. type: textblock
2964 #: ../src/guestfs.pod:1326
2965 msgid "This returns the last error number (errno) that happened on C<g>."
2966 msgstr ""
2967
2968 # type: textblock
2969 #. type: textblock
2970 #: ../src/guestfs.pod:1328
2971 msgid "If successful, an errno integer not equal to zero is returned."
2972 msgstr ""
2973
2974 # type: textblock
2975 #. type: textblock
2976 #: ../src/guestfs.pod:1330
2977 msgid ""
2978 "If no error, this returns 0.  This call can return 0 in three situations:"
2979 msgstr ""
2980
2981 # type: textblock
2982 #. type: textblock
2983 #: ../src/guestfs.pod:1337
2984 msgid "There has not been any error on the handle."
2985 msgstr ""
2986
2987 # type: textblock
2988 #. type: textblock
2989 #: ../src/guestfs.pod:1341
2990 msgid ""
2991 "There has been an error but the errno was meaningless.  This corresponds to "
2992 "the case where the error did not come from a failed system call, but for "
2993 "some other reason."
2994 msgstr ""
2995
2996 # type: textblock
2997 #. type: textblock
2998 #: ../src/guestfs.pod:1347
2999 msgid ""
3000 "There was an error from a failed system call, but for some reason the errno "
3001 "was not captured and returned.  This usually indicates a bug in libguestfs."
3002 msgstr ""
3003
3004 # type: textblock
3005 #. type: textblock
3006 #: ../src/guestfs.pod:1353
3007 msgid ""
3008 "Libguestfs tries to convert the errno from inside the applicance into a "
3009 "corresponding errno for the caller (not entirely trivial: the appliance "
3010 "might be running a completely different operating system from the library "
3011 "and error numbers are not standardized across Un*xen).  If this could not be "
3012 "done, then the error is translated to C<EINVAL>.  In practice this should "
3013 "only happen in very rare circumstances."
3014 msgstr ""
3015
3016 # type: =head2
3017 #. type: =head2
3018 #: ../src/guestfs.pod:1361
3019 msgid "guestfs_set_error_handler"
3020 msgstr ""
3021
3022 # type: verbatim
3023 #. type: verbatim
3024 #: ../src/guestfs.pod:1363
3025 #, no-wrap
3026 msgid ""
3027 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3028 "                                           void *opaque,\n"
3029 "                                           const char *msg);\n"
3030 " void guestfs_set_error_handler (guestfs_h *g,\n"
3031 "                                 guestfs_error_handler_cb cb,\n"
3032 "                                 void *opaque);\n"
3033 "\n"
3034 msgstr ""
3035
3036 # type: textblock
3037 #. type: textblock
3038 #: ../src/guestfs.pod:1370
3039 msgid ""
3040 "The callback C<cb> will be called if there is an error.  The parameters "
3041 "passed to the callback are an opaque data pointer and the error message "
3042 "string."
3043 msgstr ""
3044
3045 # type: textblock
3046 #. type: textblock
3047 #: ../src/guestfs.pod:1374
3048 msgid ""
3049 "C<errno> is not passed to the callback.  To get that the callback must call "
3050 "L</guestfs_last_errno>."
3051 msgstr ""
3052
3053 # type: textblock
3054 #. type: textblock
3055 #: ../src/guestfs.pod:1377
3056 msgid ""
3057 "Note that the message string C<msg> is freed as soon as the callback "
3058 "function returns, so if you want to stash it somewhere you must make your "
3059 "own copy."
3060 msgstr ""
3061
3062 # type: textblock
3063 #. type: textblock
3064 #: ../src/guestfs.pod:1381
3065 msgid "The default handler prints messages on C<stderr>."
3066 msgstr ""
3067
3068 # type: textblock
3069 #. type: textblock
3070 #: ../src/guestfs.pod:1383
3071 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3072 msgstr ""
3073
3074 # type: =head2
3075 #. type: =head2
3076 #: ../src/guestfs.pod:1385
3077 msgid "guestfs_get_error_handler"
3078 msgstr ""
3079
3080 # type: verbatim
3081 #. type: verbatim
3082 #: ../src/guestfs.pod:1387
3083 #, no-wrap
3084 msgid ""
3085 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3086 "                                                     void **opaque_rtn);\n"
3087 "\n"
3088 msgstr ""
3089
3090 # type: textblock
3091 #. type: textblock
3092 #: ../src/guestfs.pod:1390
3093 msgid "Returns the current error handler callback."
3094 msgstr ""
3095
3096 # type: =head2
3097 #. type: =head2
3098 #: ../src/guestfs.pod:1392
3099 msgid "guestfs_set_out_of_memory_handler"
3100 msgstr ""
3101
3102 # type: verbatim
3103 #. type: verbatim
3104 #: ../src/guestfs.pod:1394
3105 #, no-wrap
3106 msgid ""
3107 " typedef void (*guestfs_abort_cb) (void);\n"
3108 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3109 "                                        guestfs_abort_cb);\n"
3110 "\n"
3111 msgstr ""
3112
3113 # type: textblock
3114 #. type: textblock
3115 #: ../src/guestfs.pod:1398
3116 msgid ""
3117 "The callback C<cb> will be called if there is an out of memory situation.  "
3118 "I<Note this callback must not return>."
3119 msgstr ""
3120
3121 # type: textblock
3122 #. type: textblock
3123 #: ../src/guestfs.pod:1401
3124 msgid "The default is to call L<abort(3)>."
3125 msgstr ""
3126
3127 # type: textblock
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1403
3130 msgid ""
3131 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3132 msgstr ""
3133
3134 # type: =head2
3135 #. type: =head2
3136 #: ../src/guestfs.pod:1406
3137 msgid "guestfs_get_out_of_memory_handler"
3138 msgstr ""
3139
3140 # type: verbatim
3141 #. type: verbatim
3142 #: ../src/guestfs.pod:1408
3143 #, no-wrap
3144 msgid ""
3145 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3146 "\n"
3147 msgstr ""
3148
3149 # type: textblock
3150 #. type: textblock
3151 #: ../src/guestfs.pod:1410
3152 msgid "This returns the current out of memory handler."
3153 msgstr ""
3154
3155 # type: =head1
3156 #. type: =head1
3157 #: ../src/guestfs.pod:1412
3158 msgid "API CALLS"
3159 msgstr ""
3160
3161 # type: textblock
3162 #. type: textblock
3163 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
3164 msgid "@ACTIONS@"
3165 msgstr ""
3166
3167 # type: =head1
3168 #. type: =head1
3169 #: ../src/guestfs.pod:1416
3170 msgid "STRUCTURES"
3171 msgstr ""
3172
3173 # type: textblock
3174 #. type: textblock
3175 #: ../src/guestfs.pod:1418
3176 msgid "@STRUCTS@"
3177 msgstr ""
3178
3179 # type: =head1
3180 #. type: =head1
3181 #: ../src/guestfs.pod:1420
3182 msgid "AVAILABILITY"
3183 msgstr ""
3184
3185 # type: =head2
3186 #. type: =head2
3187 #: ../src/guestfs.pod:1422
3188 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3189 msgstr ""
3190
3191 # type: textblock
3192 #. type: textblock
3193 #: ../src/guestfs.pod:1424
3194 msgid ""
3195 "Using L</guestfs_available> you can test availability of the following "
3196 "groups of functions.  This test queries the appliance to see if the "
3197 "appliance you are currently using supports the functionality."
3198 msgstr ""
3199
3200 # type: textblock
3201 #. type: textblock
3202 #: ../src/guestfs.pod:1429
3203 msgid "@AVAILABILITY@"
3204 msgstr ""
3205
3206 # type: =head2
3207 #. type: =head2
3208 #: ../src/guestfs.pod:1431
3209 msgid "GUESTFISH supported COMMAND"
3210 msgstr ""
3211
3212 # type: textblock
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1433
3215 msgid ""
3216 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3217 "prints out the available groups and whether they are supported by this build "
3218 "of libguestfs.  Note however that you have to do C<run> first."
3219 msgstr ""
3220
3221 # type: =head2
3222 #. type: =head2
3223 #: ../src/guestfs.pod:1438
3224 msgid "SINGLE CALLS AT COMPILE TIME"
3225 msgstr ""
3226
3227 # type: textblock
3228 #. type: textblock
3229 #: ../src/guestfs.pod:1440
3230 msgid ""
3231 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3232 "function, such as:"
3233 msgstr ""
3234
3235 # type: verbatim
3236 #. type: verbatim
3237 #: ../src/guestfs.pod:1443
3238 #, no-wrap
3239 msgid ""
3240 " #define LIBGUESTFS_HAVE_DD 1\n"
3241 "\n"
3242 msgstr ""
3243
3244 # type: textblock
3245 #. type: textblock
3246 #: ../src/guestfs.pod:1445
3247 msgid "if L</guestfs_dd> is available."
3248 msgstr ""
3249
3250 # type: textblock
3251 #. type: textblock
3252 #: ../src/guestfs.pod:1447
3253 msgid ""
3254 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3255 "function is available at compile time, we recommended using build tools such "
3256 "as autoconf or cmake.  For example in autotools you could use:"
3257 msgstr ""
3258
3259 # type: verbatim
3260 #. type: verbatim
3261 #: ../src/guestfs.pod:1452
3262 #, no-wrap
3263 msgid ""
3264 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3265 " AC_CHECK_FUNCS([guestfs_dd])\n"
3266 "\n"
3267 msgstr ""
3268
3269 # type: textblock
3270 #. type: textblock
3271 #: ../src/guestfs.pod:1455
3272 msgid ""
3273 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3274 "in your program."
3275 msgstr ""
3276
3277 # type: =head2
3278 #. type: =head2
3279 #: ../src/guestfs.pod:1458
3280 msgid "SINGLE CALLS AT RUN TIME"
3281 msgstr ""
3282
3283 # type: textblock
3284 #. type: textblock
3285 #: ../src/guestfs.pod:1460
3286 msgid ""
3287 "Testing at compile time doesn't guarantee that a function really exists in "
3288 "the library.  The reason is that you might be dynamically linked against a "
3289 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3290 "This situation unfortunately results in a segmentation fault, which is a "
3291 "shortcoming of the C dynamic linking system itself."
3292 msgstr ""
3293
3294 # type: textblock
3295 #. type: textblock
3296 #: ../src/guestfs.pod:1467
3297 msgid ""
3298 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3299 "in this example program (note that you still need the compile time check as "
3300 "well):"
3301 msgstr ""
3302
3303 # type: verbatim
3304 #. type: verbatim
3305 #: ../src/guestfs.pod:1471
3306 #, no-wrap
3307 msgid ""
3308 " #include <stdio.h>\n"
3309 " #include <stdlib.h>\n"
3310 " #include <unistd.h>\n"
3311 " #include <dlfcn.h>\n"
3312 " #include <guestfs.h>\n"
3313 " \n"
3314 msgstr ""
3315
3316 # type: verbatim
3317 #. type: verbatim
3318 #: ../src/guestfs.pod:1477
3319 #, no-wrap
3320 msgid ""
3321 " main ()\n"
3322 " {\n"
3323 " #ifdef LIBGUESTFS_HAVE_DD\n"
3324 "   void *dl;\n"
3325 "   int has_function;\n"
3326 " \n"
3327 msgstr ""
3328
3329 # type: verbatim
3330 #. type: verbatim
3331 #: ../src/guestfs.pod:1483
3332 #, no-wrap
3333 msgid ""
3334 "   /* Test if the function guestfs_dd is really available. */\n"
3335 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3336 "   if (!dl) {\n"
3337 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3338 "     exit (EXIT_FAILURE);\n"
3339 "   }\n"
3340 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3341 "   dlclose (dl);\n"
3342 " \n"
3343 msgstr ""
3344
3345 # type: verbatim
3346 #. type: verbatim
3347 #: ../src/guestfs.pod:1492
3348 #, no-wrap
3349 msgid ""
3350 "   if (!has_function)\n"
3351 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3352 "   else {\n"
3353 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3354 "     /* Now it's safe to call\n"
3355 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3356 "     */\n"
3357 "   }\n"
3358 " #else\n"
3359 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3360 " #endif\n"
3361 "  }\n"
3362 "\n"
3363 msgstr ""
3364
3365 # type: textblock
3366 #. type: textblock
3367 #: ../src/guestfs.pod:1505
3368 msgid ""
3369 "You may think the above is an awful lot of hassle, and it is.  There are "
3370 "other ways outside of the C linking system to ensure that this kind of "
3371 "incompatibility never arises, such as using package versioning:"
3372 msgstr ""
3373
3374 # type: verbatim
3375 #. type: verbatim
3376 #: ../src/guestfs.pod:1510
3377 #, no-wrap
3378 msgid ""
3379 " Requires: libguestfs >= 1.0.80\n"
3380 "\n"
3381 msgstr ""
3382
3383 # type: =head1
3384 #. type: =head1
3385 #: ../src/guestfs.pod:1512
3386 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3387 msgstr ""
3388
3389 # type: textblock
3390 #. type: textblock
3391 #: ../src/guestfs.pod:1514
3392 msgid ""
3393 "A recent feature of the API is the introduction of calls which take optional "
3394 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3395 "takes variable arguments (ie. C<...>), as in this example:"
3396 msgstr ""
3397
3398 # type: verbatim
3399 #. type: verbatim
3400 #: ../src/guestfs.pod:1519
3401 #, no-wrap
3402 msgid ""
3403 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3404 "\n"
3405 msgstr ""
3406
3407 # type: textblock
3408 #. type: textblock
3409 #: ../src/guestfs.pod:1521
3410 msgid ""
3411 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3412 "call with no optional arguments specified:"
3413 msgstr ""
3414
3415 # type: verbatim
3416 #. type: verbatim
3417 #: ../src/guestfs.pod:1524
3418 #, no-wrap
3419 msgid ""
3420 " guestfs_add_drive_opts (g, filename, -1);\n"
3421 "\n"
3422 msgstr ""
3423
3424 # type: textblock
3425 #. type: textblock
3426 #: ../src/guestfs.pod:1526
3427 msgid "With a single optional argument:"
3428 msgstr ""
3429
3430 # type: verbatim
3431 #. type: verbatim
3432 #: ../src/guestfs.pod:1528
3433 #, no-wrap
3434 msgid ""
3435 " guestfs_add_drive_opts (g, filename,\n"
3436 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3437 "                         -1);\n"
3438 "\n"
3439 msgstr ""
3440
3441 # type: textblock
3442 #. type: textblock
3443 #: ../src/guestfs.pod:1532
3444 msgid "With two:"
3445 msgstr ""
3446
3447 # type: verbatim
3448 #. type: verbatim
3449 #: ../src/guestfs.pod:1534
3450 #, no-wrap
3451 msgid ""
3452 " guestfs_add_drive_opts (g, filename,\n"
3453 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3454 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3455 "                         -1);\n"
3456 "\n"
3457 msgstr ""
3458
3459 # type: textblock
3460 #. type: textblock
3461 #: ../src/guestfs.pod:1539
3462 msgid ""
3463 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3464 "happen!"
3465 msgstr ""
3466
3467 # type: =head2
3468 #. type: =head2
3469 #: ../src/guestfs.pod:1542
3470 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3471 msgstr ""
3472
3473 # type: textblock
3474 #. type: textblock
3475 #: ../src/guestfs.pod:1544
3476 msgid ""
3477 "The second variant has the same name with the suffix C<_va>, which works the "
3478 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3479 "example function, this is declared:"
3480 msgstr ""
3481
3482 # type: verbatim
3483 #. type: verbatim
3484 #: ../src/guestfs.pod:1548
3485 #, no-wrap
3486 msgid ""
3487 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3488 "                                va_list args);\n"
3489 "\n"
3490 msgstr ""
3491
3492 # type: =head2
3493 #. type: =head2
3494 #: ../src/guestfs.pod:1551
3495 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3496 msgstr ""
3497
3498 # type: textblock
3499 #. type: textblock
3500 #: ../src/guestfs.pod:1553
3501 msgid ""
3502 "The third variant is useful where you need to construct these calls.  You "
3503 "pass in a structure where you fill in the optional fields.  The structure "
3504 "has a bitmask as the first element which you must set to indicate which "
3505 "fields you have filled in.  For our example function the structure and call "
3506 "are declared:"
3507 msgstr ""
3508
3509 # type: verbatim
3510 #. type: verbatim
3511 #: ../src/guestfs.pod:1559
3512 #, no-wrap
3513 msgid ""
3514 " struct guestfs_add_drive_opts_argv {\n"
3515 "   uint64_t bitmask;\n"
3516 "   int readonly;\n"
3517 "   const char *format;\n"
3518 "   /* ... */\n"
3519 " };\n"
3520 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3521 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3522 "\n"
3523 msgstr ""
3524
3525 # type: textblock
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1568
3528 msgid "You could call it like this:"
3529 msgstr ""
3530
3531 # type: verbatim
3532 #. type: verbatim
3533 #: ../src/guestfs.pod:1570
3534 #, no-wrap
3535 msgid ""
3536 " struct guestfs_add_drive_opts_argv optargs = {\n"
3537 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3538 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3539 "   .readonly = 1,\n"
3540 "   .format = \"qcow2\"\n"
3541 " };\n"
3542 " \n"
3543 msgstr ""
3544
3545 # type: verbatim
3546 #. type: verbatim
3547 #: ../src/guestfs.pod:1577
3548 #, no-wrap
3549 msgid ""
3550 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3551 "\n"
3552 msgstr ""
3553
3554 # type: textblock
3555 #. type: textblock
3556 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11
3557 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:9
3558 #: ../fish/guestfish-actions.pod:1250 ../tools/virt-win-reg.pl:532
3559 msgid "Notes:"
3560 msgstr ""
3561
3562 # type: textblock
3563 #. type: textblock
3564 #: ../src/guestfs.pod:1585
3565 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3566 msgstr ""
3567
3568 # type: textblock
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1590
3571 msgid "You do not need to fill in all fields of the structure."
3572 msgstr ""
3573
3574 # type: textblock
3575 #. type: textblock
3576 #: ../src/guestfs.pod:1594
3577 msgid ""
3578 "There must be a one-to-one correspondence between fields of the structure "
3579 "that are filled in, and bits set in the bitmask."
3580 msgstr ""
3581
3582 # type: =head2
3583 #. type: =head2
3584 #: ../src/guestfs.pod:1599
3585 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3586 msgstr ""
3587
3588 # type: textblock
3589 #. type: textblock
3590 #: ../src/guestfs.pod:1601
3591 msgid ""
3592 "In other languages, optional arguments are expressed in the way that is "
3593 "natural for that language.  We refer you to the language-specific "
3594 "documentation for more details on that."
3595 msgstr ""
3596
3597 # type: textblock
3598 #. type: textblock
3599 #: ../src/guestfs.pod:1605
3600 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3601 msgstr ""
3602
3603 # type: =head2
3604 #. type: =head2
3605 #: ../src/guestfs.pod:1607
3606 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3607 msgstr ""
3608
3609 # type: textblock
3610 #. type: textblock
3611 #: ../src/guestfs.pod:1609
3612 msgid ""
3613 "The child process generates events in some situations.  Current events "
3614 "include: receiving a log message, the child process exits."
3615 msgstr ""
3616
3617 # type: textblock
3618 #. type: textblock
3619 #: ../src/guestfs.pod:1612
3620 msgid ""
3621 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3622 "types of events."
3623 msgstr ""
3624
3625 # type: textblock
3626 #. type: textblock
3627 #: ../src/guestfs.pod:1615
3628 msgid ""
3629 "Only I<one callback of each type> can be registered for each handle.  "
3630 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3631 "that type.  Cancel all callbacks of this type by calling this function with "
3632 "C<cb> set to C<NULL>."
3633 msgstr ""
3634
3635 # type: =head2
3636 #. type: =head2
3637 #: ../src/guestfs.pod:1620
3638 msgid "guestfs_set_log_message_callback"
3639 msgstr ""
3640
3641 # type: verbatim
3642 #. type: verbatim
3643 #: ../src/guestfs.pod:1622
3644 #, no-wrap
3645 msgid ""
3646 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3647 "                                         char *buf, int len);\n"
3648 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3649 "                                        guestfs_log_message_cb cb,\n"
3650 "                                        void *opaque);\n"
3651 "\n"
3652 msgstr ""
3653
3654 # type: textblock
3655 #. type: textblock
3656 #: ../src/guestfs.pod:1628
3657 msgid ""
3658 "The callback function C<cb> will be called whenever qemu or the guest writes "
3659 "anything to the console."
3660 msgstr ""
3661
3662 # type: textblock
3663 #. type: textblock
3664 #: ../src/guestfs.pod:1631
3665 msgid "Use this function to capture kernel messages and similar."
3666 msgstr ""
3667
3668 # type: textblock
3669 #. type: textblock
3670 #: ../src/guestfs.pod:1633
3671 msgid ""
3672 "Normally there is no log message handler, and log messages are just "
3673 "discarded."
3674 msgstr ""
3675
3676 # type: =head2
3677 #. type: =head2
3678 #: ../src/guestfs.pod:1636
3679 msgid "guestfs_set_subprocess_quit_callback"
3680 msgstr ""
3681
3682 # type: verbatim
3683 #. type: verbatim
3684 #: ../src/guestfs.pod:1638
3685 #, no-wrap
3686 msgid ""
3687 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3688 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3689 "                                            guestfs_subprocess_quit_cb cb,\n"
3690 "                                            void *opaque);\n"
3691 "\n"
3692 msgstr ""
3693
3694 # type: textblock
3695 #. type: textblock
3696 #: ../src/guestfs.pod:1643
3697 msgid ""
3698 "The callback function C<cb> will be called when the child process quits, "
3699 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3700 "corresponds to a transition from any state to the CONFIG state)."
3701 msgstr ""
3702
3703 # type: =head2
3704 #. type: =head2
3705 #: ../src/guestfs.pod:1648
3706 msgid "guestfs_set_launch_done_callback"
3707 msgstr ""
3708
3709 # type: verbatim
3710 #. type: verbatim
3711 #: ../src/guestfs.pod:1650
3712 #, no-wrap
3713 msgid ""
3714 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3715 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3716 "                                        guestfs_launch_done_cb cb,\n"
3717 "                                        void *opaque);\n"
3718 "\n"
3719 msgstr ""
3720
3721 # type: textblock
3722 #. type: textblock
3723 #: ../src/guestfs.pod:1655
3724 msgid ""
3725 "The callback function C<cb> will be called when the child process becomes "
3726 "ready first time after it has been launched.  (This corresponds to a "
3727 "transition from LAUNCHING to the READY state)."
3728 msgstr ""
3729
3730 # type: =head2
3731 #. type: =head2
3732 #: ../src/guestfs.pod:1659
3733 msgid "guestfs_set_close_callback"
3734 msgstr ""
3735
3736 # type: verbatim
3737 #. type: verbatim
3738 #: ../src/guestfs.pod:1661
3739 #, no-wrap
3740 msgid ""
3741 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3742 " void guestfs_set_close_callback (guestfs_h *g,\n"
3743 "                                  guestfs_close_cb cb,\n"
3744 "                                  void *opaque);\n"
3745 "\n"
3746 msgstr ""
3747
3748 # type: textblock
3749 #. type: textblock
3750 #: ../src/guestfs.pod:1666
3751 msgid ""
3752 "The callback function C<cb> will be called while the handle is being closed "
3753 "(synchronously from L</guestfs_close>)."
3754 msgstr ""
3755
3756 # type: textblock
3757 #. type: textblock
3758 #: ../src/guestfs.pod:1669
3759 msgid ""
3760 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3761 "handles that are open when the program exits.  This means that this callback "
3762 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3763 "problems in higher-level languages (eg. if your HLL interpreter has already "
3764 "been cleaned up by the time this is called, and if your callback then jumps "
3765 "into some HLL function)."
3766 msgstr ""
3767
3768 # type: =head2
3769 #. type: =head2
3770 #: ../src/guestfs.pod:1677
3771 msgid "guestfs_set_progress_callback"
3772 msgstr ""
3773
3774 # type: verbatim
3775 #. type: verbatim
3776 #: ../src/guestfs.pod:1679
3777 #, no-wrap
3778 msgid ""
3779 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3780 "                                      int proc_nr, int serial,\n"
3781 "                                      uint64_t position, uint64_t total);\n"
3782 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3783 "                                     guestfs_progress_cb cb,\n"
3784 "                                     void *opaque);\n"
3785 "\n"
3786 msgstr ""
3787
3788 # type: textblock
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1686
3791 msgid ""
3792 "Some long-running operations can generate progress messages.  If this "
3793 "callback is registered, then it will be called each time a progress message "
3794 "is generated (usually two seconds after the operation started, and three "
3795 "times per second thereafter until it completes, although the frequency may "
3796 "change in future versions)."
3797 msgstr ""
3798
3799 # type: textblock
3800 #. type: textblock
3801 #: ../src/guestfs.pod:1692
3802 msgid ""
3803 "The callback receives two numbers: C<position> and C<total>.  The units of "
3804 "C<total> are not defined, although for some operations C<total> may relate "
3805 "in some way to the amount of data to be transferred (eg. in bytes or "
3806 "megabytes), and C<position> may be the portion which has been transferred."
3807 msgstr ""
3808
3809 # type: textblock
3810 #. type: textblock
3811 #: ../src/guestfs.pod:1698
3812 msgid "The only defined and stable parts of the API are:"
3813 msgstr ""
3814
3815 # type: textblock
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1704
3818 msgid ""
3819 "The callback can display to the user some type of progress bar or indicator "
3820 "which shows the ratio of C<position>:C<total>."
3821 msgstr ""
3822
3823 # type: textblock
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1709
3826 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3827 msgstr ""
3828
3829 #. type: textblock
3830 #: ../src/guestfs.pod:1713
3831 msgid ""
3832 "If any progress notification is sent during a call, then a final progress "
3833 "notification is always sent when C<position> = C<total> (I<unless> the call "
3834 "fails with an error)."
3835 msgstr ""
3836
3837 # type: textblock
3838 #. type: textblock
3839 #: ../src/guestfs.pod:1717
3840 msgid ""
3841 "This is to simplify caller code, so callers can easily set the progress "
3842 "indicator to \"100%\" at the end of the operation, without requiring special "
3843 "code to detect this case."
3844 msgstr ""
3845
3846 # type: textblock
3847 #. type: textblock
3848 #: ../src/guestfs.pod:1723
3849 msgid ""
3850 "The callback also receives the procedure number and serial number of the "
3851 "call.  These are only useful for debugging protocol issues, and the callback "
3852 "can normally ignore them.  The callback may want to print these numbers in "
3853 "error messages or debugging messages."
3854 msgstr ""
3855
3856 # type: =head1
3857 #. type: =head1
3858 #: ../src/guestfs.pod:1728
3859 msgid "PRIVATE DATA AREA"
3860 msgstr ""
3861
3862 # type: textblock
3863 #. type: textblock
3864 #: ../src/guestfs.pod:1730
3865 msgid ""
3866 "You can attach named pieces of private data to the libguestfs handle, and "
3867 "fetch them by name for the lifetime of the handle.  This is called the "
3868 "private data area and is only available from the C API."
3869 msgstr ""
3870
3871 # type: textblock
3872 #. type: textblock
3873 #: ../src/guestfs.pod:1734
3874 msgid "To attach a named piece of data, use the following call:"
3875 msgstr ""
3876
3877 # type: verbatim
3878 #. type: verbatim
3879 #: ../src/guestfs.pod:1736
3880 #, no-wrap
3881 msgid ""
3882 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3883 "\n"
3884 msgstr ""
3885
3886 # type: textblock
3887 #. type: textblock
3888 #: ../src/guestfs.pod:1738
3889 msgid ""
3890 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3891 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3892 "overwritten."
3893 msgstr ""
3894
3895 # type: textblock
3896 #. type: textblock
3897 #: ../src/guestfs.pod:1742
3898 msgid ""
3899 "You can use any C<key> you want, but names beginning with an underscore "
3900 "character are reserved for internal libguestfs purposes (for implementing "
3901 "language bindings).  It is recommended to prefix the name with some unique "
3902 "string to avoid collisions with other users."
3903 msgstr ""
3904
3905 # type: textblock
3906 #. type: textblock
3907 #: ../src/guestfs.pod:1747
3908 msgid "To retrieve the pointer, use:"
3909 msgstr ""
3910
3911 # type: verbatim
3912 #. type: verbatim
3913 #: ../src/guestfs.pod:1749
3914 #, no-wrap
3915 msgid ""
3916 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3917 "\n"
3918 msgstr ""
3919
3920 # type: textblock
3921 #. type: textblock
3922 #: ../src/guestfs.pod:1751
3923 msgid ""
3924 "This function returns C<NULL> if either no data is found associated with "
3925 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3926 "C<NULL>."
3927 msgstr ""
3928
3929 # type: textblock
3930 #. type: textblock
3931 #: ../src/guestfs.pod:1755
3932 msgid ""
3933 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3934 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3935 "all.  In particular, libguestfs does I<not> try to free the data when the "
3936 "handle is closed.  If the data must be freed, then the caller must either "
3937 "free it before calling L</guestfs_close> or must set up a close callback to "
3938 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3939 "can be registered for a handle)."
3940 msgstr ""
3941
3942 # type: textblock
3943 #. type: textblock
3944 #: ../src/guestfs.pod:1763
3945 msgid ""
3946 "The private data area is implemented using a hash table, and should be "
3947 "reasonably efficient for moderate numbers of keys."
3948 msgstr ""
3949
3950 # type: =end
3951 #. type: =end
3952 #: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771
3953 msgid "html"
3954 msgstr ""
3955
3956 # type: textblock
3957 #. type: textblock
3958 #: ../src/guestfs.pod:1768
3959 msgid ""
3960 "<!-- old anchor for the next section --> <a name="
3961 "\"state_machine_and_low_level_event_api\"/>"
3962 msgstr ""
3963
3964 # type: =head1
3965 #. type: =head1
3966 #: ../src/guestfs.pod:1773
3967 msgid "ARCHITECTURE"
3968 msgstr ""
3969
3970 # type: textblock
3971 #. type: textblock
3972 #: ../src/guestfs.pod:1775
3973 msgid ""
3974 "Internally, libguestfs is implemented by running an appliance (a special "
3975 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3976 "process of the main program."
3977 msgstr ""
3978
3979 # type: verbatim
3980 #. type: verbatim
3981 #: ../src/guestfs.pod:1779
3982 #, no-wrap
3983 msgid ""
3984 "  ___________________\n"
3985 " /                   \\\n"
3986 " | main program      |\n"
3987 " |                   |\n"
3988 " |                   |           child process / appliance\n"
3989 " |                   |           __________________________\n"
3990 " |                   |          / qemu                     \\\n"
3991 " +-------------------+   RPC    |      +-----------------+ |\n"
3992 " | libguestfs     <--------------------> guestfsd        | |\n"
3993 " |                   |          |      +-----------------+ |\n"
3994 " \\___________________/          |      | Linux kernel    | |\n"
3995 "                                |      +--^--------------+ |\n"
3996 "                                \\_________|________________/\n"
3997 "                                          |\n"
3998 "                                   _______v______\n"
3999 "                                  /              \\\n"
4000 "                                  | Device or    |\n"
4001 "                                  | disk image   |\n"
4002 "                                  \\______________/\n"
4003 "\n"
4004 msgstr ""
4005
4006 # type: textblock
4007 #. type: textblock
4008 #: ../src/guestfs.pod:1799
4009 msgid ""
4010 "The library, linked to the main program, creates the child process and hence "
4011 "the appliance in the L</guestfs_launch> function."
4012 msgstr ""
4013
4014 # type: textblock
4015 #. type: textblock
4016 #: ../src/guestfs.pod:1802
4017 msgid ""
4018 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4019 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4020 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4021 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4022 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4023 "attached to the qemu process which translates device access by the "
4024 "appliance's Linux kernel into accesses to the image."
4025 msgstr ""
4026
4027 # type: textblock
4028 #. type: textblock
4029 #: ../src/guestfs.pod:1811
4030 msgid ""
4031 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4032 "Although the disk image you are attached to might also be used by some "
4033 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4034 "care if both libguestfs's qemu process and your virtual machine are trying "
4035 "to update the disk image at the same time, since these usually results in "
4036 "massive disk corruption)."
4037 msgstr ""
4038
4039 # type: =head1
4040 #. type: =head1
4041 #: ../src/guestfs.pod:1818
4042 msgid "STATE MACHINE"
4043 msgstr ""
4044
4045 # type: textblock
4046 #. type: textblock
4047 #: ../src/guestfs.pod:1820
4048 msgid "libguestfs uses a state machine to model the child process:"
4049 msgstr ""
4050
4051 # type: verbatim
4052 #. type: verbatim
4053 #: ../src/guestfs.pod:1822
4054 #, no-wrap
4055 msgid ""
4056 "                         |\n"
4057 "                    guestfs_create\n"
4058 "                         |\n"
4059 "                         |\n"
4060 "                     ____V_____\n"
4061 "                    /          \\\n"
4062 "                    |  CONFIG  |\n"
4063 "                    \\__________/\n"
4064 "                     ^ ^   ^  \\\n"
4065 "                    /  |    \\  \\ guestfs_launch\n"
4066 "                   /   |    _\\__V______\n"
4067 "                  /    |   /           \\\n"
4068 "                 /     |   | LAUNCHING |\n"
4069 "                /      |   \\___________/\n"
4070 "               /       |       /\n"
4071 "              /        |  guestfs_launch\n"
4072 "             /         |     /\n"
4073 "    ______  /        __|____V\n"
4074 "   /      \\ ------> /        \\\n"
4075 "   | BUSY |         | READY  |\n"
4076 "   \\______/ <------ \\________/\n"
4077 "\n"
4078 msgstr ""
4079
4080 # type: textblock
4081 #. type: textblock
4082 #: ../src/guestfs.pod:1844
4083 msgid ""
4084 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4085 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4086 "(3) alternating between READY and BUSY as commands are issued to, and "
4087 "carried out by, the child process."
4088 msgstr ""
4089
4090 # type: textblock
4091 #. type: textblock
4092 #: ../src/guestfs.pod:1849
4093 msgid ""
4094 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4095 "asynchronously at any time (eg. due to some internal error), and that causes "
4096 "the state to transition back to CONFIG."
4097 msgstr ""
4098
4099 # type: textblock
4100 #. type: textblock
4101 #: ../src/guestfs.pod:1853
4102 msgid ""
4103 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4104 "issued when in the CONFIG state."
4105 msgstr ""
4106
4107 # type: textblock
4108 #. type: textblock
4109 #: ../src/guestfs.pod:1856
4110 msgid ""
4111 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4112 "L</guestfs_launch> blocks until the child process is READY to accept "
4113 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4114 "moves the state from CONFIG to LAUNCHING while it is running."
4115 msgstr ""
4116
4117 # type: textblock
4118 #. type: textblock
4119 #: ../src/guestfs.pod:1862
4120 msgid ""
4121 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4122 "state.  These API calls block waiting for the command to be carried out (ie. "
4123 "the state to transition to BUSY and then back to READY).  There are no non-"
4124 "blocking versions, and no way to issue more than one command per handle at "
4125 "the same time."
4126 msgstr ""
4127
4128 # type: textblock
4129 #. type: textblock
4130 #: ../src/guestfs.pod:1868
4131 msgid ""
4132 "Finally, the child process sends asynchronous messages back to the main "
4133 "program, such as kernel log messages.  You can register a callback to "
4134 "receive these messages."
4135 msgstr ""
4136
4137 # type: =head1
4138 #. type: =head1
4139 #: ../src/guestfs.pod:1872
4140 msgid "INTERNALS"
4141 msgstr ""
4142
4143 # type: =head2
4144 #. type: =head2
4145 #: ../src/guestfs.pod:1874
4146 msgid "COMMUNICATION PROTOCOL"
4147 msgstr ""
4148
4149 # type: textblock
4150 #. type: textblock
4151 #: ../src/guestfs.pod:1876
4152 msgid ""
4153 "Don't rely on using this protocol directly.  This section documents how it "
4154 "currently works, but it may change at any time."
4155 msgstr ""
4156
4157 # type: textblock
4158 #. type: textblock
4159 #: ../src/guestfs.pod:1879
4160 msgid ""
4161 "The protocol used to talk between the library and the daemon running inside "
4162 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4163 "1014, RFC 1832, RFC 4506)."
4164 msgstr ""
4165
4166 # type: textblock
4167 #. type: textblock
4168 #: ../src/guestfs.pod:1883
4169 msgid ""
4170 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4171 "this file is automatically generated)."
4172 msgstr ""
4173
4174 # type: textblock
4175 #. type: textblock
4176 #: ../src/guestfs.pod:1886
4177 msgid ""
4178 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4179 "and C<FileOut> parameters, which are handled with very simple request/reply "
4180 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4181 "parameters, which use the same request and reply messages, but they may also "
4182 "be followed by files sent using a chunked encoding."
4183 msgstr ""
4184
4185 # type: =head3
4186 #. type: =head3
4187 #: ../src/guestfs.pod:1893
4188 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4189 msgstr ""
4190
4191 # type: textblock
4192 #. type: textblock
4193 #: ../src/guestfs.pod:1895
4194 msgid "For ordinary functions, the request message is:"
4195 msgstr ""
4196
4197 # type: verbatim
4198 #. type: verbatim
4199 #: ../src/guestfs.pod:1897
4200 #, no-wrap
4201 msgid ""
4202 " total length (header + arguments,\n"
4203 "      but not including the length word itself)\n"
4204 " struct guestfs_message_header (encoded as XDR)\n"
4205 " struct guestfs_<foo>_args (encoded as XDR)\n"
4206 "\n"
4207 msgstr ""
4208
4209 # type: textblock
4210 #. type: textblock
4211 #: ../src/guestfs.pod:1902
4212 msgid ""
4213 "The total length field allows the daemon to allocate a fixed size buffer "
4214 "into which it slurps the rest of the message.  As a result, the total length "
4215 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4216 "effective size of any request is limited to somewhere under this size."
4217 msgstr ""
4218
4219 # type: textblock
4220 #. type: textblock
4221 #: ../src/guestfs.pod:1908
4222 msgid ""
4223 "Note also that many functions don't take any arguments, in which case the "
4224 "C<guestfs_I<foo>_args> is completely omitted."
4225 msgstr ""
4226
4227 # type: textblock
4228 #. type: textblock
4229 #: ../src/guestfs.pod:1911
4230 msgid ""
4231 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4232 "receiver knows what type of args structure to expect, or none at all."
4233 msgstr ""
4234
4235 # type: textblock
4236 #. type: textblock
4237 #: ../src/guestfs.pod:1915
4238 msgid ""
4239 "For functions that take optional arguments, the optional arguments are "
4240 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4241 "arguments.  A bitmask in the header indicates which optional arguments are "
4242 "meaningful.  The bitmask is also checked to see if it contains bits set "
4243 "which the daemon does not know about (eg. if more optional arguments were "
4244 "added in a later version of the library), and this causes the call to be "
4245 "rejected."
4246 msgstr ""
4247
4248 # type: textblock
4249 #. type: textblock
4250 #: ../src/guestfs.pod:1923
4251 msgid "The reply message for ordinary functions is:"
4252 msgstr ""
4253
4254 # type: verbatim
4255 #. type: verbatim
4256 #: ../src/guestfs.pod:1925
4257 #, no-wrap
4258 msgid ""
4259 " total length (header + ret,\n"
4260 "      but not including the length word itself)\n"
4261 " struct guestfs_message_header (encoded as XDR)\n"
4262 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4263 "\n"
4264 msgstr ""
4265
4266 # type: textblock
4267 #. type: textblock
4268 #: ../src/guestfs.pod:1930
4269 msgid ""
4270 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4271 "functions that return no formal return values."
4272 msgstr ""
4273
4274 # type: textblock
4275 #. type: textblock
4276 #: ../src/guestfs.pod:1933
4277 msgid ""
4278 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4279 msgstr ""
4280
4281 # type: textblock
4282 #. type: textblock
4283 #: ../src/guestfs.pod:1936
4284 msgid ""
4285 "In the case of an error, a flag is set in the header, and the reply message "
4286 "is slightly changed:"
4287 msgstr ""
4288
4289 # type: verbatim
4290 #. type: verbatim
4291 #: ../src/guestfs.pod:1939
4292 #, no-wrap
4293 msgid ""
4294 " total length (header + error,\n"
4295 "      but not including the length word itself)\n"
4296 " struct guestfs_message_header (encoded as XDR)\n"
4297 " struct guestfs_message_error (encoded as XDR)\n"
4298 "\n"
4299 msgstr ""
4300
4301 # type: textblock
4302 #. type: textblock
4303 #: ../src/guestfs.pod:1944
4304 msgid ""
4305 "The C<guestfs_message_error> structure contains the error message as a "
4306 "string."
4307 msgstr ""
4308
4309 # type: =head3
4310 #. type: =head3
4311 #: ../src/guestfs.pod:1947
4312 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4313 msgstr ""
4314
4315 # type: textblock
4316 #. type: textblock
4317 #: ../src/guestfs.pod:1949
4318 msgid ""
4319 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4320 "The normal request message is sent (see above).  However this is followed by "
4321 "a sequence of file chunks."
4322 msgstr ""
4323
4324 # type: verbatim
4325 #. type: verbatim
4326 #: ../src/guestfs.pod:1953
4327 #, no-wrap
4328 msgid ""
4329 " total length (header + arguments,\n"
4330 "      but not including the length word itself,\n"
4331 "      and not including the chunks)\n"
4332 " struct guestfs_message_header (encoded as XDR)\n"
4333 " struct guestfs_<foo>_args (encoded as XDR)\n"
4334 " sequence of chunks for FileIn param #0\n"
4335 " sequence of chunks for FileIn param #1 etc.\n"
4336 "\n"
4337 msgstr ""
4338
4339 # type: textblock
4340 #. type: textblock
4341 #: ../src/guestfs.pod:1961
4342 msgid "The \"sequence of chunks\" is:"
4343 msgstr ""
4344
4345 # type: verbatim
4346 #. type: verbatim
4347 #: ../src/guestfs.pod:1963
4348 #, no-wrap
4349 msgid ""
4350 " length of chunk (not including length word itself)\n"
4351 " struct guestfs_chunk (encoded as XDR)\n"
4352 " length of chunk\n"
4353 " struct guestfs_chunk (encoded as XDR)\n"
4354 "   ...\n"
4355 " length of chunk\n"
4356 " struct guestfs_chunk (with data.data_len == 0)\n"
4357 "\n"
4358 msgstr ""
4359
4360 # type: textblock
4361 #. type: textblock
4362 #: ../src/guestfs.pod:1971
4363 msgid ""
4364 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4365 "is set in the final chunk to indicate either successful completion or early "
4366 "cancellation."
4367 msgstr ""
4368
4369 # type: textblock
4370 #. type: textblock
4371 #: ../src/guestfs.pod:1975
4372 msgid ""
4373 "At time of writing there are no functions that have more than one FileIn "
4374 "parameter.  However this is (theoretically) supported, by sending the "
4375 "sequence of chunks for each FileIn parameter one after another (from left to "
4376 "right)."
4377 msgstr ""
4378
4379 # type: textblock
4380 #. type: textblock
4381 #: ../src/guestfs.pod:1980
4382 msgid ""
4383 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4384 "transfer.  The library does this by sending a chunk with a special flag set "
4385 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4386 "RPC, does I<not> send any reply, and goes back to reading the next request."
4387 msgstr ""
4388
4389 # type: textblock
4390 #. type: textblock
4391 #: ../src/guestfs.pod:1986
4392 msgid ""
4393 "The daemon may also cancel.  It does this by writing a special word "
4394 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4395 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4396 "cancel chunk).  The special word is chosen so that even if cancellation "
4397 "happens right at the end of the transfer (after the library has finished "
4398 "writing and has started listening for the reply), the \"spurious\" cancel "
4399 "flag will not be confused with the reply message."
4400 msgstr ""
4401
4402 # type: textblock
4403 #. type: textblock
4404 #: ../src/guestfs.pod:1995
4405 msgid ""
4406 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4407 "limit), and also files where the size is not known in advance (eg. from "
4408 "pipes or sockets).  However the chunks are rather small "
4409 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4410 "to keep much in memory."
4411 msgstr ""
4412
4413 # type: =head3
4414 #. type: =head3
4415 #: ../src/guestfs.pod:2001
4416 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4417 msgstr ""
4418
4419 # type: textblock
4420 #. type: textblock
4421 #: ../src/guestfs.pod:2003
4422 msgid ""
4423 "The protocol for FileOut parameters is exactly the same as for FileIn "
4424 "parameters, but with the roles of daemon and library reversed."
4425 msgstr ""
4426
4427 # type: verbatim
4428 #. type: verbatim
4429 #: ../src/guestfs.pod:2006
4430 #, no-wrap
4431 msgid ""
4432 " total length (header + ret,\n"
4433 "      but not including the length word itself,\n"
4434 "      and not including the chunks)\n"
4435 " struct guestfs_message_header (encoded as XDR)\n"
4436 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4437 " sequence of chunks for FileOut param #0\n"
4438 " sequence of chunks for FileOut param #1 etc.\n"
4439 "\n"
4440 msgstr ""
4441
4442 # type: =head3
4443 #. type: =head3
4444 #: ../src/guestfs.pod:2014
4445 msgid "INITIAL MESSAGE"
4446 msgstr ""
4447
4448 # type: textblock
4449 #. type: textblock
4450 #: ../src/guestfs.pod:2016
4451 msgid ""
4452 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4453 "which indicates that the guest and daemon is alive.  This is what L</"
4454 "guestfs_launch> waits for."
4455 msgstr ""
4456
4457 # type: =head3
4458 #. type: =head3
4459 #: ../src/guestfs.pod:2020
4460 msgid "PROGRESS NOTIFICATION MESSAGES"
4461 msgstr ""
4462
4463 # type: textblock
4464 #. type: textblock
4465 #: ../src/guestfs.pod:2022
4466 msgid ""
4467 "The daemon may send progress notification messages at any time.  These are "
4468 "distinguished by the normal length word being replaced by "
4469 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4470 msgstr ""
4471
4472 # type: textblock
4473 #. type: textblock
4474 #: ../src/guestfs.pod:2026
4475 msgid ""
4476 "The library turns them into progress callbacks (see "
4477 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
4478 "discards them if not."
4479 msgstr ""
4480
4481 # type: textblock
4482 #. type: textblock
4483 #: ../src/guestfs.pod:2030
4484 msgid ""
4485 "The daemon self-limits the frequency of progress messages it sends (see "
4486 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4487 "messages."
4488 msgstr ""
4489
4490 # type: =head1
4491 #. type: =head1
4492 #: ../src/guestfs.pod:2034
4493 msgid "LIBGUESTFS VERSION NUMBERS"
4494 msgstr ""
4495
4496 # type: textblock
4497 #. type: textblock
4498 #: ../src/guestfs.pod:2036
4499 msgid ""
4500 "Since April 2010, libguestfs has started to make separate development and "
4501 "stable releases, along with corresponding branches in our git repository.  "
4502 "These separate releases can be identified by version number:"
4503 msgstr ""
4504
4505 # type: verbatim
4506 #. type: verbatim
4507 #: ../src/guestfs.pod:2041
4508 #, no-wrap
4509 msgid ""
4510 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4511 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4512 "       |\n"
4513 "       v\n"
4514 " 1  .  3  .  5\n"
4515 " ^           ^\n"
4516 " |           |\n"
4517 " |           `-------- sub-version\n"
4518 " |\n"
4519 " `------ always '1' because we don't change the ABI\n"
4520 "\n"
4521 msgstr ""
4522
4523 # type: textblock
4524 #. type: textblock
4525 #: ../src/guestfs.pod:2052
4526 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4527 msgstr ""
4528
4529 # type: textblock
4530 #. type: textblock
4531 #: ../src/guestfs.pod:2054
4532 msgid ""
4533 "As time passes we cherry pick fixes from the development branch and backport "
4534 "those into the stable branch, the effect being that the stable branch should "
4535 "get more stable and less buggy over time.  So the stable releases are ideal "
4536 "for people who don't need new features but would just like the software to "
4537 "work."
4538 msgstr ""
4539
4540 # type: textblock
4541 #. type: textblock
4542 #: ../src/guestfs.pod:2060
4543 msgid "Our criteria for backporting changes are:"
4544 msgstr ""
4545
4546 # type: textblock
4547 #. type: textblock
4548 #: ../src/guestfs.pod:2066
4549 msgid ""
4550 "Documentation changes which don't affect any code are backported unless the "
4551 "documentation refers to a future feature which is not in stable."
4552 msgstr ""
4553
4554 # type: textblock
4555 #. type: textblock
4556 #: ../src/guestfs.pod:2072
4557 msgid ""
4558 "Bug fixes which are not controversial, fix obvious problems, and have been "
4559 "well tested are backported."
4560 msgstr ""
4561
4562 # type: textblock
4563 #. type: textblock
4564 #: ../src/guestfs.pod:2077
4565 msgid ""
4566 "Simple rearrangements of code which shouldn't affect how it works get "
4567 "backported.  This is so that the code in the two branches doesn't get too "
4568 "far out of step, allowing us to backport future fixes more easily."
4569 msgstr ""
4570
4571 # type: textblock
4572 #. type: textblock
4573 #: ../src/guestfs.pod:2083
4574 msgid ""
4575 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4576 "exceptional case: the new feature is required in order to implement an "
4577 "important bug fix."
4578 msgstr ""
4579
4580 # type: textblock
4581 #. type: textblock
4582 #: ../src/guestfs.pod:2089
4583 msgid ""
4584 "A new stable branch starts when we think the new features in development are "
4585 "substantial and compelling enough over the current stable branch to warrant "
4586 "it.  When that happens we create new stable and development versions 1.N.0 "
4587 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4588 "stable at this point, but by backporting fixes from development, that branch "
4589 "will stabilize over time."
4590 msgstr ""
4591
4592 #. type: =head1
4593 #: ../src/guestfs.pod:2097
4594 msgid "EXTENDING LIBGUESTFS"
4595 msgstr ""
4596
4597 #. type: =head2
4598 #: ../src/guestfs.pod:2099
4599 msgid "ADDING A NEW API ACTION"
4600 msgstr ""
4601
4602 #. type: textblock
4603 #: ../src/guestfs.pod:2101
4604 msgid ""
4605 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4606 "documentation) are generated, and this makes it easy to extend the "
4607 "libguestfs API."
4608 msgstr ""
4609
4610 #. type: textblock
4611 #: ../src/guestfs.pod:2105
4612 msgid "To add a new API action there are two changes:"
4613 msgstr ""
4614
4615 #. type: textblock
4616 #: ../src/guestfs.pod:2111
4617 msgid ""
4618 "You need to add a description of the call (name, parameters, return type, "
4619 "tests, documentation) to C<generator/generator_actions.ml>."
4620 msgstr ""
4621
4622 #. type: textblock
4623 #: ../src/guestfs.pod:2114
4624 msgid ""
4625 "There are two sorts of API action, depending on whether the call goes "
4626 "through to the daemon in the appliance, or is serviced entirely by the "
4627 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4628 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4629 "an example of the latter, since a trace flag is maintained in the handle and "
4630 "all tracing is done on the library side."
4631 msgstr ""
4632
4633 #. type: textblock
4634 #: ../src/guestfs.pod:2122
4635 msgid ""
4636 "Most new actions are of the first type, and get added to the "
4637 "C<daemon_functions> list.  Each function has a unique procedure number used "
4638 "in the RPC protocol which is assigned to that action when we publish "
4639 "libguestfs and cannot be reused.  Take the latest procedure number and "
4640 "increment it."
4641 msgstr ""
4642
4643 #. type: textblock
4644 #: ../src/guestfs.pod:2128
4645 msgid ""
4646 "For library-only actions of the second type, add to the "
4647 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4648 "library and do not travel over the RPC mechanism to the daemon, these "
4649 "functions do not need a procedure number, and so the procedure number is set "
4650 "to C<-1>."
4651 msgstr ""
4652
4653 #. type: textblock
4654 #: ../src/guestfs.pod:2136
4655 msgid "Implement the action (in C):"
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../src/guestfs.pod:2138
4660 msgid ""
4661 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4662 "C<daemon/> directory."
4663 msgstr ""
4664
4665 #. type: textblock
4666 #: ../src/guestfs.pod:2141
4667 msgid ""
4668 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4669 "(note: double underscore) in the C<src/> directory."
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2144
4674 msgid "In either case, use another function as an example of what to do."
4675 msgstr ""
4676
4677 #. type: textblock
4678 #: ../src/guestfs.pod:2148
4679 msgid "After making these changes, use C<make> to compile."
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2150
4684 msgid ""
4685 "Note that you don't need to implement the RPC, language bindings, manual "
4686 "pages or anything else.  It's all automatically generated from the OCaml "
4687 "description."
4688 msgstr ""
4689
4690 #. type: =head2
4691 #: ../src/guestfs.pod:2154
4692 msgid "ADDING TESTS FOR AN API ACTION"
4693 msgstr ""
4694
4695 #. type: textblock
4696 #: ../src/guestfs.pod:2156
4697 msgid ""
4698 "You can supply zero or as many tests as you want per API call.  The tests "
4699 "can either be added as part of the API description (C<generator/"
4700 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4701 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4702 "slower, so if possible use the first method."
4703 msgstr ""
4704
4705 #. type: textblock
4706 #: ../src/guestfs.pod:2162
4707 msgid ""
4708 "The following describes the test environment used when you add an API test "
4709 "in C<generator_actions.ml>."
4710 msgstr ""
4711
4712 #. type: textblock
4713 #: ../src/guestfs.pod:2165
4714 msgid "The test environment has 4 block devices:"
4715 msgstr ""
4716
4717 #. type: =item
4718 #: ../src/guestfs.pod:2169
4719 msgid "C</dev/sda> 500MB"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2171
4724 msgid "General block device for testing."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../src/guestfs.pod:2173
4729 msgid "C</dev/sdb> 50MB"
4730 msgstr ""
4731
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2175
4734 msgid ""
4735 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4736 "operations."
4737 msgstr ""
4738
4739 #. type: =item
4740 #: ../src/guestfs.pod:2178
4741 msgid "C</dev/sdc> 10MB"
4742 msgstr ""
4743
4744 #. type: textblock
4745 #: ../src/guestfs.pod:2180
4746 msgid "Used in a few tests where two block devices are needed."
4747 msgstr ""
4748
4749 #. type: =item
4750 #: ../src/guestfs.pod:2182
4751 msgid "C</dev/sdd>"
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2184
4756 msgid "ISO with fixed content (see C<images/test.iso>)."
4757 msgstr ""
4758
4759 #. type: textblock
4760 #: ../src/guestfs.pod:2188
4761 msgid ""
4762 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4763 "appliance and block devices are reused between tests.  So don't try testing "
4764 "L</guestfs_kill_subprocess> :-x"
4765 msgstr ""
4766
4767 #. type: textblock
4768 #: ../src/guestfs.pod:2192
4769 msgid ""
4770 "Each test starts with an initial scenario, selected using one of the "
4771 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4772 "initialize the disks mentioned above in a particular way as documented in "
4773 "C<generator_types.ml>.  You should not assume anything about the previous "
4774 "contents of other disks that are not initialized."
4775 msgstr ""
4776
4777 #. type: textblock
4778 #: ../src/guestfs.pod:2198
4779 msgid ""
4780 "You can add a prerequisite clause to any individual test.  This is a run-"
4781 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4782 "testing a command which might not work on all variations of libguestfs "
4783 "builds.  A test that has prerequisite of C<Always> means to run "
4784 "unconditionally."
4785 msgstr ""
4786
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2204
4789 msgid ""
4790 "In addition, packagers can skip individual tests by setting environment "
4791 "variables before running C<make check>."
4792 msgstr ""
4793
4794 #. type: verbatim
4795 #: ../src/guestfs.pod:2207
4796 #, no-wrap
4797 msgid ""
4798 " SKIP_TEST_<CMD>_<NUM>=1\n"
4799 "\n"
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2209
4804 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4805 msgstr ""
4806
4807 #. type: textblock
4808 #: ../src/guestfs.pod:2211
4809 msgid "or:"
4810 msgstr ""
4811
4812 #. type: verbatim
4813 #: ../src/guestfs.pod:2213
4814 #, no-wrap
4815 msgid ""
4816 " SKIP_TEST_<CMD>=1\n"
4817 "\n"
4818 msgstr ""
4819
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2215
4822 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4823 msgstr ""
4824
4825 #. type: textblock
4826 #: ../src/guestfs.pod:2217
4827 msgid "Packagers can run only certain tests by setting for example:"
4828 msgstr ""
4829
4830 #. type: verbatim
4831 #: ../src/guestfs.pod:2219
4832 #, no-wrap
4833 msgid ""
4834 " TEST_ONLY=\"vfs_type zerofree\"\n"
4835 "\n"
4836 msgstr ""
4837
4838 #. type: textblock
4839 #: ../src/guestfs.pod:2221
4840 msgid ""
4841 "See C<capitests/tests.c> for more details of how these environment variables "
4842 "work."
4843 msgstr ""
4844
4845 #. type: =head2
4846 #: ../src/guestfs.pod:2224
4847 msgid "DEBUGGING NEW API ACTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2226
4852 msgid "Test new actions work before submitting them."
4853 msgstr ""
4854
4855 #. type: textblock
4856 #: ../src/guestfs.pod:2228
4857 msgid "You can use guestfish to try out new commands."
4858 msgstr ""
4859
4860 #. type: textblock
4861 #: ../src/guestfs.pod:2230
4862 msgid ""
4863 "Debugging the daemon is a problem because it runs inside a minimal "
4864 "environment.  However you can fprintf messages in the daemon to stderr, and "
4865 "they will show up if you use C<guestfish -v>."
4866 msgstr ""
4867
4868 #. type: =head2
4869 #: ../src/guestfs.pod:2234
4870 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4871 msgstr ""
4872
4873 #. type: textblock
4874 #: ../src/guestfs.pod:2236
4875 msgid ""
4876 "Our C source code generally adheres to some basic code-formatting "
4877 "conventions.  The existing code base is not totally consistent on this "
4878 "front, but we do prefer that contributed code be formatted similarly.  In "
4879 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4880 "indentation level, and other than that, follow the K&R style."
4881 msgstr ""
4882
4883 #. type: textblock
4884 #: ../src/guestfs.pod:2242
4885 msgid ""
4886 "If you use Emacs, add the following to one of one of your start-up files (e."
4887 "g., ~/.emacs), to help ensure that you get indentation right:"
4888 msgstr ""
4889
4890 #. type: verbatim
4891 #: ../src/guestfs.pod:2245
4892 #, no-wrap
4893 msgid ""
4894 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4895 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4896 " (add-hook 'find-file-hook\n"
4897 "     '(lambda () (if (and buffer-file-name\n"
4898 "                          (string-match \"/libguestfs\\\\>\"\n"
4899 "                              (buffer-file-name))\n"
4900 "                          (not (string-equal mode-name \"Change Log\"))\n"
4901 "                          (not (string-equal mode-name \"Makefile\")))\n"
4902 "                     (setq indent-tabs-mode nil))))\n"
4903 " \n"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../src/guestfs.pod:2255
4908 #, no-wrap
4909 msgid ""
4910 " ;;; When editing C sources in libguestfs, use this style.\n"
4911 " (defun libguestfs-c-mode ()\n"
4912 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4913 "   (interactive)\n"
4914 "   (c-set-style \"K&R\")\n"
4915 "   (setq c-indent-level 2)\n"
4916 "   (setq c-basic-offset 2))\n"
4917 " (add-hook 'c-mode-hook\n"
4918 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4919 "                               (buffer-file-name))\n"
4920 "                           (libguestfs-c-mode))))\n"
4921 "\n"
4922 msgstr ""
4923
4924 #. type: textblock
4925 #: ../src/guestfs.pod:2267
4926 msgid "Enable warnings when compiling (and fix any problems this finds):"
4927 msgstr ""
4928
4929 #. type: verbatim
4930 #: ../src/guestfs.pod:2270
4931 #, no-wrap
4932 msgid ""
4933 " ./configure --enable-gcc-warnings\n"
4934 "\n"
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2272
4939 msgid "Useful targets are:"
4940 msgstr ""
4941
4942 #. type: verbatim
4943 #: ../src/guestfs.pod:2274
4944 #, no-wrap
4945 msgid ""
4946 " make syntax-check  # checks the syntax of the C code\n"
4947 " make check         # runs the test suite\n"
4948 "\n"
4949 msgstr ""
4950
4951 #. type: =head2
4952 #: ../src/guestfs.pod:2277
4953 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4954 msgstr ""
4955
4956 #. type: textblock
4957 #: ../src/guestfs.pod:2279
4958 msgid ""
4959 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4960 "which are used to do shell quoting."
4961 msgstr ""
4962
4963 #. type: =item
4964 #: ../src/guestfs.pod:2284
4965 msgid "%Q"
4966 msgstr ""
4967
4968 #. type: textblock
4969 #: ../src/guestfs.pod:2286
4970 msgid ""
4971 "Simple shell quoted string.  Any spaces or other shell characters are "
4972 "escaped for you."
4973 msgstr ""
4974
4975 #. type: =item
4976 #: ../src/guestfs.pod:2289
4977 msgid "%R"
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../src/guestfs.pod:2291
4982 msgid ""
4983 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4984 "the sysroot."
4985 msgstr ""
4986
4987 # type: textblock
4988 #. type: textblock
4989 #: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4990 msgid "For example:"
4991 msgstr ""
4992
4993 #. type: verbatim
4994 #: ../src/guestfs.pod:2298
4995 #, no-wrap
4996 msgid ""
4997 " asprintf (&cmd, \"cat %R\", path);\n"
4998 "\n"
4999 msgstr ""
5000
5001 #. type: textblock
5002 #: ../src/guestfs.pod:2300
5003 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs.pod:2302
5008 msgid ""
5009 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5010 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5011 "they are not passed via the shell (instead, straight to exec).  You probably "
5012 "want to use the C<sysroot_path()> function however."
5013 msgstr ""
5014
5015 #. type: =head2
5016 #: ../src/guestfs.pod:2308
5017 msgid "SUBMITTING YOUR NEW API ACTIONS"
5018 msgstr ""
5019
5020 #. type: textblock
5021 #: ../src/guestfs.pod:2310
5022 msgid ""
5023 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5024 "libguestfs> and CC to L<rjones@redhat.com>."
5025 msgstr ""
5026
5027 #. type: =head2
5028 #: ../src/guestfs.pod:2314
5029 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5030 msgstr ""
5031
5032 #. type: textblock
5033 #: ../src/guestfs.pod:2316
5034 msgid "We support i18n (gettext anyhow) in the library."
5035 msgstr ""
5036
5037 #. type: textblock
5038 #: ../src/guestfs.pod:2318
5039 msgid ""
5040 "However many messages come from the daemon, and we don't translate those at "
5041 "the moment.  One reason is that the appliance generally has all locale files "
5042 "removed from it, because they take up a lot of space.  So we'd have to readd "
5043 "some of those, as well as copying our PO files into the appliance."
5044 msgstr ""
5045
5046 #. type: textblock
5047 #: ../src/guestfs.pod:2324
5048 msgid ""
5049 "Debugging messages are never translated, since they are intended for the "
5050 "programmers."
5051 msgstr ""
5052
5053 #. type: =head2
5054 #: ../src/guestfs.pod:2327
5055 msgid "SOURCE CODE SUBDIRECTORIES"
5056 msgstr ""
5057
5058 #. type: =item
5059 #: ../src/guestfs.pod:2331
5060 msgid "C<appliance>"
5061 msgstr ""
5062
5063 #. type: textblock
5064 #: ../src/guestfs.pod:2333
5065 msgid "The libguestfs appliance, build scripts and so on."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2335
5070 msgid "C<capitests>"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2337
5075 msgid "Automated tests of the C API."
5076 msgstr ""
5077
5078 #. type: =item
5079 #: ../src/guestfs.pod:2339
5080 msgid "C<cat>"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2341
5085 msgid ""
5086 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5087 "documentation."
5088 msgstr ""
5089
5090 #. type: =item
5091 #: ../src/guestfs.pod:2344
5092 msgid "C<contrib>"
5093 msgstr ""
5094
5095 #. type: textblock
5096 #: ../src/guestfs.pod:2346
5097 msgid "Outside contributions, experimental parts."
5098 msgstr ""
5099
5100 #. type: =item
5101 #: ../src/guestfs.pod:2348
5102 msgid "C<daemon>"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2350
5107 msgid ""
5108 "The daemon that runs inside the libguestfs appliance and carries out actions."
5109 msgstr ""
5110
5111 #. type: =item
5112 #: ../src/guestfs.pod:2353
5113 msgid "C<df>"
5114 msgstr ""
5115
5116 #. type: textblock
5117 #: ../src/guestfs.pod:2355
5118 msgid "L<virt-df(1)> command and documentation."
5119 msgstr ""
5120
5121 #. type: =item
5122 #: ../src/guestfs.pod:2357
5123 msgid "C<examples>"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2359
5128 msgid "C API example code."
5129 msgstr ""
5130
5131 #. type: =item
5132 #: ../src/guestfs.pod:2361
5133 msgid "C<fish>"
5134 msgstr ""
5135
5136 #. type: textblock
5137 #: ../src/guestfs.pod:2363
5138 msgid "L<guestfish(1)>, the command-line shell."
5139 msgstr ""
5140
5141 #. type: =item
5142 #: ../src/guestfs.pod:2365
5143 msgid "C<fuse>"
5144 msgstr ""
5145
5146 #. type: textblock
5147 #: ../src/guestfs.pod:2367
5148 msgid ""
5149 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5150 msgstr ""
5151
5152 #. type: =item
5153 #: ../src/guestfs.pod:2369
5154 msgid "C<generator>"
5155 msgstr ""
5156
5157 #. type: textblock
5158 #: ../src/guestfs.pod:2371
5159 msgid ""
5160 "The crucially important generator, used to automatically generate large "
5161 "amounts of boilerplate C code for things like RPC and bindings."
5162 msgstr ""
5163
5164 #. type: =item
5165 #: ../src/guestfs.pod:2374
5166 msgid "C<images>"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs.pod:2376
5171 msgid "Files used by the test suite."
5172 msgstr ""
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2378
5176 msgid "Some \"phony\" guest images which we test against."
5177 msgstr ""
5178
5179 #. type: =item
5180 #: ../src/guestfs.pod:2380
5181 msgid "C<inspector>"
5182 msgstr ""
5183
5184 #. type: textblock
5185 #: ../src/guestfs.pod:2382
5186 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5187 msgstr ""
5188
5189 #. type: =item
5190 #: ../src/guestfs.pod:2384
5191 msgid "C<m4>"
5192 msgstr ""
5193
5194 #. type: textblock
5195 #: ../src/guestfs.pod:2386
5196 msgid "M4 macros used by autoconf."
5197 msgstr ""
5198
5199 #. type: =item
5200 #: ../src/guestfs.pod:2388
5201 msgid "C<po>"
5202 msgstr ""
5203
5204 #. type: textblock
5205 #: ../src/guestfs.pod:2390
5206 msgid "Translations of simple gettext strings."
5207 msgstr ""
5208
5209 #. type: =item
5210 #: ../src/guestfs.pod:2392
5211 msgid "C<po-docs>"
5212 msgstr ""
5213
5214 #. type: textblock
5215 #: ../src/guestfs.pod:2394
5216 msgid ""
5217 "The build infrastructure and PO files for translations of manpages and POD "
5218 "files.  Eventually this will be combined with the C<po> directory, but that "
5219 "is rather complicated."
5220 msgstr ""
5221
5222 #. type: =item
5223 #: ../src/guestfs.pod:2398
5224 msgid "C<regressions>"
5225 msgstr ""
5226
5227 #. type: textblock
5228 #: ../src/guestfs.pod:2400
5229 msgid "Regression tests."
5230 msgstr ""
5231
5232 #. type: =item
5233 #: ../src/guestfs.pod:2402
5234 msgid "C<rescue>"
5235 msgstr ""
5236
5237 #. type: textblock
5238 #: ../src/guestfs.pod:2404
5239 msgid "L<virt-rescue(1)> command and documentation."
5240 msgstr ""
5241
5242 #. type: =item
5243 #: ../src/guestfs.pod:2406
5244 msgid "C<src>"
5245 msgstr ""
5246
5247 #. type: textblock
5248 #: ../src/guestfs.pod:2408
5249 msgid "Source code to the C library."
5250 msgstr ""
5251
5252 #. type: =item
5253 #: ../src/guestfs.pod:2410
5254 msgid "C<tools>"
5255 msgstr ""
5256
5257 #. type: textblock
5258 #: ../src/guestfs.pod:2412
5259 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5260 msgstr ""
5261
5262 #. type: =item
5263 #: ../src/guestfs.pod:2414
5264 msgid "C<test-tool>"
5265 msgstr ""
5266
5267 #. type: textblock
5268 #: ../src/guestfs.pod:2416
5269 msgid ""
5270 "Test tool for end users to test if their qemu/kernel combination will work "
5271 "with libguestfs."
5272 msgstr ""
5273
5274 #. type: =item
5275 #: ../src/guestfs.pod:2419
5276 msgid "C<csharp>"
5277 msgstr ""
5278
5279 #. type: =item
5280 #: ../src/guestfs.pod:2421
5281 msgid "C<haskell>"
5282 msgstr ""
5283
5284 #. type: =item
5285 #: ../src/guestfs.pod:2423
5286 msgid "C<java>"
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2425
5291 msgid "C<ocaml>"
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs.pod:2427
5296 msgid "C<php>"
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2429
5301 msgid "C<perl>"
5302 msgstr ""
5303
5304 #. type: =item
5305 #: ../src/guestfs.pod:2431
5306 msgid "C<python>"
5307 msgstr ""
5308
5309 #. type: =item
5310 #: ../src/guestfs.pod:2433
5311 msgid "C<ruby>"
5312 msgstr ""
5313
5314 #. type: textblock
5315 #: ../src/guestfs.pod:2435
5316 msgid "Language bindings."
5317 msgstr ""
5318
5319 # type: =head1
5320 #. type: =head1
5321 #: ../src/guestfs.pod:2439 ../fish/guestfish.pod:965
5322 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375
5323 msgid "ENVIRONMENT VARIABLES"
5324 msgstr ""
5325
5326 # type: =item
5327 #. type: =item
5328 #: ../src/guestfs.pod:2443 ../fish/guestfish.pod:991
5329 msgid "LIBGUESTFS_APPEND"
5330 msgstr ""
5331
5332 # type: textblock
5333 #. type: textblock
5334 #: ../src/guestfs.pod:2445 ../fish/guestfish.pod:993
5335 msgid "Pass additional options to the guest kernel."
5336 msgstr ""
5337
5338 # type: =item
5339 #. type: =item
5340 #: ../src/guestfs.pod:2447 ../fish/guestfish.pod:995
5341 msgid "LIBGUESTFS_DEBUG"
5342 msgstr ""
5343
5344 # type: textblock
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2449
5347 msgid ""
5348 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5349 "effect as calling C<guestfs_set_verbose (g, 1)>."
5350 msgstr ""
5351
5352 # type: =item
5353 #. type: =item
5354 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:1000
5355 msgid "LIBGUESTFS_MEMSIZE"
5356 msgstr ""
5357
5358 # type: textblock
5359 #. type: textblock
5360 #: ../src/guestfs.pod:2454 ../fish/guestfish.pod:1002
5361 msgid ""
5362 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5363 msgstr ""
5364
5365 # type: verbatim
5366 #. type: verbatim
5367 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1005
5368 #, no-wrap
5369 msgid ""
5370 " LIBGUESTFS_MEMSIZE=700\n"
5371 "\n"
5372 msgstr ""
5373
5374 # type: =item
5375 #. type: =item
5376 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1007
5377 msgid "LIBGUESTFS_PATH"
5378 msgstr ""
5379
5380 #. type: textblock
5381 #: ../src/guestfs.pod:2461
5382 msgid ""
5383 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5384 "the discussion of paths in section L</PATH> above."
5385 msgstr ""
5386
5387 # type: =item
5388 #. type: =item
5389 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1012
5390 msgid "LIBGUESTFS_QEMU"
5391 msgstr ""
5392
5393 # type: textblock
5394 #. type: textblock
5395 #: ../src/guestfs.pod:2466 ../fish/guestfish.pod:1014
5396 msgid ""
5397 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5398 "which was found at compile time by the configure script is used."
5399 msgstr ""
5400
5401 # type: textblock
5402 #. type: textblock
5403 #: ../src/guestfs.pod:2470
5404 msgid "See also L</QEMU WRAPPERS> above."
5405 msgstr ""
5406
5407 # type: =item
5408 #. type: =item
5409 #: ../src/guestfs.pod:2472 ../fish/guestfish.pod:1018
5410 msgid "LIBGUESTFS_TRACE"
5411 msgstr ""
5412
5413 # type: textblock
5414 #. type: textblock
5415 #: ../src/guestfs.pod:2474
5416 msgid ""
5417 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5418 "effect as calling C<guestfs_set_trace (g, 1)>."
5419 msgstr ""
5420
5421 # type: =item
5422 #. type: =item
5423 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1027
5424 msgid "TMPDIR"
5425 msgstr ""
5426
5427 # type: textblock
5428 #. type: textblock
5429 #: ../src/guestfs.pod:2479 ../fish/guestfish.pod:1029
5430 msgid "Location of temporary directory, defaults to C</tmp>."
5431 msgstr ""
5432
5433 # type: textblock
5434 #. type: textblock
5435 #: ../src/guestfs.pod:2481 ../fish/guestfish.pod:1031
5436 msgid ""
5437 "If libguestfs was compiled to use the supermin appliance then the real "
5438 "appliance is cached in this directory, shared between all handles belonging "
5439 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5440 "use in case C</tmp> is not large enough."
5441 msgstr ""
5442
5443 # type: =head1
5444 #. type: =head1
5445 #: ../src/guestfs.pod:2489 ../fish/guestfish.pod:1089
5446 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5447 #: ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572
5448 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
5449 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539
5450 #: ../tools/virt-list-partitions.pl:257
5451 msgid "SEE ALSO"
5452 msgstr ""
5453
5454 # type: textblock
5455 #. type: textblock
5456 #: ../src/guestfs.pod:2491
5457 msgid ""
5458 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5459 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
5460 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
5461 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
5462 ">, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
5463 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5464 msgstr ""
5465
5466 # type: textblock
5467 #. type: textblock
5468 #: ../src/guestfs.pod:2514
5469 msgid ""
5470 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5471 "(8)>, L<disktype(1)>."
5472 msgstr ""
5473
5474 # type: =head1
5475 #. type: =head1
5476 #: ../src/guestfs.pod:2521 ../tools/virt-win-reg.pl:587
5477 #: ../tools/virt-make-fs.pl:553
5478 msgid "BUGS"
5479 msgstr ""
5480
5481 # type: textblock
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2523
5484 msgid "To get a list of bugs against libguestfs use this link:"
5485 msgstr ""
5486
5487 # type: textblock
5488 #. type: textblock
5489 #: ../src/guestfs.pod:2525
5490 msgid ""
5491 "L<https://bugzilla.redhat.com/buglist.cgi?"
5492 "component=libguestfs&product=Virtualization+Tools>"
5493 msgstr ""
5494
5495 # type: textblock
5496 #. type: textblock
5497 #: ../src/guestfs.pod:2527
5498 msgid "To report a new bug against libguestfs use this link:"
5499 msgstr ""
5500
5501 # type: textblock
5502 #. type: textblock
5503 #: ../src/guestfs.pod:2529
5504 msgid ""
5505 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5506 "component=libguestfs&product=Virtualization+Tools>"
5507 msgstr ""
5508
5509 # type: textblock
5510 #. type: textblock
5511 #: ../src/guestfs.pod:2531
5512 msgid "When reporting a bug, please check:"
5513 msgstr ""
5514
5515 # type: textblock
5516 #. type: textblock
5517 #: ../src/guestfs.pod:2537
5518 msgid "That the bug hasn't been reported already."
5519 msgstr ""
5520
5521 # type: textblock
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2541
5524 msgid "That you are testing a recent version."
5525 msgstr ""
5526
5527 # type: textblock
5528 #. type: textblock
5529 #: ../src/guestfs.pod:2545
5530 msgid "Describe the bug accurately, and give a way to reproduce it."
5531 msgstr ""
5532
5533 # type: textblock
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2549
5536 msgid ""
5537 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5538 "bug report."
5539 msgstr ""
5540
5541 # type: =head1
5542 #. type: =head1
5543 #: ../src/guestfs.pod:2554 ../fish/guestfish.pod:1108
5544 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
5545 msgid "AUTHORS"
5546 msgstr ""
5547
5548 # type: textblock
5549 #. type: textblock
5550 #: ../src/guestfs.pod:2556 ../fish/guestfish.pod:1110
5551 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
5552 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5553 msgstr ""
5554
5555 # type: =head1
5556 #. type: =head1
5557 #: ../src/guestfs.pod:2558 ../fish/guestfish.pod:1112
5558 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5559 #: ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602
5560 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
5561 #: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568
5562 #: ../tools/virt-list-partitions.pl:273
5563 msgid "COPYRIGHT"
5564 msgstr ""
5565
5566 # type: textblock
5567 #. type: textblock
5568 #: ../src/guestfs.pod:2560 ../fish/guestfish.pod:1114
5569 #: ../fuse/guestmount.pod:250
5570 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5571 msgstr ""
5572
5573 # type: textblock
5574 #. type: textblock
5575 #: ../src/guestfs.pod:2563
5576 msgid ""
5577 "This library is free software; you can redistribute it and/or modify it "
5578 "under the terms of the GNU Lesser General Public License as published by the "
5579 "Free Software Foundation; either version 2 of the License, or (at your "
5580 "option) any later version."
5581 msgstr ""
5582
5583 # type: textblock
5584 #. type: textblock
5585 #: ../src/guestfs.pod:2568
5586 msgid ""
5587 "This library is distributed in the hope that it will be useful, but WITHOUT "
5588 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5589 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5590 "for more details."
5591 msgstr ""
5592
5593 # type: textblock
5594 #. type: textblock
5595 #: ../src/guestfs.pod:2573
5596 msgid ""
5597 "You should have received a copy of the GNU Lesser General Public License "
5598 "along with this library; if not, write to the Free Software Foundation, "
5599 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5600 msgstr ""
5601
5602 # type: =head2
5603 #. type: =head2
5604 #: ../src/guestfs-actions.pod:1
5605 msgid "guestfs_add_cdrom"
5606 msgstr ""
5607
5608 # type: verbatim
5609 #. type: verbatim
5610 #: ../src/guestfs-actions.pod:3
5611 #, no-wrap
5612 msgid ""
5613 " int\n"
5614 " guestfs_add_cdrom (guestfs_h *g,\n"
5615 "                    const char *filename);\n"
5616 "\n"
5617 msgstr ""
5618
5619 # type: textblock
5620 #. type: textblock
5621 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5622 msgid "This function adds a virtual CD-ROM disk image to the guest."
5623 msgstr ""
5624
5625 # type: textblock
5626 #. type: textblock
5627 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5628 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5629 msgstr ""
5630
5631 # type: textblock
5632 #. type: textblock
5633 #: ../src/guestfs-actions.pod:17
5634 msgid ""
5635 "This call checks for the existence of C<filename>.  This stops you from "
5636 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5637 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5638 "instead."
5639 msgstr ""
5640
5641 # type: textblock
5642 #. type: textblock
5643 #: ../src/guestfs-actions.pod:24
5644 msgid ""
5645 "If you just want to add an ISO file (often you use this as an efficient way "
5646 "to transfer large files into the guest), then you should probably use "
5647 "C<guestfs_add_drive_ro> instead."
5648 msgstr ""
5649
5650 # type: textblock
5651 #. type: textblock
5652 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
5653 #: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
5654 #: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
5655 #: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
5656 #: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428
5657 #: ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487
5658 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533
5659 #: ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633
5660 #: ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662
5661 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
5662 #: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
5663 #: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988
5664 #: ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090
5665 #: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127
5666 #: ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161
5667 #: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262
5668 #: ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324
5669 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464
5670 #: ../src/guestfs-actions.pod:1679 ../src/guestfs-actions.pod:1701
5671 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:2240
5672 #: ../src/guestfs-actions.pod:2384 ../src/guestfs-actions.pod:2445
5673 #: ../src/guestfs-actions.pod:2480 ../src/guestfs-actions.pod:3223
5674 #: ../src/guestfs-actions.pod:3238 ../src/guestfs-actions.pod:3258
5675 #: ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3427
5676 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3454
5677 #: ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:3505
5678 #: ../src/guestfs-actions.pod:3577 ../src/guestfs-actions.pod:3597
5679 #: ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3637
5680 #: ../src/guestfs-actions.pod:3660 ../src/guestfs-actions.pod:3692
5681 #: ../src/guestfs-actions.pod:3711 ../src/guestfs-actions.pod:3730
5682 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3777
5683 #: ../src/guestfs-actions.pod:3813 ../src/guestfs-actions.pod:3829
5684 #: ../src/guestfs-actions.pod:3842 ../src/guestfs-actions.pod:3857
5685 #: ../src/guestfs-actions.pod:3874 ../src/guestfs-actions.pod:3967
5686 #: ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4000
5687 #: ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4069
5688 #: ../src/guestfs-actions.pod:4087 ../src/guestfs-actions.pod:4103
5689 #: ../src/guestfs-actions.pod:4117 ../src/guestfs-actions.pod:4131
5690 #: ../src/guestfs-actions.pod:4148 ../src/guestfs-actions.pod:4163
5691 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4229
5692 #: ../src/guestfs-actions.pod:4302 ../src/guestfs-actions.pod:4333
5693 #: ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4371
5694 #: ../src/guestfs-actions.pod:4383 ../src/guestfs-actions.pod:4400
5695 #: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4428
5696 #: ../src/guestfs-actions.pod:4443 ../src/guestfs-actions.pod:4478
5697 #: ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4513
5698 #: ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4544
5699 #: ../src/guestfs-actions.pod:4593 ../src/guestfs-actions.pod:4630
5700 #: ../src/guestfs-actions.pod:4644 ../src/guestfs-actions.pod:4672
5701 #: ../src/guestfs-actions.pod:4689 ../src/guestfs-actions.pod:4707
5702 #: ../src/guestfs-actions.pod:4841 ../src/guestfs-actions.pod:4898
5703 #: ../src/guestfs-actions.pod:4920 ../src/guestfs-actions.pod:4938
5704 #: ../src/guestfs-actions.pod:4970 ../src/guestfs-actions.pod:5036
5705 #: ../src/guestfs-actions.pod:5053 ../src/guestfs-actions.pod:5066
5706 #: ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:5369
5707 #: ../src/guestfs-actions.pod:5388 ../src/guestfs-actions.pod:5402
5708 #: ../src/guestfs-actions.pod:5414 ../src/guestfs-actions.pod:5428
5709 #: ../src/guestfs-actions.pod:5440 ../src/guestfs-actions.pod:5454
5710 #: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5491
5711 #: ../src/guestfs-actions.pod:5510 ../src/guestfs-actions.pod:5529
5712 #: ../src/guestfs-actions.pod:5547 ../src/guestfs-actions.pod:5570
5713 #: ../src/guestfs-actions.pod:5588 ../src/guestfs-actions.pod:5607
5714 #: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5647
5715 #: ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5692
5716 #: ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5735
5717 #: ../src/guestfs-actions.pod:5759 ../src/guestfs-actions.pod:5774
5718 #: ../src/guestfs-actions.pod:5789 ../src/guestfs-actions.pod:5808
5719 #: ../src/guestfs-actions.pod:5845 ../src/guestfs-actions.pod:5868
5720 #: ../src/guestfs-actions.pod:5894 ../src/guestfs-actions.pod:6002
5721 #: ../src/guestfs-actions.pod:6123 ../src/guestfs-actions.pod:6135
5722 #: ../src/guestfs-actions.pod:6148 ../src/guestfs-actions.pod:6161
5723 #: ../src/guestfs-actions.pod:6183 ../src/guestfs-actions.pod:6196
5724 #: ../src/guestfs-actions.pod:6209 ../src/guestfs-actions.pod:6222
5725 #: ../src/guestfs-actions.pod:6237 ../src/guestfs-actions.pod:6296
5726 #: ../src/guestfs-actions.pod:6313 ../src/guestfs-actions.pod:6329
5727 #: ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6362
5728 #: ../src/guestfs-actions.pod:6375 ../src/guestfs-actions.pod:6395
5729 #: ../src/guestfs-actions.pod:6431 ../src/guestfs-actions.pod:6445
5730 #: ../src/guestfs-actions.pod:6486 ../src/guestfs-actions.pod:6499
5731 #: ../src/guestfs-actions.pod:6517 ../src/guestfs-actions.pod:6551
5732 #: ../src/guestfs-actions.pod:6587 ../src/guestfs-actions.pod:6706
5733 #: ../src/guestfs-actions.pod:6724 ../src/guestfs-actions.pod:6738
5734 #: ../src/guestfs-actions.pod:6793 ../src/guestfs-actions.pod:6806
5735 #: ../src/guestfs-actions.pod:6851 ../src/guestfs-actions.pod:6884
5736 #: ../src/guestfs-actions.pod:6938 ../src/guestfs-actions.pod:6964
5737 #: ../src/guestfs-actions.pod:7030 ../src/guestfs-actions.pod:7049
5738 #: ../src/guestfs-actions.pod:7078
5739 msgid "This function returns 0 on success or -1 on error."
5740 msgstr ""
5741
5742 # type: textblock
5743 #. type: textblock
5744 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
5745 #: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
5746 #: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5747 msgid ""
5748 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5749 "instead."
5750 msgstr ""
5751
5752 # type: textblock
5753 #. type: textblock
5754 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
5755 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435
5756 #: ../src/guestfs-actions.pod:1918 ../src/guestfs-actions.pod:1939
5757 #: ../src/guestfs-actions.pod:4188 ../src/guestfs-actions.pod:6972
5758 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:31
5759 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
5760 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1303
5761 #: ../fish/guestfish-actions.pod:1317 ../fish/guestfish-actions.pod:2817
5762 #: ../fish/guestfish-actions.pod:4621 ../fish/guestfish-actions.pod:4718
5763 msgid ""
5764 "Deprecated functions will not be removed from the API, but the fact that "
5765 "they are deprecated indicates that there are problems with correct use of "
5766 "these functions."
5767 msgstr ""
5768
5769 # type: textblock
5770 #. type: textblock
5771 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
5772 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1890
5773 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2091
5774 #: ../src/guestfs-actions.pod:3225 ../src/guestfs-actions.pod:3240
5775 #: ../src/guestfs-actions.pod:4480 ../src/guestfs-actions.pod:5549
5776 #: ../src/guestfs-actions.pod:5666 ../src/guestfs-actions.pod:5776
5777 #: ../src/guestfs-actions.pod:6239 ../src/guestfs-actions.pod:6364
5778 #: ../src/guestfs-actions.pod:6886
5779 msgid "(Added in 0.3)"
5780 msgstr ""
5781
5782 # type: =head2
5783 #. type: =head2
5784 #: ../src/guestfs-actions.pod:41
5785 msgid "guestfs_add_domain"
5786 msgstr ""
5787
5788 # type: verbatim
5789 #. type: verbatim
5790 #: ../src/guestfs-actions.pod:43
5791 #, no-wrap
5792 msgid ""
5793 " int\n"
5794 " guestfs_add_domain (guestfs_h *g,\n"
5795 "                     const char *dom,\n"
5796 "                     ...);\n"
5797 "\n"
5798 msgstr ""
5799
5800 # type: textblock
5801 #. type: textblock
5802 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
5803 #: ../src/guestfs-actions.pod:4202
5804 msgid ""
5805 "You may supply a list of optional arguments to this call.  Use zero or more "
5806 "of the following pairs of parameters, and terminate the list with C<-1> on "
5807 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5808 msgstr ""
5809
5810 # type: verbatim
5811 #. type: verbatim
5812 #: ../src/guestfs-actions.pod:53
5813 #, no-wrap
5814 msgid ""
5815 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5816 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5817 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5818 "\n"
5819 msgstr ""
5820
5821 # type: textblock
5822 #. type: textblock
5823 #: ../src/guestfs-actions.pod:57
5824 msgid ""
5825 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5826 "It works by connecting to libvirt, requesting the domain and domain XML from "
5827 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5828 "one."
5829 msgstr ""
5830
5831 # type: textblock
5832 #. type: textblock
5833 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5834 msgid ""
5835 "The number of disks added is returned.  This operation is atomic: if an "
5836 "error is returned, then no disks are added."
5837 msgstr ""
5838
5839 # type: textblock
5840 #. type: textblock
5841 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5842 msgid ""
5843 "This function does some minimal checks to make sure the libvirt domain is "
5844 "not running (unless C<readonly> is true).  In a future version we will try "
5845 "to acquire the libvirt lock on each disk."
5846 msgstr ""
5847
5848 # type: textblock
5849 #. type: textblock
5850 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5851 msgid ""
5852 "Disks must be accessible locally.  This often means that adding disks from a "
5853 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5854 "unless those disks are accessible via the same device path locally too."
5855 msgstr ""
5856
5857 #. type: textblock
5858 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5859 msgid ""
5860 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5861 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5862 "libvirt URI (or one set through an environment variable, see the libvirt "
5863 "documentation for full details)."
5864 msgstr ""
5865
5866 # type: textblock
5867 #. type: textblock
5868 #: ../src/guestfs-actions.pod:80
5869 msgid ""
5870 "The other optional parameters are passed directly through to "
5871 "C<guestfs_add_drive_opts>."
5872 msgstr ""
5873
5874 # type: textblock
5875 #. type: textblock
5876 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
5877 #: ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679
5878 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728
5879 #: ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307
5880 #: ../src/guestfs-actions.pod:1658 ../src/guestfs-actions.pod:1861
5881 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2000
5882 #: ../src/guestfs-actions.pod:2055 ../src/guestfs-actions.pod:2078
5883 #: ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2659
5884 #: ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:4616
5885 #: ../src/guestfs-actions.pod:4744 ../src/guestfs-actions.pod:5150
5886 #: ../src/guestfs-actions.pod:5176 ../src/guestfs-actions.pod:6472
5887 #: ../src/guestfs-actions.pod:6897 ../src/guestfs-actions.pod:6910
5888 #: ../src/guestfs-actions.pod:6923
5889 msgid "On error this function returns -1."
5890 msgstr ""
5891
5892 # type: textblock
5893 #. type: textblock
5894 #: ../src/guestfs-actions.pod:85
5895 msgid "(Added in 1.7.4)"
5896 msgstr ""
5897
5898 # type: =head2
5899 #. type: =head2
5900 #: ../src/guestfs-actions.pod:87
5901 msgid "guestfs_add_domain_va"
5902 msgstr ""
5903
5904 # type: verbatim
5905 #. type: verbatim
5906 #: ../src/guestfs-actions.pod:89
5907 #, no-wrap
5908 msgid ""
5909 " int\n"
5910 " guestfs_add_domain_va (guestfs_h *g,\n"
5911 "                        const char *dom,\n"
5912 "                        va_list args);\n"
5913 "\n"
5914 msgstr ""
5915
5916 # type: textblock
5917 #. type: textblock
5918 #: ../src/guestfs-actions.pod:94
5919 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5920 msgstr ""
5921
5922 # type: textblock
5923 #. type: textblock
5924 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
5925 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
5926 #: ../src/guestfs-actions.pod:4243 ../src/guestfs-actions.pod:4255
5927 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5928 msgstr ""
5929
5930 # type: =head2
5931 #. type: =head2
5932 #: ../src/guestfs-actions.pod:98
5933 msgid "guestfs_add_domain_argv"
5934 msgstr ""
5935
5936 # type: verbatim
5937 #. type: verbatim
5938 #: ../src/guestfs-actions.pod:100
5939 #, no-wrap
5940 msgid ""
5941 " int\n"
5942 " guestfs_add_domain_argv (guestfs_h *g,\n"
5943 "                          const char *dom,\n"
5944 "                          const struct guestfs_add_domain_argv *optargs);\n"
5945 "\n"
5946 msgstr ""
5947
5948 # type: textblock
5949 #. type: textblock
5950 #: ../src/guestfs-actions.pod:105
5951 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5952 msgstr ""
5953
5954 # type: =head2
5955 #. type: =head2
5956 #: ../src/guestfs-actions.pod:109
5957 msgid "guestfs_add_drive"
5958 msgstr ""
5959
5960 # type: verbatim
5961 #. type: verbatim
5962 #: ../src/guestfs-actions.pod:111
5963 #, no-wrap
5964 msgid ""
5965 " int\n"
5966 " guestfs_add_drive (guestfs_h *g,\n"
5967 "                    const char *filename);\n"
5968 "\n"
5969 msgstr ""
5970
5971 # type: textblock
5972 #. type: textblock
5973 #: ../src/guestfs-actions.pod:115
5974 msgid ""
5975 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5976 "optional parameters, so the disk is added writable, with the format being "
5977 "detected automatically."
5978 msgstr ""
5979
5980 # type: textblock
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:119
5983 msgid ""
5984 "Automatic detection of the format opens you up to a potential security hole "
5985 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5986 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5987 "you should think about replacing calls to this function with calls to "
5988 "C<guestfs_add_drive_opts>, and specifying the format."
5989 msgstr ""
5990
5991 # type: =head2
5992 #. type: =head2
5993 #: ../src/guestfs-actions.pod:130
5994 msgid "guestfs_add_drive_opts"
5995 msgstr ""
5996
5997 # type: verbatim
5998 #. type: verbatim
5999 #: ../src/guestfs-actions.pod:132
6000 #, no-wrap
6001 msgid ""
6002 " int\n"
6003 " guestfs_add_drive_opts (guestfs_h *g,\n"
6004 "                         const char *filename,\n"
6005 "                         ...);\n"
6006 "\n"
6007 msgstr ""
6008
6009 # type: verbatim
6010 #. type: verbatim
6011 #: ../src/guestfs-actions.pod:142
6012 #, no-wrap
6013 msgid ""
6014 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6015 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6016 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6017 "\n"
6018 msgstr ""
6019
6020 # type: textblock
6021 #. type: textblock
6022 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
6023 msgid ""
6024 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6025 "The first time you call this function, the disk appears as C</dev/sda>, the "
6026 "second time as C</dev/sdb>, and so on."
6027 msgstr ""
6028
6029 # type: textblock
6030 #. type: textblock
6031 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
6032 msgid ""
6033 "You don't necessarily need to be root when using libguestfs.  However you "
6034 "obviously do need sufficient permissions to access the filename for whatever "
6035 "operations you want to perform (ie. read access if you just want to read the "
6036 "image or write access if you want to modify the image)."
6037 msgstr ""
6038
6039 # type: textblock
6040 #. type: textblock
6041 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
6042 msgid "This call checks that C<filename> exists."
6043 msgstr ""
6044
6045 # type: textblock
6046 #. type: textblock
6047 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4212
6048 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2828
6049 msgid "The optional arguments are:"
6050 msgstr ""
6051
6052 # type: =item
6053 #. type: =item
6054 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
6055 msgid "C<readonly>"
6056 msgstr ""
6057
6058 # type: textblock
6059 #. type: textblock
6060 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
6061 msgid ""
6062 "If true then the image is treated as read-only.  Writes are still allowed, "
6063 "but they are stored in a temporary snapshot overlay which is discarded at "
6064 "the end.  The disk that you add is not modified."
6065 msgstr ""
6066
6067 # type: =item
6068 #. type: =item
6069 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
6070 msgid "C<format>"
6071 msgstr ""
6072
6073 # type: textblock
6074 #. type: textblock
6075 #: ../src/guestfs-actions.pod:171
6076 msgid ""
6077 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6078 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6079 "Possible formats include C<raw> and C<qcow2>."
6080 msgstr ""
6081
6082 # type: textblock
6083 #. type: textblock
6084 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
6085 msgid ""
6086 "Automatic detection of the format opens you up to a potential security hole "
6087 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6088 "RHBZ#642934.  Specifying the format closes this security hole."
6089 msgstr ""
6090
6091 # type: =item
6092 #. type: =item
6093 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
6094 msgid "C<iface>"
6095 msgstr ""
6096
6097 # type: textblock
6098 #. type: textblock
6099 #: ../src/guestfs-actions.pod:182
6100 msgid ""
6101 "This rarely-used option lets you emulate the behaviour of the deprecated "
6102 "C<guestfs_add_drive_with_if> call (q.v.)"
6103 msgstr ""
6104
6105 # type: textblock
6106 #. type: textblock
6107 #: ../src/guestfs-actions.pod:189
6108 msgid "(Added in 1.5.23)"
6109 msgstr ""
6110
6111 # type: =head2
6112 #. type: =head2
6113 #: ../src/guestfs-actions.pod:191
6114 msgid "guestfs_add_drive_opts_va"
6115 msgstr ""
6116
6117 # type: verbatim
6118 #. type: verbatim
6119 #: ../src/guestfs-actions.pod:193
6120 #, no-wrap
6121 msgid ""
6122 " int\n"
6123 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6124 "                            const char *filename,\n"
6125 "                            va_list args);\n"
6126 "\n"
6127 msgstr ""
6128
6129 # type: textblock
6130 #. type: textblock
6131 #: ../src/guestfs-actions.pod:198
6132 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6133 msgstr ""
6134
6135 # type: =head2
6136 #. type: =head2
6137 #: ../src/guestfs-actions.pod:202
6138 msgid "guestfs_add_drive_opts_argv"
6139 msgstr ""
6140
6141 # type: verbatim
6142 #. type: verbatim
6143 #: ../src/guestfs-actions.pod:204
6144 #, no-wrap
6145 msgid ""
6146 " int\n"
6147 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6148 "                              const char *filename,\n"
6149 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6150 "\n"
6151 msgstr ""
6152
6153 # type: textblock
6154 #. type: textblock
6155 #: ../src/guestfs-actions.pod:209
6156 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6157 msgstr ""
6158
6159 # type: =head2
6160 #. type: =head2
6161 #: ../src/guestfs-actions.pod:213
6162 msgid "guestfs_add_drive_ro"
6163 msgstr ""
6164
6165 # type: verbatim
6166 #. type: verbatim
6167 #: ../src/guestfs-actions.pod:215
6168 #, no-wrap
6169 msgid ""
6170 " int\n"
6171 " guestfs_add_drive_ro (guestfs_h *g,\n"
6172 "                       const char *filename);\n"
6173 "\n"
6174 msgstr ""
6175
6176 # type: textblock
6177 #. type: textblock
6178 #: ../src/guestfs-actions.pod:219
6179 msgid ""
6180 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6181 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6182 "disk is added read-only, with the format being detected automatically."
6183 msgstr ""
6184
6185 # type: textblock
6186 #. type: textblock
6187 #: ../src/guestfs-actions.pod:226
6188 msgid "(Added in 1.0.38)"
6189 msgstr ""
6190
6191 # type: =head2
6192 #. type: =head2
6193 #: ../src/guestfs-actions.pod:228
6194 msgid "guestfs_add_drive_ro_with_if"
6195 msgstr ""
6196
6197 # type: verbatim
6198 #. type: verbatim
6199 #: ../src/guestfs-actions.pod:230
6200 #, no-wrap
6201 msgid ""
6202 " int\n"
6203 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6204 "                               const char *filename,\n"
6205 "                               const char *iface);\n"
6206 "\n"
6207 msgstr ""
6208
6209 # type: textblock
6210 #. type: textblock
6211 #: ../src/guestfs-actions.pod:235
6212 msgid ""
6213 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6214 "QEMU interface emulation to use at run time."
6215 msgstr ""
6216
6217 # type: textblock
6218 #. type: textblock
6219 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
6220 #: ../src/guestfs-actions.pod:2330
6221 msgid "(Added in 1.0.84)"
6222 msgstr ""
6223
6224 # type: =head2
6225 #. type: =head2
6226 #: ../src/guestfs-actions.pod:249
6227 msgid "guestfs_add_drive_with_if"
6228 msgstr ""
6229
6230 # type: verbatim
6231 #. type: verbatim
6232 #: ../src/guestfs-actions.pod:251
6233 #, no-wrap
6234 msgid ""
6235 " int\n"
6236 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6237 "                            const char *filename,\n"
6238 "                            const char *iface);\n"
6239 "\n"
6240 msgstr ""
6241
6242 # type: textblock
6243 #. type: textblock
6244 #: ../src/guestfs-actions.pod:256
6245 msgid ""
6246 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6247 "QEMU interface emulation to use at run time."
6248 msgstr ""
6249
6250 # type: =head2
6251 #. type: =head2
6252 #: ../src/guestfs-actions.pod:270
6253 msgid "guestfs_aug_clear"
6254 msgstr ""
6255
6256 # type: verbatim
6257 #. type: verbatim
6258 #: ../src/guestfs-actions.pod:272
6259 #, no-wrap
6260 msgid ""
6261 " int\n"
6262 " guestfs_aug_clear (guestfs_h *g,\n"
6263 "                    const char *augpath);\n"
6264 "\n"
6265 msgstr ""
6266
6267 # type: textblock
6268 #. type: textblock
6269 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
6270 msgid ""
6271 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6272 "L<augtool(1)> C<clear> command."
6273 msgstr ""
6274
6275 # type: textblock
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2080
6278 msgid "(Added in 1.3.4)"
6279 msgstr ""
6280
6281 # type: =head2
6282 #. type: =head2
6283 #: ../src/guestfs-actions.pod:283
6284 msgid "guestfs_aug_close"
6285 msgstr ""
6286
6287 # type: verbatim
6288 #. type: verbatim
6289 #: ../src/guestfs-actions.pod:285
6290 #, no-wrap
6291 msgid ""
6292 " int\n"
6293 " guestfs_aug_close (guestfs_h *g);\n"
6294 "\n"
6295 msgstr ""
6296
6297 # type: textblock
6298 #. type: textblock
6299 #: ../src/guestfs-actions.pod:288
6300 msgid ""
6301 "Close the current Augeas handle and free up any resources used by it.  After "
6302 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6303 "any other Augeas functions."
6304 msgstr ""
6305
6306 # type: textblock
6307 #. type: textblock
6308 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
6309 #: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
6310 #: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
6311 #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475
6312 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503
6313 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
6314 #: ../src/guestfs-actions.pod:5227
6315 msgid "(Added in 0.7)"
6316 msgstr ""
6317
6318 # type: =head2
6319 #. type: =head2
6320 #: ../src/guestfs-actions.pod:297
6321 msgid "guestfs_aug_defnode"
6322 msgstr ""
6323
6324 # type: verbatim
6325 #. type: verbatim
6326 #: ../src/guestfs-actions.pod:299
6327 #, no-wrap
6328 msgid ""
6329 " struct guestfs_int_bool *\n"
6330 " guestfs_aug_defnode (guestfs_h *g,\n"
6331 "                      const char *name,\n"
6332 "                      const char *expr,\n"
6333 "                      const char *val);\n"
6334 "\n"
6335 msgstr ""
6336
6337 # type: textblock
6338 #. type: textblock
6339 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
6340 msgid ""
6341 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6342 msgstr ""
6343
6344 # type: textblock
6345 #. type: textblock
6346 #: ../src/guestfs-actions.pod:308
6347 msgid ""
6348 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6349 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6350 "containing that single node."
6351 msgstr ""
6352
6353 # type: textblock
6354 #. type: textblock
6355 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
6356 msgid ""
6357 "On success this returns a pair containing the number of nodes in the "
6358 "nodeset, and a boolean flag if a node was created."
6359 msgstr ""
6360
6361 # type: textblock
6362 #. type: textblock
6363 #: ../src/guestfs-actions.pod:316
6364 msgid ""
6365 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6366 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6367 msgstr ""
6368
6369 # type: =head2
6370 #. type: =head2
6371 #: ../src/guestfs-actions.pod:322
6372 msgid "guestfs_aug_defvar"
6373 msgstr ""
6374
6375 # type: verbatim
6376 #. type: verbatim
6377 #: ../src/guestfs-actions.pod:324
6378 #, no-wrap
6379 msgid ""
6380 " int\n"
6381 " guestfs_aug_defvar (guestfs_h *g,\n"
6382 "                     const char *name,\n"
6383 "                     const char *expr);\n"
6384 "\n"
6385 msgstr ""
6386
6387 # type: textblock
6388 #. type: textblock
6389 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
6390 msgid ""
6391 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6392 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6393 msgstr ""
6394
6395 # type: textblock
6396 #. type: textblock
6397 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
6398 msgid ""
6399 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6400 "evaluates to something which is not a nodeset."
6401 msgstr ""
6402
6403 # type: =head2
6404 #. type: =head2
6405 #: ../src/guestfs-actions.pod:340
6406 msgid "guestfs_aug_get"
6407 msgstr ""
6408
6409 # type: verbatim
6410 #. type: verbatim
6411 #: ../src/guestfs-actions.pod:342
6412 #, no-wrap
6413 msgid ""
6414 " char *\n"
6415 " guestfs_aug_get (guestfs_h *g,\n"
6416 "                  const char *augpath);\n"
6417 "\n"
6418 msgstr ""
6419
6420 # type: textblock
6421 #. type: textblock
6422 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
6423 msgid ""
6424 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6425 "node, the C<value> is returned."
6426 msgstr ""
6427
6428 # type: textblock
6429 #. type: textblock
6430 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849
6431 #: ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927
6432 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046
6433 #: ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193
6434 #: ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341
6435 #: ../src/guestfs-actions.pod:1529 ../src/guestfs-actions.pod:1641
6436 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1821
6437 #: ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:1933
6438 #: ../src/guestfs-actions.pod:2103 ../src/guestfs-actions.pod:2295
6439 #: ../src/guestfs-actions.pod:2502 ../src/guestfs-actions.pod:2583
6440 #: ../src/guestfs-actions.pod:2631 ../src/guestfs-actions.pod:2745
6441 #: ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:2800
6442 #: ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2885
6443 #: ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3749
6444 #: ../src/guestfs-actions.pod:3919 ../src/guestfs-actions.pod:4029
6445 #: ../src/guestfs-actions.pod:4762 ../src/guestfs-actions.pod:4955
6446 #: ../src/guestfs-actions.pod:5125 ../src/guestfs-actions.pod:5303
6447 #: ../src/guestfs-actions.pod:5352 ../src/guestfs-actions.pod:5915
6448 #: ../src/guestfs-actions.pod:5931 ../src/guestfs-actions.pod:5948
6449 #: ../src/guestfs-actions.pod:5972 ../src/guestfs-actions.pod:6646
6450 #: ../src/guestfs-actions.pod:6665 ../src/guestfs-actions.pod:6683
6451 #: ../src/guestfs-actions.pod:6863 ../src/guestfs-actions.pod:7135
6452 msgid ""
6453 "This function returns a string, or NULL on error.  I<The caller must free "
6454 "the returned string after use>."
6455 msgstr ""
6456
6457 # type: =head2
6458 #. type: =head2
6459 #: ../src/guestfs-actions.pod:354
6460 msgid "guestfs_aug_init"
6461 msgstr ""
6462
6463 # type: verbatim
6464 #. type: verbatim
6465 #: ../src/guestfs-actions.pod:356
6466 #, no-wrap
6467 msgid ""
6468 " int\n"
6469 " guestfs_aug_init (guestfs_h *g,\n"
6470 "                   const char *root,\n"
6471 "                   int flags);\n"
6472 "\n"
6473 msgstr ""
6474
6475 # type: textblock
6476 #. type: textblock
6477 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
6478 msgid ""
6479 "Create a new Augeas handle for editing configuration files.  If there was "
6480 "any previous Augeas handle associated with this guestfs session, then it is "
6481 "closed."
6482 msgstr ""
6483
6484 # type: textblock
6485 #. type: textblock
6486 #: ../src/guestfs-actions.pod:365
6487 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6488 msgstr ""
6489
6490 # type: textblock
6491 #. type: textblock
6492 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
6493 msgid ""
6494 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6495 msgstr ""
6496
6497 # type: textblock
6498 #. type: textblock
6499 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
6500 msgid ""
6501 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6502 "logical I<or> of the following integers:"
6503 msgstr ""
6504
6505 # type: =item
6506 #. type: =item
6507 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
6508 msgid "C<AUG_SAVE_BACKUP> = 1"
6509 msgstr ""
6510
6511 # type: textblock
6512 #. type: textblock
6513 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
6514 msgid "Keep the original file with a C<.augsave> extension."
6515 msgstr ""
6516
6517 # type: =item
6518 #. type: =item
6519 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
6520 msgid "C<AUG_SAVE_NEWFILE> = 2"
6521 msgstr ""
6522
6523 # type: textblock
6524 #. type: textblock
6525 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
6526 msgid ""
6527 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6528 "original.  Overrides C<AUG_SAVE_BACKUP>."
6529 msgstr ""
6530
6531 # type: =item
6532 #. type: =item
6533 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
6534 msgid "C<AUG_TYPE_CHECK> = 4"
6535 msgstr ""
6536
6537 # type: textblock
6538 #. type: textblock
6539 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
6540 msgid "Typecheck lenses (can be expensive)."
6541 msgstr ""
6542
6543 # type: =item
6544 #. type: =item
6545 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
6546 msgid "C<AUG_NO_STDINC> = 8"
6547 msgstr ""
6548
6549 # type: textblock
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
6552 msgid "Do not use standard load path for modules."
6553 msgstr ""
6554
6555 # type: =item
6556 #. type: =item
6557 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
6558 msgid "C<AUG_SAVE_NOOP> = 16"
6559 msgstr ""
6560
6561 # type: textblock
6562 #. type: textblock
6563 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
6564 msgid "Make save a no-op, just record what would have been changed."
6565 msgstr ""
6566
6567 # type: =item
6568 #. type: =item
6569 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
6570 msgid "C<AUG_NO_LOAD> = 32"
6571 msgstr ""
6572
6573 # type: textblock
6574 #. type: textblock
6575 #: ../src/guestfs-actions.pod:400
6576 msgid "Do not load the tree in C<guestfs_aug_init>."
6577 msgstr ""
6578
6579 # type: textblock
6580 #. type: textblock
6581 #: ../src/guestfs-actions.pod:404
6582 msgid "To close the handle, you can call C<guestfs_aug_close>."
6583 msgstr ""
6584
6585 # type: textblock
6586 #. type: textblock
6587 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
6588 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6589 msgstr ""
6590
6591 # type: =head2
6592 #. type: =head2
6593 #: ../src/guestfs-actions.pod:412
6594 msgid "guestfs_aug_insert"
6595 msgstr ""
6596
6597 # type: verbatim
6598 #. type: verbatim
6599 #: ../src/guestfs-actions.pod:414
6600 #, no-wrap
6601 msgid ""
6602 " int\n"
6603 " guestfs_aug_insert (guestfs_h *g,\n"
6604 "                     const char *augpath,\n"
6605 "                     const char *label,\n"
6606 "                     int before);\n"
6607 "\n"
6608 msgstr ""
6609
6610 # type: textblock
6611 #. type: textblock
6612 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
6613 msgid ""
6614 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6615 "or after C<path> (depending on the boolean flag C<before>)."
6616 msgstr ""
6617
6618 # type: textblock
6619 #. type: textblock
6620 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
6621 msgid ""
6622 "C<path> must match exactly one existing node in the tree, and C<label> must "
6623 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6624 msgstr ""
6625
6626 # type: =head2
6627 #. type: =head2
6628 #: ../src/guestfs-actions.pod:432
6629 msgid "guestfs_aug_load"
6630 msgstr ""
6631
6632 # type: verbatim
6633 #. type: verbatim
6634 #: ../src/guestfs-actions.pod:434
6635 #, no-wrap
6636 msgid ""
6637 " int\n"
6638 " guestfs_aug_load (guestfs_h *g);\n"
6639 "\n"
6640 msgstr ""
6641
6642 # type: textblock
6643 #. type: textblock
6644 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
6645 msgid "Load files into the tree."
6646 msgstr ""
6647
6648 # type: textblock
6649 #. type: textblock
6650 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
6651 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6652 msgstr ""
6653
6654 # type: =head2
6655 #. type: =head2
6656 #: ../src/guestfs-actions.pod:446
6657 msgid "guestfs_aug_ls"
6658 msgstr ""
6659
6660 # type: verbatim
6661 #. type: verbatim
6662 #: ../src/guestfs-actions.pod:448
6663 #, no-wrap
6664 msgid ""
6665 " char **\n"
6666 " guestfs_aug_ls (guestfs_h *g,\n"
6667 "                 const char *augpath);\n"
6668 "\n"
6669 msgstr ""
6670
6671 # type: textblock
6672 #. type: textblock
6673 #: ../src/guestfs-actions.pod:452
6674 msgid ""
6675 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6676 "sorting the resulting nodes into alphabetical order."
6677 msgstr ""
6678
6679 # type: textblock
6680 #. type: textblock
6681 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471
6682 #: ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065
6683 #: ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375
6684 #: ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497
6685 #: ../src/guestfs-actions.pod:1743 ../src/guestfs-actions.pod:2175
6686 #: ../src/guestfs-actions.pod:2191 ../src/guestfs-actions.pod:2210
6687 #: ../src/guestfs-actions.pod:2253 ../src/guestfs-actions.pod:2277
6688 #: ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2397
6689 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2819
6690 #: ../src/guestfs-actions.pod:3034 ../src/guestfs-actions.pod:3319
6691 #: ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3486
6692 #: ../src/guestfs-actions.pod:3891 ../src/guestfs-actions.pod:4577
6693 #: ../src/guestfs-actions.pod:5097 ../src/guestfs-actions.pod:5223
6694 #: ../src/guestfs-actions.pod:5337 ../src/guestfs-actions.pod:5988
6695 #: ../src/guestfs-actions.pod:6049 ../src/guestfs-actions.pod:6104
6696 #: ../src/guestfs-actions.pod:6250 ../src/guestfs-actions.pod:6274
6697 #: ../src/guestfs-actions.pod:6756 ../src/guestfs-actions.pod:6776
6698 #: ../src/guestfs-actions.pod:6823 ../src/guestfs-actions.pod:6988
6699 #: ../src/guestfs-actions.pod:7007 ../src/guestfs-actions.pod:7092
6700 #: ../src/guestfs-actions.pod:7111 ../src/guestfs-actions.pod:7157
6701 #: ../src/guestfs-actions.pod:7176
6702 msgid ""
6703 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6704 ">), or NULL if there was an error.  I<The caller must free the strings and "
6705 "the array after use>."
6706 msgstr ""
6707
6708 # type: textblock
6709 #. type: textblock
6710 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
6711 #: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
6712 #: ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:3143
6713 #: ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3782
6714 #: ../src/guestfs-actions.pod:3969 ../src/guestfs-actions.pod:4002
6715 #: ../src/guestfs-actions.pod:4165 ../src/guestfs-actions.pod:4581
6716 #: ../src/guestfs-actions.pod:5038 ../src/guestfs-actions.pod:5416
6717 #: ../src/guestfs-actions.pod:5430 ../src/guestfs-actions.pod:5442
6718 #: ../src/guestfs-actions.pod:5850 ../src/guestfs-actions.pod:6488
6719 #: ../src/guestfs-actions.pod:6501 ../src/guestfs-actions.pod:6740
6720 #: ../src/guestfs-actions.pod:6976
6721 msgid "(Added in 0.8)"
6722 msgstr ""
6723
6724 # type: =head2
6725 #. type: =head2
6726 #: ../src/guestfs-actions.pod:461
6727 msgid "guestfs_aug_match"
6728 msgstr ""
6729
6730 # type: verbatim
6731 #. type: verbatim
6732 #: ../src/guestfs-actions.pod:463
6733 #, no-wrap
6734 msgid ""
6735 " char **\n"
6736 " guestfs_aug_match (guestfs_h *g,\n"
6737 "                    const char *augpath);\n"
6738 "\n"
6739 msgstr ""
6740
6741 # type: textblock
6742 #. type: textblock
6743 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
6744 msgid ""
6745 "Returns a list of paths which match the path expression C<path>.  The "
6746 "returned paths are sufficiently qualified so that they match exactly one "
6747 "node in the current tree."
6748 msgstr ""
6749
6750 # type: =head2
6751 #. type: =head2
6752 #: ../src/guestfs-actions.pod:477
6753 msgid "guestfs_aug_mv"
6754 msgstr ""
6755
6756 # type: verbatim
6757 #. type: verbatim
6758 #: ../src/guestfs-actions.pod:479
6759 #, no-wrap
6760 msgid ""
6761 " int\n"
6762 " guestfs_aug_mv (guestfs_h *g,\n"
6763 "                 const char *src,\n"
6764 "                 const char *dest);\n"
6765 "\n"
6766 msgstr ""
6767
6768 # type: textblock
6769 #. type: textblock
6770 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
6771 msgid ""
6772 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6773 "C<dest> is overwritten if it exists."
6774 msgstr ""
6775
6776 # type: =head2
6777 #. type: =head2
6778 #: ../src/guestfs-actions.pod:491
6779 msgid "guestfs_aug_rm"
6780 msgstr ""
6781
6782 # type: verbatim
6783 #. type: verbatim
6784 #: ../src/guestfs-actions.pod:493
6785 #, no-wrap
6786 msgid ""
6787 " int\n"
6788 " guestfs_aug_rm (guestfs_h *g,\n"
6789 "                 const char *augpath);\n"
6790 "\n"
6791 msgstr ""
6792
6793 # type: textblock
6794 #. type: textblock
6795 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
6796 msgid "Remove C<path> and all of its children."
6797 msgstr ""
6798
6799 # type: textblock
6800 #. type: textblock
6801 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
6802 msgid "On success this returns the number of entries which were removed."
6803 msgstr ""
6804
6805 # type: =head2
6806 #. type: =head2
6807 #: ../src/guestfs-actions.pod:505
6808 msgid "guestfs_aug_save"
6809 msgstr ""
6810
6811 # type: verbatim
6812 #. type: verbatim
6813 #: ../src/guestfs-actions.pod:507
6814 #, no-wrap
6815 msgid ""
6816 " int\n"
6817 " guestfs_aug_save (guestfs_h *g);\n"
6818 "\n"
6819 msgstr ""
6820
6821 # type: textblock
6822 #. type: textblock
6823 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
6824 msgid "This writes all pending changes to disk."
6825 msgstr ""
6826
6827 # type: textblock
6828 #. type: textblock
6829 #: ../src/guestfs-actions.pod:512
6830 msgid ""
6831 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6832 "are saved."
6833 msgstr ""
6834
6835 # type: =head2
6836 #. type: =head2
6837 #: ../src/guestfs-actions.pod:519
6838 msgid "guestfs_aug_set"
6839 msgstr ""
6840
6841 # type: verbatim
6842 #. type: verbatim
6843 #: ../src/guestfs-actions.pod:521
6844 #, no-wrap
6845 msgid ""
6846 " int\n"
6847 " guestfs_aug_set (guestfs_h *g,\n"
6848 "                  const char *augpath,\n"
6849 "                  const char *val);\n"
6850 "\n"
6851 msgstr ""
6852
6853 # type: textblock
6854 #. type: textblock
6855 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
6856 msgid "Set the value associated with C<path> to C<val>."
6857 msgstr ""
6858
6859 # type: textblock
6860 #. type: textblock
6861 #: ../src/guestfs-actions.pod:528
6862 msgid ""
6863 "In the Augeas API, it is possible to clear a node by setting the value to "
6864 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6865 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6866 msgstr ""
6867
6868 # type: =head2
6869 #. type: =head2
6870 #: ../src/guestfs-actions.pod:537
6871 msgid "guestfs_available"
6872 msgstr ""
6873
6874 # type: verbatim
6875 #. type: verbatim
6876 #: ../src/guestfs-actions.pod:539
6877 #, no-wrap
6878 msgid ""
6879 " int\n"
6880 " guestfs_available (guestfs_h *g,\n"
6881 "                    char *const *groups);\n"
6882 "\n"
6883 msgstr ""
6884
6885 # type: textblock
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
6888 msgid ""
6889 "This command is used to check the availability of some groups of "
6890 "functionality in the appliance, which not all builds of the libguestfs "
6891 "appliance will be able to provide."
6892 msgstr ""
6893
6894 # type: textblock
6895 #. type: textblock
6896 #: ../src/guestfs-actions.pod:547
6897 msgid ""
6898 "The libguestfs groups, and the functions that those groups correspond to, "
6899 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6900 "runtime by calling C<guestfs_available_all_groups>."
6901 msgstr ""
6902
6903 # type: textblock
6904 #. type: textblock
6905 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
6906 msgid ""
6907 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6908 "\"]> would check for the availability of the Linux inotify functions and "
6909 "Augeas (configuration file editing) functions."
6910 msgstr ""
6911
6912 # type: textblock
6913 #. type: textblock
6914 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
6915 msgid "The command returns no error if I<all> requested groups are available."
6916 msgstr ""
6917
6918 # type: textblock
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
6921 msgid ""
6922 "It fails with an error if one or more of the requested groups is unavailable "
6923 "in the appliance."
6924 msgstr ""
6925
6926 # type: textblock
6927 #. type: textblock
6928 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
6929 msgid ""
6930 "If an unknown group name is included in the list of groups then an error is "
6931 "always returned."
6932 msgstr ""
6933
6934 # type: textblock
6935 #. type: textblock
6936 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
6937 msgid "I<Notes:>"
6938 msgstr ""
6939
6940 # type: textblock
6941 #. type: textblock
6942 #: ../src/guestfs-actions.pod:571
6943 msgid "You must call C<guestfs_launch> before calling this function."
6944 msgstr ""
6945
6946 # type: textblock
6947 #. type: textblock
6948 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6949 msgid ""
6950 "The reason is because we don't know what groups are supported by the "
6951 "appliance/daemon until it is running and can be queried."
6952 msgstr ""
6953
6954 # type: textblock
6955 #. type: textblock
6956 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6957 msgid ""
6958 "If a group of functions is available, this does not necessarily mean that "
6959 "they will work.  You still have to check for errors when calling individual "
6960 "API functions even if they are available."
6961 msgstr ""
6962
6963 # type: textblock
6964 #. type: textblock
6965 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6966 msgid ""
6967 "It is usually the job of distro packagers to build complete functionality "
6968 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6969 "with all requirements satisfied, will support everything."
6970 msgstr ""
6971
6972 # type: textblock
6973 #. type: textblock
6974 #: ../src/guestfs-actions.pod:593
6975 msgid ""
6976 "This call was added in version C<1.0.80>.  In previous versions of "
6977 "libguestfs all you could do would be to speculatively execute a command to "
6978 "find out if the daemon implemented it.  See also C<guestfs_version>."
6979 msgstr ""
6980
6981 # type: textblock
6982 #. type: textblock
6983 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6984 msgid "(Added in 1.0.80)"
6985 msgstr ""
6986
6987 # type: =head2
6988 #. type: =head2
6989 #: ../src/guestfs-actions.pod:604
6990 msgid "guestfs_available_all_groups"
6991 msgstr ""
6992
6993 # type: verbatim
6994 #. type: verbatim
6995 #: ../src/guestfs-actions.pod:606
6996 #, no-wrap
6997 msgid ""
6998 " char **\n"
6999 " guestfs_available_all_groups (guestfs_h *g);\n"
7000 "\n"
7001 msgstr ""
7002
7003 # type: textblock
7004 #. type: textblock
7005 #: ../src/guestfs-actions.pod:609
7006 msgid ""
7007 "This command returns a list of all optional groups that this daemon knows "
7008 "about.  Note this returns both supported and unsupported groups.  To find "
7009 "out which ones the daemon can actually support you have to call "
7010 "C<guestfs_available> on each member of the returned list."
7011 msgstr ""
7012
7013 # type: textblock
7014 #. type: textblock
7015 #: ../src/guestfs-actions.pod:615
7016 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7017 msgstr ""
7018
7019 # type: textblock
7020 #. type: textblock
7021 #: ../src/guestfs-actions.pod:621
7022 msgid "(Added in 1.3.15)"
7023 msgstr ""
7024
7025 # type: =head2
7026 #. type: =head2
7027 #: ../src/guestfs-actions.pod:623
7028 msgid "guestfs_base64_in"
7029 msgstr ""
7030
7031 # type: verbatim
7032 #. type: verbatim
7033 #: ../src/guestfs-actions.pod:625
7034 #, no-wrap
7035 msgid ""
7036 " int\n"
7037 " guestfs_base64_in (guestfs_h *g,\n"
7038 "                    const char *base64file,\n"
7039 "                    const char *filename);\n"
7040 "\n"
7041 msgstr ""
7042
7043 # type: textblock
7044 #. type: textblock
7045 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
7046 msgid ""
7047 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7048 msgstr ""
7049
7050 # type: textblock
7051 #. type: textblock
7052 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
7053 msgid "(Added in 1.3.5)"
7054 msgstr ""
7055
7056 # type: =head2
7057 #. type: =head2
7058 #: ../src/guestfs-actions.pod:637
7059 msgid "guestfs_base64_out"
7060 msgstr ""
7061
7062 # type: verbatim
7063 #. type: verbatim
7064 #: ../src/guestfs-actions.pod:639
7065 #, no-wrap
7066 msgid ""
7067 " int\n"
7068 " guestfs_base64_out (guestfs_h *g,\n"
7069 "                     const char *filename,\n"
7070 "                     const char *base64file);\n"
7071 "\n"
7072 msgstr ""
7073
7074 # type: textblock
7075 #. type: textblock
7076 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
7077 msgid ""
7078 "This command downloads the contents of C<filename>, writing it out to local "
7079 "file C<base64file> encoded as base64."
7080 msgstr ""
7081
7082 # type: =head2
7083 #. type: =head2
7084 #: ../src/guestfs-actions.pod:651
7085 msgid "guestfs_blockdev_flushbufs"
7086 msgstr ""
7087
7088 # type: verbatim
7089 #. type: verbatim
7090 #: ../src/guestfs-actions.pod:653
7091 #, no-wrap
7092 msgid ""
7093 " int\n"
7094 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7095 "                             const char *device);\n"
7096 "\n"
7097 msgstr ""
7098
7099 # type: textblock
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
7102 msgid ""
7103 "This tells the kernel to flush internal buffers associated with C<device>."
7104 msgstr ""
7105
7106 # type: textblock
7107 #. type: textblock
7108 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677
7109 #: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708
7110 #: ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745
7111 #: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777
7112 #: ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805
7113 #: ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452
7114 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471
7115 #: ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496
7116 #: ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515
7117 #: ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
7118 msgid "This uses the L<blockdev(8)> command."
7119 msgstr ""
7120
7121 # type: textblock
7122 #. type: textblock
7123 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681
7124 #: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712
7125 #: ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749
7126 #: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
7127 #: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
7128 msgid "(Added in 0.9.3)"
7129 msgstr ""
7130
7131 # type: =head2
7132 #. type: =head2
7133 #: ../src/guestfs-actions.pod:666
7134 msgid "guestfs_blockdev_getbsz"
7135 msgstr ""
7136
7137 # type: verbatim
7138 #. type: verbatim
7139 #: ../src/guestfs-actions.pod:668
7140 #, no-wrap
7141 msgid ""
7142 " int\n"
7143 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7144 "                          const char *device);\n"
7145 "\n"
7146 msgstr ""
7147
7148 # type: textblock
7149 #. type: textblock
7150 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
7151 msgid "This returns the block size of a device."
7152 msgstr ""
7153
7154 # type: textblock
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774
7157 #: ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
7158 msgid ""
7159 "(Note this is different from both I<size in blocks> and I<filesystem block "
7160 "size>)."
7161 msgstr ""
7162
7163 # type: =head2
7164 #. type: =head2
7165 #: ../src/guestfs-actions.pod:683
7166 msgid "guestfs_blockdev_getro"
7167 msgstr ""
7168
7169 # type: verbatim
7170 #. type: verbatim
7171 #: ../src/guestfs-actions.pod:685
7172 #, no-wrap
7173 msgid ""
7174 " int\n"
7175 " guestfs_blockdev_getro (guestfs_h *g,\n"
7176 "                         const char *device);\n"
7177 "\n"
7178 msgstr ""
7179
7180 # type: textblock
7181 #. type: textblock
7182 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
7183 msgid ""
7184 "Returns a boolean indicating if the block device is read-only (true if read-"
7185 "only, false if not)."
7186 msgstr ""
7187
7188 # type: textblock
7189 #. type: textblock
7190 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396
7191 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1888
7192 #: ../src/guestfs-actions.pod:1899 ../src/guestfs-actions.pod:1971
7193 #: ../src/guestfs-actions.pod:2026 ../src/guestfs-actions.pod:2041
7194 #: ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2089
7195 #: ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3065
7196 #: ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3094
7197 #: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3125
7198 #: ../src/guestfs-actions.pod:3141 ../src/guestfs-actions.pod:3155
7199 #: ../src/guestfs-actions.pod:3168 ../src/guestfs-actions.pod:3182
7200 #: ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3212
7201 #: ../src/guestfs-actions.pod:4726
7202 msgid "This function returns a C truth value on success or -1 on error."
7203 msgstr ""
7204
7205 # type: =head2
7206 #. type: =head2
7207 #: ../src/guestfs-actions.pod:698
7208 msgid "guestfs_blockdev_getsize64"
7209 msgstr ""
7210
7211 # type: verbatim
7212 #. type: verbatim
7213 #: ../src/guestfs-actions.pod:700
7214 #, no-wrap
7215 msgid ""
7216 " int64_t\n"
7217 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7218 "                             const char *device);\n"
7219 "\n"
7220 msgstr ""
7221
7222 # type: textblock
7223 #. type: textblock
7224 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
7225 msgid "This returns the size of the device in bytes."
7226 msgstr ""
7227
7228 # type: textblock
7229 #. type: textblock
7230 #: ../src/guestfs-actions.pod:706
7231 msgid "See also C<guestfs_blockdev_getsz>."
7232 msgstr ""
7233
7234 # type: =head2
7235 #. type: =head2
7236 #: ../src/guestfs-actions.pod:714
7237 msgid "guestfs_blockdev_getss"
7238 msgstr ""
7239
7240 # type: verbatim
7241 #. type: verbatim
7242 #: ../src/guestfs-actions.pod:716
7243 #, no-wrap
7244 msgid ""
7245 " int\n"
7246 " guestfs_blockdev_getss (guestfs_h *g,\n"
7247 "                         const char *device);\n"
7248 "\n"
7249 msgstr ""
7250
7251 # type: textblock
7252 #. type: textblock
7253 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
7254 msgid ""
7255 "This returns the size of sectors on a block device.  Usually 512, but can be "
7256 "larger for modern devices."
7257 msgstr ""
7258
7259 # type: textblock
7260 #. type: textblock
7261 #: ../src/guestfs-actions.pod:723
7262 msgid ""
7263 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7264 "that)."
7265 msgstr ""
7266
7267 # type: =head2
7268 #. type: =head2
7269 #: ../src/guestfs-actions.pod:732
7270 msgid "guestfs_blockdev_getsz"
7271 msgstr ""
7272
7273 # type: verbatim
7274 #. type: verbatim
7275 #: ../src/guestfs-actions.pod:734
7276 #, no-wrap
7277 msgid ""
7278 " int64_t\n"
7279 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7280 "                         const char *device);\n"
7281 "\n"
7282 msgstr ""
7283
7284 # type: textblock
7285 #. type: textblock
7286 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
7287 msgid ""
7288 "This returns the size of the device in units of 512-byte sectors (even if "
7289 "the sectorsize isn't 512 bytes ... weird)."
7290 msgstr ""
7291
7292 # type: textblock
7293 #. type: textblock
7294 #: ../src/guestfs-actions.pod:741
7295 msgid ""
7296 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7297 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7298 msgstr ""
7299
7300 # type: =head2
7301 #. type: =head2
7302 #: ../src/guestfs-actions.pod:751
7303 msgid "guestfs_blockdev_rereadpt"
7304 msgstr ""
7305
7306 # type: verbatim
7307 #. type: verbatim
7308 #: ../src/guestfs-actions.pod:753
7309 #, no-wrap
7310 msgid ""
7311 " int\n"
7312 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7313 "                            const char *device);\n"
7314 "\n"
7315 msgstr ""
7316
7317 # type: textblock
7318 #. type: textblock
7319 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
7320 msgid "Reread the partition table on C<device>."
7321 msgstr ""
7322
7323 # type: =head2
7324 #. type: =head2
7325 #: ../src/guestfs-actions.pod:765
7326 msgid "guestfs_blockdev_setbsz"
7327 msgstr ""
7328
7329 # type: verbatim
7330 #. type: verbatim
7331 #: ../src/guestfs-actions.pod:767
7332 #, no-wrap
7333 msgid ""
7334 " int\n"
7335 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7336 "                          const char *device,\n"
7337 "                          int blocksize);\n"
7338 "\n"
7339 msgstr ""
7340
7341 # type: textblock
7342 #. type: textblock
7343 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
7344 msgid "This sets the block size of a device."
7345 msgstr ""
7346
7347 # type: =head2
7348 #. type: =head2
7349 #: ../src/guestfs-actions.pod:783
7350 msgid "guestfs_blockdev_setro"
7351 msgstr ""
7352
7353 # type: verbatim
7354 #. type: verbatim
7355 #: ../src/guestfs-actions.pod:785
7356 #, no-wrap
7357 msgid ""
7358 " int\n"
7359 " guestfs_blockdev_setro (guestfs_h *g,\n"
7360 "                         const char *device);\n"
7361 "\n"
7362 msgstr ""
7363
7364 # type: textblock
7365 #. type: textblock
7366 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
7367 msgid "Sets the block device named C<device> to read-only."
7368 msgstr ""
7369
7370 # type: =head2
7371 #. type: =head2
7372 #: ../src/guestfs-actions.pod:797
7373 msgid "guestfs_blockdev_setrw"
7374 msgstr ""
7375
7376 # type: verbatim
7377 #. type: verbatim
7378 #: ../src/guestfs-actions.pod:799
7379 #, no-wrap
7380 msgid ""
7381 " int\n"
7382 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7383 "                         const char *device);\n"
7384 "\n"
7385 msgstr ""
7386
7387 # type: textblock
7388 #. type: textblock
7389 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
7390 msgid "Sets the block device named C<device> to read-write."
7391 msgstr ""
7392
7393 # type: =head2
7394 #. type: =head2
7395 #: ../src/guestfs-actions.pod:811
7396 msgid "guestfs_case_sensitive_path"
7397 msgstr ""
7398
7399 # type: verbatim
7400 #. type: verbatim
7401 #: ../src/guestfs-actions.pod:813
7402 #, no-wrap
7403 msgid ""
7404 " char *\n"
7405 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7406 "                              const char *path);\n"
7407 "\n"
7408 msgstr ""
7409
7410 # type: textblock
7411 #. type: textblock
7412 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
7413 msgid ""
7414 "This can be used to resolve case insensitive paths on a filesystem which is "
7415 "case sensitive.  The use case is to resolve paths which you have read from "
7416 "Windows configuration files or the Windows Registry, to the true path."
7417 msgstr ""
7418
7419 # type: textblock
7420 #. type: textblock
7421 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
7422 msgid ""
7423 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7424 "(and probably others), which is that although the underlying filesystem is "
7425 "case-insensitive, the driver exports the filesystem to Linux as case-"
7426 "sensitive."
7427 msgstr ""
7428
7429 # type: textblock
7430 #. type: textblock
7431 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
7432 msgid ""
7433 "One consequence of this is that special directories such as C<c:\\windows> "
7434 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7435 "precise details of how they were created.  In Windows itself this would not "
7436 "be a problem."
7437 msgstr ""
7438
7439 # type: textblock
7440 #. type: textblock
7441 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
7442 msgid ""
7443 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7444 "#posixfilenames1>"
7445 msgstr ""
7446
7447 # type: textblock
7448 #. type: textblock
7449 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
7450 msgid ""
7451 "This function resolves the true case of each element in the path and returns "
7452 "the case-sensitive path."
7453 msgstr ""
7454
7455 # type: textblock
7456 #. type: textblock
7457 #: ../src/guestfs-actions.pod:839
7458 msgid ""
7459 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7460 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7461 "how the directories were originally created under Windows)."
7462 msgstr ""
7463
7464 # type: textblock
7465 #. type: textblock
7466 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
7467 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7468 msgstr ""
7469
7470 # type: textblock
7471 #. type: textblock
7472 #: ../src/guestfs-actions.pod:847
7473 msgid "See also C<guestfs_realpath>."
7474 msgstr ""
7475
7476 # type: textblock
7477 #. type: textblock
7478 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6668
7479 msgid "(Added in 1.0.75)"
7480 msgstr ""
7481
7482 # type: =head2
7483 #. type: =head2
7484 #: ../src/guestfs-actions.pod:854
7485 msgid "guestfs_cat"
7486 msgstr ""
7487
7488 # type: verbatim
7489 #. type: verbatim
7490 #: ../src/guestfs-actions.pod:856
7491 #, no-wrap
7492 msgid ""
7493 " char *\n"
7494 " guestfs_cat (guestfs_h *g,\n"
7495 "              const char *path);\n"
7496 "\n"
7497 msgstr ""
7498
7499 # type: textblock
7500 #. type: textblock
7501 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5213
7502 #: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3465
7503 msgid "Return the contents of the file named C<path>."
7504 msgstr ""
7505
7506 # type: textblock
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:862
7509 msgid ""
7510 "Note that this function cannot correctly handle binary files (specifically, "
7511 "files containing C<\\0> character which is treated as end of string).  For "
7512 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7513 "functions which have a more complex interface."
7514 msgstr ""
7515
7516 # type: textblock
7517 #. type: textblock
7518 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049
7519 #: ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360
7520 #: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482
7521 #: ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1747
7522 #: ../src/guestfs-actions.pod:2195 ../src/guestfs-actions.pod:2214
7523 #: ../src/guestfs-actions.pod:2257 ../src/guestfs-actions.pod:2281
7524 #: ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2327
7525 #: ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5021
7526 #: ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5178
7527 #: ../src/guestfs-actions.pod:5202 ../src/guestfs-actions.pod:6053
7528 #: ../src/guestfs-actions.pod:6108 ../src/guestfs-actions.pod:6254
7529 #: ../src/guestfs-actions.pod:6278 ../src/guestfs-actions.pod:6940
7530 #: ../src/guestfs-actions.pod:6966 ../src/guestfs-actions.pod:6992
7531 #: ../src/guestfs-actions.pod:7011 ../src/guestfs-actions.pod:7096
7532 #: ../src/guestfs-actions.pod:7115 ../src/guestfs-actions.pod:7161
7533 #: ../src/guestfs-actions.pod:7180 ../fish/guestfish-actions.pod:580
7534 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727
7535 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913
7536 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990
7537 #: ../fish/guestfish-actions.pod:1182 ../fish/guestfish-actions.pod:1477
7538 #: ../fish/guestfish-actions.pod:1487 ../fish/guestfish-actions.pod:1515
7539 #: ../fish/guestfish-actions.pod:1530 ../fish/guestfish-actions.pod:1540
7540 #: ../fish/guestfish-actions.pod:1559 ../fish/guestfish-actions.pod:3335
7541 #: ../fish/guestfish-actions.pod:3350 ../fish/guestfish-actions.pod:3426
7542 #: ../fish/guestfish-actions.pod:3443 ../fish/guestfish-actions.pod:3458
7543 #: ../fish/guestfish-actions.pod:4041 ../fish/guestfish-actions.pod:4087
7544 #: ../fish/guestfish-actions.pod:4172 ../fish/guestfish-actions.pod:4187
7545 #: ../fish/guestfish-actions.pod:4597 ../fish/guestfish-actions.pod:4615
7546 #: ../fish/guestfish-actions.pod:4632 ../fish/guestfish-actions.pod:4642
7547 #: ../fish/guestfish-actions.pod:4690 ../fish/guestfish-actions.pod:4700
7548 #: ../fish/guestfish-actions.pod:4729 ../fish/guestfish-actions.pod:4739
7549 msgid ""
7550 "Because of the message protocol, there is a transfer limit of somewhere "
7551 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7552 msgstr ""
7553
7554 # type: textblock
7555 #. type: textblock
7556 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3323
7557 #: ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:3402
7558 #: ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3895
7559 #: ../src/guestfs-actions.pod:3909 ../src/guestfs-actions.pod:5101
7560 #: ../src/guestfs-actions.pod:5115 ../src/guestfs-actions.pod:6827
7561 #: ../src/guestfs-actions.pod:6841
7562 msgid "(Added in 0.4)"
7563 msgstr ""
7564
7565 # type: =head2
7566 #. type: =head2
7567 #: ../src/guestfs-actions.pod:875
7568 msgid "guestfs_checksum"
7569 msgstr ""
7570
7571 # type: verbatim
7572 #. type: verbatim
7573 #: ../src/guestfs-actions.pod:877
7574 #, no-wrap
7575 msgid ""
7576 " char *\n"
7577 " guestfs_checksum (guestfs_h *g,\n"
7578 "                   const char *csumtype,\n"
7579 "                   const char *path);\n"
7580 "\n"
7581 msgstr ""
7582
7583 # type: textblock
7584 #. type: textblock
7585 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
7586 msgid ""
7587 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7588 msgstr ""
7589
7590 # type: textblock
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
7593 msgid ""
7594 "The type of checksum to compute is given by the C<csumtype> parameter which "
7595 "must have one of the following values:"
7596 msgstr ""
7597
7598 # type: =item
7599 #. type: =item
7600 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
7601 msgid "C<crc>"
7602 msgstr ""
7603
7604 # type: textblock
7605 #. type: textblock
7606 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
7607 msgid ""
7608 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7609 "C<cksum> command."
7610 msgstr ""
7611
7612 # type: =item
7613 #. type: =item
7614 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
7615 msgid "C<md5>"
7616 msgstr ""
7617
7618 # type: textblock
7619 #. type: textblock
7620 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
7621 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7622 msgstr ""
7623
7624 # type: =item
7625 #. type: =item
7626 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
7627 msgid "C<sha1>"
7628 msgstr ""
7629
7630 # type: textblock
7631 #. type: textblock
7632 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
7633 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7634 msgstr ""
7635
7636 # type: =item
7637 #. type: =item
7638 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
7639 msgid "C<sha224>"
7640 msgstr ""
7641
7642 # type: textblock
7643 #. type: textblock
7644 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
7645 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7646 msgstr ""
7647
7648 # type: =item
7649 #. type: =item
7650 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
7651 msgid "C<sha256>"
7652 msgstr ""
7653
7654 # type: textblock
7655 #. type: textblock
7656 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
7657 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7658 msgstr ""
7659
7660 # type: =item
7661 #. type: =item
7662 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
7663 msgid "C<sha384>"
7664 msgstr ""
7665
7666 # type: textblock
7667 #. type: textblock
7668 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
7669 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7670 msgstr ""
7671
7672 # type: =item
7673 #. type: =item
7674 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
7675 msgid "C<sha512>"
7676 msgstr ""
7677
7678 # type: textblock
7679 #. type: textblock
7680 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
7681 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7682 msgstr ""
7683
7684 # type: textblock
7685 #. type: textblock
7686 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
7687 msgid "The checksum is returned as a printable string."
7688 msgstr ""
7689
7690 # type: textblock
7691 #. type: textblock
7692 #: ../src/guestfs-actions.pod:923
7693 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7694 msgstr ""
7695
7696 # type: textblock
7697 #. type: textblock
7698 #: ../src/guestfs-actions.pod:925
7699 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7700 msgstr ""
7701
7702 # type: textblock
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238
7705 #: ../src/guestfs-actions.pod:2057 ../src/guestfs-actions.pod:3067
7706 #: ../src/guestfs-actions.pod:3096 ../src/guestfs-actions.pod:3157
7707 #: ../src/guestfs-actions.pod:3184 ../src/guestfs-actions.pod:6524
7708 msgid "(Added in 1.0.2)"
7709 msgstr ""
7710
7711 # type: =head2
7712 #. type: =head2
7713 #: ../src/guestfs-actions.pod:932
7714 msgid "guestfs_checksum_device"
7715 msgstr ""
7716
7717 # type: verbatim
7718 #. type: verbatim
7719 #: ../src/guestfs-actions.pod:934
7720 #, no-wrap
7721 msgid ""
7722 " char *\n"
7723 " guestfs_checksum_device (guestfs_h *g,\n"
7724 "                          const char *csumtype,\n"
7725 "                          const char *device);\n"
7726 "\n"
7727 msgstr ""
7728
7729 # type: textblock
7730 #. type: textblock
7731 #: ../src/guestfs-actions.pod:939
7732 msgid ""
7733 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7734 "device named C<device>.  For the types of checksums supported see the "
7735 "C<guestfs_checksum> command."
7736 msgstr ""
7737
7738 # type: textblock
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4632
7741 #: ../src/guestfs-actions.pod:4691 ../src/guestfs-actions.pod:4728
7742 #: ../src/guestfs-actions.pod:4746 ../src/guestfs-actions.pod:4922
7743 #: ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:6447
7744 #: ../src/guestfs-actions.pod:6853
7745 msgid "(Added in 1.3.2)"
7746 msgstr ""
7747
7748 # type: =head2
7749 #. type: =head2
7750 #: ../src/guestfs-actions.pod:948
7751 msgid "guestfs_checksums_out"
7752 msgstr ""
7753
7754 # type: verbatim
7755 #. type: verbatim
7756 #: ../src/guestfs-actions.pod:950
7757 #, no-wrap
7758 msgid ""
7759 " int\n"
7760 " guestfs_checksums_out (guestfs_h *g,\n"
7761 "                        const char *csumtype,\n"
7762 "                        const char *directory,\n"
7763 "                        const char *sumsfile);\n"
7764 "\n"
7765 msgstr ""
7766
7767 # type: textblock
7768 #. type: textblock
7769 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
7770 msgid ""
7771 "This command computes the checksums of all regular files in C<directory> and "
7772 "then emits a list of those checksums to the local output file C<sumsfile>."
7773 msgstr ""
7774
7775 # type: textblock
7776 #. type: textblock
7777 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
7778 msgid ""
7779 "This can be used for verifying the integrity of a virtual machine.  However "
7780 "to be properly secure you should pay attention to the output of the checksum "
7781 "command (it uses the ones from GNU coreutils).  In particular when the "
7782 "filename is not printable, coreutils uses a special backslash syntax.  For "
7783 "more information, see the GNU coreutils info file."
7784 msgstr ""
7785
7786 # type: textblock
7787 #. type: textblock
7788 #: ../src/guestfs-actions.pod:970
7789 msgid "(Added in 1.3.7)"
7790 msgstr ""
7791
7792 # type: =head2
7793 #. type: =head2
7794 #: ../src/guestfs-actions.pod:972
7795 msgid "guestfs_chmod"
7796 msgstr ""
7797
7798 # type: verbatim
7799 #. type: verbatim
7800 #: ../src/guestfs-actions.pod:974
7801 #, no-wrap
7802 msgid ""
7803 " int\n"
7804 " guestfs_chmod (guestfs_h *g,\n"
7805 "                int mode,\n"
7806 "                const char *path);\n"
7807 "\n"
7808 msgstr ""
7809
7810 # type: textblock
7811 #. type: textblock
7812 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
7813 msgid ""
7814 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7815 "supported."
7816 msgstr ""
7817
7818 # type: textblock
7819 #. type: textblock
7820 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
7821 msgid ""
7822 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7823 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7824 "C<700>."
7825 msgstr ""
7826
7827 # type: textblock
7828 #. type: textblock
7829 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4146
7830 #: ../src/guestfs-actions.pod:4331 ../src/guestfs-actions.pod:4350
7831 #: ../src/guestfs-actions.pod:4369 ../fish/guestfish-actions.pod:669
7832 #: ../fish/guestfish-actions.pod:2792 ../fish/guestfish-actions.pod:2910
7833 #: ../fish/guestfish-actions.pod:2920 ../fish/guestfish-actions.pod:2930
7834 msgid "The mode actually set is affected by the umask."
7835 msgstr ""
7836
7837 # type: =head2
7838 #. type: =head2
7839 #: ../src/guestfs-actions.pod:992
7840 msgid "guestfs_chown"
7841 msgstr ""
7842
7843 # type: verbatim
7844 #. type: verbatim
7845 #: ../src/guestfs-actions.pod:994
7846 #, no-wrap
7847 msgid ""
7848 " int\n"
7849 " guestfs_chown (guestfs_h *g,\n"
7850 "                int owner,\n"
7851 "                int group,\n"
7852 "                const char *path);\n"
7853 "\n"
7854 msgstr ""
7855
7856 # type: textblock
7857 #. type: textblock
7858 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
7859 msgid "Change the file owner to C<owner> and group to C<group>."
7860 msgstr ""
7861
7862 # type: textblock
7863 #. type: textblock
7864 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3254
7865 #: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2250
7866 msgid ""
7867 "Only numeric uid and gid are supported.  If you want to use names, you will "
7868 "need to locate and parse the password file yourself (Augeas support makes "
7869 "this relatively easy)."
7870 msgstr ""
7871
7872 # type: =head2
7873 #. type: =head2
7874 #: ../src/guestfs-actions.pod:1010
7875 msgid "guestfs_command"
7876 msgstr ""
7877
7878 # type: verbatim
7879 #. type: verbatim
7880 #: ../src/guestfs-actions.pod:1012
7881 #, no-wrap
7882 msgid ""
7883 " char *\n"
7884 " guestfs_command (guestfs_h *g,\n"
7885 "                  char *const *arguments);\n"
7886 "\n"
7887 msgstr ""
7888
7889 # type: textblock
7890 #. type: textblock
7891 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
7892 msgid ""
7893 "This call runs a command from the guest filesystem.  The filesystem must be "
7894 "mounted, and must contain a compatible operating system (ie. something "
7895 "Linux, with the same or compatible processor architecture)."
7896 msgstr ""
7897
7898 # type: textblock
7899 #. type: textblock
7900 #: ../src/guestfs-actions.pod:1021
7901 msgid ""
7902 "The single parameter is an argv-style list of arguments.  The first element "
7903 "is the name of the program to run.  Subsequent elements are parameters.  The "
7904 "list must be non-empty (ie. must contain a program name).  Note that the "
7905 "command runs directly, and is I<not> invoked via the shell (see "
7906 "C<guestfs_sh>)."
7907 msgstr ""
7908
7909 # type: textblock
7910 #. type: textblock
7911 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
7912 msgid "The return value is anything printed to I<stdout> by the command."
7913 msgstr ""
7914
7915 # type: textblock
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
7918 msgid ""
7919 "If the command returns a non-zero exit status, then this function returns an "
7920 "error message.  The error message string is the content of I<stderr> from "
7921 "the command."
7922 msgstr ""
7923
7924 # type: textblock
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
7927 msgid ""
7928 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7929 "bin>.  If you require a program from another location, you should provide "
7930 "the full path in the first parameter."
7931 msgstr ""
7932
7933 # type: textblock
7934 #. type: textblock
7935 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
7936 msgid ""
7937 "Shared libraries and data files required by the program must be available on "
7938 "filesystems which are mounted in the correct places.  It is the caller's "
7939 "responsibility to ensure all filesystems that are needed are mounted at the "
7940 "right locations."
7941 msgstr ""
7942
7943 # type: textblock
7944 #. type: textblock
7945 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072
7946 #: ../src/guestfs-actions.pod:1532
7947 msgid "(Added in 0.9.1)"
7948 msgstr ""
7949
7950 # type: =head2
7951 #. type: =head2
7952 #: ../src/guestfs-actions.pod:1054
7953 msgid "guestfs_command_lines"
7954 msgstr ""
7955
7956 # type: verbatim
7957 #. type: verbatim
7958 #: ../src/guestfs-actions.pod:1056
7959 #, no-wrap
7960 msgid ""
7961 " char **\n"
7962 " guestfs_command_lines (guestfs_h *g,\n"
7963 "                        char *const *arguments);\n"
7964 "\n"
7965 msgstr ""
7966
7967 # type: textblock
7968 #. type: textblock
7969 #: ../src/guestfs-actions.pod:1060
7970 msgid ""
7971 "This is the same as C<guestfs_command>, but splits the result into a list of "
7972 "lines."
7973 msgstr ""
7974
7975 # type: textblock
7976 #. type: textblock
7977 #: ../src/guestfs-actions.pod:1063
7978 msgid "See also: C<guestfs_sh_lines>"
7979 msgstr ""
7980
7981 # type: =head2
7982 #. type: =head2
7983 #: ../src/guestfs-actions.pod:1074
7984 msgid "guestfs_config"
7985 msgstr ""
7986
7987 # type: verbatim
7988 #. type: verbatim
7989 #: ../src/guestfs-actions.pod:1076
7990 #, no-wrap
7991 msgid ""
7992 " int\n"
7993 " guestfs_config (guestfs_h *g,\n"
7994 "                 const char *qemuparam,\n"
7995 "                 const char *qemuvalue);\n"
7996 "\n"
7997 msgstr ""
7998
7999 # type: textblock
8000 #. type: textblock
8001 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
8002 msgid ""
8003 "This can be used to add arbitrary qemu command line parameters of the form "
8004 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8005 "setting some parameters which would interfere with parameters that we use."
8006 msgstr ""
8007
8008 # type: textblock
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
8011 msgid "The first character of C<param> string must be a C<-> (dash)."
8012 msgstr ""
8013
8014 # type: textblock
8015 #. type: textblock
8016 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
8017 msgid "C<value> can be NULL."
8018 msgstr ""
8019
8020 # type: =head2
8021 #. type: =head2
8022 #: ../src/guestfs-actions.pod:1094
8023 msgid "guestfs_copy_size"
8024 msgstr ""
8025
8026 # type: verbatim
8027 #. type: verbatim
8028 #: ../src/guestfs-actions.pod:1096
8029 #, no-wrap
8030 msgid ""
8031 " int\n"
8032 " guestfs_copy_size (guestfs_h *g,\n"
8033 "                    const char *src,\n"
8034 "                    const char *dest,\n"
8035 "                    int64_t size);\n"
8036 "\n"
8037 msgstr ""
8038
8039 # type: textblock
8040 #. type: textblock
8041 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
8042 msgid ""
8043 "This command copies exactly C<size> bytes from one source device or file "
8044 "C<src> to another destination device or file C<dest>."
8045 msgstr ""
8046
8047 # type: textblock
8048 #. type: textblock
8049 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
8050 msgid ""
8051 "Note this will fail if the source is too short or if the destination is not "
8052 "large enough."
8053 msgstr ""
8054
8055 # type: textblock
8056 #. type: textblock
8057 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233
8058 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1681
8059 #: ../src/guestfs-actions.pod:1703 ../src/guestfs-actions.pod:6519
8060 #: ../src/guestfs-actions.pod:6553 ../src/guestfs-actions.pod:7032
8061 #: ../src/guestfs-actions.pod:7051
8062 msgid ""
8063 "This long-running command can generate progress notification messages so "
8064 "that the caller can display a progress bar or indicator.  To receive these "
8065 "messages, the caller must register a progress callback.  See L<guestfs(3)/"
8066 "guestfs_set_progress_callback>."
8067 msgstr ""
8068
8069 # type: textblock
8070 #. type: textblock
8071 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3922
8072 #: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:6760
8073 #: ../src/guestfs-actions.pod:6780 ../src/guestfs-actions.pod:6866
8074 msgid "(Added in 1.0.87)"
8075 msgstr ""
8076
8077 # type: =head2
8078 #. type: =head2
8079 #: ../src/guestfs-actions.pod:1117
8080 msgid "guestfs_cp"
8081 msgstr ""
8082
8083 # type: verbatim
8084 #. type: verbatim
8085 #: ../src/guestfs-actions.pod:1119
8086 #, no-wrap
8087 msgid ""
8088 " int\n"
8089 " guestfs_cp (guestfs_h *g,\n"
8090 "             const char *src,\n"
8091 "             const char *dest);\n"
8092 "\n"
8093 msgstr ""
8094
8095 # type: textblock
8096 #. type: textblock
8097 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
8098 msgid ""
8099 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8100 "destination filename or destination directory."
8101 msgstr ""
8102
8103 # type: textblock
8104 #. type: textblock
8105 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143
8106 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289
8107 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4595
8108 #: ../src/guestfs-actions.pod:4972
8109 msgid "(Added in 1.0.18)"
8110 msgstr ""
8111
8112 # type: =head2
8113 #. type: =head2
8114 #: ../src/guestfs-actions.pod:1131
8115 msgid "guestfs_cp_a"
8116 msgstr ""
8117
8118 # type: verbatim
8119 #. type: verbatim
8120 #: ../src/guestfs-actions.pod:1133
8121 #, no-wrap
8122 msgid ""
8123 " int\n"
8124 " guestfs_cp_a (guestfs_h *g,\n"
8125 "               const char *src,\n"
8126 "               const char *dest);\n"
8127 "\n"
8128 msgstr ""
8129
8130 # type: textblock
8131 #. type: textblock
8132 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
8133 msgid ""
8134 "This copies a file or directory from C<src> to C<dest> recursively using the "
8135 "C<cp -a> command."
8136 msgstr ""
8137
8138 # type: =head2
8139 #. type: =head2
8140 #: ../src/guestfs-actions.pod:1145
8141 msgid "guestfs_dd"
8142 msgstr ""
8143
8144 # type: verbatim
8145 #. type: verbatim
8146 #: ../src/guestfs-actions.pod:1147
8147 #, no-wrap
8148 msgid ""
8149 " int\n"
8150 " guestfs_dd (guestfs_h *g,\n"
8151 "             const char *src,\n"
8152 "             const char *dest);\n"
8153 "\n"
8154 msgstr ""
8155
8156 # type: textblock
8157 #. type: textblock
8158 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
8159 msgid ""
8160 "This command copies from one source device or file C<src> to another "
8161 "destination device or file C<dest>.  Normally you would use this to copy to "
8162 "or from a device or partition, for example to duplicate a filesystem."
8163 msgstr ""
8164
8165 # type: textblock
8166 #. type: textblock
8167 #: ../src/guestfs-actions.pod:1157
8168 msgid ""
8169 "If the destination is a device, it must be as large or larger than the "
8170 "source file or device, otherwise the copy will fail.  This command cannot do "
8171 "partial copies (see C<guestfs_copy_size>)."
8172 msgstr ""
8173
8174 # type: =head2
8175 #. type: =head2
8176 #: ../src/guestfs-actions.pod:1165
8177 msgid "guestfs_df"
8178 msgstr ""
8179
8180 # type: verbatim
8181 #. type: verbatim
8182 #: ../src/guestfs-actions.pod:1167
8183 #, no-wrap
8184 msgid ""
8185 " char *\n"
8186 " guestfs_df (guestfs_h *g);\n"
8187 "\n"
8188 msgstr ""
8189
8190 # type: textblock
8191 #. type: textblock
8192 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
8193 msgid "This command runs the C<df> command to report disk space used."
8194 msgstr ""
8195
8196 # type: textblock
8197 #. type: textblock
8198 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
8199 msgid ""
8200 "This command is mostly useful for interactive sessions.  It is I<not> "
8201 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8202 "from programs."
8203 msgstr ""
8204
8205 # type: textblock
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196
8208 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2260
8209 #: ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2352
8210 #: ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4495
8211 #: ../src/guestfs-actions.pod:6257 ../src/guestfs-actions.pod:6281
8212 #: ../src/guestfs-actions.pod:6899 ../src/guestfs-actions.pod:6912
8213 #: ../src/guestfs-actions.pod:6925
8214 msgid "(Added in 1.0.54)"
8215 msgstr ""
8216
8217 # type: =head2
8218 #. type: =head2
8219 #: ../src/guestfs-actions.pod:1181
8220 msgid "guestfs_df_h"
8221 msgstr ""
8222
8223 # type: verbatim
8224 #. type: verbatim
8225 #: ../src/guestfs-actions.pod:1183
8226 #, no-wrap
8227 msgid ""
8228 " char *\n"
8229 " guestfs_df_h (guestfs_h *g);\n"
8230 "\n"
8231 msgstr ""
8232
8233 # type: textblock
8234 #. type: textblock
8235 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
8236 msgid ""
8237 "This command runs the C<df -h> command to report disk space used in human-"
8238 "readable format."
8239 msgstr ""
8240
8241 # type: =head2
8242 #. type: =head2
8243 #: ../src/guestfs-actions.pod:1198
8244 msgid "guestfs_dmesg"
8245 msgstr ""
8246
8247 # type: verbatim
8248 #. type: verbatim
8249 #: ../src/guestfs-actions.pod:1200
8250 #, no-wrap
8251 msgid ""
8252 " char *\n"
8253 " guestfs_dmesg (guestfs_h *g);\n"
8254 "\n"
8255 msgstr ""
8256
8257 # type: textblock
8258 #. type: textblock
8259 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
8260 msgid ""
8261 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8262 "This is sometimes useful for extended debugging of problems."
8263 msgstr ""
8264
8265 # type: textblock
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1207
8268 msgid ""
8269 "Another way to get the same information is to enable verbose messages with "
8270 "C<guestfs_set_verbose> or by setting the environment variable "
8271 "C<LIBGUESTFS_DEBUG=1> before running the program."
8272 msgstr ""
8273
8274 # type: =head2
8275 #. type: =head2
8276 #: ../src/guestfs-actions.pod:1217
8277 msgid "guestfs_download"
8278 msgstr ""
8279
8280 # type: verbatim
8281 #. type: verbatim
8282 #: ../src/guestfs-actions.pod:1219
8283 #, no-wrap
8284 msgid ""
8285 " int\n"
8286 " guestfs_download (guestfs_h *g,\n"
8287 "                   const char *remotefilename,\n"
8288 "                   const char *filename);\n"
8289 "\n"
8290 msgstr ""
8291
8292 # type: textblock
8293 #. type: textblock
8294 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249
8295 #: ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
8296 msgid ""
8297 "Download file C<remotefilename> and save it as C<filename> on the local "
8298 "machine."
8299 msgstr ""
8300
8301 # type: textblock
8302 #. type: textblock
8303 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6513
8304 #: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4345
8305 msgid "C<filename> can also be a named pipe."
8306 msgstr ""
8307
8308 # type: textblock
8309 #. type: textblock
8310 #: ../src/guestfs-actions.pod:1229
8311 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8312 msgstr ""
8313
8314 # type: =head2
8315 #. type: =head2
8316 #: ../src/guestfs-actions.pod:1240
8317 msgid "guestfs_download_offset"
8318 msgstr ""
8319
8320 # type: verbatim
8321 #. type: verbatim
8322 #: ../src/guestfs-actions.pod:1242
8323 #, no-wrap
8324 msgid ""
8325 " int\n"
8326 " guestfs_download_offset (guestfs_h *g,\n"
8327 "                          const char *remotefilename,\n"
8328 "                          const char *filename,\n"
8329 "                          int64_t offset,\n"
8330 "                          int64_t size);\n"
8331 "\n"
8332 msgstr ""
8333
8334 # type: textblock
8335 #. type: textblock
8336 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
8337 msgid ""
8338 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8339 "region must be within the file or device)."
8340 msgstr ""
8341
8342 # type: textblock
8343 #. type: textblock
8344 #: ../src/guestfs-actions.pod:1255
8345 msgid ""
8346 "Note that there is no limit on the amount of data that can be downloaded "
8347 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8348 "full amount unless an error occurs."
8349 msgstr ""
8350
8351 # type: textblock
8352 #. type: textblock
8353 #: ../src/guestfs-actions.pod:1260
8354 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8355 msgstr ""
8356
8357 # type: textblock
8358 #. type: textblock
8359 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6558
8360 msgid "(Added in 1.5.17)"
8361 msgstr ""
8362
8363 # type: =head2
8364 #. type: =head2
8365 #: ../src/guestfs-actions.pod:1271
8366 msgid "guestfs_drop_caches"
8367 msgstr ""
8368
8369 # type: verbatim
8370 #. type: verbatim
8371 #: ../src/guestfs-actions.pod:1273
8372 #, no-wrap
8373 msgid ""
8374 " int\n"
8375 " guestfs_drop_caches (guestfs_h *g,\n"
8376 "                      int whattodrop);\n"
8377 "\n"
8378 msgstr ""
8379
8380 # type: textblock
8381 #. type: textblock
8382 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
8383 msgid ""
8384 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8385 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8386 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8387 msgstr ""
8388
8389 # type: textblock
8390 #. type: textblock
8391 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
8392 msgid "Setting C<whattodrop> to 3 should drop everything."
8393 msgstr ""
8394
8395 # type: textblock
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
8398 msgid ""
8399 "This automatically calls L<sync(2)> before the operation, so that the "
8400 "maximum guest memory is freed."
8401 msgstr ""
8402
8403 # type: =head2
8404 #. type: =head2
8405 #: ../src/guestfs-actions.pod:1291
8406 msgid "guestfs_du"
8407 msgstr ""
8408
8409 # type: verbatim
8410 #. type: verbatim
8411 #: ../src/guestfs-actions.pod:1293
8412 #, no-wrap
8413 msgid ""
8414 " int64_t\n"
8415 " guestfs_du (guestfs_h *g,\n"
8416 "             const char *path);\n"
8417 "\n"
8418 msgstr ""
8419
8420 # type: textblock
8421 #. type: textblock
8422 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
8423 msgid ""
8424 "This command runs the C<du -s> command to estimate file space usage for "
8425 "C<path>."
8426 msgstr ""
8427
8428 # type: textblock
8429 #. type: textblock
8430 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
8431 msgid ""
8432 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8433 "estimate includes the contents of the directory and all subdirectories "
8434 "(recursively)."
8435 msgstr ""
8436
8437 # type: textblock
8438 #. type: textblock
8439 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
8440 msgid ""
8441 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8442 msgstr ""
8443
8444 # type: =head2
8445 #. type: =head2
8446 #: ../src/guestfs-actions.pod:1311
8447 msgid "guestfs_e2fsck_f"
8448 msgstr ""
8449
8450 # type: verbatim
8451 #. type: verbatim
8452 #: ../src/guestfs-actions.pod:1313
8453 #, no-wrap
8454 msgid ""
8455 " int\n"
8456 " guestfs_e2fsck_f (guestfs_h *g,\n"
8457 "                   const char *device);\n"
8458 "\n"
8459 msgstr ""
8460
8461 # type: textblock
8462 #. type: textblock
8463 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
8464 msgid ""
8465 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8466 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8467 "clean (C<-f>)."
8468 msgstr ""
8469
8470 # type: textblock
8471 #. type: textblock
8472 #: ../src/guestfs-actions.pod:1321
8473 msgid ""
8474 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8475 "Normally you should use C<guestfs_fsck>."
8476 msgstr ""
8477
8478 # type: textblock
8479 #. type: textblock
8480 #: ../src/guestfs-actions.pod:1326
8481 msgid "(Added in 1.0.29)"
8482 msgstr ""
8483
8484 # type: =head2
8485 #. type: =head2
8486 #: ../src/guestfs-actions.pod:1328
8487 msgid "guestfs_echo_daemon"
8488 msgstr ""
8489
8490 # type: verbatim
8491 #. type: verbatim
8492 #: ../src/guestfs-actions.pod:1330
8493 #, no-wrap
8494 msgid ""
8495 " char *\n"
8496 " guestfs_echo_daemon (guestfs_h *g,\n"
8497 "                      char *const *words);\n"
8498 "\n"
8499 msgstr ""
8500
8501 # type: textblock
8502 #. type: textblock
8503 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
8504 msgid ""
8505 "This command concatenates the list of C<words> passed with single spaces "
8506 "between them and returns the resulting string."
8507 msgstr ""
8508
8509 # type: textblock
8510 #. type: textblock
8511 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
8512 msgid "You can use this command to test the connection through to the daemon."
8513 msgstr ""
8514
8515 # type: textblock
8516 #. type: textblock
8517 #: ../src/guestfs-actions.pod:1339
8518 msgid "See also C<guestfs_ping_daemon>."
8519 msgstr ""
8520
8521 # type: textblock
8522 #. type: textblock
8523 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2068
8524 #: ../src/guestfs-actions.pod:5761
8525 msgid "(Added in 1.0.69)"
8526 msgstr ""
8527
8528 # type: =head2
8529 #. type: =head2
8530 #: ../src/guestfs-actions.pod:1346
8531 msgid "guestfs_egrep"
8532 msgstr ""
8533
8534 # type: verbatim
8535 #. type: verbatim
8536 #: ../src/guestfs-actions.pod:1348
8537 #, no-wrap
8538 msgid ""
8539 " char **\n"
8540 " guestfs_egrep (guestfs_h *g,\n"
8541 "                const char *regex,\n"
8542 "                const char *path);\n"
8543 "\n"
8544 msgstr ""
8545
8546 # type: textblock
8547 #. type: textblock
8548 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
8549 msgid ""
8550 "This calls the external C<egrep> program and returns the matching lines."
8551 msgstr ""
8552
8553 # type: textblock
8554 #. type: textblock
8555 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382
8556 #: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485
8557 #: ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2198
8558 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2373
8559 #: ../src/guestfs-actions.pod:2386 ../src/guestfs-actions.pod:2401
8560 #: ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2469
8561 #: ../src/guestfs-actions.pod:2482 ../src/guestfs-actions.pod:3415
8562 #: ../src/guestfs-actions.pod:3429 ../src/guestfs-actions.pod:3442
8563 #: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:4430
8564 #: ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5355
8565 #: ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:6137
8566 #: ../src/guestfs-actions.pod:6150 ../src/guestfs-actions.pod:6163
8567 #: ../src/guestfs-actions.pod:6185 ../src/guestfs-actions.pod:6198
8568 #: ../src/guestfs-actions.pod:6211 ../src/guestfs-actions.pod:6224
8569 #: ../src/guestfs-actions.pod:6995 ../src/guestfs-actions.pod:7014
8570 #: ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7118
8571 #: ../src/guestfs-actions.pod:7164 ../src/guestfs-actions.pod:7183
8572 msgid "(Added in 1.0.66)"
8573 msgstr ""
8574
8575 # type: =head2
8576 #. type: =head2
8577 #: ../src/guestfs-actions.pod:1365
8578 msgid "guestfs_egrepi"
8579 msgstr ""
8580
8581 # type: verbatim
8582 #. type: verbatim
8583 #: ../src/guestfs-actions.pod:1367
8584 #, no-wrap
8585 msgid ""
8586 " char **\n"
8587 " guestfs_egrepi (guestfs_h *g,\n"
8588 "                 const char *regex,\n"
8589 "                 const char *path);\n"
8590 "\n"
8591 msgstr ""
8592
8593 # type: textblock
8594 #. type: textblock
8595 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
8596 msgid ""
8597 "This calls the external C<egrep -i> program and returns the matching lines."
8598 msgstr ""
8599
8600 # type: =head2
8601 #. type: =head2
8602 #: ../src/guestfs-actions.pod:1384
8603 msgid "guestfs_equal"
8604 msgstr ""
8605
8606 # type: verbatim
8607 #. type: verbatim
8608 #: ../src/guestfs-actions.pod:1386
8609 #, no-wrap
8610 msgid ""
8611 " int\n"
8612 " guestfs_equal (guestfs_h *g,\n"
8613 "                const char *file1,\n"
8614 "                const char *file2);\n"
8615 "\n"
8616 msgstr ""
8617
8618 # type: textblock
8619 #. type: textblock
8620 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
8621 msgid ""
8622 "This compares the two files C<file1> and C<file2> and returns true if their "
8623 "content is exactly equal, or false otherwise."
8624 msgstr ""
8625
8626 # type: textblock
8627 #. type: textblock
8628 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
8629 msgid "The external L<cmp(1)> program is used for the comparison."
8630 msgstr ""
8631
8632 # type: =head2
8633 #. type: =head2
8634 #: ../src/guestfs-actions.pod:1400
8635 msgid "guestfs_exists"
8636 msgstr ""
8637
8638 # type: verbatim
8639 #. type: verbatim
8640 #: ../src/guestfs-actions.pod:1402
8641 #, no-wrap
8642 msgid ""
8643 " int\n"
8644 " guestfs_exists (guestfs_h *g,\n"
8645 "                 const char *path);\n"
8646 "\n"
8647 msgstr ""
8648
8649 # type: textblock
8650 #. type: textblock
8651 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
8652 msgid ""
8653 "This returns C<true> if and only if there is a file, directory (or anything) "
8654 "with the given C<path> name."
8655 msgstr ""
8656
8657 # type: textblock
8658 #. type: textblock
8659 #: ../src/guestfs-actions.pod:1409
8660 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8661 msgstr ""
8662
8663 # type: =head2
8664 #. type: =head2
8665 #: ../src/guestfs-actions.pod:1415
8666 msgid "guestfs_fallocate"
8667 msgstr ""
8668
8669 # type: verbatim
8670 #. type: verbatim
8671 #: ../src/guestfs-actions.pod:1417
8672 #, no-wrap
8673 msgid ""
8674 " int\n"
8675 " guestfs_fallocate (guestfs_h *g,\n"
8676 "                    const char *path,\n"
8677 "                    int len);\n"
8678 "\n"
8679 msgstr ""
8680
8681 # type: textblock
8682 #. type: textblock
8683 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448
8684 #: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
8685 msgid ""
8686 "This command preallocates a file (containing zero bytes) named C<path> of "
8687 "size C<len> bytes.  If the file exists already, it is overwritten."
8688 msgstr ""
8689
8690 # type: textblock
8691 #. type: textblock
8692 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
8693 msgid ""
8694 "Do not confuse this with the guestfish-specific C<alloc> command which "
8695 "allocates a file in the host and attaches it as a device."
8696 msgstr ""
8697
8698 # type: textblock
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
8701 msgid ""
8702 "This function is deprecated.  In new code, use the C<fallocate64> call "
8703 "instead."
8704 msgstr ""
8705
8706 # type: =head2
8707 #. type: =head2
8708 #: ../src/guestfs-actions.pod:1441
8709 msgid "guestfs_fallocate64"
8710 msgstr ""
8711
8712 # type: verbatim
8713 #. type: verbatim
8714 #: ../src/guestfs-actions.pod:1443
8715 #, no-wrap
8716 msgid ""
8717 " int\n"
8718 " guestfs_fallocate64 (guestfs_h *g,\n"
8719 "                      const char *path,\n"
8720 "                      int64_t len);\n"
8721 "\n"
8722 msgstr ""
8723
8724 # type: textblock
8725 #. type: textblock
8726 #: ../src/guestfs-actions.pod:1452
8727 msgid ""
8728 "Note that this call allocates disk blocks for the file.  To create a sparse "
8729 "file use C<guestfs_truncate_size> instead."
8730 msgstr ""
8731
8732 # type: textblock
8733 #. type: textblock
8734 #: ../src/guestfs-actions.pod:1455
8735 msgid ""
8736 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8737 "oversight it only allowed 30 bit lengths to be specified, effectively "
8738 "limiting the maximum size of files created through that call to 1GB."
8739 msgstr ""
8740
8741 # type: textblock
8742 #. type: textblock
8743 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
8744 msgid ""
8745 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8746 "commands which create a file in the host and attach it as a device."
8747 msgstr ""
8748
8749 # type: textblock
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1466
8752 msgid "(Added in 1.3.17)"
8753 msgstr ""
8754
8755 # type: =head2
8756 #. type: =head2
8757 #: ../src/guestfs-actions.pod:1468
8758 msgid "guestfs_fgrep"
8759 msgstr ""
8760
8761 # type: verbatim
8762 #. type: verbatim
8763 #: ../src/guestfs-actions.pod:1470
8764 #, no-wrap
8765 msgid ""
8766 " char **\n"
8767 " guestfs_fgrep (guestfs_h *g,\n"
8768 "                const char *pattern,\n"
8769 "                const char *path);\n"
8770 "\n"
8771 msgstr ""
8772
8773 # type: textblock
8774 #. type: textblock
8775 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
8776 msgid ""
8777 "This calls the external C<fgrep> program and returns the matching lines."
8778 msgstr ""
8779
8780 # type: =head2
8781 #. type: =head2
8782 #: ../src/guestfs-actions.pod:1487
8783 msgid "guestfs_fgrepi"
8784 msgstr ""
8785
8786 # type: verbatim
8787 #. type: verbatim
8788 #: ../src/guestfs-actions.pod:1489
8789 #, no-wrap
8790 msgid ""
8791 " char **\n"
8792 " guestfs_fgrepi (guestfs_h *g,\n"
8793 "                 const char *pattern,\n"
8794 "                 const char *path);\n"
8795 "\n"
8796 msgstr ""
8797
8798 # type: textblock
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
8801 msgid ""
8802 "This calls the external C<fgrep -i> program and returns the matching lines."
8803 msgstr ""
8804
8805 # type: =head2
8806 #. type: =head2
8807 #: ../src/guestfs-actions.pod:1506
8808 msgid "guestfs_file"
8809 msgstr ""
8810
8811 # type: verbatim
8812 #. type: verbatim
8813 #: ../src/guestfs-actions.pod:1508
8814 #, no-wrap
8815 msgid ""
8816 " char *\n"
8817 " guestfs_file (guestfs_h *g,\n"
8818 "               const char *path);\n"
8819 "\n"
8820 msgstr ""
8821
8822 # type: textblock
8823 #. type: textblock
8824 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
8825 msgid ""
8826 "This call uses the standard L<file(1)> command to determine the type or "
8827 "contents of the file."
8828 msgstr ""
8829
8830 # type: textblock
8831 #. type: textblock
8832 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
8833 msgid ""
8834 "This call will also transparently look inside various types of compressed "
8835 "file."
8836 msgstr ""
8837
8838 # type: textblock
8839 #. type: textblock
8840 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
8841 msgid ""
8842 "The exact command which runs is C<file -zb path>.  Note in particular that "
8843 "the filename is not prepended to the output (the C<-b> option)."
8844 msgstr ""
8845
8846 #. type: textblock
8847 #: ../src/guestfs-actions.pod:1522 ../fish/guestfish-actions.pod:1007
8848 msgid ""
8849 "The output depends on the output of the underlying L<file(1)> command and it "
8850 "can change in future in ways beyond our control.  In other words, the output "
8851 "is not guaranteed by the ABI."
8852 msgstr ""
8853
8854 #. type: textblock
8855 #: ../src/guestfs-actions.pod:1526
8856 msgid ""
8857 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8858 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8859 msgstr ""
8860
8861 # type: =head2
8862 #. type: =head2
8863 #: ../src/guestfs-actions.pod:1534
8864 msgid "guestfs_file_architecture"
8865 msgstr ""
8866
8867 # type: verbatim
8868 #. type: verbatim
8869 #: ../src/guestfs-actions.pod:1536
8870 #, no-wrap
8871 msgid ""
8872 " char *\n"
8873 " guestfs_file_architecture (guestfs_h *g,\n"
8874 "                            const char *filename);\n"
8875 "\n"
8876 msgstr ""
8877
8878 # type: textblock
8879 #. type: textblock
8880 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1018
8881 msgid ""
8882 "This detects the architecture of the binary C<filename>, and returns it if "
8883 "known."
8884 msgstr ""
8885
8886 # type: textblock
8887 #. type: textblock
8888 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
8889 msgid "Currently defined architectures are:"
8890 msgstr ""
8891
8892 # type: =item
8893 #. type: =item
8894 #: ../src/guestfs-actions.pod:1547 ../fish/guestfish-actions.pod:1025
8895 msgid "\"i386\""
8896 msgstr ""
8897
8898 # type: textblock
8899 #. type: textblock
8900 #: ../src/guestfs-actions.pod:1549 ../fish/guestfish-actions.pod:1027
8901 msgid ""
8902 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8903 "irrespective of the precise processor requirements of the binary."
8904 msgstr ""
8905
8906 # type: =item
8907 #. type: =item
8908 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8909 msgid "\"x86_64\""
8910 msgstr ""
8911
8912 # type: textblock
8913 #. type: textblock
8914 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1032
8915 msgid "64 bit x86-64."
8916 msgstr ""
8917
8918 # type: =item
8919 #. type: =item
8920 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1034
8921 msgid "\"sparc\""
8922 msgstr ""
8923
8924 # type: textblock
8925 #. type: textblock
8926 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1036
8927 msgid "32 bit SPARC."
8928 msgstr ""
8929
8930 # type: =item
8931 #. type: =item
8932 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1038
8933 msgid "\"sparc64\""
8934 msgstr ""
8935
8936 # type: textblock
8937 #. type: textblock
8938 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1040
8939 msgid "64 bit SPARC V9 and above."
8940 msgstr ""
8941
8942 # type: =item
8943 #. type: =item
8944 #: ../src/guestfs-actions.pod:1564 ../fish/guestfish-actions.pod:1042
8945 msgid "\"ia64\""
8946 msgstr ""
8947
8948 # type: textblock
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:1566 ../fish/guestfish-actions.pod:1044
8951 msgid "Intel Itanium."
8952 msgstr ""
8953
8954 # type: =item
8955 #. type: =item
8956 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1046
8957 msgid "\"ppc\""
8958 msgstr ""
8959
8960 # type: textblock
8961 #. type: textblock
8962 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1048
8963 msgid "32 bit Power PC."
8964 msgstr ""
8965
8966 # type: =item
8967 #. type: =item
8968 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1050
8969 msgid "\"ppc64\""
8970 msgstr ""
8971
8972 # type: textblock
8973 #. type: textblock
8974 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1052
8975 msgid "64 bit Power PC."
8976 msgstr ""
8977
8978 # type: textblock
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1056
8981 msgid "Libguestfs may return other architecture strings in future."
8982 msgstr ""
8983
8984 # type: textblock
8985 #. type: textblock
8986 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1058
8987 msgid "The function works on at least the following types of files:"
8988 msgstr ""
8989
8990 # type: textblock
8991 #. type: textblock
8992 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1064
8993 msgid "many types of Un*x and Linux binary"
8994 msgstr ""
8995
8996 # type: textblock
8997 #. type: textblock
8998 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1068
8999 msgid "many types of Un*x and Linux shared library"
9000 msgstr ""
9001
9002 # type: textblock
9003 #. type: textblock
9004 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1072
9005 msgid "Windows Win32 and Win64 binaries"
9006 msgstr ""
9007
9008 # type: textblock
9009 #. type: textblock
9010 #: ../src/guestfs-actions.pod:1598 ../fish/guestfish-actions.pod:1076
9011 msgid "Windows Win32 and Win64 DLLs"
9012 msgstr ""
9013
9014 # type: textblock
9015 #. type: textblock
9016 #: ../src/guestfs-actions.pod:1600 ../fish/guestfish-actions.pod:1078
9017 msgid "Win32 binaries and DLLs return C<i386>."
9018 msgstr ""
9019
9020 # type: textblock
9021 #. type: textblock
9022 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1080
9023 msgid "Win64 binaries and DLLs return C<x86_64>."
9024 msgstr ""
9025
9026 # type: textblock
9027 #. type: textblock
9028 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1084
9029 msgid "Linux kernel modules"
9030 msgstr ""
9031
9032 # type: textblock
9033 #. type: textblock
9034 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1088
9035 msgid "Linux new-style initrd images"
9036 msgstr ""
9037
9038 # type: textblock
9039 #. type: textblock
9040 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1092
9041 msgid "some non-x86 Linux vmlinuz kernels"
9042 msgstr ""
9043
9044 # type: textblock
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1096
9047 msgid "What it can't do currently:"
9048 msgstr ""
9049
9050 # type: textblock
9051 #. type: textblock
9052 #: ../src/guestfs-actions.pod:1624 ../fish/guestfish-actions.pod:1102
9053 msgid "static libraries (libfoo.a)"
9054 msgstr ""
9055
9056 # type: textblock
9057 #. type: textblock
9058 #: ../src/guestfs-actions.pod:1628 ../fish/guestfish-actions.pod:1106
9059 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9060 msgstr ""
9061
9062 # type: textblock
9063 #. type: textblock
9064 #: ../src/guestfs-actions.pod:1632 ../fish/guestfish-actions.pod:1110
9065 msgid "x86 Linux vmlinuz kernels"
9066 msgstr ""
9067
9068 # type: textblock
9069 #. type: textblock
9070 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1112
9071 msgid ""
9072 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9073 "compressed code, and are horribly hard to unpack.  If you want to find the "
9074 "architecture of a kernel, use the architecture of the associated initrd or "
9075 "kernel module(s) instead."
9076 msgstr ""
9077
9078 # type: textblock
9079 #. type: textblock
9080 #: ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807
9081 #: ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:2505
9082 #: ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2612
9083 #: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2682
9084 #: ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2803
9085 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:3038
9086 #: ../src/guestfs-actions.pod:3170
9087 msgid "(Added in 1.5.3)"
9088 msgstr ""
9089
9090 # type: =head2
9091 #. type: =head2
9092 #: ../src/guestfs-actions.pod:1646
9093 msgid "guestfs_filesize"
9094 msgstr ""
9095
9096 # type: verbatim
9097 #. type: verbatim
9098 #: ../src/guestfs-actions.pod:1648
9099 #, no-wrap
9100 msgid ""
9101 " int64_t\n"
9102 " guestfs_filesize (guestfs_h *g,\n"
9103 "                   const char *file);\n"
9104 "\n"
9105 msgstr ""
9106
9107 # type: textblock
9108 #. type: textblock
9109 #: ../src/guestfs-actions.pod:1652 ../fish/guestfish-actions.pod:1123
9110 msgid "This command returns the size of C<file> in bytes."
9111 msgstr ""
9112
9113 # type: textblock
9114 #. type: textblock
9115 #: ../src/guestfs-actions.pod:1654
9116 msgid ""
9117 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9118 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9119 "devices, use C<guestfs_blockdev_getsize64>."
9120 msgstr ""
9121
9122 # type: textblock
9123 #. type: textblock
9124 #: ../src/guestfs-actions.pod:1660
9125 msgid "(Added in 1.0.82)"
9126 msgstr ""
9127
9128 # type: =head2
9129 #. type: =head2
9130 #: ../src/guestfs-actions.pod:1662
9131 msgid "guestfs_fill"
9132 msgstr ""
9133
9134 # type: verbatim
9135 #. type: verbatim
9136 #: ../src/guestfs-actions.pod:1664
9137 #, no-wrap
9138 msgid ""
9139 " int\n"
9140 " guestfs_fill (guestfs_h *g,\n"
9141 "               int c,\n"
9142 "               int len,\n"
9143 "               const char *path);\n"
9144 "\n"
9145 msgstr ""
9146
9147 # type: textblock
9148 #. type: textblock
9149 #: ../src/guestfs-actions.pod:1670 ../fish/guestfish-actions.pod:1133
9150 msgid ""
9151 "This command creates a new file called C<path>.  The initial content of the "
9152 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9153 "[0..255]>."
9154 msgstr ""
9155
9156 # type: textblock
9157 #. type: textblock
9158 #: ../src/guestfs-actions.pod:1674
9159 msgid ""
9160 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9161 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9162 "bytes use C<guestfs_fill_pattern>."
9163 msgstr ""
9164
9165 # type: textblock
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:1686
9168 msgid "(Added in 1.0.79)"
9169 msgstr ""
9170
9171 # type: =head2
9172 #. type: =head2
9173 #: ../src/guestfs-actions.pod:1688
9174 msgid "guestfs_fill_pattern"
9175 msgstr ""
9176
9177 # type: verbatim
9178 #. type: verbatim
9179 #: ../src/guestfs-actions.pod:1690
9180 #, no-wrap
9181 msgid ""
9182 " int\n"
9183 " guestfs_fill_pattern (guestfs_h *g,\n"
9184 "                       const char *pattern,\n"
9185 "                       int len,\n"
9186 "                       const char *path);\n"
9187 "\n"
9188 msgstr ""
9189
9190 # type: textblock
9191 #. type: textblock
9192 #: ../src/guestfs-actions.pod:1696
9193 msgid ""
9194 "This function is like C<guestfs_fill> except that it creates a new file of "
9195 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9196 "pattern is truncated if necessary to ensure the length of the file is "
9197 "exactly C<len> bytes."
9198 msgstr ""
9199
9200 # type: textblock
9201 #. type: textblock
9202 #: ../src/guestfs-actions.pod:1708
9203 msgid "(Added in 1.3.12)"
9204 msgstr ""
9205
9206 # type: =head2
9207 #. type: =head2
9208 #: ../src/guestfs-actions.pod:1710
9209 msgid "guestfs_find"
9210 msgstr ""
9211
9212 # type: verbatim
9213 #. type: verbatim
9214 #: ../src/guestfs-actions.pod:1712
9215 #, no-wrap
9216 msgid ""
9217 " char **\n"
9218 " guestfs_find (guestfs_h *g,\n"
9219 "               const char *directory);\n"
9220 "\n"
9221 msgstr ""
9222
9223 # type: textblock
9224 #. type: textblock
9225 #: ../src/guestfs-actions.pod:1716 ../fish/guestfish-actions.pod:1155
9226 msgid ""
9227 "This command lists out all files and directories, recursively, starting at "
9228 "C<directory>.  It is essentially equivalent to running the shell command "
9229 "C<find directory -print> but some post-processing happens on the output, "
9230 "described below."
9231 msgstr ""
9232
9233 # type: textblock
9234 #. type: textblock
9235 #: ../src/guestfs-actions.pod:1721 ../fish/guestfish-actions.pod:1160
9236 msgid ""
9237 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9238 "structure was:"
9239 msgstr ""
9240
9241 # type: verbatim
9242 #. type: verbatim
9243 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
9244 #, no-wrap
9245 msgid ""
9246 " /tmp/a\n"
9247 " /tmp/b\n"
9248 " /tmp/c/d\n"
9249 "\n"
9250 msgstr ""
9251
9252 # type: textblock
9253 #. type: textblock
9254 #: ../src/guestfs-actions.pod:1728
9255 msgid ""
9256 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9257 msgstr ""
9258
9259 # type: verbatim
9260 #. type: verbatim
9261 #: ../src/guestfs-actions.pod:1731 ../fish/guestfish-actions.pod:1170
9262 #, no-wrap
9263 msgid ""
9264 " a\n"
9265 " b\n"
9266 " c\n"
9267 " c/d\n"
9268 "\n"
9269 msgstr ""
9270
9271 # type: textblock
9272 #. type: textblock
9273 #: ../src/guestfs-actions.pod:1736 ../fish/guestfish-actions.pod:1175
9274 msgid "If C<directory> is not a directory, then this command returns an error."
9275 msgstr ""
9276
9277 # type: textblock
9278 #. type: textblock
9279 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
9280 msgid "The returned list is sorted."
9281 msgstr ""
9282
9283 # type: textblock
9284 #. type: textblock
9285 #: ../src/guestfs-actions.pod:1741
9286 msgid "See also C<guestfs_find0>."
9287 msgstr ""
9288
9289 # type: textblock
9290 #. type: textblock
9291 #: ../src/guestfs-actions.pod:1750 ../src/guestfs-actions.pod:3859
9292 #: ../src/guestfs-actions.pod:5390
9293 msgid "(Added in 1.0.27)"
9294 msgstr ""
9295
9296 # type: =head2
9297 #. type: =head2
9298 #: ../src/guestfs-actions.pod:1752
9299 msgid "guestfs_find0"
9300 msgstr ""
9301
9302 # type: verbatim
9303 #. type: verbatim
9304 #: ../src/guestfs-actions.pod:1754
9305 #, no-wrap
9306 msgid ""
9307 " int\n"
9308 " guestfs_find0 (guestfs_h *g,\n"
9309 "                const char *directory,\n"
9310 "                const char *files);\n"
9311 "\n"
9312 msgstr ""
9313
9314 # type: textblock
9315 #. type: textblock
9316 #: ../src/guestfs-actions.pod:1759 ../fish/guestfish-actions.pod:1189
9317 msgid ""
9318 "This command lists out all files and directories, recursively, starting at "
9319 "C<directory>, placing the resulting list in the external file called "
9320 "C<files>."
9321 msgstr ""
9322
9323 # type: textblock
9324 #. type: textblock
9325 #: ../src/guestfs-actions.pod:1763
9326 msgid ""
9327 "This command works the same way as C<guestfs_find> with the following "
9328 "exceptions:"
9329 msgstr ""
9330
9331 # type: textblock
9332 #. type: textblock
9333 #: ../src/guestfs-actions.pod:1770 ../fish/guestfish-actions.pod:1200
9334 msgid "The resulting list is written to an external file."
9335 msgstr ""
9336
9337 # type: textblock
9338 #. type: textblock
9339 #: ../src/guestfs-actions.pod:1774 ../fish/guestfish-actions.pod:1204
9340 msgid ""
9341 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9342 "L<find(1)> option I<-print0>."
9343 msgstr ""
9344
9345 # type: textblock
9346 #. type: textblock
9347 #: ../src/guestfs-actions.pod:1779 ../fish/guestfish-actions.pod:1209
9348 msgid "This command is not limited in the number of names that it can return."
9349 msgstr ""
9350
9351 # type: textblock
9352 #. type: textblock
9353 #: ../src/guestfs-actions.pod:1784 ../fish/guestfish-actions.pod:1214
9354 msgid "The result list is not sorted."
9355 msgstr ""
9356
9357 # type: textblock
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:1790
9360 msgid "(Added in 1.0.74)"
9361 msgstr ""
9362
9363 # type: =head2
9364 #. type: =head2
9365 #: ../src/guestfs-actions.pod:1792
9366 msgid "guestfs_findfs_label"
9367 msgstr ""
9368
9369 # type: verbatim
9370 #. type: verbatim
9371 #: ../src/guestfs-actions.pod:1794
9372 #, no-wrap
9373 msgid ""
9374 " char *\n"
9375 " guestfs_findfs_label (guestfs_h *g,\n"
9376 "                       const char *label);\n"
9377 "\n"
9378 msgstr ""
9379
9380 # type: textblock
9381 #. type: textblock
9382 #: ../src/guestfs-actions.pod:1798 ../fish/guestfish-actions.pod:1224
9383 msgid ""
9384 "This command searches the filesystems and returns the one which has the "
9385 "given label.  An error is returned if no such filesystem can be found."
9386 msgstr ""
9387
9388 # type: textblock
9389 #. type: textblock
9390 #: ../src/guestfs-actions.pod:1802
9391 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9392 msgstr ""
9393
9394 # type: =head2
9395 #. type: =head2
9396 #: ../src/guestfs-actions.pod:1809
9397 msgid "guestfs_findfs_uuid"
9398 msgstr ""
9399
9400 # type: verbatim
9401 #. type: verbatim
9402 #: ../src/guestfs-actions.pod:1811
9403 #, no-wrap
9404 msgid ""
9405 " char *\n"
9406 " guestfs_findfs_uuid (guestfs_h *g,\n"
9407 "                      const char *uuid);\n"
9408 "\n"
9409 msgstr ""
9410
9411 # type: textblock
9412 #. type: textblock
9413 #: ../src/guestfs-actions.pod:1815 ../fish/guestfish-actions.pod:1234
9414 msgid ""
9415 "This command searches the filesystems and returns the one which has the "
9416 "given UUID.  An error is returned if no such filesystem can be found."
9417 msgstr ""
9418
9419 # type: textblock
9420 #. type: textblock
9421 #: ../src/guestfs-actions.pod:1819
9422 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9423 msgstr ""
9424
9425 # type: =head2
9426 #. type: =head2
9427 #: ../src/guestfs-actions.pod:1826
9428 msgid "guestfs_fsck"
9429 msgstr ""
9430
9431 # type: verbatim
9432 #. type: verbatim
9433 #: ../src/guestfs-actions.pod:1828
9434 #, no-wrap
9435 msgid ""
9436 " int\n"
9437 " guestfs_fsck (guestfs_h *g,\n"
9438 "               const char *fstype,\n"
9439 "               const char *device);\n"
9440 "\n"
9441 msgstr ""
9442
9443 # type: textblock
9444 #. type: textblock
9445 #: ../src/guestfs-actions.pod:1833 ../fish/guestfish-actions.pod:1244
9446 msgid ""
9447 "This runs the filesystem checker (fsck) on C<device> which should have "
9448 "filesystem type C<fstype>."
9449 msgstr ""
9450
9451 # type: textblock
9452 #. type: textblock
9453 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
9454 msgid ""
9455 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9456 "codes from C<fsck>."
9457 msgstr ""
9458
9459 # type: textblock
9460 #. type: textblock
9461 #: ../src/guestfs-actions.pod:1845 ../fish/guestfish-actions.pod:1256
9462 msgid "Multiple status codes can be summed together."
9463 msgstr ""
9464
9465 # type: textblock
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1260
9468 msgid ""
9469 "A non-zero return code can mean \"success\", for example if errors have been "
9470 "corrected on the filesystem."
9471 msgstr ""
9472
9473 # type: textblock
9474 #. type: textblock
9475 #: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1265
9476 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9477 msgstr ""
9478
9479 # type: textblock
9480 #. type: textblock
9481 #: ../src/guestfs-actions.pod:1859 ../fish/guestfish-actions.pod:1270
9482 msgid ""
9483 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9484 msgstr ""
9485
9486 # type: textblock
9487 #. type: textblock
9488 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:7037
9489 msgid "(Added in 1.0.16)"
9490 msgstr ""
9491
9492 # type: =head2
9493 #. type: =head2
9494 #: ../src/guestfs-actions.pod:1865
9495 msgid "guestfs_get_append"
9496 msgstr ""
9497
9498 # type: verbatim
9499 #. type: verbatim
9500 #: ../src/guestfs-actions.pod:1867
9501 #, no-wrap
9502 msgid ""
9503 " const char *\n"
9504 " guestfs_get_append (guestfs_h *g);\n"
9505 "\n"
9506 msgstr ""
9507
9508 # type: textblock
9509 #. type: textblock
9510 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1276
9511 msgid ""
9512 "Return the additional kernel options which are added to the guest kernel "
9513 "command line."
9514 msgstr ""
9515
9516 # type: textblock
9517 #. type: textblock
9518 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
9519 msgid "If C<NULL> then no options are added."
9520 msgstr ""
9521
9522 # type: textblock
9523 #. type: textblock
9524 #: ../src/guestfs-actions.pod:1875
9525 msgid ""
9526 "This function returns a string which may be NULL.  There is no way to return "
9527 "an error from this function.  The string is owned by the guest handle and "
9528 "must I<not> be freed."
9529 msgstr ""
9530
9531 # type: textblock
9532 #. type: textblock
9533 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:5068
9534 #: ../src/guestfs-actions.pod:5531 ../src/guestfs-actions.pod:5899
9535 #: ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5934
9536 #: ../src/guestfs-actions.pod:5951 ../src/guestfs-actions.pod:6708
9537 #: ../src/guestfs-actions.pod:6726 ../src/guestfs-actions.pod:7080
9538 msgid "(Added in 1.0.26)"
9539 msgstr ""
9540
9541 # type: =head2
9542 #. type: =head2
9543 #: ../src/guestfs-actions.pod:1881
9544 msgid "guestfs_get_autosync"
9545 msgstr ""
9546
9547 # type: verbatim
9548 #. type: verbatim
9549 #: ../src/guestfs-actions.pod:1883
9550 #, no-wrap
9551 msgid ""
9552 " int\n"
9553 " guestfs_get_autosync (guestfs_h *g);\n"
9554 "\n"
9555 msgstr ""
9556
9557 # type: textblock
9558 #. type: textblock
9559 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1285
9560 msgid "Get the autosync flag."
9561 msgstr ""
9562
9563 # type: =head2
9564 #. type: =head2
9565 #: ../src/guestfs-actions.pod:1892
9566 msgid "guestfs_get_direct"
9567 msgstr ""
9568
9569 # type: verbatim
9570 #. type: verbatim
9571 #: ../src/guestfs-actions.pod:1894
9572 #, no-wrap
9573 msgid ""
9574 " int\n"
9575 " guestfs_get_direct (guestfs_h *g);\n"
9576 "\n"
9577 msgstr ""
9578
9579 # type: textblock
9580 #. type: textblock
9581 #: ../src/guestfs-actions.pod:1897 ../fish/guestfish-actions.pod:1291
9582 msgid "Return the direct appliance mode flag."
9583 msgstr ""
9584
9585 # type: textblock
9586 #. type: textblock
9587 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:5572
9588 msgid "(Added in 1.0.72)"
9589 msgstr ""
9590
9591 # type: =head2
9592 #. type: =head2
9593 #: ../src/guestfs-actions.pod:1903
9594 msgid "guestfs_get_e2label"
9595 msgstr ""
9596
9597 # type: verbatim
9598 #. type: verbatim
9599 #: ../src/guestfs-actions.pod:1905
9600 #, no-wrap
9601 msgid ""
9602 " char *\n"
9603 " guestfs_get_e2label (guestfs_h *g,\n"
9604 "                      const char *device);\n"
9605 "\n"
9606 msgstr ""
9607
9608 # type: textblock
9609 #. type: textblock
9610 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1297
9611 msgid ""
9612 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9613 msgstr ""
9614
9615 # type: textblock
9616 #. type: textblock
9617 #: ../src/guestfs-actions.pod:1915 ../fish/guestfish-actions.pod:1300
9618 msgid ""
9619 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9620 msgstr ""
9621
9622 # type: textblock
9623 #. type: textblock
9624 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1943
9625 #: ../src/guestfs-actions.pod:5590 ../src/guestfs-actions.pod:5609
9626 msgid "(Added in 1.0.15)"
9627 msgstr ""
9628
9629 # type: =head2
9630 #. type: =head2
9631 #: ../src/guestfs-actions.pod:1924
9632 msgid "guestfs_get_e2uuid"
9633 msgstr ""
9634
9635 # type: verbatim
9636 #. type: verbatim
9637 #: ../src/guestfs-actions.pod:1926
9638 #, no-wrap
9639 msgid ""
9640 " char *\n"
9641 " guestfs_get_e2uuid (guestfs_h *g,\n"
9642 "                     const char *device);\n"
9643 "\n"
9644 msgstr ""
9645
9646 # type: textblock
9647 #. type: textblock
9648 #: ../src/guestfs-actions.pod:1930 ../fish/guestfish-actions.pod:1311
9649 msgid ""
9650 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9651 msgstr ""
9652
9653 # type: textblock
9654 #. type: textblock
9655 #: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1314
9656 msgid ""
9657 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9658 msgstr ""
9659
9660 # type: =head2
9661 #. type: =head2
9662 #: ../src/guestfs-actions.pod:1945
9663 msgid "guestfs_get_memsize"
9664 msgstr ""
9665
9666 # type: verbatim
9667 #. type: verbatim
9668 #: ../src/guestfs-actions.pod:1947
9669 #, no-wrap
9670 msgid ""
9671 " int\n"
9672 " guestfs_get_memsize (guestfs_h *g);\n"
9673 "\n"
9674 msgstr ""
9675
9676 # type: textblock
9677 #. type: textblock
9678 #: ../src/guestfs-actions.pod:1950 ../fish/guestfish-actions.pod:1325
9679 msgid ""
9680 "This gets the memory size in megabytes allocated to the qemu subprocess."
9681 msgstr ""
9682
9683 # type: textblock
9684 #. type: textblock
9685 #: ../src/guestfs-actions.pod:1953
9686 msgid ""
9687 "If C<guestfs_set_memsize> was not called on this handle, and if "
9688 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9689 "value for memsize."
9690 msgstr ""
9691
9692 # type: textblock
9693 #. type: textblock
9694 #: ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:2038
9695 #: ../src/guestfs-actions.pod:5625 ../src/guestfs-actions.pod:5732
9696 #: ../fish/guestfish-actions.pod:1332 ../fish/guestfish-actions.pod:1383
9697 #: ../fish/guestfish-actions.pod:3752 ../fish/guestfish-actions.pod:3839
9698 msgid ""
9699 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9700 msgstr ""
9701
9702 # type: textblock
9703 #. type: textblock
9704 #: ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:4150
9705 #: ../src/guestfs-actions.pod:4335 ../src/guestfs-actions.pod:4354
9706 #: ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4385
9707 #: ../src/guestfs-actions.pod:4402 ../src/guestfs-actions.pod:4415
9708 #: ../src/guestfs-actions.pod:5293 ../src/guestfs-actions.pod:5630
9709 #: ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:6474
9710 msgid "(Added in 1.0.55)"
9711 msgstr ""
9712
9713 # type: =head2
9714 #. type: =head2
9715 #: ../src/guestfs-actions.pod:1964
9716 msgid "guestfs_get_network"
9717 msgstr ""
9718
9719 # type: verbatim
9720 #. type: verbatim
9721 #: ../src/guestfs-actions.pod:1966
9722 #, no-wrap
9723 msgid ""
9724 " int\n"
9725 " guestfs_get_network (guestfs_h *g);\n"
9726 "\n"
9727 msgstr ""
9728
9729 # type: textblock
9730 #. type: textblock
9731 #: ../src/guestfs-actions.pod:1969 ../fish/guestfish-actions.pod:1339
9732 msgid "This returns the enable network flag."
9733 msgstr ""
9734
9735 # type: textblock
9736 #. type: textblock
9737 #: ../src/guestfs-actions.pod:1973 ../src/guestfs-actions.pod:5649
9738 msgid "(Added in 1.5.4)"
9739 msgstr ""
9740
9741 # type: =head2
9742 #. type: =head2
9743 #: ../src/guestfs-actions.pod:1975
9744 msgid "guestfs_get_path"
9745 msgstr ""
9746
9747 # type: verbatim
9748 #. type: verbatim
9749 #: ../src/guestfs-actions.pod:1977
9750 #, no-wrap
9751 msgid ""
9752 " const char *\n"
9753 " guestfs_get_path (guestfs_h *g);\n"
9754 "\n"
9755 msgstr ""
9756
9757 # type: textblock
9758 #. type: textblock
9759 #: ../src/guestfs-actions.pod:1980 ../fish/guestfish-actions.pod:1345
9760 msgid "Return the current search path."
9761 msgstr ""
9762
9763 # type: textblock
9764 #. type: textblock
9765 #: ../src/guestfs-actions.pod:1982 ../fish/guestfish-actions.pod:1347
9766 msgid ""
9767 "This is always non-NULL.  If it wasn't set already, then this will return "
9768 "the default path."
9769 msgstr ""
9770
9771 # type: textblock
9772 #. type: textblock
9773 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:2014
9774 msgid ""
9775 "This function returns a string, or NULL on error.  The string is owned by "
9776 "the guest handle and must I<not> be freed."
9777 msgstr ""
9778
9779 # type: =head2
9780 #. type: =head2
9781 #: ../src/guestfs-actions.pod:1990
9782 msgid "guestfs_get_pid"
9783 msgstr ""
9784
9785 # type: verbatim
9786 #. type: verbatim
9787 #: ../src/guestfs-actions.pod:1992
9788 #, no-wrap
9789 msgid ""
9790 " int\n"
9791 " guestfs_get_pid (guestfs_h *g);\n"
9792 "\n"
9793 msgstr ""
9794
9795 # type: textblock
9796 #. type: textblock
9797 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1356
9798 msgid ""
9799 "Return the process ID of the qemu subprocess.  If there is no qemu "
9800 "subprocess, then this will return an error."
9801 msgstr ""
9802
9803 # type: textblock
9804 #. type: textblock
9805 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
9806 msgid "This is an internal call used for debugging and testing."
9807 msgstr ""
9808
9809 # type: textblock
9810 #. type: textblock
9811 #: ../src/guestfs-actions.pod:2002
9812 msgid "(Added in 1.0.56)"
9813 msgstr ""
9814
9815 # type: =head2
9816 #. type: =head2
9817 #: ../src/guestfs-actions.pod:2004
9818 msgid "guestfs_get_qemu"
9819 msgstr ""
9820
9821 # type: verbatim
9822 #. type: verbatim
9823 #: ../src/guestfs-actions.pod:2006
9824 #, no-wrap
9825 msgid ""
9826 " const char *\n"
9827 " guestfs_get_qemu (guestfs_h *g);\n"
9828 "\n"
9829 msgstr ""
9830
9831 # type: textblock
9832 #. type: textblock
9833 #: ../src/guestfs-actions.pod:2009 ../fish/guestfish-actions.pod:1365
9834 msgid "Return the current qemu binary."
9835 msgstr ""
9836
9837 # type: textblock
9838 #. type: textblock
9839 #: ../src/guestfs-actions.pod:2011 ../fish/guestfish-actions.pod:1367
9840 msgid ""
9841 "This is always non-NULL.  If it wasn't set already, then this will return "
9842 "the default qemu binary name."
9843 msgstr ""
9844
9845 # type: textblock
9846 #. type: textblock
9847 #: ../src/guestfs-actions.pod:2017 ../src/guestfs-actions.pod:5694
9848 msgid "(Added in 1.0.6)"
9849 msgstr ""
9850
9851 # type: =head2
9852 #. type: =head2
9853 #: ../src/guestfs-actions.pod:2019
9854 msgid "guestfs_get_recovery_proc"
9855 msgstr ""
9856
9857 # type: verbatim
9858 #. type: verbatim
9859 #: ../src/guestfs-actions.pod:2021
9860 #, no-wrap
9861 msgid ""
9862 " int\n"
9863 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9864 "\n"
9865 msgstr ""
9866
9867 # type: textblock
9868 #. type: textblock
9869 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1374
9870 msgid "Return the recovery process enabled flag."
9871 msgstr ""
9872
9873 # type: textblock
9874 #. type: textblock
9875 #: ../src/guestfs-actions.pod:2028 ../src/guestfs-actions.pod:3260
9876 #: ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3957
9877 #: ../src/guestfs-actions.pod:3989 ../src/guestfs-actions.pod:4998
9878 #: ../src/guestfs-actions.pod:5341 ../src/guestfs-actions.pod:5718
9879 #: ../src/guestfs-actions.pod:6377 ../src/guestfs-actions.pod:6397
9880 #: ../src/guestfs-actions.pod:6589
9881 msgid "(Added in 1.0.77)"
9882 msgstr ""
9883
9884 # type: =head2
9885 #. type: =head2
9886 #: ../src/guestfs-actions.pod:2030
9887 msgid "guestfs_get_selinux"
9888 msgstr ""
9889
9890 # type: verbatim
9891 #. type: verbatim
9892 #: ../src/guestfs-actions.pod:2032
9893 #, no-wrap
9894 msgid ""
9895 " int\n"
9896 " guestfs_get_selinux (guestfs_h *g);\n"
9897 "\n"
9898 msgstr ""
9899
9900 # type: textblock
9901 #. type: textblock
9902 #: ../src/guestfs-actions.pod:2035
9903 msgid ""
9904 "This returns the current setting of the selinux flag which is passed to the "
9905 "appliance at boot time.  See C<guestfs_set_selinux>."
9906 msgstr ""
9907
9908 # type: textblock
9909 #. type: textblock
9910 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:2106
9911 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5791
9912 msgid "(Added in 1.0.67)"
9913 msgstr ""
9914
9915 # type: =head2
9916 #. type: =head2
9917 #: ../src/guestfs-actions.pod:2045
9918 msgid "guestfs_get_state"
9919 msgstr ""
9920
9921 # type: verbatim
9922 #. type: verbatim
9923 #: ../src/guestfs-actions.pod:2047
9924 #, no-wrap
9925 msgid ""
9926 " int\n"
9927 " guestfs_get_state (guestfs_h *g);\n"
9928 "\n"
9929 msgstr ""
9930
9931 # type: textblock
9932 #. type: textblock
9933 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9934 msgid ""
9935 "This returns the current state as an opaque integer.  This is only useful "
9936 "for printing debug and internal error messages."
9937 msgstr ""
9938
9939 # type: textblock
9940 #. type: textblock
9941 #: ../src/guestfs-actions.pod:2053 ../src/guestfs-actions.pod:3063
9942 #: ../src/guestfs-actions.pod:3092 ../src/guestfs-actions.pod:3153
9943 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:1393
9944 #: ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2150
9945 #: ../fish/guestfish-actions.pod:2188 ../fish/guestfish-actions.pod:2204
9946 msgid "For more information on states, see L<guestfs(3)>."
9947 msgstr ""
9948
9949 # type: =head2
9950 #. type: =head2
9951 #: ../src/guestfs-actions.pod:2059
9952 msgid "guestfs_get_trace"
9953 msgstr ""
9954
9955 # type: verbatim
9956 #. type: verbatim
9957 #: ../src/guestfs-actions.pod:2061
9958 #, no-wrap
9959 msgid ""
9960 " int\n"
9961 " guestfs_get_trace (guestfs_h *g);\n"
9962 "\n"
9963 msgstr ""
9964
9965 # type: textblock
9966 #. type: textblock
9967 #: ../src/guestfs-actions.pod:2064 ../fish/guestfish-actions.pod:1399
9968 msgid "Return the command trace flag."
9969 msgstr ""
9970
9971 # type: =head2
9972 #. type: =head2
9973 #: ../src/guestfs-actions.pod:2070
9974 msgid "guestfs_get_umask"
9975 msgstr ""
9976
9977 # type: verbatim
9978 #. type: verbatim
9979 #: ../src/guestfs-actions.pod:2072
9980 #, no-wrap
9981 msgid ""
9982 " int\n"
9983 " guestfs_get_umask (guestfs_h *g);\n"
9984 "\n"
9985 msgstr ""
9986
9987 # type: textblock
9988 #. type: textblock
9989 #: ../src/guestfs-actions.pod:2075
9990 msgid ""
9991 "Return the current umask.  By default the umask is C<022> unless it has been "
9992 "set by calling C<guestfs_umask>."
9993 msgstr ""
9994
9995 # type: =head2
9996 #. type: =head2
9997 #: ../src/guestfs-actions.pod:2082
9998 msgid "guestfs_get_verbose"
9999 msgstr ""
10000
10001 # type: verbatim
10002 #. type: verbatim
10003 #: ../src/guestfs-actions.pod:2084
10004 #, no-wrap
10005 msgid ""
10006 " int\n"
10007 " guestfs_get_verbose (guestfs_h *g);\n"
10008 "\n"
10009 msgstr ""
10010
10011 # type: textblock
10012 #. type: textblock
10013 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
10014 msgid "This returns the verbose messages flag."
10015 msgstr ""
10016
10017 # type: =head2
10018 #. type: =head2
10019 #: ../src/guestfs-actions.pod:2093
10020 msgid "guestfs_getcon"
10021 msgstr ""
10022
10023 # type: verbatim
10024 #. type: verbatim
10025 #: ../src/guestfs-actions.pod:2095
10026 #, no-wrap
10027 msgid ""
10028 " char *\n"
10029 " guestfs_getcon (guestfs_h *g);\n"
10030 "\n"
10031 msgstr ""
10032
10033 # type: textblock
10034 #. type: textblock
10035 #: ../src/guestfs-actions.pod:2098 ../fish/guestfish-actions.pod:1418
10036 msgid "This gets the SELinux security context of the daemon."
10037 msgstr ""
10038
10039 # type: textblock
10040 #. type: textblock
10041 #: ../src/guestfs-actions.pod:2100
10042 msgid ""
10043 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10044 msgstr ""
10045
10046 # type: =head2
10047 #. type: =head2
10048 #: ../src/guestfs-actions.pod:2108
10049 msgid "guestfs_getxattr"
10050 msgstr ""
10051
10052 # type: verbatim
10053 #. type: verbatim
10054 #: ../src/guestfs-actions.pod:2110
10055 #, no-wrap
10056 msgid ""
10057 " char *\n"
10058 " guestfs_getxattr (guestfs_h *g,\n"
10059 "                   const char *path,\n"
10060 "                   const char *name,\n"
10061 "                   size_t *size_r);\n"
10062 "\n"
10063 msgstr ""
10064
10065 # type: textblock
10066 #. type: textblock
10067 #: ../src/guestfs-actions.pod:2116
10068 msgid ""
10069 "Get a single extended attribute from file C<path> named C<name>.  This call "
10070 "follows symlinks.  If you want to lookup an extended attribute for the "
10071 "symlink itself, use C<guestfs_lgetxattr>."
10072 msgstr ""
10073
10074 # type: textblock
10075 #. type: textblock
10076 #: ../src/guestfs-actions.pod:2120 ../src/guestfs-actions.pod:3274
10077 msgid ""
10078 "Normally it is better to get all extended attributes from a file in one go "
10079 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10080 "implementations are buggy and do not provide a way to list out attributes.  "
10081 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10082 "extended attributes you want in advance and call this function."
10083 msgstr ""
10084
10085 # type: textblock
10086 #. type: textblock
10087 #: ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:3281
10088 #: ../fish/guestfish-actions.pod:1438 ../fish/guestfish-actions.pod:2269
10089 msgid ""
10090 "Extended attribute values are blobs of binary data.  If there is no extended "
10091 "attribute named C<name>, this returns an error."
10092 msgstr ""
10093
10094 # type: textblock
10095 #. type: textblock
10096 #: ../src/guestfs-actions.pod:2130
10097 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10098 msgstr ""
10099
10100 # type: textblock
10101 #. type: textblock
10102 #: ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:2323
10103 #: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:4991
10104 #: ../src/guestfs-actions.pod:5017 ../src/guestfs-actions.pod:5198
10105 msgid ""
10106 "This function returns a buffer, or NULL on error.  The size of the returned "
10107 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10108 "after use>."
10109 msgstr ""
10110
10111 #. type: textblock
10112 #: ../src/guestfs-actions.pod:2136 ../src/guestfs-actions.pod:3290
10113 msgid "(Added in 1.7.24)"
10114 msgstr ""
10115
10116 # type: =head2
10117 #. type: =head2
10118 #: ../src/guestfs-actions.pod:2138
10119 msgid "guestfs_getxattrs"
10120 msgstr ""
10121
10122 # type: verbatim
10123 #. type: verbatim
10124 #: ../src/guestfs-actions.pod:2140
10125 #, no-wrap
10126 msgid ""
10127 " struct guestfs_xattr_list *\n"
10128 " guestfs_getxattrs (guestfs_h *g,\n"
10129 "                    const char *path);\n"
10130 "\n"
10131 msgstr ""
10132
10133 # type: textblock
10134 #. type: textblock
10135 #: ../src/guestfs-actions.pod:2144 ../fish/guestfish-actions.pod:1447
10136 msgid ""
10137 "This call lists the extended attributes of the file or directory C<path>."
10138 msgstr ""
10139
10140 # type: textblock
10141 #. type: textblock
10142 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
10143 msgid ""
10144 "At the system call level, this is a combination of the L<listxattr(2)> and "
10145 "L<getxattr(2)> calls."
10146 msgstr ""
10147
10148 # type: textblock
10149 #. type: textblock
10150 #: ../src/guestfs-actions.pod:2150
10151 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10152 msgstr ""
10153
10154 # type: textblock
10155 #. type: textblock
10156 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:3302
10157 #: ../src/guestfs-actions.pod:3953
10158 msgid ""
10159 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10160 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10161 msgstr ""
10162
10163 # type: textblock
10164 #. type: textblock
10165 #: ../src/guestfs-actions.pod:2156 ../src/guestfs-actions.pod:3306
10166 #: ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3507
10167 #: ../src/guestfs-actions.pod:5371 ../src/guestfs-actions.pod:5810
10168 #: ../src/guestfs-actions.pod:7145
10169 msgid "(Added in 1.0.59)"
10170 msgstr ""
10171
10172 # type: =head2
10173 #. type: =head2
10174 #: ../src/guestfs-actions.pod:2158
10175 msgid "guestfs_glob_expand"
10176 msgstr ""
10177
10178 # type: verbatim
10179 #. type: verbatim
10180 #: ../src/guestfs-actions.pod:2160
10181 #, no-wrap
10182 msgid ""
10183 " char **\n"
10184 " guestfs_glob_expand (guestfs_h *g,\n"
10185 "                      const char *pattern);\n"
10186 "\n"
10187 msgstr ""
10188
10189 # type: textblock
10190 #. type: textblock
10191 #: ../src/guestfs-actions.pod:2164 ../fish/guestfish-actions.pod:1459
10192 msgid ""
10193 "This command searches for all the pathnames matching C<pattern> according to "
10194 "the wildcard expansion rules used by the shell."
10195 msgstr ""
10196
10197 # type: textblock
10198 #. type: textblock
10199 #: ../src/guestfs-actions.pod:2168 ../fish/guestfish-actions.pod:1463
10200 msgid ""
10201 "If no paths match, then this returns an empty list (note: not an error)."
10202 msgstr ""
10203
10204 # type: textblock
10205 #. type: textblock
10206 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
10207 msgid ""
10208 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10209 "GLOB_BRACE>.  See that manual page for more details."
10210 msgstr ""
10211
10212 # type: textblock
10213 #. type: textblock
10214 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:5975
10215 #: ../src/guestfs-actions.pod:5992
10216 msgid "(Added in 1.0.50)"
10217 msgstr ""
10218
10219 # type: =head2
10220 #. type: =head2
10221 #: ../src/guestfs-actions.pod:2181
10222 msgid "guestfs_grep"
10223 msgstr ""
10224
10225 # type: verbatim
10226 #. type: verbatim
10227 #: ../src/guestfs-actions.pod:2183
10228 #, no-wrap
10229 msgid ""
10230 " char **\n"
10231 " guestfs_grep (guestfs_h *g,\n"
10232 "               const char *regex,\n"
10233 "               const char *path);\n"
10234 "\n"
10235 msgstr ""
10236
10237 # type: textblock
10238 #. type: textblock
10239 #: ../src/guestfs-actions.pod:2188 ../fish/guestfish-actions.pod:1474
10240 msgid "This calls the external C<grep> program and returns the matching lines."
10241 msgstr ""
10242
10243 # type: =head2
10244 #. type: =head2
10245 #: ../src/guestfs-actions.pod:2200
10246 msgid "guestfs_grepi"
10247 msgstr ""
10248
10249 # type: verbatim
10250 #. type: verbatim
10251 #: ../src/guestfs-actions.pod:2202
10252 #, no-wrap
10253 msgid ""
10254 " char **\n"
10255 " guestfs_grepi (guestfs_h *g,\n"
10256 "                const char *regex,\n"
10257 "                const char *path);\n"
10258 "\n"
10259 msgstr ""
10260
10261 # type: textblock
10262 #. type: textblock
10263 #: ../src/guestfs-actions.pod:2207 ../fish/guestfish-actions.pod:1484
10264 msgid ""
10265 "This calls the external C<grep -i> program and returns the matching lines."
10266 msgstr ""
10267
10268 # type: =head2
10269 #. type: =head2
10270 #: ../src/guestfs-actions.pod:2219
10271 msgid "guestfs_grub_install"
10272 msgstr ""
10273
10274 # type: verbatim
10275 #. type: verbatim
10276 #: ../src/guestfs-actions.pod:2221
10277 #, no-wrap
10278 msgid ""
10279 " int\n"
10280 " guestfs_grub_install (guestfs_h *g,\n"
10281 "                       const char *root,\n"
10282 "                       const char *device);\n"
10283 "\n"
10284 msgstr ""
10285
10286 # type: textblock
10287 #. type: textblock
10288 #: ../src/guestfs-actions.pod:2226 ../fish/guestfish-actions.pod:1494
10289 msgid ""
10290 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10291 "the root directory being C<root>."
10292 msgstr ""
10293
10294 # type: textblock
10295 #. type: textblock
10296 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
10297 msgid ""
10298 "Note: If grub-install reports the error \"No suitable drive was found in the "
10299 "generated device map.\" it may be that you need to create a C</boot/grub/"
10300 "device.map> file first that contains the mapping between grub device names "
10301 "and Linux device names.  It is usually sufficient to create a file "
10302 "containing:"
10303 msgstr ""
10304
10305 # type: verbatim
10306 #. type: verbatim
10307 #: ../src/guestfs-actions.pod:2236 ../fish/guestfish-actions.pod:1504
10308 #, no-wrap
10309 msgid ""
10310 " (hd0) /dev/vda\n"
10311 "\n"
10312 msgstr ""
10313
10314 # type: textblock
10315 #. type: textblock
10316 #: ../src/guestfs-actions.pod:2238 ../fish/guestfish-actions.pod:1506
10317 msgid "replacing C</dev/vda> with the name of the installation device."
10318 msgstr ""
10319
10320 # type: textblock
10321 #. type: textblock
10322 #: ../src/guestfs-actions.pod:2242
10323 msgid "(Added in 1.0.17)"
10324 msgstr ""
10325
10326 # type: =head2
10327 #. type: =head2
10328 #: ../src/guestfs-actions.pod:2244
10329 msgid "guestfs_head"
10330 msgstr ""
10331
10332 # type: verbatim
10333 #. type: verbatim
10334 #: ../src/guestfs-actions.pod:2246
10335 #, no-wrap
10336 msgid ""
10337 " char **\n"
10338 " guestfs_head (guestfs_h *g,\n"
10339 "               const char *path);\n"
10340 "\n"
10341 msgstr ""
10342
10343 # type: textblock
10344 #. type: textblock
10345 #: ../src/guestfs-actions.pod:2250 ../fish/guestfish-actions.pod:1512
10346 msgid ""
10347 "This command returns up to the first 10 lines of a file as a list of strings."
10348 msgstr ""
10349
10350 # type: =head2
10351 #. type: =head2
10352 #: ../src/guestfs-actions.pod:2262
10353 msgid "guestfs_head_n"
10354 msgstr ""
10355
10356 # type: verbatim
10357 #. type: verbatim
10358 #: ../src/guestfs-actions.pod:2264
10359 #, no-wrap
10360 msgid ""
10361 " char **\n"
10362 " guestfs_head_n (guestfs_h *g,\n"
10363 "                 int nrlines,\n"
10364 "                 const char *path);\n"
10365 "\n"
10366 msgstr ""
10367
10368 # type: textblock
10369 #. type: textblock
10370 #: ../src/guestfs-actions.pod:2269 ../fish/guestfish-actions.pod:1522
10371 msgid ""
10372 "If the parameter C<nrlines> is a positive number, this returns the first "
10373 "C<nrlines> lines of the file C<path>."
10374 msgstr ""
10375
10376 # type: textblock
10377 #. type: textblock
10378 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
10379 msgid ""
10380 "If the parameter C<nrlines> is a negative number, this returns lines from "
10381 "the file C<path>, excluding the last C<nrlines> lines."
10382 msgstr ""
10383
10384 # type: textblock
10385 #. type: textblock
10386 #: ../src/guestfs-actions.pod:2275 ../src/guestfs-actions.pod:6272
10387 #: ../fish/guestfish-actions.pod:1528 ../fish/guestfish-actions.pod:4185
10388 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10389 msgstr ""
10390
10391 # type: =head2
10392 #. type: =head2
10393 #: ../src/guestfs-actions.pod:2286
10394 msgid "guestfs_hexdump"
10395 msgstr ""
10396
10397 # type: verbatim
10398 #. type: verbatim
10399 #: ../src/guestfs-actions.pod:2288
10400 #, no-wrap
10401 msgid ""
10402 " char *\n"
10403 " guestfs_hexdump (guestfs_h *g,\n"
10404 "                  const char *path);\n"
10405 "\n"
10406 msgstr ""
10407
10408 # type: textblock
10409 #. type: textblock
10410 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1537
10411 msgid ""
10412 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10413 "readable, canonical hex dump of the file."
10414 msgstr ""
10415
10416 # type: textblock
10417 #. type: textblock
10418 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6056
10419 #: ../src/guestfs-actions.pod:6111
10420 msgid "(Added in 1.0.22)"
10421 msgstr ""
10422
10423 # type: =head2
10424 #. type: =head2
10425 #: ../src/guestfs-actions.pod:2303
10426 msgid "guestfs_initrd_cat"
10427 msgstr ""
10428
10429 # type: verbatim
10430 #. type: verbatim
10431 #: ../src/guestfs-actions.pod:2305
10432 #, no-wrap
10433 msgid ""
10434 " char *\n"
10435 " guestfs_initrd_cat (guestfs_h *g,\n"
10436 "                     const char *initrdpath,\n"
10437 "                     const char *filename,\n"
10438 "                     size_t *size_r);\n"
10439 "\n"
10440 msgstr ""
10441
10442 # type: textblock
10443 #. type: textblock
10444 #: ../src/guestfs-actions.pod:2311 ../fish/guestfish-actions.pod:1547
10445 msgid ""
10446 "This command unpacks the file C<filename> from the initrd file called "
10447 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10448 "character."
10449 msgstr ""
10450
10451 # type: textblock
10452 #. type: textblock
10453 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1551
10454 msgid ""
10455 "For example, in guestfish you could use the following command to examine the "
10456 "boot script (usually called C</init>)  contained in a Linux initrd or "
10457 "initramfs image:"
10458 msgstr ""
10459
10460 # type: verbatim
10461 #. type: verbatim
10462 #: ../src/guestfs-actions.pod:2319 ../fish/guestfish-actions.pod:1555
10463 #, no-wrap
10464 msgid ""
10465 " initrd-cat /boot/initrd-<version>.img init\n"
10466 "\n"
10467 msgstr ""
10468
10469 # type: textblock
10470 #. type: textblock
10471 #: ../src/guestfs-actions.pod:2321
10472 msgid "See also C<guestfs_initrd_list>."
10473 msgstr ""
10474
10475 # type: =head2
10476 #. type: =head2
10477 #: ../src/guestfs-actions.pod:2332
10478 msgid "guestfs_initrd_list"
10479 msgstr ""
10480
10481 # type: verbatim
10482 #. type: verbatim
10483 #: ../src/guestfs-actions.pod:2334
10484 #, no-wrap
10485 msgid ""
10486 " char **\n"
10487 " guestfs_initrd_list (guestfs_h *g,\n"
10488 "                      const char *path);\n"
10489 "\n"
10490 msgstr ""
10491
10492 # type: textblock
10493 #. type: textblock
10494 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1566
10495 msgid "This command lists out files contained in an initrd."
10496 msgstr ""
10497
10498 # type: textblock
10499 #. type: textblock
10500 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1568
10501 msgid ""
10502 "The files are listed without any initial C</> character.  The files are "
10503 "listed in the order they appear (not necessarily alphabetical).  Directory "
10504 "names are listed as separate items."
10505 msgstr ""
10506
10507 # type: textblock
10508 #. type: textblock
10509 #: ../src/guestfs-actions.pod:2344 ../fish/guestfish-actions.pod:1572
10510 msgid ""
10511 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10512 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10513 "files)."
10514 msgstr ""
10515
10516 # type: =head2
10517 #. type: =head2
10518 #: ../src/guestfs-actions.pod:2354
10519 msgid "guestfs_inotify_add_watch"
10520 msgstr ""
10521
10522 # type: verbatim
10523 #. type: verbatim
10524 #: ../src/guestfs-actions.pod:2356
10525 #, no-wrap
10526 msgid ""
10527 " int64_t\n"
10528 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10529 "                            const char *path,\n"
10530 "                            int mask);\n"
10531 "\n"
10532 msgstr ""
10533
10534 # type: textblock
10535 #. type: textblock
10536 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1580
10537 msgid "Watch C<path> for the events listed in C<mask>."
10538 msgstr ""
10539
10540 # type: textblock
10541 #. type: textblock
10542 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1582
10543 msgid ""
10544 "Note that if C<path> is a directory then events within that directory are "
10545 "watched, but this does I<not> happen recursively (in subdirectories)."
10546 msgstr ""
10547
10548 # type: textblock
10549 #. type: textblock
10550 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1586
10551 msgid ""
10552 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10553 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10554 msgstr ""
10555
10556 # type: =head2
10557 #. type: =head2
10558 #: ../src/guestfs-actions.pod:2375
10559 msgid "guestfs_inotify_close"
10560 msgstr ""
10561
10562 # type: verbatim
10563 #. type: verbatim
10564 #: ../src/guestfs-actions.pod:2377
10565 #, no-wrap
10566 msgid ""
10567 " int\n"
10568 " guestfs_inotify_close (guestfs_h *g);\n"
10569 "\n"
10570 msgstr ""
10571
10572 # type: textblock
10573 #. type: textblock
10574 #: ../src/guestfs-actions.pod:2380 ../fish/guestfish-actions.pod:1594
10575 msgid ""
10576 "This closes the inotify handle which was previously opened by inotify_init.  "
10577 "It removes all watches, throws away any pending events, and deallocates all "
10578 "resources."
10579 msgstr ""
10580
10581 # type: =head2
10582 #. type: =head2
10583 #: ../src/guestfs-actions.pod:2388
10584 msgid "guestfs_inotify_files"
10585 msgstr ""
10586
10587 # type: verbatim
10588 #. type: verbatim
10589 #: ../src/guestfs-actions.pod:2390
10590 #, no-wrap
10591 msgid ""
10592 " char **\n"
10593 " guestfs_inotify_files (guestfs_h *g);\n"
10594 "\n"
10595 msgstr ""
10596
10597 # type: textblock
10598 #. type: textblock
10599 #: ../src/guestfs-actions.pod:2393
10600 msgid ""
10601 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10602 "returns a list of pathnames of objects that were touched.  The returned "
10603 "pathnames are sorted and deduplicated."
10604 msgstr ""
10605
10606 # type: =head2
10607 #. type: =head2
10608 #: ../src/guestfs-actions.pod:2403
10609 msgid "guestfs_inotify_init"
10610 msgstr ""
10611
10612 # type: verbatim
10613 #. type: verbatim
10614 #: ../src/guestfs-actions.pod:2405
10615 #, no-wrap
10616 msgid ""
10617 " int\n"
10618 " guestfs_inotify_init (guestfs_h *g,\n"
10619 "                       int maxevents);\n"
10620 "\n"
10621 msgstr ""
10622
10623 # type: textblock
10624 #. type: textblock
10625 #: ../src/guestfs-actions.pod:2409 ../fish/guestfish-actions.pod:1610
10626 msgid ""
10627 "This command creates a new inotify handle.  The inotify subsystem can be "
10628 "used to notify events which happen to objects in the guest filesystem."
10629 msgstr ""
10630
10631 # type: textblock
10632 #. type: textblock
10633 #: ../src/guestfs-actions.pod:2413
10634 msgid ""
10635 "C<maxevents> is the maximum number of events which will be queued up between "
10636 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10637 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10638 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10639 "throws away events, but records the fact that it threw them away by setting "
10640 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10641 "C<guestfs_inotify_read>)."
10642 msgstr ""
10643
10644 # type: textblock
10645 #. type: textblock
10646 #: ../src/guestfs-actions.pod:2423
10647 msgid ""
10648 "Before any events are generated, you have to add some watches to the "
10649 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10650 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10651 msgstr ""
10652
10653 # type: textblock
10654 #. type: textblock
10655 #: ../src/guestfs-actions.pod:2429
10656 msgid ""
10657 "Queued up events should be read periodically by calling "
10658 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10659 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10660 "often enough then you risk the internal queue overflowing."
10661 msgstr ""
10662
10663 # type: textblock
10664 #. type: textblock
10665 #: ../src/guestfs-actions.pod:2436
10666 msgid ""
10667 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10668 "This also removes any watches automatically."
10669 msgstr ""
10670
10671 # type: textblock
10672 #. type: textblock
10673 #: ../src/guestfs-actions.pod:2440 ../fish/guestfish-actions.pod:1641
10674 msgid ""
10675 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10676 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10677 "that there is one global inotify handle per libguestfs instance."
10678 msgstr ""
10679
10680 # type: =head2
10681 #. type: =head2
10682 #: ../src/guestfs-actions.pod:2449
10683 msgid "guestfs_inotify_read"
10684 msgstr ""
10685
10686 # type: verbatim
10687 #. type: verbatim
10688 #: ../src/guestfs-actions.pod:2451
10689 #, no-wrap
10690 msgid ""
10691 " struct guestfs_inotify_event_list *\n"
10692 " guestfs_inotify_read (guestfs_h *g);\n"
10693 "\n"
10694 msgstr ""
10695
10696 # type: textblock
10697 #. type: textblock
10698 #: ../src/guestfs-actions.pod:2454 ../fish/guestfish-actions.pod:1650
10699 msgid ""
10700 "Return the complete queue of events that have happened since the previous "
10701 "read call."
10702 msgstr ""
10703
10704 # type: textblock
10705 #. type: textblock
10706 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
10707 msgid "If no events have happened, this returns an empty list."
10708 msgstr ""
10709
10710 # type: textblock
10711 #. type: textblock
10712 #: ../src/guestfs-actions.pod:2459 ../fish/guestfish-actions.pod:1655
10713 msgid ""
10714 "I<Note>: In order to make sure that all events have been read, you must call "
10715 "this function repeatedly until it returns an empty list.  The reason is that "
10716 "the call will read events up to the maximum appliance-to-host message size "
10717 "and leave remaining events in the queue."
10718 msgstr ""
10719
10720 # type: textblock
10721 #. type: textblock
10722 #: ../src/guestfs-actions.pod:2465
10723 msgid ""
10724 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10725 "there was an error.  I<The caller must call "
10726 "C<guestfs_free_inotify_event_list> after use>."
10727 msgstr ""
10728
10729 # type: =head2
10730 #. type: =head2
10731 #: ../src/guestfs-actions.pod:2471
10732 msgid "guestfs_inotify_rm_watch"
10733 msgstr ""
10734
10735 # type: verbatim
10736 #. type: verbatim
10737 #: ../src/guestfs-actions.pod:2473
10738 #, no-wrap
10739 msgid ""
10740 " int\n"
10741 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10742 "                           int wd);\n"
10743 "\n"
10744 msgstr ""
10745
10746 # type: textblock
10747 #. type: textblock
10748 #: ../src/guestfs-actions.pod:2477
10749 msgid ""
10750 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10751 msgstr ""
10752
10753 # type: =head2
10754 #. type: =head2
10755 #: ../src/guestfs-actions.pod:2484
10756 msgid "guestfs_inspect_get_arch"
10757 msgstr ""
10758
10759 # type: verbatim
10760 #. type: verbatim
10761 #: ../src/guestfs-actions.pod:2486
10762 #, no-wrap
10763 msgid ""
10764 " char *\n"
10765 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10766 "                           const char *root);\n"
10767 "\n"
10768 msgstr ""
10769
10770 # type: textblock
10771 #. type: textblock
10772 #: ../src/guestfs-actions.pod:2490 ../src/guestfs-actions.pod:2513
10773 #: ../src/guestfs-actions.pod:2594 ../src/guestfs-actions.pod:2620
10774 #: ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:2669
10775 #: ../src/guestfs-actions.pod:2690 ../src/guestfs-actions.pod:2727
10776 #: ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2787
10777 #: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:2873
10778 #: ../src/guestfs-actions.pod:2896
10779 msgid ""
10780 "This function should only be called with a root device string as returned by "
10781 "C<guestfs_inspect_os>."
10782 msgstr ""
10783
10784 # type: textblock
10785 #. type: textblock
10786 #: ../src/guestfs-actions.pod:2493
10787 msgid ""
10788 "This returns the architecture of the inspected operating system.  The "
10789 "possible return values are listed under C<guestfs_file_architecture>."
10790 msgstr ""
10791
10792 # type: textblock
10793 #. type: textblock
10794 #: ../src/guestfs-actions.pod:2497 ../fish/guestfish-actions.pod:1679
10795 msgid ""
10796 "If the architecture could not be determined, then the string C<unknown> is "
10797 "returned."
10798 msgstr ""
10799
10800 # type: textblock
10801 #. type: textblock
10802 #: ../src/guestfs-actions.pod:2500 ../src/guestfs-actions.pod:2581
10803 #: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2657
10804 #: ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2774
10805 #: ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:2817
10806 #: ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2883
10807 #: ../src/guestfs-actions.pod:2989 ../src/guestfs-actions.pod:3030
10808 #: ../fish/guestfish-actions.pod:1682 ../fish/guestfish-actions.pod:1756
10809 #: ../fish/guestfish-actions.pod:1789 ../fish/guestfish-actions.pod:1810
10810 #: ../fish/guestfish-actions.pod:1874 ../fish/guestfish-actions.pod:1898
10811 #: ../fish/guestfish-actions.pod:1915 ../fish/guestfish-actions.pod:1928
10812 #: ../fish/guestfish-actions.pod:1963 ../fish/guestfish-actions.pod:1979
10813 #: ../fish/guestfish-actions.pod:2078 ../fish/guestfish-actions.pod:2112
10814 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10815 msgstr ""
10816
10817 # type: =head2
10818 #. type: =head2
10819 #: ../src/guestfs-actions.pod:2507
10820 msgid "guestfs_inspect_get_distro"
10821 msgstr ""
10822
10823 # type: verbatim
10824 #. type: verbatim
10825 #: ../src/guestfs-actions.pod:2509
10826 #, no-wrap
10827 msgid ""
10828 " char *\n"
10829 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10830 "                             const char *root);\n"
10831 "\n"
10832 msgstr ""
10833
10834 # type: textblock
10835 #. type: textblock
10836 #: ../src/guestfs-actions.pod:2516 ../fish/guestfish-actions.pod:1691
10837 msgid ""
10838 "This returns the distro (distribution) of the inspected operating system."
10839 msgstr ""
10840
10841 # type: textblock
10842 #. type: textblock
10843 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
10844 msgid "Currently defined distros are:"
10845 msgstr ""
10846
10847 # type: =item
10848 #. type: =item
10849 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1698
10850 msgid "\"archlinux\""
10851 msgstr ""
10852
10853 # type: textblock
10854 #. type: textblock
10855 #: ../src/guestfs-actions.pod:2525 ../fish/guestfish-actions.pod:1700
10856 msgid "Arch Linux."
10857 msgstr ""
10858
10859 # type: =item
10860 #. type: =item
10861 #: ../src/guestfs-actions.pod:2527 ../fish/guestfish-actions.pod:1702
10862 msgid "\"debian\""
10863 msgstr ""
10864
10865 # type: textblock
10866 #. type: textblock
10867 #: ../src/guestfs-actions.pod:2529 ../fish/guestfish-actions.pod:1704
10868 msgid "Debian."
10869 msgstr ""
10870
10871 # type: =item
10872 #. type: =item
10873 #: ../src/guestfs-actions.pod:2531 ../fish/guestfish-actions.pod:1706
10874 msgid "\"fedora\""
10875 msgstr ""
10876
10877 # type: textblock
10878 #. type: textblock
10879 #: ../src/guestfs-actions.pod:2533 ../fish/guestfish-actions.pod:1708
10880 msgid "Fedora."
10881 msgstr ""
10882
10883 # type: =item
10884 #. type: =item
10885 #: ../src/guestfs-actions.pod:2535 ../fish/guestfish-actions.pod:1710
10886 msgid "\"gentoo\""
10887 msgstr ""
10888
10889 # type: textblock
10890 #. type: textblock
10891 #: ../src/guestfs-actions.pod:2537 ../fish/guestfish-actions.pod:1712
10892 msgid "Gentoo."
10893 msgstr ""
10894
10895 # type: =item
10896 #. type: =item
10897 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1714
10898 msgid "\"linuxmint\""
10899 msgstr ""
10900
10901 # type: textblock
10902 #. type: textblock
10903 #: ../src/guestfs-actions.pod:2541 ../fish/guestfish-actions.pod:1716
10904 msgid "Linux Mint."
10905 msgstr ""
10906
10907 # type: =item
10908 #. type: =item
10909 #: ../src/guestfs-actions.pod:2543 ../fish/guestfish-actions.pod:1718
10910 msgid "\"mandriva\""
10911 msgstr ""
10912
10913 # type: textblock
10914 #. type: textblock
10915 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1720
10916 msgid "Mandriva."
10917 msgstr ""
10918
10919 # type: =item
10920 #. type: =item
10921 #: ../src/guestfs-actions.pod:2547 ../fish/guestfish-actions.pod:1722
10922 msgid "\"meego\""
10923 msgstr ""
10924
10925 # type: textblock
10926 #. type: textblock
10927 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1724
10928 msgid "MeeGo."
10929 msgstr ""
10930
10931 # type: =item
10932 #. type: =item
10933 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1726
10934 msgid "\"pardus\""
10935 msgstr ""
10936
10937 # type: textblock
10938 #. type: textblock
10939 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1728
10940 msgid "Pardus."
10941 msgstr ""
10942
10943 # type: =item
10944 #. type: =item
10945 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1730
10946 msgid "\"redhat-based\""
10947 msgstr ""
10948
10949 # type: textblock
10950 #. type: textblock
10951 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1732
10952 msgid "Some Red Hat-derived distro."
10953 msgstr ""
10954
10955 # type: =item
10956 #. type: =item
10957 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1734
10958 msgid "\"rhel\""
10959 msgstr ""
10960
10961 # type: textblock
10962 #. type: textblock
10963 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1736
10964 msgid "Red Hat Enterprise Linux and some derivatives."
10965 msgstr ""
10966
10967 # type: =item
10968 #. type: =item
10969 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1738
10970 msgid "\"ubuntu\""
10971 msgstr ""
10972
10973 # type: textblock
10974 #. type: textblock
10975 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1740
10976 msgid "Ubuntu."
10977 msgstr ""
10978
10979 # type: =item
10980 #. type: =item
10981 #: ../src/guestfs-actions.pod:2567 ../src/guestfs-actions.pod:2851
10982 #: ../fish/guestfish-actions.pod:1742 ../fish/guestfish-actions.pod:1954
10983 msgid "\"unknown\""
10984 msgstr ""
10985
10986 # type: textblock
10987 #. type: textblock
10988 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1744
10989 msgid "The distro could not be determined."
10990 msgstr ""
10991
10992 # type: =item
10993 #. type: =item
10994 #: ../src/guestfs-actions.pod:2571 ../src/guestfs-actions.pod:2843
10995 #: ../fish/guestfish-actions.pod:1746 ../fish/guestfish-actions.pod:1946
10996 msgid "\"windows\""
10997 msgstr ""
10998
10999 # type: textblock
11000 #. type: textblock
11001 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1748
11002 msgid ""
11003 "Windows does not have distributions.  This string is returned if the OS type "
11004 "is Windows."
11005 msgstr ""
11006
11007 # type: textblock
11008 #. type: textblock
11009 #: ../src/guestfs-actions.pod:2578 ../src/guestfs-actions.pod:2857
11010 #: ../fish/guestfish-actions.pod:1753 ../fish/guestfish-actions.pod:1960
11011 msgid ""
11012 "Future versions of libguestfs may return other strings here.  The caller "
11013 "should be prepared to handle any string."
11014 msgstr ""
11015
11016 # type: =head2
11017 #. type: =head2
11018 #: ../src/guestfs-actions.pod:2588
11019 msgid "guestfs_inspect_get_filesystems"
11020 msgstr ""
11021
11022 # type: verbatim
11023 #. type: verbatim
11024 #: ../src/guestfs-actions.pod:2590
11025 #, no-wrap
11026 msgid ""
11027 " char **\n"
11028 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11029 "                                  const char *root);\n"
11030 "\n"
11031 msgstr ""
11032
11033 # type: textblock
11034 #. type: textblock
11035 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1765
11036 msgid ""
11037 "This returns a list of all the filesystems that we think are associated with "
11038 "this operating system.  This includes the root filesystem, other ordinary "
11039 "filesystems, and non-mounted devices like swap partitions."
11040 msgstr ""
11041
11042 # type: textblock
11043 #. type: textblock
11044 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1770
11045 msgid ""
11046 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11047 "to be shared between operating systems."
11048 msgstr ""
11049
11050 # type: textblock
11051 #. type: textblock
11052 #: ../src/guestfs-actions.pod:2605
11053 msgid ""
11054 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11055 "C<guestfs_inspect_get_mountpoints>."
11056 msgstr ""
11057
11058 # type: =head2
11059 #. type: =head2
11060 #: ../src/guestfs-actions.pod:2614
11061 msgid "guestfs_inspect_get_hostname"
11062 msgstr ""
11063
11064 # type: verbatim
11065 #. type: verbatim
11066 #: ../src/guestfs-actions.pod:2616
11067 #, no-wrap
11068 msgid ""
11069 " char *\n"
11070 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11071 "                               const char *root);\n"
11072 "\n"
11073 msgstr ""
11074
11075 # type: textblock
11076 #. type: textblock
11077 #: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1783
11078 msgid ""
11079 "This function returns the hostname of the operating system as found by "
11080 "inspection of the guest's configuration files."
11081 msgstr ""
11082
11083 # type: textblock
11084 #. type: textblock
11085 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
11086 msgid ""
11087 "If the hostname could not be determined, then the string C<unknown> is "
11088 "returned."
11089 msgstr ""
11090
11091 # type: textblock
11092 #. type: textblock
11093 #: ../src/guestfs-actions.pod:2634
11094 msgid "(Added in 1.7.9)"
11095 msgstr ""
11096
11097 # type: =head2
11098 #. type: =head2
11099 #: ../src/guestfs-actions.pod:2636
11100 msgid "guestfs_inspect_get_major_version"
11101 msgstr ""
11102
11103 # type: verbatim
11104 #. type: verbatim
11105 #: ../src/guestfs-actions.pod:2638
11106 #, no-wrap
11107 msgid ""
11108 " int\n"
11109 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11110 "                                    const char *root);\n"
11111 "\n"
11112 msgstr ""
11113
11114 # type: textblock
11115 #. type: textblock
11116 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1798
11117 msgid ""
11118 "This returns the major version number of the inspected operating system."
11119 msgstr ""
11120
11121 # type: textblock
11122 #. type: textblock
11123 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
11124 msgid ""
11125 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11126 "popular public names used by the operating system.  Notably the operating "
11127 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11128 "1).  You can find out the real versions corresponding to releases of Windows "
11129 "by consulting Wikipedia or MSDN."
11130 msgstr ""
11131
11132 # type: textblock
11133 #. type: textblock
11134 #: ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:2675
11135 #: ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:1822
11136 msgid "If the version could not be determined, then C<0> is returned."
11137 msgstr ""
11138
11139 # type: =head2
11140 #. type: =head2
11141 #: ../src/guestfs-actions.pod:2663
11142 msgid "guestfs_inspect_get_minor_version"
11143 msgstr ""
11144
11145 # type: verbatim
11146 #. type: verbatim
11147 #: ../src/guestfs-actions.pod:2665
11148 #, no-wrap
11149 msgid ""
11150 " int\n"
11151 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11152 "                                    const char *root);\n"
11153 "\n"
11154 msgstr ""
11155
11156 # type: textblock
11157 #. type: textblock
11158 #: ../src/guestfs-actions.pod:2672 ../fish/guestfish-actions.pod:1819
11159 msgid ""
11160 "This returns the minor version number of the inspected operating system."
11161 msgstr ""
11162
11163 # type: textblock
11164 #. type: textblock
11165 #: ../src/guestfs-actions.pod:2677
11166 msgid ""
11167 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11168 "C<guestfs_inspect_get_major_version>."
11169 msgstr ""
11170
11171 # type: =head2
11172 #. type: =head2
11173 #: ../src/guestfs-actions.pod:2684
11174 msgid "guestfs_inspect_get_mountpoints"
11175 msgstr ""
11176
11177 # type: verbatim
11178 #. type: verbatim
11179 #: ../src/guestfs-actions.pod:2686
11180 #, no-wrap
11181 msgid ""
11182 " char **\n"
11183 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11184 "                                  const char *root);\n"
11185 "\n"
11186 msgstr ""
11187
11188 #. type: textblock
11189 #: ../src/guestfs-actions.pod:2693 ../fish/guestfish-actions.pod:1834
11190 msgid ""
11191 "This returns a hash of where we think the filesystems associated with this "
11192 "operating system should be mounted.  Callers should note that this is at "
11193 "best an educated guess made by reading configuration files such as C</etc/"
11194 "fstab>.  I<In particular note> that this may return filesystems which are "
11195 "non-existent or not mountable and callers should be prepared to handle or "
11196 "ignore failures if they try to mount them."
11197 msgstr ""
11198
11199 # type: textblock
11200 #. type: textblock
11201 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1843
11202 msgid ""
11203 "Each element in the returned hashtable has a key which is the path of the "
11204 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11205 "mounted there (eg. C</dev/sda1>)."
11206 msgstr ""
11207
11208 # type: textblock
11209 #. type: textblock
11210 #: ../src/guestfs-actions.pod:2707 ../fish/guestfish-actions.pod:1848
11211 msgid ""
11212 "Non-mounted devices such as swap devices are I<not> returned in this list."
11213 msgstr ""
11214
11215 # type: textblock
11216 #. type: textblock
11217 #: ../src/guestfs-actions.pod:2710
11218 msgid ""
11219 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11220 "C<guestfs_inspect_get_filesystems>."
11221 msgstr ""
11222
11223 # type: textblock
11224 #. type: textblock
11225 #: ../src/guestfs-actions.pod:2713 ../src/guestfs-actions.pod:3359
11226 #: ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:6413
11227 msgid ""
11228 "This function returns a NULL-terminated array of strings, or NULL if there "
11229 "was an error.  The array of strings will always have length C<2n+1>, where "
11230 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11231 "caller must free the strings and the array after use>."
11232 msgstr ""
11233
11234 # type: =head2
11235 #. type: =head2
11236 #: ../src/guestfs-actions.pod:2721
11237 msgid "guestfs_inspect_get_package_format"
11238 msgstr ""
11239
11240 # type: verbatim
11241 #. type: verbatim
11242 #: ../src/guestfs-actions.pod:2723
11243 #, no-wrap
11244 msgid ""
11245 " char *\n"
11246 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11247 "                                     const char *root);\n"
11248 "\n"
11249 msgstr ""
11250
11251 # type: textblock
11252 #. type: textblock
11253 #: ../src/guestfs-actions.pod:2730
11254 msgid ""
11255 "This function and C<guestfs_inspect_get_package_management> return the "
11256 "package format and package management tool used by the inspected operating "
11257 "system.  For example for Fedora these functions would return C<rpm> (package "
11258 "format) and C<yum> (package management)."
11259 msgstr ""
11260
11261 # type: textblock
11262 #. type: textblock
11263 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1867
11264 msgid ""
11265 "This returns the string C<unknown> if we could not determine the package "
11266 "format I<or> if the operating system does not have a real packaging system "
11267 "(eg. Windows)."
11268 msgstr ""
11269
11270 # type: textblock
11271 #. type: textblock
11272 #: ../src/guestfs-actions.pod:2740 ../fish/guestfish-actions.pod:1871
11273 msgid ""
11274 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11275 "Future versions of libguestfs may return other strings."
11276 msgstr ""
11277
11278 # type: textblock
11279 #. type: textblock
11280 #: ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779
11281 msgid "(Added in 1.7.5)"
11282 msgstr ""
11283
11284 # type: =head2
11285 #. type: =head2
11286 #: ../src/guestfs-actions.pod:2750
11287 msgid "guestfs_inspect_get_package_management"
11288 msgstr ""
11289
11290 # type: verbatim
11291 #. type: verbatim
11292 #: ../src/guestfs-actions.pod:2752
11293 #, no-wrap
11294 msgid ""
11295 " char *\n"
11296 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11297 "                                         const char *root);\n"
11298 "\n"
11299 msgstr ""
11300
11301 # type: textblock
11302 #. type: textblock
11303 #: ../src/guestfs-actions.pod:2759
11304 msgid ""
11305 "C<guestfs_inspect_get_package_format> and this function return the package "
11306 "format and package management tool used by the inspected operating system.  "
11307 "For example for Fedora these functions would return C<rpm> (package format) "
11308 "and C<yum> (package management)."
11309 msgstr ""
11310
11311 # type: textblock
11312 #. type: textblock
11313 #: ../src/guestfs-actions.pod:2765 ../fish/guestfish-actions.pod:1889
11314 msgid ""
11315 "This returns the string C<unknown> if we could not determine the package "
11316 "management tool I<or> if the operating system does not have a real packaging "
11317 "system (eg. Windows)."
11318 msgstr ""
11319
11320 # type: textblock
11321 #. type: textblock
11322 #: ../src/guestfs-actions.pod:2769 ../fish/guestfish-actions.pod:1893
11323 msgid ""
11324 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11325 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11326 "libguestfs may return other strings."
11327 msgstr ""
11328
11329 # type: =head2
11330 #. type: =head2
11331 #: ../src/guestfs-actions.pod:2781
11332 msgid "guestfs_inspect_get_product_name"
11333 msgstr ""
11334
11335 # type: verbatim
11336 #. type: verbatim
11337 #: ../src/guestfs-actions.pod:2783
11338 #, no-wrap
11339 msgid ""
11340 " char *\n"
11341 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11342 "                                   const char *root);\n"
11343 "\n"
11344 msgstr ""
11345
11346 # type: textblock
11347 #. type: textblock
11348 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1907
11349 msgid ""
11350 "This returns the product name of the inspected operating system.  The "
11351 "product name is generally some freeform string which can be displayed to the "
11352 "user, but should not be parsed by programs."
11353 msgstr ""
11354
11355 # type: textblock
11356 #. type: textblock
11357 #: ../src/guestfs-actions.pod:2795 ../fish/guestfish-actions.pod:1912
11358 msgid ""
11359 "If the product name could not be determined, then the string C<unknown> is "
11360 "returned."
11361 msgstr ""
11362
11363 # type: =head2
11364 #. type: =head2
11365 #: ../src/guestfs-actions.pod:2805
11366 msgid "guestfs_inspect_get_roots"
11367 msgstr ""
11368
11369 # type: verbatim
11370 #. type: verbatim
11371 #: ../src/guestfs-actions.pod:2807
11372 #, no-wrap
11373 msgid ""
11374 " char **\n"
11375 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11376 "\n"
11377 msgstr ""
11378
11379 # type: textblock
11380 #. type: textblock
11381 #: ../src/guestfs-actions.pod:2810
11382 msgid ""
11383 "This function is a convenient way to get the list of root devices, as "
11384 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11385 "the whole inspection process."
11386 msgstr ""
11387
11388 # type: textblock
11389 #. type: textblock
11390 #: ../src/guestfs-actions.pod:2814
11391 msgid ""
11392 "This returns an empty list if either no root devices were found or the "
11393 "caller has not called C<guestfs_inspect_os>."
11394 msgstr ""
11395
11396 # type: textblock
11397 #. type: textblock
11398 #: ../src/guestfs-actions.pod:2823
11399 msgid "(Added in 1.7.3)"
11400 msgstr ""
11401
11402 # type: =head2
11403 #. type: =head2
11404 #: ../src/guestfs-actions.pod:2825
11405 msgid "guestfs_inspect_get_type"
11406 msgstr ""
11407
11408 # type: verbatim
11409 #. type: verbatim
11410 #: ../src/guestfs-actions.pod:2827
11411 #, no-wrap
11412 msgid ""
11413 " char *\n"
11414 " guestfs_inspect_get_type (guestfs_h *g,\n"
11415 "                           const char *root);\n"
11416 "\n"
11417 msgstr ""
11418
11419 # type: textblock
11420 #. type: textblock
11421 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1937
11422 msgid ""
11423 "This returns the type of the inspected operating system.  Currently defined "
11424 "types are:"
11425 msgstr ""
11426
11427 # type: =item
11428 #. type: =item
11429 #: ../src/guestfs-actions.pod:2839 ../fish/guestfish-actions.pod:1942
11430 msgid "\"linux\""
11431 msgstr ""
11432
11433 # type: textblock
11434 #. type: textblock
11435 #: ../src/guestfs-actions.pod:2841 ../fish/guestfish-actions.pod:1944
11436 msgid "Any Linux-based operating system."
11437 msgstr ""
11438
11439 # type: textblock
11440 #. type: textblock
11441 #: ../src/guestfs-actions.pod:2845 ../fish/guestfish-actions.pod:1948
11442 msgid "Any Microsoft Windows operating system."
11443 msgstr ""
11444
11445 # type: =item
11446 #. type: =item
11447 #: ../src/guestfs-actions.pod:2847 ../fish/guestfish-actions.pod:1950
11448 msgid "\"freebsd\""
11449 msgstr ""
11450
11451 # type: textblock
11452 #. type: textblock
11453 #: ../src/guestfs-actions.pod:2849 ../fish/guestfish-actions.pod:1952
11454 msgid "FreeBSD."
11455 msgstr ""
11456
11457 # type: textblock
11458 #. type: textblock
11459 #: ../src/guestfs-actions.pod:2853 ../fish/guestfish-actions.pod:1956
11460 msgid "The operating system type could not be determined."
11461 msgstr ""
11462
11463 # type: =head2
11464 #. type: =head2
11465 #: ../src/guestfs-actions.pod:2867
11466 msgid "guestfs_inspect_get_windows_systemroot"
11467 msgstr ""
11468
11469 # type: verbatim
11470 #. type: verbatim
11471 #: ../src/guestfs-actions.pod:2869
11472 #, no-wrap
11473 msgid ""
11474 " char *\n"
11475 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11476 "                                         const char *root);\n"
11477 "\n"
11478 msgstr ""
11479
11480 # type: textblock
11481 #. type: textblock
11482 #: ../src/guestfs-actions.pod:2876 ../fish/guestfish-actions.pod:1972
11483 msgid ""
11484 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11485 "is a directory path such as C</WINDOWS>."
11486 msgstr ""
11487
11488 # type: textblock
11489 #. type: textblock
11490 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
11491 msgid ""
11492 "This call assumes that the guest is Windows and that the systemroot could be "
11493 "determined by inspection.  If this is not the case then an error is returned."
11494 msgstr ""
11495
11496 # type: textblock
11497 #. type: textblock
11498 #: ../src/guestfs-actions.pod:2888
11499 msgid "(Added in 1.5.25)"
11500 msgstr ""
11501
11502 # type: =head2
11503 #. type: =head2
11504 #: ../src/guestfs-actions.pod:2890
11505 msgid "guestfs_inspect_list_applications"
11506 msgstr ""
11507
11508 # type: verbatim
11509 #. type: verbatim
11510 #: ../src/guestfs-actions.pod:2892
11511 #, no-wrap
11512 msgid ""
11513 " struct guestfs_application_list *\n"
11514 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11515 "                                    const char *root);\n"
11516 "\n"
11517 msgstr ""
11518
11519 # type: textblock
11520 #. type: textblock
11521 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1988
11522 msgid "Return the list of applications installed in the operating system."
11523 msgstr ""
11524
11525 # type: textblock
11526 #. type: textblock
11527 #: ../src/guestfs-actions.pod:2901
11528 msgid ""
11529 "I<Note:> This call works differently from other parts of the inspection "
11530 "API.  You have to call C<guestfs_inspect_os>, then "
11531 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11532 "this.  Listing applications is a significantly more difficult operation "
11533 "which requires access to the full filesystem.  Also note that unlike the "
11534 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11535 "the libguestfs handle, this call actually reads parts of the mounted "
11536 "filesystems during the call."
11537 msgstr ""
11538
11539 # type: textblock
11540 #. type: textblock
11541 #: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:2000
11542 msgid ""
11543 "This returns an empty list if the inspection code was not able to determine "
11544 "the list of applications."
11545 msgstr ""
11546
11547 # type: textblock
11548 #. type: textblock
11549 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
11550 msgid "The application structure contains the following fields:"
11551 msgstr ""
11552
11553 # type: =item
11554 #. type: =item
11555 #: ../src/guestfs-actions.pod:2918 ../fish/guestfish-actions.pod:2007
11556 msgid "C<app_name>"
11557 msgstr ""
11558
11559 # type: textblock
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:2920 ../fish/guestfish-actions.pod:2009
11562 msgid ""
11563 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11564 "guests, this is the package name."
11565 msgstr ""
11566
11567 # type: =item
11568 #. type: =item
11569 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
11570 msgid "C<app_display_name>"
11571 msgstr ""
11572
11573 # type: textblock
11574 #. type: textblock
11575 #: ../src/guestfs-actions.pod:2925 ../fish/guestfish-actions.pod:2014
11576 msgid ""
11577 "The display name of the application, sometimes localized to the install "
11578 "language of the guest operating system."
11579 msgstr ""
11580
11581 # type: textblock
11582 #. type: textblock
11583 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
11584 msgid ""
11585 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11586 "to display something can use C<app_name> instead."
11587 msgstr ""
11588
11589 # type: =item
11590 #. type: =item
11591 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
11592 msgid "C<app_epoch>"
11593 msgstr ""
11594
11595 # type: textblock
11596 #. type: textblock
11597 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2022
11598 msgid ""
11599 "For package managers which use epochs, this contains the epoch of the "
11600 "package (an integer).  If unavailable, this is returned as C<0>."
11601 msgstr ""
11602
11603 # type: =item
11604 #. type: =item
11605 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
11606 msgid "C<app_version>"
11607 msgstr ""
11608
11609 # type: textblock
11610 #. type: textblock
11611 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2027
11612 msgid ""
11613 "The version string of the application or package.  If unavailable this is "
11614 "returned as an empty string C<\"\">."
11615 msgstr ""
11616
11617 # type: =item
11618 #. type: =item
11619 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
11620 msgid "C<app_release>"
11621 msgstr ""
11622
11623 # type: textblock
11624 #. type: textblock
11625 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2032
11626 msgid ""
11627 "The release string of the application or package, for package managers that "
11628 "use this.  If unavailable this is returned as an empty string C<\"\">."
11629 msgstr ""
11630
11631 # type: =item
11632 #. type: =item
11633 #: ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:2036
11634 msgid "C<app_install_path>"
11635 msgstr ""
11636
11637 # type: textblock
11638 #. type: textblock
11639 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2038
11640 msgid ""
11641 "The installation path of the application (on operating systems such as "
11642 "Windows which use installation paths).  This path is in the format used by "
11643 "the guest operating system, it is not a libguestfs path."
11644 msgstr ""
11645
11646 # type: textblock
11647 #. type: textblock
11648 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2043
11649 msgid "If unavailable this is returned as an empty string C<\"\">."
11650 msgstr ""
11651
11652 # type: =item
11653 #. type: =item
11654 #: ../src/guestfs-actions.pod:2956 ../fish/guestfish-actions.pod:2045
11655 msgid "C<app_trans_path>"
11656 msgstr ""
11657
11658 # type: textblock
11659 #. type: textblock
11660 #: ../src/guestfs-actions.pod:2958 ../fish/guestfish-actions.pod:2047
11661 msgid ""
11662 "The install path translated into a libguestfs path.  If unavailable this is "
11663 "returned as an empty string C<\"\">."
11664 msgstr ""
11665
11666 # type: =item
11667 #. type: =item
11668 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
11669 msgid "C<app_publisher>"
11670 msgstr ""
11671
11672 # type: textblock
11673 #. type: textblock
11674 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2052
11675 msgid ""
11676 "The name of the publisher of the application, for package managers that use "
11677 "this.  If unavailable this is returned as an empty string C<\"\">."
11678 msgstr ""
11679
11680 # type: =item
11681 #. type: =item
11682 #: ../src/guestfs-actions.pod:2967 ../fish/guestfish-actions.pod:2056
11683 msgid "C<app_url>"
11684 msgstr ""
11685
11686 # type: textblock
11687 #. type: textblock
11688 #: ../src/guestfs-actions.pod:2969 ../fish/guestfish-actions.pod:2058
11689 msgid ""
11690 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11691 "returned as an empty string C<\"\">."
11692 msgstr ""
11693
11694 # type: =item
11695 #. type: =item
11696 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
11697 msgid "C<app_source_package>"
11698 msgstr ""
11699
11700 # type: textblock
11701 #. type: textblock
11702 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2063
11703 msgid ""
11704 "For packaging systems which support this, the name of the source package.  "
11705 "If unavailable this is returned as an empty string C<\"\">."
11706 msgstr ""
11707
11708 # type: =item
11709 #. type: =item
11710 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
11711 msgid "C<app_summary>"
11712 msgstr ""
11713
11714 # type: textblock
11715 #. type: textblock
11716 #: ../src/guestfs-actions.pod:2979 ../fish/guestfish-actions.pod:2068
11717 msgid ""
11718 "A short (usually one line) description of the application or package.  If "
11719 "unavailable this is returned as an empty string C<\"\">."
11720 msgstr ""
11721
11722 # type: =item
11723 #. type: =item
11724 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
11725 msgid "C<app_description>"
11726 msgstr ""
11727
11728 # type: textblock
11729 #. type: textblock
11730 #: ../src/guestfs-actions.pod:2984 ../fish/guestfish-actions.pod:2073
11731 msgid ""
11732 "A longer description of the application or package.  If unavailable this is "
11733 "returned as an empty string C<\"\">."
11734 msgstr ""
11735
11736 # type: textblock
11737 #. type: textblock
11738 #: ../src/guestfs-actions.pod:2991
11739 msgid ""
11740 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11741 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11742 "after use>."
11743 msgstr ""
11744
11745 # type: textblock
11746 #. type: textblock
11747 #: ../src/guestfs-actions.pod:2995
11748 msgid "(Added in 1.7.8)"
11749 msgstr ""
11750
11751 # type: =head2
11752 #. type: =head2
11753 #: ../src/guestfs-actions.pod:2997
11754 msgid "guestfs_inspect_os"
11755 msgstr ""
11756
11757 # type: verbatim
11758 #. type: verbatim
11759 #: ../src/guestfs-actions.pod:2999
11760 #, no-wrap
11761 msgid ""
11762 " char **\n"
11763 " guestfs_inspect_os (guestfs_h *g);\n"
11764 "\n"
11765 msgstr ""
11766
11767 # type: textblock
11768 #. type: textblock
11769 #: ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:2084
11770 msgid ""
11771 "This function uses other libguestfs functions and certain heuristics to "
11772 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11773 "for operating systems."
11774 msgstr ""
11775
11776 # type: textblock
11777 #. type: textblock
11778 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2088
11779 msgid "The list returned is empty if no operating systems were found."
11780 msgstr ""
11781
11782 # type: textblock
11783 #. type: textblock
11784 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2090
11785 msgid ""
11786 "If one operating system was found, then this returns a list with a single "
11787 "element, which is the name of the root filesystem of this operating system.  "
11788 "It is also possible for this function to return a list containing more than "
11789 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11790 "element being the root filesystem of one of the operating systems."
11791 msgstr ""
11792
11793 # type: textblock
11794 #. type: textblock
11795 #: ../src/guestfs-actions.pod:3015
11796 msgid ""
11797 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11798 "functions in order to query further information about each operating system, "
11799 "such as the name and version."
11800 msgstr ""
11801
11802 # type: textblock
11803 #. type: textblock
11804 #: ../src/guestfs-actions.pod:3020
11805 msgid ""
11806 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11807 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11808 "the contents.  This should be called with no disks currently mounted.  The "
11809 "function may also use Augeas, so any existing Augeas handle will be closed."
11810 msgstr ""
11811
11812 # type: textblock
11813 #. type: textblock
11814 #: ../src/guestfs-actions.pod:3026 ../fish/guestfish-actions.pod:2108
11815 msgid ""
11816 "This function cannot decrypt encrypted disks.  The caller must do that first "
11817 "(supplying the necessary keys) if the disk is encrypted."
11818 msgstr ""
11819
11820 # type: textblock
11821 #. type: textblock
11822 #: ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3317
11823 #: ../src/guestfs-actions.pod:3379
11824 msgid "See also C<guestfs_list_filesystems>."
11825 msgstr ""
11826
11827 # type: =head2
11828 #. type: =head2
11829 #: ../src/guestfs-actions.pod:3040
11830 msgid "guestfs_is_blockdev"
11831 msgstr ""
11832
11833 # type: verbatim
11834 #. type: verbatim
11835 #: ../src/guestfs-actions.pod:3042
11836 #, no-wrap
11837 msgid ""
11838 " int\n"
11839 " guestfs_is_blockdev (guestfs_h *g,\n"
11840 "                      const char *path);\n"
11841 "\n"
11842 msgstr ""
11843
11844 # type: textblock
11845 #. type: textblock
11846 #: ../src/guestfs-actions.pod:3046 ../fish/guestfish-actions.pod:2120
11847 msgid ""
11848 "This returns C<true> if and only if there is a block device with the given "
11849 "C<path> name."
11850 msgstr ""
11851
11852 # type: textblock
11853 #. type: textblock
11854 #: ../src/guestfs-actions.pod:3049 ../src/guestfs-actions.pod:3078
11855 #: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3123
11856 #: ../src/guestfs-actions.pod:3139 ../src/guestfs-actions.pod:3195
11857 #: ../src/guestfs-actions.pod:3210
11858 msgid "See also C<guestfs_stat>."
11859 msgstr ""
11860
11861 # type: textblock
11862 #. type: textblock
11863 #: ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3082
11864 #: ../src/guestfs-actions.pod:3127 ../src/guestfs-actions.pod:3199
11865 #: ../src/guestfs-actions.pod:3214
11866 msgid "(Added in 1.5.10)"
11867 msgstr ""
11868
11869 # type: =head2
11870 #. type: =head2
11871 #: ../src/guestfs-actions.pod:3055
11872 msgid "guestfs_is_busy"
11873 msgstr ""
11874
11875 # type: verbatim
11876 #. type: verbatim
11877 #: ../src/guestfs-actions.pod:3057
11878 #, no-wrap
11879 msgid ""
11880 " int\n"
11881 " guestfs_is_busy (guestfs_h *g);\n"
11882 "\n"
11883 msgstr ""
11884
11885 # type: textblock
11886 #. type: textblock
11887 #: ../src/guestfs-actions.pod:3060 ../fish/guestfish-actions.pod:2129
11888 msgid ""
11889 "This returns true iff this handle is busy processing a command (in the "
11890 "C<BUSY> state)."
11891 msgstr ""
11892
11893 # type: =head2
11894 #. type: =head2
11895 #: ../src/guestfs-actions.pod:3069
11896 msgid "guestfs_is_chardev"
11897 msgstr ""
11898
11899 # type: verbatim
11900 #. type: verbatim
11901 #: ../src/guestfs-actions.pod:3071
11902 #, no-wrap
11903 msgid ""
11904 " int\n"
11905 " guestfs_is_chardev (guestfs_h *g,\n"
11906 "                     const char *path);\n"
11907 "\n"
11908 msgstr ""
11909
11910 # type: textblock
11911 #. type: textblock
11912 #: ../src/guestfs-actions.pod:3075 ../fish/guestfish-actions.pod:2138
11913 msgid ""
11914 "This returns C<true> if and only if there is a character device with the "
11915 "given C<path> name."
11916 msgstr ""
11917
11918 # type: =head2
11919 #. type: =head2
11920 #: ../src/guestfs-actions.pod:3084
11921 msgid "guestfs_is_config"
11922 msgstr ""
11923
11924 # type: verbatim
11925 #. type: verbatim
11926 #: ../src/guestfs-actions.pod:3086
11927 #, no-wrap
11928 msgid ""
11929 " int\n"
11930 " guestfs_is_config (guestfs_h *g);\n"
11931 "\n"
11932 msgstr ""
11933
11934 # type: textblock
11935 #. type: textblock
11936 #: ../src/guestfs-actions.pod:3089 ../fish/guestfish-actions.pod:2147
11937 msgid ""
11938 "This returns true iff this handle is being configured (in the C<CONFIG> "
11939 "state)."
11940 msgstr ""
11941
11942 # type: =head2
11943 #. type: =head2
11944 #: ../src/guestfs-actions.pod:3098
11945 msgid "guestfs_is_dir"
11946 msgstr ""
11947
11948 # type: verbatim
11949 #. type: verbatim
11950 #: ../src/guestfs-actions.pod:3100
11951 #, no-wrap
11952 msgid ""
11953 " int\n"
11954 " guestfs_is_dir (guestfs_h *g,\n"
11955 "                 const char *path);\n"
11956 "\n"
11957 msgstr ""
11958
11959 # type: textblock
11960 #. type: textblock
11961 #: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2156
11962 msgid ""
11963 "This returns C<true> if and only if there is a directory with the given "
11964 "C<path> name.  Note that it returns false for other objects like files."
11965 msgstr ""
11966
11967 # type: =head2
11968 #. type: =head2
11969 #: ../src/guestfs-actions.pod:3114
11970 msgid "guestfs_is_fifo"
11971 msgstr ""
11972
11973 # type: verbatim
11974 #. type: verbatim
11975 #: ../src/guestfs-actions.pod:3116
11976 #, no-wrap
11977 msgid ""
11978 " int\n"
11979 " guestfs_is_fifo (guestfs_h *g,\n"
11980 "                  const char *path);\n"
11981 "\n"
11982 msgstr ""
11983
11984 # type: textblock
11985 #. type: textblock
11986 #: ../src/guestfs-actions.pod:3120 ../fish/guestfish-actions.pod:2166
11987 msgid ""
11988 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11989 "given C<path> name."
11990 msgstr ""
11991
11992 # type: =head2
11993 #. type: =head2
11994 #: ../src/guestfs-actions.pod:3129
11995 msgid "guestfs_is_file"
11996 msgstr ""
11997
11998 # type: verbatim
11999 #. type: verbatim
12000 #: ../src/guestfs-actions.pod:3131
12001 #, no-wrap
12002 msgid ""
12003 " int\n"
12004 " guestfs_is_file (guestfs_h *g,\n"
12005 "                  const char *path);\n"
12006 "\n"
12007 msgstr ""
12008
12009 # type: textblock
12010 #. type: textblock
12011 #: ../src/guestfs-actions.pod:3135 ../fish/guestfish-actions.pod:2175
12012 msgid ""
12013 "This returns C<true> if and only if there is a regular file with the given "
12014 "C<path> name.  Note that it returns false for other objects like directories."
12015 msgstr ""
12016
12017 # type: =head2
12018 #. type: =head2
12019 #: ../src/guestfs-actions.pod:3145
12020 msgid "guestfs_is_launching"
12021 msgstr ""
12022
12023 # type: verbatim
12024 #. type: verbatim
12025 #: ../src/guestfs-actions.pod:3147
12026 #, no-wrap
12027 msgid ""
12028 " int\n"
12029 " guestfs_is_launching (guestfs_h *g);\n"
12030 "\n"
12031 msgstr ""
12032
12033 # type: textblock
12034 #. type: textblock
12035 #: ../src/guestfs-actions.pod:3150 ../fish/guestfish-actions.pod:2185
12036 msgid ""
12037 "This returns true iff this handle is launching the subprocess (in the "
12038 "C<LAUNCHING> state)."
12039 msgstr ""
12040
12041 # type: =head2
12042 #. type: =head2
12043 #: ../src/guestfs-actions.pod:3159
12044 msgid "guestfs_is_lv"
12045 msgstr ""
12046
12047 # type: verbatim
12048 #. type: verbatim
12049 #: ../src/guestfs-actions.pod:3161
12050 #, no-wrap
12051 msgid ""
12052 " int\n"
12053 " guestfs_is_lv (guestfs_h *g,\n"
12054 "                const char *device);\n"
12055 "\n"
12056 msgstr ""
12057
12058 # type: textblock
12059 #. type: textblock
12060 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2194
12061 msgid ""
12062 "This command tests whether C<device> is a logical volume, and returns true "
12063 "iff this is the case."
12064 msgstr ""
12065
12066 # type: =head2
12067 #. type: =head2
12068 #: ../src/guestfs-actions.pod:3172
12069 msgid "guestfs_is_ready"
12070 msgstr ""
12071
12072 # type: verbatim
12073 #. type: verbatim
12074 #: ../src/guestfs-actions.pod:3174
12075 #, no-wrap
12076 msgid ""
12077 " int\n"
12078 " guestfs_is_ready (guestfs_h *g);\n"
12079 "\n"
12080 msgstr ""
12081
12082 # type: textblock
12083 #. type: textblock
12084 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2201
12085 msgid ""
12086 "This returns true iff this handle is ready to accept commands (in the "
12087 "C<READY> state)."
12088 msgstr ""
12089
12090 # type: =head2
12091 #. type: =head2
12092 #: ../src/guestfs-actions.pod:3186
12093 msgid "guestfs_is_socket"
12094 msgstr ""
12095
12096 # type: verbatim
12097 #. type: verbatim
12098 #: ../src/guestfs-actions.pod:3188
12099 #, no-wrap
12100 msgid ""
12101 " int\n"
12102 " guestfs_is_socket (guestfs_h *g,\n"
12103 "                    const char *path);\n"
12104 "\n"
12105 msgstr ""
12106
12107 # type: textblock
12108 #. type: textblock
12109 #: ../src/guestfs-actions.pod:3192 ../fish/guestfish-actions.pod:2210
12110 msgid ""
12111 "This returns C<true> if and only if there is a Unix domain socket with the "
12112 "given C<path> name."
12113 msgstr ""
12114
12115 # type: =head2
12116 #. type: =head2
12117 #: ../src/guestfs-actions.pod:3201
12118 msgid "guestfs_is_symlink"
12119 msgstr ""
12120
12121 # type: verbatim
12122 #. type: verbatim
12123 #: ../src/guestfs-actions.pod:3203
12124 #, no-wrap
12125 msgid ""
12126 " int\n"
12127 " guestfs_is_symlink (guestfs_h *g,\n"
12128 "                     const char *path);\n"
12129 "\n"
12130 msgstr ""
12131
12132 # type: textblock
12133 #. type: textblock
12134 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2219
12135 msgid ""
12136 "This returns C<true> if and only if there is a symbolic link with the given "
12137 "C<path> name."
12138 msgstr ""
12139
12140 # type: =head2
12141 #. type: =head2
12142 #: ../src/guestfs-actions.pod:3216
12143 msgid "guestfs_kill_subprocess"
12144 msgstr ""
12145
12146 # type: verbatim
12147 #. type: verbatim
12148 #: ../src/guestfs-actions.pod:3218
12149 #, no-wrap
12150 msgid ""
12151 " int\n"
12152 " guestfs_kill_subprocess (guestfs_h *g);\n"
12153 "\n"
12154 msgstr ""
12155
12156 # type: textblock
12157 #. type: textblock
12158 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2228
12159 msgid "This kills the qemu subprocess.  You should never need to call this."
12160 msgstr ""
12161
12162 # type: =head2
12163 #. type: =head2
12164 #: ../src/guestfs-actions.pod:3227
12165 msgid "guestfs_launch"
12166 msgstr ""
12167
12168 # type: verbatim
12169 #. type: verbatim
12170 #: ../src/guestfs-actions.pod:3229
12171 #, no-wrap
12172 msgid ""
12173 " int\n"
12174 " guestfs_launch (guestfs_h *g);\n"
12175 "\n"
12176 msgstr ""
12177
12178 # type: textblock
12179 #. type: textblock
12180 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2236
12181 msgid ""
12182 "Internally libguestfs is implemented by running a virtual machine using "
12183 "L<qemu(1)>."
12184 msgstr ""
12185
12186 # type: textblock
12187 #. type: textblock
12188 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
12189 msgid ""
12190 "You should call this after configuring the handle (eg. adding drives) but "
12191 "before performing any actions."
12192 msgstr ""
12193
12194 # type: =head2
12195 #. type: =head2
12196 #: ../src/guestfs-actions.pod:3242
12197 msgid "guestfs_lchown"
12198 msgstr ""
12199
12200 # type: verbatim
12201 #. type: verbatim
12202 #: ../src/guestfs-actions.pod:3244
12203 #, no-wrap
12204 msgid ""
12205 " int\n"
12206 " guestfs_lchown (guestfs_h *g,\n"
12207 "                 int owner,\n"
12208 "                 int group,\n"
12209 "                 const char *path);\n"
12210 "\n"
12211 msgstr ""
12212
12213 # type: textblock
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:3250
12216 msgid ""
12217 "Change the file owner to C<owner> and group to C<group>.  This is like "
12218 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12219 "changed, not the target."
12220 msgstr ""
12221
12222 # type: =head2
12223 #. type: =head2
12224 #: ../src/guestfs-actions.pod:3262
12225 msgid "guestfs_lgetxattr"
12226 msgstr ""
12227
12228 # type: verbatim
12229 #. type: verbatim
12230 #: ../src/guestfs-actions.pod:3264
12231 #, no-wrap
12232 msgid ""
12233 " char *\n"
12234 " guestfs_lgetxattr (guestfs_h *g,\n"
12235 "                    const char *path,\n"
12236 "                    const char *name,\n"
12237 "                    size_t *size_r);\n"
12238 "\n"
12239 msgstr ""
12240
12241 # type: textblock
12242 #. type: textblock
12243 #: ../src/guestfs-actions.pod:3270 ../fish/guestfish-actions.pod:2258
12244 msgid ""
12245 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12246 "is a symlink, then this call returns an extended attribute from the symlink."
12247 msgstr ""
12248
12249 # type: textblock
12250 #. type: textblock
12251 #: ../src/guestfs-actions.pod:3284
12252 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12253 msgstr ""
12254
12255 # type: =head2
12256 #. type: =head2
12257 #: ../src/guestfs-actions.pod:3292
12258 msgid "guestfs_lgetxattrs"
12259 msgstr ""
12260
12261 # type: verbatim
12262 #. type: verbatim
12263 #: ../src/guestfs-actions.pod:3294
12264 #, no-wrap
12265 msgid ""
12266 " struct guestfs_xattr_list *\n"
12267 " guestfs_lgetxattrs (guestfs_h *g,\n"
12268 "                     const char *path);\n"
12269 "\n"
12270 msgstr ""
12271
12272 # type: textblock
12273 #. type: textblock
12274 #: ../src/guestfs-actions.pod:3298
12275 msgid ""
12276 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12277 "then it returns the extended attributes of the link itself."
12278 msgstr ""
12279
12280 # type: =head2
12281 #. type: =head2
12282 #: ../src/guestfs-actions.pod:3308
12283 msgid "guestfs_list_devices"
12284 msgstr ""
12285
12286 # type: verbatim
12287 #. type: verbatim
12288 #: ../src/guestfs-actions.pod:3310
12289 #, no-wrap
12290 msgid ""
12291 " char **\n"
12292 " guestfs_list_devices (guestfs_h *g);\n"
12293 "\n"
12294 msgstr ""
12295
12296 # type: textblock
12297 #. type: textblock
12298 #: ../src/guestfs-actions.pod:3313 ../fish/guestfish-actions.pod:2286
12299 msgid "List all the block devices."
12300 msgstr ""
12301
12302 # type: textblock
12303 #. type: textblock
12304 #: ../src/guestfs-actions.pod:3315 ../fish/guestfish-actions.pod:2288
12305 msgid "The full block device names are returned, eg. C</dev/sda>."
12306 msgstr ""
12307
12308 # type: =head2
12309 #. type: =head2
12310 #: ../src/guestfs-actions.pod:3325
12311 msgid "guestfs_list_filesystems"
12312 msgstr ""
12313
12314 # type: verbatim
12315 #. type: verbatim
12316 #: ../src/guestfs-actions.pod:3327
12317 #, no-wrap
12318 msgid ""
12319 " char **\n"
12320 " guestfs_list_filesystems (guestfs_h *g);\n"
12321 "\n"
12322 msgstr ""
12323
12324 # type: textblock
12325 #. type: textblock
12326 #: ../src/guestfs-actions.pod:3330 ../fish/guestfish-actions.pod:2296
12327 msgid ""
12328 "This inspection command looks for filesystems on partitions, block devices "
12329 "and logical volumes, returning a list of devices containing filesystems and "
12330 "their type."
12331 msgstr ""
12332
12333 # type: textblock
12334 #. type: textblock
12335 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2300
12336 msgid ""
12337 "The return value is a hash, where the keys are the devices containing "
12338 "filesystems, and the values are the filesystem types.  For example:"
12339 msgstr ""
12340
12341 # type: verbatim
12342 #. type: verbatim
12343 #: ../src/guestfs-actions.pod:3338 ../fish/guestfish-actions.pod:2304
12344 #, no-wrap
12345 msgid ""
12346 " \"/dev/sda1\" => \"ntfs\"\n"
12347 " \"/dev/sda2\" => \"ext2\"\n"
12348 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12349 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12350 "\n"
12351 msgstr ""
12352
12353 # type: textblock
12354 #. type: textblock
12355 #: ../src/guestfs-actions.pod:3343 ../fish/guestfish-actions.pod:2309
12356 msgid ""
12357 "The value can have the special value \"unknown\", meaning the content of the "
12358 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12359 msgstr ""
12360
12361 # type: textblock
12362 #. type: textblock
12363 #: ../src/guestfs-actions.pod:3347
12364 msgid ""
12365 "This command runs other libguestfs commands, which might include "
12366 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12367 "soon after launch and only when nothing is mounted."
12368 msgstr ""
12369
12370 # type: textblock
12371 #. type: textblock
12372 #: ../src/guestfs-actions.pod:3351
12373 msgid ""
12374 "Not all of the filesystems returned will be mountable.  In particular, swap "
12375 "partitions are returned in the list.  Also this command does not check that "
12376 "each filesystem found is valid and mountable, and some filesystems might be "
12377 "mountable but require special options.  Filesystems may not all belong to a "
12378 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12379 msgstr ""
12380
12381 # type: textblock
12382 #. type: textblock
12383 #: ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:4958
12384 msgid "(Added in 1.5.15)"
12385 msgstr ""
12386
12387 # type: =head2
12388 #. type: =head2
12389 #: ../src/guestfs-actions.pod:3367
12390 msgid "guestfs_list_partitions"
12391 msgstr ""
12392
12393 # type: verbatim
12394 #. type: verbatim
12395 #: ../src/guestfs-actions.pod:3369
12396 #, no-wrap
12397 msgid ""
12398 " char **\n"
12399 " guestfs_list_partitions (guestfs_h *g);\n"
12400 "\n"
12401 msgstr ""
12402
12403 # type: textblock
12404 #. type: textblock
12405 #: ../src/guestfs-actions.pod:3372 ../fish/guestfish-actions.pod:2329
12406 msgid "List all the partitions detected on all block devices."
12407 msgstr ""
12408
12409 # type: textblock
12410 #. type: textblock
12411 #: ../src/guestfs-actions.pod:3374 ../fish/guestfish-actions.pod:2331
12412 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12413 msgstr ""
12414
12415 # type: textblock
12416 #. type: textblock
12417 #: ../src/guestfs-actions.pod:3376
12418 msgid ""
12419 "This does not return logical volumes.  For that you will need to call "
12420 "C<guestfs_lvs>."
12421 msgstr ""
12422
12423 # type: =head2
12424 #. type: =head2
12425 #: ../src/guestfs-actions.pod:3387
12426 msgid "guestfs_ll"
12427 msgstr ""
12428
12429 # type: verbatim
12430 #. type: verbatim
12431 #: ../src/guestfs-actions.pod:3389
12432 #, no-wrap
12433 msgid ""
12434 " char *\n"
12435 " guestfs_ll (guestfs_h *g,\n"
12436 "             const char *directory);\n"
12437 "\n"
12438 msgstr ""
12439
12440 # type: textblock
12441 #. type: textblock
12442 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2342
12443 msgid ""
12444 "List the files in C<directory> (relative to the root directory, there is no "
12445 "cwd) in the format of 'ls -la'."
12446 msgstr ""
12447
12448 # type: textblock
12449 #. type: textblock
12450 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
12451 msgid ""
12452 "This command is mostly useful for interactive sessions.  It is I<not> "
12453 "intended that you try to parse the output string."
12454 msgstr ""
12455
12456 # type: =head2
12457 #. type: =head2
12458 #: ../src/guestfs-actions.pod:3404
12459 msgid "guestfs_ln"
12460 msgstr ""
12461
12462 # type: verbatim
12463 #. type: verbatim
12464 #: ../src/guestfs-actions.pod:3406
12465 #, no-wrap
12466 msgid ""
12467 " int\n"
12468 " guestfs_ln (guestfs_h *g,\n"
12469 "             const char *target,\n"
12470 "             const char *linkname);\n"
12471 "\n"
12472 msgstr ""
12473
12474 # type: textblock
12475 #. type: textblock
12476 #: ../src/guestfs-actions.pod:3411 ../fish/guestfish-actions.pod:2352
12477 msgid "This command creates a hard link using the C<ln> command."
12478 msgstr ""
12479
12480 # type: =head2
12481 #. type: =head2
12482 #: ../src/guestfs-actions.pod:3417
12483 msgid "guestfs_ln_f"
12484 msgstr ""
12485
12486 # type: verbatim
12487 #. type: verbatim
12488 #: ../src/guestfs-actions.pod:3419
12489 #, no-wrap
12490 msgid ""
12491 " int\n"
12492 " guestfs_ln_f (guestfs_h *g,\n"
12493 "               const char *target,\n"
12494 "               const char *linkname);\n"
12495 "\n"
12496 msgstr ""
12497
12498 # type: textblock
12499 #. type: textblock
12500 #: ../src/guestfs-actions.pod:3424 ../fish/guestfish-actions.pod:2358
12501 msgid ""
12502 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12503 "option removes the link (C<linkname>) if it exists already."
12504 msgstr ""
12505
12506 # type: =head2
12507 #. type: =head2
12508 #: ../src/guestfs-actions.pod:3431
12509 msgid "guestfs_ln_s"
12510 msgstr ""
12511
12512 # type: verbatim
12513 #. type: verbatim
12514 #: ../src/guestfs-actions.pod:3433
12515 #, no-wrap
12516 msgid ""
12517 " int\n"
12518 " guestfs_ln_s (guestfs_h *g,\n"
12519 "               const char *target,\n"
12520 "               const char *linkname);\n"
12521 "\n"
12522 msgstr ""
12523
12524 # type: textblock
12525 #. type: textblock
12526 #: ../src/guestfs-actions.pod:3438 ../fish/guestfish-actions.pod:2365
12527 msgid "This command creates a symbolic link using the C<ln -s> command."
12528 msgstr ""
12529
12530 # type: =head2
12531 #. type: =head2
12532 #: ../src/guestfs-actions.pod:3444
12533 msgid "guestfs_ln_sf"
12534 msgstr ""
12535
12536 # type: verbatim
12537 #. type: verbatim
12538 #: ../src/guestfs-actions.pod:3446
12539 #, no-wrap
12540 msgid ""
12541 " int\n"
12542 " guestfs_ln_sf (guestfs_h *g,\n"
12543 "                const char *target,\n"
12544 "                const char *linkname);\n"
12545 "\n"
12546 msgstr ""
12547
12548 # type: textblock
12549 #. type: textblock
12550 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2371
12551 msgid ""
12552 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12553 "option removes the link (C<linkname>) if it exists already."
12554 msgstr ""
12555
12556 # type: =head2
12557 #. type: =head2
12558 #: ../src/guestfs-actions.pod:3458
12559 msgid "guestfs_lremovexattr"
12560 msgstr ""
12561
12562 # type: verbatim
12563 #. type: verbatim
12564 #: ../src/guestfs-actions.pod:3460
12565 #, no-wrap
12566 msgid ""
12567 " int\n"
12568 " guestfs_lremovexattr (guestfs_h *g,\n"
12569 "                       const char *xattr,\n"
12570 "                       const char *path);\n"
12571 "\n"
12572 msgstr ""
12573
12574 # type: textblock
12575 #. type: textblock
12576 #: ../src/guestfs-actions.pod:3465
12577 msgid ""
12578 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12579 "link, then it removes an extended attribute of the link itself."
12580 msgstr ""
12581
12582 # type: =head2
12583 #. type: =head2
12584 #: ../src/guestfs-actions.pod:3473
12585 msgid "guestfs_ls"
12586 msgstr ""
12587
12588 # type: verbatim
12589 #. type: verbatim
12590 #: ../src/guestfs-actions.pod:3475
12591 #, no-wrap
12592 msgid ""
12593 " char **\n"
12594 " guestfs_ls (guestfs_h *g,\n"
12595 "             const char *directory);\n"
12596 "\n"
12597 msgstr ""
12598
12599 # type: textblock
12600 #. type: textblock
12601 #: ../src/guestfs-actions.pod:3479 ../fish/guestfish-actions.pod:2386
12602 msgid ""
12603 "List the files in C<directory> (relative to the root directory, there is no "
12604 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12605 msgstr ""
12606
12607 # type: textblock
12608 #. type: textblock
12609 #: ../src/guestfs-actions.pod:3483
12610 msgid ""
12611 "This command is mostly useful for interactive sessions.  Programs should "
12612 "probably use C<guestfs_readdir> instead."
12613 msgstr ""
12614
12615 # type: =head2
12616 #. type: =head2
12617 #: ../src/guestfs-actions.pod:3492
12618 msgid "guestfs_lsetxattr"
12619 msgstr ""
12620
12621 # type: verbatim
12622 #. type: verbatim
12623 #: ../src/guestfs-actions.pod:3494
12624 #, no-wrap
12625 msgid ""
12626 " int\n"
12627 " guestfs_lsetxattr (guestfs_h *g,\n"
12628 "                    const char *xattr,\n"
12629 "                    const char *val,\n"
12630 "                    int vallen,\n"
12631 "                    const char *path);\n"
12632 "\n"
12633 msgstr ""
12634
12635 # type: textblock
12636 #. type: textblock
12637 #: ../src/guestfs-actions.pod:3501
12638 msgid ""
12639 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12640 "then it sets an extended attribute of the link itself."
12641 msgstr ""
12642
12643 # type: =head2
12644 #. type: =head2
12645 #: ../src/guestfs-actions.pod:3509
12646 msgid "guestfs_lstat"
12647 msgstr ""
12648
12649 # type: verbatim
12650 #. type: verbatim
12651 #: ../src/guestfs-actions.pod:3511
12652 #, no-wrap
12653 msgid ""
12654 " struct guestfs_stat *\n"
12655 " guestfs_lstat (guestfs_h *g,\n"
12656 "                const char *path);\n"
12657 "\n"
12658 msgstr ""
12659
12660 # type: textblock
12661 #. type: textblock
12662 #: ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:6012
12663 #: ../fish/guestfish-actions.pod:2405 ../fish/guestfish-actions.pod:4020
12664 msgid "Returns file information for the given C<path>."
12665 msgstr ""
12666
12667 # type: textblock
12668 #. type: textblock
12669 #: ../src/guestfs-actions.pod:3517
12670 msgid ""
12671 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12672 "link, then the link is stat-ed, not the file it refers to."
12673 msgstr ""
12674
12675 # type: textblock
12676 #. type: textblock
12677 #: ../src/guestfs-actions.pod:3521 ../fish/guestfish-actions.pod:2411
12678 msgid "This is the same as the C<lstat(2)> system call."
12679 msgstr ""
12680
12681 # type: textblock
12682 #. type: textblock
12683 #: ../src/guestfs-actions.pod:3523 ../src/guestfs-actions.pod:6016
12684 msgid ""
12685 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12686 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12687 msgstr ""
12688
12689 # type: textblock
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:6020
12692 #: ../src/guestfs-actions.pod:6038 ../src/guestfs-actions.pod:6419
12693 msgid "(Added in 0.9.2)"
12694 msgstr ""
12695
12696 # type: =head2
12697 #. type: =head2
12698 #: ../src/guestfs-actions.pod:3529
12699 msgid "guestfs_lstatlist"
12700 msgstr ""
12701
12702 # type: verbatim
12703 #. type: verbatim
12704 #: ../src/guestfs-actions.pod:3531
12705 #, no-wrap
12706 msgid ""
12707 " struct guestfs_stat_list *\n"
12708 " guestfs_lstatlist (guestfs_h *g,\n"
12709 "                    const char *path,\n"
12710 "                    char *const *names);\n"
12711 "\n"
12712 msgstr ""
12713
12714 # type: textblock
12715 #. type: textblock
12716 #: ../src/guestfs-actions.pod:3536
12717 msgid ""
12718 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12719 "files, where all files are in the directory C<path>.  C<names> is the list "
12720 "of files from this directory."
12721 msgstr ""
12722
12723 # type: textblock
12724 #. type: textblock
12725 #: ../src/guestfs-actions.pod:3540 ../fish/guestfish-actions.pod:2421
12726 msgid ""
12727 "On return you get a list of stat structs, with a one-to-one correspondence "
12728 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12729 "then the C<ino> field of that structure is set to C<-1>."
12730 msgstr ""
12731
12732 # type: textblock
12733 #. type: textblock
12734 #: ../src/guestfs-actions.pod:3545
12735 msgid ""
12736 "This call is intended for programs that want to efficiently list a directory "
12737 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12738 "for a similarly efficient call for getting extended attributes.  Very long "
12739 "directory listings might cause the protocol message size to be exceeded, "
12740 "causing this call to fail.  The caller must split up such requests into "
12741 "smaller groups of names."
12742 msgstr ""
12743
12744 # type: textblock
12745 #. type: textblock
12746 #: ../src/guestfs-actions.pod:3553
12747 msgid ""
12748 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12749 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12750 msgstr ""
12751
12752 # type: =head2
12753 #. type: =head2
12754 #: ../src/guestfs-actions.pod:3559
12755 msgid "guestfs_luks_add_key"
12756 msgstr ""
12757
12758 # type: verbatim
12759 #. type: verbatim
12760 #: ../src/guestfs-actions.pod:3561
12761 #, no-wrap
12762 msgid ""
12763 " int\n"
12764 " guestfs_luks_add_key (guestfs_h *g,\n"
12765 "                       const char *device,\n"
12766 "                       const char *key,\n"
12767 "                       const char *newkey,\n"
12768 "                       int keyslot);\n"
12769 "\n"
12770 msgstr ""
12771
12772 # type: textblock
12773 #. type: textblock
12774 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2438
12775 msgid ""
12776 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12777 "existing key, and is used to access the device.  C<newkey> is the new key to "
12778 "add.  C<keyslot> is the key slot that will be replaced."
12779 msgstr ""
12780
12781 # type: textblock
12782 #. type: textblock
12783 #: ../src/guestfs-actions.pod:3573
12784 msgid ""
12785 "Note that if C<keyslot> already contains a key, then this command will "
12786 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12787 msgstr ""
12788
12789 # type: textblock
12790 #. type: textblock
12791 #: ../src/guestfs-actions.pod:3579 ../src/guestfs-actions.pod:3619
12792 #: ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:3662
12793 #: ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:3713
12794 msgid ""
12795 "This function takes a key or passphrase parameter which could contain "
12796 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12797 "information."
12798 msgstr ""
12799
12800 # type: textblock
12801 #. type: textblock
12802 #: ../src/guestfs-actions.pod:3583 ../src/guestfs-actions.pod:3623
12803 #: ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3666
12804 msgid "(Added in 1.5.2)"
12805 msgstr ""
12806
12807 # type: =head2
12808 #. type: =head2
12809 #: ../src/guestfs-actions.pod:3585
12810 msgid "guestfs_luks_close"
12811 msgstr ""
12812
12813 # type: verbatim
12814 #. type: verbatim
12815 #: ../src/guestfs-actions.pod:3587
12816 #, no-wrap
12817 msgid ""
12818 " int\n"
12819 " guestfs_luks_close (guestfs_h *g,\n"
12820 "                     const char *device);\n"
12821 "\n"
12822 msgstr ""
12823
12824 # type: textblock
12825 #. type: textblock
12826 #: ../src/guestfs-actions.pod:3591
12827 msgid ""
12828 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12829 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12830 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12831 "underlying block device."
12832 msgstr ""
12833
12834 # type: textblock
12835 #. type: textblock
12836 #: ../src/guestfs-actions.pod:3599 ../src/guestfs-actions.pod:3698
12837 #: ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3767
12838 #: ../src/guestfs-actions.pod:3815
12839 msgid "(Added in 1.5.1)"
12840 msgstr ""
12841
12842 # type: =head2
12843 #. type: =head2
12844 #: ../src/guestfs-actions.pod:3601
12845 msgid "guestfs_luks_format"
12846 msgstr ""
12847
12848 # type: verbatim
12849 #. type: verbatim
12850 #: ../src/guestfs-actions.pod:3603
12851 #, no-wrap
12852 msgid ""
12853 " int\n"
12854 " guestfs_luks_format (guestfs_h *g,\n"
12855 "                      const char *device,\n"
12856 "                      const char *key,\n"
12857 "                      int keyslot);\n"
12858 "\n"
12859 msgstr ""
12860
12861 # type: textblock
12862 #. type: textblock
12863 #: ../src/guestfs-actions.pod:3609 ../fish/guestfish-actions.pod:2464
12864 msgid ""
12865 "This command erases existing data on C<device> and formats the device as a "
12866 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12867 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12868 msgstr ""
12869
12870 # type: textblock
12871 #. type: textblock
12872 #: ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3639
12873 #: ../src/guestfs-actions.pod:3779 ../src/guestfs-actions.pod:4709
12874 #: ../src/guestfs-actions.pod:5472 ../src/guestfs-actions.pod:5847
12875 #: ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:5896
12876 #: ../src/guestfs-actions.pod:7056 ../fish/guestfish-actions.pod:2472
12877 #: ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2569
12878 #: ../fish/guestfish-actions.pod:3132 ../fish/guestfish-actions.pod:3639
12879 #: ../fish/guestfish-actions.pod:3919 ../fish/guestfish-actions.pod:3935
12880 #: ../fish/guestfish-actions.pod:3950 ../fish/guestfish-actions.pod:4665
12881 msgid ""
12882 "B<This command is dangerous.  Without careful use you can easily destroy all "
12883 "your data>."
12884 msgstr ""
12885
12886 # type: =head2
12887 #. type: =head2
12888 #: ../src/guestfs-actions.pod:3625
12889 msgid "guestfs_luks_format_cipher"
12890 msgstr ""
12891
12892 # type: verbatim
12893 #. type: verbatim
12894 #: ../src/guestfs-actions.pod:3627
12895 #, no-wrap
12896 msgid ""
12897 " int\n"
12898 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12899 "                             const char *device,\n"
12900 "                             const char *key,\n"
12901 "                             int keyslot,\n"
12902 "                             const char *cipher);\n"
12903 "\n"
12904 msgstr ""
12905
12906 # type: textblock
12907 #. type: textblock
12908 #: ../src/guestfs-actions.pod:3634
12909 msgid ""
12910 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12911 "set the C<cipher> used."
12912 msgstr ""
12913
12914 # type: =head2
12915 #. type: =head2
12916 #: ../src/guestfs-actions.pod:3648
12917 msgid "guestfs_luks_kill_slot"
12918 msgstr ""
12919
12920 # type: verbatim
12921 #. type: verbatim
12922 #: ../src/guestfs-actions.pod:3650
12923 #, no-wrap
12924 msgid ""
12925 " int\n"
12926 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12927 "                         const char *device,\n"
12928 "                         const char *key,\n"
12929 "                         int keyslot);\n"
12930 "\n"
12931 msgstr ""
12932
12933 # type: textblock
12934 #. type: textblock
12935 #: ../src/guestfs-actions.pod:3656 ../fish/guestfish-actions.pod:2492
12936 msgid ""
12937 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12938 "device C<device>.  C<key> must be one of the I<other> keys."
12939 msgstr ""
12940
12941 # type: =head2
12942 #. type: =head2
12943 #: ../src/guestfs-actions.pod:3668
12944 msgid "guestfs_luks_open"
12945 msgstr ""
12946
12947 # type: verbatim
12948 #. type: verbatim
12949 #: ../src/guestfs-actions.pod:3670
12950 #, no-wrap
12951 msgid ""
12952 " int\n"
12953 " guestfs_luks_open (guestfs_h *g,\n"
12954 "                    const char *device,\n"
12955 "                    const char *key,\n"
12956 "                    const char *mapname);\n"
12957 "\n"
12958 msgstr ""
12959
12960 # type: textblock
12961 #. type: textblock
12962 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2503
12963 msgid ""
12964 "This command opens a block device which has been encrypted according to the "
12965 "Linux Unified Key Setup (LUKS) standard."
12966 msgstr ""
12967
12968 # type: textblock
12969 #. type: textblock
12970 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
12971 msgid "C<device> is the encrypted block device or partition."
12972 msgstr ""
12973
12974 # type: textblock
12975 #. type: textblock
12976 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2508
12977 msgid ""
12978 "The caller must supply one of the keys associated with the LUKS block "
12979 "device, in the C<key> parameter."
12980 msgstr ""
12981
12982 # type: textblock
12983 #. type: textblock
12984 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
12985 msgid ""
12986 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12987 "writes to this block device are decrypted from and encrypted to the "
12988 "underlying C<device> respectively."
12989 msgstr ""
12990
12991 # type: textblock
12992 #. type: textblock
12993 #: ../src/guestfs-actions.pod:3688
12994 msgid ""
12995 "If this block device contains LVM volume groups, then calling "
12996 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12997 "visible."
12998 msgstr ""
12999
13000 # type: =head2
13001 #. type: =head2
13002 #: ../src/guestfs-actions.pod:3700
13003 msgid "guestfs_luks_open_ro"
13004 msgstr ""
13005
13006 # type: verbatim
13007 #. type: verbatim
13008 #: ../src/guestfs-actions.pod:3702
13009 #, no-wrap
13010 msgid ""
13011 " int\n"
13012 " guestfs_luks_open_ro (guestfs_h *g,\n"
13013 "                       const char *device,\n"
13014 "                       const char *key,\n"
13015 "                       const char *mapname);\n"
13016 "\n"
13017 msgstr ""
13018
13019 # type: textblock
13020 #. type: textblock
13021 #: ../src/guestfs-actions.pod:3708
13022 msgid ""
13023 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13024 "created."
13025 msgstr ""
13026
13027 # type: =head2
13028 #. type: =head2
13029 #: ../src/guestfs-actions.pod:3719
13030 msgid "guestfs_lvcreate"
13031 msgstr ""
13032
13033 # type: verbatim
13034 #. type: verbatim
13035 #: ../src/guestfs-actions.pod:3721
13036 #, no-wrap
13037 msgid ""
13038 " int\n"
13039 " guestfs_lvcreate (guestfs_h *g,\n"
13040 "                   const char *logvol,\n"
13041 "                   const char *volgroup,\n"
13042 "                   int mbytes);\n"
13043 "\n"
13044 msgstr ""
13045
13046 # type: textblock
13047 #. type: textblock
13048 #: ../src/guestfs-actions.pod:3727 ../fish/guestfish-actions.pod:2536
13049 msgid ""
13050 "This creates an LVM logical volume called C<logvol> on the volume group "
13051 "C<volgroup>, with C<size> megabytes."
13052 msgstr ""
13053
13054 # type: =head2
13055 #. type: =head2
13056 #: ../src/guestfs-actions.pod:3734
13057 msgid "guestfs_lvm_canonical_lv_name"
13058 msgstr ""
13059
13060 # type: verbatim
13061 #. type: verbatim
13062 #: ../src/guestfs-actions.pod:3736
13063 #, no-wrap
13064 msgid ""
13065 " char *\n"
13066 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13067 "                                const char *lvname);\n"
13068 "\n"
13069 msgstr ""
13070
13071 # type: textblock
13072 #. type: textblock
13073 #: ../src/guestfs-actions.pod:3740 ../fish/guestfish-actions.pod:2543
13074 msgid ""
13075 "This converts alternative naming schemes for LVs that you might find to the "
13076 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13077 "LV>."
13078 msgstr ""
13079
13080 # type: textblock
13081 #. type: textblock
13082 #: ../src/guestfs-actions.pod:3744 ../fish/guestfish-actions.pod:2547
13083 msgid ""
13084 "This command returns an error if the C<lvname> parameter does not refer to a "
13085 "logical volume."
13086 msgstr ""
13087
13088 # type: textblock
13089 #. type: textblock
13090 #: ../src/guestfs-actions.pod:3747
13091 msgid "See also C<guestfs_is_lv>."
13092 msgstr ""
13093
13094 # type: textblock
13095 #. type: textblock
13096 #: ../src/guestfs-actions.pod:3752
13097 msgid "(Added in 1.5.24)"
13098 msgstr ""
13099
13100 # type: =head2
13101 #. type: =head2
13102 #: ../src/guestfs-actions.pod:3754
13103 msgid "guestfs_lvm_clear_filter"
13104 msgstr ""
13105
13106 # type: verbatim
13107 #. type: verbatim
13108 #: ../src/guestfs-actions.pod:3756
13109 #, no-wrap
13110 msgid ""
13111 " int\n"
13112 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13113 "\n"
13114 msgstr ""
13115
13116 # type: textblock
13117 #. type: textblock
13118 #: ../src/guestfs-actions.pod:3759
13119 msgid ""
13120 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13121 "see every block device."
13122 msgstr ""
13123
13124 # type: textblock
13125 #. type: textblock
13126 #: ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:3804
13127 #: ../fish/guestfish-actions.pod:2559 ../fish/guestfish-actions.pod:2590
13128 msgid ""
13129 "This command also clears the LVM cache and performs a volume group scan."
13130 msgstr ""
13131
13132 # type: =head2
13133 #. type: =head2
13134 #: ../src/guestfs-actions.pod:3769
13135 msgid "guestfs_lvm_remove_all"
13136 msgstr ""
13137
13138 # type: verbatim
13139 #. type: verbatim
13140 #: ../src/guestfs-actions.pod:3771
13141 #, no-wrap
13142 msgid ""
13143 " int\n"
13144 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13145 "\n"
13146 msgstr ""
13147
13148 # type: textblock
13149 #. type: textblock
13150 #: ../src/guestfs-actions.pod:3774 ../fish/guestfish-actions.pod:2566
13151 msgid ""
13152 "This command removes all LVM logical volumes, volume groups and physical "
13153 "volumes."
13154 msgstr ""
13155
13156 # type: =head2
13157 #. type: =head2
13158 #: ../src/guestfs-actions.pod:3784
13159 msgid "guestfs_lvm_set_filter"
13160 msgstr ""
13161
13162 # type: verbatim
13163 #. type: verbatim
13164 #: ../src/guestfs-actions.pod:3786
13165 #, no-wrap
13166 msgid ""
13167 " int\n"
13168 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13169 "                         char *const *devices);\n"
13170 "\n"
13171 msgstr ""
13172
13173 # type: textblock
13174 #. type: textblock
13175 #: ../src/guestfs-actions.pod:3790 ../fish/guestfish-actions.pod:2576
13176 msgid ""
13177 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13178 "block devices in the list C<devices>, and will ignore all other attached "
13179 "block devices."
13180 msgstr ""
13181
13182 # type: textblock
13183 #. type: textblock
13184 #: ../src/guestfs-actions.pod:3794 ../fish/guestfish-actions.pod:2580
13185 msgid ""
13186 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13187 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13188 "there are two types of duplication possible: either cloned PVs/VGs which "
13189 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13190 "same name.  In normal operation you cannot create this situation, but you "
13191 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13192 "inside the LVM metadata."
13193 msgstr ""
13194
13195 # type: textblock
13196 #. type: textblock
13197 #: ../src/guestfs-actions.pod:3807 ../fish/guestfish-actions.pod:2593
13198 msgid "You can filter whole block devices or individual partitions."
13199 msgstr ""
13200
13201 # type: textblock
13202 #. type: textblock
13203 #: ../src/guestfs-actions.pod:3809 ../fish/guestfish-actions.pod:2595
13204 msgid ""
13205 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13206 "filesystem), even if you are not filtering out that VG."
13207 msgstr ""
13208
13209 # type: =head2
13210 #. type: =head2
13211 #: ../src/guestfs-actions.pod:3817
13212 msgid "guestfs_lvremove"
13213 msgstr ""
13214
13215 # type: verbatim
13216 #. type: verbatim
13217 #: ../src/guestfs-actions.pod:3819
13218 #, no-wrap
13219 msgid ""
13220 " int\n"
13221 " guestfs_lvremove (guestfs_h *g,\n"
13222 "                   const char *device);\n"
13223 "\n"
13224 msgstr ""
13225
13226 # type: textblock
13227 #. type: textblock
13228 #: ../src/guestfs-actions.pod:3823 ../fish/guestfish-actions.pod:2603
13229 msgid ""
13230 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13231 "LV, such as C</dev/VG/LV>."
13232 msgstr ""
13233
13234 # type: textblock
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
13237 msgid ""
13238 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13239 "dev/VG>."
13240 msgstr ""
13241
13242 # type: textblock
13243 #. type: textblock
13244 #: ../src/guestfs-actions.pod:3831 ../src/guestfs-actions.pod:5055
13245 #: ../src/guestfs-actions.pod:6795
13246 msgid "(Added in 1.0.13)"
13247 msgstr ""
13248
13249 # type: =head2
13250 #. type: =head2
13251 #: ../src/guestfs-actions.pod:3833
13252 msgid "guestfs_lvrename"
13253 msgstr ""
13254
13255 # type: verbatim
13256 #. type: verbatim
13257 #: ../src/guestfs-actions.pod:3835
13258 #, no-wrap
13259 msgid ""
13260 " int\n"
13261 " guestfs_lvrename (guestfs_h *g,\n"
13262 "                   const char *logvol,\n"
13263 "                   const char *newlogvol);\n"
13264 "\n"
13265 msgstr ""
13266
13267 # type: textblock
13268 #. type: textblock
13269 #: ../src/guestfs-actions.pod:3840 ../fish/guestfish-actions.pod:2613
13270 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13271 msgstr ""
13272
13273 # type: textblock
13274 #. type: textblock
13275 #: ../src/guestfs-actions.pod:3844 ../src/guestfs-actions.pod:6808
13276 msgid "(Added in 1.0.83)"
13277 msgstr ""
13278
13279 # type: =head2
13280 #. type: =head2
13281 #: ../src/guestfs-actions.pod:3846
13282 msgid "guestfs_lvresize"
13283 msgstr ""
13284
13285 # type: verbatim
13286 #. type: verbatim
13287 #: ../src/guestfs-actions.pod:3848
13288 #, no-wrap
13289 msgid ""
13290 " int\n"
13291 " guestfs_lvresize (guestfs_h *g,\n"
13292 "                   const char *device,\n"
13293 "                   int mbytes);\n"
13294 "\n"
13295 msgstr ""
13296
13297 # type: textblock
13298 #. type: textblock
13299 #: ../src/guestfs-actions.pod:3853 ../fish/guestfish-actions.pod:2619
13300 msgid ""
13301 "This resizes (expands or shrinks) an existing LVM logical volume to "
13302 "C<mbytes>.  When reducing, data in the reduced part is lost."
13303 msgstr ""
13304
13305 # type: =head2
13306 #. type: =head2
13307 #: ../src/guestfs-actions.pod:3861
13308 msgid "guestfs_lvresize_free"
13309 msgstr ""
13310
13311 # type: verbatim
13312 #. type: verbatim
13313 #: ../src/guestfs-actions.pod:3863
13314 #, no-wrap
13315 msgid ""
13316 " int\n"
13317 " guestfs_lvresize_free (guestfs_h *g,\n"
13318 "                        const char *lv,\n"
13319 "                        int percent);\n"
13320 "\n"
13321 msgstr ""
13322
13323 # type: textblock
13324 #. type: textblock
13325 #: ../src/guestfs-actions.pod:3868 ../fish/guestfish-actions.pod:2627
13326 msgid ""
13327 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13328 "remaining free space in the volume group.  Commonly you would call this with "
13329 "pc = 100 which expands the logical volume as much as possible, using all "
13330 "remaining free space in the volume group."
13331 msgstr ""
13332
13333 # type: textblock
13334 #. type: textblock
13335 #: ../src/guestfs-actions.pod:3876
13336 msgid "(Added in 1.3.3)"
13337 msgstr ""
13338
13339 # type: =head2
13340 #. type: =head2
13341 #: ../src/guestfs-actions.pod:3878
13342 msgid "guestfs_lvs"
13343 msgstr ""
13344
13345 # type: verbatim
13346 #. type: verbatim
13347 #: ../src/guestfs-actions.pod:3880
13348 #, no-wrap
13349 msgid ""
13350 " char **\n"
13351 " guestfs_lvs (guestfs_h *g);\n"
13352 "\n"
13353 msgstr ""
13354
13355 # type: textblock
13356 #. type: textblock
13357 #: ../src/guestfs-actions.pod:3883 ../fish/guestfish-actions.pod:2637
13358 msgid ""
13359 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13360 "(8)> command."
13361 msgstr ""
13362
13363 # type: textblock
13364 #. type: textblock
13365 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
13366 msgid ""
13367 "This returns a list of the logical volume device names (eg. C</dev/"
13368 "VolGroup00/LogVol00>)."
13369 msgstr ""
13370
13371 # type: textblock
13372 #. type: textblock
13373 #: ../src/guestfs-actions.pod:3889
13374 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13375 msgstr ""
13376
13377 # type: =head2
13378 #. type: =head2
13379 #: ../src/guestfs-actions.pod:3897
13380 msgid "guestfs_lvs_full"
13381 msgstr ""
13382
13383 # type: verbatim
13384 #. type: verbatim
13385 #: ../src/guestfs-actions.pod:3899
13386 #, no-wrap
13387 msgid ""
13388 " struct guestfs_lvm_lv_list *\n"
13389 " guestfs_lvs_full (guestfs_h *g);\n"
13390 "\n"
13391 msgstr ""
13392
13393 # type: textblock
13394 #. type: textblock
13395 #: ../src/guestfs-actions.pod:3902 ../fish/guestfish-actions.pod:2649
13396 msgid ""
13397 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13398 "(8)> command.  The \"full\" version includes all fields."
13399 msgstr ""
13400
13401 # type: textblock
13402 #. type: textblock
13403 #: ../src/guestfs-actions.pod:3905
13404 msgid ""
13405 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13406 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13407 msgstr ""
13408
13409 # type: =head2
13410 #. type: =head2
13411 #: ../src/guestfs-actions.pod:3911
13412 msgid "guestfs_lvuuid"
13413 msgstr ""
13414
13415 # type: verbatim
13416 #. type: verbatim
13417 #: ../src/guestfs-actions.pod:3913
13418 #, no-wrap
13419 msgid ""
13420 " char *\n"
13421 " guestfs_lvuuid (guestfs_h *g,\n"
13422 "                 const char *device);\n"
13423 "\n"
13424 msgstr ""
13425
13426 # type: textblock
13427 #. type: textblock
13428 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2656
13429 msgid "This command returns the UUID of the LVM LV C<device>."
13430 msgstr ""
13431
13432 # type: =head2
13433 #. type: =head2
13434 #: ../src/guestfs-actions.pod:3924
13435 msgid "guestfs_lxattrlist"
13436 msgstr ""
13437
13438 # type: verbatim
13439 #. type: verbatim
13440 #: ../src/guestfs-actions.pod:3926
13441 #, no-wrap
13442 msgid ""
13443 " struct guestfs_xattr_list *\n"
13444 " guestfs_lxattrlist (guestfs_h *g,\n"
13445 "                     const char *path,\n"
13446 "                     char *const *names);\n"
13447 "\n"
13448 msgstr ""
13449
13450 # type: textblock
13451 #. type: textblock
13452 #: ../src/guestfs-actions.pod:3931 ../fish/guestfish-actions.pod:2662
13453 msgid ""
13454 "This call allows you to get the extended attributes of multiple files, where "
13455 "all files are in the directory C<path>.  C<names> is the list of files from "
13456 "this directory."
13457 msgstr ""
13458
13459 # type: textblock
13460 #. type: textblock
13461 #: ../src/guestfs-actions.pod:3935 ../fish/guestfish-actions.pod:2666
13462 msgid ""
13463 "On return you get a flat list of xattr structs which must be interpreted "
13464 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13465 "C<attrval> in this struct is zero-length to indicate there was an error "
13466 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13467 "number (the number of following attributes for this file, which could be C<"
13468 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13469 "for the first named file.  This repeats for the second and subsequent files."
13470 msgstr ""
13471
13472 # type: textblock
13473 #. type: textblock
13474 #: ../src/guestfs-actions.pod:3945
13475 msgid ""
13476 "This call is intended for programs that want to efficiently list a directory "
13477 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13478 "a similarly efficient call for getting standard stats.  Very long directory "
13479 "listings might cause the protocol message size to be exceeded, causing this "
13480 "call to fail.  The caller must split up such requests into smaller groups of "
13481 "names."
13482 msgstr ""
13483
13484 # type: =head2
13485 #. type: =head2
13486 #: ../src/guestfs-actions.pod:3959
13487 msgid "guestfs_mkdir"
13488 msgstr ""
13489
13490 # type: verbatim
13491 #. type: verbatim
13492 #: ../src/guestfs-actions.pod:3961
13493 #, no-wrap
13494 msgid ""
13495 " int\n"
13496 " guestfs_mkdir (guestfs_h *g,\n"
13497 "                const char *path);\n"
13498 "\n"
13499 msgstr ""
13500
13501 # type: textblock
13502 #. type: textblock
13503 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2688
13504 msgid "Create a directory named C<path>."
13505 msgstr ""
13506
13507 # type: =head2
13508 #. type: =head2
13509 #: ../src/guestfs-actions.pod:3971
13510 msgid "guestfs_mkdir_mode"
13511 msgstr ""
13512
13513 # type: verbatim
13514 #. type: verbatim
13515 #: ../src/guestfs-actions.pod:3973
13516 #, no-wrap
13517 msgid ""
13518 " int\n"
13519 " guestfs_mkdir_mode (guestfs_h *g,\n"
13520 "                     const char *path,\n"
13521 "                     int mode);\n"
13522 "\n"
13523 msgstr ""
13524
13525 # type: textblock
13526 #. type: textblock
13527 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2694
13528 msgid ""
13529 "This command creates a directory, setting the initial permissions of the "
13530 "directory to C<mode>."
13531 msgstr ""
13532
13533 # type: textblock
13534 #. type: textblock
13535 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
13536 msgid ""
13537 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13538 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13539 "other ways."
13540 msgstr ""
13541
13542 # type: textblock
13543 #. type: textblock
13544 #: ../src/guestfs-actions.pod:3985
13545 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13546 msgstr ""
13547
13548 # type: =head2
13549 #. type: =head2
13550 #: ../src/guestfs-actions.pod:3991
13551 msgid "guestfs_mkdir_p"
13552 msgstr ""
13553
13554 # type: verbatim
13555 #. type: verbatim
13556 #: ../src/guestfs-actions.pod:3993
13557 #, no-wrap
13558 msgid ""
13559 " int\n"
13560 " guestfs_mkdir_p (guestfs_h *g,\n"
13561 "                  const char *path);\n"
13562 "\n"
13563 msgstr ""
13564
13565 # type: textblock
13566 #. type: textblock
13567 #: ../src/guestfs-actions.pod:3997 ../fish/guestfish-actions.pod:2707
13568 msgid ""
13569 "Create a directory named C<path>, creating any parent directories as "
13570 "necessary.  This is like the C<mkdir -p> shell command."
13571 msgstr ""
13572
13573 # type: =head2
13574 #. type: =head2
13575 #: ../src/guestfs-actions.pod:4004
13576 msgid "guestfs_mkdtemp"
13577 msgstr ""
13578
13579 # type: verbatim
13580 #. type: verbatim
13581 #: ../src/guestfs-actions.pod:4006
13582 #, no-wrap
13583 msgid ""
13584 " char *\n"
13585 " guestfs_mkdtemp (guestfs_h *g,\n"
13586 "                  const char *template);\n"
13587 "\n"
13588 msgstr ""
13589
13590 # type: textblock
13591 #. type: textblock
13592 #: ../src/guestfs-actions.pod:4010 ../fish/guestfish-actions.pod:2714
13593 msgid ""
13594 "This command creates a temporary directory.  The C<template> parameter "
13595 "should be a full pathname for the temporary directory name with the final "
13596 "six characters being \"XXXXXX\"."
13597 msgstr ""
13598
13599 # type: textblock
13600 #. type: textblock
13601 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2719
13602 msgid ""
13603 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13604 "being suitable for Windows filesystems."
13605 msgstr ""
13606
13607 # type: textblock
13608 #. type: textblock
13609 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
13610 msgid "The name of the temporary directory that was created is returned."
13611 msgstr ""
13612
13613 # type: textblock
13614 #. type: textblock
13615 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
13616 msgid "The temporary directory is created with mode 0700 and is owned by root."
13617 msgstr ""
13618
13619 # type: textblock
13620 #. type: textblock
13621 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
13622 msgid ""
13623 "The caller is responsible for deleting the temporary directory and its "
13624 "contents after use."
13625 msgstr ""
13626
13627 # type: textblock
13628 #. type: textblock
13629 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
13630 msgid "See also: L<mkdtemp(3)>"
13631 msgstr ""
13632
13633 # type: =head2
13634 #. type: =head2
13635 #: ../src/guestfs-actions.pod:4034
13636 msgid "guestfs_mke2fs_J"
13637 msgstr ""
13638
13639 # type: verbatim
13640 #. type: verbatim
13641 #: ../src/guestfs-actions.pod:4036
13642 #, no-wrap
13643 msgid ""
13644 " int\n"
13645 " guestfs_mke2fs_J (guestfs_h *g,\n"
13646 "                   const char *fstype,\n"
13647 "                   int blocksize,\n"
13648 "                   const char *device,\n"
13649 "                   const char *journal);\n"
13650 "\n"
13651 msgstr ""
13652
13653 # type: textblock
13654 #. type: textblock
13655 #: ../src/guestfs-actions.pod:4043 ../fish/guestfish-actions.pod:2737
13656 msgid ""
13657 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13658 "C<journal>.  It is equivalent to the command:"
13659 msgstr ""
13660
13661 # type: verbatim
13662 #. type: verbatim
13663 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2741
13664 #, no-wrap
13665 msgid ""
13666 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13667 "\n"
13668 msgstr ""
13669
13670 # type: textblock
13671 #. type: textblock
13672 #: ../src/guestfs-actions.pod:4049
13673 msgid "See also C<guestfs_mke2journal>."
13674 msgstr ""
13675
13676 # type: textblock
13677 #. type: textblock
13678 #: ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4071
13679 #: ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4105
13680 #: ../src/guestfs-actions.pod:4119 ../src/guestfs-actions.pod:4133
13681 #: ../src/guestfs-actions.pod:4192 ../src/guestfs-actions.pod:4445
13682 msgid "(Added in 1.0.68)"
13683 msgstr ""
13684
13685 # type: =head2
13686 #. type: =head2
13687 #: ../src/guestfs-actions.pod:4055
13688 msgid "guestfs_mke2fs_JL"
13689 msgstr ""
13690
13691 # type: verbatim
13692 #. type: verbatim
13693 #: ../src/guestfs-actions.pod:4057
13694 #, no-wrap
13695 msgid ""
13696 " int\n"
13697 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13698 "                    const char *fstype,\n"
13699 "                    int blocksize,\n"
13700 "                    const char *device,\n"
13701 "                    const char *label);\n"
13702 "\n"
13703 msgstr ""
13704
13705 # type: textblock
13706 #. type: textblock
13707 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2749
13708 msgid ""
13709 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13710 "the journal labeled C<label>."
13711 msgstr ""
13712
13713 # type: textblock
13714 #. type: textblock
13715 #: ../src/guestfs-actions.pod:4067
13716 msgid "See also C<guestfs_mke2journal_L>."
13717 msgstr ""
13718
13719 # type: =head2
13720 #. type: =head2
13721 #: ../src/guestfs-actions.pod:4073
13722 msgid "guestfs_mke2fs_JU"
13723 msgstr ""
13724
13725 # type: verbatim
13726 #. type: verbatim
13727 #: ../src/guestfs-actions.pod:4075
13728 #, no-wrap
13729 msgid ""
13730 " int\n"
13731 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13732 "                    const char *fstype,\n"
13733 "                    int blocksize,\n"
13734 "                    const char *device,\n"
13735 "                    const char *uuid);\n"
13736 "\n"
13737 msgstr ""
13738
13739 # type: textblock
13740 #. type: textblock
13741 #: ../src/guestfs-actions.pod:4082 ../fish/guestfish-actions.pod:2758
13742 msgid ""
13743 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13744 "the journal with UUID C<uuid>."
13745 msgstr ""
13746
13747 # type: textblock
13748 #. type: textblock
13749 #: ../src/guestfs-actions.pod:4085
13750 msgid "See also C<guestfs_mke2journal_U>."
13751 msgstr ""
13752
13753 # type: =head2
13754 #. type: =head2
13755 #: ../src/guestfs-actions.pod:4091
13756 msgid "guestfs_mke2journal"
13757 msgstr ""
13758
13759 # type: verbatim
13760 #. type: verbatim
13761 #: ../src/guestfs-actions.pod:4093
13762 #, no-wrap
13763 msgid ""
13764 " int\n"
13765 " guestfs_mke2journal (guestfs_h *g,\n"
13766 "                      int blocksize,\n"
13767 "                      const char *device);\n"
13768 "\n"
13769 msgstr ""
13770
13771 # type: textblock
13772 #. type: textblock
13773 #: ../src/guestfs-actions.pod:4098 ../fish/guestfish-actions.pod:2767
13774 msgid ""
13775 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13776 "command:"
13777 msgstr ""
13778
13779 # type: verbatim
13780 #. type: verbatim
13781 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
13782 #, no-wrap
13783 msgid ""
13784 " mke2fs -O journal_dev -b blocksize device\n"
13785 "\n"
13786 msgstr ""
13787
13788 # type: =head2
13789 #. type: =head2
13790 #: ../src/guestfs-actions.pod:4107
13791 msgid "guestfs_mke2journal_L"
13792 msgstr ""
13793
13794 # type: verbatim
13795 #. type: verbatim
13796 #: ../src/guestfs-actions.pod:4109
13797 #, no-wrap
13798 msgid ""
13799 " int\n"
13800 " guestfs_mke2journal_L (guestfs_h *g,\n"
13801 "                        int blocksize,\n"
13802 "                        const char *label,\n"
13803 "                        const char *device);\n"
13804 "\n"
13805 msgstr ""
13806
13807 # type: textblock
13808 #. type: textblock
13809 #: ../src/guestfs-actions.pod:4115 ../fish/guestfish-actions.pod:2776
13810 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13811 msgstr ""
13812
13813 # type: =head2
13814 #. type: =head2
13815 #: ../src/guestfs-actions.pod:4121
13816 msgid "guestfs_mke2journal_U"
13817 msgstr ""
13818
13819 # type: verbatim
13820 #. type: verbatim
13821 #: ../src/guestfs-actions.pod:4123
13822 #, no-wrap
13823 msgid ""
13824 " int\n"
13825 " guestfs_mke2journal_U (guestfs_h *g,\n"
13826 "                        int blocksize,\n"
13827 "                        const char *uuid,\n"
13828 "                        const char *device);\n"
13829 "\n"
13830 msgstr ""
13831
13832 # type: textblock
13833 #. type: textblock
13834 #: ../src/guestfs-actions.pod:4129 ../fish/guestfish-actions.pod:2782
13835 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13836 msgstr ""
13837
13838 # type: =head2
13839 #. type: =head2
13840 #: ../src/guestfs-actions.pod:4135
13841 msgid "guestfs_mkfifo"
13842 msgstr ""
13843
13844 # type: verbatim
13845 #. type: verbatim
13846 #: ../src/guestfs-actions.pod:4137
13847 #, no-wrap
13848 msgid ""
13849 " int\n"
13850 " guestfs_mkfifo (guestfs_h *g,\n"
13851 "                 int mode,\n"
13852 "                 const char *path);\n"
13853 "\n"
13854 msgstr ""
13855
13856 # type: textblock
13857 #. type: textblock
13858 #: ../src/guestfs-actions.pod:4142
13859 msgid ""
13860 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13861 "is just a convenient wrapper around C<guestfs_mknod>."
13862 msgstr ""
13863
13864 # type: =head2
13865 #. type: =head2
13866 #: ../src/guestfs-actions.pod:4152
13867 msgid "guestfs_mkfs"
13868 msgstr ""
13869
13870 # type: verbatim
13871 #. type: verbatim
13872 #: ../src/guestfs-actions.pod:4154
13873 #, no-wrap
13874 msgid ""
13875 " int\n"
13876 " guestfs_mkfs (guestfs_h *g,\n"
13877 "               const char *fstype,\n"
13878 "               const char *device);\n"
13879 "\n"
13880 msgstr ""
13881
13882 # type: textblock
13883 #. type: textblock
13884 #: ../src/guestfs-actions.pod:4159 ../fish/guestfish-actions.pod:2798
13885 msgid ""
13886 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13887 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13888 msgstr ""
13889
13890 # type: =head2
13891 #. type: =head2
13892 #: ../src/guestfs-actions.pod:4167
13893 msgid "guestfs_mkfs_b"
13894 msgstr ""
13895
13896 # type: verbatim
13897 #. type: verbatim
13898 #: ../src/guestfs-actions.pod:4169
13899 #, no-wrap
13900 msgid ""
13901 " int\n"
13902 " guestfs_mkfs_b (guestfs_h *g,\n"
13903 "                 const char *fstype,\n"
13904 "                 int blocksize,\n"
13905 "                 const char *device);\n"
13906 "\n"
13907 msgstr ""
13908
13909 # type: textblock
13910 #. type: textblock
13911 #: ../src/guestfs-actions.pod:4175
13912 msgid ""
13913 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13914 "block size of the resulting filesystem.  Supported block sizes depend on the "
13915 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13916 msgstr ""
13917
13918 # type: textblock
13919 #. type: textblock
13920 #: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4222
13921 #: ../fish/guestfish-actions.pod:2811 ../fish/guestfish-actions.pod:2838
13922 msgid ""
13923 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13924 "cluster size."
13925 msgstr ""
13926
13927 # type: textblock
13928 #. type: textblock
13929 #: ../src/guestfs-actions.pod:4185 ../fish/guestfish-actions.pod:2814
13930 msgid ""
13931 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13932 msgstr ""
13933
13934 # type: =head2
13935 #. type: =head2
13936 #: ../src/guestfs-actions.pod:4194
13937 msgid "guestfs_mkfs_opts"
13938 msgstr ""
13939
13940 # type: verbatim
13941 #. type: verbatim
13942 #: ../src/guestfs-actions.pod:4196
13943 #, no-wrap
13944 msgid ""
13945 " int\n"
13946 " guestfs_mkfs_opts (guestfs_h *g,\n"
13947 "                    const char *fstype,\n"
13948 "                    const char *device,\n"
13949 "                    ...);\n"
13950 "\n"
13951 msgstr ""
13952
13953 # type: verbatim
13954 #. type: verbatim
13955 #: ../src/guestfs-actions.pod:4207
13956 #, no-wrap
13957 msgid ""
13958 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13959 "\n"
13960 msgstr ""
13961
13962 # type: textblock
13963 #. type: textblock
13964 #: ../src/guestfs-actions.pod:4209 ../fish/guestfish-actions.pod:2825
13965 msgid ""
13966 "This function creates a filesystem on C<device>.  The filesystem type is "
13967 "C<fstype>, for example C<ext3>."
13968 msgstr ""
13969
13970 # type: =item
13971 #. type: =item
13972 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2832
13973 msgid "C<blocksize>"
13974 msgstr ""
13975
13976 # type: textblock
13977 #. type: textblock
13978 #: ../src/guestfs-actions.pod:4218 ../fish/guestfish-actions.pod:2834
13979 msgid ""
13980 "The filesystem block size.  Supported block sizes depend on the filesystem "
13981 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13982 "filesystems."
13983 msgstr ""
13984
13985 #. type: textblock
13986 #: ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2841
13987 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13988 msgstr ""
13989
13990 #. type: textblock
13991 #: ../src/guestfs-actions.pod:4231
13992 msgid "(Added in 1.7.19)"
13993 msgstr ""
13994
13995 # type: =head2
13996 #. type: =head2
13997 #: ../src/guestfs-actions.pod:4233
13998 msgid "guestfs_mkfs_opts_va"
13999 msgstr ""
14000
14001 # type: verbatim
14002 #. type: verbatim
14003 #: ../src/guestfs-actions.pod:4235
14004 #, no-wrap
14005 msgid ""
14006 " int\n"
14007 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14008 "                       const char *fstype,\n"
14009 "                       const char *device,\n"
14010 "                       va_list args);\n"
14011 "\n"
14012 msgstr ""
14013
14014 # type: textblock
14015 #. type: textblock
14016 #: ../src/guestfs-actions.pod:4241
14017 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14018 msgstr ""
14019
14020 # type: =head2
14021 #. type: =head2
14022 #: ../src/guestfs-actions.pod:4245
14023 msgid "guestfs_mkfs_opts_argv"
14024 msgstr ""
14025
14026 # type: verbatim
14027 #. type: verbatim
14028 #: ../src/guestfs-actions.pod:4247
14029 #, no-wrap
14030 msgid ""
14031 " int\n"
14032 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14033 "                         const char *fstype,\n"
14034 "                         const char *device,\n"
14035 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14036 "\n"
14037 msgstr ""
14038
14039 # type: textblock
14040 #. type: textblock
14041 #: ../src/guestfs-actions.pod:4253
14042 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14043 msgstr ""
14044
14045 # type: =head2
14046 #. type: =head2
14047 #: ../src/guestfs-actions.pod:4257
14048 msgid "guestfs_mkmountpoint"
14049 msgstr ""
14050
14051 # type: verbatim
14052 #. type: verbatim
14053 #: ../src/guestfs-actions.pod:4259
14054 #, no-wrap
14055 msgid ""
14056 " int\n"
14057 " guestfs_mkmountpoint (guestfs_h *g,\n"
14058 "                       const char *exemptpath);\n"
14059 "\n"
14060 msgstr ""
14061
14062 # type: textblock
14063 #. type: textblock
14064 #: ../src/guestfs-actions.pod:4263
14065 msgid ""
14066 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14067 "that can be used to create extra mountpoints before mounting the first "
14068 "filesystem."
14069 msgstr ""
14070
14071 # type: textblock
14072 #. type: textblock
14073 #: ../src/guestfs-actions.pod:4267 ../fish/guestfish-actions.pod:2855
14074 msgid ""
14075 "These calls are I<only> necessary in some very limited circumstances, mainly "
14076 "the case where you want to mount a mix of unrelated and/or read-only "
14077 "filesystems together."
14078 msgstr ""
14079
14080 # type: textblock
14081 #. type: textblock
14082 #: ../src/guestfs-actions.pod:4271 ../fish/guestfish-actions.pod:2859
14083 msgid ""
14084 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14085 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14086 "inside that.  You can unpack this as follows in guestfish:"
14087 msgstr ""
14088
14089 # type: verbatim
14090 #. type: verbatim
14091 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2864
14092 #, no-wrap
14093 msgid ""
14094 " add-ro Fedora-11-i686-Live.iso\n"
14095 " run\n"
14096 " mkmountpoint /cd\n"
14097 " mkmountpoint /sqsh\n"
14098 " mkmountpoint /ext3fs\n"
14099 " mount /dev/sda /cd\n"
14100 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14101 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14102 "\n"
14103 msgstr ""
14104
14105 # type: textblock
14106 #. type: textblock
14107 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2873
14108 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14109 msgstr ""
14110
14111 # type: textblock
14112 #. type: textblock
14113 #: ../src/guestfs-actions.pod:4287
14114 msgid ""
14115 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14116 "may get unexpected errors if you try to mix these calls.  It is safest to "
14117 "manually unmount filesystems and remove mountpoints after use."
14118 msgstr ""
14119
14120 # type: textblock
14121 #. type: textblock
14122 #: ../src/guestfs-actions.pod:4291
14123 msgid ""
14124 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14125 "first, so for this to work for manual mountpoints, you must ensure that the "
14126 "innermost mountpoints have the longest pathnames, as in the example code "
14127 "above."
14128 msgstr ""
14129
14130 # type: textblock
14131 #. type: textblock
14132 #: ../src/guestfs-actions.pod:4296 ../fish/guestfish-actions.pod:2884
14133 msgid ""
14134 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14135 msgstr ""
14136
14137 # type: textblock
14138 #. type: textblock
14139 #: ../src/guestfs-actions.pod:4298
14140 msgid ""
14141 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14142 "means that C<guestfs_umount_all> is called when the handle is closed which "
14143 "can also trigger these issues."
14144 msgstr ""
14145
14146 # type: textblock
14147 #. type: textblock
14148 #: ../src/guestfs-actions.pod:4304 ../src/guestfs-actions.pod:4563
14149 #: ../src/guestfs-actions.pod:5456
14150 msgid "(Added in 1.0.62)"
14151 msgstr ""
14152
14153 # type: =head2
14154 #. type: =head2
14155 #: ../src/guestfs-actions.pod:4306
14156 msgid "guestfs_mknod"
14157 msgstr ""
14158
14159 # type: verbatim
14160 #. type: verbatim
14161 #: ../src/guestfs-actions.pod:4308
14162 #, no-wrap
14163 msgid ""
14164 " int\n"
14165 " guestfs_mknod (guestfs_h *g,\n"
14166 "                int mode,\n"
14167 "                int devmajor,\n"
14168 "                int devminor,\n"
14169 "                const char *path);\n"
14170 "\n"
14171 msgstr ""
14172
14173 # type: textblock
14174 #. type: textblock
14175 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2894
14176 msgid ""
14177 "This call creates block or character special devices, or named pipes (FIFOs)."
14178 msgstr ""
14179
14180 # type: textblock
14181 #. type: textblock
14182 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
14183 msgid ""
14184 "The C<mode> parameter should be the mode, using the standard constants.  "
14185 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14186 "used when creating block and character special devices."
14187 msgstr ""
14188
14189 # type: textblock
14190 #. type: textblock
14191 #: ../src/guestfs-actions.pod:4323
14192 msgid ""
14193 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14194 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14195 "regular file).  These constants are available in the standard Linux header "
14196 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14197 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14198 "the appropriate constant for you."
14199 msgstr ""
14200
14201 # type: =head2
14202 #. type: =head2
14203 #: ../src/guestfs-actions.pod:4337
14204 msgid "guestfs_mknod_b"
14205 msgstr ""
14206
14207 # type: verbatim
14208 #. type: verbatim
14209 #: ../src/guestfs-actions.pod:4339
14210 #, no-wrap
14211 msgid ""
14212 " int\n"
14213 " guestfs_mknod_b (guestfs_h *g,\n"
14214 "                  int mode,\n"
14215 "                  int devmajor,\n"
14216 "                  int devminor,\n"
14217 "                  const char *path);\n"
14218 "\n"
14219 msgstr ""
14220
14221 # type: textblock
14222 #. type: textblock
14223 #: ../src/guestfs-actions.pod:4346
14224 msgid ""
14225 "This call creates a block device node called C<path> with mode C<mode> and "
14226 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14227 "wrapper around C<guestfs_mknod>."
14228 msgstr ""
14229
14230 # type: =head2
14231 #. type: =head2
14232 #: ../src/guestfs-actions.pod:4356
14233 msgid "guestfs_mknod_c"
14234 msgstr ""
14235
14236 # type: verbatim
14237 #. type: verbatim
14238 #: ../src/guestfs-actions.pod:4358
14239 #, no-wrap
14240 msgid ""
14241 " int\n"
14242 " guestfs_mknod_c (guestfs_h *g,\n"
14243 "                  int mode,\n"
14244 "                  int devmajor,\n"
14245 "                  int devminor,\n"
14246 "                  const char *path);\n"
14247 "\n"
14248 msgstr ""
14249
14250 # type: textblock
14251 #. type: textblock
14252 #: ../src/guestfs-actions.pod:4365
14253 msgid ""
14254 "This call creates a char device node called C<path> with mode C<mode> and "
14255 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14256 "wrapper around C<guestfs_mknod>."
14257 msgstr ""
14258
14259 # type: =head2
14260 #. type: =head2
14261 #: ../src/guestfs-actions.pod:4375
14262 msgid "guestfs_mkswap"
14263 msgstr ""
14264
14265 # type: verbatim
14266 #. type: verbatim
14267 #: ../src/guestfs-actions.pod:4377
14268 #, no-wrap
14269 msgid ""
14270 " int\n"
14271 " guestfs_mkswap (guestfs_h *g,\n"
14272 "                 const char *device);\n"
14273 "\n"
14274 msgstr ""
14275
14276 # type: textblock
14277 #. type: textblock
14278 #: ../src/guestfs-actions.pod:4381 ../fish/guestfish-actions.pod:2936
14279 msgid "Create a swap partition on C<device>."
14280 msgstr ""
14281
14282 # type: =head2
14283 #. type: =head2
14284 #: ../src/guestfs-actions.pod:4387
14285 msgid "guestfs_mkswap_L"
14286 msgstr ""
14287
14288 # type: verbatim
14289 #. type: verbatim
14290 #: ../src/guestfs-actions.pod:4389
14291 #, no-wrap
14292 msgid ""
14293 " int\n"
14294 " guestfs_mkswap_L (guestfs_h *g,\n"
14295 "                   const char *label,\n"
14296 "                   const char *device);\n"
14297 "\n"
14298 msgstr ""
14299
14300 # type: textblock
14301 #. type: textblock
14302 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2942
14303 msgid "Create a swap partition on C<device> with label C<label>."
14304 msgstr ""
14305
14306 # type: textblock
14307 #. type: textblock
14308 #: ../src/guestfs-actions.pod:4396 ../fish/guestfish-actions.pod:2944
14309 msgid ""
14310 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14311 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14312 "or swap tools."
14313 msgstr ""
14314
14315 # type: =head2
14316 #. type: =head2
14317 #: ../src/guestfs-actions.pod:4404
14318 msgid "guestfs_mkswap_U"
14319 msgstr ""
14320
14321 # type: verbatim
14322 #. type: verbatim
14323 #: ../src/guestfs-actions.pod:4406
14324 #, no-wrap
14325 msgid ""
14326 " int\n"
14327 " guestfs_mkswap_U (guestfs_h *g,\n"
14328 "                   const char *uuid,\n"
14329 "                   const char *device);\n"
14330 "\n"
14331 msgstr ""
14332
14333 # type: textblock
14334 #. type: textblock
14335 #: ../src/guestfs-actions.pod:4411 ../fish/guestfish-actions.pod:2952
14336 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14337 msgstr ""
14338
14339 # type: =head2
14340 #. type: =head2
14341 #: ../src/guestfs-actions.pod:4417
14342 msgid "guestfs_mkswap_file"
14343 msgstr ""
14344
14345 # type: verbatim
14346 #. type: verbatim
14347 #: ../src/guestfs-actions.pod:4419
14348 #, no-wrap
14349 msgid ""
14350 " int\n"
14351 " guestfs_mkswap_file (guestfs_h *g,\n"
14352 "                      const char *path);\n"
14353 "\n"
14354 msgstr ""
14355
14356 # type: textblock
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:2958
14359 msgid "Create a swap file."
14360 msgstr ""
14361
14362 # type: textblock
14363 #. type: textblock
14364 #: ../src/guestfs-actions.pod:4425
14365 msgid ""
14366 "This command just writes a swap file signature to an existing file.  To "
14367 "create the file itself, use something like C<guestfs_fallocate>."
14368 msgstr ""
14369
14370 # type: =head2
14371 #. type: =head2
14372 #: ../src/guestfs-actions.pod:4432
14373 msgid "guestfs_modprobe"
14374 msgstr ""
14375
14376 # type: verbatim
14377 #. type: verbatim
14378 #: ../src/guestfs-actions.pod:4434
14379 #, no-wrap
14380 msgid ""
14381 " int\n"
14382 " guestfs_modprobe (guestfs_h *g,\n"
14383 "                   const char *modulename);\n"
14384 "\n"
14385 msgstr ""
14386
14387 # type: textblock
14388 #. type: textblock
14389 #: ../src/guestfs-actions.pod:4438 ../fish/guestfish-actions.pod:2967
14390 msgid "This loads a kernel module in the appliance."
14391 msgstr ""
14392
14393 # type: textblock
14394 #. type: textblock
14395 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:2969
14396 msgid ""
14397 "The kernel module must have been whitelisted when libguestfs was built (see "
14398 "C<appliance/kmod.whitelist.in> in the source)."
14399 msgstr ""
14400
14401 # type: =head2
14402 #. type: =head2
14403 #: ../src/guestfs-actions.pod:4447
14404 msgid "guestfs_mount"
14405 msgstr ""
14406
14407 # type: verbatim
14408 #. type: verbatim
14409 #: ../src/guestfs-actions.pod:4449
14410 #, no-wrap
14411 msgid ""
14412 " int\n"
14413 " guestfs_mount (guestfs_h *g,\n"
14414 "                const char *device,\n"
14415 "                const char *mountpoint);\n"
14416 "\n"
14417 msgstr ""
14418
14419 # type: textblock
14420 #. type: textblock
14421 #: ../src/guestfs-actions.pod:4454 ../fish/guestfish-actions.pod:2976
14422 msgid ""
14423 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14424 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14425 "those block devices contain partitions, they will have the usual names (eg. "
14426 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14427 msgstr ""
14428
14429 # type: textblock
14430 #. type: textblock
14431 #: ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:2982
14432 msgid ""
14433 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14434 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14435 "mounted on directories which already exist."
14436 msgstr ""
14437
14438 # type: textblock
14439 #. type: textblock
14440 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:2987
14441 msgid ""
14442 "The mounted filesystem is writable, if we have sufficient permissions on the "
14443 "underlying device."
14444 msgstr ""
14445
14446 # type: textblock
14447 #. type: textblock
14448 #: ../src/guestfs-actions.pod:4468
14449 msgid ""
14450 "B<Important note:> When you use this call, the filesystem options C<sync> "
14451 "and C<noatime> are set implicitly.  This was originally done because we "
14452 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14453 "very large negative performance impact and negligible effect on "
14454 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14455 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14456 "(use an empty string for the first parameter if you don't want any options)."
14457 msgstr ""
14458
14459 # type: =head2
14460 #. type: =head2
14461 #: ../src/guestfs-actions.pod:4482
14462 msgid "guestfs_mount_loop"
14463 msgstr ""
14464
14465 # type: verbatim
14466 #. type: verbatim
14467 #: ../src/guestfs-actions.pod:4484
14468 #, no-wrap
14469 msgid ""
14470 " int\n"
14471 " guestfs_mount_loop (guestfs_h *g,\n"
14472 "                     const char *file,\n"
14473 "                     const char *mountpoint);\n"
14474 "\n"
14475 msgstr ""
14476
14477 # type: textblock
14478 #. type: textblock
14479 #: ../src/guestfs-actions.pod:4489 ../fish/guestfish-actions.pod:3004
14480 msgid ""
14481 "This command lets you mount C<file> (a filesystem image in a file) on a "
14482 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14483 "mountpoint>."
14484 msgstr ""
14485
14486 # type: =head2
14487 #. type: =head2
14488 #: ../src/guestfs-actions.pod:4497
14489 msgid "guestfs_mount_options"
14490 msgstr ""
14491
14492 # type: verbatim
14493 #. type: verbatim
14494 #: ../src/guestfs-actions.pod:4499
14495 #, no-wrap
14496 msgid ""
14497 " int\n"
14498 " guestfs_mount_options (guestfs_h *g,\n"
14499 "                        const char *options,\n"
14500 "                        const char *device,\n"
14501 "                        const char *mountpoint);\n"
14502 "\n"
14503 msgstr ""
14504
14505 # type: textblock
14506 #. type: textblock
14507 #: ../src/guestfs-actions.pod:4505
14508 msgid ""
14509 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14510 "the mount options as for the L<mount(8)> I<-o> flag."
14511 msgstr ""
14512
14513 # type: textblock
14514 #. type: textblock
14515 #: ../src/guestfs-actions.pod:4509 ../fish/guestfish-actions.pod:3016
14516 msgid ""
14517 "If the C<options> parameter is an empty string, then no options are passed "
14518 "(all options default to whatever the filesystem uses)."
14519 msgstr ""
14520
14521 # type: textblock
14522 #. type: textblock
14523 #: ../src/guestfs-actions.pod:4515 ../src/guestfs-actions.pod:4529
14524 #: ../src/guestfs-actions.pod:4546
14525 msgid "(Added in 1.0.10)"
14526 msgstr ""
14527
14528 # type: =head2
14529 #. type: =head2
14530 #: ../src/guestfs-actions.pod:4517
14531 msgid "guestfs_mount_ro"
14532 msgstr ""
14533
14534 # type: verbatim
14535 #. type: verbatim
14536 #: ../src/guestfs-actions.pod:4519
14537 #, no-wrap
14538 msgid ""
14539 " int\n"
14540 " guestfs_mount_ro (guestfs_h *g,\n"
14541 "                   const char *device,\n"
14542 "                   const char *mountpoint);\n"
14543 "\n"
14544 msgstr ""
14545
14546 # type: textblock
14547 #. type: textblock
14548 #: ../src/guestfs-actions.pod:4524
14549 msgid ""
14550 "This is the same as the C<guestfs_mount> command, but it mounts the "
14551 "filesystem with the read-only (I<-o ro>) flag."
14552 msgstr ""
14553
14554 # type: =head2
14555 #. type: =head2
14556 #: ../src/guestfs-actions.pod:4531
14557 msgid "guestfs_mount_vfs"
14558 msgstr ""
14559
14560 # type: verbatim
14561 #. type: verbatim
14562 #: ../src/guestfs-actions.pod:4533
14563 #, no-wrap
14564 msgid ""
14565 " int\n"
14566 " guestfs_mount_vfs (guestfs_h *g,\n"
14567 "                    const char *options,\n"
14568 "                    const char *vfstype,\n"
14569 "                    const char *device,\n"
14570 "                    const char *mountpoint);\n"
14571 "\n"
14572 msgstr ""
14573
14574 # type: textblock
14575 #. type: textblock
14576 #: ../src/guestfs-actions.pod:4540
14577 msgid ""
14578 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14579 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14580 "t> flags."
14581 msgstr ""
14582
14583 # type: =head2
14584 #. type: =head2
14585 #: ../src/guestfs-actions.pod:4548
14586 msgid "guestfs_mountpoints"
14587 msgstr ""
14588
14589 # type: verbatim
14590 #. type: verbatim
14591 #: ../src/guestfs-actions.pod:4550
14592 #, no-wrap
14593 msgid ""
14594 " char **\n"
14595 " guestfs_mountpoints (guestfs_h *g);\n"
14596 "\n"
14597 msgstr ""
14598
14599 # type: textblock
14600 #. type: textblock
14601 #: ../src/guestfs-actions.pod:4553
14602 msgid ""
14603 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14604 "devices.  This one returns a hash table (map) of device name to directory "
14605 "where the device is mounted."
14606 msgstr ""
14607
14608 # type: =head2
14609 #. type: =head2
14610 #: ../src/guestfs-actions.pod:4565
14611 msgid "guestfs_mounts"
14612 msgstr ""
14613
14614 # type: verbatim
14615 #. type: verbatim
14616 #: ../src/guestfs-actions.pod:4567
14617 #, no-wrap
14618 msgid ""
14619 " char **\n"
14620 " guestfs_mounts (guestfs_h *g);\n"
14621 "\n"
14622 msgstr ""
14623
14624 # type: textblock
14625 #. type: textblock
14626 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3047
14627 msgid ""
14628 "This returns the list of currently mounted filesystems.  It returns the list "
14629 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14630 msgstr ""
14631
14632 # type: textblock
14633 #. type: textblock
14634 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
14635 msgid "Some internal mounts are not shown."
14636 msgstr ""
14637
14638 # type: textblock
14639 #. type: textblock
14640 #: ../src/guestfs-actions.pod:4575
14641 msgid "See also: C<guestfs_mountpoints>"
14642 msgstr ""
14643
14644 # type: =head2
14645 #. type: =head2
14646 #: ../src/guestfs-actions.pod:4583
14647 msgid "guestfs_mv"
14648 msgstr ""
14649
14650 # type: verbatim
14651 #. type: verbatim
14652 #: ../src/guestfs-actions.pod:4585
14653 #, no-wrap
14654 msgid ""
14655 " int\n"
14656 " guestfs_mv (guestfs_h *g,\n"
14657 "             const char *src,\n"
14658 "             const char *dest);\n"
14659 "\n"
14660 msgstr ""
14661
14662 # type: textblock
14663 #. type: textblock
14664 #: ../src/guestfs-actions.pod:4590 ../fish/guestfish-actions.pod:3058
14665 msgid ""
14666 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14667 "destination filename or destination directory."
14668 msgstr ""
14669
14670 # type: =head2
14671 #. type: =head2
14672 #: ../src/guestfs-actions.pod:4597
14673 msgid "guestfs_ntfs_3g_probe"
14674 msgstr ""
14675
14676 # type: verbatim
14677 #. type: verbatim
14678 #: ../src/guestfs-actions.pod:4599
14679 #, no-wrap
14680 msgid ""
14681 " int\n"
14682 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14683 "                        int rw,\n"
14684 "                        const char *device);\n"
14685 "\n"
14686 msgstr ""
14687
14688 # type: textblock
14689 #. type: textblock
14690 #: ../src/guestfs-actions.pod:4604 ../fish/guestfish-actions.pod:3065
14691 msgid ""
14692 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14693 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14694 "write, and some cannot be mounted at all)."
14695 msgstr ""
14696
14697 # type: textblock
14698 #. type: textblock
14699 #: ../src/guestfs-actions.pod:4608 ../fish/guestfish-actions.pod:3069
14700 msgid ""
14701 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14702 "can be mounted read-write.  Set it to false if you want to test if the "
14703 "volume can be mounted read-only."
14704 msgstr ""
14705
14706 # type: textblock
14707 #. type: textblock
14708 #: ../src/guestfs-actions.pod:4612 ../fish/guestfish-actions.pod:3073
14709 msgid ""
14710 "The return value is an integer which C<0> if the operation would succeed, or "
14711 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14712 msgstr ""
14713
14714 # type: textblock
14715 #. type: textblock
14716 #: ../src/guestfs-actions.pod:4618
14717 msgid "(Added in 1.0.43)"
14718 msgstr ""
14719
14720 # type: =head2
14721 #. type: =head2
14722 #: ../src/guestfs-actions.pod:4620
14723 msgid "guestfs_ntfsresize"
14724 msgstr ""
14725
14726 # type: verbatim
14727 #. type: verbatim
14728 #: ../src/guestfs-actions.pod:4622
14729 #, no-wrap
14730 msgid ""
14731 " int\n"
14732 " guestfs_ntfsresize (guestfs_h *g,\n"
14733 "                     const char *device);\n"
14734 "\n"
14735 msgstr ""
14736
14737 # type: textblock
14738 #. type: textblock
14739 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3081
14740 msgid ""
14741 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14742 "size of the underlying device.  See also L<ntfsresize(8)>."
14743 msgstr ""
14744
14745 # type: =head2
14746 #. type: =head2
14747 #: ../src/guestfs-actions.pod:4634
14748 msgid "guestfs_ntfsresize_size"
14749 msgstr ""
14750
14751 # type: verbatim
14752 #. type: verbatim
14753 #: ../src/guestfs-actions.pod:4636
14754 #, no-wrap
14755 msgid ""
14756 " int\n"
14757 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14758 "                          const char *device,\n"
14759 "                          int64_t size);\n"
14760 "\n"
14761 msgstr ""
14762
14763 # type: textblock
14764 #. type: textblock
14765 #: ../src/guestfs-actions.pod:4641
14766 msgid ""
14767 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14768 "to specify the new size (in bytes) explicitly."
14769 msgstr ""
14770
14771 # type: textblock
14772 #. type: textblock
14773 #: ../src/guestfs-actions.pod:4646 ../src/guestfs-actions.pod:5082
14774 #: ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5404
14775 #: ../src/guestfs-actions.pod:6943
14776 msgid "(Added in 1.3.14)"
14777 msgstr ""
14778
14779 # type: =head2
14780 #. type: =head2
14781 #: ../src/guestfs-actions.pod:4648
14782 msgid "guestfs_part_add"
14783 msgstr ""
14784
14785 # type: verbatim
14786 #. type: verbatim
14787 #: ../src/guestfs-actions.pod:4650
14788 #, no-wrap
14789 msgid ""
14790 " int\n"
14791 " guestfs_part_add (guestfs_h *g,\n"
14792 "                   const char *device,\n"
14793 "                   const char *prlogex,\n"
14794 "                   int64_t startsect,\n"
14795 "                   int64_t endsect);\n"
14796 "\n"
14797 msgstr ""
14798
14799 # type: textblock
14800 #. type: textblock
14801 #: ../src/guestfs-actions.pod:4657
14802 msgid ""
14803 "This command adds a partition to C<device>.  If there is no partition table "
14804 "on the device, call C<guestfs_part_init> first."
14805 msgstr ""
14806
14807 # type: textblock
14808 #. type: textblock
14809 #: ../src/guestfs-actions.pod:4660 ../fish/guestfish-actions.pod:3099
14810 msgid ""
14811 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14812 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14813 "C<logical>) and C<e> (or C<extended>) partition types."
14814 msgstr ""
14815
14816 # type: textblock
14817 #. type: textblock
14818 #: ../src/guestfs-actions.pod:4665 ../fish/guestfish-actions.pod:3104
14819 msgid ""
14820 "C<startsect> and C<endsect> are the start and end of the partition in "
14821 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14822 "from the end of the disk (C<-1> is the last sector)."
14823 msgstr ""
14824
14825 # type: textblock
14826 #. type: textblock
14827 #: ../src/guestfs-actions.pod:4669
14828 msgid ""
14829 "Creating a partition which covers the whole disk is not so easy.  Use "
14830 "C<guestfs_part_disk> to do that."
14831 msgstr ""
14832
14833 # type: textblock
14834 #. type: textblock
14835 #: ../src/guestfs-actions.pod:4674 ../src/guestfs-actions.pod:4712
14836 #: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4843
14837 #: ../src/guestfs-actions.pod:4881 ../src/guestfs-actions.pod:4900
14838 #: ../src/guestfs-actions.pod:4940
14839 msgid "(Added in 1.0.78)"
14840 msgstr ""
14841
14842 # type: =head2
14843 #. type: =head2
14844 #: ../src/guestfs-actions.pod:4676
14845 msgid "guestfs_part_del"
14846 msgstr ""
14847
14848 # type: verbatim
14849 #. type: verbatim
14850 #: ../src/guestfs-actions.pod:4678
14851 #, no-wrap
14852 msgid ""
14853 " int\n"
14854 " guestfs_part_del (guestfs_h *g,\n"
14855 "                   const char *device,\n"
14856 "                   int partnum);\n"
14857 "\n"
14858 msgstr ""
14859
14860 # type: textblock
14861 #. type: textblock
14862 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3115
14863 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14864 msgstr ""
14865
14866 # type: textblock
14867 #. type: textblock
14868 #: ../src/guestfs-actions.pod:4685 ../fish/guestfish-actions.pod:3117
14869 msgid ""
14870 "Note that in the case of MBR partitioning, deleting an extended partition "
14871 "also deletes any logical partitions it contains."
14872 msgstr ""
14873
14874 # type: =head2
14875 #. type: =head2
14876 #: ../src/guestfs-actions.pod:4693
14877 msgid "guestfs_part_disk"
14878 msgstr ""
14879
14880 # type: verbatim
14881 #. type: verbatim
14882 #: ../src/guestfs-actions.pod:4695
14883 #, no-wrap
14884 msgid ""
14885 " int\n"
14886 " guestfs_part_disk (guestfs_h *g,\n"
14887 "                    const char *device,\n"
14888 "                    const char *parttype);\n"
14889 "\n"
14890 msgstr ""
14891
14892 # type: textblock
14893 #. type: textblock
14894 #: ../src/guestfs-actions.pod:4700
14895 msgid ""
14896 "This command is simply a combination of C<guestfs_part_init> followed by "
14897 "C<guestfs_part_add> to create a single primary partition covering the whole "
14898 "disk."
14899 msgstr ""
14900
14901 # type: textblock
14902 #. type: textblock
14903 #: ../src/guestfs-actions.pod:4704
14904 msgid ""
14905 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14906 "possible values are described in C<guestfs_part_init>."
14907 msgstr ""
14908
14909 # type: =head2
14910 #. type: =head2
14911 #: ../src/guestfs-actions.pod:4714
14912 msgid "guestfs_part_get_bootable"
14913 msgstr ""
14914
14915 # type: verbatim
14916 #. type: verbatim
14917 #: ../src/guestfs-actions.pod:4716
14918 #, no-wrap
14919 msgid ""
14920 " int\n"
14921 " guestfs_part_get_bootable (guestfs_h *g,\n"
14922 "                            const char *device,\n"
14923 "                            int partnum);\n"
14924 "\n"
14925 msgstr ""
14926
14927 # type: textblock
14928 #. type: textblock
14929 #: ../src/guestfs-actions.pod:4721 ../fish/guestfish-actions.pod:3139
14930 msgid ""
14931 "This command returns true if the partition C<partnum> on C<device> has the "
14932 "bootable flag set."
14933 msgstr ""
14934
14935 # type: textblock
14936 #. type: textblock
14937 #: ../src/guestfs-actions.pod:4724
14938 msgid "See also C<guestfs_part_set_bootable>."
14939 msgstr ""
14940
14941 # type: =head2
14942 #. type: =head2
14943 #: ../src/guestfs-actions.pod:4730
14944 msgid "guestfs_part_get_mbr_id"
14945 msgstr ""
14946
14947 # type: verbatim
14948 #. type: verbatim
14949 #: ../src/guestfs-actions.pod:4732
14950 #, no-wrap
14951 msgid ""
14952 " int\n"
14953 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14954 "                          const char *device,\n"
14955 "                          int partnum);\n"
14956 "\n"
14957 msgstr ""
14958
14959 # type: textblock
14960 #. type: textblock
14961 #: ../src/guestfs-actions.pod:4737 ../fish/guestfish-actions.pod:3148
14962 msgid ""
14963 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14964 "partition C<partnum>."
14965 msgstr ""
14966
14967 # type: textblock
14968 #. type: textblock
14969 #: ../src/guestfs-actions.pod:4740 ../src/guestfs-actions.pod:4916
14970 msgid ""
14971 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14972 "undefined results for other partition table types (see "
14973 "C<guestfs_part_get_parttype>)."
14974 msgstr ""
14975
14976 # type: =head2
14977 #. type: =head2
14978 #: ../src/guestfs-actions.pod:4748
14979 msgid "guestfs_part_get_parttype"
14980 msgstr ""
14981
14982 # type: verbatim
14983 #. type: verbatim
14984 #: ../src/guestfs-actions.pod:4750
14985 #, no-wrap
14986 msgid ""
14987 " char *\n"
14988 " guestfs_part_get_parttype (guestfs_h *g,\n"
14989 "                            const char *device);\n"
14990 "\n"
14991 msgstr ""
14992
14993 # type: textblock
14994 #. type: textblock
14995 #: ../src/guestfs-actions.pod:4754 ../fish/guestfish-actions.pod:3159
14996 msgid ""
14997 "This command examines the partition table on C<device> and returns the "
14998 "partition table type (format) being used."
14999 msgstr ""
15000
15001 # type: textblock
15002 #. type: textblock
15003 #: ../src/guestfs-actions.pod:4757
15004 msgid ""
15005 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15006 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15007 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15008 msgstr ""
15009
15010 # type: =head2
15011 #. type: =head2
15012 #: ../src/guestfs-actions.pod:4767
15013 msgid "guestfs_part_init"
15014 msgstr ""
15015
15016 # type: verbatim
15017 #. type: verbatim
15018 #: ../src/guestfs-actions.pod:4769
15019 #, no-wrap
15020 msgid ""
15021 " int\n"
15022 " guestfs_part_init (guestfs_h *g,\n"
15023 "                    const char *device,\n"
15024 "                    const char *parttype);\n"
15025 "\n"
15026 msgstr ""
15027
15028 # type: textblock
15029 #. type: textblock
15030 #: ../src/guestfs-actions.pod:4774 ../fish/guestfish-actions.pod:3171
15031 msgid ""
15032 "This creates an empty partition table on C<device> of one of the partition "
15033 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15034 "(for large disks)."
15035 msgstr ""
15036
15037 # type: textblock
15038 #. type: textblock
15039 #: ../src/guestfs-actions.pod:4778
15040 msgid ""
15041 "Initially there are no partitions.  Following this, you should call "
15042 "C<guestfs_part_add> for each partition required."
15043 msgstr ""
15044
15045 # type: textblock
15046 #. type: textblock
15047 #: ../src/guestfs-actions.pod:4781 ../fish/guestfish-actions.pod:3178
15048 msgid "Possible values for C<parttype> are:"
15049 msgstr ""
15050
15051 # type: =item
15052 #. type: =item
15053 #: ../src/guestfs-actions.pod:4785 ../fish/guestfish-actions.pod:3182
15054 msgid "B<efi> | B<gpt>"
15055 msgstr ""
15056
15057 # type: textblock
15058 #. type: textblock
15059 #: ../src/guestfs-actions.pod:4787 ../fish/guestfish-actions.pod:3184
15060 msgid "Intel EFI / GPT partition table."
15061 msgstr ""
15062
15063 # type: textblock
15064 #. type: textblock
15065 #: ../src/guestfs-actions.pod:4789 ../fish/guestfish-actions.pod:3186
15066 msgid ""
15067 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
15068 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
15069 "the C<mbr> format."
15070 msgstr ""
15071
15072 # type: =item
15073 #. type: =item
15074 #: ../src/guestfs-actions.pod:4793 ../fish/guestfish-actions.pod:3190
15075 msgid "B<mbr> | B<msdos>"
15076 msgstr ""
15077
15078 # type: textblock
15079 #. type: textblock
15080 #: ../src/guestfs-actions.pod:4795 ../fish/guestfish-actions.pod:3192
15081 msgid ""
15082 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15083 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15084 "TB.  For large disks we recommend using C<gpt>."
15085 msgstr ""
15086
15087 # type: textblock
15088 #. type: textblock
15089 #: ../src/guestfs-actions.pod:4802 ../fish/guestfish-actions.pod:3199
15090 msgid ""
15091 "Other partition table types that may work but are not supported include:"
15092 msgstr ""
15093
15094 # type: =item
15095 #. type: =item
15096 #: ../src/guestfs-actions.pod:4807 ../fish/guestfish-actions.pod:3204
15097 msgid "B<aix>"
15098 msgstr ""
15099
15100 # type: textblock
15101 #. type: textblock
15102 #: ../src/guestfs-actions.pod:4809 ../fish/guestfish-actions.pod:3206
15103 msgid "AIX disk labels."
15104 msgstr ""
15105
15106 # type: =item
15107 #. type: =item
15108 #: ../src/guestfs-actions.pod:4811 ../fish/guestfish-actions.pod:3208
15109 msgid "B<amiga> | B<rdb>"
15110 msgstr ""
15111
15112 # type: textblock
15113 #. type: textblock
15114 #: ../src/guestfs-actions.pod:4813 ../fish/guestfish-actions.pod:3210
15115 msgid "Amiga \"Rigid Disk Block\" format."
15116 msgstr ""
15117
15118 # type: =item
15119 #. type: =item
15120 #: ../src/guestfs-actions.pod:4815 ../fish/guestfish-actions.pod:3212
15121 msgid "B<bsd>"
15122 msgstr ""
15123
15124 # type: textblock
15125 #. type: textblock
15126 #: ../src/guestfs-actions.pod:4817 ../fish/guestfish-actions.pod:3214
15127 msgid "BSD disk labels."
15128 msgstr ""
15129
15130 # type: =item
15131 #. type: =item
15132 #: ../src/guestfs-actions.pod:4819 ../fish/guestfish-actions.pod:3216
15133 msgid "B<dasd>"
15134 msgstr ""
15135
15136 # type: textblock
15137 #. type: textblock
15138 #: ../src/guestfs-actions.pod:4821 ../fish/guestfish-actions.pod:3218
15139 msgid "DASD, used on IBM mainframes."
15140 msgstr ""
15141
15142 # type: =item
15143 #. type: =item
15144 #: ../src/guestfs-actions.pod:4823 ../fish/guestfish-actions.pod:3220
15145 msgid "B<dvh>"
15146 msgstr ""
15147
15148 # type: textblock
15149 #. type: textblock
15150 #: ../src/guestfs-actions.pod:4825 ../fish/guestfish-actions.pod:3222
15151 msgid "MIPS/SGI volumes."
15152 msgstr ""
15153
15154 # type: =item
15155 #. type: =item
15156 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3224
15157 msgid "B<mac>"
15158 msgstr ""
15159
15160 # type: textblock
15161 #. type: textblock
15162 #: ../src/guestfs-actions.pod:4829 ../fish/guestfish-actions.pod:3226
15163 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15164 msgstr ""
15165
15166 # type: =item
15167 #. type: =item
15168 #: ../src/guestfs-actions.pod:4831 ../fish/guestfish-actions.pod:3228
15169 msgid "B<pc98>"
15170 msgstr ""
15171
15172 # type: textblock
15173 #. type: textblock
15174 #: ../src/guestfs-actions.pod:4833 ../fish/guestfish-actions.pod:3230
15175 msgid "NEC PC-98 format, common in Japan apparently."
15176 msgstr ""
15177
15178 # type: =item
15179 #. type: =item
15180 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3232
15181 msgid "B<sun>"
15182 msgstr ""
15183
15184 # type: textblock
15185 #. type: textblock
15186 #: ../src/guestfs-actions.pod:4837 ../fish/guestfish-actions.pod:3234
15187 msgid "Sun disk labels."
15188 msgstr ""
15189
15190 # type: =head2
15191 #. type: =head2
15192 #: ../src/guestfs-actions.pod:4845
15193 msgid "guestfs_part_list"
15194 msgstr ""
15195
15196 # type: verbatim
15197 #. type: verbatim
15198 #: ../src/guestfs-actions.pod:4847
15199 #, no-wrap
15200 msgid ""
15201 " struct guestfs_partition_list *\n"
15202 " guestfs_part_list (guestfs_h *g,\n"
15203 "                    const char *device);\n"
15204 "\n"
15205 msgstr ""
15206
15207 # type: textblock
15208 #. type: textblock
15209 #: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3242
15210 msgid ""
15211 "This command parses the partition table on C<device> and returns the list of "
15212 "partitions found."
15213 msgstr ""
15214
15215 # type: textblock
15216 #. type: textblock
15217 #: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3245
15218 msgid "The fields in the returned structure are:"
15219 msgstr ""
15220
15221 # type: =item
15222 #. type: =item
15223 #: ../src/guestfs-actions.pod:4858 ../fish/guestfish-actions.pod:3249
15224 msgid "B<part_num>"
15225 msgstr ""
15226
15227 # type: textblock
15228 #. type: textblock
15229 #: ../src/guestfs-actions.pod:4860 ../fish/guestfish-actions.pod:3251
15230 msgid "Partition number, counting from 1."
15231 msgstr ""
15232
15233 # type: =item
15234 #. type: =item
15235 #: ../src/guestfs-actions.pod:4862 ../fish/guestfish-actions.pod:3253
15236 msgid "B<part_start>"
15237 msgstr ""
15238
15239 # type: textblock
15240 #. type: textblock
15241 #: ../src/guestfs-actions.pod:4864
15242 msgid ""
15243 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15244 "the device's sector size, see C<guestfs_blockdev_getss>."
15245 msgstr ""
15246
15247 # type: =item
15248 #. type: =item
15249 #: ../src/guestfs-actions.pod:4867 ../fish/guestfish-actions.pod:3258
15250 msgid "B<part_end>"
15251 msgstr ""
15252
15253 # type: textblock
15254 #. type: textblock
15255 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3260
15256 msgid "End of the partition in bytes."
15257 msgstr ""
15258
15259 # type: =item
15260 #. type: =item
15261 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3262
15262 msgid "B<part_size>"
15263 msgstr ""
15264
15265 # type: textblock
15266 #. type: textblock
15267 #: ../src/guestfs-actions.pod:4873 ../fish/guestfish-actions.pod:3264
15268 msgid "Size of the partition in bytes."
15269 msgstr ""
15270
15271 # type: textblock
15272 #. type: textblock
15273 #: ../src/guestfs-actions.pod:4877
15274 msgid ""
15275 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15276 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15277 "use>."
15278 msgstr ""
15279
15280 # type: =head2
15281 #. type: =head2
15282 #: ../src/guestfs-actions.pod:4883
15283 msgid "guestfs_part_set_bootable"
15284 msgstr ""
15285
15286 # type: verbatim
15287 #. type: verbatim
15288 #: ../src/guestfs-actions.pod:4885
15289 #, no-wrap
15290 msgid ""
15291 " int\n"
15292 " guestfs_part_set_bootable (guestfs_h *g,\n"
15293 "                            const char *device,\n"
15294 "                            int partnum,\n"
15295 "                            int bootable);\n"
15296 "\n"
15297 msgstr ""
15298
15299 # type: textblock
15300 #. type: textblock
15301 #: ../src/guestfs-actions.pod:4891 ../fish/guestfish-actions.pod:3272
15302 msgid ""
15303 "This sets the bootable flag on partition numbered C<partnum> on device "
15304 "C<device>.  Note that partitions are numbered from 1."
15305 msgstr ""
15306
15307 # type: textblock
15308 #. type: textblock
15309 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3275
15310 msgid ""
15311 "The bootable flag is used by some operating systems (notably Windows) to "
15312 "determine which partition to boot from.  It is by no means universally "
15313 "recognized."
15314 msgstr ""
15315
15316 # type: =head2
15317 #. type: =head2
15318 #: ../src/guestfs-actions.pod:4902
15319 msgid "guestfs_part_set_mbr_id"
15320 msgstr ""
15321
15322 # type: verbatim
15323 #. type: verbatim
15324 #: ../src/guestfs-actions.pod:4904
15325 #, no-wrap
15326 msgid ""
15327 " int\n"
15328 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15329 "                          const char *device,\n"
15330 "                          int partnum,\n"
15331 "                          int idbyte);\n"
15332 "\n"
15333 msgstr ""
15334
15335 # type: textblock
15336 #. type: textblock
15337 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3283
15338 msgid ""
15339 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15340 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15341 "documentation are in fact hexadecimal numbers, but usually documented "
15342 "without any leading \"0x\" which might be confusing."
15343 msgstr ""
15344
15345 # type: =head2
15346 #. type: =head2
15347 #: ../src/guestfs-actions.pod:4924
15348 msgid "guestfs_part_set_name"
15349 msgstr ""
15350
15351 # type: verbatim
15352 #. type: verbatim
15353 #: ../src/guestfs-actions.pod:4926
15354 #, no-wrap
15355 msgid ""
15356 " int\n"
15357 " guestfs_part_set_name (guestfs_h *g,\n"
15358 "                        const char *device,\n"
15359 "                        int partnum,\n"
15360 "                        const char *name);\n"
15361 "\n"
15362 msgstr ""
15363
15364 # type: textblock
15365 #. type: textblock
15366 #: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3297
15367 msgid ""
15368 "This sets the partition name on partition numbered C<partnum> on device "
15369 "C<device>.  Note that partitions are numbered from 1."
15370 msgstr ""
15371
15372 # type: textblock
15373 #. type: textblock
15374 #: ../src/guestfs-actions.pod:4935 ../fish/guestfish-actions.pod:3300
15375 msgid ""
15376 "The partition name can only be set on certain types of partition table.  "
15377 "This works on C<gpt> but not on C<mbr> partitions."
15378 msgstr ""
15379
15380 # type: =head2
15381 #. type: =head2
15382 #: ../src/guestfs-actions.pod:4942
15383 msgid "guestfs_part_to_dev"
15384 msgstr ""
15385
15386 # type: verbatim
15387 #. type: verbatim
15388 #: ../src/guestfs-actions.pod:4944
15389 #, no-wrap
15390 msgid ""
15391 " char *\n"
15392 " guestfs_part_to_dev (guestfs_h *g,\n"
15393 "                      const char *partition);\n"
15394 "\n"
15395 msgstr ""
15396
15397 # type: textblock
15398 #. type: textblock
15399 #: ../src/guestfs-actions.pod:4948 ../fish/guestfish-actions.pod:3307
15400 msgid ""
15401 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15402 "partition number, returning the device name (eg. \"/dev/sdb\")."
15403 msgstr ""
15404
15405 # type: textblock
15406 #. type: textblock
15407 #: ../src/guestfs-actions.pod:4952
15408 msgid ""
15409 "The named partition must exist, for example as a string returned from "
15410 "C<guestfs_list_partitions>."
15411 msgstr ""
15412
15413 # type: =head2
15414 #. type: =head2
15415 #: ../src/guestfs-actions.pod:4960
15416 msgid "guestfs_ping_daemon"
15417 msgstr ""
15418
15419 # type: verbatim
15420 #. type: verbatim
15421 #: ../src/guestfs-actions.pod:4962
15422 #, no-wrap
15423 msgid ""
15424 " int\n"
15425 " guestfs_ping_daemon (guestfs_h *g);\n"
15426 "\n"
15427 msgstr ""
15428
15429 # type: textblock
15430 #. type: textblock
15431 #: ../src/guestfs-actions.pod:4965 ../fish/guestfish-actions.pod:3318
15432 msgid ""
15433 "This is a test probe into the guestfs daemon running inside the qemu "
15434 "subprocess.  Calling this function checks that the daemon responds to the "
15435 "ping message, without affecting the daemon or attached block device(s) in "
15436 "any other way."
15437 msgstr ""
15438
15439 # type: =head2
15440 #. type: =head2
15441 #: ../src/guestfs-actions.pod:4974
15442 msgid "guestfs_pread"
15443 msgstr ""
15444
15445 # type: verbatim
15446 #. type: verbatim
15447 #: ../src/guestfs-actions.pod:4976
15448 #, no-wrap
15449 msgid ""
15450 " char *\n"
15451 " guestfs_pread (guestfs_h *g,\n"
15452 "                const char *path,\n"
15453 "                int count,\n"
15454 "                int64_t offset,\n"
15455 "                size_t *size_r);\n"
15456 "\n"
15457 msgstr ""
15458
15459 # type: textblock
15460 #. type: textblock
15461 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3327
15462 msgid ""
15463 "This command lets you read part of a file.  It reads C<count> bytes of the "
15464 "file, starting at C<offset>, from file C<path>."
15465 msgstr ""
15466
15467 # type: textblock
15468 #. type: textblock
15469 #: ../src/guestfs-actions.pod:4986 ../src/guestfs-actions.pod:5012
15470 #: ../fish/guestfish-actions.pod:3330 ../fish/guestfish-actions.pod:3345
15471 msgid ""
15472 "This may read fewer bytes than requested.  For further details see the "
15473 "L<pread(2)> system call."
15474 msgstr ""
15475
15476 # type: textblock
15477 #. type: textblock
15478 #: ../src/guestfs-actions.pod:4989
15479 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15480 msgstr ""
15481
15482 # type: =head2
15483 #. type: =head2
15484 #: ../src/guestfs-actions.pod:5000
15485 msgid "guestfs_pread_device"
15486 msgstr ""
15487
15488 # type: verbatim
15489 #. type: verbatim
15490 #: ../src/guestfs-actions.pod:5002
15491 #, no-wrap
15492 msgid ""
15493 " char *\n"
15494 " guestfs_pread_device (guestfs_h *g,\n"
15495 "                       const char *device,\n"
15496 "                       int count,\n"
15497 "                       int64_t offset,\n"
15498 "                       size_t *size_r);\n"
15499 "\n"
15500 msgstr ""
15501
15502 # type: textblock
15503 #. type: textblock
15504 #: ../src/guestfs-actions.pod:5009 ../fish/guestfish-actions.pod:3342
15505 msgid ""
15506 "This command lets you read part of a file.  It reads C<count> bytes of "
15507 "C<device>, starting at C<offset>."
15508 msgstr ""
15509
15510 # type: textblock
15511 #. type: textblock
15512 #: ../src/guestfs-actions.pod:5015
15513 msgid "See also C<guestfs_pread>."
15514 msgstr ""
15515
15516 # type: textblock
15517 #. type: textblock
15518 #: ../src/guestfs-actions.pod:5024
15519 msgid "(Added in 1.5.21)"
15520 msgstr ""
15521
15522 # type: =head2
15523 #. type: =head2
15524 #: ../src/guestfs-actions.pod:5026
15525 msgid "guestfs_pvcreate"
15526 msgstr ""
15527
15528 # type: verbatim
15529 #. type: verbatim
15530 #: ../src/guestfs-actions.pod:5028
15531 #, no-wrap
15532 msgid ""
15533 " int\n"
15534 " guestfs_pvcreate (guestfs_h *g,\n"
15535 "                   const char *device);\n"
15536 "\n"
15537 msgstr ""
15538
15539 # type: textblock
15540 #. type: textblock
15541 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3357
15542 msgid ""
15543 "This creates an LVM physical volume on the named C<device>, where C<device> "
15544 "should usually be a partition name such as C</dev/sda1>."
15545 msgstr ""
15546
15547 # type: =head2
15548 #. type: =head2
15549 #: ../src/guestfs-actions.pod:5040
15550 msgid "guestfs_pvremove"
15551 msgstr ""
15552
15553 # type: verbatim
15554 #. type: verbatim
15555 #: ../src/guestfs-actions.pod:5042
15556 #, no-wrap
15557 msgid ""
15558 " int\n"
15559 " guestfs_pvremove (guestfs_h *g,\n"
15560 "                   const char *device);\n"
15561 "\n"
15562 msgstr ""
15563
15564 # type: textblock
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3365
15567 msgid ""
15568 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15569 "it."
15570 msgstr ""
15571
15572 # type: textblock
15573 #. type: textblock
15574 #: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3368
15575 msgid ""
15576 "The implementation uses the C<pvremove> command which refuses to wipe "
15577 "physical volumes that contain any volume groups, so you have to remove those "
15578 "first."
15579 msgstr ""
15580
15581 # type: =head2
15582 #. type: =head2
15583 #: ../src/guestfs-actions.pod:5057
15584 msgid "guestfs_pvresize"
15585 msgstr ""
15586
15587 # type: verbatim
15588 #. type: verbatim
15589 #: ../src/guestfs-actions.pod:5059
15590 #, no-wrap
15591 msgid ""
15592 " int\n"
15593 " guestfs_pvresize (guestfs_h *g,\n"
15594 "                   const char *device);\n"
15595 "\n"
15596 msgstr ""
15597
15598 # type: textblock
15599 #. type: textblock
15600 #: ../src/guestfs-actions.pod:5063 ../fish/guestfish-actions.pod:3376
15601 msgid ""
15602 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15603 "the new size of the underlying device."
15604 msgstr ""
15605
15606 # type: =head2
15607 #. type: =head2
15608 #: ../src/guestfs-actions.pod:5070
15609 msgid "guestfs_pvresize_size"
15610 msgstr ""
15611
15612 # type: verbatim
15613 #. type: verbatim
15614 #: ../src/guestfs-actions.pod:5072
15615 #, no-wrap
15616 msgid ""
15617 " int\n"
15618 " guestfs_pvresize_size (guestfs_h *g,\n"
15619 "                        const char *device,\n"
15620 "                        int64_t size);\n"
15621 "\n"
15622 msgstr ""
15623
15624 # type: textblock
15625 #. type: textblock
15626 #: ../src/guestfs-actions.pod:5077
15627 msgid ""
15628 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15629 "specify the new size (in bytes) explicitly."
15630 msgstr ""
15631
15632 # type: =head2
15633 #. type: =head2
15634 #: ../src/guestfs-actions.pod:5084
15635 msgid "guestfs_pvs"
15636 msgstr ""
15637
15638 # type: verbatim
15639 #. type: verbatim
15640 #: ../src/guestfs-actions.pod:5086
15641 #, no-wrap
15642 msgid ""
15643 " char **\n"
15644 " guestfs_pvs (guestfs_h *g);\n"
15645 "\n"
15646 msgstr ""
15647
15648 # type: textblock
15649 #. type: textblock
15650 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3390
15651 msgid ""
15652 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15653 "(8)> command."
15654 msgstr ""
15655
15656 # type: textblock
15657 #. type: textblock
15658 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3393
15659 msgid ""
15660 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15661 "sda2>)."
15662 msgstr ""
15663
15664 # type: textblock
15665 #. type: textblock
15666 #: ../src/guestfs-actions.pod:5095
15667 msgid "See also C<guestfs_pvs_full>."
15668 msgstr ""
15669
15670 # type: =head2
15671 #. type: =head2
15672 #: ../src/guestfs-actions.pod:5103
15673 msgid "guestfs_pvs_full"
15674 msgstr ""
15675
15676 # type: verbatim
15677 #. type: verbatim
15678 #: ../src/guestfs-actions.pod:5105
15679 #, no-wrap
15680 msgid ""
15681 " struct guestfs_lvm_pv_list *\n"
15682 " guestfs_pvs_full (guestfs_h *g);\n"
15683 "\n"
15684 msgstr ""
15685
15686 # type: textblock
15687 #. type: textblock
15688 #: ../src/guestfs-actions.pod:5108 ../fish/guestfish-actions.pod:3402
15689 msgid ""
15690 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15691 "(8)> command.  The \"full\" version includes all fields."
15692 msgstr ""
15693
15694 # type: textblock
15695 #. type: textblock
15696 #: ../src/guestfs-actions.pod:5111
15697 msgid ""
15698 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15699 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15700 msgstr ""
15701
15702 # type: =head2
15703 #. type: =head2
15704 #: ../src/guestfs-actions.pod:5117
15705 msgid "guestfs_pvuuid"
15706 msgstr ""
15707
15708 # type: verbatim
15709 #. type: verbatim
15710 #: ../src/guestfs-actions.pod:5119
15711 #, no-wrap
15712 msgid ""
15713 " char *\n"
15714 " guestfs_pvuuid (guestfs_h *g,\n"
15715 "                 const char *device);\n"
15716 "\n"
15717 msgstr ""
15718
15719 # type: textblock
15720 #. type: textblock
15721 #: ../src/guestfs-actions.pod:5123 ../fish/guestfish-actions.pod:3409
15722 msgid "This command returns the UUID of the LVM PV C<device>."
15723 msgstr ""
15724
15725 # type: =head2
15726 #. type: =head2
15727 #: ../src/guestfs-actions.pod:5130
15728 msgid "guestfs_pwrite"
15729 msgstr ""
15730
15731 # type: verbatim
15732 #. type: verbatim
15733 #: ../src/guestfs-actions.pod:5132
15734 #, no-wrap
15735 msgid ""
15736 " int\n"
15737 " guestfs_pwrite (guestfs_h *g,\n"
15738 "                 const char *path,\n"
15739 "                 const char *content,\n"
15740 "                 size_t content_size,\n"
15741 "                 int64_t offset);\n"
15742 "\n"
15743 msgstr ""
15744
15745 # type: textblock
15746 #. type: textblock
15747 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3415
15748 msgid ""
15749 "This command writes to part of a file.  It writes the data buffer C<content> "
15750 "to the file C<path> starting at offset C<offset>."
15751 msgstr ""
15752
15753 # type: textblock
15754 #. type: textblock
15755 #: ../src/guestfs-actions.pod:5142 ../fish/guestfish-actions.pod:3418
15756 msgid ""
15757 "This command implements the L<pwrite(2)> system call, and like that system "
15758 "call it may not write the full data requested.  The return value is the "
15759 "number of bytes that were actually written to the file.  This could even be "
15760 "0, although short writes are unlikely for regular files in ordinary "
15761 "circumstances."
15762 msgstr ""
15763
15764 # type: textblock
15765 #. type: textblock
15766 #: ../src/guestfs-actions.pod:5148
15767 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15768 msgstr ""
15769
15770 # type: =head2
15771 #. type: =head2
15772 #: ../src/guestfs-actions.pod:5157
15773 msgid "guestfs_pwrite_device"
15774 msgstr ""
15775
15776 # type: verbatim
15777 #. type: verbatim
15778 #: ../src/guestfs-actions.pod:5159
15779 #, no-wrap
15780 msgid ""
15781 " int\n"
15782 " guestfs_pwrite_device (guestfs_h *g,\n"
15783 "                        const char *device,\n"
15784 "                        const char *content,\n"
15785 "                        size_t content_size,\n"
15786 "                        int64_t offset);\n"
15787 "\n"
15788 msgstr ""
15789
15790 # type: textblock
15791 #. type: textblock
15792 #: ../src/guestfs-actions.pod:5166 ../fish/guestfish-actions.pod:3433
15793 msgid ""
15794 "This command writes to part of a device.  It writes the data buffer "
15795 "C<content> to C<device> starting at offset C<offset>."
15796 msgstr ""
15797
15798 # type: textblock
15799 #. type: textblock
15800 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3436
15801 msgid ""
15802 "This command implements the L<pwrite(2)> system call, and like that system "
15803 "call it may not write the full data requested (although short writes to disk "
15804 "devices and partitions are probably impossible with standard Linux kernels)."
15805 msgstr ""
15806
15807 # type: textblock
15808 #. type: textblock
15809 #: ../src/guestfs-actions.pod:5174
15810 msgid "See also C<guestfs_pwrite>."
15811 msgstr ""
15812
15813 # type: textblock
15814 #. type: textblock
15815 #: ../src/guestfs-actions.pod:5181
15816 msgid "(Added in 1.5.20)"
15817 msgstr ""
15818
15819 # type: =head2
15820 #. type: =head2
15821 #: ../src/guestfs-actions.pod:5183
15822 msgid "guestfs_read_file"
15823 msgstr ""
15824
15825 # type: verbatim
15826 #. type: verbatim
15827 #: ../src/guestfs-actions.pod:5185
15828 #, no-wrap
15829 msgid ""
15830 " char *\n"
15831 " guestfs_read_file (guestfs_h *g,\n"
15832 "                    const char *path,\n"
15833 "                    size_t *size_r);\n"
15834 "\n"
15835 msgstr ""
15836
15837 # type: textblock
15838 #. type: textblock
15839 #: ../src/guestfs-actions.pod:5190 ../fish/guestfish-actions.pod:3450
15840 msgid "This calls returns the contents of the file C<path> as a buffer."
15841 msgstr ""
15842
15843 # type: textblock
15844 #. type: textblock
15845 #: ../src/guestfs-actions.pod:5193
15846 msgid ""
15847 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15848 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15849 "function is limited in the total size of file that can be handled."
15850 msgstr ""
15851
15852 # type: textblock
15853 #. type: textblock
15854 #: ../src/guestfs-actions.pod:5205
15855 msgid "(Added in 1.0.63)"
15856 msgstr ""
15857
15858 # type: =head2
15859 #. type: =head2
15860 #: ../src/guestfs-actions.pod:5207
15861 msgid "guestfs_read_lines"
15862 msgstr ""
15863
15864 # type: verbatim
15865 #. type: verbatim
15866 #: ../src/guestfs-actions.pod:5209
15867 #, no-wrap
15868 msgid ""
15869 " char **\n"
15870 " guestfs_read_lines (guestfs_h *g,\n"
15871 "                     const char *path);\n"
15872 "\n"
15873 msgstr ""
15874
15875 # type: textblock
15876 #. type: textblock
15877 #: ../src/guestfs-actions.pod:5215 ../fish/guestfish-actions.pod:3467
15878 msgid ""
15879 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15880 "C<CRLF> character sequences are I<not> returned."
15881 msgstr ""
15882
15883 # type: textblock
15884 #. type: textblock
15885 #: ../src/guestfs-actions.pod:5218
15886 msgid ""
15887 "Note that this function cannot correctly handle binary files (specifically, "
15888 "files containing C<\\0> character which is treated as end of line).  For "
15889 "those you need to use the C<guestfs_read_file> function which has a more "
15890 "complex interface."
15891 msgstr ""
15892
15893 # type: =head2
15894 #. type: =head2
15895 #: ../src/guestfs-actions.pod:5229
15896 msgid "guestfs_readdir"
15897 msgstr ""
15898
15899 # type: verbatim
15900 #. type: verbatim
15901 #: ../src/guestfs-actions.pod:5231
15902 #, no-wrap
15903 msgid ""
15904 " struct guestfs_dirent_list *\n"
15905 " guestfs_readdir (guestfs_h *g,\n"
15906 "                  const char *dir);\n"
15907 "\n"
15908 msgstr ""
15909
15910 # type: textblock
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:5235 ../fish/guestfish-actions.pod:3479
15913 msgid "This returns the list of directory entries in directory C<dir>."
15914 msgstr ""
15915
15916 # type: textblock
15917 #. type: textblock
15918 #: ../src/guestfs-actions.pod:5237 ../fish/guestfish-actions.pod:3481
15919 msgid ""
15920 "All entries in the directory are returned, including C<.> and C<..>.  The "
15921 "entries are I<not> sorted, but returned in the same order as the underlying "
15922 "filesystem."
15923 msgstr ""
15924
15925 # type: textblock
15926 #. type: textblock
15927 #: ../src/guestfs-actions.pod:5241 ../fish/guestfish-actions.pod:3485
15928 msgid ""
15929 "Also this call returns basic file type information about each file.  The "
15930 "C<ftyp> field will contain one of the following characters:"
15931 msgstr ""
15932
15933 # type: =item
15934 #. type: =item
15935 #: ../src/guestfs-actions.pod:5246 ../fish/guestfish-actions.pod:3490
15936 msgid "'b'"
15937 msgstr ""
15938
15939 # type: textblock
15940 #. type: textblock
15941 #: ../src/guestfs-actions.pod:5248 ../fish/guestfish-actions.pod:3492
15942 msgid "Block special"
15943 msgstr ""
15944
15945 # type: =item
15946 #. type: =item
15947 #: ../src/guestfs-actions.pod:5250 ../fish/guestfish-actions.pod:3494
15948 msgid "'c'"
15949 msgstr ""
15950
15951 # type: textblock
15952 #. type: textblock
15953 #: ../src/guestfs-actions.pod:5252 ../fish/guestfish-actions.pod:3496
15954 msgid "Char special"
15955 msgstr ""
15956
15957 # type: =item
15958 #. type: =item
15959 #: ../src/guestfs-actions.pod:5254 ../fish/guestfish-actions.pod:3498
15960 msgid "'d'"
15961 msgstr ""
15962
15963 # type: textblock
15964 #. type: textblock
15965 #: ../src/guestfs-actions.pod:5256 ../fish/guestfish-actions.pod:3500
15966 msgid "Directory"
15967 msgstr ""
15968
15969 # type: =item
15970 #. type: =item
15971 #: ../src/guestfs-actions.pod:5258 ../fish/guestfish-actions.pod:3502
15972 msgid "'f'"
15973 msgstr ""
15974
15975 # type: textblock
15976 #. type: textblock
15977 #: ../src/guestfs-actions.pod:5260 ../fish/guestfish-actions.pod:3504
15978 msgid "FIFO (named pipe)"
15979 msgstr ""
15980
15981 # type: =item
15982 #. type: =item
15983 #: ../src/guestfs-actions.pod:5262 ../fish/guestfish-actions.pod:3506
15984 msgid "'l'"
15985 msgstr ""
15986
15987 # type: textblock
15988 #. type: textblock
15989 #: ../src/guestfs-actions.pod:5264 ../fish/guestfish-actions.pod:3508
15990 msgid "Symbolic link"
15991 msgstr ""
15992
15993 # type: =item
15994 #. type: =item
15995 #: ../src/guestfs-actions.pod:5266 ../fish/guestfish-actions.pod:3510
15996 msgid "'r'"
15997 msgstr ""
15998
15999 # type: textblock
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:5268 ../fish/guestfish-actions.pod:3512
16002 msgid "Regular file"
16003 msgstr ""
16004
16005 # type: =item
16006 #. type: =item
16007 #: ../src/guestfs-actions.pod:5270 ../fish/guestfish-actions.pod:3514
16008 msgid "'s'"
16009 msgstr ""
16010
16011 # type: textblock
16012 #. type: textblock
16013 #: ../src/guestfs-actions.pod:5272 ../fish/guestfish-actions.pod:3516
16014 msgid "Socket"
16015 msgstr ""
16016
16017 # type: =item
16018 #. type: =item
16019 #: ../src/guestfs-actions.pod:5274 ../fish/guestfish-actions.pod:3518
16020 msgid "'u'"
16021 msgstr ""
16022
16023 # type: textblock
16024 #. type: textblock
16025 #: ../src/guestfs-actions.pod:5276 ../fish/guestfish-actions.pod:3520
16026 msgid "Unknown file type"
16027 msgstr ""
16028
16029 # type: =item
16030 #. type: =item
16031 #: ../src/guestfs-actions.pod:5278 ../fish/guestfish-actions.pod:3522
16032 msgid "'?'"
16033 msgstr ""
16034
16035 # type: textblock
16036 #. type: textblock
16037 #: ../src/guestfs-actions.pod:5280 ../fish/guestfish-actions.pod:3524
16038 msgid ""
16039 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16040 msgstr ""
16041
16042 # type: textblock
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:5285
16045 msgid ""
16046 "This function is primarily intended for use by programs.  To get a simple "
16047 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16048 "consumption, use C<guestfs_ll>."
16049 msgstr ""
16050
16051 # type: textblock
16052 #. type: textblock
16053 #: ../src/guestfs-actions.pod:5289
16054 msgid ""
16055 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16056 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16057 msgstr ""
16058
16059 # type: =head2
16060 #. type: =head2
16061 #: ../src/guestfs-actions.pod:5295
16062 msgid "guestfs_readlink"
16063 msgstr ""
16064
16065 # type: verbatim
16066 #. type: verbatim
16067 #: ../src/guestfs-actions.pod:5297
16068 #, no-wrap
16069 msgid ""
16070 " char *\n"
16071 " guestfs_readlink (guestfs_h *g,\n"
16072 "                   const char *path);\n"
16073 "\n"
16074 msgstr ""
16075
16076 # type: textblock
16077 #. type: textblock
16078 #: ../src/guestfs-actions.pod:5301 ../fish/guestfish-actions.pod:3537
16079 msgid "This command reads the target of a symbolic link."
16080 msgstr ""
16081
16082 # type: =head2
16083 #. type: =head2
16084 #: ../src/guestfs-actions.pod:5308
16085 msgid "guestfs_readlinklist"
16086 msgstr ""
16087
16088 # type: verbatim
16089 #. type: verbatim
16090 #: ../src/guestfs-actions.pod:5310
16091 #, no-wrap
16092 msgid ""
16093 " char **\n"
16094 " guestfs_readlinklist (guestfs_h *g,\n"
16095 "                       const char *path,\n"
16096 "                       char *const *names);\n"
16097 "\n"
16098 msgstr ""
16099
16100 # type: textblock
16101 #. type: textblock
16102 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3543
16103 msgid ""
16104 "This call allows you to do a C<readlink> operation on multiple files, where "
16105 "all files are in the directory C<path>.  C<names> is the list of files from "
16106 "this directory."
16107 msgstr ""
16108
16109 # type: textblock
16110 #. type: textblock
16111 #: ../src/guestfs-actions.pod:5319 ../fish/guestfish-actions.pod:3547
16112 msgid ""
16113 "On return you get a list of strings, with a one-to-one correspondence to the "
16114 "C<names> list.  Each string is the value of the symbolic link."
16115 msgstr ""
16116
16117 # type: textblock
16118 #. type: textblock
16119 #: ../src/guestfs-actions.pod:5323 ../fish/guestfish-actions.pod:3551
16120 msgid ""
16121 "If the C<readlink(2)> operation fails on any name, then the corresponding "
16122 "result string is the empty string C<\"\">.  However the whole operation is "
16123 "completed even if there were C<readlink(2)> errors, and so you can call this "
16124 "function with names where you don't know if they are symbolic links already "
16125 "(albeit slightly less efficient)."
16126 msgstr ""
16127
16128 # type: textblock
16129 #. type: textblock
16130 #: ../src/guestfs-actions.pod:5330 ../fish/guestfish-actions.pod:3558
16131 msgid ""
16132 "This call is intended for programs that want to efficiently list a directory "
16133 "contents without making many round-trips.  Very long directory listings "
16134 "might cause the protocol message size to be exceeded, causing this call to "
16135 "fail.  The caller must split up such requests into smaller groups of names."
16136 msgstr ""
16137
16138 # type: =head2
16139 #. type: =head2
16140 #: ../src/guestfs-actions.pod:5343
16141 msgid "guestfs_realpath"
16142 msgstr ""
16143
16144 # type: verbatim
16145 #. type: verbatim
16146 #: ../src/guestfs-actions.pod:5345
16147 #, no-wrap
16148 msgid ""
16149 " char *\n"
16150 " guestfs_realpath (guestfs_h *g,\n"
16151 "                   const char *path);\n"
16152 "\n"
16153 msgstr ""
16154
16155 # type: textblock
16156 #. type: textblock
16157 #: ../src/guestfs-actions.pod:5349 ../fish/guestfish-actions.pod:3569
16158 msgid ""
16159 "Return the canonicalized absolute pathname of C<path>.  The returned path "
16160 "has no C<.>, C<..> or symbolic link path elements."
16161 msgstr ""
16162
16163 # type: =head2
16164 #. type: =head2
16165 #: ../src/guestfs-actions.pod:5357
16166 msgid "guestfs_removexattr"
16167 msgstr ""
16168
16169 # type: verbatim
16170 #. type: verbatim
16171 #: ../src/guestfs-actions.pod:5359
16172 #, no-wrap
16173 msgid ""
16174 " int\n"
16175 " guestfs_removexattr (guestfs_h *g,\n"
16176 "                      const char *xattr,\n"
16177 "                      const char *path);\n"
16178 "\n"
16179 msgstr ""
16180
16181 # type: textblock
16182 #. type: textblock
16183 #: ../src/guestfs-actions.pod:5364 ../fish/guestfish-actions.pod:3576
16184 msgid ""
16185 "This call removes the extended attribute named C<xattr> of the file C<path>."
16186 msgstr ""
16187
16188 # type: textblock
16189 #. type: textblock
16190 #: ../src/guestfs-actions.pod:5367
16191 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16192 msgstr ""
16193
16194 # type: =head2
16195 #. type: =head2
16196 #: ../src/guestfs-actions.pod:5373
16197 msgid "guestfs_resize2fs"
16198 msgstr ""
16199
16200 # type: verbatim
16201 #. type: verbatim
16202 #: ../src/guestfs-actions.pod:5375
16203 #, no-wrap
16204 msgid ""
16205 " int\n"
16206 " guestfs_resize2fs (guestfs_h *g,\n"
16207 "                    const char *device);\n"
16208 "\n"
16209 msgstr ""
16210
16211 # type: textblock
16212 #. type: textblock
16213 #: ../src/guestfs-actions.pod:5379 ../fish/guestfish-actions.pod:3585
16214 msgid ""
16215 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
16216 "underlying device."
16217 msgstr ""
16218
16219 # type: textblock
16220 #. type: textblock
16221 #: ../src/guestfs-actions.pod:5382
16222 msgid ""
16223 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
16224 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
16225 "sometimes gives an error about this and sometimes not.  In any case, it is "
16226 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16227 msgstr ""
16228
16229 # type: =head2
16230 #. type: =head2
16231 #: ../src/guestfs-actions.pod:5392
16232 msgid "guestfs_resize2fs_size"
16233 msgstr ""
16234
16235 # type: verbatim
16236 #. type: verbatim
16237 #: ../src/guestfs-actions.pod:5394
16238 #, no-wrap
16239 msgid ""
16240 " int\n"
16241 " guestfs_resize2fs_size (guestfs_h *g,\n"
16242 "                         const char *device,\n"
16243 "                         int64_t size);\n"
16244 "\n"
16245 msgstr ""
16246
16247 # type: textblock
16248 #. type: textblock
16249 #: ../src/guestfs-actions.pod:5399
16250 msgid ""
16251 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16252 "to specify the new size (in bytes) explicitly."
16253 msgstr ""
16254
16255 # type: =head2
16256 #. type: =head2
16257 #: ../src/guestfs-actions.pod:5406
16258 msgid "guestfs_rm"
16259 msgstr ""
16260
16261 # type: verbatim
16262 #. type: verbatim
16263 #: ../src/guestfs-actions.pod:5408
16264 #, no-wrap
16265 msgid ""
16266 " int\n"
16267 " guestfs_rm (guestfs_h *g,\n"
16268 "             const char *path);\n"
16269 "\n"
16270 msgstr ""
16271
16272 # type: textblock
16273 #. type: textblock
16274 #: ../src/guestfs-actions.pod:5412 ../fish/guestfish-actions.pod:3605
16275 msgid "Remove the single file C<path>."
16276 msgstr ""
16277
16278 # type: =head2
16279 #. type: =head2
16280 #: ../src/guestfs-actions.pod:5418
16281 msgid "guestfs_rm_rf"
16282 msgstr ""
16283
16284 # type: verbatim
16285 #. type: verbatim
16286 #: ../src/guestfs-actions.pod:5420
16287 #, no-wrap
16288 msgid ""
16289 " int\n"
16290 " guestfs_rm_rf (guestfs_h *g,\n"
16291 "                const char *path);\n"
16292 "\n"
16293 msgstr ""
16294
16295 # type: textblock
16296 #. type: textblock
16297 #: ../src/guestfs-actions.pod:5424 ../fish/guestfish-actions.pod:3611
16298 msgid ""
16299 "Remove the file or directory C<path>, recursively removing the contents if "
16300 "its a directory.  This is like the C<rm -rf> shell command."
16301 msgstr ""
16302
16303 # type: =head2
16304 #. type: =head2
16305 #: ../src/guestfs-actions.pod:5432
16306 msgid "guestfs_rmdir"
16307 msgstr ""
16308
16309 # type: verbatim
16310 #. type: verbatim
16311 #: ../src/guestfs-actions.pod:5434
16312 #, no-wrap
16313 msgid ""
16314 " int\n"
16315 " guestfs_rmdir (guestfs_h *g,\n"
16316 "                const char *path);\n"
16317 "\n"
16318 msgstr ""
16319
16320 # type: textblock
16321 #. type: textblock
16322 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3619
16323 msgid "Remove the single directory C<path>."
16324 msgstr ""
16325
16326 # type: =head2
16327 #. type: =head2
16328 #: ../src/guestfs-actions.pod:5444
16329 msgid "guestfs_rmmountpoint"
16330 msgstr ""
16331
16332 # type: verbatim
16333 #. type: verbatim
16334 #: ../src/guestfs-actions.pod:5446
16335 #, no-wrap
16336 msgid ""
16337 " int\n"
16338 " guestfs_rmmountpoint (guestfs_h *g,\n"
16339 "                       const char *exemptpath);\n"
16340 "\n"
16341 msgstr ""
16342
16343 # type: textblock
16344 #. type: textblock
16345 #: ../src/guestfs-actions.pod:5450
16346 msgid ""
16347 "This calls removes a mountpoint that was previously created with "
16348 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16349 msgstr ""
16350
16351 # type: =head2
16352 #. type: =head2
16353 #: ../src/guestfs-actions.pod:5458
16354 msgid "guestfs_scrub_device"
16355 msgstr ""
16356
16357 # type: verbatim
16358 #. type: verbatim
16359 #: ../src/guestfs-actions.pod:5460
16360 #, no-wrap
16361 msgid ""
16362 " int\n"
16363 " guestfs_scrub_device (guestfs_h *g,\n"
16364 "                       const char *device);\n"
16365 "\n"
16366 msgstr ""
16367
16368 # type: textblock
16369 #. type: textblock
16370 #: ../src/guestfs-actions.pod:5464 ../fish/guestfish-actions.pod:3633
16371 msgid ""
16372 "This command writes patterns over C<device> to make data retrieval more "
16373 "difficult."
16374 msgstr ""
16375
16376 # type: textblock
16377 #. type: textblock
16378 #: ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5488
16379 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3636
16380 #: ../fish/guestfish-actions.pod:3651 ../fish/guestfish-actions.pod:3664
16381 msgid ""
16382 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16383 "more details."
16384 msgstr ""
16385
16386 # type: textblock
16387 #. type: textblock
16388 #: ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5493
16389 #: ../src/guestfs-actions.pod:5512
16390 msgid "(Added in 1.0.52)"
16391 msgstr ""
16392
16393 # type: =head2
16394 #. type: =head2
16395 #: ../src/guestfs-actions.pod:5477
16396 msgid "guestfs_scrub_file"
16397 msgstr ""
16398
16399 # type: verbatim
16400 #. type: verbatim
16401 #: ../src/guestfs-actions.pod:5479
16402 #, no-wrap
16403 msgid ""
16404 " int\n"
16405 " guestfs_scrub_file (guestfs_h *g,\n"
16406 "                     const char *file);\n"
16407 "\n"
16408 msgstr ""
16409
16410 # type: textblock
16411 #. type: textblock
16412 #: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3646
16413 msgid ""
16414 "This command writes patterns over a file to make data retrieval more "
16415 "difficult."
16416 msgstr ""
16417
16418 # type: textblock
16419 #. type: textblock
16420 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3649
16421 msgid "The file is I<removed> after scrubbing."
16422 msgstr ""
16423
16424 # type: =head2
16425 #. type: =head2
16426 #: ../src/guestfs-actions.pod:5495
16427 msgid "guestfs_scrub_freespace"
16428 msgstr ""
16429
16430 # type: verbatim
16431 #. type: verbatim
16432 #: ../src/guestfs-actions.pod:5497
16433 #, no-wrap
16434 msgid ""
16435 " int\n"
16436 " guestfs_scrub_freespace (guestfs_h *g,\n"
16437 "                          const char *dir);\n"
16438 "\n"
16439 msgstr ""
16440
16441 # type: textblock
16442 #. type: textblock
16443 #: ../src/guestfs-actions.pod:5501
16444 msgid ""
16445 "This command creates the directory C<dir> and then fills it with files until "
16446 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16447 "and deletes them.  The intention is to scrub any free space on the partition "
16448 "containing C<dir>."
16449 msgstr ""
16450
16451 # type: =head2
16452 #. type: =head2
16453 #: ../src/guestfs-actions.pod:5514
16454 msgid "guestfs_set_append"
16455 msgstr ""
16456
16457 # type: verbatim
16458 #. type: verbatim
16459 #: ../src/guestfs-actions.pod:5516
16460 #, no-wrap
16461 msgid ""
16462 " int\n"
16463 " guestfs_set_append (guestfs_h *g,\n"
16464 "                     const char *append);\n"
16465 "\n"
16466 msgstr ""
16467
16468 # type: textblock
16469 #. type: textblock
16470 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3673
16471 msgid ""
16472 "This function is used to add additional options to the guest kernel command "
16473 "line."
16474 msgstr ""
16475
16476 # type: textblock
16477 #. type: textblock
16478 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
16479 msgid ""
16480 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16481 "environment variable."
16482 msgstr ""
16483
16484 # type: textblock
16485 #. type: textblock
16486 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3679
16487 msgid ""
16488 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16489 "(libguestfs always adds a few of its own)."
16490 msgstr ""
16491
16492 # type: =head2
16493 #. type: =head2
16494 #: ../src/guestfs-actions.pod:5533
16495 msgid "guestfs_set_autosync"
16496 msgstr ""
16497
16498 # type: verbatim
16499 #. type: verbatim
16500 #: ../src/guestfs-actions.pod:5535
16501 #, no-wrap
16502 msgid ""
16503 " int\n"
16504 " guestfs_set_autosync (guestfs_h *g,\n"
16505 "                       int autosync);\n"
16506 "\n"
16507 msgstr ""
16508
16509 # type: textblock
16510 #. type: textblock
16511 #: ../src/guestfs-actions.pod:5539
16512 msgid ""
16513 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16514 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
16515 "the handle is closed (also if the program exits without closing handles)."
16516 msgstr ""
16517
16518 # type: textblock
16519 #. type: textblock
16520 #: ../src/guestfs-actions.pod:5544 ../fish/guestfish-actions.pod:3693
16521 msgid ""
16522 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16523 "disabled by default)."
16524 msgstr ""
16525
16526 # type: =head2
16527 #. type: =head2
16528 #: ../src/guestfs-actions.pod:5551
16529 msgid "guestfs_set_direct"
16530 msgstr ""
16531
16532 # type: verbatim
16533 #. type: verbatim
16534 #: ../src/guestfs-actions.pod:5553
16535 #, no-wrap
16536 msgid ""
16537 " int\n"
16538 " guestfs_set_direct (guestfs_h *g,\n"
16539 "                     int direct);\n"
16540 "\n"
16541 msgstr ""
16542
16543 # type: textblock
16544 #. type: textblock
16545 #: ../src/guestfs-actions.pod:5557 ../fish/guestfish-actions.pod:3702
16546 msgid ""
16547 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16548 "passed directly through to the appliance once it is launched."
16549 msgstr ""
16550
16551 # type: textblock
16552 #. type: textblock
16553 #: ../src/guestfs-actions.pod:5561
16554 msgid ""
16555 "One consequence of this is that log messages aren't caught by the library "
16556 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16557 "stdout."
16558 msgstr ""
16559
16560 # type: textblock
16561 #. type: textblock
16562 #: ../src/guestfs-actions.pod:5565 ../fish/guestfish-actions.pod:3710
16563 msgid "You probably don't want to use this unless you know what you are doing."
16564 msgstr ""
16565
16566 # type: textblock
16567 #. type: textblock
16568 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3713
16569 msgid "The default is disabled."
16570 msgstr ""
16571
16572 # type: =head2
16573 #. type: =head2
16574 #: ../src/guestfs-actions.pod:5574
16575 msgid "guestfs_set_e2label"
16576 msgstr ""
16577
16578 # type: verbatim
16579 #. type: verbatim
16580 #: ../src/guestfs-actions.pod:5576
16581 #, no-wrap
16582 msgid ""
16583 " int\n"
16584 " guestfs_set_e2label (guestfs_h *g,\n"
16585 "                      const char *device,\n"
16586 "                      const char *label);\n"
16587 "\n"
16588 msgstr ""
16589
16590 # type: textblock
16591 #. type: textblock
16592 #: ../src/guestfs-actions.pod:5581 ../fish/guestfish-actions.pod:3719
16593 msgid ""
16594 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16595 "C<label>.  Filesystem labels are limited to 16 characters."
16596 msgstr ""
16597
16598 # type: textblock
16599 #. type: textblock
16600 #: ../src/guestfs-actions.pod:5585
16601 msgid ""
16602 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16603 "the existing label on a filesystem."
16604 msgstr ""
16605
16606 # type: =head2
16607 #. type: =head2
16608 #: ../src/guestfs-actions.pod:5592
16609 msgid "guestfs_set_e2uuid"
16610 msgstr ""
16611
16612 # type: verbatim
16613 #. type: verbatim
16614 #: ../src/guestfs-actions.pod:5594
16615 #, no-wrap
16616 msgid ""
16617 " int\n"
16618 " guestfs_set_e2uuid (guestfs_h *g,\n"
16619 "                     const char *device,\n"
16620 "                     const char *uuid);\n"
16621 "\n"
16622 msgstr ""
16623
16624 # type: textblock
16625 #. type: textblock
16626 #: ../src/guestfs-actions.pod:5599 ../fish/guestfish-actions.pod:3730
16627 msgid ""
16628 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16629 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16630 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16631 msgstr ""
16632
16633 # type: textblock
16634 #. type: textblock
16635 #: ../src/guestfs-actions.pod:5604
16636 msgid ""
16637 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16638 "the existing UUID of a filesystem."
16639 msgstr ""
16640
16641 # type: =head2
16642 #. type: =head2
16643 #: ../src/guestfs-actions.pod:5611
16644 msgid "guestfs_set_memsize"
16645 msgstr ""
16646
16647 # type: verbatim
16648 #. type: verbatim
16649 #: ../src/guestfs-actions.pod:5613
16650 #, no-wrap
16651 msgid ""
16652 " int\n"
16653 " guestfs_set_memsize (guestfs_h *g,\n"
16654 "                      int memsize);\n"
16655 "\n"
16656 msgstr ""
16657
16658 # type: textblock
16659 #. type: textblock
16660 #: ../src/guestfs-actions.pod:5617
16661 msgid ""
16662 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16663 "This only has any effect if called before C<guestfs_launch>."
16664 msgstr ""
16665
16666 # type: textblock
16667 #. type: textblock
16668 #: ../src/guestfs-actions.pod:5621 ../fish/guestfish-actions.pod:3748
16669 msgid ""
16670 "You can also change this by setting the environment variable "
16671 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16672 msgstr ""
16673
16674 # type: =head2
16675 #. type: =head2
16676 #: ../src/guestfs-actions.pod:5632
16677 msgid "guestfs_set_network"
16678 msgstr ""
16679
16680 # type: verbatim
16681 #. type: verbatim
16682 #: ../src/guestfs-actions.pod:5634
16683 #, no-wrap
16684 msgid ""
16685 " int\n"
16686 " guestfs_set_network (guestfs_h *g,\n"
16687 "                      int network);\n"
16688 "\n"
16689 msgstr ""
16690
16691 # type: textblock
16692 #. type: textblock
16693 #: ../src/guestfs-actions.pod:5638 ../fish/guestfish-actions.pod:3761
16694 msgid ""
16695 "If C<network> is true, then the network is enabled in the libguestfs "
16696 "appliance.  The default is false."
16697 msgstr ""
16698
16699 # type: textblock
16700 #. type: textblock
16701 #: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3764
16702 msgid ""
16703 "This affects whether commands are able to access the network (see L<guestfs"
16704 "(3)/RUNNING COMMANDS>)."
16705 msgstr ""
16706
16707 # type: textblock
16708 #. type: textblock
16709 #: ../src/guestfs-actions.pod:5644
16710 msgid ""
16711 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16712 "effect."
16713 msgstr ""
16714
16715 # type: =head2
16716 #. type: =head2
16717 #: ../src/guestfs-actions.pod:5651
16718 msgid "guestfs_set_path"
16719 msgstr ""
16720
16721 # type: verbatim
16722 #. type: verbatim
16723 #: ../src/guestfs-actions.pod:5653
16724 #, no-wrap
16725 msgid ""
16726 " int\n"
16727 " guestfs_set_path (guestfs_h *g,\n"
16728 "                   const char *searchpath);\n"
16729 "\n"
16730 msgstr ""
16731
16732 # type: textblock
16733 #. type: textblock
16734 #: ../src/guestfs-actions.pod:5657 ../fish/guestfish-actions.pod:3776
16735 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16736 msgstr ""
16737
16738 # type: textblock
16739 #. type: textblock
16740 #: ../src/guestfs-actions.pod:5659 ../fish/guestfish-actions.pod:3778
16741 msgid ""
16742 "The default is C<$libdir/guestfs> unless overridden by setting "
16743 "C<LIBGUESTFS_PATH> environment variable."
16744 msgstr ""
16745
16746 # type: textblock
16747 #. type: textblock
16748 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3781
16749 msgid "Setting C<path> to C<NULL> restores the default path."
16750 msgstr ""
16751
16752 # type: =head2
16753 #. type: =head2
16754 #: ../src/guestfs-actions.pod:5668
16755 msgid "guestfs_set_qemu"
16756 msgstr ""
16757
16758 # type: verbatim
16759 #. type: verbatim
16760 #: ../src/guestfs-actions.pod:5670
16761 #, no-wrap
16762 msgid ""
16763 " int\n"
16764 " guestfs_set_qemu (guestfs_h *g,\n"
16765 "                   const char *qemu);\n"
16766 "\n"
16767 msgstr ""
16768
16769 # type: textblock
16770 #. type: textblock
16771 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3789
16772 msgid "Set the qemu binary that we will use."
16773 msgstr ""
16774
16775 # type: textblock
16776 #. type: textblock
16777 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3791
16778 msgid ""
16779 "The default is chosen when the library was compiled by the configure script."
16780 msgstr ""
16781
16782 # type: textblock
16783 #. type: textblock
16784 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
16785 msgid ""
16786 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16787 "variable."
16788 msgstr ""
16789
16790 # type: textblock
16791 #. type: textblock
16792 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3797
16793 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16794 msgstr ""
16795
16796 # type: textblock
16797 #. type: textblock
16798 #: ../src/guestfs-actions.pod:5684 ../fish/guestfish-actions.pod:3799
16799 msgid ""
16800 "Note that you should call this function as early as possible after creating "
16801 "the handle.  This is because some pre-launch operations depend on testing "
16802 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16803 "don't retest features, and so you might see inconsistent results.  Using the "
16804 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16805 "the qemu binary at the same time as the handle is created."
16806 msgstr ""
16807
16808 # type: =head2
16809 #. type: =head2
16810 #: ../src/guestfs-actions.pod:5696
16811 msgid "guestfs_set_recovery_proc"
16812 msgstr ""
16813
16814 # type: verbatim
16815 #. type: verbatim
16816 #: ../src/guestfs-actions.pod:5698
16817 #, no-wrap
16818 msgid ""
16819 " int\n"
16820 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16821 "                            int recoveryproc);\n"
16822 "\n"
16823 msgstr ""
16824
16825 # type: textblock
16826 #. type: textblock
16827 #: ../src/guestfs-actions.pod:5702
16828 msgid ""
16829 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16830 "not create a recovery process.  The purpose of the recovery process is to "
16831 "stop runaway qemu processes in the case where the main program aborts "
16832 "abruptly."
16833 msgstr ""
16834
16835 # type: textblock
16836 #. type: textblock
16837 #: ../src/guestfs-actions.pod:5707
16838 msgid ""
16839 "This only has any effect if called before C<guestfs_launch>, and the default "
16840 "is true."
16841 msgstr ""
16842
16843 # type: textblock
16844 #. type: textblock
16845 #: ../src/guestfs-actions.pod:5710 ../fish/guestfish-actions.pod:3821
16846 msgid ""
16847 "About the only time when you would want to disable this is if the main "
16848 "process will fork itself into the background (\"daemonize\" itself).  In "
16849 "this case the recovery process thinks that the main program has disappeared "
16850 "and so kills qemu, which is not very helpful."
16851 msgstr ""
16852
16853 # type: =head2
16854 #. type: =head2
16855 #: ../src/guestfs-actions.pod:5720
16856 msgid "guestfs_set_selinux"
16857 msgstr ""
16858
16859 # type: verbatim
16860 #. type: verbatim
16861 #: ../src/guestfs-actions.pod:5722
16862 #, no-wrap
16863 msgid ""
16864 " int\n"
16865 " guestfs_set_selinux (guestfs_h *g,\n"
16866 "                      int selinux);\n"
16867 "\n"
16868 msgstr ""
16869
16870 # type: textblock
16871 #. type: textblock
16872 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3833
16873 msgid ""
16874 "This sets the selinux flag that is passed to the appliance at boot time.  "
16875 "The default is C<selinux=0> (disabled)."
16876 msgstr ""
16877
16878 # type: textblock
16879 #. type: textblock
16880 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3836
16881 msgid ""
16882 "Note that if SELinux is enabled, it is always in Permissive mode "
16883 "(C<enforcing=0>)."
16884 msgstr ""
16885
16886 # type: =head2
16887 #. type: =head2
16888 #: ../src/guestfs-actions.pod:5739
16889 msgid "guestfs_set_trace"
16890 msgstr ""
16891
16892 # type: verbatim
16893 #. type: verbatim
16894 #: ../src/guestfs-actions.pod:5741
16895 #, no-wrap
16896 msgid ""
16897 " int\n"
16898 " guestfs_set_trace (guestfs_h *g,\n"
16899 "                    int trace);\n"
16900 "\n"
16901 msgstr ""
16902
16903 # type: textblock
16904 #. type: textblock
16905 #: ../src/guestfs-actions.pod:5745 ../fish/guestfish-actions.pod:3848
16906 msgid ""
16907 "If the command trace flag is set to 1, then commands are printed on stderr "
16908 "before they are executed in a format which is very similar to the one used "
16909 "by guestfish.  In other words, you can run a program with this enabled, and "
16910 "you will get out a script which you can feed to guestfish to perform the "
16911 "same set of actions."
16912 msgstr ""
16913
16914 # type: textblock
16915 #. type: textblock
16916 #: ../src/guestfs-actions.pod:5752 ../fish/guestfish-actions.pod:3855
16917 msgid ""
16918 "If you want to trace C API calls into libguestfs (and other libraries) then "
16919 "possibly a better way is to use the external ltrace(1) command."
16920 msgstr ""
16921
16922 # type: textblock
16923 #. type: textblock
16924 #: ../src/guestfs-actions.pod:5756 ../fish/guestfish-actions.pod:3859
16925 msgid ""
16926 "Command traces are disabled unless the environment variable "
16927 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16928 msgstr ""
16929
16930 # type: =head2
16931 #. type: =head2
16932 #: ../src/guestfs-actions.pod:5763
16933 msgid "guestfs_set_verbose"
16934 msgstr ""
16935
16936 # type: verbatim
16937 #. type: verbatim
16938 #: ../src/guestfs-actions.pod:5765
16939 #, no-wrap
16940 msgid ""
16941 " int\n"
16942 " guestfs_set_verbose (guestfs_h *g,\n"
16943 "                      int verbose);\n"
16944 "\n"
16945 msgstr ""
16946
16947 # type: textblock
16948 #. type: textblock
16949 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3868
16950 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
16951 msgstr ""
16952
16953 # type: textblock
16954 #. type: textblock
16955 #: ../src/guestfs-actions.pod:5771 ../fish/guestfish-actions.pod:3870
16956 msgid ""
16957 "Verbose messages are disabled unless the environment variable "
16958 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16959 msgstr ""
16960
16961 # type: =head2
16962 #. type: =head2
16963 #: ../src/guestfs-actions.pod:5778
16964 msgid "guestfs_setcon"
16965 msgstr ""
16966
16967 # type: verbatim
16968 #. type: verbatim
16969 #: ../src/guestfs-actions.pod:5780
16970 #, no-wrap
16971 msgid ""
16972 " int\n"
16973 " guestfs_setcon (guestfs_h *g,\n"
16974 "                 const char *context);\n"
16975 "\n"
16976 msgstr ""
16977
16978 # type: textblock
16979 #. type: textblock
16980 #: ../src/guestfs-actions.pod:5784 ../fish/guestfish-actions.pod:3877
16981 msgid ""
16982 "This sets the SELinux security context of the daemon to the string "
16983 "C<context>."
16984 msgstr ""
16985
16986 # type: textblock
16987 #. type: textblock
16988 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3880
16989 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16990 msgstr ""
16991
16992 # type: =head2
16993 #. type: =head2
16994 #: ../src/guestfs-actions.pod:5793
16995 msgid "guestfs_setxattr"
16996 msgstr ""
16997
16998 # type: verbatim
16999 #. type: verbatim
17000 #: ../src/guestfs-actions.pod:5795
17001 #, no-wrap
17002 msgid ""
17003 " int\n"
17004 " guestfs_setxattr (guestfs_h *g,\n"
17005 "                   const char *xattr,\n"
17006 "                   const char *val,\n"
17007 "                   int vallen,\n"
17008 "                   const char *path);\n"
17009 "\n"
17010 msgstr ""
17011
17012 # type: textblock
17013 #. type: textblock
17014 #: ../src/guestfs-actions.pod:5802 ../fish/guestfish-actions.pod:3886
17015 msgid ""
17016 "This call sets the extended attribute named C<xattr> of the file C<path> to "
17017 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
17018 msgstr ""
17019
17020 # type: textblock
17021 #. type: textblock
17022 #: ../src/guestfs-actions.pod:5806
17023 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17024 msgstr ""
17025
17026 # type: =head2
17027 #. type: =head2
17028 #: ../src/guestfs-actions.pod:5812
17029 msgid "guestfs_sfdisk"
17030 msgstr ""
17031
17032 # type: verbatim
17033 #. type: verbatim
17034 #: ../src/guestfs-actions.pod:5814
17035 #, no-wrap
17036 msgid ""
17037 " int\n"
17038 " guestfs_sfdisk (guestfs_h *g,\n"
17039 "                 const char *device,\n"
17040 "                 int cyls,\n"
17041 "                 int heads,\n"
17042 "                 int sectors,\n"
17043 "                 char *const *lines);\n"
17044 "\n"
17045 msgstr ""
17046
17047 # type: textblock
17048 #. type: textblock
17049 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3896
17050 msgid ""
17051 "This is a direct interface to the L<sfdisk(8)> program for creating "
17052 "partitions on block devices."
17053 msgstr ""
17054
17055 # type: textblock
17056 #. type: textblock
17057 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3899
17058 msgid "C<device> should be a block device, for example C</dev/sda>."
17059 msgstr ""
17060
17061 # type: textblock
17062 #. type: textblock
17063 #: ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3901
17064 msgid ""
17065 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
17066 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
17067 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
17068 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
17069 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
17070 "the kernel) cannot work out the right geometry and you will need to tell it."
17071 msgstr ""
17072
17073 # type: textblock
17074 #. type: textblock
17075 #: ../src/guestfs-actions.pod:5835 ../fish/guestfish-actions.pod:3909
17076 msgid ""
17077 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
17078 "refer to the L<sfdisk(8)> manpage."
17079 msgstr ""
17080
17081 # type: textblock
17082 #. type: textblock
17083 #: ../src/guestfs-actions.pod:5838 ../fish/guestfish-actions.pod:3912
17084 msgid ""
17085 "To create a single partition occupying the whole disk, you would pass "
17086 "C<lines> as a single element list, when the single element being the string "
17087 "C<,> (comma)."
17088 msgstr ""
17089
17090 # type: textblock
17091 #. type: textblock
17092 #: ../src/guestfs-actions.pod:5842
17093 msgid ""
17094 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
17095 msgstr ""
17096
17097 # type: =head2
17098 #. type: =head2
17099 #: ../src/guestfs-actions.pod:5852
17100 msgid "guestfs_sfdiskM"
17101 msgstr ""
17102
17103 # type: verbatim
17104 #. type: verbatim
17105 #: ../src/guestfs-actions.pod:5854
17106 #, no-wrap
17107 msgid ""
17108 " int\n"
17109 " guestfs_sfdiskM (guestfs_h *g,\n"
17110 "                  const char *device,\n"
17111 "                  char *const *lines);\n"
17112 "\n"
17113 msgstr ""
17114
17115 # type: textblock
17116 #. type: textblock
17117 #: ../src/guestfs-actions.pod:5859
17118 msgid ""
17119 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
17120 "partition sizes are specified in megabytes only (rounded to the nearest "
17121 "cylinder) and you don't need to specify the cyls, heads and sectors "
17122 "parameters which were rarely if ever used anyway."
17123 msgstr ""
17124
17125 # type: textblock
17126 #. type: textblock
17127 #: ../src/guestfs-actions.pod:5865
17128 msgid ""
17129 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
17130 "C<guestfs_part_disk>"
17131 msgstr ""
17132
17133 # type: =head2
17134 #. type: =head2
17135 #: ../src/guestfs-actions.pod:5875
17136 msgid "guestfs_sfdisk_N"
17137 msgstr ""
17138
17139 # type: verbatim
17140 #. type: verbatim
17141 #: ../src/guestfs-actions.pod:5877
17142 #, no-wrap
17143 msgid ""
17144 " int\n"
17145 " guestfs_sfdisk_N (guestfs_h *g,\n"
17146 "                   const char *device,\n"
17147 "                   int partnum,\n"
17148 "                   int cyls,\n"
17149 "                   int heads,\n"
17150 "                   int sectors,\n"
17151 "                   const char *line);\n"
17152 "\n"
17153 msgstr ""
17154
17155 # type: textblock
17156 #. type: textblock
17157 #: ../src/guestfs-actions.pod:5886 ../fish/guestfish-actions.pod:3942
17158 msgid ""
17159 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
17160 "(note: C<n> counts from 1)."
17161 msgstr ""
17162
17163 # type: textblock
17164 #. type: textblock
17165 #: ../src/guestfs-actions.pod:5889
17166 msgid ""
17167 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
17168 "for the cyls/heads/sectors parameters."
17169 msgstr ""
17170
17171 # type: textblock
17172 #. type: textblock
17173 #: ../src/guestfs-actions.pod:5892
17174 msgid "See also: C<guestfs_part_add>"
17175 msgstr ""
17176
17177 # type: =head2
17178 #. type: =head2
17179 #: ../src/guestfs-actions.pod:5901
17180 msgid "guestfs_sfdisk_disk_geometry"
17181 msgstr ""
17182
17183 # type: verbatim
17184 #. type: verbatim
17185 #: ../src/guestfs-actions.pod:5903
17186 #, no-wrap
17187 msgid ""
17188 " char *\n"
17189 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
17190 "                               const char *device);\n"
17191 "\n"
17192 msgstr ""
17193
17194 # type: textblock
17195 #. type: textblock
17196 #: ../src/guestfs-actions.pod:5907
17197 msgid ""
17198 "This displays the disk geometry of C<device> read from the partition table.  "
17199 "Especially in the case where the underlying block device has been resized, "
17200 "this can be different from the kernel's idea of the geometry (see "
17201 "C<guestfs_sfdisk_kernel_geometry>)."
17202 msgstr ""
17203
17204 # type: textblock
17205 #. type: textblock
17206 #: ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:5928
17207 #: ../fish/guestfish-actions.pod:3962 ../fish/guestfish-actions.pod:3971
17208 msgid "The result is in human-readable format, and not designed to be parsed."
17209 msgstr ""
17210
17211 # type: =head2
17212 #. type: =head2
17213 #: ../src/guestfs-actions.pod:5920
17214 msgid "guestfs_sfdisk_kernel_geometry"
17215 msgstr ""
17216
17217 # type: verbatim
17218 #. type: verbatim
17219 #: ../src/guestfs-actions.pod:5922
17220 #, no-wrap
17221 msgid ""
17222 " char *\n"
17223 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
17224 "                                 const char *device);\n"
17225 "\n"
17226 msgstr ""
17227
17228 # type: textblock
17229 #. type: textblock
17230 #: ../src/guestfs-actions.pod:5926 ../fish/guestfish-actions.pod:3969
17231 msgid "This displays the kernel's idea of the geometry of C<device>."
17232 msgstr ""
17233
17234 # type: =head2
17235 #. type: =head2
17236 #: ../src/guestfs-actions.pod:5936
17237 msgid "guestfs_sfdisk_l"
17238 msgstr ""
17239
17240 # type: verbatim
17241 #. type: verbatim
17242 #: ../src/guestfs-actions.pod:5938
17243 #, no-wrap
17244 msgid ""
17245 " char *\n"
17246 " guestfs_sfdisk_l (guestfs_h *g,\n"
17247 "                   const char *device);\n"
17248 "\n"
17249 msgstr ""
17250
17251 # type: textblock
17252 #. type: textblock
17253 #: ../src/guestfs-actions.pod:5942 ../fish/guestfish-actions.pod:3978
17254 msgid ""
17255 "This displays the partition table on C<device>, in the human-readable output "
17256 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17257 msgstr ""
17258
17259 # type: textblock
17260 #. type: textblock
17261 #: ../src/guestfs-actions.pod:5946
17262 msgid "See also: C<guestfs_part_list>"
17263 msgstr ""
17264
17265 # type: =head2
17266 #. type: =head2
17267 #: ../src/guestfs-actions.pod:5953
17268 msgid "guestfs_sh"
17269 msgstr ""
17270
17271 # type: verbatim
17272 #. type: verbatim
17273 #: ../src/guestfs-actions.pod:5955
17274 #, no-wrap
17275 msgid ""
17276 " char *\n"
17277 " guestfs_sh (guestfs_h *g,\n"
17278 "             const char *command);\n"
17279 "\n"
17280 msgstr ""
17281
17282 # type: textblock
17283 #. type: textblock
17284 #: ../src/guestfs-actions.pod:5959 ../fish/guestfish-actions.pod:3988
17285 msgid ""
17286 "This call runs a command from the guest filesystem via the guest's C</bin/"
17287 "sh>."
17288 msgstr ""
17289
17290 # type: textblock
17291 #. type: textblock
17292 #: ../src/guestfs-actions.pod:5962
17293 msgid "This is like C<guestfs_command>, but passes the command to:"
17294 msgstr ""
17295
17296 # type: verbatim
17297 #. type: verbatim
17298 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:3993
17299 #, no-wrap
17300 msgid ""
17301 " /bin/sh -c \"command\"\n"
17302 "\n"
17303 msgstr ""
17304
17305 # type: textblock
17306 #. type: textblock
17307 #: ../src/guestfs-actions.pod:5966 ../fish/guestfish-actions.pod:3995
17308 msgid ""
17309 "Depending on the guest's shell, this usually results in wildcards being "
17310 "expanded, shell expressions being interpolated and so on."
17311 msgstr ""
17312
17313 # type: textblock
17314 #. type: textblock
17315 #: ../src/guestfs-actions.pod:5970
17316 msgid "All the provisos about C<guestfs_command> apply to this call."
17317 msgstr ""
17318
17319 # type: =head2
17320 #. type: =head2
17321 #: ../src/guestfs-actions.pod:5977
17322 msgid "guestfs_sh_lines"
17323 msgstr ""
17324
17325 # type: verbatim
17326 #. type: verbatim
17327 #: ../src/guestfs-actions.pod:5979
17328 #, no-wrap
17329 msgid ""
17330 " char **\n"
17331 " guestfs_sh_lines (guestfs_h *g,\n"
17332 "                   const char *command);\n"
17333 "\n"
17334 msgstr ""
17335
17336 # type: textblock
17337 #. type: textblock
17338 #: ../src/guestfs-actions.pod:5983
17339 msgid ""
17340 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17341 "lines."
17342 msgstr ""
17343
17344 # type: textblock
17345 #. type: textblock
17346 #: ../src/guestfs-actions.pod:5986
17347 msgid "See also: C<guestfs_command_lines>"
17348 msgstr ""
17349
17350 # type: =head2
17351 #. type: =head2
17352 #: ../src/guestfs-actions.pod:5994
17353 msgid "guestfs_sleep"
17354 msgstr ""
17355
17356 # type: verbatim
17357 #. type: verbatim
17358 #: ../src/guestfs-actions.pod:5996
17359 #, no-wrap
17360 msgid ""
17361 " int\n"
17362 " guestfs_sleep (guestfs_h *g,\n"
17363 "                int secs);\n"
17364 "\n"
17365 msgstr ""
17366
17367 # type: textblock
17368 #. type: textblock
17369 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4014
17370 msgid "Sleep for C<secs> seconds."
17371 msgstr ""
17372
17373 # type: textblock
17374 #. type: textblock
17375 #: ../src/guestfs-actions.pod:6004
17376 msgid "(Added in 1.0.41)"
17377 msgstr ""
17378
17379 # type: =head2
17380 #. type: =head2
17381 #: ../src/guestfs-actions.pod:6006 ../src/guestfs-structs.pod:109
17382 msgid "guestfs_stat"
17383 msgstr ""
17384
17385 # type: verbatim
17386 #. type: verbatim
17387 #: ../src/guestfs-actions.pod:6008
17388 #, no-wrap
17389 msgid ""
17390 " struct guestfs_stat *\n"
17391 " guestfs_stat (guestfs_h *g,\n"
17392 "               const char *path);\n"
17393 "\n"
17394 msgstr ""
17395
17396 # type: textblock
17397 #. type: textblock
17398 #: ../src/guestfs-actions.pod:6014 ../fish/guestfish-actions.pod:4022
17399 msgid "This is the same as the C<stat(2)> system call."
17400 msgstr ""
17401
17402 # type: =head2
17403 #. type: =head2
17404 #: ../src/guestfs-actions.pod:6022 ../src/guestfs-structs.pod:135
17405 msgid "guestfs_statvfs"
17406 msgstr ""
17407
17408 # type: verbatim
17409 #. type: verbatim
17410 #: ../src/guestfs-actions.pod:6024
17411 #, no-wrap
17412 msgid ""
17413 " struct guestfs_statvfs *\n"
17414 " guestfs_statvfs (guestfs_h *g,\n"
17415 "                  const char *path);\n"
17416 "\n"
17417 msgstr ""
17418
17419 # type: textblock
17420 #. type: textblock
17421 #: ../src/guestfs-actions.pod:6028 ../fish/guestfish-actions.pod:4028
17422 msgid ""
17423 "Returns file system statistics for any mounted file system.  C<path> should "
17424 "be a file or directory in the mounted file system (typically it is the mount "
17425 "point itself, but it doesn't need to be)."
17426 msgstr ""
17427
17428 # type: textblock
17429 #. type: textblock
17430 #: ../src/guestfs-actions.pod:6032 ../fish/guestfish-actions.pod:4032
17431 msgid "This is the same as the C<statvfs(2)> system call."
17432 msgstr ""
17433
17434 # type: textblock
17435 #. type: textblock
17436 #: ../src/guestfs-actions.pod:6034
17437 msgid ""
17438 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17439 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17440 msgstr ""
17441
17442 # type: =head2
17443 #. type: =head2
17444 #: ../src/guestfs-actions.pod:6040
17445 msgid "guestfs_strings"
17446 msgstr ""
17447
17448 # type: verbatim
17449 #. type: verbatim
17450 #: ../src/guestfs-actions.pod:6042
17451 #, no-wrap
17452 msgid ""
17453 " char **\n"
17454 " guestfs_strings (guestfs_h *g,\n"
17455 "                  const char *path);\n"
17456 "\n"
17457 msgstr ""
17458
17459 # type: textblock
17460 #. type: textblock
17461 #: ../src/guestfs-actions.pod:6046 ../fish/guestfish-actions.pod:4038
17462 msgid ""
17463 "This runs the L<strings(1)> command on a file and returns the list of "
17464 "printable strings found."
17465 msgstr ""
17466
17467 # type: =head2
17468 #. type: =head2
17469 #: ../src/guestfs-actions.pod:6058
17470 msgid "guestfs_strings_e"
17471 msgstr ""
17472
17473 # type: verbatim
17474 #. type: verbatim
17475 #: ../src/guestfs-actions.pod:6060
17476 #, no-wrap
17477 msgid ""
17478 " char **\n"
17479 " guestfs_strings_e (guestfs_h *g,\n"
17480 "                    const char *encoding,\n"
17481 "                    const char *path);\n"
17482 "\n"
17483 msgstr ""
17484
17485 # type: textblock
17486 #. type: textblock
17487 #: ../src/guestfs-actions.pod:6065
17488 msgid ""
17489 "This is like the C<guestfs_strings> command, but allows you to specify the "
17490 "encoding of strings that are looked for in the source file C<path>."
17491 msgstr ""
17492
17493 # type: textblock
17494 #. type: textblock
17495 #: ../src/guestfs-actions.pod:6069 ../fish/guestfish-actions.pod:4052
17496 msgid "Allowed encodings are:"
17497 msgstr ""
17498
17499 # type: =item
17500 #. type: =item
17501 #: ../src/guestfs-actions.pod:6073 ../fish/guestfish-actions.pod:4056
17502 msgid "s"
17503 msgstr ""
17504
17505 # type: textblock
17506 #. type: textblock
17507 #: ../src/guestfs-actions.pod:6075
17508 msgid ""
17509 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17510 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17511 msgstr ""
17512
17513 # type: =item
17514 #. type: =item
17515 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4061
17516 msgid "S"
17517 msgstr ""
17518
17519 # type: textblock
17520 #. type: textblock
17521 #: ../src/guestfs-actions.pod:6080 ../fish/guestfish-actions.pod:4063
17522 msgid "Single 8-bit-byte characters."
17523 msgstr ""
17524
17525 # type: =item
17526 #. type: =item
17527 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4065
17528 msgid "b"
17529 msgstr ""
17530
17531 # type: textblock
17532 #. type: textblock
17533 #: ../src/guestfs-actions.pod:6084 ../fish/guestfish-actions.pod:4067
17534 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17535 msgstr ""
17536
17537 # type: =item
17538 #. type: =item
17539 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
17540 msgid "l (lower case letter L)"
17541 msgstr ""
17542
17543 # type: textblock
17544 #. type: textblock
17545 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4072
17546 msgid ""
17547 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17548 "examining binaries in Windows guests."
17549 msgstr ""
17550
17551 # type: =item
17552 #. type: =item
17553 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
17554 msgid "B"
17555 msgstr ""
17556
17557 # type: textblock
17558 #. type: textblock
17559 #: ../src/guestfs-actions.pod:6094 ../fish/guestfish-actions.pod:4077
17560 msgid "32-bit big endian such as UCS-4BE."
17561 msgstr ""
17562
17563 # type: =item
17564 #. type: =item
17565 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4079
17566 msgid "L"
17567 msgstr ""
17568
17569 # type: textblock
17570 #. type: textblock
17571 #: ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4081
17572 msgid "32-bit little endian such as UCS-4LE."
17573 msgstr ""
17574
17575 # type: textblock
17576 #. type: textblock
17577 #: ../src/guestfs-actions.pod:6102 ../fish/guestfish-actions.pod:4085
17578 msgid "The returned strings are transcoded to UTF-8."
17579 msgstr ""
17580
17581 # type: =head2
17582 #. type: =head2
17583 #: ../src/guestfs-actions.pod:6113
17584 msgid "guestfs_swapoff_device"
17585 msgstr ""
17586
17587 # type: verbatim
17588 #. type: verbatim
17589 #: ../src/guestfs-actions.pod:6115
17590 #, no-wrap
17591 msgid ""
17592 " int\n"
17593 " guestfs_swapoff_device (guestfs_h *g,\n"
17594 "                         const char *device);\n"
17595 "\n"
17596 msgstr ""
17597
17598 # type: textblock
17599 #. type: textblock
17600 #: ../src/guestfs-actions.pod:6119
17601 msgid ""
17602 "This command disables the libguestfs appliance swap device or partition "
17603 "named C<device>.  See C<guestfs_swapon_device>."
17604 msgstr ""
17605
17606 # type: =head2
17607 #. type: =head2
17608 #: ../src/guestfs-actions.pod:6127
17609 msgid "guestfs_swapoff_file"
17610 msgstr ""
17611
17612 # type: verbatim
17613 #. type: verbatim
17614 #: ../src/guestfs-actions.pod:6129
17615 #, no-wrap
17616 msgid ""
17617 " int\n"
17618 " guestfs_swapoff_file (guestfs_h *g,\n"
17619 "                       const char *file);\n"
17620 "\n"
17621 msgstr ""
17622
17623 # type: textblock
17624 #. type: textblock
17625 #: ../src/guestfs-actions.pod:6133 ../fish/guestfish-actions.pod:4102
17626 msgid "This command disables the libguestfs appliance swap on file."
17627 msgstr ""
17628
17629 # type: =head2
17630 #. type: =head2
17631 #: ../src/guestfs-actions.pod:6139
17632 msgid "guestfs_swapoff_label"
17633 msgstr ""
17634
17635 # type: verbatim
17636 #. type: verbatim
17637 #: ../src/guestfs-actions.pod:6141
17638 #, no-wrap
17639 msgid ""
17640 " int\n"
17641 " guestfs_swapoff_label (guestfs_h *g,\n"
17642 "                        const char *label);\n"
17643 "\n"
17644 msgstr ""
17645
17646 # type: textblock
17647 #. type: textblock
17648 #: ../src/guestfs-actions.pod:6145 ../fish/guestfish-actions.pod:4108
17649 msgid ""
17650 "This command disables the libguestfs appliance swap on labeled swap "
17651 "partition."
17652 msgstr ""
17653
17654 # type: =head2
17655 #. type: =head2
17656 #: ../src/guestfs-actions.pod:6152
17657 msgid "guestfs_swapoff_uuid"
17658 msgstr ""
17659
17660 # type: verbatim
17661 #. type: verbatim
17662 #: ../src/guestfs-actions.pod:6154
17663 #, no-wrap
17664 msgid ""
17665 " int\n"
17666 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17667 "                       const char *uuid);\n"
17668 "\n"
17669 msgstr ""
17670
17671 # type: textblock
17672 #. type: textblock
17673 #: ../src/guestfs-actions.pod:6158 ../fish/guestfish-actions.pod:4115
17674 msgid ""
17675 "This command disables the libguestfs appliance swap partition with the given "
17676 "UUID."
17677 msgstr ""
17678
17679 # type: =head2
17680 #. type: =head2
17681 #: ../src/guestfs-actions.pod:6165
17682 msgid "guestfs_swapon_device"
17683 msgstr ""
17684
17685 # type: verbatim
17686 #. type: verbatim
17687 #: ../src/guestfs-actions.pod:6167
17688 #, no-wrap
17689 msgid ""
17690 " int\n"
17691 " guestfs_swapon_device (guestfs_h *g,\n"
17692 "                        const char *device);\n"
17693 "\n"
17694 msgstr ""
17695
17696 # type: textblock
17697 #. type: textblock
17698 #: ../src/guestfs-actions.pod:6171
17699 msgid ""
17700 "This command enables the libguestfs appliance to use the swap device or "
17701 "partition named C<device>.  The increased memory is made available for all "
17702 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17703 msgstr ""
17704
17705 # type: textblock
17706 #. type: textblock
17707 #: ../src/guestfs-actions.pod:6176 ../fish/guestfish-actions.pod:4127
17708 msgid ""
17709 "Note that you should not swap to existing guest swap partitions unless you "
17710 "know what you are doing.  They may contain hibernation information, or other "
17711 "information that the guest doesn't want you to trash.  You also risk leaking "
17712 "information about the host to the guest this way.  Instead, attach a new "
17713 "host device to the guest and swap on that."
17714 msgstr ""
17715
17716 # type: =head2
17717 #. type: =head2
17718 #: ../src/guestfs-actions.pod:6187
17719 msgid "guestfs_swapon_file"
17720 msgstr ""
17721
17722 # type: verbatim
17723 #. type: verbatim
17724 #: ../src/guestfs-actions.pod:6189
17725 #, no-wrap
17726 msgid ""
17727 " int\n"
17728 " guestfs_swapon_file (guestfs_h *g,\n"
17729 "                      const char *file);\n"
17730 "\n"
17731 msgstr ""
17732
17733 # type: textblock
17734 #. type: textblock
17735 #: ../src/guestfs-actions.pod:6193
17736 msgid ""
17737 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17738 "notes."
17739 msgstr ""
17740
17741 # type: =head2
17742 #. type: =head2
17743 #: ../src/guestfs-actions.pod:6200
17744 msgid "guestfs_swapon_label"
17745 msgstr ""
17746
17747 # type: verbatim
17748 #. type: verbatim
17749 #: ../src/guestfs-actions.pod:6202
17750 #, no-wrap
17751 msgid ""
17752 " int\n"
17753 " guestfs_swapon_label (guestfs_h *g,\n"
17754 "                       const char *label);\n"
17755 "\n"
17756 msgstr ""
17757
17758 # type: textblock
17759 #. type: textblock
17760 #: ../src/guestfs-actions.pod:6206
17761 msgid ""
17762 "This command enables swap to a labeled swap partition.  See "
17763 "C<guestfs_swapon_device> for other notes."
17764 msgstr ""
17765
17766 # type: =head2
17767 #. type: =head2
17768 #: ../src/guestfs-actions.pod:6213
17769 msgid "guestfs_swapon_uuid"
17770 msgstr ""
17771
17772 # type: verbatim
17773 #. type: verbatim
17774 #: ../src/guestfs-actions.pod:6215
17775 #, no-wrap
17776 msgid ""
17777 " int\n"
17778 " guestfs_swapon_uuid (guestfs_h *g,\n"
17779 "                      const char *uuid);\n"
17780 "\n"
17781 msgstr ""
17782
17783 # type: textblock
17784 #. type: textblock
17785 #: ../src/guestfs-actions.pod:6219
17786 msgid ""
17787 "This command enables swap to a swap partition with the given UUID.  See "
17788 "C<guestfs_swapon_device> for other notes."
17789 msgstr ""
17790
17791 # type: =head2
17792 #. type: =head2
17793 #: ../src/guestfs-actions.pod:6226
17794 msgid "guestfs_sync"
17795 msgstr ""
17796
17797 # type: verbatim
17798 #. type: verbatim
17799 #: ../src/guestfs-actions.pod:6228
17800 #, no-wrap
17801 msgid ""
17802 " int\n"
17803 " guestfs_sync (guestfs_h *g);\n"
17804 "\n"
17805 msgstr ""
17806
17807 # type: textblock
17808 #. type: textblock
17809 #: ../src/guestfs-actions.pod:6231 ../fish/guestfish-actions.pod:4159
17810 msgid ""
17811 "This syncs the disk, so that any writes are flushed through to the "
17812 "underlying disk image."
17813 msgstr ""
17814
17815 # type: textblock
17816 #. type: textblock
17817 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4162
17818 msgid ""
17819 "You should always call this if you have modified a disk image, before "
17820 "closing the handle."
17821 msgstr ""
17822
17823 # type: =head2
17824 #. type: =head2
17825 #: ../src/guestfs-actions.pod:6241
17826 msgid "guestfs_tail"
17827 msgstr ""
17828
17829 # type: verbatim
17830 #. type: verbatim
17831 #: ../src/guestfs-actions.pod:6243
17832 #, no-wrap
17833 msgid ""
17834 " char **\n"
17835 " guestfs_tail (guestfs_h *g,\n"
17836 "               const char *path);\n"
17837 "\n"
17838 msgstr ""
17839
17840 # type: textblock
17841 #. type: textblock
17842 #: ../src/guestfs-actions.pod:6247 ../fish/guestfish-actions.pod:4169
17843 msgid ""
17844 "This command returns up to the last 10 lines of a file as a list of strings."
17845 msgstr ""
17846
17847 # type: =head2
17848 #. type: =head2
17849 #: ../src/guestfs-actions.pod:6259
17850 msgid "guestfs_tail_n"
17851 msgstr ""
17852
17853 # type: verbatim
17854 #. type: verbatim
17855 #: ../src/guestfs-actions.pod:6261
17856 #, no-wrap
17857 msgid ""
17858 " char **\n"
17859 " guestfs_tail_n (guestfs_h *g,\n"
17860 "                 int nrlines,\n"
17861 "                 const char *path);\n"
17862 "\n"
17863 msgstr ""
17864
17865 # type: textblock
17866 #. type: textblock
17867 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4179
17868 msgid ""
17869 "If the parameter C<nrlines> is a positive number, this returns the last "
17870 "C<nrlines> lines of the file C<path>."
17871 msgstr ""
17872
17873 # type: textblock
17874 #. type: textblock
17875 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4182
17876 msgid ""
17877 "If the parameter C<nrlines> is a negative number, this returns lines from "
17878 "the file C<path>, starting with the C<-nrlines>th line."
17879 msgstr ""
17880
17881 # type: =head2
17882 #. type: =head2
17883 #: ../src/guestfs-actions.pod:6283
17884 msgid "guestfs_tar_in"
17885 msgstr ""
17886
17887 # type: verbatim
17888 #. type: verbatim
17889 #: ../src/guestfs-actions.pod:6285
17890 #, no-wrap
17891 msgid ""
17892 " int\n"
17893 " guestfs_tar_in (guestfs_h *g,\n"
17894 "                 const char *tarfile,\n"
17895 "                 const char *directory);\n"
17896 "\n"
17897 msgstr ""
17898
17899 # type: textblock
17900 #. type: textblock
17901 #: ../src/guestfs-actions.pod:6290 ../fish/guestfish-actions.pod:4194
17902 msgid ""
17903 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17904 "tar file) into C<directory>."
17905 msgstr ""
17906
17907 # type: textblock
17908 #. type: textblock
17909 #: ../src/guestfs-actions.pod:6293
17910 msgid ""
17911 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17912 msgstr ""
17913
17914 # type: textblock
17915 #. type: textblock
17916 #: ../src/guestfs-actions.pod:6298 ../src/guestfs-actions.pod:6315
17917 #: ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6347
17918 msgid "(Added in 1.0.3)"
17919 msgstr ""
17920
17921 # type: =head2
17922 #. type: =head2
17923 #: ../src/guestfs-actions.pod:6300
17924 msgid "guestfs_tar_out"
17925 msgstr ""
17926
17927 # type: verbatim
17928 #. type: verbatim
17929 #: ../src/guestfs-actions.pod:6302
17930 #, no-wrap
17931 msgid ""
17932 " int\n"
17933 " guestfs_tar_out (guestfs_h *g,\n"
17934 "                  const char *directory,\n"
17935 "                  const char *tarfile);\n"
17936 "\n"
17937 msgstr ""
17938
17939 # type: textblock
17940 #. type: textblock
17941 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4206
17942 msgid ""
17943 "This command packs the contents of C<directory> and downloads it to local "
17944 "file C<tarfile>."
17945 msgstr ""
17946
17947 # type: textblock
17948 #. type: textblock
17949 #: ../src/guestfs-actions.pod:6310
17950 msgid ""
17951 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17952 "C<guestfs_txz_out>."
17953 msgstr ""
17954
17955 # type: =head2
17956 #. type: =head2
17957 #: ../src/guestfs-actions.pod:6317
17958 msgid "guestfs_tgz_in"
17959 msgstr ""
17960
17961 # type: verbatim
17962 #. type: verbatim
17963 #: ../src/guestfs-actions.pod:6319
17964 #, no-wrap
17965 msgid ""
17966 " int\n"
17967 " guestfs_tgz_in (guestfs_h *g,\n"
17968 "                 const char *tarball,\n"
17969 "                 const char *directory);\n"
17970 "\n"
17971 msgstr ""
17972
17973 # type: textblock
17974 #. type: textblock
17975 #: ../src/guestfs-actions.pod:6324 ../fish/guestfish-actions.pod:4218
17976 msgid ""
17977 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17978 "tar file) into C<directory>."
17979 msgstr ""
17980
17981 # type: textblock
17982 #. type: textblock
17983 #: ../src/guestfs-actions.pod:6327
17984 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17985 msgstr ""
17986
17987 # type: =head2
17988 #. type: =head2
17989 #: ../src/guestfs-actions.pod:6333
17990 msgid "guestfs_tgz_out"
17991 msgstr ""
17992
17993 # type: verbatim
17994 #. type: verbatim
17995 #: ../src/guestfs-actions.pod:6335
17996 #, no-wrap
17997 msgid ""
17998 " int\n"
17999 " guestfs_tgz_out (guestfs_h *g,\n"
18000 "                  const char *directory,\n"
18001 "                  const char *tarball);\n"
18002 "\n"
18003 msgstr ""
18004
18005 # type: textblock
18006 #. type: textblock
18007 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4229
18008 msgid ""
18009 "This command packs the contents of C<directory> and downloads it to local "
18010 "file C<tarball>."
18011 msgstr ""
18012
18013 # type: textblock
18014 #. type: textblock
18015 #: ../src/guestfs-actions.pod:6343
18016 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
18017 msgstr ""
18018
18019 # type: =head2
18020 #. type: =head2
18021 #: ../src/guestfs-actions.pod:6349
18022 msgid "guestfs_touch"
18023 msgstr ""
18024
18025 # type: verbatim
18026 #. type: verbatim
18027 #: ../src/guestfs-actions.pod:6351
18028 #, no-wrap
18029 msgid ""
18030 " int\n"
18031 " guestfs_touch (guestfs_h *g,\n"
18032 "                const char *path);\n"
18033 "\n"
18034 msgstr ""
18035
18036 # type: textblock
18037 #. type: textblock
18038 #: ../src/guestfs-actions.pod:6355 ../fish/guestfish-actions.pod:4240
18039 msgid ""
18040 "Touch acts like the L<touch(1)> command.  It can be used to update the "
18041 "timestamps on a file, or, if the file does not exist, to create a new zero-"
18042 "length file."
18043 msgstr ""
18044
18045 # type: textblock
18046 #. type: textblock
18047 #: ../src/guestfs-actions.pod:6359 ../fish/guestfish-actions.pod:4244
18048 msgid ""
18049 "This command only works on regular files, and will fail on other file types "
18050 "such as directories, symbolic links, block special etc."
18051 msgstr ""
18052
18053 # type: =head2
18054 #. type: =head2
18055 #: ../src/guestfs-actions.pod:6366
18056 msgid "guestfs_truncate"
18057 msgstr ""
18058
18059 # type: verbatim
18060 #. type: verbatim
18061 #: ../src/guestfs-actions.pod:6368
18062 #, no-wrap
18063 msgid ""
18064 " int\n"
18065 " guestfs_truncate (guestfs_h *g,\n"
18066 "                   const char *path);\n"
18067 "\n"
18068 msgstr ""
18069
18070 # type: textblock
18071 #. type: textblock
18072 #: ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:4251
18073 msgid ""
18074 "This command truncates C<path> to a zero-length file.  The file must exist "
18075 "already."
18076 msgstr ""
18077
18078 # type: =head2
18079 #. type: =head2
18080 #: ../src/guestfs-actions.pod:6379
18081 msgid "guestfs_truncate_size"
18082 msgstr ""
18083
18084 # type: verbatim
18085 #. type: verbatim
18086 #: ../src/guestfs-actions.pod:6381
18087 #, no-wrap
18088 msgid ""
18089 " int\n"
18090 " guestfs_truncate_size (guestfs_h *g,\n"
18091 "                        const char *path,\n"
18092 "                        int64_t size);\n"
18093 "\n"
18094 msgstr ""
18095
18096 # type: textblock
18097 #. type: textblock
18098 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4258
18099 msgid ""
18100 "This command truncates C<path> to size C<size> bytes.  The file must exist "
18101 "already."
18102 msgstr ""
18103
18104 # type: textblock
18105 #. type: textblock
18106 #: ../src/guestfs-actions.pod:6389
18107 msgid ""
18108 "If the current file size is less than C<size> then the file is extended to "
18109 "the required size with zero bytes.  This creates a sparse file (ie. disk "
18110 "blocks are not allocated for the file until you write to it).  To create a "
18111 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
18112 msgstr ""
18113
18114 # type: =head2
18115 #. type: =head2
18116 #: ../src/guestfs-actions.pod:6399
18117 msgid "guestfs_tune2fs_l"
18118 msgstr ""
18119
18120 # type: verbatim
18121 #. type: verbatim
18122 #: ../src/guestfs-actions.pod:6401
18123 #, no-wrap
18124 msgid ""
18125 " char **\n"
18126 " guestfs_tune2fs_l (guestfs_h *g,\n"
18127 "                    const char *device);\n"
18128 "\n"
18129 msgstr ""
18130
18131 # type: textblock
18132 #. type: textblock
18133 #: ../src/guestfs-actions.pod:6405 ../fish/guestfish-actions.pod:4271
18134 msgid ""
18135 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
18136 "C<device>."
18137 msgstr ""
18138
18139 # type: textblock
18140 #. type: textblock
18141 #: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4274
18142 msgid ""
18143 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
18144 "for more details.  The list of fields returned isn't clearly defined, and "
18145 "depends on both the version of C<tune2fs> that libguestfs was built against, "
18146 "and the filesystem itself."
18147 msgstr ""
18148
18149 # type: =head2
18150 #. type: =head2
18151 #: ../src/guestfs-actions.pod:6421
18152 msgid "guestfs_txz_in"
18153 msgstr ""
18154
18155 # type: verbatim
18156 #. type: verbatim
18157 #: ../src/guestfs-actions.pod:6423
18158 #, no-wrap
18159 msgid ""
18160 " int\n"
18161 " guestfs_txz_in (guestfs_h *g,\n"
18162 "                 const char *tarball,\n"
18163 "                 const char *directory);\n"
18164 "\n"
18165 msgstr ""
18166
18167 # type: textblock
18168 #. type: textblock
18169 #: ../src/guestfs-actions.pod:6428 ../fish/guestfish-actions.pod:4283
18170 msgid ""
18171 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
18172 "tar file) into C<directory>."
18173 msgstr ""
18174
18175 # type: =head2
18176 #. type: =head2
18177 #: ../src/guestfs-actions.pod:6435
18178 msgid "guestfs_txz_out"
18179 msgstr ""
18180
18181 # type: verbatim
18182 #. type: verbatim
18183 #: ../src/guestfs-actions.pod:6437
18184 #, no-wrap
18185 msgid ""
18186 " int\n"
18187 " guestfs_txz_out (guestfs_h *g,\n"
18188 "                  const char *directory,\n"
18189 "                  const char *tarball);\n"
18190 "\n"
18191 msgstr ""
18192
18193 # type: textblock
18194 #. type: textblock
18195 #: ../src/guestfs-actions.pod:6442 ../fish/guestfish-actions.pod:4292
18196 msgid ""
18197 "This command packs the contents of C<directory> and downloads it to local "
18198 "file C<tarball> (as an xz compressed tar archive)."
18199 msgstr ""
18200
18201 # type: =head2
18202 #. type: =head2
18203 #: ../src/guestfs-actions.pod:6449
18204 msgid "guestfs_umask"
18205 msgstr ""
18206
18207 # type: verbatim
18208 #. type: verbatim
18209 #: ../src/guestfs-actions.pod:6451
18210 #, no-wrap
18211 msgid ""
18212 " int\n"
18213 " guestfs_umask (guestfs_h *g,\n"
18214 "                int mask);\n"
18215 "\n"
18216 msgstr ""
18217
18218 # type: textblock
18219 #. type: textblock
18220 #: ../src/guestfs-actions.pod:6455 ../fish/guestfish-actions.pod:4301
18221 msgid ""
18222 "This function sets the mask used for creating new files and device nodes to "
18223 "C<mask & 0777>."
18224 msgstr ""
18225
18226 # type: textblock
18227 #. type: textblock
18228 #: ../src/guestfs-actions.pod:6458 ../fish/guestfish-actions.pod:4304
18229 msgid ""
18230 "Typical umask values would be C<022> which creates new files with "
18231 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
18232 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
18233 msgstr ""
18234
18235 # type: textblock
18236 #. type: textblock
18237 #: ../src/guestfs-actions.pod:6463 ../fish/guestfish-actions.pod:4309
18238 msgid ""
18239 "The default umask is C<022>.  This is important because it means that "
18240 "directories and device nodes will be created with C<0644> or C<0755> mode "
18241 "even if you specify C<0777>."
18242 msgstr ""
18243
18244 # type: textblock
18245 #. type: textblock
18246 #: ../src/guestfs-actions.pod:6467
18247 msgid ""
18248 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
18249 "C<guestfs_mkdir>."
18250 msgstr ""
18251
18252 # type: textblock
18253 #. type: textblock
18254 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4316
18255 msgid "This call returns the previous umask."
18256 msgstr ""
18257
18258 # type: =head2
18259 #. type: =head2
18260 #: ../src/guestfs-actions.pod:6476
18261 msgid "guestfs_umount"
18262 msgstr ""
18263
18264 # type: verbatim
18265 #. type: verbatim
18266 #: ../src/guestfs-actions.pod:6478
18267 #, no-wrap
18268 msgid ""
18269 " int\n"
18270 " guestfs_umount (guestfs_h *g,\n"
18271 "                 const char *pathordevice);\n"
18272 "\n"
18273 msgstr ""
18274
18275 # type: textblock
18276 #. type: textblock
18277 #: ../src/guestfs-actions.pod:6482 ../fish/guestfish-actions.pod:4324
18278 msgid ""
18279 "This unmounts the given filesystem.  The filesystem may be specified either "
18280 "by its mountpoint (path) or the device which contains the filesystem."
18281 msgstr ""
18282
18283 # type: =head2
18284 #. type: =head2
18285 #: ../src/guestfs-actions.pod:6490
18286 msgid "guestfs_umount_all"
18287 msgstr ""
18288
18289 # type: verbatim
18290 #. type: verbatim
18291 #: ../src/guestfs-actions.pod:6492
18292 #, no-wrap
18293 msgid ""
18294 " int\n"
18295 " guestfs_umount_all (guestfs_h *g);\n"
18296 "\n"
18297 msgstr ""
18298
18299 # type: textblock
18300 #. type: textblock
18301 #: ../src/guestfs-actions.pod:6495 ../fish/guestfish-actions.pod:4334
18302 msgid "This unmounts all mounted filesystems."
18303 msgstr ""
18304
18305 # type: textblock
18306 #. type: textblock
18307 #: ../src/guestfs-actions.pod:6497 ../fish/guestfish-actions.pod:4336
18308 msgid "Some internal mounts are not unmounted by this call."
18309 msgstr ""
18310
18311 # type: =head2
18312 #. type: =head2
18313 #: ../src/guestfs-actions.pod:6503
18314 msgid "guestfs_upload"
18315 msgstr ""
18316
18317 # type: verbatim
18318 #. type: verbatim
18319 #: ../src/guestfs-actions.pod:6505
18320 #, no-wrap
18321 msgid ""
18322 " int\n"
18323 " guestfs_upload (guestfs_h *g,\n"
18324 "                 const char *filename,\n"
18325 "                 const char *remotefilename);\n"
18326 "\n"
18327 msgstr ""
18328
18329 # type: textblock
18330 #. type: textblock
18331 #: ../src/guestfs-actions.pod:6510 ../src/guestfs-actions.pod:6534
18332 #: ../fish/guestfish-actions.pod:4342 ../fish/guestfish-actions.pod:4355
18333 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
18334 msgstr ""
18335
18336 # type: textblock
18337 #. type: textblock
18338 #: ../src/guestfs-actions.pod:6515
18339 msgid "See also C<guestfs_download>."
18340 msgstr ""
18341
18342 # type: =head2
18343 #. type: =head2
18344 #: ../src/guestfs-actions.pod:6526
18345 msgid "guestfs_upload_offset"
18346 msgstr ""
18347
18348 # type: verbatim
18349 #. type: verbatim
18350 #: ../src/guestfs-actions.pod:6528
18351 #, no-wrap
18352 msgid ""
18353 " int\n"
18354 " guestfs_upload_offset (guestfs_h *g,\n"
18355 "                        const char *filename,\n"
18356 "                        const char *remotefilename,\n"
18357 "                        int64_t offset);\n"
18358 "\n"
18359 msgstr ""
18360
18361 # type: textblock
18362 #. type: textblock
18363 #: ../src/guestfs-actions.pod:6537 ../fish/guestfish-actions.pod:4358
18364 msgid ""
18365 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
18366 "The intention is to overwrite parts of existing files or devices, although "
18367 "if a non-existant file is specified then it is created with a \"hole\" "
18368 "before C<offset>.  The size of the data written is implicit in the size of "
18369 "the source C<filename>."
18370 msgstr ""
18371
18372 # type: textblock
18373 #. type: textblock
18374 #: ../src/guestfs-actions.pod:6544
18375 msgid ""
18376 "Note that there is no limit on the amount of data that can be uploaded with "
18377 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
18378 "full amount unless an error occurs."
18379 msgstr ""
18380
18381 # type: textblock
18382 #. type: textblock
18383 #: ../src/guestfs-actions.pod:6549
18384 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18385 msgstr ""
18386
18387 # type: =head2
18388 #. type: =head2
18389 #: ../src/guestfs-actions.pod:6560
18390 msgid "guestfs_utimens"
18391 msgstr ""
18392
18393 # type: verbatim
18394 #. type: verbatim
18395 #: ../src/guestfs-actions.pod:6562
18396 #, no-wrap
18397 msgid ""
18398 " int\n"
18399 " guestfs_utimens (guestfs_h *g,\n"
18400 "                  const char *path,\n"
18401 "                  int64_t atsecs,\n"
18402 "                  int64_t atnsecs,\n"
18403 "                  int64_t mtsecs,\n"
18404 "                  int64_t mtnsecs);\n"
18405 "\n"
18406 msgstr ""
18407
18408 # type: textblock
18409 #. type: textblock
18410 #: ../src/guestfs-actions.pod:6570 ../fish/guestfish-actions.pod:4378
18411 msgid "This command sets the timestamps of a file with nanosecond precision."
18412 msgstr ""
18413
18414 # type: textblock
18415 #. type: textblock
18416 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
18417 msgid ""
18418 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18419 "from the epoch."
18420 msgstr ""
18421
18422 # type: textblock
18423 #. type: textblock
18424 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
18425 msgid ""
18426 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18427 "nanoseconds from the epoch."
18428 msgstr ""
18429
18430 # type: textblock
18431 #. type: textblock
18432 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
18433 msgid ""
18434 "If the C<*nsecs> field contains the special value C<-1> then the "
18435 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18436 "ignored in this case)."
18437 msgstr ""
18438
18439 # type: textblock
18440 #. type: textblock
18441 #: ../src/guestfs-actions.pod:6583 ../fish/guestfish-actions.pod:4391
18442 msgid ""
18443 "If the C<*nsecs> field contains the special value C<-2> then the "
18444 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18445 "in this case)."
18446 msgstr ""
18447
18448 # type: =head2
18449 #. type: =head2
18450 #: ../src/guestfs-actions.pod:6591 ../src/guestfs-structs.pod:175
18451 msgid "guestfs_version"
18452 msgstr ""
18453
18454 # type: verbatim
18455 #. type: verbatim
18456 #: ../src/guestfs-actions.pod:6593
18457 #, no-wrap
18458 msgid ""
18459 " struct guestfs_version *\n"
18460 " guestfs_version (guestfs_h *g);\n"
18461 "\n"
18462 msgstr ""
18463
18464 # type: textblock
18465 #. type: textblock
18466 #: ../src/guestfs-actions.pod:6596 ../fish/guestfish-actions.pod:4399
18467 msgid ""
18468 "Return the libguestfs version number that the program is linked against."
18469 msgstr ""
18470
18471 # type: textblock
18472 #. type: textblock
18473 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4402
18474 msgid ""
18475 "Note that because of dynamic linking this is not necessarily the version of "
18476 "libguestfs that you compiled against.  You can compile the program, and then "
18477 "at runtime dynamically link against a completely different C<libguestfs.so> "
18478 "library."
18479 msgstr ""
18480
18481 # type: textblock
18482 #. type: textblock
18483 #: ../src/guestfs-actions.pod:6604 ../fish/guestfish-actions.pod:4407
18484 msgid ""
18485 "This call was added in version C<1.0.58>.  In previous versions of "
18486 "libguestfs there was no way to get the version number.  From C code you can "
18487 "use dynamic linker functions to find out if this symbol exists (if it "
18488 "doesn't, then it's an earlier version)."
18489 msgstr ""
18490
18491 # type: textblock
18492 #. type: textblock
18493 #: ../src/guestfs-actions.pod:6610 ../fish/guestfish-actions.pod:4413
18494 msgid ""
18495 "The call returns a structure with four elements.  The first three (C<major>, "
18496 "C<minor> and C<release>) are numbers and correspond to the usual version "
18497 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18498 "but may be used for distro-specific information."
18499 msgstr ""
18500
18501 # type: textblock
18502 #. type: textblock
18503 #: ../src/guestfs-actions.pod:6616 ../fish/guestfish-actions.pod:4419
18504 msgid ""
18505 "To construct the original version string: C<$major.$minor.$release$extra>"
18506 msgstr ""
18507
18508 # type: textblock
18509 #. type: textblock
18510 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
18511 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18512 msgstr ""
18513
18514 # type: textblock
18515 #. type: textblock
18516 #: ../src/guestfs-actions.pod:6621
18517 msgid ""
18518 "I<Note:> Don't use this call to test for availability of features.  In "
18519 "enterprise distributions we backport features from later versions into "
18520 "earlier versions, making this an unreliable way to test for features.  Use "
18521 "C<guestfs_available> instead."
18522 msgstr ""
18523
18524 # type: textblock
18525 #. type: textblock
18526 #: ../src/guestfs-actions.pod:6627
18527 msgid ""
18528 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18529 "error.  I<The caller must call C<guestfs_free_version> after use>."
18530 msgstr ""
18531
18532 # type: textblock
18533 #. type: textblock
18534 #: ../src/guestfs-actions.pod:6631
18535 msgid "(Added in 1.0.58)"
18536 msgstr ""
18537
18538 # type: =head2
18539 #. type: =head2
18540 #: ../src/guestfs-actions.pod:6633
18541 msgid "guestfs_vfs_label"
18542 msgstr ""
18543
18544 # type: verbatim
18545 #. type: verbatim
18546 #: ../src/guestfs-actions.pod:6635
18547 #, no-wrap
18548 msgid ""
18549 " char *\n"
18550 " guestfs_vfs_label (guestfs_h *g,\n"
18551 "                    const char *device);\n"
18552 "\n"
18553 msgstr ""
18554
18555 # type: textblock
18556 #. type: textblock
18557 #: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4434
18558 msgid "This returns the filesystem label of the filesystem on C<device>."
18559 msgstr ""
18560
18561 # type: textblock
18562 #. type: textblock
18563 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4437
18564 msgid "If the filesystem is unlabeled, this returns the empty string."
18565 msgstr ""
18566
18567 # type: textblock
18568 #. type: textblock
18569 #: ../src/guestfs-actions.pod:6644
18570 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18571 msgstr ""
18572
18573 # type: textblock
18574 #. type: textblock
18575 #: ../src/guestfs-actions.pod:6649 ../src/guestfs-actions.pod:6686
18576 msgid "(Added in 1.3.18)"
18577 msgstr ""
18578
18579 # type: =head2
18580 #. type: =head2
18581 #: ../src/guestfs-actions.pod:6651
18582 msgid "guestfs_vfs_type"
18583 msgstr ""
18584
18585 # type: verbatim
18586 #. type: verbatim
18587 #: ../src/guestfs-actions.pod:6653
18588 #, no-wrap
18589 msgid ""
18590 " char *\n"
18591 " guestfs_vfs_type (guestfs_h *g,\n"
18592 "                   const char *device);\n"
18593 "\n"
18594 msgstr ""
18595
18596 # type: textblock
18597 #. type: textblock
18598 #: ../src/guestfs-actions.pod:6657 ../fish/guestfish-actions.pod:4445
18599 msgid ""
18600 "This command gets the filesystem type corresponding to the filesystem on "
18601 "C<device>."
18602 msgstr ""
18603
18604 # type: textblock
18605 #. type: textblock
18606 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4448
18607 msgid ""
18608 "For most filesystems, the result is the name of the Linux VFS module which "
18609 "would be used to mount this filesystem if you mounted it without specifying "
18610 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18611 msgstr ""
18612
18613 # type: =head2
18614 #. type: =head2
18615 #: ../src/guestfs-actions.pod:6670
18616 msgid "guestfs_vfs_uuid"
18617 msgstr ""
18618
18619 # type: verbatim
18620 #. type: verbatim
18621 #: ../src/guestfs-actions.pod:6672
18622 #, no-wrap
18623 msgid ""
18624 " char *\n"
18625 " guestfs_vfs_uuid (guestfs_h *g,\n"
18626 "                   const char *device);\n"
18627 "\n"
18628 msgstr ""
18629
18630 # type: textblock
18631 #. type: textblock
18632 #: ../src/guestfs-actions.pod:6676 ../fish/guestfish-actions.pod:4457
18633 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18634 msgstr ""
18635
18636 # type: textblock
18637 #. type: textblock
18638 #: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4460
18639 msgid "If the filesystem does not have a UUID, this returns the empty string."
18640 msgstr ""
18641
18642 # type: textblock
18643 #. type: textblock
18644 #: ../src/guestfs-actions.pod:6681
18645 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18646 msgstr ""
18647
18648 # type: =head2
18649 #. type: =head2
18650 #: ../src/guestfs-actions.pod:6688
18651 msgid "guestfs_vg_activate"
18652 msgstr ""
18653
18654 # type: verbatim
18655 #. type: verbatim
18656 #: ../src/guestfs-actions.pod:6690
18657 #, no-wrap
18658 msgid ""
18659 " int\n"
18660 " guestfs_vg_activate (guestfs_h *g,\n"
18661 "                      int activate,\n"
18662 "                      char *const *volgroups);\n"
18663 "\n"
18664 msgstr ""
18665
18666 # type: textblock
18667 #. type: textblock
18668 #: ../src/guestfs-actions.pod:6695 ../fish/guestfish-actions.pod:4468
18669 msgid ""
18670 "This command activates or (if C<activate> is false) deactivates all logical "
18671 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18672 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18673 "deactivated, then those devices disappear."
18674 msgstr ""
18675
18676 # type: textblock
18677 #. type: textblock
18678 #: ../src/guestfs-actions.pod:6701 ../fish/guestfish-actions.pod:4474
18679 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18680 msgstr ""
18681
18682 # type: textblock
18683 #. type: textblock
18684 #: ../src/guestfs-actions.pod:6703 ../fish/guestfish-actions.pod:4476
18685 msgid ""
18686 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18687 "activated or deactivated."
18688 msgstr ""
18689
18690 # type: =head2
18691 #. type: =head2
18692 #: ../src/guestfs-actions.pod:6710
18693 msgid "guestfs_vg_activate_all"
18694 msgstr ""
18695
18696 # type: verbatim
18697 #. type: verbatim
18698 #: ../src/guestfs-actions.pod:6712
18699 #, no-wrap
18700 msgid ""
18701 " int\n"
18702 " guestfs_vg_activate_all (guestfs_h *g,\n"
18703 "                          int activate);\n"
18704 "\n"
18705 msgstr ""
18706
18707 # type: textblock
18708 #. type: textblock
18709 #: ../src/guestfs-actions.pod:6716 ../fish/guestfish-actions.pod:4483
18710 msgid ""
18711 "This command activates or (if C<activate> is false) deactivates all logical "
18712 "volumes in all volume groups.  If activated, then they are made known to the "
18713 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18714 "those devices disappear."
18715 msgstr ""
18716
18717 # type: textblock
18718 #. type: textblock
18719 #: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4489
18720 msgid "This command is the same as running C<vgchange -a y|n>"
18721 msgstr ""
18722
18723 # type: =head2
18724 #. type: =head2
18725 #: ../src/guestfs-actions.pod:6728
18726 msgid "guestfs_vgcreate"
18727 msgstr ""
18728
18729 # type: verbatim
18730 #. type: verbatim
18731 #: ../src/guestfs-actions.pod:6730
18732 #, no-wrap
18733 msgid ""
18734 " int\n"
18735 " guestfs_vgcreate (guestfs_h *g,\n"
18736 "                   const char *volgroup,\n"
18737 "                   char *const *physvols);\n"
18738 "\n"
18739 msgstr ""
18740
18741 # type: textblock
18742 #. type: textblock
18743 #: ../src/guestfs-actions.pod:6735 ../fish/guestfish-actions.pod:4495
18744 msgid ""
18745 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18746 "of physical volumes C<physvols>."
18747 msgstr ""
18748
18749 # type: =head2
18750 #. type: =head2
18751 #: ../src/guestfs-actions.pod:6742
18752 msgid "guestfs_vglvuuids"
18753 msgstr ""
18754
18755 # type: verbatim
18756 #. type: verbatim
18757 #: ../src/guestfs-actions.pod:6744
18758 #, no-wrap
18759 msgid ""
18760 " char **\n"
18761 " guestfs_vglvuuids (guestfs_h *g,\n"
18762 "                    const char *vgname);\n"
18763 "\n"
18764 msgstr ""
18765
18766 # type: textblock
18767 #. type: textblock
18768 #: ../src/guestfs-actions.pod:6748 ../fish/guestfish-actions.pod:4502
18769 msgid ""
18770 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18771 "volumes created in this volume group."
18772 msgstr ""
18773
18774 # type: textblock
18775 #. type: textblock
18776 #: ../src/guestfs-actions.pod:6751
18777 msgid ""
18778 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18779 "associate logical volumes and volume groups."
18780 msgstr ""
18781
18782 # type: textblock
18783 #. type: textblock
18784 #: ../src/guestfs-actions.pod:6754
18785 msgid "See also C<guestfs_vgpvuuids>."
18786 msgstr ""
18787
18788 # type: =head2
18789 #. type: =head2
18790 #: ../src/guestfs-actions.pod:6762
18791 msgid "guestfs_vgpvuuids"
18792 msgstr ""
18793
18794 # type: verbatim
18795 #. type: verbatim
18796 #: ../src/guestfs-actions.pod:6764
18797 #, no-wrap
18798 msgid ""
18799 " char **\n"
18800 " guestfs_vgpvuuids (guestfs_h *g,\n"
18801 "                    const char *vgname);\n"
18802 "\n"
18803 msgstr ""
18804
18805 # type: textblock
18806 #. type: textblock
18807 #: ../src/guestfs-actions.pod:6768 ../fish/guestfish-actions.pod:4514
18808 msgid ""
18809 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18810 "volumes that this volume group resides on."
18811 msgstr ""
18812
18813 # type: textblock
18814 #. type: textblock
18815 #: ../src/guestfs-actions.pod:6771
18816 msgid ""
18817 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18818 "associate physical volumes and volume groups."
18819 msgstr ""
18820
18821 # type: textblock
18822 #. type: textblock
18823 #: ../src/guestfs-actions.pod:6774
18824 msgid "See also C<guestfs_vglvuuids>."
18825 msgstr ""
18826
18827 # type: =head2
18828 #. type: =head2
18829 #: ../src/guestfs-actions.pod:6782
18830 msgid "guestfs_vgremove"
18831 msgstr ""
18832
18833 # type: verbatim
18834 #. type: verbatim
18835 #: ../src/guestfs-actions.pod:6784
18836 #, no-wrap
18837 msgid ""
18838 " int\n"
18839 " guestfs_vgremove (guestfs_h *g,\n"
18840 "                   const char *vgname);\n"
18841 "\n"
18842 msgstr ""
18843
18844 # type: textblock
18845 #. type: textblock
18846 #: ../src/guestfs-actions.pod:6788 ../fish/guestfish-actions.pod:4526
18847 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18848 msgstr ""
18849
18850 # type: textblock
18851 #. type: textblock
18852 #: ../src/guestfs-actions.pod:6790 ../fish/guestfish-actions.pod:4528
18853 msgid ""
18854 "This also forcibly removes all logical volumes in the volume group (if any)."
18855 msgstr ""
18856
18857 # type: =head2
18858 #. type: =head2
18859 #: ../src/guestfs-actions.pod:6797
18860 msgid "guestfs_vgrename"
18861 msgstr ""
18862
18863 # type: verbatim
18864 #. type: verbatim
18865 #: ../src/guestfs-actions.pod:6799
18866 #, no-wrap
18867 msgid ""
18868 " int\n"
18869 " guestfs_vgrename (guestfs_h *g,\n"
18870 "                   const char *volgroup,\n"
18871 "                   const char *newvolgroup);\n"
18872 "\n"
18873 msgstr ""
18874
18875 # type: textblock
18876 #. type: textblock
18877 #: ../src/guestfs-actions.pod:6804 ../fish/guestfish-actions.pod:4535
18878 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18879 msgstr ""
18880
18881 # type: =head2
18882 #. type: =head2
18883 #: ../src/guestfs-actions.pod:6810
18884 msgid "guestfs_vgs"
18885 msgstr ""
18886
18887 # type: verbatim
18888 #. type: verbatim
18889 #: ../src/guestfs-actions.pod:6812
18890 #, no-wrap
18891 msgid ""
18892 " char **\n"
18893 " guestfs_vgs (guestfs_h *g);\n"
18894 "\n"
18895 msgstr ""
18896
18897 # type: textblock
18898 #. type: textblock
18899 #: ../src/guestfs-actions.pod:6815 ../fish/guestfish-actions.pod:4541
18900 msgid ""
18901 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18902 "> command."
18903 msgstr ""
18904
18905 # type: textblock
18906 #. type: textblock
18907 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4544
18908 msgid ""
18909 "This returns a list of just the volume group names that were detected (eg. "
18910 "C<VolGroup00>)."
18911 msgstr ""
18912
18913 # type: textblock
18914 #. type: textblock
18915 #: ../src/guestfs-actions.pod:6821
18916 msgid "See also C<guestfs_vgs_full>."
18917 msgstr ""
18918
18919 # type: =head2
18920 #. type: =head2
18921 #: ../src/guestfs-actions.pod:6829
18922 msgid "guestfs_vgs_full"
18923 msgstr ""
18924
18925 # type: verbatim
18926 #. type: verbatim
18927 #: ../src/guestfs-actions.pod:6831
18928 #, no-wrap
18929 msgid ""
18930 " struct guestfs_lvm_vg_list *\n"
18931 " guestfs_vgs_full (guestfs_h *g);\n"
18932 "\n"
18933 msgstr ""
18934
18935 # type: textblock
18936 #. type: textblock
18937 #: ../src/guestfs-actions.pod:6834 ../fish/guestfish-actions.pod:4553
18938 msgid ""
18939 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18940 "> command.  The \"full\" version includes all fields."
18941 msgstr ""
18942
18943 # type: textblock
18944 #. type: textblock
18945 #: ../src/guestfs-actions.pod:6837
18946 msgid ""
18947 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18948 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18949 msgstr ""
18950
18951 # type: =head2
18952 #. type: =head2
18953 #: ../src/guestfs-actions.pod:6843
18954 msgid "guestfs_vgscan"
18955 msgstr ""
18956
18957 # type: verbatim
18958 #. type: verbatim
18959 #: ../src/guestfs-actions.pod:6845
18960 #, no-wrap
18961 msgid ""
18962 " int\n"
18963 " guestfs_vgscan (guestfs_h *g);\n"
18964 "\n"
18965 msgstr ""
18966
18967 # type: textblock
18968 #. type: textblock
18969 #: ../src/guestfs-actions.pod:6848 ../fish/guestfish-actions.pod:4560
18970 msgid ""
18971 "This rescans all block devices and rebuilds the list of LVM physical "
18972 "volumes, volume groups and logical volumes."
18973 msgstr ""
18974
18975 # type: =head2
18976 #. type: =head2
18977 #: ../src/guestfs-actions.pod:6855
18978 msgid "guestfs_vguuid"
18979 msgstr ""
18980
18981 # type: verbatim
18982 #. type: verbatim
18983 #: ../src/guestfs-actions.pod:6857
18984 #, no-wrap
18985 msgid ""
18986 " char *\n"
18987 " guestfs_vguuid (guestfs_h *g,\n"
18988 "                 const char *vgname);\n"
18989 "\n"
18990 msgstr ""
18991
18992 # type: textblock
18993 #. type: textblock
18994 #: ../src/guestfs-actions.pod:6861 ../fish/guestfish-actions.pod:4567
18995 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18996 msgstr ""
18997
18998 # type: =head2
18999 #. type: =head2
19000 #: ../src/guestfs-actions.pod:6868
19001 msgid "guestfs_wait_ready"
19002 msgstr ""
19003
19004 # type: verbatim
19005 #. type: verbatim
19006 #: ../src/guestfs-actions.pod:6870
19007 #, no-wrap
19008 msgid ""
19009 " int\n"
19010 " guestfs_wait_ready (guestfs_h *g);\n"
19011 "\n"
19012 msgstr ""
19013
19014 # type: textblock
19015 #. type: textblock
19016 #: ../src/guestfs-actions.pod:6873
19017 msgid "This function is a no op."
19018 msgstr ""
19019
19020 # type: textblock
19021 #. type: textblock
19022 #: ../src/guestfs-actions.pod:6875
19023 msgid ""
19024 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
19025 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
19026 "is no longer necessary because C<guestfs_launch> now does the waiting."
19027 msgstr ""
19028
19029 # type: textblock
19030 #. type: textblock
19031 #: ../src/guestfs-actions.pod:6880
19032 msgid ""
19033 "If you see any calls to this function in code then you can just remove them, "
19034 "unless you want to retain compatibility with older versions of the API."
19035 msgstr ""
19036
19037 # type: =head2
19038 #. type: =head2
19039 #: ../src/guestfs-actions.pod:6888
19040 msgid "guestfs_wc_c"
19041 msgstr ""
19042
19043 # type: verbatim
19044 #. type: verbatim
19045 #: ../src/guestfs-actions.pod:6890
19046 #, no-wrap
19047 msgid ""
19048 " int\n"
19049 " guestfs_wc_c (guestfs_h *g,\n"
19050 "               const char *path);\n"
19051 "\n"
19052 msgstr ""
19053
19054 # type: textblock
19055 #. type: textblock
19056 #: ../src/guestfs-actions.pod:6894 ../fish/guestfish-actions.pod:4573
19057 msgid ""
19058 "This command counts the characters in a file, using the C<wc -c> external "
19059 "command."
19060 msgstr ""
19061
19062 # type: =head2
19063 #. type: =head2
19064 #: ../src/guestfs-actions.pod:6901
19065 msgid "guestfs_wc_l"
19066 msgstr ""
19067
19068 # type: verbatim
19069 #. type: verbatim
19070 #: ../src/guestfs-actions.pod:6903
19071 #, no-wrap
19072 msgid ""
19073 " int\n"
19074 " guestfs_wc_l (guestfs_h *g,\n"
19075 "               const char *path);\n"
19076 "\n"
19077 msgstr ""
19078
19079 # type: textblock
19080 #. type: textblock
19081 #: ../src/guestfs-actions.pod:6907 ../fish/guestfish-actions.pod:4580
19082 msgid ""
19083 "This command counts the lines in a file, using the C<wc -l> external command."
19084 msgstr ""
19085
19086 # type: =head2
19087 #. type: =head2
19088 #: ../src/guestfs-actions.pod:6914
19089 msgid "guestfs_wc_w"
19090 msgstr ""
19091
19092 # type: verbatim
19093 #. type: verbatim
19094 #: ../src/guestfs-actions.pod:6916
19095 #, no-wrap
19096 msgid ""
19097 " int\n"
19098 " guestfs_wc_w (guestfs_h *g,\n"
19099 "               const char *path);\n"
19100 "\n"
19101 msgstr ""
19102
19103 # type: textblock
19104 #. type: textblock
19105 #: ../src/guestfs-actions.pod:6920 ../fish/guestfish-actions.pod:4587
19106 msgid ""
19107 "This command counts the words in a file, using the C<wc -w> external command."
19108 msgstr ""
19109
19110 # type: =head2
19111 #. type: =head2
19112 #: ../src/guestfs-actions.pod:6927
19113 msgid "guestfs_write"
19114 msgstr ""
19115
19116 # type: verbatim
19117 #. type: verbatim
19118 #: ../src/guestfs-actions.pod:6929
19119 #, no-wrap
19120 msgid ""
19121 " int\n"
19122 " guestfs_write (guestfs_h *g,\n"
19123 "                const char *path,\n"
19124 "                const char *content,\n"
19125 "                size_t content_size);\n"
19126 "\n"
19127 msgstr ""
19128
19129 # type: textblock
19130 #. type: textblock
19131 #: ../src/guestfs-actions.pod:6935 ../fish/guestfish-actions.pod:4594
19132 msgid ""
19133 "This call creates a file called C<path>.  The content of the file is the "
19134 "string C<content> (which can contain any 8 bit data)."
19135 msgstr ""
19136
19137 # type: =head2
19138 #. type: =head2
19139 #: ../src/guestfs-actions.pod:6945
19140 msgid "guestfs_write_file"
19141 msgstr ""
19142
19143 # type: verbatim
19144 #. type: verbatim
19145 #: ../src/guestfs-actions.pod:6947
19146 #, no-wrap
19147 msgid ""
19148 " int\n"
19149 " guestfs_write_file (guestfs_h *g,\n"
19150 "                     const char *path,\n"
19151 "                     const char *content,\n"
19152 "                     int size);\n"
19153 "\n"
19154 msgstr ""
19155
19156 # type: textblock
19157 #. type: textblock
19158 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4604
19159 msgid ""
19160 "This call creates a file called C<path>.  The contents of the file is the "
19161 "string C<content> (which can contain any 8 bit data), with length C<size>."
19162 msgstr ""
19163
19164 # type: textblock
19165 #. type: textblock
19166 #: ../src/guestfs-actions.pod:6957 ../fish/guestfish-actions.pod:4608
19167 msgid ""
19168 "As a special case, if C<size> is C<0> then the length is calculated using "
19169 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
19170 msgstr ""
19171
19172 # type: textblock
19173 #. type: textblock
19174 #: ../src/guestfs-actions.pod:6961 ../fish/guestfish-actions.pod:4612
19175 msgid ""
19176 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
19177 "I<not> work, even if the length is specified."
19178 msgstr ""
19179
19180 # type: textblock
19181 #. type: textblock
19182 #: ../src/guestfs-actions.pod:6969 ../fish/guestfish-actions.pod:4618
19183 msgid ""
19184 "This function is deprecated.  In new code, use the C<write> call instead."
19185 msgstr ""
19186
19187 # type: =head2
19188 #. type: =head2
19189 #: ../src/guestfs-actions.pod:6978
19190 msgid "guestfs_zegrep"
19191 msgstr ""
19192
19193 # type: verbatim
19194 #. type: verbatim
19195 #: ../src/guestfs-actions.pod:6980
19196 #, no-wrap
19197 msgid ""
19198 " char **\n"
19199 " guestfs_zegrep (guestfs_h *g,\n"
19200 "                 const char *regex,\n"
19201 "                 const char *path);\n"
19202 "\n"
19203 msgstr ""
19204
19205 # type: textblock
19206 #. type: textblock
19207 #: ../src/guestfs-actions.pod:6985 ../fish/guestfish-actions.pod:4629
19208 msgid ""
19209 "This calls the external C<zegrep> program and returns the matching lines."
19210 msgstr ""
19211
19212 # type: =head2
19213 #. type: =head2
19214 #: ../src/guestfs-actions.pod:6997
19215 msgid "guestfs_zegrepi"
19216 msgstr ""
19217
19218 # type: verbatim
19219 #. type: verbatim
19220 #: ../src/guestfs-actions.pod:6999
19221 #, no-wrap
19222 msgid ""
19223 " char **\n"
19224 " guestfs_zegrepi (guestfs_h *g,\n"
19225 "                  const char *regex,\n"
19226 "                  const char *path);\n"
19227 "\n"
19228 msgstr ""
19229
19230 # type: textblock
19231 #. type: textblock
19232 #: ../src/guestfs-actions.pod:7004 ../fish/guestfish-actions.pod:4639
19233 msgid ""
19234 "This calls the external C<zegrep -i> program and returns the matching lines."
19235 msgstr ""
19236
19237 # type: =head2
19238 #. type: =head2
19239 #: ../src/guestfs-actions.pod:7016
19240 msgid "guestfs_zero"
19241 msgstr ""
19242
19243 # type: verbatim
19244 #. type: verbatim
19245 #: ../src/guestfs-actions.pod:7018
19246 #, no-wrap
19247 msgid ""
19248 " int\n"
19249 " guestfs_zero (guestfs_h *g,\n"
19250 "               const char *device);\n"
19251 "\n"
19252 msgstr ""
19253
19254 # type: textblock
19255 #. type: textblock
19256 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4649
19257 msgid "This command writes zeroes over the first few blocks of C<device>."
19258 msgstr ""
19259
19260 # type: textblock
19261 #. type: textblock
19262 #: ../src/guestfs-actions.pod:7024 ../fish/guestfish-actions.pod:4651
19263 msgid ""
19264 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
19265 "securely wipe the device).  It should be sufficient to remove any partition "
19266 "tables, filesystem superblocks and so on."
19267 msgstr ""
19268
19269 # type: textblock
19270 #. type: textblock
19271 #: ../src/guestfs-actions.pod:7028
19272 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
19273 msgstr ""
19274
19275 # type: =head2
19276 #. type: =head2
19277 #: ../src/guestfs-actions.pod:7039
19278 msgid "guestfs_zero_device"
19279 msgstr ""
19280
19281 # type: verbatim
19282 #. type: verbatim
19283 #: ../src/guestfs-actions.pod:7041
19284 #, no-wrap
19285 msgid ""
19286 " int\n"
19287 " guestfs_zero_device (guestfs_h *g,\n"
19288 "                      const char *device);\n"
19289 "\n"
19290 msgstr ""
19291
19292 # type: textblock
19293 #. type: textblock
19294 #: ../src/guestfs-actions.pod:7045
19295 msgid ""
19296 "This command writes zeroes over the entire C<device>.  Compare with "
19297 "C<guestfs_zero> which just zeroes the first few blocks of a device."
19298 msgstr ""
19299
19300 # type: textblock
19301 #. type: textblock
19302 #: ../src/guestfs-actions.pod:7059
19303 msgid "(Added in 1.3.1)"
19304 msgstr ""
19305
19306 # type: =head2
19307 #. type: =head2
19308 #: ../src/guestfs-actions.pod:7061
19309 msgid "guestfs_zerofree"
19310 msgstr ""
19311
19312 # type: verbatim
19313 #. type: verbatim
19314 #: ../src/guestfs-actions.pod:7063
19315 #, no-wrap
19316 msgid ""
19317 " int\n"
19318 " guestfs_zerofree (guestfs_h *g,\n"
19319 "                   const char *device);\n"
19320 "\n"
19321 msgstr ""
19322
19323 # type: textblock
19324 #. type: textblock
19325 #: ../src/guestfs-actions.pod:7067 ../fish/guestfish-actions.pod:4672
19326 msgid ""
19327 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
19328 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
19329 "possible to compress the filesystem more effectively."
19330 msgstr ""
19331
19332 # type: textblock
19333 #. type: textblock
19334 #: ../src/guestfs-actions.pod:7072 ../fish/guestfish-actions.pod:4677
19335 msgid "You should B<not> run this program if the filesystem is mounted."
19336 msgstr ""
19337
19338 # type: textblock
19339 #. type: textblock
19340 #: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4680
19341 msgid ""
19342 "It is possible that using this program can damage the filesystem or data on "
19343 "the filesystem."
19344 msgstr ""
19345
19346 # type: =head2
19347 #. type: =head2
19348 #: ../src/guestfs-actions.pod:7082
19349 msgid "guestfs_zfgrep"
19350 msgstr ""
19351
19352 # type: verbatim
19353 #. type: verbatim
19354 #: ../src/guestfs-actions.pod:7084
19355 #, no-wrap
19356 msgid ""
19357 " char **\n"
19358 " guestfs_zfgrep (guestfs_h *g,\n"
19359 "                 const char *pattern,\n"
19360 "                 const char *path);\n"
19361 "\n"
19362 msgstr ""
19363
19364 # type: textblock
19365 #. type: textblock
19366 #: ../src/guestfs-actions.pod:7089 ../fish/guestfish-actions.pod:4687
19367 msgid ""
19368 "This calls the external C<zfgrep> program and returns the matching lines."
19369 msgstr ""
19370
19371 # type: =head2
19372 #. type: =head2
19373 #: ../src/guestfs-actions.pod:7101
19374 msgid "guestfs_zfgrepi"
19375 msgstr ""
19376
19377 # type: verbatim
19378 #. type: verbatim
19379 #: ../src/guestfs-actions.pod:7103
19380 #, no-wrap
19381 msgid ""
19382 " char **\n"
19383 " guestfs_zfgrepi (guestfs_h *g,\n"
19384 "                  const char *pattern,\n"
19385 "                  const char *path);\n"
19386 "\n"
19387 msgstr ""
19388
19389 # type: textblock
19390 #. type: textblock
19391 #: ../src/guestfs-actions.pod:7108 ../fish/guestfish-actions.pod:4697
19392 msgid ""
19393 "This calls the external C<zfgrep -i> program and returns the matching lines."
19394 msgstr ""
19395
19396 # type: =head2
19397 #. type: =head2
19398 #: ../src/guestfs-actions.pod:7120
19399 msgid "guestfs_zfile"
19400 msgstr ""
19401
19402 # type: verbatim
19403 #. type: verbatim
19404 #: ../src/guestfs-actions.pod:7122
19405 #, no-wrap
19406 msgid ""
19407 " char *\n"
19408 " guestfs_zfile (guestfs_h *g,\n"
19409 "                const char *meth,\n"
19410 "                const char *path);\n"
19411 "\n"
19412 msgstr ""
19413
19414 # type: textblock
19415 #. type: textblock
19416 #: ../src/guestfs-actions.pod:7127 ../fish/guestfish-actions.pod:4707
19417 msgid ""
19418 "This command runs C<file> after first decompressing C<path> using C<method>."
19419 msgstr ""
19420
19421 # type: textblock
19422 #. type: textblock
19423 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4710
19424 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
19425 msgstr ""
19426
19427 # type: textblock
19428 #. type: textblock
19429 #: ../src/guestfs-actions.pod:7132
19430 msgid ""
19431 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
19432 "files."
19433 msgstr ""
19434
19435 # type: textblock
19436 #. type: textblock
19437 #: ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:4715
19438 msgid ""
19439 "This function is deprecated.  In new code, use the C<file> call instead."
19440 msgstr ""
19441
19442 # type: =head2
19443 #. type: =head2
19444 #: ../src/guestfs-actions.pod:7147
19445 msgid "guestfs_zgrep"
19446 msgstr ""
19447
19448 # type: verbatim
19449 #. type: verbatim
19450 #: ../src/guestfs-actions.pod:7149
19451 #, no-wrap
19452 msgid ""
19453 " char **\n"
19454 " guestfs_zgrep (guestfs_h *g,\n"
19455 "                const char *regex,\n"
19456 "                const char *path);\n"
19457 "\n"
19458 msgstr ""
19459
19460 # type: textblock
19461 #. type: textblock
19462 #: ../src/guestfs-actions.pod:7154 ../fish/guestfish-actions.pod:4726
19463 msgid ""
19464 "This calls the external C<zgrep> program and returns the matching lines."
19465 msgstr ""
19466
19467 # type: =head2
19468 #. type: =head2
19469 #: ../src/guestfs-actions.pod:7166
19470 msgid "guestfs_zgrepi"
19471 msgstr ""
19472
19473 # type: verbatim
19474 #. type: verbatim
19475 #: ../src/guestfs-actions.pod:7168
19476 #, no-wrap
19477 msgid ""
19478 " char **\n"
19479 " guestfs_zgrepi (guestfs_h *g,\n"
19480 "                 const char *regex,\n"
19481 "                 const char *path);\n"
19482 "\n"
19483 msgstr ""
19484
19485 # type: textblock
19486 #. type: textblock
19487 #: ../src/guestfs-actions.pod:7173 ../fish/guestfish-actions.pod:4736
19488 msgid ""
19489 "This calls the external C<zgrep -i> program and returns the matching lines."
19490 msgstr ""
19491
19492 # type: =item
19493 #. type: =item
19494 #: ../src/guestfs-availability.pod:3
19495 msgid "B<augeas>"
19496 msgstr ""
19497
19498 # type: textblock
19499 #. type: textblock
19500 #: ../src/guestfs-availability.pod:5
19501 msgid ""
19502 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
19503 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
19504 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
19505 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
19506 "L</guestfs_aug_save> L</guestfs_aug_set>"
19507 msgstr ""
19508
19509 # type: =item
19510 #. type: =item
19511 #: ../src/guestfs-availability.pod:21
19512 msgid "B<inotify>"
19513 msgstr ""
19514
19515 # type: textblock
19516 #. type: textblock
19517 #: ../src/guestfs-availability.pod:23
19518 msgid ""
19519 "The following functions: L</guestfs_inotify_add_watch> L</"
19520 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19521 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19522 msgstr ""
19523
19524 # type: =item
19525 #. type: =item
19526 #: ../src/guestfs-availability.pod:31
19527 msgid "B<linuxfsuuid>"
19528 msgstr ""
19529
19530 # type: textblock
19531 #. type: textblock
19532 #: ../src/guestfs-availability.pod:33
19533 msgid ""
19534 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19535 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19536 msgstr ""
19537
19538 # type: =item
19539 #. type: =item
19540 #: ../src/guestfs-availability.pod:40
19541 msgid "B<linuxmodules>"
19542 msgstr ""
19543
19544 # type: textblock
19545 #. type: textblock
19546 #: ../src/guestfs-availability.pod:42
19547 msgid "The following functions: L</guestfs_modprobe>"
19548 msgstr ""
19549
19550 # type: =item
19551 #. type: =item
19552 #: ../src/guestfs-availability.pod:45
19553 msgid "B<linuxxattrs>"
19554 msgstr ""
19555
19556 # type: textblock
19557 #. type: textblock
19558 #: ../src/guestfs-availability.pod:47
19559 msgid ""
19560 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19561 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19562 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19563 "guestfs_setxattr>"
19564 msgstr ""
19565
19566 # type: =item
19567 #. type: =item
19568 #: ../src/guestfs-availability.pod:58
19569 msgid "B<luks>"
19570 msgstr ""
19571
19572 # type: textblock
19573 #. type: textblock
19574 #: ../src/guestfs-availability.pod:60
19575 msgid ""
19576 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19577 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19578 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19579 msgstr ""
19580
19581 # type: =item
19582 #. type: =item
19583 #: ../src/guestfs-availability.pod:69
19584 msgid "B<lvm2>"
19585 msgstr ""
19586
19587 # type: textblock
19588 #. type: textblock
19589 #: ../src/guestfs-availability.pod:71
19590 msgid ""
19591 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19592 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19593 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19594 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19595 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19596 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19597 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19598 msgstr ""
19599
19600 # type: =item
19601 #. type: =item
19602 #: ../src/guestfs-availability.pod:94
19603 msgid "B<mknod>"
19604 msgstr ""
19605
19606 # type: textblock
19607 #. type: textblock
19608 #: ../src/guestfs-availability.pod:96
19609 msgid ""
19610 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19611 "guestfs_mknod_b> L</guestfs_mknod_c>"
19612 msgstr ""
19613
19614 # type: =item
19615 #. type: =item
19616 #: ../src/guestfs-availability.pod:102
19617 msgid "B<ntfs3g>"
19618 msgstr ""
19619
19620 # type: textblock
19621 #. type: textblock
19622 #: ../src/guestfs-availability.pod:104
19623 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19624 msgstr ""
19625
19626 # type: =item
19627 #. type: =item
19628 #: ../src/guestfs-availability.pod:107
19629 msgid "B<ntfsprogs>"
19630 msgstr ""
19631
19632 # type: textblock
19633 #. type: textblock
19634 #: ../src/guestfs-availability.pod:109
19635 msgid ""
19636 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19637 msgstr ""
19638
19639 # type: =item
19640 #. type: =item
19641 #: ../src/guestfs-availability.pod:113
19642 msgid "B<realpath>"
19643 msgstr ""
19644
19645 # type: textblock
19646 #. type: textblock
19647 #: ../src/guestfs-availability.pod:115
19648 msgid "The following functions: L</guestfs_realpath>"
19649 msgstr ""
19650
19651 # type: =item
19652 #. type: =item
19653 #: ../src/guestfs-availability.pod:118
19654 msgid "B<scrub>"
19655 msgstr ""
19656
19657 # type: textblock
19658 #. type: textblock
19659 #: ../src/guestfs-availability.pod:120
19660 msgid ""
19661 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19662 "guestfs_scrub_freespace>"
19663 msgstr ""
19664
19665 # type: =item
19666 #. type: =item
19667 #: ../src/guestfs-availability.pod:125
19668 msgid "B<selinux>"
19669 msgstr ""
19670
19671 # type: textblock
19672 #. type: textblock
19673 #: ../src/guestfs-availability.pod:127
19674 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19675 msgstr ""
19676
19677 # type: =item
19678 #. type: =item
19679 #: ../src/guestfs-availability.pod:131
19680 msgid "B<xz>"
19681 msgstr ""
19682
19683 # type: textblock
19684 #. type: textblock
19685 #: ../src/guestfs-availability.pod:133
19686 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19687 msgstr ""
19688
19689 # type: =item
19690 #. type: =item
19691 #: ../src/guestfs-availability.pod:137
19692 msgid "B<zerofree>"
19693 msgstr ""
19694
19695 # type: textblock
19696 #. type: textblock
19697 #: ../src/guestfs-availability.pod:139
19698 msgid "The following functions: L</guestfs_zerofree>"
19699 msgstr ""
19700
19701 # type: =head2
19702 #. type: =head2
19703 #: ../src/guestfs-structs.pod:1
19704 msgid "guestfs_int_bool"
19705 msgstr ""
19706
19707 # type: verbatim
19708 #. type: verbatim
19709 #: ../src/guestfs-structs.pod:3
19710 #, no-wrap
19711 msgid ""
19712 " struct guestfs_int_bool {\n"
19713 "   int32_t i;\n"
19714 "   int32_t b;\n"
19715 " };\n"
19716 " \n"
19717 msgstr ""
19718
19719 # type: verbatim
19720 #. type: verbatim
19721 #: ../src/guestfs-structs.pod:8
19722 #, no-wrap
19723 msgid ""
19724 " struct guestfs_int_bool_list {\n"
19725 "   uint32_t len; /* Number of elements in list. */\n"
19726 "   struct guestfs_int_bool *val; /* Elements. */\n"
19727 " };\n"
19728 " \n"
19729 msgstr ""
19730
19731 # type: verbatim
19732 #. type: verbatim
19733 #: ../src/guestfs-structs.pod:13
19734 #, no-wrap
19735 msgid ""
19736 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19737 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19738 "\n"
19739 msgstr ""
19740
19741 # type: =head2
19742 #. type: =head2
19743 #: ../src/guestfs-structs.pod:16
19744 msgid "guestfs_lvm_pv"
19745 msgstr ""
19746
19747 # type: verbatim
19748 #. type: verbatim
19749 #: ../src/guestfs-structs.pod:18
19750 #, no-wrap
19751 msgid ""
19752 " struct guestfs_lvm_pv {\n"
19753 "   char *pv_name;\n"
19754 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19755 "   char pv_uuid[32];\n"
19756 "   char *pv_fmt;\n"
19757 "   uint64_t pv_size;\n"
19758 "   uint64_t dev_size;\n"
19759 "   uint64_t pv_free;\n"
19760 "   uint64_t pv_used;\n"
19761 "   char *pv_attr;\n"
19762 "   int64_t pv_pe_count;\n"
19763 "   int64_t pv_pe_alloc_count;\n"
19764 "   char *pv_tags;\n"
19765 "   uint64_t pe_start;\n"
19766 "   int64_t pv_mda_count;\n"
19767 "   uint64_t pv_mda_free;\n"
19768 " };\n"
19769 " \n"
19770 msgstr ""
19771
19772 # type: verbatim
19773 #. type: verbatim
19774 #: ../src/guestfs-structs.pod:36
19775 #, no-wrap
19776 msgid ""
19777 " struct guestfs_lvm_pv_list {\n"
19778 "   uint32_t len; /* Number of elements in list. */\n"
19779 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19780 " };\n"
19781 " \n"
19782 msgstr ""
19783
19784 # type: verbatim
19785 #. type: verbatim
19786 #: ../src/guestfs-structs.pod:41
19787 #, no-wrap
19788 msgid ""
19789 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19790 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19791 "\n"
19792 msgstr ""
19793
19794 # type: =head2
19795 #. type: =head2
19796 #: ../src/guestfs-structs.pod:44
19797 msgid "guestfs_lvm_vg"
19798 msgstr ""
19799
19800 # type: verbatim
19801 #. type: verbatim
19802 #: ../src/guestfs-structs.pod:46
19803 #, no-wrap
19804 msgid ""
19805 " struct guestfs_lvm_vg {\n"
19806 "   char *vg_name;\n"
19807 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19808 "   char vg_uuid[32];\n"
19809 "   char *vg_fmt;\n"
19810 "   char *vg_attr;\n"
19811 "   uint64_t vg_size;\n"
19812 "   uint64_t vg_free;\n"
19813 "   char *vg_sysid;\n"
19814 "   uint64_t vg_extent_size;\n"
19815 "   int64_t vg_extent_count;\n"
19816 "   int64_t vg_free_count;\n"
19817 "   int64_t max_lv;\n"
19818 "   int64_t max_pv;\n"
19819 "   int64_t pv_count;\n"
19820 "   int64_t lv_count;\n"
19821 "   int64_t snap_count;\n"
19822 "   int64_t vg_seqno;\n"
19823 "   char *vg_tags;\n"
19824 "   int64_t vg_mda_count;\n"
19825 "   uint64_t vg_mda_free;\n"
19826 " };\n"
19827 " \n"
19828 msgstr ""
19829
19830 # type: verbatim
19831 #. type: verbatim
19832 #: ../src/guestfs-structs.pod:69
19833 #, no-wrap
19834 msgid ""
19835 " struct guestfs_lvm_vg_list {\n"
19836 "   uint32_t len; /* Number of elements in list. */\n"
19837 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19838 " };\n"
19839 " \n"
19840 msgstr ""
19841
19842 # type: verbatim
19843 #. type: verbatim
19844 #: ../src/guestfs-structs.pod:74
19845 #, no-wrap
19846 msgid ""
19847 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19848 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19849 "\n"
19850 msgstr ""
19851
19852 # type: =head2
19853 #. type: =head2
19854 #: ../src/guestfs-structs.pod:77
19855 msgid "guestfs_lvm_lv"
19856 msgstr ""
19857
19858 # type: verbatim
19859 #. type: verbatim
19860 #: ../src/guestfs-structs.pod:79
19861 #, no-wrap
19862 msgid ""
19863 " struct guestfs_lvm_lv {\n"
19864 "   char *lv_name;\n"
19865 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19866 "   char lv_uuid[32];\n"
19867 "   char *lv_attr;\n"
19868 "   int64_t lv_major;\n"
19869 "   int64_t lv_minor;\n"
19870 "   int64_t lv_kernel_major;\n"
19871 "   int64_t lv_kernel_minor;\n"
19872 "   uint64_t lv_size;\n"
19873 "   int64_t seg_count;\n"
19874 "   char *origin;\n"
19875 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19876 "   float snap_percent;\n"
19877 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19878 "   float copy_percent;\n"
19879 "   char *move_pv;\n"
19880 "   char *lv_tags;\n"
19881 "   char *mirror_log;\n"
19882 "   char *modules;\n"
19883 " };\n"
19884 " \n"
19885 msgstr ""
19886
19887 # type: verbatim
19888 #. type: verbatim
19889 #: ../src/guestfs-structs.pod:101
19890 #, no-wrap
19891 msgid ""
19892 " struct guestfs_lvm_lv_list {\n"
19893 "   uint32_t len; /* Number of elements in list. */\n"
19894 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19895 " };\n"
19896 " \n"
19897 msgstr ""
19898
19899 # type: verbatim
19900 #. type: verbatim
19901 #: ../src/guestfs-structs.pod:106
19902 #, no-wrap
19903 msgid ""
19904 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19905 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19906 "\n"
19907 msgstr ""
19908
19909 # type: verbatim
19910 #. type: verbatim
19911 #: ../src/guestfs-structs.pod:111
19912 #, no-wrap
19913 msgid ""
19914 " struct guestfs_stat {\n"
19915 "   int64_t dev;\n"
19916 "   int64_t ino;\n"
19917 "   int64_t mode;\n"
19918 "   int64_t nlink;\n"
19919 "   int64_t uid;\n"
19920 "   int64_t gid;\n"
19921 "   int64_t rdev;\n"
19922 "   int64_t size;\n"
19923 "   int64_t blksize;\n"
19924 "   int64_t blocks;\n"
19925 "   int64_t atime;\n"
19926 "   int64_t mtime;\n"
19927 "   int64_t ctime;\n"
19928 " };\n"
19929 " \n"
19930 msgstr ""
19931
19932 # type: verbatim
19933 #. type: verbatim
19934 #: ../src/guestfs-structs.pod:127
19935 #, no-wrap
19936 msgid ""
19937 " struct guestfs_stat_list {\n"
19938 "   uint32_t len; /* Number of elements in list. */\n"
19939 "   struct guestfs_stat *val; /* Elements. */\n"
19940 " };\n"
19941 " \n"
19942 msgstr ""
19943
19944 # type: verbatim
19945 #. type: verbatim
19946 #: ../src/guestfs-structs.pod:132
19947 #, no-wrap
19948 msgid ""
19949 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19950 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19951 "\n"
19952 msgstr ""
19953
19954 # type: verbatim
19955 #. type: verbatim
19956 #: ../src/guestfs-structs.pod:137
19957 #, no-wrap
19958 msgid ""
19959 " struct guestfs_statvfs {\n"
19960 "   int64_t bsize;\n"
19961 "   int64_t frsize;\n"
19962 "   int64_t blocks;\n"
19963 "   int64_t bfree;\n"
19964 "   int64_t bavail;\n"
19965 "   int64_t files;\n"
19966 "   int64_t ffree;\n"
19967 "   int64_t favail;\n"
19968 "   int64_t fsid;\n"
19969 "   int64_t flag;\n"
19970 "   int64_t namemax;\n"
19971 " };\n"
19972 " \n"
19973 msgstr ""
19974
19975 # type: verbatim
19976 #. type: verbatim
19977 #: ../src/guestfs-structs.pod:151
19978 #, no-wrap
19979 msgid ""
19980 " struct guestfs_statvfs_list {\n"
19981 "   uint32_t len; /* Number of elements in list. */\n"
19982 "   struct guestfs_statvfs *val; /* Elements. */\n"
19983 " };\n"
19984 " \n"
19985 msgstr ""
19986
19987 # type: verbatim
19988 #. type: verbatim
19989 #: ../src/guestfs-structs.pod:156
19990 #, no-wrap
19991 msgid ""
19992 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19993 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
19994 "\n"
19995 msgstr ""
19996
19997 # type: =head2
19998 #. type: =head2
19999 #: ../src/guestfs-structs.pod:159
20000 msgid "guestfs_dirent"
20001 msgstr ""
20002
20003 # type: verbatim
20004 #. type: verbatim
20005 #: ../src/guestfs-structs.pod:161
20006 #, no-wrap
20007 msgid ""
20008 " struct guestfs_dirent {\n"
20009 "   int64_t ino;\n"
20010 "   char ftyp;\n"
20011 "   char *name;\n"
20012 " };\n"
20013 " \n"
20014 msgstr ""
20015
20016 # type: verbatim
20017 #. type: verbatim
20018 #: ../src/guestfs-structs.pod:167
20019 #, no-wrap
20020 msgid ""
20021 " struct guestfs_dirent_list {\n"
20022 "   uint32_t len; /* Number of elements in list. */\n"
20023 "   struct guestfs_dirent *val; /* Elements. */\n"
20024 " };\n"
20025 " \n"
20026 msgstr ""
20027
20028 # type: verbatim
20029 #. type: verbatim
20030 #: ../src/guestfs-structs.pod:172
20031 #, no-wrap
20032 msgid ""
20033 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
20034 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
20035 "\n"
20036 msgstr ""
20037
20038 # type: verbatim
20039 #. type: verbatim
20040 #: ../src/guestfs-structs.pod:177
20041 #, no-wrap
20042 msgid ""
20043 " struct guestfs_version {\n"
20044 "   int64_t major;\n"
20045 "   int64_t minor;\n"
20046 "   int64_t release;\n"
20047 "   char *extra;\n"
20048 " };\n"
20049 " \n"
20050 msgstr ""
20051
20052 # type: verbatim
20053 #. type: verbatim
20054 #: ../src/guestfs-structs.pod:184
20055 #, no-wrap
20056 msgid ""
20057 " struct guestfs_version_list {\n"
20058 "   uint32_t len; /* Number of elements in list. */\n"
20059 "   struct guestfs_version *val; /* Elements. */\n"
20060 " };\n"
20061 " \n"
20062 msgstr ""
20063
20064 # type: verbatim
20065 #. type: verbatim
20066 #: ../src/guestfs-structs.pod:189
20067 #, no-wrap
20068 msgid ""
20069 " void guestfs_free_version (struct guestfs_free_version *);\n"
20070 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
20071 "\n"
20072 msgstr ""
20073
20074 # type: =head2
20075 #. type: =head2
20076 #: ../src/guestfs-structs.pod:192
20077 msgid "guestfs_xattr"
20078 msgstr ""
20079
20080 # type: verbatim
20081 #. type: verbatim
20082 #: ../src/guestfs-structs.pod:194
20083 #, no-wrap
20084 msgid ""
20085 " struct guestfs_xattr {\n"
20086 "   char *attrname;\n"
20087 "   /* The next two fields describe a byte array. */\n"
20088 "   uint32_t attrval_len;\n"
20089 "   char *attrval;\n"
20090 " };\n"
20091 " \n"
20092 msgstr ""
20093
20094 # type: verbatim
20095 #. type: verbatim
20096 #: ../src/guestfs-structs.pod:201
20097 #, no-wrap
20098 msgid ""
20099 " struct guestfs_xattr_list {\n"
20100 "   uint32_t len; /* Number of elements in list. */\n"
20101 "   struct guestfs_xattr *val; /* Elements. */\n"
20102 " };\n"
20103 " \n"
20104 msgstr ""
20105
20106 # type: verbatim
20107 #. type: verbatim
20108 #: ../src/guestfs-structs.pod:206
20109 #, no-wrap
20110 msgid ""
20111 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
20112 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
20113 "\n"
20114 msgstr ""
20115
20116 # type: =head2
20117 #. type: =head2
20118 #: ../src/guestfs-structs.pod:209
20119 msgid "guestfs_inotify_event"
20120 msgstr ""
20121
20122 # type: verbatim
20123 #. type: verbatim
20124 #: ../src/guestfs-structs.pod:211
20125 #, no-wrap
20126 msgid ""
20127 " struct guestfs_inotify_event {\n"
20128 "   int64_t in_wd;\n"
20129 "   uint32_t in_mask;\n"
20130 "   uint32_t in_cookie;\n"
20131 "   char *in_name;\n"
20132 " };\n"
20133 " \n"
20134 msgstr ""
20135
20136 # type: verbatim
20137 #. type: verbatim
20138 #: ../src/guestfs-structs.pod:218
20139 #, no-wrap
20140 msgid ""
20141 " struct guestfs_inotify_event_list {\n"
20142 "   uint32_t len; /* Number of elements in list. */\n"
20143 "   struct guestfs_inotify_event *val; /* Elements. */\n"
20144 " };\n"
20145 " \n"
20146 msgstr ""
20147
20148 # type: verbatim
20149 #. type: verbatim
20150 #: ../src/guestfs-structs.pod:223
20151 #, no-wrap
20152 msgid ""
20153 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
20154 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
20155 "\n"
20156 msgstr ""
20157
20158 # type: =head2
20159 #. type: =head2
20160 #: ../src/guestfs-structs.pod:226
20161 msgid "guestfs_partition"
20162 msgstr ""
20163
20164 # type: verbatim
20165 #. type: verbatim
20166 #: ../src/guestfs-structs.pod:228
20167 #, no-wrap
20168 msgid ""
20169 " struct guestfs_partition {\n"
20170 "   int32_t part_num;\n"
20171 "   uint64_t part_start;\n"
20172 "   uint64_t part_end;\n"
20173 "   uint64_t part_size;\n"
20174 " };\n"
20175 " \n"
20176 msgstr ""
20177
20178 # type: verbatim
20179 #. type: verbatim
20180 #: ../src/guestfs-structs.pod:235
20181 #, no-wrap
20182 msgid ""
20183 " struct guestfs_partition_list {\n"
20184 "   uint32_t len; /* Number of elements in list. */\n"
20185 "   struct guestfs_partition *val; /* Elements. */\n"
20186 " };\n"
20187 " \n"
20188 msgstr ""
20189
20190 # type: verbatim
20191 #. type: verbatim
20192 #: ../src/guestfs-structs.pod:240
20193 #, no-wrap
20194 msgid ""
20195 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
20196 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
20197 "\n"
20198 msgstr ""
20199
20200 # type: =head2
20201 #. type: =head2
20202 #: ../src/guestfs-structs.pod:243
20203 msgid "guestfs_application"
20204 msgstr ""
20205
20206 # type: verbatim
20207 #. type: verbatim
20208 #: ../src/guestfs-structs.pod:245
20209 #, no-wrap
20210 msgid ""
20211 " struct guestfs_application {\n"
20212 "   char *app_name;\n"
20213 "   char *app_display_name;\n"
20214 "   int32_t app_epoch;\n"
20215 "   char *app_version;\n"
20216 "   char *app_release;\n"
20217 "   char *app_install_path;\n"
20218 "   char *app_trans_path;\n"
20219 "   char *app_publisher;\n"
20220 "   char *app_url;\n"
20221 "   char *app_source_package;\n"
20222 "   char *app_summary;\n"
20223 "   char *app_description;\n"
20224 " };\n"
20225 " \n"
20226 msgstr ""
20227
20228 # type: verbatim
20229 #. type: verbatim
20230 #: ../src/guestfs-structs.pod:260
20231 #, no-wrap
20232 msgid ""
20233 " struct guestfs_application_list {\n"
20234 "   uint32_t len; /* Number of elements in list. */\n"
20235 "   struct guestfs_application *val; /* Elements. */\n"
20236 " };\n"
20237 " \n"
20238 msgstr ""
20239
20240 # type: verbatim
20241 #. type: verbatim
20242 #: ../src/guestfs-structs.pod:265
20243 #, no-wrap
20244 msgid ""
20245 " void guestfs_free_application (struct guestfs_free_application *);\n"
20246 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
20247 "\n"
20248 msgstr ""
20249
20250 # type: textblock
20251 #. type: textblock
20252 #: ../fish/guestfish.pod:5
20253 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
20254 msgstr ""
20255
20256 # type: verbatim
20257 #. type: verbatim
20258 #: ../fish/guestfish.pod:9
20259 #, no-wrap
20260 msgid ""
20261 " guestfish [--options] [commands]\n"
20262 "\n"
20263 msgstr ""
20264
20265 # type: verbatim
20266 #. type: verbatim
20267 #: ../fish/guestfish.pod:11
20268 #, no-wrap
20269 msgid ""
20270 " guestfish\n"
20271 "\n"
20272 msgstr ""
20273
20274 # type: verbatim
20275 #. type: verbatim
20276 #: ../fish/guestfish.pod:13
20277 #, no-wrap
20278 msgid ""
20279 " guestfish [--ro|--rw] -a disk.img\n"
20280 "\n"
20281 msgstr ""
20282
20283 # type: verbatim
20284 #. type: verbatim
20285 #: ../fish/guestfish.pod:15
20286 #, no-wrap
20287 msgid ""
20288 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
20289 "\n"
20290 msgstr ""
20291
20292 # type: verbatim
20293 #. type: verbatim
20294 #: ../fish/guestfish.pod:17
20295 #, no-wrap
20296 msgid ""
20297 " guestfish -d libvirt-domain\n"
20298 "\n"
20299 msgstr ""
20300
20301 # type: verbatim
20302 #. type: verbatim
20303 #: ../fish/guestfish.pod:19
20304 #, no-wrap
20305 msgid ""
20306 " guestfish [--ro|--rw] -a disk.img -i\n"
20307 "\n"
20308 msgstr ""
20309
20310 # type: verbatim
20311 #. type: verbatim
20312 #: ../fish/guestfish.pod:21
20313 #, no-wrap
20314 msgid ""
20315 " guestfish -d libvirt-domain -i\n"
20316 "\n"
20317 msgstr ""
20318
20319 # type: =head1
20320 #. type: =head1
20321 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
20322 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
20323 msgid "WARNING"
20324 msgstr ""
20325
20326 # type: textblock
20327 #. type: textblock
20328 #: ../fish/guestfish.pod:25
20329 msgid ""
20330 "Using guestfish in read/write mode on live virtual machines can be "
20331 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20332 "option to use guestfish safely if the disk image or virtual machine might be "
20333 "live."
20334 msgstr ""
20335
20336 # type: textblock
20337 #. type: textblock
20338 #: ../fish/guestfish.pod:32
20339 msgid ""
20340 "Guestfish is a shell and command-line tool for examining and modifying "
20341 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20342 "functionality of the guestfs API, see L<guestfs(3)>."
20343 msgstr ""
20344
20345 # type: textblock
20346 #. type: textblock
20347 #: ../fish/guestfish.pod:36
20348 msgid ""
20349 "Guestfish gives you structured access to the libguestfs API, from shell "
20350 "scripts or the command line or interactively.  If you want to rescue a "
20351 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20352 "command."
20353 msgstr ""
20354
20355 # type: =head1
20356 #. type: =head1
20357 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
20358 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
20359 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
20360 msgid "EXAMPLES"
20361 msgstr ""
20362
20363 # type: =head2
20364 #. type: =head2
20365 #: ../fish/guestfish.pod:43
20366 msgid "As an interactive shell"
20367 msgstr ""
20368
20369 # type: verbatim
20370 #. type: verbatim
20371 #: ../fish/guestfish.pod:45
20372 #, no-wrap
20373 msgid ""
20374 " $ guestfish\n"
20375 " \n"
20376 msgstr ""
20377
20378 # type: verbatim
20379 #. type: verbatim
20380 #: ../fish/guestfish.pod:47
20381 #, no-wrap
20382 msgid ""
20383 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20384 " editing virtual machine filesystems.\n"
20385 " \n"
20386 msgstr ""
20387
20388 # type: verbatim
20389 #. type: verbatim
20390 #: ../fish/guestfish.pod:50
20391 #, no-wrap
20392 msgid ""
20393 " Type: 'help' for a list of commands\n"
20394 "       'man' to read the manual\n"
20395 "       'quit' to quit the shell\n"
20396 " \n"
20397 msgstr ""
20398
20399 # type: verbatim
20400 #. type: verbatim
20401 #: ../fish/guestfish.pod:54
20402 #, no-wrap
20403 msgid ""
20404 " ><fs> add-ro disk.img\n"
20405 " ><fs> run\n"
20406 " ><fs> list-filesystems\n"
20407 " /dev/sda1: ext4\n"
20408 " /dev/vg_guest/lv_root: ext4\n"
20409 " /dev/vg_guest/lv_swap: swap\n"
20410 " ><fs> mount /dev/vg_guest/lv_root /\n"
20411 " ><fs> cat /etc/fstab\n"
20412 " # /etc/fstab\n"
20413 " # Created by anaconda\n"
20414 " [...]\n"
20415 " ><fs> exit\n"
20416 "\n"
20417 msgstr ""
20418
20419 # type: =head2
20420 #. type: =head2
20421 #: ../fish/guestfish.pod:67
20422 msgid "From shell scripts"
20423 msgstr ""
20424
20425 # type: textblock
20426 #. type: textblock
20427 #: ../fish/guestfish.pod:69
20428 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20429 msgstr ""
20430
20431 # type: verbatim
20432 #. type: verbatim
20433 #: ../fish/guestfish.pod:71
20434 #, no-wrap
20435 msgid ""
20436 " guestfish <<_EOF_\n"
20437 " add disk.img\n"
20438 " run\n"
20439 " mount /dev/vg_guest/lv_root /\n"
20440 " write /etc/motd \"Welcome, new users\"\n"
20441 " _EOF_\n"
20442 "\n"
20443 msgstr ""
20444
20445 # type: textblock
20446 #. type: textblock
20447 #: ../fish/guestfish.pod:78
20448 msgid "List the LVM logical volumes in a disk image:"
20449 msgstr ""
20450
20451 # type: verbatim
20452 #. type: verbatim
20453 #: ../fish/guestfish.pod:80
20454 #, no-wrap
20455 msgid ""
20456 " guestfish -a disk.img --ro <<_EOF_\n"
20457 " run\n"
20458 " lvs\n"
20459 " _EOF_\n"
20460 "\n"
20461 msgstr ""
20462
20463 # type: textblock
20464 #. type: textblock
20465 #: ../fish/guestfish.pod:85
20466 msgid "List all the filesystems in a disk image:"
20467 msgstr ""
20468
20469 # type: verbatim
20470 #. type: verbatim
20471 #: ../fish/guestfish.pod:87
20472 #, no-wrap
20473 msgid ""
20474 " guestfish -a disk.img --ro <<_EOF_\n"
20475 " run\n"
20476 " list-filesystems\n"
20477 " _EOF_\n"
20478 "\n"
20479 msgstr ""
20480
20481 # type: =head2
20482 #. type: =head2
20483 #: ../fish/guestfish.pod:92
20484 msgid "On one command line"
20485 msgstr ""
20486
20487 # type: textblock
20488 #. type: textblock
20489 #: ../fish/guestfish.pod:94
20490 msgid "Update C</etc/resolv.conf> in a guest:"
20491 msgstr ""
20492
20493 # type: verbatim
20494 #. type: verbatim
20495 #: ../fish/guestfish.pod:96
20496 #, no-wrap
20497 msgid ""
20498 " guestfish \\\n"
20499 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20500 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20501 "\n"
20502 msgstr ""
20503
20504 # type: textblock
20505 #. type: textblock
20506 #: ../fish/guestfish.pod:100
20507 msgid "Edit C</boot/grub/grub.conf> interactively:"
20508 msgstr ""
20509
20510 # type: verbatim
20511 #. type: verbatim
20512 #: ../fish/guestfish.pod:102
20513 #, no-wrap
20514 msgid ""
20515 " guestfish --rw --add disk.img \\\n"
20516 "   --mount /dev/vg_guest/lv_root \\\n"
20517 "   --mount /dev/sda1:/boot \\\n"
20518 "   edit /boot/grub/grub.conf\n"
20519 "\n"
20520 msgstr ""
20521
20522 # type: =head2
20523 #. type: =head2
20524 #: ../fish/guestfish.pod:107
20525 msgid "Mount disks automatically"
20526 msgstr ""
20527
20528 # type: textblock
20529 #. type: textblock
20530 #: ../fish/guestfish.pod:109
20531 msgid ""
20532 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20533 msgstr ""
20534
20535 # type: verbatim
20536 #. type: verbatim
20537 #: ../fish/guestfish.pod:112
20538 #, no-wrap
20539 msgid ""
20540 " guestfish --ro -a disk.img -i cat /etc/group\n"
20541 "\n"
20542 msgstr ""
20543
20544 # type: verbatim
20545 #. type: verbatim
20546 #: ../fish/guestfish.pod:114
20547 #, no-wrap
20548 msgid ""
20549 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20550 "\n"
20551 msgstr ""
20552
20553 # type: textblock
20554 #. type: textblock
20555 #: ../fish/guestfish.pod:116
20556 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20557 msgstr ""
20558
20559 # type: verbatim
20560 #. type: verbatim
20561 #: ../fish/guestfish.pod:118
20562 #, no-wrap
20563 msgid ""
20564 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20565 "\n"
20566 msgstr ""
20567
20568 # type: =head2
20569 #. type: =head2
20570 #: ../fish/guestfish.pod:120
20571 msgid "As a script interpreter"
20572 msgstr ""
20573
20574 # type: textblock
20575 #. type: textblock
20576 #: ../fish/guestfish.pod:122
20577 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20578 msgstr ""
20579
20580 # type: verbatim
20581 #. type: verbatim
20582 #: ../fish/guestfish.pod:124
20583 #, no-wrap
20584 msgid ""
20585 " #!/usr/bin/guestfish -f\n"
20586 " sparse test1.img 100M\n"
20587 " run\n"
20588 " part-disk /dev/sda mbr\n"
20589 " mkfs ext2 /dev/sda1\n"
20590 "\n"
20591 msgstr ""
20592
20593 # type: =head2
20594 #. type: =head2
20595 #: ../fish/guestfish.pod:130
20596 msgid "Start with a prepared disk"
20597 msgstr ""
20598
20599 # type: textblock
20600 #. type: textblock
20601 #: ../fish/guestfish.pod:132
20602 msgid ""
20603 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20604 "single ext2-formatted partition:"
20605 msgstr ""
20606
20607 # type: verbatim
20608 #. type: verbatim
20609 #: ../fish/guestfish.pod:135
20610 #, no-wrap
20611 msgid ""
20612 " guestfish -N fs\n"
20613 "\n"
20614 msgstr ""
20615
20616 # type: textblock
20617 #. type: textblock
20618 #: ../fish/guestfish.pod:137
20619 msgid "To list what is available do:"
20620 msgstr ""
20621
20622 # type: verbatim
20623 #. type: verbatim
20624 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
20625 #, no-wrap
20626 msgid ""
20627 " guestfish -N help | less\n"
20628 "\n"
20629 msgstr ""
20630
20631 # type: =head2
20632 #. type: =head2
20633 #: ../fish/guestfish.pod:141
20634 msgid "Remote control"
20635 msgstr ""
20636
20637 # type: verbatim
20638 #. type: verbatim
20639 #: ../fish/guestfish.pod:143
20640 #, no-wrap
20641 msgid ""
20642 " eval \"`guestfish --listen`\"\n"
20643 " guestfish --remote add-ro disk.img\n"
20644 " guestfish --remote run\n"
20645 " guestfish --remote lvs\n"
20646 "\n"
20647 msgstr ""
20648
20649 # type: =head1
20650 #. type: =head1
20651 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20652 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:77
20653 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20654 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
20655 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20656 msgid "OPTIONS"
20657 msgstr ""
20658
20659 # type: =item
20660 #. type: =item
20661 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20662 #: ../tools/virt-edit.pl:85 ../tools/virt-win-reg.pl:104
20663 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20664 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
20665 #: ../tools/virt-list-partitions.pl:62
20666 msgid "B<--help>"
20667 msgstr ""
20668
20669 # type: textblock
20670 #. type: textblock
20671 #: ../fish/guestfish.pod:154
20672 msgid "Displays general help on options."
20673 msgstr ""
20674
20675 # type: =item
20676 #. type: =item
20677 #: ../fish/guestfish.pod:156
20678 msgid "B<-h>"
20679 msgstr ""
20680
20681 # type: =item
20682 #. type: =item
20683 #: ../fish/guestfish.pod:158
20684 msgid "B<--cmd-help>"
20685 msgstr ""
20686
20687 # type: textblock
20688 #. type: textblock
20689 #: ../fish/guestfish.pod:160
20690 msgid "Lists all available guestfish commands."
20691 msgstr ""
20692
20693 # type: =item
20694 #. type: =item
20695 #: ../fish/guestfish.pod:162
20696 msgid "B<-h cmd>"
20697 msgstr ""
20698
20699 # type: =item
20700 #. type: =item
20701 #: ../fish/guestfish.pod:164
20702 msgid "B<--cmd-help cmd>"
20703 msgstr ""
20704
20705 # type: textblock
20706 #. type: textblock
20707 #: ../fish/guestfish.pod:166
20708 msgid "Displays detailed help on a single command C<cmd>."
20709 msgstr ""
20710
20711 # type: =item
20712 #. type: =item
20713 #: ../fish/guestfish.pod:168
20714 msgid "B<-a image>"
20715 msgstr ""
20716
20717 # type: =item
20718 #. type: =item
20719 #: ../fish/guestfish.pod:170
20720 msgid "B<--add image>"
20721 msgstr ""
20722
20723 # type: textblock
20724 #. type: textblock
20725 #: ../fish/guestfish.pod:172
20726 msgid "Add a block device or virtual machine image to the shell."
20727 msgstr ""
20728
20729 # type: textblock
20730 #. type: textblock
20731 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20732 msgid ""
20733 "The format of the disk image is auto-detected.  To override this and force a "
20734 "particular format use the I<--format=..> option."
20735 msgstr ""
20736
20737 #. type: textblock
20738 #: ../fish/guestfish.pod:177
20739 msgid ""
20740 "Using this flag is mostly equivalent to using the C<add> command, with "
20741 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20742 "the I<--format=...> flag was given."
20743 msgstr ""
20744
20745 # type: =item
20746 #. type: =item
20747 #: ../fish/guestfish.pod:181
20748 msgid "B<-c URI>"
20749 msgstr ""
20750
20751 # type: =item
20752 #. type: =item
20753 #: ../fish/guestfish.pod:183
20754 msgid "B<--connect URI>"
20755 msgstr ""
20756
20757 # type: textblock
20758 #. type: textblock
20759 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20760 msgid ""
20761 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20762 "URI to use.  The default is to use the default libvirt connection."
20763 msgstr ""
20764
20765 # type: =item
20766 #. type: =item
20767 #: ../fish/guestfish.pod:189
20768 msgid "B<--csh>"
20769 msgstr ""
20770
20771 # type: textblock
20772 #. type: textblock
20773 #: ../fish/guestfish.pod:191
20774 msgid ""
20775 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20776 "section L</REMOTE CONTROL AND CSH> below."
20777 msgstr ""
20778
20779 # type: =item
20780 #. type: =item
20781 #: ../fish/guestfish.pod:194
20782 msgid "B<-d libvirt-domain>"
20783 msgstr ""
20784
20785 # type: =item
20786 #. type: =item
20787 #: ../fish/guestfish.pod:196
20788 msgid "B<--domain libvirt-domain>"
20789 msgstr ""
20790
20791 # type: textblock
20792 #. type: textblock
20793 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20794 msgid ""
20795 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20796 "used, then any libvirt domain can be used.  However in write mode, only "
20797 "libvirt domains which are shut down can be named here."
20798 msgstr ""
20799
20800 # type: textblock
20801 #. type: textblock
20802 #: ../fish/guestfish.pod:202
20803 msgid ""
20804 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20805 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20806 "if the I<--format:...> flag was given."
20807 msgstr ""
20808
20809 # type: =item
20810 #. type: =item
20811 #: ../fish/guestfish.pod:206
20812 msgid "B<-D>"
20813 msgstr ""
20814
20815 # type: =item
20816 #. type: =item
20817 #: ../fish/guestfish.pod:208
20818 msgid "B<--no-dest-paths>"
20819 msgstr ""
20820
20821 # type: textblock
20822 #. type: textblock
20823 #: ../fish/guestfish.pod:210
20824 msgid ""
20825 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20826 "to hit the tab key to complete paths on the guest filesystem, but this "
20827 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20828 "allow this feature to be disabled."
20829 msgstr ""
20830
20831 # type: =item
20832 #. type: =item
20833 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20834 msgid "B<--echo-keys>"
20835 msgstr ""
20836
20837 # type: textblock
20838 #. type: textblock
20839 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20840 msgid ""
20841 "When prompting for keys and passphrases, guestfish normally turns echoing "
20842 "off so you cannot see what you are typing.  If you are not worried about "
20843 "Tempest attacks and there is no one else in the room you can specify this "
20844 "flag to see what you are typing."
20845 msgstr ""
20846
20847 # type: =item
20848 #. type: =item
20849 #: ../fish/guestfish.pod:222
20850 msgid "B<-f file>"
20851 msgstr ""
20852
20853 # type: =item
20854 #. type: =item
20855 #: ../fish/guestfish.pod:224
20856 msgid "B<--file file>"
20857 msgstr ""
20858
20859 # type: textblock
20860 #. type: textblock
20861 #: ../fish/guestfish.pod:226
20862 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20863 msgstr ""
20864
20865 # type: verbatim
20866 #. type: verbatim
20867 #: ../fish/guestfish.pod:229
20868 #, no-wrap
20869 msgid ""
20870 " #!/usr/bin/guestfish -f\n"
20871 "\n"
20872 msgstr ""
20873
20874 # type: =item
20875 #. type: =item
20876 #: ../fish/guestfish.pod:231
20877 msgid "B<--format=raw|qcow2|..>"
20878 msgstr ""
20879
20880 # type: =item
20881 #. type: =item
20882 #: ../fish/guestfish.pod:233
20883 msgid "B<--format>"
20884 msgstr ""
20885
20886 # type: textblock
20887 #. type: textblock
20888 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20889 msgid ""
20890 "The default for the I<-a> option is to auto-detect the format of the disk "
20891 "image.  Using this forces the disk format for I<-a> options which follow on "
20892 "the command line.  Using I<--format> with no argument switches back to auto-"
20893 "detection for subsequent I<-a> options."
20894 msgstr ""
20895
20896 # type: verbatim
20897 #. type: verbatim
20898 #: ../fish/guestfish.pod:242
20899 #, no-wrap
20900 msgid ""
20901 " guestfish --format=raw -a disk.img\n"
20902 "\n"
20903 msgstr ""
20904
20905 # type: textblock
20906 #. type: textblock
20907 #: ../fish/guestfish.pod:244
20908 msgid "forces raw format (no auto-detection) for C<disk.img>."
20909 msgstr ""
20910
20911 # type: verbatim
20912 #. type: verbatim
20913 #: ../fish/guestfish.pod:246
20914 #, no-wrap
20915 msgid ""
20916 " guestfish --format=raw -a disk.img --format -a another.img\n"
20917 "\n"
20918 msgstr ""
20919
20920 # type: textblock
20921 #. type: textblock
20922 #: ../fish/guestfish.pod:248
20923 msgid ""
20924 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20925 "detection for C<another.img>."
20926 msgstr ""
20927
20928 # type: textblock
20929 #. type: textblock
20930 #: ../fish/guestfish.pod:251
20931 msgid ""
20932 "If you have untrusted raw-format guest disk images, you should use this "
20933 "option to specify the disk format.  This avoids a possible security problem "
20934 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20935 msgstr ""
20936
20937 # type: =item
20938 #. type: =item
20939 #: ../fish/guestfish.pod:256
20940 msgid "B<-i>"
20941 msgstr ""
20942
20943 # type: =item
20944 #. type: =item
20945 #: ../fish/guestfish.pod:258
20946 msgid "B<--inspector>"
20947 msgstr ""
20948
20949 # type: textblock
20950 #. type: textblock
20951 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20952 msgid ""
20953 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20954 "system and mount filesystems as they would be mounted on the real virtual "
20955 "machine."
20956 msgstr ""
20957
20958 # type: textblock
20959 #. type: textblock
20960 #: ../fish/guestfish.pod:264
20961 msgid "Typical usage is either:"
20962 msgstr ""
20963
20964 # type: verbatim
20965 #. type: verbatim
20966 #: ../fish/guestfish.pod:266
20967 #, no-wrap
20968 msgid ""
20969 " guestfish -d myguest -i\n"
20970 "\n"
20971 msgstr ""
20972
20973 # type: textblock
20974 #. type: textblock
20975 #: ../fish/guestfish.pod:268
20976 msgid "(for an inactive libvirt domain called I<myguest>), or:"
20977 msgstr ""
20978
20979 # type: verbatim
20980 #. type: verbatim
20981 #: ../fish/guestfish.pod:270
20982 #, no-wrap
20983 msgid ""
20984 " guestfish --ro -d myguest -i\n"
20985 "\n"
20986 msgstr ""
20987
20988 # type: textblock
20989 #. type: textblock
20990 #: ../fish/guestfish.pod:272
20991 msgid "(for active domains, readonly), or specify the block device directly:"
20992 msgstr ""
20993
20994 # type: verbatim
20995 #. type: verbatim
20996 #: ../fish/guestfish.pod:274
20997 #, no-wrap
20998 msgid ""
20999 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21000 "\n"
21001 msgstr ""
21002
21003 # type: textblock
21004 #. type: textblock
21005 #: ../fish/guestfish.pod:276
21006 msgid ""
21007 "Note that the command line syntax changed slightly over older versions of "
21008 "guestfish.  You can still use the old syntax:"
21009 msgstr ""
21010
21011 # type: verbatim
21012 #. type: verbatim
21013 #: ../fish/guestfish.pod:279
21014 #, no-wrap
21015 msgid ""
21016 " guestfish [--ro] -i disk.img\n"
21017 "\n"
21018 msgstr ""
21019
21020 # type: verbatim
21021 #. type: verbatim
21022 #: ../fish/guestfish.pod:281
21023 #, no-wrap
21024 msgid ""
21025 " guestfish [--ro] -i libvirt-domain\n"
21026 "\n"
21027 msgstr ""
21028
21029 # type: textblock
21030 #. type: textblock
21031 #: ../fish/guestfish.pod:283
21032 msgid ""
21033 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21034 "then using other commands to mount the filesystems that were found."
21035 msgstr ""
21036
21037 # type: =item
21038 #. type: =item
21039 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21040 msgid "B<--keys-from-stdin>"
21041 msgstr ""
21042
21043 # type: textblock
21044 #. type: textblock
21045 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21046 msgid ""
21047 "Read key or passphrase parameters from stdin.  The default is to try to read "
21048 "passphrases from the user by opening C</dev/tty>."
21049 msgstr ""
21050
21051 # type: =item
21052 #. type: =item
21053 #: ../fish/guestfish.pod:292
21054 msgid "B<--listen>"
21055 msgstr ""
21056
21057 # type: textblock
21058 #. type: textblock
21059 #: ../fish/guestfish.pod:294
21060 msgid ""
21061 "Fork into the background and listen for remote commands.  See section L</"
21062 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21063 msgstr ""
21064
21065 # type: =item
21066 #. type: =item
21067 #: ../fish/guestfish.pod:297
21068 msgid "B<-m dev[:mountpoint]>"
21069 msgstr ""
21070
21071 # type: =item
21072 #. type: =item
21073 #: ../fish/guestfish.pod:299
21074 msgid "B<--mount dev[:mountpoint]>"
21075 msgstr ""
21076
21077 # type: textblock
21078 #. type: textblock
21079 #: ../fish/guestfish.pod:301
21080 msgid "Mount the named partition or logical volume on the given mountpoint."
21081 msgstr ""
21082
21083 # type: textblock
21084 #. type: textblock
21085 #: ../fish/guestfish.pod:303
21086 msgid "If the mountpoint is omitted, it defaults to C</>."
21087 msgstr ""
21088
21089 # type: textblock
21090 #. type: textblock
21091 #: ../fish/guestfish.pod:305
21092 msgid "You have to mount something on C</> before most commands will work."
21093 msgstr ""
21094
21095 # type: textblock
21096 #. type: textblock
21097 #: ../fish/guestfish.pod:307
21098 msgid ""
21099 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21100 "launched."
21101 msgstr ""
21102
21103 # type: textblock
21104 #. type: textblock
21105 #: ../fish/guestfish.pod:310
21106 msgid ""
21107 "If you don't know what filesystems a disk image contains, you can either run "
21108 "guestfish without this option, then list the partitions, filesystems and LVs "
21109 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21110 "commands), or you can use the L<virt-filesystems(1)> program."
21111 msgstr ""
21112
21113 # type: textblock
21114 #. type: textblock
21115 #: ../fish/guestfish.pod:316
21116 msgid ""
21117 "Using this flag is mostly equivalent to using the C<mount-options> command "
21118 "or the C<mount-ro> command if the I<--ro> flag was given."
21119 msgstr ""
21120
21121 # type: =item
21122 #. type: =item
21123 #: ../fish/guestfish.pod:319
21124 msgid "B<-n>"
21125 msgstr ""
21126
21127 # type: =item
21128 #. type: =item
21129 #: ../fish/guestfish.pod:321
21130 msgid "B<--no-sync>"
21131 msgstr ""
21132
21133 # type: textblock
21134 #. type: textblock
21135 #: ../fish/guestfish.pod:323
21136 msgid ""
21137 "Disable autosync.  This is enabled by default.  See the discussion of "
21138 "autosync in the L<guestfs(3)> manpage."
21139 msgstr ""
21140
21141 # type: =item
21142 #. type: =item
21143 #: ../fish/guestfish.pod:326
21144 msgid "B<-N type>"
21145 msgstr ""
21146
21147 # type: =item
21148 #. type: =item
21149 #: ../fish/guestfish.pod:328
21150 msgid "B<--new type>"
21151 msgstr ""
21152
21153 # type: =item
21154 #. type: =item
21155 #: ../fish/guestfish.pod:330
21156 msgid "B<-N help>"
21157 msgstr ""
21158
21159 # type: textblock
21160 #. type: textblock
21161 #: ../fish/guestfish.pod:332
21162 msgid ""
21163 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21164 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21165 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21166 "IMAGES> below."
21167 msgstr ""
21168
21169 # type: =item
21170 #. type: =item
21171 #: ../fish/guestfish.pod:337
21172 msgid "B<--progress-bars>"
21173 msgstr ""
21174
21175 # type: textblock
21176 #. type: textblock
21177 #: ../fish/guestfish.pod:339
21178 msgid "Enable progress bars, even when guestfish is used non-interactively."
21179 msgstr ""
21180
21181 # type: textblock
21182 #. type: textblock
21183 #: ../fish/guestfish.pod:341
21184 msgid ""
21185 "Progress bars are enabled by default when guestfish is used as an "
21186 "interactive shell."
21187 msgstr ""
21188
21189 # type: =item
21190 #. type: =item
21191 #: ../fish/guestfish.pod:344
21192 msgid "B<--no-progress-bars>"
21193 msgstr ""
21194
21195 # type: textblock
21196 #. type: textblock
21197 #: ../fish/guestfish.pod:346
21198 msgid "Disable progress bars."
21199 msgstr ""
21200
21201 # type: =item
21202 #. type: =item
21203 #: ../fish/guestfish.pod:348
21204 msgid "B<--remote[=pid]>"
21205 msgstr ""
21206
21207 # type: textblock
21208 #. type: textblock
21209 #: ../fish/guestfish.pod:350
21210 msgid ""
21211 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21212 "CONTROL GUESTFISH OVER A SOCKET> below."
21213 msgstr ""
21214
21215 # type: =item
21216 #. type: =item
21217 #: ../fish/guestfish.pod:353
21218 msgid "B<-r>"
21219 msgstr ""
21220
21221 # type: =item
21222 #. type: =item
21223 #: ../fish/guestfish.pod:355
21224 msgid "B<--ro>"
21225 msgstr ""
21226
21227 # type: textblock
21228 #. type: textblock
21229 #: ../fish/guestfish.pod:357
21230 msgid ""
21231 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21232 "mounts are done read-only."
21233 msgstr ""
21234
21235 # type: textblock
21236 #. type: textblock
21237 #: ../fish/guestfish.pod:360
21238 msgid ""
21239 "The option must always be used if the disk image or virtual machine might be "
21240 "running, and is generally recommended in cases where you don't need write "
21241 "access to the disk."
21242 msgstr ""
21243
21244 # type: textblock
21245 #. type: textblock
21246 #: ../fish/guestfish.pod:364
21247 msgid ""
21248 "Note that prepared disk images created with I<-N> are not affected by this "
21249 "option.  Also commands like C<add> are not affected - you have to specify "
21250 "the C<readonly:true> option explicitly if you need it."
21251 msgstr ""
21252
21253 # type: textblock
21254 #. type: textblock
21255 #: ../fish/guestfish.pod:368
21256 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21257 msgstr ""
21258
21259 # type: =item
21260 #. type: =item
21261 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21262 msgid "B<--selinux>"
21263 msgstr ""
21264
21265 # type: textblock
21266 #. type: textblock
21267 #: ../fish/guestfish.pod:372
21268 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21269 msgstr ""
21270
21271 # type: =item
21272 #. type: =item
21273 #: ../fish/guestfish.pod:374
21274 msgid "B<-v>"
21275 msgstr ""
21276
21277 # type: =item
21278 #. type: =item
21279 #: ../fish/guestfish.pod:376
21280 msgid "B<--verbose>"
21281 msgstr ""
21282
21283 # type: textblock
21284 #. type: textblock
21285 #: ../fish/guestfish.pod:378
21286 msgid ""
21287 "Enable very verbose messages.  This is particularly useful if you find a bug."
21288 msgstr ""
21289
21290 # type: =item
21291 #. type: =item
21292 #: ../fish/guestfish.pod:381
21293 msgid "B<-V>"
21294 msgstr ""
21295
21296 # type: =item
21297 #. type: =item
21298 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:93
21299 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21300 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
21301 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21302 msgid "B<--version>"
21303 msgstr ""
21304
21305 # type: textblock
21306 #. type: textblock
21307 #: ../fish/guestfish.pod:385
21308 msgid "Display the guestfish / libguestfs version number and exit."
21309 msgstr ""
21310
21311 # type: =item
21312 #. type: =item
21313 #: ../fish/guestfish.pod:387
21314 msgid "B<-w>"
21315 msgstr ""
21316
21317 # type: =item
21318 #. type: =item
21319 #: ../fish/guestfish.pod:389
21320 msgid "B<--rw>"
21321 msgstr ""
21322
21323 # type: textblock
21324 #. type: textblock
21325 #: ../fish/guestfish.pod:391
21326 msgid ""
21327 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21328 "WRITE> below."
21329 msgstr ""
21330
21331 # type: =item
21332 #. type: =item
21333 #: ../fish/guestfish.pod:394
21334 msgid "B<-x>"
21335 msgstr ""
21336
21337 # type: textblock
21338 #. type: textblock
21339 #: ../fish/guestfish.pod:396
21340 msgid "Echo each command before executing it."
21341 msgstr ""
21342
21343 # type: =head1
21344 #. type: =head1
21345 #: ../fish/guestfish.pod:400
21346 msgid "COMMANDS ON COMMAND LINE"
21347 msgstr ""
21348
21349 # type: textblock
21350 #. type: textblock
21351 #: ../fish/guestfish.pod:402
21352 msgid ""
21353 "Any additional (non-option) arguments are treated as commands to execute."
21354 msgstr ""
21355
21356 # type: textblock
21357 #. type: textblock
21358 #: ../fish/guestfish.pod:405
21359 msgid ""
21360 "Commands to execute should be separated by a colon (C<:>), where the colon "
21361 "is a separate parameter.  Thus:"
21362 msgstr ""
21363
21364 # type: verbatim
21365 #. type: verbatim
21366 #: ../fish/guestfish.pod:408
21367 #, no-wrap
21368 msgid ""
21369 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21370 "\n"
21371 msgstr ""
21372
21373 # type: textblock
21374 #. type: textblock
21375 #: ../fish/guestfish.pod:410
21376 msgid ""
21377 "If there are no additional arguments, then we enter a shell, either an "
21378 "interactive shell with a prompt (if the input is a terminal) or a non-"
21379 "interactive shell."
21380 msgstr ""
21381
21382 # type: textblock
21383 #. type: textblock
21384 #: ../fish/guestfish.pod:414
21385 msgid ""
21386 "In either command line mode or non-interactive shell, the first command that "
21387 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21388 "prompt) if a command fails, you can continue to enter commands."
21389 msgstr ""
21390
21391 # type: =head1
21392 #. type: =head1
21393 #: ../fish/guestfish.pod:419
21394 msgid "USING launch (OR run)"
21395 msgstr ""
21396
21397 # type: textblock
21398 #. type: textblock
21399 #: ../fish/guestfish.pod:421
21400 msgid ""
21401 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21402 "then launch it, then mount any disks you need, and finally issue actions/"
21403 "commands.  So the general order of the day is:"
21404 msgstr ""
21405
21406 # type: textblock
21407 #. type: textblock
21408 #: ../fish/guestfish.pod:429
21409 msgid "add or -a/--add"
21410 msgstr ""
21411
21412 # type: textblock
21413 #. type: textblock
21414 #: ../fish/guestfish.pod:433
21415 msgid "launch (aka run)"
21416 msgstr ""
21417
21418 # type: textblock
21419 #. type: textblock
21420 #: ../fish/guestfish.pod:437
21421 msgid "mount or -m/--mount"
21422 msgstr ""
21423
21424 # type: textblock
21425 #. type: textblock
21426 #: ../fish/guestfish.pod:441
21427 msgid "any other commands"
21428 msgstr ""
21429
21430 # type: textblock
21431 #. type: textblock
21432 #: ../fish/guestfish.pod:445
21433 msgid ""
21434 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21435 "guest before mounting or performing any other commands."
21436 msgstr ""
21437
21438 # type: textblock
21439 #. type: textblock
21440 #: ../fish/guestfish.pod:448
21441 msgid ""
21442 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21443 "I<--new> options were given then C<run> is done automatically, simply "
21444 "because guestfish can't perform the action you asked for without doing this."
21445 msgstr ""
21446
21447 # type: =head1
21448 #. type: =head1
21449 #: ../fish/guestfish.pod:453
21450 msgid "OPENING DISKS FOR READ AND WRITE"
21451 msgstr ""
21452
21453 # type: textblock
21454 #. type: textblock
21455 #: ../fish/guestfish.pod:455
21456 msgid ""
21457 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21458 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21459 "open disk images read-only or for writing."
21460 msgstr ""
21461
21462 # type: textblock
21463 #. type: textblock
21464 #: ../fish/guestfish.pod:459
21465 msgid ""
21466 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21467 "disk images supplied on the command line for write.  To open a disk image "
21468 "read-only you have to do I<-a image --ro>."
21469 msgstr ""
21470
21471 # type: textblock
21472 #. type: textblock
21473 #: ../fish/guestfish.pod:463
21474 msgid ""
21475 "This matters: If you accidentally open a live VM disk image writable then "
21476 "you will cause irreversible disk corruption."
21477 msgstr ""
21478
21479 #. type: textblock
21480 #: ../fish/guestfish.pod:466
21481 msgid ""
21482 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21483 "images will be opened read-only.  You will have to either specify "
21484 "I<guestfish --rw> or change a configuration file in order to get write "
21485 "access for disk images specified by those other command line options."
21486 msgstr ""
21487
21488 # type: textblock
21489 #. type: textblock
21490 #: ../fish/guestfish.pod:471
21491 msgid ""
21492 "This version of guestfish has a I<--rw> option which does nothing (it is "
21493 "already the default).  However it is highly recommended that you use this "
21494 "option to indicate that guestfish needs write access, and to prepare your "
21495 "scripts for the day when this option will be required for write access."
21496 msgstr ""
21497
21498 # type: textblock
21499 #. type: textblock
21500 #: ../fish/guestfish.pod:477
21501 msgid ""
21502 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21503 "other libguestfs program apart from guestfish and guestmount."
21504 msgstr ""
21505
21506 # type: =head1
21507 #. type: =head1
21508 #: ../fish/guestfish.pod:480
21509 msgid "QUOTING"
21510 msgstr ""
21511
21512 # type: textblock
21513 #. type: textblock
21514 #: ../fish/guestfish.pod:482
21515 msgid ""
21516 "You can quote ordinary parameters using either single or double quotes.  For "
21517 "example:"
21518 msgstr ""
21519
21520 # type: verbatim
21521 #. type: verbatim
21522 #: ../fish/guestfish.pod:485
21523 #, no-wrap
21524 msgid ""
21525 " add \"file with a space.img\"\n"
21526 "\n"
21527 msgstr ""
21528
21529 # type: verbatim
21530 #. type: verbatim
21531 #: ../fish/guestfish.pod:487
21532 #, no-wrap
21533 msgid ""
21534 " rm '/file name'\n"
21535 "\n"
21536 msgstr ""
21537
21538 # type: verbatim
21539 #. type: verbatim
21540 #: ../fish/guestfish.pod:489
21541 #, no-wrap
21542 msgid ""
21543 " rm '/\"'\n"
21544 "\n"
21545 msgstr ""
21546
21547 # type: textblock
21548 #. type: textblock
21549 #: ../fish/guestfish.pod:491
21550 msgid ""
21551 "A few commands require a list of strings to be passed.  For these, use a "
21552 "whitespace-separated list, enclosed in quotes.  Strings containing "
21553 "whitespace to be passed through must be enclosed in single quotes.  A "
21554 "literal single quote must be escaped with a backslash."
21555 msgstr ""
21556
21557 # type: verbatim
21558 #. type: verbatim
21559 #: ../fish/guestfish.pod:496
21560 #, no-wrap
21561 msgid ""
21562 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21563 " command \"/bin/echo 'foo      bar'\"\n"
21564 " command \"/bin/echo \\'foo\\'\"\n"
21565 "\n"
21566 msgstr ""
21567
21568 # type: =head1
21569 #. type: =head1
21570 #: ../fish/guestfish.pod:500
21571 msgid "OPTIONAL ARGUMENTS"
21572 msgstr ""
21573
21574 # type: textblock
21575 #. type: textblock
21576 #: ../fish/guestfish.pod:502
21577 msgid ""
21578 "Some commands take optional arguments.  These arguments appear in this "
21579 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21580 msgstr ""
21581
21582 # type: verbatim
21583 #. type: verbatim
21584 #: ../fish/guestfish.pod:506
21585 #, no-wrap
21586 msgid ""
21587 " add-drive-opts filename\n"
21588 "\n"
21589 msgstr ""
21590
21591 # type: verbatim
21592 #. type: verbatim
21593 #: ../fish/guestfish.pod:508
21594 #, no-wrap
21595 msgid ""
21596 " add-drive-opts filename readonly:true\n"
21597 "\n"
21598 msgstr ""
21599
21600 # type: verbatim
21601 #. type: verbatim
21602 #: ../fish/guestfish.pod:510
21603 #, no-wrap
21604 msgid ""
21605 " add-drive-opts filename format:qcow2 readonly:false\n"
21606 "\n"
21607 msgstr ""
21608
21609 # type: textblock
21610 #. type: textblock
21611 #: ../fish/guestfish.pod:512
21612 msgid ""
21613 "Each optional argument can appear at most once.  All optional arguments must "
21614 "appear after the required ones."
21615 msgstr ""
21616
21617 # type: =head1
21618 #. type: =head1
21619 #: ../fish/guestfish.pod:515
21620 msgid "NUMBERS"
21621 msgstr ""
21622
21623 # type: textblock
21624 #. type: textblock
21625 #: ../fish/guestfish.pod:517
21626 msgid ""
21627 "This section applies to all commands which can take integers as parameters."
21628 msgstr ""
21629
21630 # type: =head2
21631 #. type: =head2
21632 #: ../fish/guestfish.pod:520
21633 msgid "SIZE SUFFIX"
21634 msgstr ""
21635
21636 # type: textblock
21637 #. type: textblock
21638 #: ../fish/guestfish.pod:522
21639 msgid ""
21640 "When the command takes a parameter measured in bytes, you can use one of the "
21641 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21642 msgstr ""
21643
21644 # type: =item
21645 #. type: =item
21646 #: ../fish/guestfish.pod:528
21647 msgid "B<k> or B<K> or B<KiB>"
21648 msgstr ""
21649
21650 # type: textblock
21651 #. type: textblock
21652 #: ../fish/guestfish.pod:530
21653 msgid "The size in kilobytes (multiplied by 1024)."
21654 msgstr ""
21655
21656 # type: =item
21657 #. type: =item
21658 #: ../fish/guestfish.pod:532
21659 msgid "B<KB>"
21660 msgstr ""
21661
21662 # type: textblock
21663 #. type: textblock
21664 #: ../fish/guestfish.pod:534
21665 msgid "The size in SI 1000 byte units."
21666 msgstr ""
21667
21668 # type: =item
21669 #. type: =item
21670 #: ../fish/guestfish.pod:536
21671 msgid "B<M> or B<MiB>"
21672 msgstr ""
21673
21674 # type: textblock
21675 #. type: textblock
21676 #: ../fish/guestfish.pod:538
21677 msgid "The size in megabytes (multiplied by 1048576)."
21678 msgstr ""
21679
21680 # type: =item
21681 #. type: =item
21682 #: ../fish/guestfish.pod:540
21683 msgid "B<MB>"
21684 msgstr ""
21685
21686 # type: textblock
21687 #. type: textblock
21688 #: ../fish/guestfish.pod:542
21689 msgid "The size in SI 1000000 byte units."
21690 msgstr ""
21691
21692 # type: =item
21693 #. type: =item
21694 #: ../fish/guestfish.pod:544
21695 msgid "B<G> or B<GiB>"
21696 msgstr ""
21697
21698 # type: textblock
21699 #. type: textblock
21700 #: ../fish/guestfish.pod:546
21701 msgid "The size in gigabytes (multiplied by 2**30)."
21702 msgstr ""
21703
21704 # type: =item
21705 #. type: =item
21706 #: ../fish/guestfish.pod:548
21707 msgid "B<GB>"
21708 msgstr ""
21709
21710 # type: textblock
21711 #. type: textblock
21712 #: ../fish/guestfish.pod:550
21713 msgid "The size in SI 10**9 byte units."
21714 msgstr ""
21715
21716 # type: =item
21717 #. type: =item
21718 #: ../fish/guestfish.pod:552
21719 msgid "B<T> or B<TiB>"
21720 msgstr ""
21721
21722 # type: textblock
21723 #. type: textblock
21724 #: ../fish/guestfish.pod:554
21725 msgid "The size in terabytes (multiplied by 2**40)."
21726 msgstr ""
21727
21728 # type: =item
21729 #. type: =item
21730 #: ../fish/guestfish.pod:556
21731 msgid "B<TB>"
21732 msgstr ""
21733
21734 # type: textblock
21735 #. type: textblock
21736 #: ../fish/guestfish.pod:558
21737 msgid "The size in SI 10**12 byte units."
21738 msgstr ""
21739
21740 # type: =item
21741 #. type: =item
21742 #: ../fish/guestfish.pod:560
21743 msgid "B<P> or B<PiB>"
21744 msgstr ""
21745
21746 # type: textblock
21747 #. type: textblock
21748 #: ../fish/guestfish.pod:562
21749 msgid "The size in petabytes (multiplied by 2**50)."
21750 msgstr ""
21751
21752 # type: =item
21753 #. type: =item
21754 #: ../fish/guestfish.pod:564
21755 msgid "B<PB>"
21756 msgstr ""
21757
21758 # type: textblock
21759 #. type: textblock
21760 #: ../fish/guestfish.pod:566
21761 msgid "The size in SI 10**15 byte units."
21762 msgstr ""
21763
21764 # type: =item
21765 #. type: =item
21766 #: ../fish/guestfish.pod:568
21767 msgid "B<E> or B<EiB>"
21768 msgstr ""
21769
21770 # type: textblock
21771 #. type: textblock
21772 #: ../fish/guestfish.pod:570
21773 msgid "The size in exabytes (multiplied by 2**60)."
21774 msgstr ""
21775
21776 # type: =item
21777 #. type: =item
21778 #: ../fish/guestfish.pod:572
21779 msgid "B<EB>"
21780 msgstr ""
21781
21782 # type: textblock
21783 #. type: textblock
21784 #: ../fish/guestfish.pod:574
21785 msgid "The size in SI 10**18 byte units."
21786 msgstr ""
21787
21788 # type: =item
21789 #. type: =item
21790 #: ../fish/guestfish.pod:576
21791 msgid "B<Z> or B<ZiB>"
21792 msgstr ""
21793
21794 # type: textblock
21795 #. type: textblock
21796 #: ../fish/guestfish.pod:578
21797 msgid "The size in zettabytes (multiplied by 2**70)."
21798 msgstr ""
21799
21800 # type: =item
21801 #. type: =item
21802 #: ../fish/guestfish.pod:580
21803 msgid "B<ZB>"
21804 msgstr ""
21805
21806 # type: textblock
21807 #. type: textblock
21808 #: ../fish/guestfish.pod:582
21809 msgid "The size in SI 10**21 byte units."
21810 msgstr ""
21811
21812 # type: =item
21813 #. type: =item
21814 #: ../fish/guestfish.pod:584
21815 msgid "B<Y> or B<YiB>"
21816 msgstr ""
21817
21818 # type: textblock
21819 #. type: textblock
21820 #: ../fish/guestfish.pod:586
21821 msgid "The size in yottabytes (multiplied by 2**80)."
21822 msgstr ""
21823
21824 # type: =item
21825 #. type: =item
21826 #: ../fish/guestfish.pod:588
21827 msgid "B<YB>"
21828 msgstr ""
21829
21830 # type: textblock
21831 #. type: textblock
21832 #: ../fish/guestfish.pod:590
21833 msgid "The size in SI 10**24 byte units."
21834 msgstr ""
21835
21836 # type: verbatim
21837 #. type: verbatim
21838 #: ../fish/guestfish.pod:596
21839 #, no-wrap
21840 msgid ""
21841 " truncate-size /file 1G\n"
21842 "\n"
21843 msgstr ""
21844
21845 # type: textblock
21846 #. type: textblock
21847 #: ../fish/guestfish.pod:598
21848 msgid "would truncate the file to 1 gigabyte."
21849 msgstr ""
21850
21851 # type: textblock
21852 #. type: textblock
21853 #: ../fish/guestfish.pod:600
21854 msgid ""
21855 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21856 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21857 "suffix will probably not do what you expect."
21858 msgstr ""
21859
21860 # type: =head2
21861 #. type: =head2
21862 #: ../fish/guestfish.pod:604
21863 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21864 msgstr ""
21865
21866 # type: textblock
21867 #. type: textblock
21868 #: ../fish/guestfish.pod:606
21869 msgid ""
21870 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21871 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21872 msgstr ""
21873
21874 # type: verbatim
21875 #. type: verbatim
21876 #: ../fish/guestfish.pod:609
21877 #, no-wrap
21878 msgid ""
21879 " 1234      decimal number 1234\n"
21880 " 02322     octal number, equivalent to decimal 1234\n"
21881 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21882 "\n"
21883 msgstr ""
21884
21885 # type: textblock
21886 #. type: textblock
21887 #: ../fish/guestfish.pod:613
21888 msgid ""
21889 "When using the C<chmod> command, you almost always want to specify an octal "
21890 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21891 "L<chmod(1)> program):"
21892 msgstr ""
21893
21894 # type: verbatim
21895 #. type: verbatim
21896 #: ../fish/guestfish.pod:617
21897 #, no-wrap
21898 msgid ""
21899 " chmod 0777 /public  # OK\n"
21900 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21901 "\n"
21902 msgstr ""
21903
21904 # type: textblock
21905 #. type: textblock
21906 #: ../fish/guestfish.pod:620
21907 msgid ""
21908 "Commands that return numbers usually print them in decimal, but some "
21909 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21910 "octal, preceeded by C<0>)."
21911 msgstr ""
21912
21913 # type: =head1
21914 #. type: =head1
21915 #: ../fish/guestfish.pod:624
21916 msgid "WILDCARDS AND GLOBBING"
21917 msgstr ""
21918
21919 # type: textblock
21920 #. type: textblock
21921 #: ../fish/guestfish.pod:626
21922 msgid ""
21923 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21924 "(globbing) by default.  So for example the following will not do what you "
21925 "expect:"
21926 msgstr ""
21927
21928 # type: verbatim
21929 #. type: verbatim
21930 #: ../fish/guestfish.pod:630
21931 #, no-wrap
21932 msgid ""
21933 " rm-rf /home/*\n"
21934 "\n"
21935 msgstr ""
21936
21937 # type: textblock
21938 #. type: textblock
21939 #: ../fish/guestfish.pod:632
21940 msgid ""
21941 "Assuming you don't have a directory called literally C</home/*> then the "
21942 "above command will return an error."
21943 msgstr ""
21944
21945 # type: textblock
21946 #. type: textblock
21947 #: ../fish/guestfish.pod:635
21948 msgid "To perform wildcard expansion, use the C<glob> command."
21949 msgstr ""
21950
21951 # type: verbatim
21952 #. type: verbatim
21953 #: ../fish/guestfish.pod:637
21954 #, no-wrap
21955 msgid ""
21956 " glob rm-rf /home/*\n"
21957 "\n"
21958 msgstr ""
21959
21960 # type: textblock
21961 #. type: textblock
21962 #: ../fish/guestfish.pod:639
21963 msgid ""
21964 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21965 "many times), equivalent to:"
21966 msgstr ""
21967
21968 # type: verbatim
21969 #. type: verbatim
21970 #: ../fish/guestfish.pod:642
21971 #, no-wrap
21972 msgid ""
21973 " rm-rf /home/jim\n"
21974 " rm-rf /home/joe\n"
21975 " rm-rf /home/mary\n"
21976 "\n"
21977 msgstr ""
21978
21979 # type: textblock
21980 #. type: textblock
21981 #: ../fish/guestfish.pod:646
21982 msgid "C<glob> only works on simple guest paths and not on device names."
21983 msgstr ""
21984
21985 # type: textblock
21986 #. type: textblock
21987 #: ../fish/guestfish.pod:648
21988 msgid ""
21989 "If you have several parameters, each containing a wildcard, then glob will "
21990 "perform a Cartesian product."
21991 msgstr ""
21992
21993 # type: =head1
21994 #. type: =head1
21995 #: ../fish/guestfish.pod:651
21996 msgid "COMMENTS"
21997 msgstr ""
21998
21999 # type: textblock
22000 #. type: textblock
22001 #: ../fish/guestfish.pod:653
22002 msgid ""
22003 "Any line which starts with a I<#> character is treated as a comment and "
22004 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22005 "a command.  For example:"
22006 msgstr ""
22007
22008 # type: verbatim
22009 #. type: verbatim
22010 #: ../fish/guestfish.pod:657
22011 #, no-wrap
22012 msgid ""
22013 " # this is a comment\n"
22014 "         # this is a comment\n"
22015 " foo # NOT a comment\n"
22016 "\n"
22017 msgstr ""
22018
22019 # type: textblock
22020 #. type: textblock
22021 #: ../fish/guestfish.pod:661
22022 msgid "Blank lines are also ignored."
22023 msgstr ""
22024
22025 # type: =head1
22026 #. type: =head1
22027 #: ../fish/guestfish.pod:663
22028 msgid "RUNNING COMMANDS LOCALLY"
22029 msgstr ""
22030
22031 # type: textblock
22032 #. type: textblock
22033 #: ../fish/guestfish.pod:665
22034 msgid ""
22035 "Any line which starts with a I<!> character is treated as a command sent to "
22036 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22037 msgstr ""
22038
22039 # type: verbatim
22040 #. type: verbatim
22041 #: ../fish/guestfish.pod:669
22042 #, no-wrap
22043 msgid ""
22044 " !mkdir local\n"
22045 " tgz-out /remote local/remote-data.tar.gz\n"
22046 "\n"
22047 msgstr ""
22048
22049 # type: textblock
22050 #. type: textblock
22051 #: ../fish/guestfish.pod:672
22052 msgid ""
22053 "will create a directory C<local> on the host, and then export the contents "
22054 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22055 "(See C<tgz-out>)."
22056 msgstr ""
22057
22058 # type: textblock
22059 #. type: textblock
22060 #: ../fish/guestfish.pod:676
22061 msgid ""
22062 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22063 "effect, due to the way that subprocesses work in Unix."
22064 msgstr ""
22065
22066 # type: =head1
22067 #. type: =head1
22068 #: ../fish/guestfish.pod:679
22069 msgid "PIPES"
22070 msgstr ""
22071
22072 # type: textblock
22073 #. type: textblock
22074 #: ../fish/guestfish.pod:681
22075 msgid ""
22076 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22077 "command (a guestfish command) to the second command (any host command).  For "
22078 "example:"
22079 msgstr ""
22080
22081 # type: verbatim
22082 #. type: verbatim
22083 #: ../fish/guestfish.pod:685
22084 #, no-wrap
22085 msgid ""
22086 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22087 "\n"
22088 msgstr ""
22089
22090 # type: textblock
22091 #. type: textblock
22092 #: ../fish/guestfish.pod:687
22093 msgid ""
22094 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22095 "program).  The above command would list all accounts in the guest filesystem "
22096 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22097 msgstr ""
22098
22099 # type: verbatim
22100 #. type: verbatim
22101 #: ../fish/guestfish.pod:692
22102 #, no-wrap
22103 msgid ""
22104 " hexdump /bin/ls | head\n"
22105 " list-devices | tail -1\n"
22106 " tgz-out / - | tar ztf -\n"
22107 "\n"
22108 msgstr ""
22109
22110 # type: textblock
22111 #. type: textblock
22112 #: ../fish/guestfish.pod:696
22113 msgid ""
22114 "The space before the pipe symbol is required, any space after the pipe "
22115 "symbol is optional.  Everything after the pipe symbol is just passed "
22116 "straight to the host shell, so it can contain redirections, globs and "
22117 "anything else that makes sense on the host side."
22118 msgstr ""
22119
22120 # type: textblock
22121 #. type: textblock
22122 #: ../fish/guestfish.pod:701
22123 msgid ""
22124 "To use a literal argument which begins with a pipe symbol, you have to quote "
22125 "it, eg:"
22126 msgstr ""
22127
22128 # type: verbatim
22129 #. type: verbatim
22130 #: ../fish/guestfish.pod:704
22131 #, no-wrap
22132 msgid ""
22133 " echo \"|\"\n"
22134 "\n"
22135 msgstr ""
22136
22137 # type: =head1
22138 #. type: =head1
22139 #: ../fish/guestfish.pod:706
22140 msgid "HOME DIRECTORIES"
22141 msgstr ""
22142
22143 # type: textblock
22144 #. type: textblock
22145 #: ../fish/guestfish.pod:708
22146 msgid ""
22147 "If a parameter starts with the character C<~> then the tilde may be expanded "
22148 "as a home directory path (either C<~> for the current user's home directory, "
22149 "or C<~user> for another user)."
22150 msgstr ""
22151
22152 # type: textblock
22153 #. type: textblock
22154 #: ../fish/guestfish.pod:712
22155 msgid ""
22156 "Note that home directory expansion happens for users known I<on the host>, "
22157 "not in the guest filesystem."
22158 msgstr ""
22159
22160 # type: textblock
22161 #. type: textblock
22162 #: ../fish/guestfish.pod:715
22163 msgid ""
22164 "To use a literal argument which begins with a tilde, you have to quote it, "
22165 "eg:"
22166 msgstr ""
22167
22168 # type: verbatim
22169 #. type: verbatim
22170 #: ../fish/guestfish.pod:718
22171 #, no-wrap
22172 msgid ""
22173 " echo \"~\"\n"
22174 "\n"
22175 msgstr ""
22176
22177 # type: textblock
22178 #. type: textblock
22179 #: ../fish/guestfish.pod:722
22180 msgid ""
22181 "Libguestfs has some support for Linux guests encrypted according to the "
22182 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22183 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22184 "LUKS is supported."
22185 msgstr ""
22186
22187 # type: textblock
22188 #. type: textblock
22189 #: ../fish/guestfish.pod:727
22190 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22191 msgstr ""
22192
22193 # type: verbatim
22194 #. type: verbatim
22195 #: ../fish/guestfish.pod:729
22196 #, no-wrap
22197 msgid ""
22198 " ><fs> vfs-type /dev/sda2\n"
22199 " crypto_LUKS\n"
22200 "\n"
22201 msgstr ""
22202
22203 # type: textblock
22204 #. type: textblock
22205 #: ../fish/guestfish.pod:732
22206 msgid ""
22207 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22208 "device called C</dev/mapper/luksdev>."
22209 msgstr ""
22210
22211 # type: verbatim
22212 #. type: verbatim
22213 #: ../fish/guestfish.pod:735
22214 #, no-wrap
22215 msgid ""
22216 " ><fs> luks-open /dev/sda2 luksdev\n"
22217 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22218 "\n"
22219 msgstr ""
22220
22221 # type: textblock
22222 #. type: textblock
22223 #: ../fish/guestfish.pod:738
22224 msgid ""
22225 "Finally you have to tell LVM to scan for volume groups on the newly created "
22226 "mapper device:"
22227 msgstr ""
22228
22229 # type: verbatim
22230 #. type: verbatim
22231 #: ../fish/guestfish.pod:741
22232 #, no-wrap
22233 msgid ""
22234 " vgscan\n"
22235 " vg-activate-all true\n"
22236 "\n"
22237 msgstr ""
22238
22239 # type: textblock
22240 #. type: textblock
22241 #: ../fish/guestfish.pod:744
22242 msgid "The logical volume(s) can now be mounted in the usual way."
22243 msgstr ""
22244
22245 # type: textblock
22246 #. type: textblock
22247 #: ../fish/guestfish.pod:746
22248 msgid ""
22249 "Before closing a LUKS device you must unmount any logical volumes on it and "
22250 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22251 "one.  Then you can close the mapper device:"
22252 msgstr ""
22253
22254 # type: verbatim
22255 #. type: verbatim
22256 #: ../fish/guestfish.pod:750
22257 #, no-wrap
22258 msgid ""
22259 " vg-activate false /dev/VG\n"
22260 " luks-close /dev/mapper/luksdev\n"
22261 "\n"
22262 msgstr ""
22263
22264 # type: =head1
22265 #. type: =head1
22266 #: ../fish/guestfish.pod:753
22267 msgid "WINDOWS PATHS"
22268 msgstr ""
22269
22270 # type: textblock
22271 #. type: textblock
22272 #: ../fish/guestfish.pod:755
22273 msgid ""
22274 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22275 "(with some limitations).  The following commands are equivalent:"
22276 msgstr ""
22277
22278 # type: verbatim
22279 #. type: verbatim
22280 #: ../fish/guestfish.pod:758
22281 #, no-wrap
22282 msgid ""
22283 " file /WINDOWS/system32/config/system.LOG\n"
22284 "\n"
22285 msgstr ""
22286
22287 # type: verbatim
22288 #. type: verbatim
22289 #: ../fish/guestfish.pod:760
22290 #, no-wrap
22291 msgid ""
22292 " file win:/windows/system32/config/system.log\n"
22293 "\n"
22294 msgstr ""
22295
22296 # type: verbatim
22297 #. type: verbatim
22298 #: ../fish/guestfish.pod:762
22299 #, no-wrap
22300 msgid ""
22301 " file win:\\windows\\system32\\config\\system.log\n"
22302 "\n"
22303 msgstr ""
22304
22305 # type: verbatim
22306 #. type: verbatim
22307 #: ../fish/guestfish.pod:764
22308 #, no-wrap
22309 msgid ""
22310 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22311 "\n"
22312 msgstr ""
22313
22314 # type: textblock
22315 #. type: textblock
22316 #: ../fish/guestfish.pod:766
22317 msgid ""
22318 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22319 "handles case insensitivity like Windows would.  This only works in argument "
22320 "positions that expect a path."
22321 msgstr ""
22322
22323 # type: =head1
22324 #. type: =head1
22325 #: ../fish/guestfish.pod:770
22326 msgid "UPLOADING AND DOWNLOADING FILES"
22327 msgstr ""
22328
22329 # type: textblock
22330 #. type: textblock
22331 #: ../fish/guestfish.pod:772
22332 msgid ""
22333 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22334 "others which upload from or download to a local file, you can use the "
22335 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22336 msgstr ""
22337
22338 # type: verbatim
22339 #. type: verbatim
22340 #: ../fish/guestfish.pod:776
22341 #, no-wrap
22342 msgid ""
22343 " upload - /foo\n"
22344 "\n"
22345 msgstr ""
22346
22347 # type: textblock
22348 #. type: textblock
22349 #: ../fish/guestfish.pod:778
22350 msgid ""
22351 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22352 msgstr ""
22353
22354 # type: verbatim
22355 #. type: verbatim
22356 #: ../fish/guestfish.pod:781
22357 #, no-wrap
22358 msgid ""
22359 " tar-out /etc - | tar tf -\n"
22360 "\n"
22361 msgstr ""
22362
22363 # type: textblock
22364 #. type: textblock
22365 #: ../fish/guestfish.pod:783
22366 msgid ""
22367 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22368 "command (see L</PIPES>)."
22369 msgstr ""
22370
22371 # type: textblock
22372 #. type: textblock
22373 #: ../fish/guestfish.pod:786
22374 msgid ""
22375 "When using C<-> to read from stdin, the input is read up to the end of "
22376 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22377 "some arbitrary end marker:"
22378 msgstr ""
22379
22380 # type: verbatim
22381 #. type: verbatim
22382 #: ../fish/guestfish.pod:790
22383 #, no-wrap
22384 msgid ""
22385 " upload -<<END /foo\n"
22386 " input line 1\n"
22387 " input line 2\n"
22388 " input line 3\n"
22389 " END\n"
22390 "\n"
22391 msgstr ""
22392
22393 # type: textblock
22394 #. type: textblock
22395 #: ../fish/guestfish.pod:796
22396 msgid ""
22397 "Any string of characters can be used instead of C<END>.  The end marker must "
22398 "appear on a line of its own, without any preceeding or following characters "
22399 "(not even spaces)."
22400 msgstr ""
22401
22402 # type: textblock
22403 #. type: textblock
22404 #: ../fish/guestfish.pod:800
22405 msgid ""
22406 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22407 "upload local files (so-called \"FileIn\" parameters in the generator)."
22408 msgstr ""
22409
22410 # type: =head1
22411 #. type: =head1
22412 #: ../fish/guestfish.pod:803
22413 msgid "EXIT ON ERROR BEHAVIOUR"
22414 msgstr ""
22415
22416 # type: textblock
22417 #. type: textblock
22418 #: ../fish/guestfish.pod:805
22419 msgid ""
22420 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22421 "taking commands from a human over a tty), and will exit on the first error "
22422 "in non-interactive mode (scripts, commands given on the command line)."
22423 msgstr ""
22424
22425 # type: textblock
22426 #. type: textblock
22427 #: ../fish/guestfish.pod:810
22428 msgid ""
22429 "If you prefix a command with a I<-> character, then that command will not "
22430 "cause guestfish to exit, even if that (one) command returns an error."
22431 msgstr ""
22432
22433 # type: =head1
22434 #. type: =head1
22435 #: ../fish/guestfish.pod:814
22436 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22437 msgstr ""
22438
22439 # type: textblock
22440 #. type: textblock
22441 #: ../fish/guestfish.pod:816
22442 msgid ""
22443 "Guestfish can be remote-controlled over a socket.  This is useful "
22444 "particularly in shell scripts where you want to make several different "
22445 "changes to a filesystem, but you don't want the overhead of starting up a "
22446 "guestfish process each time."
22447 msgstr ""
22448
22449 # type: textblock
22450 #. type: textblock
22451 #: ../fish/guestfish.pod:821
22452 msgid "Start a guestfish server process using:"
22453 msgstr ""
22454
22455 # type: verbatim
22456 #. type: verbatim
22457 #: ../fish/guestfish.pod:823
22458 #, no-wrap
22459 msgid ""
22460 " eval \"`guestfish --listen`\"\n"
22461 "\n"
22462 msgstr ""
22463
22464 # type: textblock
22465 #. type: textblock
22466 #: ../fish/guestfish.pod:825
22467 msgid "and then send it commands by doing:"
22468 msgstr ""
22469
22470 # type: verbatim
22471 #. type: verbatim
22472 #: ../fish/guestfish.pod:827
22473 #, no-wrap
22474 msgid ""
22475 " guestfish --remote cmd [...]\n"
22476 "\n"
22477 msgstr ""
22478
22479 # type: textblock
22480 #. type: textblock
22481 #: ../fish/guestfish.pod:829
22482 msgid "To cause the server to exit, send it the exit command:"
22483 msgstr ""
22484
22485 # type: verbatim
22486 #. type: verbatim
22487 #: ../fish/guestfish.pod:831
22488 #, no-wrap
22489 msgid ""
22490 " guestfish --remote exit\n"
22491 "\n"
22492 msgstr ""
22493
22494 # type: textblock
22495 #. type: textblock
22496 #: ../fish/guestfish.pod:833
22497 msgid ""
22498 "Note that the server will normally exit if there is an error in a command.  "
22499 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22500 "BEHAVIOUR>."
22501 msgstr ""
22502
22503 # type: =head2
22504 #. type: =head2
22505 #: ../fish/guestfish.pod:837
22506 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22507 msgstr ""
22508
22509 # type: textblock
22510 #. type: textblock
22511 #: ../fish/guestfish.pod:839
22512 msgid ""
22513 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22514 "is how the I<--remote> option knows where to send the commands.  You can "
22515 "have several guestfish listener processes running using:"
22516 msgstr ""
22517
22518 # type: verbatim
22519 #. type: verbatim
22520 #: ../fish/guestfish.pod:843
22521 #, no-wrap
22522 msgid ""
22523 " eval \"`guestfish --listen`\"\n"
22524 " pid1=$GUESTFISH_PID\n"
22525 " eval \"`guestfish --listen`\"\n"
22526 " pid2=$GUESTFISH_PID\n"
22527 " ...\n"
22528 " guestfish --remote=$pid1 cmd\n"
22529 " guestfish --remote=$pid2 cmd\n"
22530 "\n"
22531 msgstr ""
22532
22533 # type: =head2
22534 #. type: =head2
22535 #: ../fish/guestfish.pod:851
22536 msgid "REMOTE CONTROL AND CSH"
22537 msgstr ""
22538
22539 # type: textblock
22540 #. type: textblock
22541 #: ../fish/guestfish.pod:853
22542 msgid ""
22543 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22544 "option:"
22545 msgstr ""
22546
22547 # type: verbatim
22548 #. type: verbatim
22549 #: ../fish/guestfish.pod:856
22550 #, no-wrap
22551 msgid ""
22552 " eval \"`guestfish --listen --csh`\"\n"
22553 "\n"
22554 msgstr ""
22555
22556 # type: =head2
22557 #. type: =head2
22558 #: ../fish/guestfish.pod:858
22559 msgid "REMOTE CONTROL DETAILS"
22560 msgstr ""
22561
22562 # type: textblock
22563 #. type: textblock
22564 #: ../fish/guestfish.pod:860
22565 msgid ""
22566 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22567 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22568 "and C<$PID> is the process ID of the server."
22569 msgstr ""
22570
22571 # type: textblock
22572 #. type: textblock
22573 #: ../fish/guestfish.pod:864
22574 msgid "Guestfish client and server versions must match exactly."
22575 msgstr ""
22576
22577 # type: =head1
22578 #. type: =head1
22579 #: ../fish/guestfish.pod:866
22580 msgid "PREPARED DISK IMAGES"
22581 msgstr ""
22582
22583 # type: textblock
22584 #. type: textblock
22585 #: ../fish/guestfish.pod:868
22586 msgid ""
22587 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22588 "preformatted disk images that guestfish can make for you to save typing.  "
22589 "This is particularly useful for testing purposes.  This option is used "
22590 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22591 "can be mixed with I<-a>)."
22592 msgstr ""
22593
22594 # type: textblock
22595 #. type: textblock
22596 #: ../fish/guestfish.pod:874
22597 msgid ""
22598 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22599 "the second and so on.  Existing files in the current directory are "
22600 "I<overwritten>."
22601 msgstr ""
22602
22603 # type: textblock
22604 #. type: textblock
22605 #: ../fish/guestfish.pod:878
22606 msgid ""
22607 "The type briefly describes how the disk should be sized, partitioned, how "
22608 "filesystem(s) should be created, and how content should be added.  "
22609 "Optionally the type can be followed by extra parameters, separated by C<:> "
22610 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22611 "allocated disk, containing a single partition, with the partition formatted "
22612 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22613 "disk instead."
22614 msgstr ""
22615
22616 # type: textblock
22617 #. type: textblock
22618 #: ../fish/guestfish.pod:886
22619 msgid "To list the available types and any extra parameters they take, run:"
22620 msgstr ""
22621
22622 # type: textblock
22623 #. type: textblock
22624 #: ../fish/guestfish.pod:890
22625 msgid ""
22626 "Note that the prepared filesystem is not mounted.  You would usually have to "
22627 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22628 msgstr ""
22629
22630 # type: textblock
22631 #. type: textblock
22632 #: ../fish/guestfish.pod:894
22633 msgid ""
22634 "If any I<-N> or I<--new> options are given, the guest is automatically "
22635 "launched."
22636 msgstr ""
22637
22638 # type: textblock
22639 #. type: textblock
22640 #: ../fish/guestfish.pod:899
22641 msgid "Create a 100MB disk with an ext4-formatted partition:"
22642 msgstr ""
22643
22644 # type: verbatim
22645 #. type: verbatim
22646 #: ../fish/guestfish.pod:901
22647 #, no-wrap
22648 msgid ""
22649 " guestfish -N fs:ext4\n"
22650 "\n"
22651 msgstr ""
22652
22653 # type: textblock
22654 #. type: textblock
22655 #: ../fish/guestfish.pod:903
22656 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22657 msgstr ""
22658
22659 # type: verbatim
22660 #. type: verbatim
22661 #: ../fish/guestfish.pod:905
22662 #, no-wrap
22663 msgid ""
22664 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22665 "\n"
22666 msgstr ""
22667
22668 # type: textblock
22669 #. type: textblock
22670 #: ../fish/guestfish.pod:907
22671 msgid "Create a blank 200MB disk:"
22672 msgstr ""
22673
22674 # type: verbatim
22675 #. type: verbatim
22676 #: ../fish/guestfish.pod:909
22677 #, no-wrap
22678 msgid ""
22679 " guestfish -N disk:200M\n"
22680 "\n"
22681 msgstr ""
22682
22683 # type: =head1
22684 #. type: =head1
22685 #: ../fish/guestfish.pod:911
22686 msgid "PROGRESS BARS"
22687 msgstr ""
22688
22689 # type: textblock
22690 #. type: textblock
22691 #: ../fish/guestfish.pod:913
22692 msgid ""
22693 "Some (not all) long-running commands send progress notification messages as "
22694 "they are running.  Guestfish turns these messages into progress bars."
22695 msgstr ""
22696
22697 # type: textblock
22698 #. type: textblock
22699 #: ../fish/guestfish.pod:917
22700 msgid ""
22701 "When a command that supports progress bars takes longer than two seconds to "
22702 "run, and if progress bars are enabled, then you will see one appearing below "
22703 "the command:"
22704 msgstr ""
22705
22706 # type: verbatim
22707 #. type: verbatim
22708 #: ../fish/guestfish.pod:921
22709 #, no-wrap
22710 msgid ""
22711 " ><fs> copy-size /large-file /another-file 2048M\n"
22712 " / 10% [#####-----------------------------------------] 00:30\n"
22713 "\n"
22714 msgstr ""
22715
22716 # type: textblock
22717 #. type: textblock
22718 #: ../fish/guestfish.pod:924
22719 msgid ""
22720 "The spinner on the left hand side moves round once for every progress "
22721 "notification received from the backend.  This is a (reasonably) golden "
22722 "assurance that the command is \"doing something\" even if the progress bar "
22723 "is not moving, because the command is able to send the progress "
22724 "notifications.  When the bar reaches 100% and the command finishes, the "
22725 "spinner disappears."
22726 msgstr ""
22727
22728 # type: textblock
22729 #. type: textblock
22730 #: ../fish/guestfish.pod:931
22731 msgid ""
22732 "Progress bars are enabled by default when guestfish is used interactively.  "
22733 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22734 "and you can disable them completely using I<--no-progress-bars>."
22735 msgstr ""
22736
22737 # type: =head1
22738 #. type: =head1
22739 #: ../fish/guestfish.pod:936
22740 msgid "GUESTFISH COMMANDS"
22741 msgstr ""
22742
22743 # type: textblock
22744 #. type: textblock
22745 #: ../fish/guestfish.pod:938
22746 msgid ""
22747 "The commands in this section are guestfish convenience commands, in other "
22748 "words, they are not part of the L<guestfs(3)> API."
22749 msgstr ""
22750
22751 # type: =head2
22752 #. type: =head2
22753 #: ../fish/guestfish.pod:941
22754 msgid "help"
22755 msgstr ""
22756
22757 # type: verbatim
22758 #. type: verbatim
22759 #: ../fish/guestfish.pod:943
22760 #, no-wrap
22761 msgid ""
22762 " help\n"
22763 " help cmd\n"
22764 "\n"
22765 msgstr ""
22766
22767 # type: textblock
22768 #. type: textblock
22769 #: ../fish/guestfish.pod:946
22770 msgid "Without any parameter, this provides general help."
22771 msgstr ""
22772
22773 # type: textblock
22774 #. type: textblock
22775 #: ../fish/guestfish.pod:948
22776 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22777 msgstr ""
22778
22779 # type: =head2
22780 #. type: =head2
22781 #: ../fish/guestfish.pod:950
22782 msgid "quit | exit"
22783 msgstr ""
22784
22785 # type: textblock
22786 #. type: textblock
22787 #: ../fish/guestfish.pod:952
22788 msgid "This exits guestfish.  You can also use C<^D> key."
22789 msgstr ""
22790
22791 # type: textblock
22792 #. type: textblock
22793 #: ../fish/guestfish.pod:954
22794 msgid "@FISH_COMMANDS@"
22795 msgstr ""
22796
22797 # type: =head1
22798 #. type: =head1
22799 #: ../fish/guestfish.pod:956
22800 msgid "COMMANDS"
22801 msgstr ""
22802
22803 # type: =head1
22804 #. type: =head1
22805 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
22806 msgid "EXIT CODE"
22807 msgstr ""
22808
22809 # type: textblock
22810 #. type: textblock
22811 #: ../fish/guestfish.pod:962
22812 msgid ""
22813 "guestfish returns 0 if the commands completed without error, or 1 if there "
22814 "was an error."
22815 msgstr ""
22816
22817 # type: =item
22818 #. type: =item
22819 #: ../fish/guestfish.pod:969
22820 msgid "EDITOR"
22821 msgstr ""
22822
22823 # type: textblock
22824 #. type: textblock
22825 #: ../fish/guestfish.pod:971
22826 msgid ""
22827 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22828 "C<vi>."
22829 msgstr ""
22830
22831 # type: =item
22832 #. type: =item
22833 #: ../fish/guestfish.pod:974
22834 msgid "GUESTFISH_PID"
22835 msgstr ""
22836
22837 # type: textblock
22838 #. type: textblock
22839 #: ../fish/guestfish.pod:976
22840 msgid ""
22841 "Used with the I<--remote> option to specify the remote guestfish process to "
22842 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22843 msgstr ""
22844
22845 # type: =item
22846 #. type: =item
22847 #: ../fish/guestfish.pod:980
22848 msgid "HEXEDITOR"
22849 msgstr ""
22850
22851 # type: textblock
22852 #. type: textblock
22853 #: ../fish/guestfish.pod:982
22854 msgid ""
22855 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22856 "not specified, the external L<hexedit(1)> program is used."
22857 msgstr ""
22858
22859 # type: =item
22860 #. type: =item
22861 #: ../fish/guestfish.pod:986
22862 msgid "HOME"
22863 msgstr ""
22864
22865 # type: textblock
22866 #. type: textblock
22867 #: ../fish/guestfish.pod:988
22868 msgid ""
22869 "If compiled with GNU readline support, various files in the home directory "
22870 "can be used.  See L</FILES>."
22871 msgstr ""
22872
22873 # type: textblock
22874 #. type: textblock
22875 #: ../fish/guestfish.pod:997
22876 msgid ""
22877 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22878 "effect as using the B<-v> option."
22879 msgstr ""
22880
22881 # type: textblock
22882 #. type: textblock
22883 #: ../fish/guestfish.pod:1009
22884 msgid ""
22885 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22886 "the discussion of paths in L<guestfs(3)>."
22887 msgstr ""
22888
22889 # type: textblock
22890 #. type: textblock
22891 #: ../fish/guestfish.pod:1020
22892 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22893 msgstr ""
22894
22895 # type: =item
22896 #. type: =item
22897 #: ../fish/guestfish.pod:1022
22898 msgid "PAGER"
22899 msgstr ""
22900
22901 # type: textblock
22902 #. type: textblock
22903 #: ../fish/guestfish.pod:1024
22904 msgid ""
22905 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22906 "C<more>."
22907 msgstr ""
22908
22909 # type: =head1
22910 #. type: =head1
22911 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
22912 msgid "FILES"
22913 msgstr ""
22914
22915 # type: =item
22916 #. type: =item
22917 #: ../fish/guestfish.pod:1043
22918 msgid "$HOME/.guestfish"
22919 msgstr ""
22920
22921 # type: textblock
22922 #. type: textblock
22923 #: ../fish/guestfish.pod:1045
22924 msgid ""
22925 "If compiled with GNU readline support, then the command history is saved in "
22926 "this file."
22927 msgstr ""
22928
22929 # type: =item
22930 #. type: =item
22931 #: ../fish/guestfish.pod:1048
22932 msgid "$HOME/.inputrc"
22933 msgstr ""
22934
22935 # type: =item
22936 #. type: =item
22937 #: ../fish/guestfish.pod:1050
22938 msgid "/etc/inputrc"
22939 msgstr ""
22940
22941 # type: textblock
22942 #. type: textblock
22943 #: ../fish/guestfish.pod:1052
22944 msgid ""
22945 "If compiled with GNU readline support, then these files can be used to "
22946 "configure readline.  For further information, please see L<readline(3)/"
22947 "INITIALIZATION FILE>."
22948 msgstr ""
22949
22950 # type: textblock
22951 #. type: textblock
22952 #: ../fish/guestfish.pod:1056
22953 msgid "To write rules which only apply to guestfish, use:"
22954 msgstr ""
22955
22956 # type: verbatim
22957 #. type: verbatim
22958 #: ../fish/guestfish.pod:1058
22959 #, no-wrap
22960 msgid ""
22961 " $if guestfish\n"
22962 " ...\n"
22963 " $endif\n"
22964 "\n"
22965 msgstr ""
22966
22967 # type: textblock
22968 #. type: textblock
22969 #: ../fish/guestfish.pod:1062
22970 msgid ""
22971 "Variables that you can set in inputrc that change the behaviour of guestfish "
22972 "in useful ways include:"
22973 msgstr ""
22974
22975 # type: =item
22976 #. type: =item
22977 #: ../fish/guestfish.pod:1067
22978 msgid "completion-ignore-case (default: on)"
22979 msgstr ""
22980
22981 # type: textblock
22982 #. type: textblock
22983 #: ../fish/guestfish.pod:1069
22984 msgid ""
22985 "By default, guestfish will ignore case when tab-completing paths on the "
22986 "disk.  Use:"
22987 msgstr ""
22988
22989 # type: verbatim
22990 #. type: verbatim
22991 #: ../fish/guestfish.pod:1072
22992 #, no-wrap
22993 msgid ""
22994 " set completion-ignore-case off\n"
22995 "\n"
22996 msgstr ""
22997
22998 # type: textblock
22999 #. type: textblock
23000 #: ../fish/guestfish.pod:1074
23001 msgid "to make guestfish case sensitive."
23002 msgstr ""
23003
23004 # type: =item
23005 #. type: =item
23006 #: ../fish/guestfish.pod:1078
23007 msgid "test1.img"
23008 msgstr ""
23009
23010 # type: =item
23011 #. type: =item
23012 #: ../fish/guestfish.pod:1080
23013 msgid "test2.img (etc)"
23014 msgstr ""
23015
23016 # type: textblock
23017 #. type: textblock
23018 #: ../fish/guestfish.pod:1082
23019 msgid ""
23020 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23021 "will be created in the file C<test1.img> in the current directory.  The "
23022 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23023 "the same name will be overwritten."
23024 msgstr ""
23025
23026 # type: textblock
23027 #. type: textblock
23028 #: ../fish/guestfish.pod:1091
23029 msgid ""
23030 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
23031 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
23032 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
23033 ">, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
23034 "L<hexedit(1)>."
23035 msgstr ""
23036
23037 # type: textblock
23038 #. type: textblock
23039 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124
23040 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:415
23041 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23042 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
23043 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
23044 msgid ""
23045 "This program is free software; you can redistribute it and/or modify it "
23046 "under the terms of the GNU General Public License as published by the Free "
23047 "Software Foundation; either version 2 of the License, or (at your option) "
23048 "any later version."
23049 msgstr ""
23050
23051 # type: textblock
23052 #. type: textblock
23053 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129
23054 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:420
23055 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23056 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
23057 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
23058 msgid ""
23059 "This program is distributed in the hope that it will be useful, but WITHOUT "
23060 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23061 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23062 "more details."
23063 msgstr ""
23064
23065 # type: textblock
23066 #. type: textblock
23067 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134
23068 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:425
23069 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23070 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
23071 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
23072 msgid ""
23073 "You should have received a copy of the GNU General Public License along with "
23074 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23075 "Ave, Cambridge, MA 02139, USA."
23076 msgstr ""
23077
23078 # type: =head2
23079 #. type: =head2
23080 #: ../fish/guestfish-actions.pod:1
23081 msgid "add-cdrom"
23082 msgstr ""
23083
23084 # type: verbatim
23085 #. type: verbatim
23086 #: ../fish/guestfish-actions.pod:3
23087 #, no-wrap
23088 msgid ""
23089 " add-cdrom filename\n"
23090 "\n"
23091 msgstr ""
23092
23093 # type: textblock
23094 #. type: textblock
23095 #: ../fish/guestfish-actions.pod:15
23096 msgid ""
23097 "This call checks for the existence of C<filename>.  This stops you from "
23098 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23099 "and C<http:> URLs.  To specify those, use the general L</config> call "
23100 "instead."
23101 msgstr ""
23102
23103 # type: textblock
23104 #. type: textblock
23105 #: ../fish/guestfish-actions.pod:22
23106 msgid ""
23107 "If you just want to add an ISO file (often you use this as an efficient way "
23108 "to transfer large files into the guest), then you should probably use L</add-"
23109 "drive-ro> instead."
23110 msgstr ""
23111
23112 # type: =head2
23113 #. type: =head2
23114 #: ../fish/guestfish-actions.pod:35
23115 msgid "add-domain"
23116 msgstr ""
23117
23118 # type: =head2
23119 #. type: =head2
23120 #: ../fish/guestfish-actions.pod:37
23121 msgid "domain"
23122 msgstr ""
23123
23124 # type: verbatim
23125 #. type: verbatim
23126 #: ../fish/guestfish-actions.pod:39
23127 #, no-wrap
23128 msgid ""
23129 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23130 "\n"
23131 msgstr ""
23132
23133 # type: textblock
23134 #. type: textblock
23135 #: ../fish/guestfish-actions.pod:41
23136 msgid ""
23137 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23138 "It works by connecting to libvirt, requesting the domain and domain XML from "
23139 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23140 msgstr ""
23141
23142 # type: textblock
23143 #. type: textblock
23144 #: ../fish/guestfish-actions.pod:64
23145 msgid ""
23146 "The other optional parameters are passed directly through to L</add-drive-"
23147 "opts>."
23148 msgstr ""
23149
23150 # type: textblock
23151 #. type: textblock
23152 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23153 #: ../fish/guestfish-actions.pod:2845
23154 msgid ""
23155 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23156 msgstr ""
23157
23158 # type: =head2
23159 #. type: =head2
23160 #: ../fish/guestfish-actions.pod:69
23161 msgid "add-drive"
23162 msgstr ""
23163
23164 # type: verbatim
23165 #. type: verbatim
23166 #: ../fish/guestfish-actions.pod:71
23167 #, no-wrap
23168 msgid ""
23169 " add-drive filename\n"
23170 "\n"
23171 msgstr ""
23172
23173 # type: textblock
23174 #. type: textblock
23175 #: ../fish/guestfish-actions.pod:73
23176 msgid ""
23177 "This function is the equivalent of calling L</add-drive-opts> with no "
23178 "optional parameters, so the disk is added writable, with the format being "
23179 "detected automatically."
23180 msgstr ""
23181
23182 # type: textblock
23183 #. type: textblock
23184 #: ../fish/guestfish-actions.pod:77
23185 msgid ""
23186 "Automatic detection of the format opens you up to a potential security hole "
23187 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23188 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23189 "you should think about replacing calls to this function with calls to L</add-"
23190 "drive-opts>, and specifying the format."
23191 msgstr ""
23192
23193 # type: =head2
23194 #. type: =head2
23195 #: ../fish/guestfish-actions.pod:84
23196 msgid "add-drive-opts"
23197 msgstr ""
23198
23199 # type: =head2
23200 #. type: =head2
23201 #: ../fish/guestfish-actions.pod:86
23202 msgid "add"
23203 msgstr ""
23204
23205 # type: verbatim
23206 #. type: verbatim
23207 #: ../fish/guestfish-actions.pod:88
23208 #, no-wrap
23209 msgid ""
23210 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23211 "\n"
23212 msgstr ""
23213
23214 # type: textblock
23215 #. type: textblock
23216 #: ../fish/guestfish-actions.pod:115
23217 msgid ""
23218 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23219 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23220 "include C<raw> and C<qcow2>."
23221 msgstr ""
23222
23223 # type: textblock
23224 #. type: textblock
23225 #: ../fish/guestfish-actions.pod:126
23226 msgid ""
23227 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23228 "add-drive-with-if> call (q.v.)"
23229 msgstr ""
23230
23231 # type: =head2
23232 #. type: =head2
23233 #: ../fish/guestfish-actions.pod:133
23234 msgid "add-drive-ro"
23235 msgstr ""
23236
23237 # type: =head2
23238 #. type: =head2
23239 #: ../fish/guestfish-actions.pod:135
23240 msgid "add-ro"
23241 msgstr ""
23242
23243 # type: verbatim
23244 #. type: verbatim
23245 #: ../fish/guestfish-actions.pod:137
23246 #, no-wrap
23247 msgid ""
23248 " add-drive-ro filename\n"
23249 "\n"
23250 msgstr ""
23251
23252 # type: textblock
23253 #. type: textblock
23254 #: ../fish/guestfish-actions.pod:139
23255 msgid ""
23256 "This function is the equivalent of calling L</add-drive-opts> with the "
23257 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23258 "is added read-only, with the format being detected automatically."
23259 msgstr ""
23260
23261 # type: =head2
23262 #. type: =head2
23263 #: ../fish/guestfish-actions.pod:144
23264 msgid "add-drive-ro-with-if"
23265 msgstr ""
23266
23267 # type: verbatim
23268 #. type: verbatim
23269 #: ../fish/guestfish-actions.pod:146
23270 #, no-wrap
23271 msgid ""
23272 " add-drive-ro-with-if filename iface\n"
23273 "\n"
23274 msgstr ""
23275
23276 # type: textblock
23277 #. type: textblock
23278 #: ../fish/guestfish-actions.pod:148
23279 msgid ""
23280 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
23281 "interface emulation to use at run time."
23282 msgstr ""
23283
23284 # type: =head2
23285 #. type: =head2
23286 #: ../fish/guestfish-actions.pod:158
23287 msgid "add-drive-with-if"
23288 msgstr ""
23289
23290 # type: verbatim
23291 #. type: verbatim
23292 #: ../fish/guestfish-actions.pod:160
23293 #, no-wrap
23294 msgid ""
23295 " add-drive-with-if filename iface\n"
23296 "\n"
23297 msgstr ""
23298
23299 # type: textblock
23300 #. type: textblock
23301 #: ../fish/guestfish-actions.pod:162
23302 msgid ""
23303 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23304 "interface emulation to use at run time."
23305 msgstr ""
23306
23307 # type: =head2
23308 #. type: =head2
23309 #: ../fish/guestfish-actions.pod:172
23310 msgid "aug-clear"
23311 msgstr ""
23312
23313 # type: verbatim
23314 #. type: verbatim
23315 #: ../fish/guestfish-actions.pod:174
23316 #, no-wrap
23317 msgid ""
23318 " aug-clear augpath\n"
23319 "\n"
23320 msgstr ""
23321
23322 # type: =head2
23323 #. type: =head2
23324 #: ../fish/guestfish-actions.pod:179
23325 msgid "aug-close"
23326 msgstr ""
23327
23328 # type: verbatim
23329 #. type: verbatim
23330 #: ../fish/guestfish-actions.pod:181
23331 #, no-wrap
23332 msgid ""
23333 " aug-close\n"
23334 "\n"
23335 msgstr ""
23336
23337 # type: textblock
23338 #. type: textblock
23339 #: ../fish/guestfish-actions.pod:183
23340 msgid ""
23341 "Close the current Augeas handle and free up any resources used by it.  After "
23342 "calling this, you have to call L</aug-init> again before you can use any "
23343 "other Augeas functions."
23344 msgstr ""
23345
23346 # type: =head2
23347 #. type: =head2
23348 #: ../fish/guestfish-actions.pod:188
23349 msgid "aug-defnode"
23350 msgstr ""
23351
23352 # type: verbatim
23353 #. type: verbatim
23354 #: ../fish/guestfish-actions.pod:190
23355 #, no-wrap
23356 msgid ""
23357 " aug-defnode name expr val\n"
23358 "\n"
23359 msgstr ""
23360
23361 # type: textblock
23362 #. type: textblock
23363 #: ../fish/guestfish-actions.pod:195
23364 msgid ""
23365 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23366 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23367 "containing that single node."
23368 msgstr ""
23369
23370 # type: =head2
23371 #. type: =head2
23372 #: ../fish/guestfish-actions.pod:203
23373 msgid "aug-defvar"
23374 msgstr ""
23375
23376 # type: verbatim
23377 #. type: verbatim
23378 #: ../fish/guestfish-actions.pod:205
23379 #, no-wrap
23380 msgid ""
23381 " aug-defvar name expr\n"
23382 "\n"
23383 msgstr ""
23384
23385 # type: =head2
23386 #. type: =head2
23387 #: ../fish/guestfish-actions.pod:214
23388 msgid "aug-get"
23389 msgstr ""
23390
23391 # type: verbatim
23392 #. type: verbatim
23393 #: ../fish/guestfish-actions.pod:216
23394 #, no-wrap
23395 msgid ""
23396 " aug-get augpath\n"
23397 "\n"
23398 msgstr ""
23399
23400 # type: =head2
23401 #. type: =head2
23402 #: ../fish/guestfish-actions.pod:221
23403 msgid "aug-init"
23404 msgstr ""
23405
23406 # type: verbatim
23407 #. type: verbatim
23408 #: ../fish/guestfish-actions.pod:223
23409 #, no-wrap
23410 msgid ""
23411 " aug-init root flags\n"
23412 "\n"
23413 msgstr ""
23414
23415 # type: textblock
23416 #. type: textblock
23417 #: ../fish/guestfish-actions.pod:229
23418 msgid "You must call this before using any other L</aug-*> commands."
23419 msgstr ""
23420
23421 # type: textblock
23422 #. type: textblock
23423 #: ../fish/guestfish-actions.pod:264
23424 msgid "Do not load the tree in L</aug-init>."
23425 msgstr ""
23426
23427 # type: textblock
23428 #. type: textblock
23429 #: ../fish/guestfish-actions.pod:268
23430 msgid "To close the handle, you can call L</aug-close>."
23431 msgstr ""
23432
23433 # type: =head2
23434 #. type: =head2
23435 #: ../fish/guestfish-actions.pod:272
23436 msgid "aug-insert"
23437 msgstr ""
23438
23439 # type: verbatim
23440 #. type: verbatim
23441 #: ../fish/guestfish-actions.pod:274
23442 #, no-wrap
23443 msgid ""
23444 " aug-insert augpath label true|false\n"
23445 "\n"
23446 msgstr ""
23447
23448 # type: =head2
23449 #. type: =head2
23450 #: ../fish/guestfish-actions.pod:284
23451 msgid "aug-load"
23452 msgstr ""
23453
23454 # type: verbatim
23455 #. type: verbatim
23456 #: ../fish/guestfish-actions.pod:286
23457 #, no-wrap
23458 msgid ""
23459 " aug-load\n"
23460 "\n"
23461 msgstr ""
23462
23463 # type: =head2
23464 #. type: =head2
23465 #: ../fish/guestfish-actions.pod:293
23466 msgid "aug-ls"
23467 msgstr ""
23468
23469 # type: verbatim
23470 #. type: verbatim
23471 #: ../fish/guestfish-actions.pod:295
23472 #, no-wrap
23473 msgid ""
23474 " aug-ls augpath\n"
23475 "\n"
23476 msgstr ""
23477
23478 # type: textblock
23479 #. type: textblock
23480 #: ../fish/guestfish-actions.pod:297
23481 msgid ""
23482 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23483 "resulting nodes into alphabetical order."
23484 msgstr ""
23485
23486 # type: =head2
23487 #. type: =head2
23488 #: ../fish/guestfish-actions.pod:300
23489 msgid "aug-match"
23490 msgstr ""
23491
23492 # type: verbatim
23493 #. type: verbatim
23494 #: ../fish/guestfish-actions.pod:302
23495 #, no-wrap
23496 msgid ""
23497 " aug-match augpath\n"
23498 "\n"
23499 msgstr ""
23500
23501 # type: =head2
23502 #. type: =head2
23503 #: ../fish/guestfish-actions.pod:308
23504 msgid "aug-mv"
23505 msgstr ""
23506
23507 # type: verbatim
23508 #. type: verbatim
23509 #: ../fish/guestfish-actions.pod:310
23510 #, no-wrap
23511 msgid ""
23512 " aug-mv src dest\n"
23513 "\n"
23514 msgstr ""
23515
23516 # type: =head2
23517 #. type: =head2
23518 #: ../fish/guestfish-actions.pod:315
23519 msgid "aug-rm"
23520 msgstr ""
23521
23522 # type: verbatim
23523 #. type: verbatim
23524 #: ../fish/guestfish-actions.pod:317
23525 #, no-wrap
23526 msgid ""
23527 " aug-rm augpath\n"
23528 "\n"
23529 msgstr ""
23530
23531 # type: =head2
23532 #. type: =head2
23533 #: ../fish/guestfish-actions.pod:323
23534 msgid "aug-save"
23535 msgstr ""
23536
23537 # type: verbatim
23538 #. type: verbatim
23539 #: ../fish/guestfish-actions.pod:325
23540 #, no-wrap
23541 msgid ""
23542 " aug-save\n"
23543 "\n"
23544 msgstr ""
23545
23546 # type: textblock
23547 #. type: textblock
23548 #: ../fish/guestfish-actions.pod:329
23549 msgid ""
23550 "The flags which were passed to L</aug-init> affect exactly how files are "
23551 "saved."
23552 msgstr ""
23553
23554 # type: =head2
23555 #. type: =head2
23556 #: ../fish/guestfish-actions.pod:332
23557 msgid "aug-set"
23558 msgstr ""
23559
23560 # type: verbatim
23561 #. type: verbatim
23562 #: ../fish/guestfish-actions.pod:334
23563 #, no-wrap
23564 msgid ""
23565 " aug-set augpath val\n"
23566 "\n"
23567 msgstr ""
23568
23569 # type: textblock
23570 #. type: textblock
23571 #: ../fish/guestfish-actions.pod:338
23572 msgid ""
23573 "In the Augeas API, it is possible to clear a node by setting the value to "
23574 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23575 "this call.  Instead you must use the L</aug-clear> call."
23576 msgstr ""
23577
23578 # type: =head2
23579 #. type: =head2
23580 #: ../fish/guestfish-actions.pod:343
23581 msgid "available"
23582 msgstr ""
23583
23584 # type: verbatim
23585 #. type: verbatim
23586 #: ../fish/guestfish-actions.pod:345
23587 #, no-wrap
23588 msgid ""
23589 " available 'groups ...'\n"
23590 "\n"
23591 msgstr ""
23592
23593 # type: textblock
23594 #. type: textblock
23595 #: ../fish/guestfish-actions.pod:351
23596 msgid ""
23597 "The libguestfs groups, and the functions that those groups correspond to, "
23598 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23599 "runtime by calling L</available-all-groups>."
23600 msgstr ""
23601
23602 # type: textblock
23603 #. type: textblock
23604 #: ../fish/guestfish-actions.pod:375
23605 msgid "You must call L</launch> before calling this function."
23606 msgstr ""
23607
23608 # type: textblock
23609 #. type: textblock
23610 #: ../fish/guestfish-actions.pod:397
23611 msgid ""
23612 "This call was added in version C<1.0.80>.  In previous versions of "
23613 "libguestfs all you could do would be to speculatively execute a command to "
23614 "find out if the daemon implemented it.  See also L</version>."
23615 msgstr ""
23616
23617 # type: =head2
23618 #. type: =head2
23619 #: ../fish/guestfish-actions.pod:404
23620 msgid "available-all-groups"
23621 msgstr ""
23622
23623 # type: verbatim
23624 #. type: verbatim
23625 #: ../fish/guestfish-actions.pod:406
23626 #, no-wrap
23627 msgid ""
23628 " available-all-groups\n"
23629 "\n"
23630 msgstr ""
23631
23632 # type: textblock
23633 #. type: textblock
23634 #: ../fish/guestfish-actions.pod:408
23635 msgid ""
23636 "This command returns a list of all optional groups that this daemon knows "
23637 "about.  Note this returns both supported and unsupported groups.  To find "
23638 "out which ones the daemon can actually support you have to call L</"
23639 "available> on each member of the returned list."
23640 msgstr ""
23641
23642 # type: textblock
23643 #. type: textblock
23644 #: ../fish/guestfish-actions.pod:414
23645 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23646 msgstr ""
23647
23648 # type: =head2
23649 #. type: =head2
23650 #: ../fish/guestfish-actions.pod:416
23651 msgid "base64-in"
23652 msgstr ""
23653
23654 # type: verbatim
23655 #. type: verbatim
23656 #: ../fish/guestfish-actions.pod:418
23657 #, no-wrap
23658 msgid ""
23659 " base64-in (base64file|-) filename\n"
23660 "\n"
23661 msgstr ""
23662
23663 # type: textblock
23664 #. type: textblock
23665 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
23666 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
23667 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1218
23668 #: ../fish/guestfish-actions.pod:4200 ../fish/guestfish-actions.pod:4212
23669 #: ../fish/guestfish-actions.pod:4223 ../fish/guestfish-actions.pod:4234
23670 #: ../fish/guestfish-actions.pod:4286 ../fish/guestfish-actions.pod:4295
23671 #: ../fish/guestfish-actions.pod:4349 ../fish/guestfish-actions.pod:4372
23672 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23673 msgstr ""
23674
23675 # type: =head2
23676 #. type: =head2
23677 #: ../fish/guestfish-actions.pod:425
23678 msgid "base64-out"
23679 msgstr ""
23680
23681 # type: verbatim
23682 #. type: verbatim
23683 #: ../fish/guestfish-actions.pod:427
23684 #, no-wrap
23685 msgid ""
23686 " base64-out filename (base64file|-)\n"
23687 "\n"
23688 msgstr ""
23689
23690 # type: =head2
23691 #. type: =head2
23692 #: ../fish/guestfish-actions.pod:434
23693 msgid "blockdev-flushbufs"
23694 msgstr ""
23695
23696 # type: verbatim
23697 #. type: verbatim
23698 #: ../fish/guestfish-actions.pod:436
23699 #, no-wrap
23700 msgid ""
23701 " blockdev-flushbufs device\n"
23702 "\n"
23703 msgstr ""
23704
23705 # type: =head2
23706 #. type: =head2
23707 #: ../fish/guestfish-actions.pod:443
23708 msgid "blockdev-getbsz"
23709 msgstr ""
23710
23711 # type: verbatim
23712 #. type: verbatim
23713 #: ../fish/guestfish-actions.pod:445
23714 #, no-wrap
23715 msgid ""
23716 " blockdev-getbsz device\n"
23717 "\n"
23718 msgstr ""
23719
23720 # type: =head2
23721 #. type: =head2
23722 #: ../fish/guestfish-actions.pod:454
23723 msgid "blockdev-getro"
23724 msgstr ""
23725
23726 # type: verbatim
23727 #. type: verbatim
23728 #: ../fish/guestfish-actions.pod:456
23729 #, no-wrap
23730 msgid ""
23731 " blockdev-getro device\n"
23732 "\n"
23733 msgstr ""
23734
23735 # type: =head2
23736 #. type: =head2
23737 #: ../fish/guestfish-actions.pod:463
23738 msgid "blockdev-getsize64"
23739 msgstr ""
23740
23741 # type: verbatim
23742 #. type: verbatim
23743 #: ../fish/guestfish-actions.pod:465
23744 #, no-wrap
23745 msgid ""
23746 " blockdev-getsize64 device\n"
23747 "\n"
23748 msgstr ""
23749
23750 # type: textblock
23751 #. type: textblock
23752 #: ../fish/guestfish-actions.pod:469
23753 msgid "See also L</blockdev-getsz>."
23754 msgstr ""
23755
23756 # type: =head2
23757 #. type: =head2
23758 #: ../fish/guestfish-actions.pod:473
23759 msgid "blockdev-getss"
23760 msgstr ""
23761
23762 # type: verbatim
23763 #. type: verbatim
23764 #: ../fish/guestfish-actions.pod:475
23765 #, no-wrap
23766 msgid ""
23767 " blockdev-getss device\n"
23768 "\n"
23769 msgstr ""
23770
23771 # type: textblock
23772 #. type: textblock
23773 #: ../fish/guestfish-actions.pod:480
23774 msgid ""
23775 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23776 msgstr ""
23777
23778 # type: =head2
23779 #. type: =head2
23780 #: ../fish/guestfish-actions.pod:485
23781 msgid "blockdev-getsz"
23782 msgstr ""
23783
23784 # type: verbatim
23785 #. type: verbatim
23786 #: ../fish/guestfish-actions.pod:487
23787 #, no-wrap
23788 msgid ""
23789 " blockdev-getsz device\n"
23790 "\n"
23791 msgstr ""
23792
23793 # type: textblock
23794 #. type: textblock
23795 #: ../fish/guestfish-actions.pod:492
23796 msgid ""
23797 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23798 "blockdev-getsize64> for the more useful I<size in bytes>."
23799 msgstr ""
23800
23801 # type: =head2
23802 #. type: =head2
23803 #: ../fish/guestfish-actions.pod:498
23804 msgid "blockdev-rereadpt"
23805 msgstr ""
23806
23807 # type: verbatim
23808 #. type: verbatim
23809 #: ../fish/guestfish-actions.pod:500
23810 #, no-wrap
23811 msgid ""
23812 " blockdev-rereadpt device\n"
23813 "\n"
23814 msgstr ""
23815
23816 # type: =head2
23817 #. type: =head2
23818 #: ../fish/guestfish-actions.pod:506
23819 msgid "blockdev-setbsz"
23820 msgstr ""
23821
23822 # type: verbatim
23823 #. type: verbatim
23824 #: ../fish/guestfish-actions.pod:508
23825 #, no-wrap
23826 msgid ""
23827 " blockdev-setbsz device blocksize\n"
23828 "\n"
23829 msgstr ""
23830
23831 # type: =head2
23832 #. type: =head2
23833 #: ../fish/guestfish-actions.pod:517
23834 msgid "blockdev-setro"
23835 msgstr ""
23836
23837 # type: verbatim
23838 #. type: verbatim
23839 #: ../fish/guestfish-actions.pod:519
23840 #, no-wrap
23841 msgid ""
23842 " blockdev-setro device\n"
23843 "\n"
23844 msgstr ""
23845
23846 # type: =head2
23847 #. type: =head2
23848 #: ../fish/guestfish-actions.pod:525
23849 msgid "blockdev-setrw"
23850 msgstr ""
23851
23852 # type: verbatim
23853 #. type: verbatim
23854 #: ../fish/guestfish-actions.pod:527
23855 #, no-wrap
23856 msgid ""
23857 " blockdev-setrw device\n"
23858 "\n"
23859 msgstr ""
23860
23861 # type: =head2
23862 #. type: =head2
23863 #: ../fish/guestfish-actions.pod:533
23864 msgid "case-sensitive-path"
23865 msgstr ""
23866
23867 # type: verbatim
23868 #. type: verbatim
23869 #: ../fish/guestfish-actions.pod:535
23870 #, no-wrap
23871 msgid ""
23872 " case-sensitive-path path\n"
23873 "\n"
23874 msgstr ""
23875
23876 # type: textblock
23877 #. type: textblock
23878 #: ../fish/guestfish-actions.pod:559
23879 msgid ""
23880 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23881 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23882 "the directories were originally created under Windows)."
23883 msgstr ""
23884
23885 # type: textblock
23886 #. type: textblock
23887 #: ../fish/guestfish-actions.pod:567
23888 msgid "See also L</realpath>."
23889 msgstr ""
23890
23891 # type: =head2
23892 #. type: =head2
23893 #: ../fish/guestfish-actions.pod:569
23894 msgid "cat"
23895 msgstr ""
23896
23897 # type: verbatim
23898 #. type: verbatim
23899 #: ../fish/guestfish-actions.pod:571
23900 #, no-wrap
23901 msgid ""
23902 " cat path\n"
23903 "\n"
23904 msgstr ""
23905
23906 # type: textblock
23907 #. type: textblock
23908 #: ../fish/guestfish-actions.pod:575
23909 msgid ""
23910 "Note that this function cannot correctly handle binary files (specifically, "
23911 "files containing C<\\0> character which is treated as end of string).  For "
23912 "those you need to use the L</read-file> or L</download> functions which have "
23913 "a more complex interface."
23914 msgstr ""
23915
23916 # type: =head2
23917 #. type: =head2
23918 #: ../fish/guestfish-actions.pod:583
23919 msgid "checksum"
23920 msgstr ""
23921
23922 # type: verbatim
23923 #. type: verbatim
23924 #: ../fish/guestfish-actions.pod:585
23925 #, no-wrap
23926 msgid ""
23927 " checksum csumtype path\n"
23928 "\n"
23929 msgstr ""
23930
23931 # type: textblock
23932 #. type: textblock
23933 #: ../fish/guestfish-actions.pod:628
23934 msgid "To get the checksum for a device, use L</checksum-device>."
23935 msgstr ""
23936
23937 # type: textblock
23938 #. type: textblock
23939 #: ../fish/guestfish-actions.pod:630
23940 msgid "To get the checksums for many files, use L</checksums-out>."
23941 msgstr ""
23942
23943 # type: =head2
23944 #. type: =head2
23945 #: ../fish/guestfish-actions.pod:632
23946 msgid "checksum-device"
23947 msgstr ""
23948
23949 # type: verbatim
23950 #. type: verbatim
23951 #: ../fish/guestfish-actions.pod:634
23952 #, no-wrap
23953 msgid ""
23954 " checksum-device csumtype device\n"
23955 "\n"
23956 msgstr ""
23957
23958 # type: textblock
23959 #. type: textblock
23960 #: ../fish/guestfish-actions.pod:636
23961 msgid ""
23962 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23963 "device named C<device>.  For the types of checksums supported see the L</"
23964 "checksum> command."
23965 msgstr ""
23966
23967 # type: =head2
23968 #. type: =head2
23969 #: ../fish/guestfish-actions.pod:640
23970 msgid "checksums-out"
23971 msgstr ""
23972
23973 # type: verbatim
23974 #. type: verbatim
23975 #: ../fish/guestfish-actions.pod:642
23976 #, no-wrap
23977 msgid ""
23978 " checksums-out csumtype directory (sumsfile|-)\n"
23979 "\n"
23980 msgstr ""
23981
23982 # type: =head2
23983 #. type: =head2
23984 #: ../fish/guestfish-actions.pod:658
23985 msgid "chmod"
23986 msgstr ""
23987
23988 # type: verbatim
23989 #. type: verbatim
23990 #: ../fish/guestfish-actions.pod:660
23991 #, no-wrap
23992 msgid ""
23993 " chmod mode path\n"
23994 "\n"
23995 msgstr ""
23996
23997 # type: =head2
23998 #. type: =head2
23999 #: ../fish/guestfish-actions.pod:671
24000 msgid "chown"
24001 msgstr ""
24002
24003 # type: verbatim
24004 #. type: verbatim
24005 #: ../fish/guestfish-actions.pod:673
24006 #, no-wrap
24007 msgid ""
24008 " chown owner group path\n"
24009 "\n"
24010 msgstr ""
24011
24012 # type: =head2
24013 #. type: =head2
24014 #: ../fish/guestfish-actions.pod:681
24015 msgid "command"
24016 msgstr ""
24017
24018 # type: verbatim
24019 #. type: verbatim
24020 #: ../fish/guestfish-actions.pod:683
24021 #, no-wrap
24022 msgid ""
24023 " command 'arguments ...'\n"
24024 "\n"
24025 msgstr ""
24026
24027 # type: textblock
24028 #. type: textblock
24029 #: ../fish/guestfish-actions.pod:690
24030 msgid ""
24031 "The single parameter is an argv-style list of arguments.  The first element "
24032 "is the name of the program to run.  Subsequent elements are parameters.  The "
24033 "list must be non-empty (ie. must contain a program name).  Note that the "
24034 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24035 msgstr ""
24036
24037 # type: =head2
24038 #. type: =head2
24039 #: ../fish/guestfish-actions.pod:718
24040 msgid "command-lines"
24041 msgstr ""
24042
24043 # type: verbatim
24044 #. type: verbatim
24045 #: ../fish/guestfish-actions.pod:720
24046 #, no-wrap
24047 msgid ""
24048 " command-lines 'arguments ...'\n"
24049 "\n"
24050 msgstr ""
24051
24052 # type: textblock
24053 #. type: textblock
24054 #: ../fish/guestfish-actions.pod:722
24055 msgid ""
24056 "This is the same as L</command>, but splits the result into a list of lines."
24057 msgstr ""
24058
24059 # type: textblock
24060 #. type: textblock
24061 #: ../fish/guestfish-actions.pod:725
24062 msgid "See also: L</sh-lines>"
24063 msgstr ""
24064
24065 # type: =head2
24066 #. type: =head2
24067 #: ../fish/guestfish-actions.pod:730
24068 msgid "config"
24069 msgstr ""
24070
24071 # type: verbatim
24072 #. type: verbatim
24073 #: ../fish/guestfish-actions.pod:732
24074 #, no-wrap
24075 msgid ""
24076 " config qemuparam qemuvalue\n"
24077 "\n"
24078 msgstr ""
24079
24080 # type: =head2
24081 #. type: =head2
24082 #: ../fish/guestfish-actions.pod:743
24083 msgid "copy-size"
24084 msgstr ""
24085
24086 # type: verbatim
24087 #. type: verbatim
24088 #: ../fish/guestfish-actions.pod:745
24089 #, no-wrap
24090 msgid ""
24091 " copy-size src dest size\n"
24092 "\n"
24093 msgstr ""
24094
24095 # type: =head2
24096 #. type: =head2
24097 #: ../fish/guestfish-actions.pod:753
24098 msgid "cp"
24099 msgstr ""
24100
24101 # type: verbatim
24102 #. type: verbatim
24103 #: ../fish/guestfish-actions.pod:755
24104 #, no-wrap
24105 msgid ""
24106 " cp src dest\n"
24107 "\n"
24108 msgstr ""
24109
24110 # type: =head2
24111 #. type: =head2
24112 #: ../fish/guestfish-actions.pod:760
24113 msgid "cp-a"
24114 msgstr ""
24115
24116 # type: verbatim
24117 #. type: verbatim
24118 #: ../fish/guestfish-actions.pod:762
24119 #, no-wrap
24120 msgid ""
24121 " cp-a src dest\n"
24122 "\n"
24123 msgstr ""
24124
24125 # type: =head2
24126 #. type: =head2
24127 #: ../fish/guestfish-actions.pod:767
24128 msgid "dd"
24129 msgstr ""
24130
24131 # type: verbatim
24132 #. type: verbatim
24133 #: ../fish/guestfish-actions.pod:769
24134 #, no-wrap
24135 msgid ""
24136 " dd src dest\n"
24137 "\n"
24138 msgstr ""
24139
24140 # type: textblock
24141 #. type: textblock
24142 #: ../fish/guestfish-actions.pod:776
24143 msgid ""
24144 "If the destination is a device, it must be as large or larger than the "
24145 "source file or device, otherwise the copy will fail.  This command cannot do "
24146 "partial copies (see L</copy-size>)."
24147 msgstr ""
24148
24149 # type: =head2
24150 #. type: =head2
24151 #: ../fish/guestfish-actions.pod:780
24152 msgid "df"
24153 msgstr ""
24154
24155 # type: verbatim
24156 #. type: verbatim
24157 #: ../fish/guestfish-actions.pod:782
24158 #, no-wrap
24159 msgid ""
24160 " df\n"
24161 "\n"
24162 msgstr ""
24163
24164 # type: textblock
24165 #. type: textblock
24166 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
24167 msgid ""
24168 "This command is mostly useful for interactive sessions.  It is I<not> "
24169 "intended that you try to parse the output string.  Use L</statvfs> from "
24170 "programs."
24171 msgstr ""
24172
24173 # type: =head2
24174 #. type: =head2
24175 #: ../fish/guestfish-actions.pod:790
24176 msgid "df-h"
24177 msgstr ""
24178
24179 # type: verbatim
24180 #. type: verbatim
24181 #: ../fish/guestfish-actions.pod:792
24182 #, no-wrap
24183 msgid ""
24184 " df-h\n"
24185 "\n"
24186 msgstr ""
24187
24188 # type: =head2
24189 #. type: =head2
24190 #: ../fish/guestfish-actions.pod:801
24191 msgid "dmesg"
24192 msgstr ""
24193
24194 # type: verbatim
24195 #. type: verbatim
24196 #: ../fish/guestfish-actions.pod:803
24197 #, no-wrap
24198 msgid ""
24199 " dmesg\n"
24200 "\n"
24201 msgstr ""
24202
24203 # type: textblock
24204 #. type: textblock
24205 #: ../fish/guestfish-actions.pod:809
24206 msgid ""
24207 "Another way to get the same information is to enable verbose messages with "
24208 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24209 "before running the program."
24210 msgstr ""
24211
24212 # type: =head2
24213 #. type: =head2
24214 #: ../fish/guestfish-actions.pod:814
24215 msgid "download"
24216 msgstr ""
24217
24218 # type: verbatim
24219 #. type: verbatim
24220 #: ../fish/guestfish-actions.pod:816
24221 #, no-wrap
24222 msgid ""
24223 " download remotefilename (filename|-)\n"
24224 "\n"
24225 msgstr ""
24226
24227 # type: textblock
24228 #. type: textblock
24229 #: ../fish/guestfish-actions.pod:823
24230 msgid "See also L</upload>, L</cat>."
24231 msgstr ""
24232
24233 # type: =head2
24234 #. type: =head2
24235 #: ../fish/guestfish-actions.pod:827
24236 msgid "download-offset"
24237 msgstr ""
24238
24239 # type: verbatim
24240 #. type: verbatim
24241 #: ../fish/guestfish-actions.pod:829
24242 #, no-wrap
24243 msgid ""
24244 " download-offset remotefilename (filename|-) offset size\n"
24245 "\n"
24246 msgstr ""
24247
24248 # type: textblock
24249 #. type: textblock
24250 #: ../fish/guestfish-actions.pod:837
24251 msgid ""
24252 "Note that there is no limit on the amount of data that can be downloaded "
24253 "with this call, unlike with L</pread>, and this call always reads the full "
24254 "amount unless an error occurs."
24255 msgstr ""
24256
24257 # type: textblock
24258 #. type: textblock
24259 #: ../fish/guestfish-actions.pod:842
24260 msgid "See also L</download>, L</pread>."
24261 msgstr ""
24262
24263 # type: =head2
24264 #. type: =head2
24265 #: ../fish/guestfish-actions.pod:846
24266 msgid "drop-caches"
24267 msgstr ""
24268
24269 # type: verbatim
24270 #. type: verbatim
24271 #: ../fish/guestfish-actions.pod:848
24272 #, no-wrap
24273 msgid ""
24274 " drop-caches whattodrop\n"
24275 "\n"
24276 msgstr ""
24277
24278 # type: =head2
24279 #. type: =head2
24280 #: ../fish/guestfish-actions.pod:860
24281 msgid "du"
24282 msgstr ""
24283
24284 # type: verbatim
24285 #. type: verbatim
24286 #: ../fish/guestfish-actions.pod:862
24287 #, no-wrap
24288 msgid ""
24289 " du path\n"
24290 "\n"
24291 msgstr ""
24292
24293 # type: =head2
24294 #. type: =head2
24295 #: ../fish/guestfish-actions.pod:874
24296 msgid "e2fsck-f"
24297 msgstr ""
24298
24299 # type: verbatim
24300 #. type: verbatim
24301 #: ../fish/guestfish-actions.pod:876
24302 #, no-wrap
24303 msgid ""
24304 " e2fsck-f device\n"
24305 "\n"
24306 msgstr ""
24307
24308 # type: textblock
24309 #. type: textblock
24310 #: ../fish/guestfish-actions.pod:882
24311 msgid ""
24312 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24313 "should use L</fsck>."
24314 msgstr ""
24315
24316 # type: =head2
24317 #. type: =head2
24318 #: ../fish/guestfish-actions.pod:885
24319 msgid "echo-daemon"
24320 msgstr ""
24321
24322 # type: verbatim
24323 #. type: verbatim
24324 #: ../fish/guestfish-actions.pod:887
24325 #, no-wrap
24326 msgid ""
24327 " echo-daemon 'words ...'\n"
24328 "\n"
24329 msgstr ""
24330
24331 # type: textblock
24332 #. type: textblock
24333 #: ../fish/guestfish-actions.pod:894
24334 msgid "See also L</ping-daemon>."
24335 msgstr ""
24336
24337 # type: =head2
24338 #. type: =head2
24339 #: ../fish/guestfish-actions.pod:896
24340 msgid "egrep"
24341 msgstr ""
24342
24343 # type: verbatim
24344 #. type: verbatim
24345 #: ../fish/guestfish-actions.pod:898
24346 #, no-wrap
24347 msgid ""
24348 " egrep regex path\n"
24349 "\n"
24350 msgstr ""
24351
24352 # type: =head2
24353 #. type: =head2
24354 #: ../fish/guestfish-actions.pod:906
24355 msgid "egrepi"
24356 msgstr ""
24357
24358 # type: verbatim
24359 #. type: verbatim
24360 #: ../fish/guestfish-actions.pod:908
24361 #, no-wrap
24362 msgid ""
24363 " egrepi regex path\n"
24364 "\n"
24365 msgstr ""
24366
24367 # type: =head2
24368 #. type: =head2
24369 #: ../fish/guestfish-actions.pod:916
24370 msgid "equal"
24371 msgstr ""
24372
24373 # type: verbatim
24374 #. type: verbatim
24375 #: ../fish/guestfish-actions.pod:918
24376 #, no-wrap
24377 msgid ""
24378 " equal file1 file2\n"
24379 "\n"
24380 msgstr ""
24381
24382 # type: =head2
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:925
24385 msgid "exists"
24386 msgstr ""
24387
24388 # type: verbatim
24389 #. type: verbatim
24390 #: ../fish/guestfish-actions.pod:927
24391 #, no-wrap
24392 msgid ""
24393 " exists path\n"
24394 "\n"
24395 msgstr ""
24396
24397 # type: textblock
24398 #. type: textblock
24399 #: ../fish/guestfish-actions.pod:932
24400 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24401 msgstr ""
24402
24403 # type: =head2
24404 #. type: =head2
24405 #: ../fish/guestfish-actions.pod:934
24406 msgid "fallocate"
24407 msgstr ""
24408
24409 # type: verbatim
24410 #. type: verbatim
24411 #: ../fish/guestfish-actions.pod:936
24412 #, no-wrap
24413 msgid ""
24414 " fallocate path len\n"
24415 "\n"
24416 msgstr ""
24417
24418 # type: =head2
24419 #. type: =head2
24420 #: ../fish/guestfish-actions.pod:953
24421 msgid "fallocate64"
24422 msgstr ""
24423
24424 # type: verbatim
24425 #. type: verbatim
24426 #: ../fish/guestfish-actions.pod:955
24427 #, no-wrap
24428 msgid ""
24429 " fallocate64 path len\n"
24430 "\n"
24431 msgstr ""
24432
24433 # type: textblock
24434 #. type: textblock
24435 #: ../fish/guestfish-actions.pod:961
24436 msgid ""
24437 "Note that this call allocates disk blocks for the file.  To create a sparse "
24438 "file use L</truncate-size> instead."
24439 msgstr ""
24440
24441 # type: textblock
24442 #. type: textblock
24443 #: ../fish/guestfish-actions.pod:964
24444 msgid ""
24445 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24446 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24447 "maximum size of files created through that call to 1GB."
24448 msgstr ""
24449
24450 # type: =head2
24451 #. type: =head2
24452 #: ../fish/guestfish-actions.pod:973
24453 msgid "fgrep"
24454 msgstr ""
24455
24456 # type: verbatim
24457 #. type: verbatim
24458 #: ../fish/guestfish-actions.pod:975
24459 #, no-wrap
24460 msgid ""
24461 " fgrep pattern path\n"
24462 "\n"
24463 msgstr ""
24464
24465 # type: =head2
24466 #. type: =head2
24467 #: ../fish/guestfish-actions.pod:983
24468 msgid "fgrepi"
24469 msgstr ""
24470
24471 # type: verbatim
24472 #. type: verbatim
24473 #: ../fish/guestfish-actions.pod:985
24474 #, no-wrap
24475 msgid ""
24476 " fgrepi pattern path\n"
24477 "\n"
24478 msgstr ""
24479
24480 # type: =head2
24481 #. type: =head2
24482 #: ../fish/guestfish-actions.pod:993
24483 msgid "file"
24484 msgstr ""
24485
24486 # type: verbatim
24487 #. type: verbatim
24488 #: ../fish/guestfish-actions.pod:995
24489 #, no-wrap
24490 msgid ""
24491 " file path\n"
24492 "\n"
24493 msgstr ""
24494
24495 #. type: textblock
24496 #: ../fish/guestfish-actions.pod:1011
24497 msgid ""
24498 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
24499 "(etc)."
24500 msgstr ""
24501
24502 # type: =head2
24503 #. type: =head2
24504 #: ../fish/guestfish-actions.pod:1014
24505 msgid "file-architecture"
24506 msgstr ""
24507
24508 # type: verbatim
24509 #. type: verbatim
24510 #: ../fish/guestfish-actions.pod:1016
24511 #, no-wrap
24512 msgid ""
24513 " file-architecture filename\n"
24514 "\n"
24515 msgstr ""
24516
24517 # type: =head2
24518 #. type: =head2
24519 #: ../fish/guestfish-actions.pod:1119
24520 msgid "filesize"
24521 msgstr ""
24522
24523 # type: verbatim
24524 #. type: verbatim
24525 #: ../fish/guestfish-actions.pod:1121
24526 #, no-wrap
24527 msgid ""
24528 " filesize file\n"
24529 "\n"
24530 msgstr ""
24531
24532 # type: textblock
24533 #. type: textblock
24534 #: ../fish/guestfish-actions.pod:1125
24535 msgid ""
24536 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24537 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24538 msgstr ""
24539
24540 # type: =head2
24541 #. type: =head2
24542 #: ../fish/guestfish-actions.pod:1129
24543 msgid "fill"
24544 msgstr ""
24545
24546 # type: verbatim
24547 #. type: verbatim
24548 #: ../fish/guestfish-actions.pod:1131
24549 #, no-wrap
24550 msgid ""
24551 " fill c len path\n"
24552 "\n"
24553 msgstr ""
24554
24555 # type: textblock
24556 #. type: textblock
24557 #: ../fish/guestfish-actions.pod:1137
24558 msgid ""
24559 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24560 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24561 "L</fill-pattern>."
24562 msgstr ""
24563
24564 # type: =head2
24565 #. type: =head2
24566 #: ../fish/guestfish-actions.pod:1142
24567 msgid "fill-pattern"
24568 msgstr ""
24569
24570 # type: verbatim
24571 #. type: verbatim
24572 #: ../fish/guestfish-actions.pod:1144
24573 #, no-wrap
24574 msgid ""
24575 " fill-pattern pattern len path\n"
24576 "\n"
24577 msgstr ""
24578
24579 # type: textblock
24580 #. type: textblock
24581 #: ../fish/guestfish-actions.pod:1146
24582 msgid ""
24583 "This function is like L</fill> except that it creates a new file of length "
24584 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24585 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24586 "bytes."
24587 msgstr ""
24588
24589 # type: =head2
24590 #. type: =head2
24591 #: ../fish/guestfish-actions.pod:1151
24592 msgid "find"
24593 msgstr ""
24594
24595 # type: verbatim
24596 #. type: verbatim
24597 #: ../fish/guestfish-actions.pod:1153
24598 #, no-wrap
24599 msgid ""
24600 " find directory\n"
24601 "\n"
24602 msgstr ""
24603
24604 # type: textblock
24605 #. type: textblock
24606 #: ../fish/guestfish-actions.pod:1167
24607 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24608 msgstr ""
24609
24610 # type: textblock
24611 #. type: textblock
24612 #: ../fish/guestfish-actions.pod:1180
24613 msgid "See also L</find0>."
24614 msgstr ""
24615
24616 # type: =head2
24617 #. type: =head2
24618 #: ../fish/guestfish-actions.pod:1185
24619 msgid "find0"
24620 msgstr ""
24621
24622 # type: verbatim
24623 #. type: verbatim
24624 #: ../fish/guestfish-actions.pod:1187
24625 #, no-wrap
24626 msgid ""
24627 " find0 directory (files|-)\n"
24628 "\n"
24629 msgstr ""
24630
24631 # type: textblock
24632 #. type: textblock
24633 #: ../fish/guestfish-actions.pod:1193
24634 msgid ""
24635 "This command works the same way as L</find> with the following exceptions:"
24636 msgstr ""
24637
24638 # type: =head2
24639 #. type: =head2
24640 #: ../fish/guestfish-actions.pod:1220
24641 msgid "findfs-label"
24642 msgstr ""
24643
24644 # type: verbatim
24645 #. type: verbatim
24646 #: ../fish/guestfish-actions.pod:1222
24647 #, no-wrap
24648 msgid ""
24649 " findfs-label label\n"
24650 "\n"
24651 msgstr ""
24652
24653 # type: textblock
24654 #. type: textblock
24655 #: ../fish/guestfish-actions.pod:1228
24656 msgid "To find the label of a filesystem, use L</vfs-label>."
24657 msgstr ""
24658
24659 # type: =head2
24660 #. type: =head2
24661 #: ../fish/guestfish-actions.pod:1230
24662 msgid "findfs-uuid"
24663 msgstr ""
24664
24665 # type: verbatim
24666 #. type: verbatim
24667 #: ../fish/guestfish-actions.pod:1232
24668 #, no-wrap
24669 msgid ""
24670 " findfs-uuid uuid\n"
24671 "\n"
24672 msgstr ""
24673
24674 # type: textblock
24675 #. type: textblock
24676 #: ../fish/guestfish-actions.pod:1238
24677 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24678 msgstr ""
24679
24680 # type: =head2
24681 #. type: =head2
24682 #: ../fish/guestfish-actions.pod:1240
24683 msgid "fsck"
24684 msgstr ""
24685
24686 # type: verbatim
24687 #. type: verbatim
24688 #: ../fish/guestfish-actions.pod:1242
24689 #, no-wrap
24690 msgid ""
24691 " fsck fstype device\n"
24692 "\n"
24693 msgstr ""
24694
24695 # type: =head2
24696 #. type: =head2
24697 #: ../fish/guestfish-actions.pod:1272
24698 msgid "get-append"
24699 msgstr ""
24700
24701 # type: verbatim
24702 #. type: verbatim
24703 #: ../fish/guestfish-actions.pod:1274
24704 #, no-wrap
24705 msgid ""
24706 " get-append\n"
24707 "\n"
24708 msgstr ""
24709
24710 # type: =head2
24711 #. type: =head2
24712 #: ../fish/guestfish-actions.pod:1281
24713 msgid "get-autosync"
24714 msgstr ""
24715
24716 # type: verbatim
24717 #. type: verbatim
24718 #: ../fish/guestfish-actions.pod:1283
24719 #, no-wrap
24720 msgid ""
24721 " get-autosync\n"
24722 "\n"
24723 msgstr ""
24724
24725 # type: =head2
24726 #. type: =head2
24727 #: ../fish/guestfish-actions.pod:1287
24728 msgid "get-direct"
24729 msgstr ""
24730
24731 # type: verbatim
24732 #. type: verbatim
24733 #: ../fish/guestfish-actions.pod:1289
24734 #, no-wrap
24735 msgid ""
24736 " get-direct\n"
24737 "\n"
24738 msgstr ""
24739
24740 # type: =head2
24741 #. type: =head2
24742 #: ../fish/guestfish-actions.pod:1293
24743 msgid "get-e2label"
24744 msgstr ""
24745
24746 # type: verbatim
24747 #. type: verbatim
24748 #: ../fish/guestfish-actions.pod:1295
24749 #, no-wrap
24750 msgid ""
24751 " get-e2label device\n"
24752 "\n"
24753 msgstr ""
24754
24755 # type: =head2
24756 #. type: =head2
24757 #: ../fish/guestfish-actions.pod:1307
24758 msgid "get-e2uuid"
24759 msgstr ""
24760
24761 # type: verbatim
24762 #. type: verbatim
24763 #: ../fish/guestfish-actions.pod:1309
24764 #, no-wrap
24765 msgid ""
24766 " get-e2uuid device\n"
24767 "\n"
24768 msgstr ""
24769
24770 # type: =head2
24771 #. type: =head2
24772 #: ../fish/guestfish-actions.pod:1321
24773 msgid "get-memsize"
24774 msgstr ""
24775
24776 # type: verbatim
24777 #. type: verbatim
24778 #: ../fish/guestfish-actions.pod:1323
24779 #, no-wrap
24780 msgid ""
24781 " get-memsize\n"
24782 "\n"
24783 msgstr ""
24784
24785 # type: textblock
24786 #. type: textblock
24787 #: ../fish/guestfish-actions.pod:1328
24788 msgid ""
24789 "If L</set-memsize> was not called on this handle, and if "
24790 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24791 "value for memsize."
24792 msgstr ""
24793
24794 # type: =head2
24795 #. type: =head2
24796 #: ../fish/guestfish-actions.pod:1335
24797 msgid "get-network"
24798 msgstr ""
24799
24800 # type: verbatim
24801 #. type: verbatim
24802 #: ../fish/guestfish-actions.pod:1337
24803 #, no-wrap
24804 msgid ""
24805 " get-network\n"
24806 "\n"
24807 msgstr ""
24808
24809 # type: =head2
24810 #. type: =head2
24811 #: ../fish/guestfish-actions.pod:1341
24812 msgid "get-path"
24813 msgstr ""
24814
24815 # type: verbatim
24816 #. type: verbatim
24817 #: ../fish/guestfish-actions.pod:1343
24818 #, no-wrap
24819 msgid ""
24820 " get-path\n"
24821 "\n"
24822 msgstr ""
24823
24824 # type: =head2
24825 #. type: =head2
24826 #: ../fish/guestfish-actions.pod:1350
24827 msgid "get-pid"
24828 msgstr ""
24829
24830 # type: =head2
24831 #. type: =head2
24832 #: ../fish/guestfish-actions.pod:1352
24833 msgid "pid"
24834 msgstr ""
24835
24836 # type: verbatim
24837 #. type: verbatim
24838 #: ../fish/guestfish-actions.pod:1354
24839 #, no-wrap
24840 msgid ""
24841 " get-pid\n"
24842 "\n"
24843 msgstr ""
24844
24845 # type: =head2
24846 #. type: =head2
24847 #: ../fish/guestfish-actions.pod:1361
24848 msgid "get-qemu"
24849 msgstr ""
24850
24851 # type: verbatim
24852 #. type: verbatim
24853 #: ../fish/guestfish-actions.pod:1363
24854 #, no-wrap
24855 msgid ""
24856 " get-qemu\n"
24857 "\n"
24858 msgstr ""
24859
24860 # type: =head2
24861 #. type: =head2
24862 #: ../fish/guestfish-actions.pod:1370
24863 msgid "get-recovery-proc"
24864 msgstr ""
24865
24866 # type: verbatim
24867 #. type: verbatim
24868 #: ../fish/guestfish-actions.pod:1372
24869 #, no-wrap
24870 msgid ""
24871 " get-recovery-proc\n"
24872 "\n"
24873 msgstr ""
24874
24875 # type: =head2
24876 #. type: =head2
24877 #: ../fish/guestfish-actions.pod:1376
24878 msgid "get-selinux"
24879 msgstr ""
24880
24881 # type: verbatim
24882 #. type: verbatim
24883 #: ../fish/guestfish-actions.pod:1378
24884 #, no-wrap
24885 msgid ""
24886 " get-selinux\n"
24887 "\n"
24888 msgstr ""
24889
24890 # type: textblock
24891 #. type: textblock
24892 #: ../fish/guestfish-actions.pod:1380
24893 msgid ""
24894 "This returns the current setting of the selinux flag which is passed to the "
24895 "appliance at boot time.  See L</set-selinux>."
24896 msgstr ""
24897
24898 # type: =head2
24899 #. type: =head2
24900 #: ../fish/guestfish-actions.pod:1386
24901 msgid "get-state"
24902 msgstr ""
24903
24904 # type: verbatim
24905 #. type: verbatim
24906 #: ../fish/guestfish-actions.pod:1388
24907 #, no-wrap
24908 msgid ""
24909 " get-state\n"
24910 "\n"
24911 msgstr ""
24912
24913 # type: =head2
24914 #. type: =head2
24915 #: ../fish/guestfish-actions.pod:1395
24916 msgid "get-trace"
24917 msgstr ""
24918
24919 # type: verbatim
24920 #. type: verbatim
24921 #: ../fish/guestfish-actions.pod:1397
24922 #, no-wrap
24923 msgid ""
24924 " get-trace\n"
24925 "\n"
24926 msgstr ""
24927
24928 # type: =head2
24929 #. type: =head2
24930 #: ../fish/guestfish-actions.pod:1401
24931 msgid "get-umask"
24932 msgstr ""
24933
24934 # type: verbatim
24935 #. type: verbatim
24936 #: ../fish/guestfish-actions.pod:1403
24937 #, no-wrap
24938 msgid ""
24939 " get-umask\n"
24940 "\n"
24941 msgstr ""
24942
24943 # type: textblock
24944 #. type: textblock
24945 #: ../fish/guestfish-actions.pod:1405
24946 msgid ""
24947 "Return the current umask.  By default the umask is C<022> unless it has been "
24948 "set by calling L</umask>."
24949 msgstr ""
24950
24951 # type: =head2
24952 #. type: =head2
24953 #: ../fish/guestfish-actions.pod:1408
24954 msgid "get-verbose"
24955 msgstr ""
24956
24957 # type: verbatim
24958 #. type: verbatim
24959 #: ../fish/guestfish-actions.pod:1410
24960 #, no-wrap
24961 msgid ""
24962 " get-verbose\n"
24963 "\n"
24964 msgstr ""
24965
24966 # type: =head2
24967 #. type: =head2
24968 #: ../fish/guestfish-actions.pod:1414
24969 msgid "getcon"
24970 msgstr ""
24971
24972 # type: verbatim
24973 #. type: verbatim
24974 #: ../fish/guestfish-actions.pod:1416
24975 #, no-wrap
24976 msgid ""
24977 " getcon\n"
24978 "\n"
24979 msgstr ""
24980
24981 # type: textblock
24982 #. type: textblock
24983 #: ../fish/guestfish-actions.pod:1420
24984 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
24985 msgstr ""
24986
24987 # type: =head2
24988 #. type: =head2
24989 #: ../fish/guestfish-actions.pod:1423
24990 msgid "getxattr"
24991 msgstr ""
24992
24993 # type: verbatim
24994 #. type: verbatim
24995 #: ../fish/guestfish-actions.pod:1425
24996 #, no-wrap
24997 msgid ""
24998 " getxattr path name\n"
24999 "\n"
25000 msgstr ""
25001
25002 # type: textblock
25003 #. type: textblock
25004 #: ../fish/guestfish-actions.pod:1427
25005 msgid ""
25006 "Get a single extended attribute from file C<path> named C<name>.  This call "
25007 "follows symlinks.  If you want to lookup an extended attribute for the "
25008 "symlink itself, use L</lgetxattr>."
25009 msgstr ""
25010
25011 # type: textblock
25012 #. type: textblock
25013 #: ../fish/guestfish-actions.pod:1431 ../fish/guestfish-actions.pod:2262
25014 msgid ""
25015 "Normally it is better to get all extended attributes from a file in one go "
25016 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25017 "buggy and do not provide a way to list out attributes.  For these "
25018 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25019 "attributes you want in advance and call this function."
25020 msgstr ""
25021
25022 # type: textblock
25023 #. type: textblock
25024 #: ../fish/guestfish-actions.pod:1441
25025 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25026 msgstr ""
25027
25028 # type: =head2
25029 #. type: =head2
25030 #: ../fish/guestfish-actions.pod:1443
25031 msgid "getxattrs"
25032 msgstr ""
25033
25034 # type: verbatim
25035 #. type: verbatim
25036 #: ../fish/guestfish-actions.pod:1445
25037 #, no-wrap
25038 msgid ""
25039 " getxattrs path\n"
25040 "\n"
25041 msgstr ""
25042
25043 # type: textblock
25044 #. type: textblock
25045 #: ../fish/guestfish-actions.pod:1453
25046 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25047 msgstr ""
25048
25049 # type: =head2
25050 #. type: =head2
25051 #: ../fish/guestfish-actions.pod:1455
25052 msgid "glob-expand"
25053 msgstr ""
25054
25055 # type: verbatim
25056 #. type: verbatim
25057 #: ../fish/guestfish-actions.pod:1457
25058 #, no-wrap
25059 msgid ""
25060 " glob-expand pattern\n"
25061 "\n"
25062 msgstr ""
25063
25064 # type: =head2
25065 #. type: =head2
25066 #: ../fish/guestfish-actions.pod:1470
25067 msgid "grep"
25068 msgstr ""
25069
25070 # type: verbatim
25071 #. type: verbatim
25072 #: ../fish/guestfish-actions.pod:1472
25073 #, no-wrap
25074 msgid ""
25075 " grep regex path\n"
25076 "\n"
25077 msgstr ""
25078
25079 # type: =head2
25080 #. type: =head2
25081 #: ../fish/guestfish-actions.pod:1480
25082 msgid "grepi"
25083 msgstr ""
25084
25085 # type: verbatim
25086 #. type: verbatim
25087 #: ../fish/guestfish-actions.pod:1482
25088 #, no-wrap
25089 msgid ""
25090 " grepi regex path\n"
25091 "\n"
25092 msgstr ""
25093
25094 # type: =head2
25095 #. type: =head2
25096 #: ../fish/guestfish-actions.pod:1490
25097 msgid "grub-install"
25098 msgstr ""
25099
25100 # type: verbatim
25101 #. type: verbatim
25102 #: ../fish/guestfish-actions.pod:1492
25103 #, no-wrap
25104 msgid ""
25105 " grub-install root device\n"
25106 "\n"
25107 msgstr ""
25108
25109 # type: =head2
25110 #. type: =head2
25111 #: ../fish/guestfish-actions.pod:1508
25112 msgid "head"
25113 msgstr ""
25114
25115 # type: verbatim
25116 #. type: verbatim
25117 #: ../fish/guestfish-actions.pod:1510
25118 #, no-wrap
25119 msgid ""
25120 " head path\n"
25121 "\n"
25122 msgstr ""
25123
25124 # type: =head2
25125 #. type: =head2
25126 #: ../fish/guestfish-actions.pod:1518
25127 msgid "head-n"
25128 msgstr ""
25129
25130 # type: verbatim
25131 #. type: verbatim
25132 #: ../fish/guestfish-actions.pod:1520
25133 #, no-wrap
25134 msgid ""
25135 " head-n nrlines path\n"
25136 "\n"
25137 msgstr ""
25138
25139 # type: =head2
25140 #. type: =head2
25141 #: ../fish/guestfish-actions.pod:1533
25142 msgid "hexdump"
25143 msgstr ""
25144
25145 # type: verbatim
25146 #. type: verbatim
25147 #: ../fish/guestfish-actions.pod:1535
25148 #, no-wrap
25149 msgid ""
25150 " hexdump path\n"
25151 "\n"
25152 msgstr ""
25153
25154 # type: =head2
25155 #. type: =head2
25156 #: ../fish/guestfish-actions.pod:1543
25157 msgid "initrd-cat"
25158 msgstr ""
25159
25160 # type: verbatim
25161 #. type: verbatim
25162 #: ../fish/guestfish-actions.pod:1545
25163 #, no-wrap
25164 msgid ""
25165 " initrd-cat initrdpath filename\n"
25166 "\n"
25167 msgstr ""
25168
25169 # type: textblock
25170 #. type: textblock
25171 #: ../fish/guestfish-actions.pod:1557
25172 msgid "See also L</initrd-list>."
25173 msgstr ""
25174
25175 # type: =head2
25176 #. type: =head2
25177 #: ../fish/guestfish-actions.pod:1562
25178 msgid "initrd-list"
25179 msgstr ""
25180
25181 # type: verbatim
25182 #. type: verbatim
25183 #: ../fish/guestfish-actions.pod:1564
25184 #, no-wrap
25185 msgid ""
25186 " initrd-list path\n"
25187 "\n"
25188 msgstr ""
25189
25190 # type: =head2
25191 #. type: =head2
25192 #: ../fish/guestfish-actions.pod:1576
25193 msgid "inotify-add-watch"
25194 msgstr ""
25195
25196 # type: verbatim
25197 #. type: verbatim
25198 #: ../fish/guestfish-actions.pod:1578
25199 #, no-wrap
25200 msgid ""
25201 " inotify-add-watch path mask\n"
25202 "\n"
25203 msgstr ""
25204
25205 # type: =head2
25206 #. type: =head2
25207 #: ../fish/guestfish-actions.pod:1590
25208 msgid "inotify-close"
25209 msgstr ""
25210
25211 # type: verbatim
25212 #. type: verbatim
25213 #: ../fish/guestfish-actions.pod:1592
25214 #, no-wrap
25215 msgid ""
25216 " inotify-close\n"
25217 "\n"
25218 msgstr ""
25219
25220 # type: =head2
25221 #. type: =head2
25222 #: ../fish/guestfish-actions.pod:1598
25223 msgid "inotify-files"
25224 msgstr ""
25225
25226 # type: verbatim
25227 #. type: verbatim
25228 #: ../fish/guestfish-actions.pod:1600
25229 #, no-wrap
25230 msgid ""
25231 " inotify-files\n"
25232 "\n"
25233 msgstr ""
25234
25235 # type: textblock
25236 #. type: textblock
25237 #: ../fish/guestfish-actions.pod:1602
25238 msgid ""
25239 "This function is a helpful wrapper around L</inotify-read> which just "
25240 "returns a list of pathnames of objects that were touched.  The returned "
25241 "pathnames are sorted and deduplicated."
25242 msgstr ""
25243
25244 # type: =head2
25245 #. type: =head2
25246 #: ../fish/guestfish-actions.pod:1606
25247 msgid "inotify-init"
25248 msgstr ""
25249
25250 # type: verbatim
25251 #. type: verbatim
25252 #: ../fish/guestfish-actions.pod:1608
25253 #, no-wrap
25254 msgid ""
25255 " inotify-init maxevents\n"
25256 "\n"
25257 msgstr ""
25258
25259 # type: textblock
25260 #. type: textblock
25261 #: ../fish/guestfish-actions.pod:1614
25262 msgid ""
25263 "C<maxevents> is the maximum number of events which will be queued up between "
25264 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25265 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25266 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25267 "but records the fact that it threw them away by setting a flag "
25268 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25269 msgstr ""
25270
25271 # type: textblock
25272 #. type: textblock
25273 #: ../fish/guestfish-actions.pod:1624
25274 msgid ""
25275 "Before any events are generated, you have to add some watches to the "
25276 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25277 "L</inotify-watch-all>."
25278 msgstr ""
25279
25280 # type: textblock
25281 #. type: textblock
25282 #: ../fish/guestfish-actions.pod:1630
25283 msgid ""
25284 "Queued up events should be read periodically by calling L</inotify-read> (or "
25285 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25286 "If you don't read the events out often enough then you risk the internal "
25287 "queue overflowing."
25288 msgstr ""
25289
25290 # type: textblock
25291 #. type: textblock
25292 #: ../fish/guestfish-actions.pod:1637
25293 msgid ""
25294 "The handle should be closed after use by calling L</inotify-close>.  This "
25295 "also removes any watches automatically."
25296 msgstr ""
25297
25298 # type: =head2
25299 #. type: =head2
25300 #: ../fish/guestfish-actions.pod:1646
25301 msgid "inotify-read"
25302 msgstr ""
25303
25304 # type: verbatim
25305 #. type: verbatim
25306 #: ../fish/guestfish-actions.pod:1648
25307 #, no-wrap
25308 msgid ""
25309 " inotify-read\n"
25310 "\n"
25311 msgstr ""
25312
25313 # type: =head2
25314 #. type: =head2
25315 #: ../fish/guestfish-actions.pod:1661
25316 msgid "inotify-rm-watch"
25317 msgstr ""
25318
25319 # type: verbatim
25320 #. type: verbatim
25321 #: ../fish/guestfish-actions.pod:1663
25322 #, no-wrap
25323 msgid ""
25324 " inotify-rm-watch wd\n"
25325 "\n"
25326 msgstr ""
25327
25328 # type: textblock
25329 #. type: textblock
25330 #: ../fish/guestfish-actions.pod:1665
25331 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25332 msgstr ""
25333
25334 # type: =head2
25335 #. type: =head2
25336 #: ../fish/guestfish-actions.pod:1668
25337 msgid "inspect-get-arch"
25338 msgstr ""
25339
25340 # type: verbatim
25341 #. type: verbatim
25342 #: ../fish/guestfish-actions.pod:1670
25343 #, no-wrap
25344 msgid ""
25345 " inspect-get-arch root\n"
25346 "\n"
25347 msgstr ""
25348
25349 # type: textblock
25350 #. type: textblock
25351 #: ../fish/guestfish-actions.pod:1672 ../fish/guestfish-actions.pod:1688
25352 #: ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1780
25353 #: ../fish/guestfish-actions.pod:1795 ../fish/guestfish-actions.pod:1816
25354 #: ../fish/guestfish-actions.pod:1831 ../fish/guestfish-actions.pod:1858
25355 #: ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1904
25356 #: ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1969
25357 #: ../fish/guestfish-actions.pod:1985
25358 msgid ""
25359 "This function should only be called with a root device string as returned by "
25360 "L</inspect-os>."
25361 msgstr ""
25362
25363 # type: textblock
25364 #. type: textblock
25365 #: ../fish/guestfish-actions.pod:1675
25366 msgid ""
25367 "This returns the architecture of the inspected operating system.  The "
25368 "possible return values are listed under L</file-architecture>."
25369 msgstr ""
25370
25371 # type: =head2
25372 #. type: =head2
25373 #: ../fish/guestfish-actions.pod:1684
25374 msgid "inspect-get-distro"
25375 msgstr ""
25376
25377 # type: verbatim
25378 #. type: verbatim
25379 #: ../fish/guestfish-actions.pod:1686
25380 #, no-wrap
25381 msgid ""
25382 " inspect-get-distro root\n"
25383 "\n"
25384 msgstr ""
25385
25386 # type: =head2
25387 #. type: =head2
25388 #: ../fish/guestfish-actions.pod:1758
25389 msgid "inspect-get-filesystems"
25390 msgstr ""
25391
25392 # type: verbatim
25393 #. type: verbatim
25394 #: ../fish/guestfish-actions.pod:1760
25395 #, no-wrap
25396 msgid ""
25397 " inspect-get-filesystems root\n"
25398 "\n"
25399 msgstr ""
25400
25401 # type: textblock
25402 #. type: textblock
25403 #: ../fish/guestfish-actions.pod:1773
25404 msgid ""
25405 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25406 "get-mountpoints>."
25407 msgstr ""
25408
25409 # type: =head2
25410 #. type: =head2
25411 #: ../fish/guestfish-actions.pod:1776
25412 msgid "inspect-get-hostname"
25413 msgstr ""
25414
25415 # type: verbatim
25416 #. type: verbatim
25417 #: ../fish/guestfish-actions.pod:1778
25418 #, no-wrap
25419 msgid ""
25420 " inspect-get-hostname root\n"
25421 "\n"
25422 msgstr ""
25423
25424 # type: =head2
25425 #. type: =head2
25426 #: ../fish/guestfish-actions.pod:1791
25427 msgid "inspect-get-major-version"
25428 msgstr ""
25429
25430 # type: verbatim
25431 #. type: verbatim
25432 #: ../fish/guestfish-actions.pod:1793
25433 #, no-wrap
25434 msgid ""
25435 " inspect-get-major-version root\n"
25436 "\n"
25437 msgstr ""
25438
25439 # type: =head2
25440 #. type: =head2
25441 #: ../fish/guestfish-actions.pod:1812
25442 msgid "inspect-get-minor-version"
25443 msgstr ""
25444
25445 # type: verbatim
25446 #. type: verbatim
25447 #: ../fish/guestfish-actions.pod:1814
25448 #, no-wrap
25449 msgid ""
25450 " inspect-get-minor-version root\n"
25451 "\n"
25452 msgstr ""
25453
25454 # type: textblock
25455 #. type: textblock
25456 #: ../fish/guestfish-actions.pod:1824
25457 msgid ""
25458 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25459 "get-major-version>."
25460 msgstr ""
25461
25462 # type: =head2
25463 #. type: =head2
25464 #: ../fish/guestfish-actions.pod:1827
25465 msgid "inspect-get-mountpoints"
25466 msgstr ""
25467
25468 # type: verbatim
25469 #. type: verbatim
25470 #: ../fish/guestfish-actions.pod:1829
25471 #, no-wrap
25472 msgid ""
25473 " inspect-get-mountpoints root\n"
25474 "\n"
25475 msgstr ""
25476
25477 # type: textblock
25478 #. type: textblock
25479 #: ../fish/guestfish-actions.pod:1851
25480 msgid ""
25481 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25482 "get-filesystems>."
25483 msgstr ""
25484
25485 # type: =head2
25486 #. type: =head2
25487 #: ../fish/guestfish-actions.pod:1854
25488 msgid "inspect-get-package-format"
25489 msgstr ""
25490
25491 # type: verbatim
25492 #. type: verbatim
25493 #: ../fish/guestfish-actions.pod:1856
25494 #, no-wrap
25495 msgid ""
25496 " inspect-get-package-format root\n"
25497 "\n"
25498 msgstr ""
25499
25500 # type: textblock
25501 #. type: textblock
25502 #: ../fish/guestfish-actions.pod:1861
25503 msgid ""
25504 "This function and L</inspect-get-package-management> return the package "
25505 "format and package management tool used by the inspected operating system.  "
25506 "For example for Fedora these functions would return C<rpm> (package format) "
25507 "and C<yum> (package management)."
25508 msgstr ""
25509
25510 # type: =head2
25511 #. type: =head2
25512 #: ../fish/guestfish-actions.pod:1876
25513 msgid "inspect-get-package-management"
25514 msgstr ""
25515
25516 # type: verbatim
25517 #. type: verbatim
25518 #: ../fish/guestfish-actions.pod:1878
25519 #, no-wrap
25520 msgid ""
25521 " inspect-get-package-management root\n"
25522 "\n"
25523 msgstr ""
25524
25525 # type: textblock
25526 #. type: textblock
25527 #: ../fish/guestfish-actions.pod:1883
25528 msgid ""
25529 "L</inspect-get-package-format> and this function return the package format "
25530 "and package management tool used by the inspected operating system.  For "
25531 "example for Fedora these functions would return C<rpm> (package format) and "
25532 "C<yum> (package management)."
25533 msgstr ""
25534
25535 # type: =head2
25536 #. type: =head2
25537 #: ../fish/guestfish-actions.pod:1900
25538 msgid "inspect-get-product-name"
25539 msgstr ""
25540
25541 # type: verbatim
25542 #. type: verbatim
25543 #: ../fish/guestfish-actions.pod:1902
25544 #, no-wrap
25545 msgid ""
25546 " inspect-get-product-name root\n"
25547 "\n"
25548 msgstr ""
25549
25550 # type: =head2
25551 #. type: =head2
25552 #: ../fish/guestfish-actions.pod:1917
25553 msgid "inspect-get-roots"
25554 msgstr ""
25555
25556 # type: verbatim
25557 #. type: verbatim
25558 #: ../fish/guestfish-actions.pod:1919
25559 #, no-wrap
25560 msgid ""
25561 " inspect-get-roots\n"
25562 "\n"
25563 msgstr ""
25564
25565 # type: textblock
25566 #. type: textblock
25567 #: ../fish/guestfish-actions.pod:1921
25568 msgid ""
25569 "This function is a convenient way to get the list of root devices, as "
25570 "returned from a previous call to L</inspect-os>, but without redoing the "
25571 "whole inspection process."
25572 msgstr ""
25573
25574 # type: textblock
25575 #. type: textblock
25576 #: ../fish/guestfish-actions.pod:1925
25577 msgid ""
25578 "This returns an empty list if either no root devices were found or the "
25579 "caller has not called L</inspect-os>."
25580 msgstr ""
25581
25582 # type: =head2
25583 #. type: =head2
25584 #: ../fish/guestfish-actions.pod:1930
25585 msgid "inspect-get-type"
25586 msgstr ""
25587
25588 # type: verbatim
25589 #. type: verbatim
25590 #: ../fish/guestfish-actions.pod:1932
25591 #, no-wrap
25592 msgid ""
25593 " inspect-get-type root\n"
25594 "\n"
25595 msgstr ""
25596
25597 # type: =head2
25598 #. type: =head2
25599 #: ../fish/guestfish-actions.pod:1965
25600 msgid "inspect-get-windows-systemroot"
25601 msgstr ""
25602
25603 # type: verbatim
25604 #. type: verbatim
25605 #: ../fish/guestfish-actions.pod:1967
25606 #, no-wrap
25607 msgid ""
25608 " inspect-get-windows-systemroot root\n"
25609 "\n"
25610 msgstr ""
25611
25612 # type: =head2
25613 #. type: =head2
25614 #: ../fish/guestfish-actions.pod:1981
25615 msgid "inspect-list-applications"
25616 msgstr ""
25617
25618 # type: verbatim
25619 #. type: verbatim
25620 #: ../fish/guestfish-actions.pod:1983
25621 #, no-wrap
25622 msgid ""
25623 " inspect-list-applications root\n"
25624 "\n"
25625 msgstr ""
25626
25627 # type: textblock
25628 #. type: textblock
25629 #: ../fish/guestfish-actions.pod:1990
25630 msgid ""
25631 "I<Note:> This call works differently from other parts of the inspection "
25632 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25633 "then mount up the disks, before calling this.  Listing applications is a "
25634 "significantly more difficult operation which requires access to the full "
25635 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25636 "are just returning data cached in the libguestfs handle, this call actually "
25637 "reads parts of the mounted filesystems during the call."
25638 msgstr ""
25639
25640 # type: =head2
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:2080
25643 msgid "inspect-os"
25644 msgstr ""
25645
25646 # type: verbatim
25647 #. type: verbatim
25648 #: ../fish/guestfish-actions.pod:2082
25649 #, no-wrap
25650 msgid ""
25651 " inspect-os\n"
25652 "\n"
25653 msgstr ""
25654
25655 # type: textblock
25656 #. type: textblock
25657 #: ../fish/guestfish-actions.pod:2097
25658 msgid ""
25659 "You can pass the root string(s) returned to other L</inspect-get-*> "
25660 "functions in order to query further information about each operating system, "
25661 "such as the name and version."
25662 msgstr ""
25663
25664 # type: textblock
25665 #. type: textblock
25666 #: ../fish/guestfish-actions.pod:2102
25667 msgid ""
25668 "This function uses other libguestfs features such as L</mount-ro> and L</"
25669 "umount-all> in order to mount and unmount filesystems and look at the "
25670 "contents.  This should be called with no disks currently mounted.  The "
25671 "function may also use Augeas, so any existing Augeas handle will be closed."
25672 msgstr ""
25673
25674 # type: textblock
25675 #. type: textblock
25676 #: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:2290
25677 #: ../fish/guestfish-actions.pod:2336
25678 msgid "See also L</list-filesystems>."
25679 msgstr ""
25680
25681 # type: =head2
25682 #. type: =head2
25683 #: ../fish/guestfish-actions.pod:2116
25684 msgid "is-blockdev"
25685 msgstr ""
25686
25687 # type: verbatim
25688 #. type: verbatim
25689 #: ../fish/guestfish-actions.pod:2118
25690 #, no-wrap
25691 msgid ""
25692 " is-blockdev path\n"
25693 "\n"
25694 msgstr ""
25695
25696 # type: textblock
25697 #. type: textblock
25698 #: ../fish/guestfish-actions.pod:2123 ../fish/guestfish-actions.pod:2141
25699 #: ../fish/guestfish-actions.pod:2160 ../fish/guestfish-actions.pod:2169
25700 #: ../fish/guestfish-actions.pod:2179 ../fish/guestfish-actions.pod:2213
25701 #: ../fish/guestfish-actions.pod:2222
25702 msgid "See also L</stat>."
25703 msgstr ""
25704
25705 # type: =head2
25706 #. type: =head2
25707 #: ../fish/guestfish-actions.pod:2125
25708 msgid "is-busy"
25709 msgstr ""
25710
25711 # type: verbatim
25712 #. type: verbatim
25713 #: ../fish/guestfish-actions.pod:2127
25714 #, no-wrap
25715 msgid ""
25716 " is-busy\n"
25717 "\n"
25718 msgstr ""
25719
25720 # type: =head2
25721 #. type: =head2
25722 #: ../fish/guestfish-actions.pod:2134
25723 msgid "is-chardev"
25724 msgstr ""
25725
25726 # type: verbatim
25727 #. type: verbatim
25728 #: ../fish/guestfish-actions.pod:2136
25729 #, no-wrap
25730 msgid ""
25731 " is-chardev path\n"
25732 "\n"
25733 msgstr ""
25734
25735 # type: =head2
25736 #. type: =head2
25737 #: ../fish/guestfish-actions.pod:2143
25738 msgid "is-config"
25739 msgstr ""
25740
25741 # type: verbatim
25742 #. type: verbatim
25743 #: ../fish/guestfish-actions.pod:2145
25744 #, no-wrap
25745 msgid ""
25746 " is-config\n"
25747 "\n"
25748 msgstr ""
25749
25750 # type: =head2
25751 #. type: =head2
25752 #: ../fish/guestfish-actions.pod:2152
25753 msgid "is-dir"
25754 msgstr ""
25755
25756 # type: verbatim
25757 #. type: verbatim
25758 #: ../fish/guestfish-actions.pod:2154
25759 #, no-wrap
25760 msgid ""
25761 " is-dir path\n"
25762 "\n"
25763 msgstr ""
25764
25765 # type: =head2
25766 #. type: =head2
25767 #: ../fish/guestfish-actions.pod:2162
25768 msgid "is-fifo"
25769 msgstr ""
25770
25771 # type: verbatim
25772 #. type: verbatim
25773 #: ../fish/guestfish-actions.pod:2164
25774 #, no-wrap
25775 msgid ""
25776 " is-fifo path\n"
25777 "\n"
25778 msgstr ""
25779
25780 # type: =head2
25781 #. type: =head2
25782 #: ../fish/guestfish-actions.pod:2171
25783 msgid "is-file"
25784 msgstr ""
25785
25786 # type: verbatim
25787 #. type: verbatim
25788 #: ../fish/guestfish-actions.pod:2173
25789 #, no-wrap
25790 msgid ""
25791 " is-file path\n"
25792 "\n"
25793 msgstr ""
25794
25795 # type: =head2
25796 #. type: =head2
25797 #: ../fish/guestfish-actions.pod:2181
25798 msgid "is-launching"
25799 msgstr ""
25800
25801 # type: verbatim
25802 #. type: verbatim
25803 #: ../fish/guestfish-actions.pod:2183
25804 #, no-wrap
25805 msgid ""
25806 " is-launching\n"
25807 "\n"
25808 msgstr ""
25809
25810 # type: =head2
25811 #. type: =head2
25812 #: ../fish/guestfish-actions.pod:2190
25813 msgid "is-lv"
25814 msgstr ""
25815
25816 # type: verbatim
25817 #. type: verbatim
25818 #: ../fish/guestfish-actions.pod:2192
25819 #, no-wrap
25820 msgid ""
25821 " is-lv device\n"
25822 "\n"
25823 msgstr ""
25824
25825 # type: =head2
25826 #. type: =head2
25827 #: ../fish/guestfish-actions.pod:2197
25828 msgid "is-ready"
25829 msgstr ""
25830
25831 # type: verbatim
25832 #. type: verbatim
25833 #: ../fish/guestfish-actions.pod:2199
25834 #, no-wrap
25835 msgid ""
25836 " is-ready\n"
25837 "\n"
25838 msgstr ""
25839
25840 # type: =head2
25841 #. type: =head2
25842 #: ../fish/guestfish-actions.pod:2206
25843 msgid "is-socket"
25844 msgstr ""
25845
25846 # type: verbatim
25847 #. type: verbatim
25848 #: ../fish/guestfish-actions.pod:2208
25849 #, no-wrap
25850 msgid ""
25851 " is-socket path\n"
25852 "\n"
25853 msgstr ""
25854
25855 # type: =head2
25856 #. type: =head2
25857 #: ../fish/guestfish-actions.pod:2215
25858 msgid "is-symlink"
25859 msgstr ""
25860
25861 # type: verbatim
25862 #. type: verbatim
25863 #: ../fish/guestfish-actions.pod:2217
25864 #, no-wrap
25865 msgid ""
25866 " is-symlink path\n"
25867 "\n"
25868 msgstr ""
25869
25870 # type: =head2
25871 #. type: =head2
25872 #: ../fish/guestfish-actions.pod:2224
25873 msgid "kill-subprocess"
25874 msgstr ""
25875
25876 # type: verbatim
25877 #. type: verbatim
25878 #: ../fish/guestfish-actions.pod:2226
25879 #, no-wrap
25880 msgid ""
25881 " kill-subprocess\n"
25882 "\n"
25883 msgstr ""
25884
25885 # type: =head2
25886 #. type: =head2
25887 #: ../fish/guestfish-actions.pod:2230
25888 msgid "launch"
25889 msgstr ""
25890
25891 # type: =head2
25892 #. type: =head2
25893 #: ../fish/guestfish-actions.pod:2232
25894 msgid "run"
25895 msgstr ""
25896
25897 # type: verbatim
25898 #. type: verbatim
25899 #: ../fish/guestfish-actions.pod:2234
25900 #, no-wrap
25901 msgid ""
25902 " launch\n"
25903 "\n"
25904 msgstr ""
25905
25906 # type: =head2
25907 #. type: =head2
25908 #: ../fish/guestfish-actions.pod:2242
25909 msgid "lchown"
25910 msgstr ""
25911
25912 # type: verbatim
25913 #. type: verbatim
25914 #: ../fish/guestfish-actions.pod:2244
25915 #, no-wrap
25916 msgid ""
25917 " lchown owner group path\n"
25918 "\n"
25919 msgstr ""
25920
25921 # type: textblock
25922 #. type: textblock
25923 #: ../fish/guestfish-actions.pod:2246
25924 msgid ""
25925 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
25926 "chown> but if C<path> is a symlink then the link itself is changed, not the "
25927 "target."
25928 msgstr ""
25929
25930 # type: =head2
25931 #. type: =head2
25932 #: ../fish/guestfish-actions.pod:2254
25933 msgid "lgetxattr"
25934 msgstr ""
25935
25936 # type: verbatim
25937 #. type: verbatim
25938 #: ../fish/guestfish-actions.pod:2256
25939 #, no-wrap
25940 msgid ""
25941 " lgetxattr path name\n"
25942 "\n"
25943 msgstr ""
25944
25945 # type: textblock
25946 #. type: textblock
25947 #: ../fish/guestfish-actions.pod:2272
25948 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
25949 msgstr ""
25950
25951 # type: =head2
25952 #. type: =head2
25953 #: ../fish/guestfish-actions.pod:2274
25954 msgid "lgetxattrs"
25955 msgstr ""
25956
25957 # type: verbatim
25958 #. type: verbatim
25959 #: ../fish/guestfish-actions.pod:2276
25960 #, no-wrap
25961 msgid ""
25962 " lgetxattrs path\n"
25963 "\n"
25964 msgstr ""
25965
25966 # type: textblock
25967 #. type: textblock
25968 #: ../fish/guestfish-actions.pod:2278
25969 msgid ""
25970 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
25971 "it returns the extended attributes of the link itself."
25972 msgstr ""
25973
25974 # type: =head2
25975 #. type: =head2
25976 #: ../fish/guestfish-actions.pod:2282
25977 msgid "list-devices"
25978 msgstr ""
25979
25980 # type: verbatim
25981 #. type: verbatim
25982 #: ../fish/guestfish-actions.pod:2284
25983 #, no-wrap
25984 msgid ""
25985 " list-devices\n"
25986 "\n"
25987 msgstr ""
25988
25989 # type: =head2
25990 #. type: =head2
25991 #: ../fish/guestfish-actions.pod:2292
25992 msgid "list-filesystems"
25993 msgstr ""
25994
25995 # type: verbatim
25996 #. type: verbatim
25997 #: ../fish/guestfish-actions.pod:2294
25998 #, no-wrap
25999 msgid ""
26000 " list-filesystems\n"
26001 "\n"
26002 msgstr ""
26003
26004 # type: textblock
26005 #. type: textblock
26006 #: ../fish/guestfish-actions.pod:2313
26007 msgid ""
26008 "This command runs other libguestfs commands, which might include L</mount> "
26009 "and L</umount>, and therefore you should use this soon after launch and only "
26010 "when nothing is mounted."
26011 msgstr ""
26012
26013 # type: textblock
26014 #. type: textblock
26015 #: ../fish/guestfish-actions.pod:2317
26016 msgid ""
26017 "Not all of the filesystems returned will be mountable.  In particular, swap "
26018 "partitions are returned in the list.  Also this command does not check that "
26019 "each filesystem found is valid and mountable, and some filesystems might be "
26020 "mountable but require special options.  Filesystems may not all belong to a "
26021 "single logical operating system (use L</inspect-os> to look for OSes)."
26022 msgstr ""
26023
26024 # type: =head2
26025 #. type: =head2
26026 #: ../fish/guestfish-actions.pod:2325
26027 msgid "list-partitions"
26028 msgstr ""
26029
26030 # type: verbatim
26031 #. type: verbatim
26032 #: ../fish/guestfish-actions.pod:2327
26033 #, no-wrap
26034 msgid ""
26035 " list-partitions\n"
26036 "\n"
26037 msgstr ""
26038
26039 # type: textblock
26040 #. type: textblock
26041 #: ../fish/guestfish-actions.pod:2333
26042 msgid ""
26043 "This does not return logical volumes.  For that you will need to call L</"
26044 "lvs>."
26045 msgstr ""
26046
26047 # type: =head2
26048 #. type: =head2
26049 #: ../fish/guestfish-actions.pod:2338
26050 msgid "ll"
26051 msgstr ""
26052
26053 # type: verbatim
26054 #. type: verbatim
26055 #: ../fish/guestfish-actions.pod:2340
26056 #, no-wrap
26057 msgid ""
26058 " ll directory\n"
26059 "\n"
26060 msgstr ""
26061
26062 # type: =head2
26063 #. type: =head2
26064 #: ../fish/guestfish-actions.pod:2348
26065 msgid "ln"
26066 msgstr ""
26067
26068 # type: verbatim
26069 #. type: verbatim
26070 #: ../fish/guestfish-actions.pod:2350
26071 #, no-wrap
26072 msgid ""
26073 " ln target linkname\n"
26074 "\n"
26075 msgstr ""
26076
26077 # type: =head2
26078 #. type: =head2
26079 #: ../fish/guestfish-actions.pod:2354
26080 msgid "ln-f"
26081 msgstr ""
26082
26083 # type: verbatim
26084 #. type: verbatim
26085 #: ../fish/guestfish-actions.pod:2356
26086 #, no-wrap
26087 msgid ""
26088 " ln-f target linkname\n"
26089 "\n"
26090 msgstr ""
26091
26092 # type: =head2
26093 #. type: =head2
26094 #: ../fish/guestfish-actions.pod:2361
26095 msgid "ln-s"
26096 msgstr ""
26097
26098 # type: verbatim
26099 #. type: verbatim
26100 #: ../fish/guestfish-actions.pod:2363
26101 #, no-wrap
26102 msgid ""
26103 " ln-s target linkname\n"
26104 "\n"
26105 msgstr ""
26106
26107 # type: =head2
26108 #. type: =head2
26109 #: ../fish/guestfish-actions.pod:2367
26110 msgid "ln-sf"
26111 msgstr ""
26112
26113 # type: verbatim
26114 #. type: verbatim
26115 #: ../fish/guestfish-actions.pod:2369
26116 #, no-wrap
26117 msgid ""
26118 " ln-sf target linkname\n"
26119 "\n"
26120 msgstr ""
26121
26122 # type: =head2
26123 #. type: =head2
26124 #: ../fish/guestfish-actions.pod:2374
26125 msgid "lremovexattr"
26126 msgstr ""
26127
26128 # type: verbatim
26129 #. type: verbatim
26130 #: ../fish/guestfish-actions.pod:2376
26131 #, no-wrap
26132 msgid ""
26133 " lremovexattr xattr path\n"
26134 "\n"
26135 msgstr ""
26136
26137 # type: textblock
26138 #. type: textblock
26139 #: ../fish/guestfish-actions.pod:2378
26140 msgid ""
26141 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26142 "it removes an extended attribute of the link itself."
26143 msgstr ""
26144
26145 # type: =head2
26146 #. type: =head2
26147 #: ../fish/guestfish-actions.pod:2382
26148 msgid "ls"
26149 msgstr ""
26150
26151 # type: verbatim
26152 #. type: verbatim
26153 #: ../fish/guestfish-actions.pod:2384
26154 #, no-wrap
26155 msgid ""
26156 " ls directory\n"
26157 "\n"
26158 msgstr ""
26159
26160 # type: textblock
26161 #. type: textblock
26162 #: ../fish/guestfish-actions.pod:2390
26163 msgid ""
26164 "This command is mostly useful for interactive sessions.  Programs should "
26165 "probably use L</readdir> instead."
26166 msgstr ""
26167
26168 # type: =head2
26169 #. type: =head2
26170 #: ../fish/guestfish-actions.pod:2393
26171 msgid "lsetxattr"
26172 msgstr ""
26173
26174 # type: verbatim
26175 #. type: verbatim
26176 #: ../fish/guestfish-actions.pod:2395
26177 #, no-wrap
26178 msgid ""
26179 " lsetxattr xattr val vallen path\n"
26180 "\n"
26181 msgstr ""
26182
26183 # type: textblock
26184 #. type: textblock
26185 #: ../fish/guestfish-actions.pod:2397
26186 msgid ""
26187 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26188 "sets an extended attribute of the link itself."
26189 msgstr ""
26190
26191 # type: =head2
26192 #. type: =head2
26193 #: ../fish/guestfish-actions.pod:2401
26194 msgid "lstat"
26195 msgstr ""
26196
26197 # type: verbatim
26198 #. type: verbatim
26199 #: ../fish/guestfish-actions.pod:2403
26200 #, no-wrap
26201 msgid ""
26202 " lstat path\n"
26203 "\n"
26204 msgstr ""
26205
26206 # type: textblock
26207 #. type: textblock
26208 #: ../fish/guestfish-actions.pod:2407
26209 msgid ""
26210 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26211 "the link is stat-ed, not the file it refers to."
26212 msgstr ""
26213
26214 # type: =head2
26215 #. type: =head2
26216 #: ../fish/guestfish-actions.pod:2413
26217 msgid "lstatlist"
26218 msgstr ""
26219
26220 # type: verbatim
26221 #. type: verbatim
26222 #: ../fish/guestfish-actions.pod:2415
26223 #, no-wrap
26224 msgid ""
26225 " lstatlist path 'names ...'\n"
26226 "\n"
26227 msgstr ""
26228
26229 # type: textblock
26230 #. type: textblock
26231 #: ../fish/guestfish-actions.pod:2417
26232 msgid ""
26233 "This call allows you to perform the L</lstat> operation on multiple files, "
26234 "where all files are in the directory C<path>.  C<names> is the list of files "
26235 "from this directory."
26236 msgstr ""
26237
26238 # type: textblock
26239 #. type: textblock
26240 #: ../fish/guestfish-actions.pod:2426
26241 msgid ""
26242 "This call is intended for programs that want to efficiently list a directory "
26243 "contents without making many round-trips.  See also L</lxattrlist> for a "
26244 "similarly efficient call for getting extended attributes.  Very long "
26245 "directory listings might cause the protocol message size to be exceeded, "
26246 "causing this call to fail.  The caller must split up such requests into "
26247 "smaller groups of names."
26248 msgstr ""
26249
26250 # type: =head2
26251 #. type: =head2
26252 #: ../fish/guestfish-actions.pod:2434
26253 msgid "luks-add-key"
26254 msgstr ""
26255
26256 # type: verbatim
26257 #. type: verbatim
26258 #: ../fish/guestfish-actions.pod:2436
26259 #, no-wrap
26260 msgid ""
26261 " luks-add-key device keyslot\n"
26262 "\n"
26263 msgstr ""
26264
26265 # type: textblock
26266 #. type: textblock
26267 #: ../fish/guestfish-actions.pod:2443
26268 msgid ""
26269 "Note that if C<keyslot> already contains a key, then this command will "
26270 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26271 msgstr ""
26272
26273 # type: textblock
26274 #. type: textblock
26275 #: ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2469
26276 #: ../fish/guestfish-actions.pod:2482 ../fish/guestfish-actions.pod:2496
26277 #: ../fish/guestfish-actions.pod:2519 ../fish/guestfish-actions.pod:2529
26278 msgid ""
26279 "This command has one or more key or passphrase parameters.  Guestfish will "
26280 "prompt for these separately."
26281 msgstr ""
26282
26283 # type: =head2
26284 #. type: =head2
26285 #: ../fish/guestfish-actions.pod:2450
26286 msgid "luks-close"
26287 msgstr ""
26288
26289 # type: verbatim
26290 #. type: verbatim
26291 #: ../fish/guestfish-actions.pod:2452
26292 #, no-wrap
26293 msgid ""
26294 " luks-close device\n"
26295 "\n"
26296 msgstr ""
26297
26298 # type: textblock
26299 #. type: textblock
26300 #: ../fish/guestfish-actions.pod:2454
26301 msgid ""
26302 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26303 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26304 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26305 "block device."
26306 msgstr ""
26307
26308 # type: =head2
26309 #. type: =head2
26310 #: ../fish/guestfish-actions.pod:2460
26311 msgid "luks-format"
26312 msgstr ""
26313
26314 # type: verbatim
26315 #. type: verbatim
26316 #: ../fish/guestfish-actions.pod:2462
26317 #, no-wrap
26318 msgid ""
26319 " luks-format device keyslot\n"
26320 "\n"
26321 msgstr ""
26322
26323 # type: =head2
26324 #. type: =head2
26325 #: ../fish/guestfish-actions.pod:2475
26326 msgid "luks-format-cipher"
26327 msgstr ""
26328
26329 # type: verbatim
26330 #. type: verbatim
26331 #: ../fish/guestfish-actions.pod:2477
26332 #, no-wrap
26333 msgid ""
26334 " luks-format-cipher device keyslot cipher\n"
26335 "\n"
26336 msgstr ""
26337
26338 # type: textblock
26339 #. type: textblock
26340 #: ../fish/guestfish-actions.pod:2479
26341 msgid ""
26342 "This command is the same as L</luks-format> but it also allows you to set "
26343 "the C<cipher> used."
26344 msgstr ""
26345
26346 # type: =head2
26347 #. type: =head2
26348 #: ../fish/guestfish-actions.pod:2488
26349 msgid "luks-kill-slot"
26350 msgstr ""
26351
26352 # type: verbatim
26353 #. type: verbatim
26354 #: ../fish/guestfish-actions.pod:2490
26355 #, no-wrap
26356 msgid ""
26357 " luks-kill-slot device keyslot\n"
26358 "\n"
26359 msgstr ""
26360
26361 # type: =head2
26362 #. type: =head2
26363 #: ../fish/guestfish-actions.pod:2499
26364 msgid "luks-open"
26365 msgstr ""
26366
26367 # type: verbatim
26368 #. type: verbatim
26369 #: ../fish/guestfish-actions.pod:2501
26370 #, no-wrap
26371 msgid ""
26372 " luks-open device mapname\n"
26373 "\n"
26374 msgstr ""
26375
26376 # type: textblock
26377 #. type: textblock
26378 #: ../fish/guestfish-actions.pod:2515
26379 msgid ""
26380 "If this block device contains LVM volume groups, then calling L</vgscan> "
26381 "followed by L</vg-activate-all> will make them visible."
26382 msgstr ""
26383
26384 # type: =head2
26385 #. type: =head2
26386 #: ../fish/guestfish-actions.pod:2522
26387 msgid "luks-open-ro"
26388 msgstr ""
26389
26390 # type: verbatim
26391 #. type: verbatim
26392 #: ../fish/guestfish-actions.pod:2524
26393 #, no-wrap
26394 msgid ""
26395 " luks-open-ro device mapname\n"
26396 "\n"
26397 msgstr ""
26398
26399 # type: textblock
26400 #. type: textblock
26401 #: ../fish/guestfish-actions.pod:2526
26402 msgid ""
26403 "This is the same as L</luks-open> except that a read-only mapping is created."
26404 msgstr ""
26405
26406 # type: =head2
26407 #. type: =head2
26408 #: ../fish/guestfish-actions.pod:2532
26409 msgid "lvcreate"
26410 msgstr ""
26411
26412 # type: verbatim
26413 #. type: verbatim
26414 #: ../fish/guestfish-actions.pod:2534
26415 #, no-wrap
26416 msgid ""
26417 " lvcreate logvol volgroup mbytes\n"
26418 "\n"
26419 msgstr ""
26420
26421 # type: =head2
26422 #. type: =head2
26423 #: ../fish/guestfish-actions.pod:2539
26424 msgid "lvm-canonical-lv-name"
26425 msgstr ""
26426
26427 # type: verbatim
26428 #. type: verbatim
26429 #: ../fish/guestfish-actions.pod:2541
26430 #, no-wrap
26431 msgid ""
26432 " lvm-canonical-lv-name lvname\n"
26433 "\n"
26434 msgstr ""
26435
26436 # type: textblock
26437 #. type: textblock
26438 #: ../fish/guestfish-actions.pod:2550
26439 msgid "See also L</is-lv>."
26440 msgstr ""
26441
26442 # type: =head2
26443 #. type: =head2
26444 #: ../fish/guestfish-actions.pod:2552
26445 msgid "lvm-clear-filter"
26446 msgstr ""
26447
26448 # type: verbatim
26449 #. type: verbatim
26450 #: ../fish/guestfish-actions.pod:2554
26451 #, no-wrap
26452 msgid ""
26453 " lvm-clear-filter\n"
26454 "\n"
26455 msgstr ""
26456
26457 # type: textblock
26458 #. type: textblock
26459 #: ../fish/guestfish-actions.pod:2556
26460 msgid ""
26461 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26462 "block device."
26463 msgstr ""
26464
26465 # type: =head2
26466 #. type: =head2
26467 #: ../fish/guestfish-actions.pod:2562
26468 msgid "lvm-remove-all"
26469 msgstr ""
26470
26471 # type: verbatim
26472 #. type: verbatim
26473 #: ../fish/guestfish-actions.pod:2564
26474 #, no-wrap
26475 msgid ""
26476 " lvm-remove-all\n"
26477 "\n"
26478 msgstr ""
26479
26480 # type: =head2
26481 #. type: =head2
26482 #: ../fish/guestfish-actions.pod:2572
26483 msgid "lvm-set-filter"
26484 msgstr ""
26485
26486 # type: verbatim
26487 #. type: verbatim
26488 #: ../fish/guestfish-actions.pod:2574
26489 #, no-wrap
26490 msgid ""
26491 " lvm-set-filter 'devices ...'\n"
26492 "\n"
26493 msgstr ""
26494
26495 # type: =head2
26496 #. type: =head2
26497 #: ../fish/guestfish-actions.pod:2599
26498 msgid "lvremove"
26499 msgstr ""
26500
26501 # type: verbatim
26502 #. type: verbatim
26503 #: ../fish/guestfish-actions.pod:2601
26504 #, no-wrap
26505 msgid ""
26506 " lvremove device\n"
26507 "\n"
26508 msgstr ""
26509
26510 # type: =head2
26511 #. type: =head2
26512 #: ../fish/guestfish-actions.pod:2609
26513 msgid "lvrename"
26514 msgstr ""
26515
26516 # type: verbatim
26517 #. type: verbatim
26518 #: ../fish/guestfish-actions.pod:2611
26519 #, no-wrap
26520 msgid ""
26521 " lvrename logvol newlogvol\n"
26522 "\n"
26523 msgstr ""
26524
26525 # type: =head2
26526 #. type: =head2
26527 #: ../fish/guestfish-actions.pod:2615
26528 msgid "lvresize"
26529 msgstr ""
26530
26531 # type: verbatim
26532 #. type: verbatim
26533 #: ../fish/guestfish-actions.pod:2617
26534 #, no-wrap
26535 msgid ""
26536 " lvresize device mbytes\n"
26537 "\n"
26538 msgstr ""
26539
26540 # type: =head2
26541 #. type: =head2
26542 #: ../fish/guestfish-actions.pod:2623
26543 msgid "lvresize-free"
26544 msgstr ""
26545
26546 # type: verbatim
26547 #. type: verbatim
26548 #: ../fish/guestfish-actions.pod:2625
26549 #, no-wrap
26550 msgid ""
26551 " lvresize-free lv percent\n"
26552 "\n"
26553 msgstr ""
26554
26555 # type: =head2
26556 #. type: =head2
26557 #: ../fish/guestfish-actions.pod:2633
26558 msgid "lvs"
26559 msgstr ""
26560
26561 # type: verbatim
26562 #. type: verbatim
26563 #: ../fish/guestfish-actions.pod:2635
26564 #, no-wrap
26565 msgid ""
26566 " lvs\n"
26567 "\n"
26568 msgstr ""
26569
26570 # type: textblock
26571 #. type: textblock
26572 #: ../fish/guestfish-actions.pod:2643
26573 msgid "See also L</lvs-full>, L</list-filesystems>."
26574 msgstr ""
26575
26576 # type: =head2
26577 #. type: =head2
26578 #: ../fish/guestfish-actions.pod:2645
26579 msgid "lvs-full"
26580 msgstr ""
26581
26582 # type: verbatim
26583 #. type: verbatim
26584 #: ../fish/guestfish-actions.pod:2647
26585 #, no-wrap
26586 msgid ""
26587 " lvs-full\n"
26588 "\n"
26589 msgstr ""
26590
26591 # type: =head2
26592 #. type: =head2
26593 #: ../fish/guestfish-actions.pod:2652
26594 msgid "lvuuid"
26595 msgstr ""
26596
26597 # type: verbatim
26598 #. type: verbatim
26599 #: ../fish/guestfish-actions.pod:2654
26600 #, no-wrap
26601 msgid ""
26602 " lvuuid device\n"
26603 "\n"
26604 msgstr ""
26605
26606 # type: =head2
26607 #. type: =head2
26608 #: ../fish/guestfish-actions.pod:2658
26609 msgid "lxattrlist"
26610 msgstr ""
26611
26612 # type: verbatim
26613 #. type: verbatim
26614 #: ../fish/guestfish-actions.pod:2660
26615 #, no-wrap
26616 msgid ""
26617 " lxattrlist path 'names ...'\n"
26618 "\n"
26619 msgstr ""
26620
26621 # type: textblock
26622 #. type: textblock
26623 #: ../fish/guestfish-actions.pod:2676
26624 msgid ""
26625 "This call is intended for programs that want to efficiently list a directory "
26626 "contents without making many round-trips.  See also L</lstatlist> for a "
26627 "similarly efficient call for getting standard stats.  Very long directory "
26628 "listings might cause the protocol message size to be exceeded, causing this "
26629 "call to fail.  The caller must split up such requests into smaller groups of "
26630 "names."
26631 msgstr ""
26632
26633 # type: =head2
26634 #. type: =head2
26635 #: ../fish/guestfish-actions.pod:2684
26636 msgid "mkdir"
26637 msgstr ""
26638
26639 # type: verbatim
26640 #. type: verbatim
26641 #: ../fish/guestfish-actions.pod:2686
26642 #, no-wrap
26643 msgid ""
26644 " mkdir path\n"
26645 "\n"
26646 msgstr ""
26647
26648 # type: =head2
26649 #. type: =head2
26650 #: ../fish/guestfish-actions.pod:2690
26651 msgid "mkdir-mode"
26652 msgstr ""
26653
26654 # type: verbatim
26655 #. type: verbatim
26656 #: ../fish/guestfish-actions.pod:2692
26657 #, no-wrap
26658 msgid ""
26659 " mkdir-mode path mode\n"
26660 "\n"
26661 msgstr ""
26662
26663 # type: textblock
26664 #. type: textblock
26665 #: ../fish/guestfish-actions.pod:2701
26666 msgid "See also L</mkdir>, L</umask>"
26667 msgstr ""
26668
26669 # type: =head2
26670 #. type: =head2
26671 #: ../fish/guestfish-actions.pod:2703
26672 msgid "mkdir-p"
26673 msgstr ""
26674
26675 # type: verbatim
26676 #. type: verbatim
26677 #: ../fish/guestfish-actions.pod:2705
26678 #, no-wrap
26679 msgid ""
26680 " mkdir-p path\n"
26681 "\n"
26682 msgstr ""
26683
26684 # type: =head2
26685 #. type: =head2
26686 #: ../fish/guestfish-actions.pod:2710
26687 msgid "mkdtemp"
26688 msgstr ""
26689
26690 # type: verbatim
26691 #. type: verbatim
26692 #: ../fish/guestfish-actions.pod:2712
26693 #, no-wrap
26694 msgid ""
26695 " mkdtemp template\n"
26696 "\n"
26697 msgstr ""
26698
26699 # type: =head2
26700 #. type: =head2
26701 #: ../fish/guestfish-actions.pod:2733
26702 msgid "mke2fs-J"
26703 msgstr ""
26704
26705 # type: verbatim
26706 #. type: verbatim
26707 #: ../fish/guestfish-actions.pod:2735
26708 #, no-wrap
26709 msgid ""
26710 " mke2fs-J fstype blocksize device journal\n"
26711 "\n"
26712 msgstr ""
26713
26714 # type: textblock
26715 #. type: textblock
26716 #: ../fish/guestfish-actions.pod:2743
26717 msgid "See also L</mke2journal>."
26718 msgstr ""
26719
26720 # type: =head2
26721 #. type: =head2
26722 #: ../fish/guestfish-actions.pod:2745
26723 msgid "mke2fs-JL"
26724 msgstr ""
26725
26726 # type: verbatim
26727 #. type: verbatim
26728 #: ../fish/guestfish-actions.pod:2747
26729 #, no-wrap
26730 msgid ""
26731 " mke2fs-JL fstype blocksize device label\n"
26732 "\n"
26733 msgstr ""
26734
26735 # type: textblock
26736 #. type: textblock
26737 #: ../fish/guestfish-actions.pod:2752
26738 msgid "See also L</mke2journal-L>."
26739 msgstr ""
26740
26741 # type: =head2
26742 #. type: =head2
26743 #: ../fish/guestfish-actions.pod:2754
26744 msgid "mke2fs-JU"
26745 msgstr ""
26746
26747 # type: verbatim
26748 #. type: verbatim
26749 #: ../fish/guestfish-actions.pod:2756
26750 #, no-wrap
26751 msgid ""
26752 " mke2fs-JU fstype blocksize device uuid\n"
26753 "\n"
26754 msgstr ""
26755
26756 # type: textblock
26757 #. type: textblock
26758 #: ../fish/guestfish-actions.pod:2761
26759 msgid "See also L</mke2journal-U>."
26760 msgstr ""
26761
26762 # type: =head2
26763 #. type: =head2
26764 #: ../fish/guestfish-actions.pod:2763
26765 msgid "mke2journal"
26766 msgstr ""
26767
26768 # type: verbatim
26769 #. type: verbatim
26770 #: ../fish/guestfish-actions.pod:2765
26771 #, no-wrap
26772 msgid ""
26773 " mke2journal blocksize device\n"
26774 "\n"
26775 msgstr ""
26776
26777 # type: =head2
26778 #. type: =head2
26779 #: ../fish/guestfish-actions.pod:2772
26780 msgid "mke2journal-L"
26781 msgstr ""
26782
26783 # type: verbatim
26784 #. type: verbatim
26785 #: ../fish/guestfish-actions.pod:2774
26786 #, no-wrap
26787 msgid ""
26788 " mke2journal-L blocksize label device\n"
26789 "\n"
26790 msgstr ""
26791
26792 # type: =head2
26793 #. type: =head2
26794 #: ../fish/guestfish-actions.pod:2778
26795 msgid "mke2journal-U"
26796 msgstr ""
26797
26798 # type: verbatim
26799 #. type: verbatim
26800 #: ../fish/guestfish-actions.pod:2780
26801 #, no-wrap
26802 msgid ""
26803 " mke2journal-U blocksize uuid device\n"
26804 "\n"
26805 msgstr ""
26806
26807 # type: =head2
26808 #. type: =head2
26809 #: ../fish/guestfish-actions.pod:2784
26810 msgid "mkfifo"
26811 msgstr ""
26812
26813 # type: verbatim
26814 #. type: verbatim
26815 #: ../fish/guestfish-actions.pod:2786
26816 #, no-wrap
26817 msgid ""
26818 " mkfifo mode path\n"
26819 "\n"
26820 msgstr ""
26821
26822 # type: textblock
26823 #. type: textblock
26824 #: ../fish/guestfish-actions.pod:2788
26825 msgid ""
26826 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26827 "is just a convenient wrapper around L</mknod>."
26828 msgstr ""
26829
26830 # type: =head2
26831 #. type: =head2
26832 #: ../fish/guestfish-actions.pod:2794
26833 msgid "mkfs"
26834 msgstr ""
26835
26836 # type: verbatim
26837 #. type: verbatim
26838 #: ../fish/guestfish-actions.pod:2796
26839 #, no-wrap
26840 msgid ""
26841 " mkfs fstype device\n"
26842 "\n"
26843 msgstr ""
26844
26845 # type: =head2
26846 #. type: =head2
26847 #: ../fish/guestfish-actions.pod:2802
26848 msgid "mkfs-b"
26849 msgstr ""
26850
26851 # type: verbatim
26852 #. type: verbatim
26853 #: ../fish/guestfish-actions.pod:2804
26854 #, no-wrap
26855 msgid ""
26856 " mkfs-b fstype blocksize device\n"
26857 "\n"
26858 msgstr ""
26859
26860 # type: textblock
26861 #. type: textblock
26862 #: ../fish/guestfish-actions.pod:2806
26863 msgid ""
26864 "This call is similar to L</mkfs>, but it allows you to control the block "
26865 "size of the resulting filesystem.  Supported block sizes depend on the "
26866 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26867 msgstr ""
26868
26869 # type: =head2
26870 #. type: =head2
26871 #: ../fish/guestfish-actions.pod:2821
26872 msgid "mkfs-opts"
26873 msgstr ""
26874
26875 # type: verbatim
26876 #. type: verbatim
26877 #: ../fish/guestfish-actions.pod:2823
26878 #, no-wrap
26879 msgid ""
26880 " mkfs-opts fstype device [blocksize:..]\n"
26881 "\n"
26882 msgstr ""
26883
26884 # type: =head2
26885 #. type: =head2
26886 #: ../fish/guestfish-actions.pod:2847
26887 msgid "mkmountpoint"
26888 msgstr ""
26889
26890 # type: verbatim
26891 #. type: verbatim
26892 #: ../fish/guestfish-actions.pod:2849
26893 #, no-wrap
26894 msgid ""
26895 " mkmountpoint exemptpath\n"
26896 "\n"
26897 msgstr ""
26898
26899 # type: textblock
26900 #. type: textblock
26901 #: ../fish/guestfish-actions.pod:2851
26902 msgid ""
26903 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
26904 "to create extra mountpoints before mounting the first filesystem."
26905 msgstr ""
26906
26907 # type: textblock
26908 #. type: textblock
26909 #: ../fish/guestfish-actions.pod:2875
26910 msgid ""
26911 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
26912 "unexpected errors if you try to mix these calls.  It is safest to manually "
26913 "unmount filesystems and remove mountpoints after use."
26914 msgstr ""
26915
26916 # type: textblock
26917 #. type: textblock
26918 #: ../fish/guestfish-actions.pod:2879
26919 msgid ""
26920 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
26921 "for this to work for manual mountpoints, you must ensure that the innermost "
26922 "mountpoints have the longest pathnames, as in the example code above."
26923 msgstr ""
26924
26925 # type: textblock
26926 #. type: textblock
26927 #: ../fish/guestfish-actions.pod:2886
26928 msgid ""
26929 "Autosync [see L</set-autosync>, this is set by default on handles] means "
26930 "that L</umount-all> is called when the handle is closed which can also "
26931 "trigger these issues."
26932 msgstr ""
26933
26934 # type: =head2
26935 #. type: =head2
26936 #: ../fish/guestfish-actions.pod:2890
26937 msgid "mknod"
26938 msgstr ""
26939
26940 # type: verbatim
26941 #. type: verbatim
26942 #: ../fish/guestfish-actions.pod:2892
26943 #, no-wrap
26944 msgid ""
26945 " mknod mode devmajor devminor path\n"
26946 "\n"
26947 msgstr ""
26948
26949 # type: textblock
26950 #. type: textblock
26951 #: ../fish/guestfish-actions.pod:2902
26952 msgid ""
26953 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
26954 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
26955 "regular file).  These constants are available in the standard Linux header "
26956 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
26957 "wrappers around this command which bitwise OR in the appropriate constant "
26958 "for you."
26959 msgstr ""
26960
26961 # type: =head2
26962 #. type: =head2
26963 #: ../fish/guestfish-actions.pod:2912
26964 msgid "mknod-b"
26965 msgstr ""
26966
26967 # type: verbatim
26968 #. type: verbatim
26969 #: ../fish/guestfish-actions.pod:2914
26970 #, no-wrap
26971 msgid ""
26972 " mknod-b mode devmajor devminor path\n"
26973 "\n"
26974 msgstr ""
26975
26976 # type: textblock
26977 #. type: textblock
26978 #: ../fish/guestfish-actions.pod:2916
26979 msgid ""
26980 "This call creates a block device node called C<path> with mode C<mode> and "
26981 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
26982 "wrapper around L</mknod>."
26983 msgstr ""
26984
26985 # type: =head2
26986 #. type: =head2
26987 #: ../fish/guestfish-actions.pod:2922
26988 msgid "mknod-c"
26989 msgstr ""
26990
26991 # type: verbatim
26992 #. type: verbatim
26993 #: ../fish/guestfish-actions.pod:2924
26994 #, no-wrap
26995 msgid ""
26996 " mknod-c mode devmajor devminor path\n"
26997 "\n"
26998 msgstr ""
26999
27000 # type: textblock
27001 #. type: textblock
27002 #: ../fish/guestfish-actions.pod:2926
27003 msgid ""
27004 "This call creates a char device node called C<path> with mode C<mode> and "
27005 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27006 "wrapper around L</mknod>."
27007 msgstr ""
27008
27009 # type: =head2
27010 #. type: =head2
27011 #: ../fish/guestfish-actions.pod:2932
27012 msgid "mkswap"
27013 msgstr ""
27014
27015 # type: verbatim
27016 #. type: verbatim
27017 #: ../fish/guestfish-actions.pod:2934
27018 #, no-wrap
27019 msgid ""
27020 " mkswap device\n"
27021 "\n"
27022 msgstr ""
27023
27024 # type: =head2
27025 #. type: =head2
27026 #: ../fish/guestfish-actions.pod:2938
27027 msgid "mkswap-L"
27028 msgstr ""
27029
27030 # type: verbatim
27031 #. type: verbatim
27032 #: ../fish/guestfish-actions.pod:2940
27033 #, no-wrap
27034 msgid ""
27035 " mkswap-L label device\n"
27036 "\n"
27037 msgstr ""
27038
27039 # type: =head2
27040 #. type: =head2
27041 #: ../fish/guestfish-actions.pod:2948
27042 msgid "mkswap-U"
27043 msgstr ""
27044
27045 # type: verbatim
27046 #. type: verbatim
27047 #: ../fish/guestfish-actions.pod:2950
27048 #, no-wrap
27049 msgid ""
27050 " mkswap-U uuid device\n"
27051 "\n"
27052 msgstr ""
27053
27054 # type: =head2
27055 #. type: =head2
27056 #: ../fish/guestfish-actions.pod:2954
27057 msgid "mkswap-file"
27058 msgstr ""
27059
27060 # type: verbatim
27061 #. type: verbatim
27062 #: ../fish/guestfish-actions.pod:2956
27063 #, no-wrap
27064 msgid ""
27065 " mkswap-file path\n"
27066 "\n"
27067 msgstr ""
27068
27069 # type: textblock
27070 #. type: textblock
27071 #: ../fish/guestfish-actions.pod:2960
27072 msgid ""
27073 "This command just writes a swap file signature to an existing file.  To "
27074 "create the file itself, use something like L</fallocate>."
27075 msgstr ""
27076
27077 # type: =head2
27078 #. type: =head2
27079 #: ../fish/guestfish-actions.pod:2963
27080 msgid "modprobe"
27081 msgstr ""
27082
27083 # type: verbatim
27084 #. type: verbatim
27085 #: ../fish/guestfish-actions.pod:2965
27086 #, no-wrap
27087 msgid ""
27088 " modprobe modulename\n"
27089 "\n"
27090 msgstr ""
27091
27092 # type: =head2
27093 #. type: =head2
27094 #: ../fish/guestfish-actions.pod:2972
27095 msgid "mount"
27096 msgstr ""
27097
27098 # type: verbatim
27099 #. type: verbatim
27100 #: ../fish/guestfish-actions.pod:2974
27101 #, no-wrap
27102 msgid ""
27103 " mount device mountpoint\n"
27104 "\n"
27105 msgstr ""
27106
27107 # type: textblock
27108 #. type: textblock
27109 #: ../fish/guestfish-actions.pod:2990
27110 msgid ""
27111 "B<Important note:> When you use this call, the filesystem options C<sync> "
27112 "and C<noatime> are set implicitly.  This was originally done because we "
27113 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27114 "very large negative performance impact and negligible effect on "
27115 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27116 "code that needs performance, and instead use L</mount-options> (use an empty "
27117 "string for the first parameter if you don't want any options)."
27118 msgstr ""
27119
27120 # type: =head2
27121 #. type: =head2
27122 #: ../fish/guestfish-actions.pod:3000
27123 msgid "mount-loop"
27124 msgstr ""
27125
27126 # type: verbatim
27127 #. type: verbatim
27128 #: ../fish/guestfish-actions.pod:3002
27129 #, no-wrap
27130 msgid ""
27131 " mount-loop file mountpoint\n"
27132 "\n"
27133 msgstr ""
27134
27135 # type: =head2
27136 #. type: =head2
27137 #: ../fish/guestfish-actions.pod:3008
27138 msgid "mount-options"
27139 msgstr ""
27140
27141 # type: verbatim
27142 #. type: verbatim
27143 #: ../fish/guestfish-actions.pod:3010
27144 #, no-wrap
27145 msgid ""
27146 " mount-options options device mountpoint\n"
27147 "\n"
27148 msgstr ""
27149
27150 # type: textblock
27151 #. type: textblock
27152 #: ../fish/guestfish-actions.pod:3012
27153 msgid ""
27154 "This is the same as the L</mount> command, but it allows you to set the "
27155 "mount options as for the L<mount(8)> I<-o> flag."
27156 msgstr ""
27157
27158 # type: =head2
27159 #. type: =head2
27160 #: ../fish/guestfish-actions.pod:3020
27161 msgid "mount-ro"
27162 msgstr ""
27163
27164 # type: verbatim
27165 #. type: verbatim
27166 #: ../fish/guestfish-actions.pod:3022
27167 #, no-wrap
27168 msgid ""
27169 " mount-ro device mountpoint\n"
27170 "\n"
27171 msgstr ""
27172
27173 # type: textblock
27174 #. type: textblock
27175 #: ../fish/guestfish-actions.pod:3024
27176 msgid ""
27177 "This is the same as the L</mount> command, but it mounts the filesystem with "
27178 "the read-only (I<-o ro>) flag."
27179 msgstr ""
27180
27181 # type: =head2
27182 #. type: =head2
27183 #: ../fish/guestfish-actions.pod:3027
27184 msgid "mount-vfs"
27185 msgstr ""
27186
27187 # type: verbatim
27188 #. type: verbatim
27189 #: ../fish/guestfish-actions.pod:3029
27190 #, no-wrap
27191 msgid ""
27192 " mount-vfs options vfstype device mountpoint\n"
27193 "\n"
27194 msgstr ""
27195
27196 # type: textblock
27197 #. type: textblock
27198 #: ../fish/guestfish-actions.pod:3031
27199 msgid ""
27200 "This is the same as the L</mount> command, but it allows you to set both the "
27201 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27202 msgstr ""
27203
27204 # type: =head2
27205 #. type: =head2
27206 #: ../fish/guestfish-actions.pod:3035
27207 msgid "mountpoints"
27208 msgstr ""
27209
27210 # type: verbatim
27211 #. type: verbatim
27212 #: ../fish/guestfish-actions.pod:3037
27213 #, no-wrap
27214 msgid ""
27215 " mountpoints\n"
27216 "\n"
27217 msgstr ""
27218
27219 # type: textblock
27220 #. type: textblock
27221 #: ../fish/guestfish-actions.pod:3039
27222 msgid ""
27223 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27224 "This one returns a hash table (map) of device name to directory where the "
27225 "device is mounted."
27226 msgstr ""
27227
27228 # type: =head2
27229 #. type: =head2
27230 #: ../fish/guestfish-actions.pod:3043
27231 msgid "mounts"
27232 msgstr ""
27233
27234 # type: verbatim
27235 #. type: verbatim
27236 #: ../fish/guestfish-actions.pod:3045
27237 #, no-wrap
27238 msgid ""
27239 " mounts\n"
27240 "\n"
27241 msgstr ""
27242
27243 # type: textblock
27244 #. type: textblock
27245 #: ../fish/guestfish-actions.pod:3052
27246 msgid "See also: L</mountpoints>"
27247 msgstr ""
27248
27249 # type: =head2
27250 #. type: =head2
27251 #: ../fish/guestfish-actions.pod:3054
27252 msgid "mv"
27253 msgstr ""
27254
27255 # type: verbatim
27256 #. type: verbatim
27257 #: ../fish/guestfish-actions.pod:3056
27258 #, no-wrap
27259 msgid ""
27260 " mv src dest\n"
27261 "\n"
27262 msgstr ""
27263
27264 # type: =head2
27265 #. type: =head2
27266 #: ../fish/guestfish-actions.pod:3061
27267 msgid "ntfs-3g-probe"
27268 msgstr ""
27269
27270 # type: verbatim
27271 #. type: verbatim
27272 #: ../fish/guestfish-actions.pod:3063
27273 #, no-wrap
27274 msgid ""
27275 " ntfs-3g-probe true|false device\n"
27276 "\n"
27277 msgstr ""
27278
27279 # type: =head2
27280 #. type: =head2
27281 #: ../fish/guestfish-actions.pod:3077
27282 msgid "ntfsresize"
27283 msgstr ""
27284
27285 # type: verbatim
27286 #. type: verbatim
27287 #: ../fish/guestfish-actions.pod:3079
27288 #, no-wrap
27289 msgid ""
27290 " ntfsresize device\n"
27291 "\n"
27292 msgstr ""
27293
27294 # type: =head2
27295 #. type: =head2
27296 #: ../fish/guestfish-actions.pod:3085
27297 msgid "ntfsresize-size"
27298 msgstr ""
27299
27300 # type: verbatim
27301 #. type: verbatim
27302 #: ../fish/guestfish-actions.pod:3087
27303 #, no-wrap
27304 msgid ""
27305 " ntfsresize-size device size\n"
27306 "\n"
27307 msgstr ""
27308
27309 # type: textblock
27310 #. type: textblock
27311 #: ../fish/guestfish-actions.pod:3089
27312 msgid ""
27313 "This command is the same as L</ntfsresize> except that it allows you to "
27314 "specify the new size (in bytes) explicitly."
27315 msgstr ""
27316
27317 # type: =head2
27318 #. type: =head2
27319 #: ../fish/guestfish-actions.pod:3092
27320 msgid "part-add"
27321 msgstr ""
27322
27323 # type: verbatim
27324 #. type: verbatim
27325 #: ../fish/guestfish-actions.pod:3094
27326 #, no-wrap
27327 msgid ""
27328 " part-add device prlogex startsect endsect\n"
27329 "\n"
27330 msgstr ""
27331
27332 # type: textblock
27333 #. type: textblock
27334 #: ../fish/guestfish-actions.pod:3096
27335 msgid ""
27336 "This command adds a partition to C<device>.  If there is no partition table "
27337 "on the device, call L</part-init> first."
27338 msgstr ""
27339
27340 # type: textblock
27341 #. type: textblock
27342 #: ../fish/guestfish-actions.pod:3108
27343 msgid ""
27344 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27345 "part-disk> to do that."
27346 msgstr ""
27347
27348 # type: =head2
27349 #. type: =head2
27350 #: ../fish/guestfish-actions.pod:3111
27351 msgid "part-del"
27352 msgstr ""
27353
27354 # type: verbatim
27355 #. type: verbatim
27356 #: ../fish/guestfish-actions.pod:3113
27357 #, no-wrap
27358 msgid ""
27359 " part-del device partnum\n"
27360 "\n"
27361 msgstr ""
27362
27363 # type: =head2
27364 #. type: =head2
27365 #: ../fish/guestfish-actions.pod:3121
27366 msgid "part-disk"
27367 msgstr ""
27368
27369 # type: verbatim
27370 #. type: verbatim
27371 #: ../fish/guestfish-actions.pod:3123
27372 #, no-wrap
27373 msgid ""
27374 " part-disk device parttype\n"
27375 "\n"
27376 msgstr ""
27377
27378 # type: textblock
27379 #. type: textblock
27380 #: ../fish/guestfish-actions.pod:3125
27381 msgid ""
27382 "This command is simply a combination of L</part-init> followed by L</part-"
27383 "add> to create a single primary partition covering the whole disk."
27384 msgstr ""
27385
27386 # type: textblock
27387 #. type: textblock
27388 #: ../fish/guestfish-actions.pod:3129
27389 msgid ""
27390 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27391 "possible values are described in L</part-init>."
27392 msgstr ""
27393
27394 # type: =head2
27395 #. type: =head2
27396 #: ../fish/guestfish-actions.pod:3135
27397 msgid "part-get-bootable"
27398 msgstr ""
27399
27400 # type: verbatim
27401 #. type: verbatim
27402 #: ../fish/guestfish-actions.pod:3137
27403 #, no-wrap
27404 msgid ""
27405 " part-get-bootable device partnum\n"
27406 "\n"
27407 msgstr ""
27408
27409 # type: textblock
27410 #. type: textblock
27411 #: ../fish/guestfish-actions.pod:3142
27412 msgid "See also L</part-set-bootable>."
27413 msgstr ""
27414
27415 # type: =head2
27416 #. type: =head2
27417 #: ../fish/guestfish-actions.pod:3144
27418 msgid "part-get-mbr-id"
27419 msgstr ""
27420
27421 # type: verbatim
27422 #. type: verbatim
27423 #: ../fish/guestfish-actions.pod:3146
27424 #, no-wrap
27425 msgid ""
27426 " part-get-mbr-id device partnum\n"
27427 "\n"
27428 msgstr ""
27429
27430 # type: textblock
27431 #. type: textblock
27432 #: ../fish/guestfish-actions.pod:3151 ../fish/guestfish-actions.pod:3289
27433 msgid ""
27434 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27435 "undefined results for other partition table types (see L</part-get-"
27436 "parttype>)."
27437 msgstr ""
27438
27439 # type: =head2
27440 #. type: =head2
27441 #: ../fish/guestfish-actions.pod:3155
27442 msgid "part-get-parttype"
27443 msgstr ""
27444
27445 # type: verbatim
27446 #. type: verbatim
27447 #: ../fish/guestfish-actions.pod:3157
27448 #, no-wrap
27449 msgid ""
27450 " part-get-parttype device\n"
27451 "\n"
27452 msgstr ""
27453
27454 # type: textblock
27455 #. type: textblock
27456 #: ../fish/guestfish-actions.pod:3162
27457 msgid ""
27458 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27459 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27460 "possible, although unusual.  See L</part-init> for a full list."
27461 msgstr ""
27462
27463 # type: =head2
27464 #. type: =head2
27465 #: ../fish/guestfish-actions.pod:3167
27466 msgid "part-init"
27467 msgstr ""
27468
27469 # type: verbatim
27470 #. type: verbatim
27471 #: ../fish/guestfish-actions.pod:3169
27472 #, no-wrap
27473 msgid ""
27474 " part-init device parttype\n"
27475 "\n"
27476 msgstr ""
27477
27478 # type: textblock
27479 #. type: textblock
27480 #: ../fish/guestfish-actions.pod:3175
27481 msgid ""
27482 "Initially there are no partitions.  Following this, you should call L</part-"
27483 "add> for each partition required."
27484 msgstr ""
27485
27486 # type: =head2
27487 #. type: =head2
27488 #: ../fish/guestfish-actions.pod:3238
27489 msgid "part-list"
27490 msgstr ""
27491
27492 # type: verbatim
27493 #. type: verbatim
27494 #: ../fish/guestfish-actions.pod:3240
27495 #, no-wrap
27496 msgid ""
27497 " part-list device\n"
27498 "\n"
27499 msgstr ""
27500
27501 # type: textblock
27502 #. type: textblock
27503 #: ../fish/guestfish-actions.pod:3255
27504 msgid ""
27505 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27506 "the device's sector size, see L</blockdev-getss>."
27507 msgstr ""
27508
27509 # type: =head2
27510 #. type: =head2
27511 #: ../fish/guestfish-actions.pod:3268
27512 msgid "part-set-bootable"
27513 msgstr ""
27514
27515 # type: verbatim
27516 #. type: verbatim
27517 #: ../fish/guestfish-actions.pod:3270
27518 #, no-wrap
27519 msgid ""
27520 " part-set-bootable device partnum true|false\n"
27521 "\n"
27522 msgstr ""
27523
27524 # type: =head2
27525 #. type: =head2
27526 #: ../fish/guestfish-actions.pod:3279
27527 msgid "part-set-mbr-id"
27528 msgstr ""
27529
27530 # type: verbatim
27531 #. type: verbatim
27532 #: ../fish/guestfish-actions.pod:3281
27533 #, no-wrap
27534 msgid ""
27535 " part-set-mbr-id device partnum idbyte\n"
27536 "\n"
27537 msgstr ""
27538
27539 # type: =head2
27540 #. type: =head2
27541 #: ../fish/guestfish-actions.pod:3293
27542 msgid "part-set-name"
27543 msgstr ""
27544
27545 # type: verbatim
27546 #. type: verbatim
27547 #: ../fish/guestfish-actions.pod:3295
27548 #, no-wrap
27549 msgid ""
27550 " part-set-name device partnum name\n"
27551 "\n"
27552 msgstr ""
27553
27554 # type: =head2
27555 #. type: =head2
27556 #: ../fish/guestfish-actions.pod:3303
27557 msgid "part-to-dev"
27558 msgstr ""
27559
27560 # type: verbatim
27561 #. type: verbatim
27562 #: ../fish/guestfish-actions.pod:3305
27563 #, no-wrap
27564 msgid ""
27565 " part-to-dev partition\n"
27566 "\n"
27567 msgstr ""
27568
27569 # type: textblock
27570 #. type: textblock
27571 #: ../fish/guestfish-actions.pod:3311
27572 msgid ""
27573 "The named partition must exist, for example as a string returned from L</"
27574 "list-partitions>."
27575 msgstr ""
27576
27577 # type: =head2
27578 #. type: =head2
27579 #: ../fish/guestfish-actions.pod:3314
27580 msgid "ping-daemon"
27581 msgstr ""
27582
27583 # type: verbatim
27584 #. type: verbatim
27585 #: ../fish/guestfish-actions.pod:3316
27586 #, no-wrap
27587 msgid ""
27588 " ping-daemon\n"
27589 "\n"
27590 msgstr ""
27591
27592 # type: =head2
27593 #. type: =head2
27594 #: ../fish/guestfish-actions.pod:3323
27595 msgid "pread"
27596 msgstr ""
27597
27598 # type: verbatim
27599 #. type: verbatim
27600 #: ../fish/guestfish-actions.pod:3325
27601 #, no-wrap
27602 msgid ""
27603 " pread path count offset\n"
27604 "\n"
27605 msgstr ""
27606
27607 # type: textblock
27608 #. type: textblock
27609 #: ../fish/guestfish-actions.pod:3333
27610 msgid "See also L</pwrite>, L</pread-device>."
27611 msgstr ""
27612
27613 # type: =head2
27614 #. type: =head2
27615 #: ../fish/guestfish-actions.pod:3338
27616 msgid "pread-device"
27617 msgstr ""
27618
27619 # type: verbatim
27620 #. type: verbatim
27621 #: ../fish/guestfish-actions.pod:3340
27622 #, no-wrap
27623 msgid ""
27624 " pread-device device count offset\n"
27625 "\n"
27626 msgstr ""
27627
27628 # type: textblock
27629 #. type: textblock
27630 #: ../fish/guestfish-actions.pod:3348
27631 msgid "See also L</pread>."
27632 msgstr ""
27633
27634 # type: =head2
27635 #. type: =head2
27636 #: ../fish/guestfish-actions.pod:3353
27637 msgid "pvcreate"
27638 msgstr ""
27639
27640 # type: verbatim
27641 #. type: verbatim
27642 #: ../fish/guestfish-actions.pod:3355
27643 #, no-wrap
27644 msgid ""
27645 " pvcreate device\n"
27646 "\n"
27647 msgstr ""
27648
27649 # type: =head2
27650 #. type: =head2
27651 #: ../fish/guestfish-actions.pod:3361
27652 msgid "pvremove"
27653 msgstr ""
27654
27655 # type: verbatim
27656 #. type: verbatim
27657 #: ../fish/guestfish-actions.pod:3363
27658 #, no-wrap
27659 msgid ""
27660 " pvremove device\n"
27661 "\n"
27662 msgstr ""
27663
27664 # type: =head2
27665 #. type: =head2
27666 #: ../fish/guestfish-actions.pod:3372
27667 msgid "pvresize"
27668 msgstr ""
27669
27670 # type: verbatim
27671 #. type: verbatim
27672 #: ../fish/guestfish-actions.pod:3374
27673 #, no-wrap
27674 msgid ""
27675 " pvresize device\n"
27676 "\n"
27677 msgstr ""
27678
27679 # type: =head2
27680 #. type: =head2
27681 #: ../fish/guestfish-actions.pod:3379
27682 msgid "pvresize-size"
27683 msgstr ""
27684
27685 # type: verbatim
27686 #. type: verbatim
27687 #: ../fish/guestfish-actions.pod:3381
27688 #, no-wrap
27689 msgid ""
27690 " pvresize-size device size\n"
27691 "\n"
27692 msgstr ""
27693
27694 # type: textblock
27695 #. type: textblock
27696 #: ../fish/guestfish-actions.pod:3383
27697 msgid ""
27698 "This command is the same as L</pvresize> except that it allows you to "
27699 "specify the new size (in bytes) explicitly."
27700 msgstr ""
27701
27702 # type: =head2
27703 #. type: =head2
27704 #: ../fish/guestfish-actions.pod:3386
27705 msgid "pvs"
27706 msgstr ""
27707
27708 # type: verbatim
27709 #. type: verbatim
27710 #: ../fish/guestfish-actions.pod:3388
27711 #, no-wrap
27712 msgid ""
27713 " pvs\n"
27714 "\n"
27715 msgstr ""
27716
27717 # type: textblock
27718 #. type: textblock
27719 #: ../fish/guestfish-actions.pod:3396
27720 msgid "See also L</pvs-full>."
27721 msgstr ""
27722
27723 # type: =head2
27724 #. type: =head2
27725 #: ../fish/guestfish-actions.pod:3398
27726 msgid "pvs-full"
27727 msgstr ""
27728
27729 # type: verbatim
27730 #. type: verbatim
27731 #: ../fish/guestfish-actions.pod:3400
27732 #, no-wrap
27733 msgid ""
27734 " pvs-full\n"
27735 "\n"
27736 msgstr ""
27737
27738 # type: =head2
27739 #. type: =head2
27740 #: ../fish/guestfish-actions.pod:3405
27741 msgid "pvuuid"
27742 msgstr ""
27743
27744 # type: verbatim
27745 #. type: verbatim
27746 #: ../fish/guestfish-actions.pod:3407
27747 #, no-wrap
27748 msgid ""
27749 " pvuuid device\n"
27750 "\n"
27751 msgstr ""
27752
27753 # type: =head2
27754 #. type: =head2
27755 #: ../fish/guestfish-actions.pod:3411
27756 msgid "pwrite"
27757 msgstr ""
27758
27759 # type: verbatim
27760 #. type: verbatim
27761 #: ../fish/guestfish-actions.pod:3413
27762 #, no-wrap
27763 msgid ""
27764 " pwrite path content offset\n"
27765 "\n"
27766 msgstr ""
27767
27768 # type: textblock
27769 #. type: textblock
27770 #: ../fish/guestfish-actions.pod:3424
27771 msgid "See also L</pread>, L</pwrite-device>."
27772 msgstr ""
27773
27774 # type: =head2
27775 #. type: =head2
27776 #: ../fish/guestfish-actions.pod:3429
27777 msgid "pwrite-device"
27778 msgstr ""
27779
27780 # type: verbatim
27781 #. type: verbatim
27782 #: ../fish/guestfish-actions.pod:3431
27783 #, no-wrap
27784 msgid ""
27785 " pwrite-device device content offset\n"
27786 "\n"
27787 msgstr ""
27788
27789 # type: textblock
27790 #. type: textblock
27791 #: ../fish/guestfish-actions.pod:3441
27792 msgid "See also L</pwrite>."
27793 msgstr ""
27794
27795 # type: =head2
27796 #. type: =head2
27797 #: ../fish/guestfish-actions.pod:3446
27798 msgid "read-file"
27799 msgstr ""
27800
27801 # type: verbatim
27802 #. type: verbatim
27803 #: ../fish/guestfish-actions.pod:3448
27804 #, no-wrap
27805 msgid ""
27806 " read-file path\n"
27807 "\n"
27808 msgstr ""
27809
27810 # type: textblock
27811 #. type: textblock
27812 #: ../fish/guestfish-actions.pod:3453
27813 msgid ""
27814 "Unlike L</cat>, this function can correctly handle files that contain "
27815 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27816 "is limited in the total size of file that can be handled."
27817 msgstr ""
27818
27819 # type: =head2
27820 #. type: =head2
27821 #: ../fish/guestfish-actions.pod:3461
27822 msgid "read-lines"
27823 msgstr ""
27824
27825 # type: verbatim
27826 #. type: verbatim
27827 #: ../fish/guestfish-actions.pod:3463
27828 #, no-wrap
27829 msgid ""
27830 " read-lines path\n"
27831 "\n"
27832 msgstr ""
27833
27834 # type: textblock
27835 #. type: textblock
27836 #: ../fish/guestfish-actions.pod:3470
27837 msgid ""
27838 "Note that this function cannot correctly handle binary files (specifically, "
27839 "files containing C<\\0> character which is treated as end of line).  For "
27840 "those you need to use the L</read-file> function which has a more complex "
27841 "interface."
27842 msgstr ""
27843
27844 # type: =head2
27845 #. type: =head2
27846 #: ../fish/guestfish-actions.pod:3475
27847 msgid "readdir"
27848 msgstr ""
27849
27850 # type: verbatim
27851 #. type: verbatim
27852 #: ../fish/guestfish-actions.pod:3477
27853 #, no-wrap
27854 msgid ""
27855 " readdir dir\n"
27856 "\n"
27857 msgstr ""
27858
27859 # type: textblock
27860 #. type: textblock
27861 #: ../fish/guestfish-actions.pod:3529
27862 msgid ""
27863 "This function is primarily intended for use by programs.  To get a simple "
27864 "list of names, use L</ls>.  To get a printable directory for human "
27865 "consumption, use L</ll>."
27866 msgstr ""
27867
27868 # type: =head2
27869 #. type: =head2
27870 #: ../fish/guestfish-actions.pod:3533
27871 msgid "readlink"
27872 msgstr ""
27873
27874 # type: verbatim
27875 #. type: verbatim
27876 #: ../fish/guestfish-actions.pod:3535
27877 #, no-wrap
27878 msgid ""
27879 " readlink path\n"
27880 "\n"
27881 msgstr ""
27882
27883 # type: =head2
27884 #. type: =head2
27885 #: ../fish/guestfish-actions.pod:3539
27886 msgid "readlinklist"
27887 msgstr ""
27888
27889 # type: verbatim
27890 #. type: verbatim
27891 #: ../fish/guestfish-actions.pod:3541
27892 #, no-wrap
27893 msgid ""
27894 " readlinklist path 'names ...'\n"
27895 "\n"
27896 msgstr ""
27897
27898 # type: =head2
27899 #. type: =head2
27900 #: ../fish/guestfish-actions.pod:3565
27901 msgid "realpath"
27902 msgstr ""
27903
27904 # type: verbatim
27905 #. type: verbatim
27906 #: ../fish/guestfish-actions.pod:3567
27907 #, no-wrap
27908 msgid ""
27909 " realpath path\n"
27910 "\n"
27911 msgstr ""
27912
27913 # type: =head2
27914 #. type: =head2
27915 #: ../fish/guestfish-actions.pod:3572
27916 msgid "removexattr"
27917 msgstr ""
27918
27919 # type: verbatim
27920 #. type: verbatim
27921 #: ../fish/guestfish-actions.pod:3574
27922 #, no-wrap
27923 msgid ""
27924 " removexattr xattr path\n"
27925 "\n"
27926 msgstr ""
27927
27928 # type: textblock
27929 #. type: textblock
27930 #: ../fish/guestfish-actions.pod:3579
27931 msgid "See also: L</lremovexattr>, L<attr(5)>."
27932 msgstr ""
27933
27934 # type: =head2
27935 #. type: =head2
27936 #: ../fish/guestfish-actions.pod:3581
27937 msgid "resize2fs"
27938 msgstr ""
27939
27940 # type: verbatim
27941 #. type: verbatim
27942 #: ../fish/guestfish-actions.pod:3583
27943 #, no-wrap
27944 msgid ""
27945 " resize2fs device\n"
27946 "\n"
27947 msgstr ""
27948
27949 # type: textblock
27950 #. type: textblock
27951 #: ../fish/guestfish-actions.pod:3588
27952 msgid ""
27953 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
27954 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
27955 "gives an error about this and sometimes not.  In any case, it is always safe "
27956 "to call L</e2fsck-f> before calling this function."
27957 msgstr ""
27958
27959 # type: =head2
27960 #. type: =head2
27961 #: ../fish/guestfish-actions.pod:3594
27962 msgid "resize2fs-size"
27963 msgstr ""
27964
27965 # type: verbatim
27966 #. type: verbatim
27967 #: ../fish/guestfish-actions.pod:3596
27968 #, no-wrap
27969 msgid ""
27970 " resize2fs-size device size\n"
27971 "\n"
27972 msgstr ""
27973
27974 # type: textblock
27975 #. type: textblock
27976 #: ../fish/guestfish-actions.pod:3598
27977 msgid ""
27978 "This command is the same as L</resize2fs> except that it allows you to "
27979 "specify the new size (in bytes) explicitly."
27980 msgstr ""
27981
27982 # type: =head2
27983 #. type: =head2
27984 #: ../fish/guestfish-actions.pod:3601
27985 msgid "rm"
27986 msgstr ""
27987
27988 # type: verbatim
27989 #. type: verbatim
27990 #: ../fish/guestfish-actions.pod:3603
27991 #, no-wrap
27992 msgid ""
27993 " rm path\n"
27994 "\n"
27995 msgstr ""
27996
27997 # type: =head2
27998 #. type: =head2
27999 #: ../fish/guestfish-actions.pod:3607
28000 msgid "rm-rf"
28001 msgstr ""
28002
28003 # type: verbatim
28004 #. type: verbatim
28005 #: ../fish/guestfish-actions.pod:3609
28006 #, no-wrap
28007 msgid ""
28008 " rm-rf path\n"
28009 "\n"
28010 msgstr ""
28011
28012 # type: =head2
28013 #. type: =head2
28014 #: ../fish/guestfish-actions.pod:3615
28015 msgid "rmdir"
28016 msgstr ""
28017
28018 # type: verbatim
28019 #. type: verbatim
28020 #: ../fish/guestfish-actions.pod:3617
28021 #, no-wrap
28022 msgid ""
28023 " rmdir path\n"
28024 "\n"
28025 msgstr ""
28026
28027 # type: =head2
28028 #. type: =head2
28029 #: ../fish/guestfish-actions.pod:3621
28030 msgid "rmmountpoint"
28031 msgstr ""
28032
28033 # type: verbatim
28034 #. type: verbatim
28035 #: ../fish/guestfish-actions.pod:3623
28036 #, no-wrap
28037 msgid ""
28038 " rmmountpoint exemptpath\n"
28039 "\n"
28040 msgstr ""
28041
28042 # type: textblock
28043 #. type: textblock
28044 #: ../fish/guestfish-actions.pod:3625
28045 msgid ""
28046 "This calls removes a mountpoint that was previously created with L</"
28047 "mkmountpoint>.  See L</mkmountpoint> for full details."
28048 msgstr ""
28049
28050 # type: =head2
28051 #. type: =head2
28052 #: ../fish/guestfish-actions.pod:3629
28053 msgid "scrub-device"
28054 msgstr ""
28055
28056 # type: verbatim
28057 #. type: verbatim
28058 #: ../fish/guestfish-actions.pod:3631
28059 #, no-wrap
28060 msgid ""
28061 " scrub-device device\n"
28062 "\n"
28063 msgstr ""
28064
28065 # type: =head2
28066 #. type: =head2
28067 #: ../fish/guestfish-actions.pod:3642
28068 msgid "scrub-file"
28069 msgstr ""
28070
28071 # type: verbatim
28072 #. type: verbatim
28073 #: ../fish/guestfish-actions.pod:3644
28074 #, no-wrap
28075 msgid ""
28076 " scrub-file file\n"
28077 "\n"
28078 msgstr ""
28079
28080 # type: =head2
28081 #. type: =head2
28082 #: ../fish/guestfish-actions.pod:3654
28083 msgid "scrub-freespace"
28084 msgstr ""
28085
28086 # type: verbatim
28087 #. type: verbatim
28088 #: ../fish/guestfish-actions.pod:3656
28089 #, no-wrap
28090 msgid ""
28091 " scrub-freespace dir\n"
28092 "\n"
28093 msgstr ""
28094
28095 # type: textblock
28096 #. type: textblock
28097 #: ../fish/guestfish-actions.pod:3658
28098 msgid ""
28099 "This command creates the directory C<dir> and then fills it with files until "
28100 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28101 "deletes them.  The intention is to scrub any free space on the partition "
28102 "containing C<dir>."
28103 msgstr ""
28104
28105 # type: =head2
28106 #. type: =head2
28107 #: ../fish/guestfish-actions.pod:3667
28108 msgid "set-append"
28109 msgstr ""
28110
28111 # type: =head2
28112 #. type: =head2
28113 #: ../fish/guestfish-actions.pod:3669
28114 msgid "append"
28115 msgstr ""
28116
28117 # type: verbatim
28118 #. type: verbatim
28119 #: ../fish/guestfish-actions.pod:3671
28120 #, no-wrap
28121 msgid ""
28122 " set-append append\n"
28123 "\n"
28124 msgstr ""
28125
28126 # type: =head2
28127 #. type: =head2
28128 #: ../fish/guestfish-actions.pod:3682
28129 msgid "set-autosync"
28130 msgstr ""
28131
28132 # type: =head2
28133 #. type: =head2
28134 #: ../fish/guestfish-actions.pod:3684
28135 msgid "autosync"
28136 msgstr ""
28137
28138 # type: verbatim
28139 #. type: verbatim
28140 #: ../fish/guestfish-actions.pod:3686
28141 #, no-wrap
28142 msgid ""
28143 " set-autosync true|false\n"
28144 "\n"
28145 msgstr ""
28146
28147 # type: textblock
28148 #. type: textblock
28149 #: ../fish/guestfish-actions.pod:3688
28150 msgid ""
28151 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28152 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28153 "closed (also if the program exits without closing handles)."
28154 msgstr ""
28155
28156 # type: =head2
28157 #. type: =head2
28158 #: ../fish/guestfish-actions.pod:3696
28159 msgid "set-direct"
28160 msgstr ""
28161
28162 # type: =head2
28163 #. type: =head2
28164 #: ../fish/guestfish-actions.pod:3698
28165 msgid "direct"
28166 msgstr ""
28167
28168 # type: verbatim
28169 #. type: verbatim
28170 #: ../fish/guestfish-actions.pod:3700
28171 #, no-wrap
28172 msgid ""
28173 " set-direct true|false\n"
28174 "\n"
28175 msgstr ""
28176
28177 # type: textblock
28178 #. type: textblock
28179 #: ../fish/guestfish-actions.pod:3706
28180 msgid ""
28181 "One consequence of this is that log messages aren't caught by the library "
28182 "and handled by L</set-log-message-callback>, but go straight to stdout."
28183 msgstr ""
28184
28185 # type: =head2
28186 #. type: =head2
28187 #: ../fish/guestfish-actions.pod:3715
28188 msgid "set-e2label"
28189 msgstr ""
28190
28191 # type: verbatim
28192 #. type: verbatim
28193 #: ../fish/guestfish-actions.pod:3717
28194 #, no-wrap
28195 msgid ""
28196 " set-e2label device label\n"
28197 "\n"
28198 msgstr ""
28199
28200 # type: textblock
28201 #. type: textblock
28202 #: ../fish/guestfish-actions.pod:3723
28203 msgid ""
28204 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28205 "label on a filesystem."
28206 msgstr ""
28207
28208 # type: =head2
28209 #. type: =head2
28210 #: ../fish/guestfish-actions.pod:3726
28211 msgid "set-e2uuid"
28212 msgstr ""
28213
28214 # type: verbatim
28215 #. type: verbatim
28216 #: ../fish/guestfish-actions.pod:3728
28217 #, no-wrap
28218 msgid ""
28219 " set-e2uuid device uuid\n"
28220 "\n"
28221 msgstr ""
28222
28223 # type: textblock
28224 #. type: textblock
28225 #: ../fish/guestfish-actions.pod:3735
28226 msgid ""
28227 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28228 "UUID of a filesystem."
28229 msgstr ""
28230
28231 # type: =head2
28232 #. type: =head2
28233 #: ../fish/guestfish-actions.pod:3738
28234 msgid "set-memsize"
28235 msgstr ""
28236
28237 # type: =head2
28238 #. type: =head2
28239 #: ../fish/guestfish-actions.pod:3740
28240 msgid "memsize"
28241 msgstr ""
28242
28243 # type: verbatim
28244 #. type: verbatim
28245 #: ../fish/guestfish-actions.pod:3742
28246 #, no-wrap
28247 msgid ""
28248 " set-memsize memsize\n"
28249 "\n"
28250 msgstr ""
28251
28252 # type: textblock
28253 #. type: textblock
28254 #: ../fish/guestfish-actions.pod:3744
28255 msgid ""
28256 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28257 "This only has any effect if called before L</launch>."
28258 msgstr ""
28259
28260 # type: =head2
28261 #. type: =head2
28262 #: ../fish/guestfish-actions.pod:3755
28263 msgid "set-network"
28264 msgstr ""
28265
28266 # type: =head2
28267 #. type: =head2
28268 #: ../fish/guestfish-actions.pod:3757
28269 msgid "network"
28270 msgstr ""
28271
28272 # type: verbatim
28273 #. type: verbatim
28274 #: ../fish/guestfish-actions.pod:3759
28275 #, no-wrap
28276 msgid ""
28277 " set-network true|false\n"
28278 "\n"
28279 msgstr ""
28280
28281 # type: textblock
28282 #. type: textblock
28283 #: ../fish/guestfish-actions.pod:3767
28284 msgid ""
28285 "You must call this before calling L</launch>, otherwise it has no effect."
28286 msgstr ""
28287
28288 # type: =head2
28289 #. type: =head2
28290 #: ../fish/guestfish-actions.pod:3770
28291 msgid "set-path"
28292 msgstr ""
28293
28294 # type: =head2
28295 #. type: =head2
28296 #: ../fish/guestfish-actions.pod:3772
28297 msgid "path"
28298 msgstr ""
28299
28300 # type: verbatim
28301 #. type: verbatim
28302 #: ../fish/guestfish-actions.pod:3774
28303 #, no-wrap
28304 msgid ""
28305 " set-path searchpath\n"
28306 "\n"
28307 msgstr ""
28308
28309 # type: =head2
28310 #. type: =head2
28311 #: ../fish/guestfish-actions.pod:3783
28312 msgid "set-qemu"
28313 msgstr ""
28314
28315 # type: =head2
28316 #. type: =head2
28317 #: ../fish/guestfish-actions.pod:3785
28318 msgid "qemu"
28319 msgstr ""
28320
28321 # type: verbatim
28322 #. type: verbatim
28323 #: ../fish/guestfish-actions.pod:3787
28324 #, no-wrap
28325 msgid ""
28326 " set-qemu qemu\n"
28327 "\n"
28328 msgstr ""
28329
28330 # type: =head2
28331 #. type: =head2
28332 #: ../fish/guestfish-actions.pod:3807
28333 msgid "set-recovery-proc"
28334 msgstr ""
28335
28336 # type: =head2
28337 #. type: =head2
28338 #: ../fish/guestfish-actions.pod:3809
28339 msgid "recovery-proc"
28340 msgstr ""
28341
28342 # type: verbatim
28343 #. type: verbatim
28344 #: ../fish/guestfish-actions.pod:3811
28345 #, no-wrap
28346 msgid ""
28347 " set-recovery-proc true|false\n"
28348 "\n"
28349 msgstr ""
28350
28351 # type: textblock
28352 #. type: textblock
28353 #: ../fish/guestfish-actions.pod:3813
28354 msgid ""
28355 "If this is called with the parameter C<false> then L</launch> does not "
28356 "create a recovery process.  The purpose of the recovery process is to stop "
28357 "runaway qemu processes in the case where the main program aborts abruptly."
28358 msgstr ""
28359
28360 # type: textblock
28361 #. type: textblock
28362 #: ../fish/guestfish-actions.pod:3818
28363 msgid ""
28364 "This only has any effect if called before L</launch>, and the default is "
28365 "true."
28366 msgstr ""
28367
28368 # type: =head2
28369 #. type: =head2
28370 #: ../fish/guestfish-actions.pod:3827
28371 msgid "set-selinux"
28372 msgstr ""
28373
28374 # type: =head2
28375 #. type: =head2
28376 #: ../fish/guestfish-actions.pod:3829
28377 msgid "selinux"
28378 msgstr ""
28379
28380 # type: verbatim
28381 #. type: verbatim
28382 #: ../fish/guestfish-actions.pod:3831
28383 #, no-wrap
28384 msgid ""
28385 " set-selinux true|false\n"
28386 "\n"
28387 msgstr ""
28388
28389 # type: =head2
28390 #. type: =head2
28391 #: ../fish/guestfish-actions.pod:3842
28392 msgid "set-trace"
28393 msgstr ""
28394
28395 # type: =head2
28396 #. type: =head2
28397 #: ../fish/guestfish-actions.pod:3844
28398 msgid "trace"
28399 msgstr ""
28400
28401 # type: verbatim
28402 #. type: verbatim
28403 #: ../fish/guestfish-actions.pod:3846
28404 #, no-wrap
28405 msgid ""
28406 " set-trace true|false\n"
28407 "\n"
28408 msgstr ""
28409
28410 # type: =head2
28411 #. type: =head2
28412 #: ../fish/guestfish-actions.pod:3862
28413 msgid "set-verbose"
28414 msgstr ""
28415
28416 # type: =head2
28417 #. type: =head2
28418 #: ../fish/guestfish-actions.pod:3864
28419 msgid "verbose"
28420 msgstr ""
28421
28422 # type: verbatim
28423 #. type: verbatim
28424 #: ../fish/guestfish-actions.pod:3866
28425 #, no-wrap
28426 msgid ""
28427 " set-verbose true|false\n"
28428 "\n"
28429 msgstr ""
28430
28431 # type: =head2
28432 #. type: =head2
28433 #: ../fish/guestfish-actions.pod:3873
28434 msgid "setcon"
28435 msgstr ""
28436
28437 # type: verbatim
28438 #. type: verbatim
28439 #: ../fish/guestfish-actions.pod:3875
28440 #, no-wrap
28441 msgid ""
28442 " setcon context\n"
28443 "\n"
28444 msgstr ""
28445
28446 # type: =head2
28447 #. type: =head2
28448 #: ../fish/guestfish-actions.pod:3882
28449 msgid "setxattr"
28450 msgstr ""
28451
28452 # type: verbatim
28453 #. type: verbatim
28454 #: ../fish/guestfish-actions.pod:3884
28455 #, no-wrap
28456 msgid ""
28457 " setxattr xattr val vallen path\n"
28458 "\n"
28459 msgstr ""
28460
28461 # type: textblock
28462 #. type: textblock
28463 #: ../fish/guestfish-actions.pod:3890
28464 msgid "See also: L</lsetxattr>, L<attr(5)>."
28465 msgstr ""
28466
28467 # type: =head2
28468 #. type: =head2
28469 #: ../fish/guestfish-actions.pod:3892
28470 msgid "sfdisk"
28471 msgstr ""
28472
28473 # type: verbatim
28474 #. type: verbatim
28475 #: ../fish/guestfish-actions.pod:3894
28476 #, no-wrap
28477 msgid ""
28478 " sfdisk device cyls heads sectors 'lines ...'\n"
28479 "\n"
28480 msgstr ""
28481
28482 # type: textblock
28483 #. type: textblock
28484 #: ../fish/guestfish-actions.pod:3916
28485 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28486 msgstr ""
28487
28488 # type: =head2
28489 #. type: =head2
28490 #: ../fish/guestfish-actions.pod:3922
28491 msgid "sfdiskM"
28492 msgstr ""
28493
28494 # type: verbatim
28495 #. type: verbatim
28496 #: ../fish/guestfish-actions.pod:3924
28497 #, no-wrap
28498 msgid ""
28499 " sfdiskM device 'lines ...'\n"
28500 "\n"
28501 msgstr ""
28502
28503 # type: textblock
28504 #. type: textblock
28505 #: ../fish/guestfish-actions.pod:3926
28506 msgid ""
28507 "This is a simplified interface to the L</sfdisk> command, where partition "
28508 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28509 "you don't need to specify the cyls, heads and sectors parameters which were "
28510 "rarely if ever used anyway."
28511 msgstr ""
28512
28513 # type: textblock
28514 #. type: textblock
28515 #: ../fish/guestfish-actions.pod:3932
28516 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28517 msgstr ""
28518
28519 # type: =head2
28520 #. type: =head2
28521 #: ../fish/guestfish-actions.pod:3938
28522 msgid "sfdisk-N"
28523 msgstr ""
28524
28525 # type: verbatim
28526 #. type: verbatim
28527 #: ../fish/guestfish-actions.pod:3940
28528 #, no-wrap
28529 msgid ""
28530 " sfdisk-N device partnum cyls heads sectors line\n"
28531 "\n"
28532 msgstr ""
28533
28534 # type: textblock
28535 #. type: textblock
28536 #: ../fish/guestfish-actions.pod:3945
28537 msgid ""
28538 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28539 "cyls/heads/sectors parameters."
28540 msgstr ""
28541
28542 # type: textblock
28543 #. type: textblock
28544 #: ../fish/guestfish-actions.pod:3948
28545 msgid "See also: L</part-add>"
28546 msgstr ""
28547
28548 # type: =head2
28549 #. type: =head2
28550 #: ../fish/guestfish-actions.pod:3953
28551 msgid "sfdisk-disk-geometry"
28552 msgstr ""
28553
28554 # type: verbatim
28555 #. type: verbatim
28556 #: ../fish/guestfish-actions.pod:3955
28557 #, no-wrap
28558 msgid ""
28559 " sfdisk-disk-geometry device\n"
28560 "\n"
28561 msgstr ""
28562
28563 # type: textblock
28564 #. type: textblock
28565 #: ../fish/guestfish-actions.pod:3957
28566 msgid ""
28567 "This displays the disk geometry of C<device> read from the partition table.  "
28568 "Especially in the case where the underlying block device has been resized, "
28569 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28570 "kernel-geometry>)."
28571 msgstr ""
28572
28573 # type: =head2
28574 #. type: =head2
28575 #: ../fish/guestfish-actions.pod:3965
28576 msgid "sfdisk-kernel-geometry"
28577 msgstr ""
28578
28579 # type: verbatim
28580 #. type: verbatim
28581 #: ../fish/guestfish-actions.pod:3967
28582 #, no-wrap
28583 msgid ""
28584 " sfdisk-kernel-geometry device\n"
28585 "\n"
28586 msgstr ""
28587
28588 # type: =head2
28589 #. type: =head2
28590 #: ../fish/guestfish-actions.pod:3974
28591 msgid "sfdisk-l"
28592 msgstr ""
28593
28594 # type: verbatim
28595 #. type: verbatim
28596 #: ../fish/guestfish-actions.pod:3976
28597 #, no-wrap
28598 msgid ""
28599 " sfdisk-l device\n"
28600 "\n"
28601 msgstr ""
28602
28603 # type: textblock
28604 #. type: textblock
28605 #: ../fish/guestfish-actions.pod:3982
28606 msgid "See also: L</part-list>"
28607 msgstr ""
28608
28609 # type: =head2
28610 #. type: =head2
28611 #: ../fish/guestfish-actions.pod:3984
28612 msgid "sh"
28613 msgstr ""
28614
28615 # type: verbatim
28616 #. type: verbatim
28617 #: ../fish/guestfish-actions.pod:3986
28618 #, no-wrap
28619 msgid ""
28620 " sh command\n"
28621 "\n"
28622 msgstr ""
28623
28624 # type: textblock
28625 #. type: textblock
28626 #: ../fish/guestfish-actions.pod:3991
28627 msgid "This is like L</command>, but passes the command to:"
28628 msgstr ""
28629
28630 # type: textblock
28631 #. type: textblock
28632 #: ../fish/guestfish-actions.pod:3999
28633 msgid "All the provisos about L</command> apply to this call."
28634 msgstr ""
28635
28636 # type: =head2
28637 #. type: =head2
28638 #: ../fish/guestfish-actions.pod:4001
28639 msgid "sh-lines"
28640 msgstr ""
28641
28642 # type: verbatim
28643 #. type: verbatim
28644 #: ../fish/guestfish-actions.pod:4003
28645 #, no-wrap
28646 msgid ""
28647 " sh-lines command\n"
28648 "\n"
28649 msgstr ""
28650
28651 # type: textblock
28652 #. type: textblock
28653 #: ../fish/guestfish-actions.pod:4005
28654 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28655 msgstr ""
28656
28657 # type: textblock
28658 #. type: textblock
28659 #: ../fish/guestfish-actions.pod:4008
28660 msgid "See also: L</command-lines>"
28661 msgstr ""
28662
28663 # type: =head2
28664 #. type: =head2
28665 #: ../fish/guestfish-actions.pod:4010
28666 msgid "sleep"
28667 msgstr ""
28668
28669 # type: verbatim
28670 #. type: verbatim
28671 #: ../fish/guestfish-actions.pod:4012
28672 #, no-wrap
28673 msgid ""
28674 " sleep secs\n"
28675 "\n"
28676 msgstr ""
28677
28678 # type: =head2
28679 #. type: =head2
28680 #: ../fish/guestfish-actions.pod:4016
28681 msgid "stat"
28682 msgstr ""
28683
28684 # type: verbatim
28685 #. type: verbatim
28686 #: ../fish/guestfish-actions.pod:4018
28687 #, no-wrap
28688 msgid ""
28689 " stat path\n"
28690 "\n"
28691 msgstr ""
28692
28693 # type: =head2
28694 #. type: =head2
28695 #: ../fish/guestfish-actions.pod:4024
28696 msgid "statvfs"
28697 msgstr ""
28698
28699 # type: verbatim
28700 #. type: verbatim
28701 #: ../fish/guestfish-actions.pod:4026
28702 #, no-wrap
28703 msgid ""
28704 " statvfs path\n"
28705 "\n"
28706 msgstr ""
28707
28708 # type: =head2
28709 #. type: =head2
28710 #: ../fish/guestfish-actions.pod:4034
28711 msgid "strings"
28712 msgstr ""
28713
28714 # type: verbatim
28715 #. type: verbatim
28716 #: ../fish/guestfish-actions.pod:4036
28717 #, no-wrap
28718 msgid ""
28719 " strings path\n"
28720 "\n"
28721 msgstr ""
28722
28723 # type: =head2
28724 #. type: =head2
28725 #: ../fish/guestfish-actions.pod:4044
28726 msgid "strings-e"
28727 msgstr ""
28728
28729 # type: verbatim
28730 #. type: verbatim
28731 #: ../fish/guestfish-actions.pod:4046
28732 #, no-wrap
28733 msgid ""
28734 " strings-e encoding path\n"
28735 "\n"
28736 msgstr ""
28737
28738 # type: textblock
28739 #. type: textblock
28740 #: ../fish/guestfish-actions.pod:4048
28741 msgid ""
28742 "This is like the L</strings> command, but allows you to specify the encoding "
28743 "of strings that are looked for in the source file C<path>."
28744 msgstr ""
28745
28746 # type: textblock
28747 #. type: textblock
28748 #: ../fish/guestfish-actions.pod:4058
28749 msgid ""
28750 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28751 "ISO-8859-X (this is what L</strings> uses)."
28752 msgstr ""
28753
28754 # type: =head2
28755 #. type: =head2
28756 #: ../fish/guestfish-actions.pod:4090
28757 msgid "swapoff-device"
28758 msgstr ""
28759
28760 # type: verbatim
28761 #. type: verbatim
28762 #: ../fish/guestfish-actions.pod:4092
28763 #, no-wrap
28764 msgid ""
28765 " swapoff-device device\n"
28766 "\n"
28767 msgstr ""
28768
28769 # type: textblock
28770 #. type: textblock
28771 #: ../fish/guestfish-actions.pod:4094
28772 msgid ""
28773 "This command disables the libguestfs appliance swap device or partition "
28774 "named C<device>.  See L</swapon-device>."
28775 msgstr ""
28776
28777 # type: =head2
28778 #. type: =head2
28779 #: ../fish/guestfish-actions.pod:4098
28780 msgid "swapoff-file"
28781 msgstr ""
28782
28783 # type: verbatim
28784 #. type: verbatim
28785 #: ../fish/guestfish-actions.pod:4100
28786 #, no-wrap
28787 msgid ""
28788 " swapoff-file file\n"
28789 "\n"
28790 msgstr ""
28791
28792 # type: =head2
28793 #. type: =head2
28794 #: ../fish/guestfish-actions.pod:4104
28795 msgid "swapoff-label"
28796 msgstr ""
28797
28798 # type: verbatim
28799 #. type: verbatim
28800 #: ../fish/guestfish-actions.pod:4106
28801 #, no-wrap
28802 msgid ""
28803 " swapoff-label label\n"
28804 "\n"
28805 msgstr ""
28806
28807 # type: =head2
28808 #. type: =head2
28809 #: ../fish/guestfish-actions.pod:4111
28810 msgid "swapoff-uuid"
28811 msgstr ""
28812
28813 # type: verbatim
28814 #. type: verbatim
28815 #: ../fish/guestfish-actions.pod:4113
28816 #, no-wrap
28817 msgid ""
28818 " swapoff-uuid uuid\n"
28819 "\n"
28820 msgstr ""
28821
28822 # type: =head2
28823 #. type: =head2
28824 #: ../fish/guestfish-actions.pod:4118
28825 msgid "swapon-device"
28826 msgstr ""
28827
28828 # type: verbatim
28829 #. type: verbatim
28830 #: ../fish/guestfish-actions.pod:4120
28831 #, no-wrap
28832 msgid ""
28833 " swapon-device device\n"
28834 "\n"
28835 msgstr ""
28836
28837 # type: textblock
28838 #. type: textblock
28839 #: ../fish/guestfish-actions.pod:4122
28840 msgid ""
28841 "This command enables the libguestfs appliance to use the swap device or "
28842 "partition named C<device>.  The increased memory is made available for all "
28843 "commands, for example those run using L</command> or L</sh>."
28844 msgstr ""
28845
28846 # type: =head2
28847 #. type: =head2
28848 #: ../fish/guestfish-actions.pod:4134
28849 msgid "swapon-file"
28850 msgstr ""
28851
28852 # type: verbatim
28853 #. type: verbatim
28854 #: ../fish/guestfish-actions.pod:4136
28855 #, no-wrap
28856 msgid ""
28857 " swapon-file file\n"
28858 "\n"
28859 msgstr ""
28860
28861 # type: textblock
28862 #. type: textblock
28863 #: ../fish/guestfish-actions.pod:4138
28864 msgid ""
28865 "This command enables swap to a file.  See L</swapon-device> for other notes."
28866 msgstr ""
28867
28868 # type: =head2
28869 #. type: =head2
28870 #: ../fish/guestfish-actions.pod:4141
28871 msgid "swapon-label"
28872 msgstr ""
28873
28874 # type: verbatim
28875 #. type: verbatim
28876 #: ../fish/guestfish-actions.pod:4143
28877 #, no-wrap
28878 msgid ""
28879 " swapon-label label\n"
28880 "\n"
28881 msgstr ""
28882
28883 # type: textblock
28884 #. type: textblock
28885 #: ../fish/guestfish-actions.pod:4145
28886 msgid ""
28887 "This command enables swap to a labeled swap partition.  See L</swapon-"
28888 "device> for other notes."
28889 msgstr ""
28890
28891 # type: =head2
28892 #. type: =head2
28893 #: ../fish/guestfish-actions.pod:4148
28894 msgid "swapon-uuid"
28895 msgstr ""
28896
28897 # type: verbatim
28898 #. type: verbatim
28899 #: ../fish/guestfish-actions.pod:4150
28900 #, no-wrap
28901 msgid ""
28902 " swapon-uuid uuid\n"
28903 "\n"
28904 msgstr ""
28905
28906 # type: textblock
28907 #. type: textblock
28908 #: ../fish/guestfish-actions.pod:4152
28909 msgid ""
28910 "This command enables swap to a swap partition with the given UUID.  See L</"
28911 "swapon-device> for other notes."
28912 msgstr ""
28913
28914 # type: =head2
28915 #. type: =head2
28916 #: ../fish/guestfish-actions.pod:4155
28917 msgid "sync"
28918 msgstr ""
28919
28920 # type: verbatim
28921 #. type: verbatim
28922 #: ../fish/guestfish-actions.pod:4157
28923 #, no-wrap
28924 msgid ""
28925 " sync\n"
28926 "\n"
28927 msgstr ""
28928
28929 # type: =head2
28930 #. type: =head2
28931 #: ../fish/guestfish-actions.pod:4165
28932 msgid "tail"
28933 msgstr ""
28934
28935 # type: verbatim
28936 #. type: verbatim
28937 #: ../fish/guestfish-actions.pod:4167
28938 #, no-wrap
28939 msgid ""
28940 " tail path\n"
28941 "\n"
28942 msgstr ""
28943
28944 # type: =head2
28945 #. type: =head2
28946 #: ../fish/guestfish-actions.pod:4175
28947 msgid "tail-n"
28948 msgstr ""
28949
28950 # type: verbatim
28951 #. type: verbatim
28952 #: ../fish/guestfish-actions.pod:4177
28953 #, no-wrap
28954 msgid ""
28955 " tail-n nrlines path\n"
28956 "\n"
28957 msgstr ""
28958
28959 # type: =head2
28960 #. type: =head2
28961 #: ../fish/guestfish-actions.pod:4190
28962 msgid "tar-in"
28963 msgstr ""
28964
28965 # type: verbatim
28966 #. type: verbatim
28967 #: ../fish/guestfish-actions.pod:4192
28968 #, no-wrap
28969 msgid ""
28970 " tar-in (tarfile|-) directory\n"
28971 "\n"
28972 msgstr ""
28973
28974 # type: textblock
28975 #. type: textblock
28976 #: ../fish/guestfish-actions.pod:4197
28977 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
28978 msgstr ""
28979
28980 # type: =head2
28981 #. type: =head2
28982 #: ../fish/guestfish-actions.pod:4202
28983 msgid "tar-out"
28984 msgstr ""
28985
28986 # type: verbatim
28987 #. type: verbatim
28988 #: ../fish/guestfish-actions.pod:4204
28989 #, no-wrap
28990 msgid ""
28991 " tar-out directory (tarfile|-)\n"
28992 "\n"
28993 msgstr ""
28994
28995 # type: textblock
28996 #. type: textblock
28997 #: ../fish/guestfish-actions.pod:4209
28998 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
28999 msgstr ""
29000
29001 # type: =head2
29002 #. type: =head2
29003 #: ../fish/guestfish-actions.pod:4214
29004 msgid "tgz-in"
29005 msgstr ""
29006
29007 # type: verbatim
29008 #. type: verbatim
29009 #: ../fish/guestfish-actions.pod:4216
29010 #, no-wrap
29011 msgid ""
29012 " tgz-in (tarball|-) directory\n"
29013 "\n"
29014 msgstr ""
29015
29016 # type: textblock
29017 #. type: textblock
29018 #: ../fish/guestfish-actions.pod:4221
29019 msgid "To upload an uncompressed tarball, use L</tar-in>."
29020 msgstr ""
29021
29022 # type: =head2
29023 #. type: =head2
29024 #: ../fish/guestfish-actions.pod:4225
29025 msgid "tgz-out"
29026 msgstr ""
29027
29028 # type: verbatim
29029 #. type: verbatim
29030 #: ../fish/guestfish-actions.pod:4227
29031 #, no-wrap
29032 msgid ""
29033 " tgz-out directory (tarball|-)\n"
29034 "\n"
29035 msgstr ""
29036
29037 # type: textblock
29038 #. type: textblock
29039 #: ../fish/guestfish-actions.pod:4232
29040 msgid "To download an uncompressed tarball, use L</tar-out>."
29041 msgstr ""
29042
29043 # type: =head2
29044 #. type: =head2
29045 #: ../fish/guestfish-actions.pod:4236
29046 msgid "touch"
29047 msgstr ""
29048
29049 # type: verbatim
29050 #. type: verbatim
29051 #: ../fish/guestfish-actions.pod:4238
29052 #, no-wrap
29053 msgid ""
29054 " touch path\n"
29055 "\n"
29056 msgstr ""
29057
29058 # type: =head2
29059 #. type: =head2
29060 #: ../fish/guestfish-actions.pod:4247
29061 msgid "truncate"
29062 msgstr ""
29063
29064 # type: verbatim
29065 #. type: verbatim
29066 #: ../fish/guestfish-actions.pod:4249
29067 #, no-wrap
29068 msgid ""
29069 " truncate path\n"
29070 "\n"
29071 msgstr ""
29072
29073 # type: =head2
29074 #. type: =head2
29075 #: ../fish/guestfish-actions.pod:4254
29076 msgid "truncate-size"
29077 msgstr ""
29078
29079 # type: verbatim
29080 #. type: verbatim
29081 #: ../fish/guestfish-actions.pod:4256
29082 #, no-wrap
29083 msgid ""
29084 " truncate-size path size\n"
29085 "\n"
29086 msgstr ""
29087
29088 # type: textblock
29089 #. type: textblock
29090 #: ../fish/guestfish-actions.pod:4261
29091 msgid ""
29092 "If the current file size is less than C<size> then the file is extended to "
29093 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29094 "blocks are not allocated for the file until you write to it).  To create a "
29095 "non-sparse file of zeroes, use L</fallocate64> instead."
29096 msgstr ""
29097
29098 # type: =head2
29099 #. type: =head2
29100 #: ../fish/guestfish-actions.pod:4267
29101 msgid "tune2fs-l"
29102 msgstr ""
29103
29104 # type: verbatim
29105 #. type: verbatim
29106 #: ../fish/guestfish-actions.pod:4269
29107 #, no-wrap
29108 msgid ""
29109 " tune2fs-l device\n"
29110 "\n"
29111 msgstr ""
29112
29113 # type: =head2
29114 #. type: =head2
29115 #: ../fish/guestfish-actions.pod:4279
29116 msgid "txz-in"
29117 msgstr ""
29118
29119 # type: verbatim
29120 #. type: verbatim
29121 #: ../fish/guestfish-actions.pod:4281
29122 #, no-wrap
29123 msgid ""
29124 " txz-in (tarball|-) directory\n"
29125 "\n"
29126 msgstr ""
29127
29128 # type: =head2
29129 #. type: =head2
29130 #: ../fish/guestfish-actions.pod:4288
29131 msgid "txz-out"
29132 msgstr ""
29133
29134 # type: verbatim
29135 #. type: verbatim
29136 #: ../fish/guestfish-actions.pod:4290
29137 #, no-wrap
29138 msgid ""
29139 " txz-out directory (tarball|-)\n"
29140 "\n"
29141 msgstr ""
29142
29143 # type: =head2
29144 #. type: =head2
29145 #: ../fish/guestfish-actions.pod:4297
29146 msgid "umask"
29147 msgstr ""
29148
29149 # type: verbatim
29150 #. type: verbatim
29151 #: ../fish/guestfish-actions.pod:4299
29152 #, no-wrap
29153 msgid ""
29154 " umask mask\n"
29155 "\n"
29156 msgstr ""
29157
29158 # type: textblock
29159 #. type: textblock
29160 #: ../fish/guestfish-actions.pod:4313
29161 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29162 msgstr ""
29163
29164 # type: =head2
29165 #. type: =head2
29166 #: ../fish/guestfish-actions.pod:4318
29167 msgid "umount"
29168 msgstr ""
29169
29170 # type: =head2
29171 #. type: =head2
29172 #: ../fish/guestfish-actions.pod:4320
29173 msgid "unmount"
29174 msgstr ""
29175
29176 # type: verbatim
29177 #. type: verbatim
29178 #: ../fish/guestfish-actions.pod:4322
29179 #, no-wrap
29180 msgid ""
29181 " umount pathordevice\n"
29182 "\n"
29183 msgstr ""
29184
29185 # type: =head2
29186 #. type: =head2
29187 #: ../fish/guestfish-actions.pod:4328
29188 msgid "umount-all"
29189 msgstr ""
29190
29191 # type: =head2
29192 #. type: =head2
29193 #: ../fish/guestfish-actions.pod:4330
29194 msgid "unmount-all"
29195 msgstr ""
29196
29197 # type: verbatim
29198 #. type: verbatim
29199 #: ../fish/guestfish-actions.pod:4332
29200 #, no-wrap
29201 msgid ""
29202 " umount-all\n"
29203 "\n"
29204 msgstr ""
29205
29206 # type: =head2
29207 #. type: =head2
29208 #: ../fish/guestfish-actions.pod:4338
29209 msgid "upload"
29210 msgstr ""
29211
29212 # type: verbatim
29213 #. type: verbatim
29214 #: ../fish/guestfish-actions.pod:4340
29215 #, no-wrap
29216 msgid ""
29217 " upload (filename|-) remotefilename\n"
29218 "\n"
29219 msgstr ""
29220
29221 # type: textblock
29222 #. type: textblock
29223 #: ../fish/guestfish-actions.pod:4347
29224 msgid "See also L</download>."
29225 msgstr ""
29226
29227 # type: =head2
29228 #. type: =head2
29229 #: ../fish/guestfish-actions.pod:4351
29230 msgid "upload-offset"
29231 msgstr ""
29232
29233 # type: verbatim
29234 #. type: verbatim
29235 #: ../fish/guestfish-actions.pod:4353
29236 #, no-wrap
29237 msgid ""
29238 " upload-offset (filename|-) remotefilename offset\n"
29239 "\n"
29240 msgstr ""
29241
29242 # type: textblock
29243 #. type: textblock
29244 #: ../fish/guestfish-actions.pod:4365
29245 msgid ""
29246 "Note that there is no limit on the amount of data that can be uploaded with "
29247 "this call, unlike with L</pwrite>, and this call always writes the full "
29248 "amount unless an error occurs."
29249 msgstr ""
29250
29251 # type: textblock
29252 #. type: textblock
29253 #: ../fish/guestfish-actions.pod:4370
29254 msgid "See also L</upload>, L</pwrite>."
29255 msgstr ""
29256
29257 # type: =head2
29258 #. type: =head2
29259 #: ../fish/guestfish-actions.pod:4374
29260 msgid "utimens"
29261 msgstr ""
29262
29263 # type: verbatim
29264 #. type: verbatim
29265 #: ../fish/guestfish-actions.pod:4376
29266 #, no-wrap
29267 msgid ""
29268 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29269 "\n"
29270 msgstr ""
29271
29272 # type: =head2
29273 #. type: =head2
29274 #: ../fish/guestfish-actions.pod:4395
29275 msgid "version"
29276 msgstr ""
29277
29278 # type: verbatim
29279 #. type: verbatim
29280 #: ../fish/guestfish-actions.pod:4397
29281 #, no-wrap
29282 msgid ""
29283 " version\n"
29284 "\n"
29285 msgstr ""
29286
29287 # type: textblock
29288 #. type: textblock
29289 #: ../fish/guestfish-actions.pod:4424
29290 msgid ""
29291 "I<Note:> Don't use this call to test for availability of features.  In "
29292 "enterprise distributions we backport features from later versions into "
29293 "earlier versions, making this an unreliable way to test for features.  Use "
29294 "L</available> instead."
29295 msgstr ""
29296
29297 # type: =head2
29298 #. type: =head2
29299 #: ../fish/guestfish-actions.pod:4430
29300 msgid "vfs-label"
29301 msgstr ""
29302
29303 # type: verbatim
29304 #. type: verbatim
29305 #: ../fish/guestfish-actions.pod:4432
29306 #, no-wrap
29307 msgid ""
29308 " vfs-label device\n"
29309 "\n"
29310 msgstr ""
29311
29312 # type: textblock
29313 #. type: textblock
29314 #: ../fish/guestfish-actions.pod:4439
29315 msgid "To find a filesystem from the label, use L</findfs-label>."
29316 msgstr ""
29317
29318 # type: =head2
29319 #. type: =head2
29320 #: ../fish/guestfish-actions.pod:4441
29321 msgid "vfs-type"
29322 msgstr ""
29323
29324 # type: verbatim
29325 #. type: verbatim
29326 #: ../fish/guestfish-actions.pod:4443
29327 #, no-wrap
29328 msgid ""
29329 " vfs-type device\n"
29330 "\n"
29331 msgstr ""
29332
29333 # type: =head2
29334 #. type: =head2
29335 #: ../fish/guestfish-actions.pod:4453
29336 msgid "vfs-uuid"
29337 msgstr ""
29338
29339 # type: verbatim
29340 #. type: verbatim
29341 #: ../fish/guestfish-actions.pod:4455
29342 #, no-wrap
29343 msgid ""
29344 " vfs-uuid device\n"
29345 "\n"
29346 msgstr ""
29347
29348 # type: textblock
29349 #. type: textblock
29350 #: ../fish/guestfish-actions.pod:4462
29351 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29352 msgstr ""
29353
29354 # type: =head2
29355 #. type: =head2
29356 #: ../fish/guestfish-actions.pod:4464
29357 msgid "vg-activate"
29358 msgstr ""
29359
29360 # type: verbatim
29361 #. type: verbatim
29362 #: ../fish/guestfish-actions.pod:4466
29363 #, no-wrap
29364 msgid ""
29365 " vg-activate true|false 'volgroups ...'\n"
29366 "\n"
29367 msgstr ""
29368
29369 # type: =head2
29370 #. type: =head2
29371 #: ../fish/guestfish-actions.pod:4479
29372 msgid "vg-activate-all"
29373 msgstr ""
29374
29375 # type: verbatim
29376 #. type: verbatim
29377 #: ../fish/guestfish-actions.pod:4481
29378 #, no-wrap
29379 msgid ""
29380 " vg-activate-all true|false\n"
29381 "\n"
29382 msgstr ""
29383
29384 # type: =head2
29385 #. type: =head2
29386 #: ../fish/guestfish-actions.pod:4491
29387 msgid "vgcreate"
29388 msgstr ""
29389
29390 # type: verbatim
29391 #. type: verbatim
29392 #: ../fish/guestfish-actions.pod:4493
29393 #, no-wrap
29394 msgid ""
29395 " vgcreate volgroup 'physvols ...'\n"
29396 "\n"
29397 msgstr ""
29398
29399 # type: =head2
29400 #. type: =head2
29401 #: ../fish/guestfish-actions.pod:4498
29402 msgid "vglvuuids"
29403 msgstr ""
29404
29405 # type: verbatim
29406 #. type: verbatim
29407 #: ../fish/guestfish-actions.pod:4500
29408 #, no-wrap
29409 msgid ""
29410 " vglvuuids vgname\n"
29411 "\n"
29412 msgstr ""
29413
29414 # type: textblock
29415 #. type: textblock
29416 #: ../fish/guestfish-actions.pod:4505
29417 msgid ""
29418 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29419 "logical volumes and volume groups."
29420 msgstr ""
29421
29422 # type: textblock
29423 #. type: textblock
29424 #: ../fish/guestfish-actions.pod:4508
29425 msgid "See also L</vgpvuuids>."
29426 msgstr ""
29427
29428 # type: =head2
29429 #. type: =head2
29430 #: ../fish/guestfish-actions.pod:4510
29431 msgid "vgpvuuids"
29432 msgstr ""
29433
29434 # type: verbatim
29435 #. type: verbatim
29436 #: ../fish/guestfish-actions.pod:4512
29437 #, no-wrap
29438 msgid ""
29439 " vgpvuuids vgname\n"
29440 "\n"
29441 msgstr ""
29442
29443 # type: textblock
29444 #. type: textblock
29445 #: ../fish/guestfish-actions.pod:4517
29446 msgid ""
29447 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29448 "physical volumes and volume groups."
29449 msgstr ""
29450
29451 # type: textblock
29452 #. type: textblock
29453 #: ../fish/guestfish-actions.pod:4520
29454 msgid "See also L</vglvuuids>."
29455 msgstr ""
29456
29457 # type: =head2
29458 #. type: =head2
29459 #: ../fish/guestfish-actions.pod:4522
29460 msgid "vgremove"
29461 msgstr ""
29462
29463 # type: verbatim
29464 #. type: verbatim
29465 #: ../fish/guestfish-actions.pod:4524
29466 #, no-wrap
29467 msgid ""
29468 " vgremove vgname\n"
29469 "\n"
29470 msgstr ""
29471
29472 # type: =head2
29473 #. type: =head2
29474 #: ../fish/guestfish-actions.pod:4531
29475 msgid "vgrename"
29476 msgstr ""
29477
29478 # type: verbatim
29479 #. type: verbatim
29480 #: ../fish/guestfish-actions.pod:4533
29481 #, no-wrap
29482 msgid ""
29483 " vgrename volgroup newvolgroup\n"
29484 "\n"
29485 msgstr ""
29486
29487 # type: =head2
29488 #. type: =head2
29489 #: ../fish/guestfish-actions.pod:4537
29490 msgid "vgs"
29491 msgstr ""
29492
29493 # type: verbatim
29494 #. type: verbatim
29495 #: ../fish/guestfish-actions.pod:4539
29496 #, no-wrap
29497 msgid ""
29498 " vgs\n"
29499 "\n"
29500 msgstr ""
29501
29502 # type: textblock
29503 #. type: textblock
29504 #: ../fish/guestfish-actions.pod:4547
29505 msgid "See also L</vgs-full>."
29506 msgstr ""
29507
29508 # type: =head2
29509 #. type: =head2
29510 #: ../fish/guestfish-actions.pod:4549
29511 msgid "vgs-full"
29512 msgstr ""
29513
29514 # type: verbatim
29515 #. type: verbatim
29516 #: ../fish/guestfish-actions.pod:4551
29517 #, no-wrap
29518 msgid ""
29519 " vgs-full\n"
29520 "\n"
29521 msgstr ""
29522
29523 # type: =head2
29524 #. type: =head2
29525 #: ../fish/guestfish-actions.pod:4556
29526 msgid "vgscan"
29527 msgstr ""
29528
29529 # type: verbatim
29530 #. type: verbatim
29531 #: ../fish/guestfish-actions.pod:4558
29532 #, no-wrap
29533 msgid ""
29534 " vgscan\n"
29535 "\n"
29536 msgstr ""
29537
29538 # type: =head2
29539 #. type: =head2
29540 #: ../fish/guestfish-actions.pod:4563
29541 msgid "vguuid"
29542 msgstr ""
29543
29544 # type: verbatim
29545 #. type: verbatim
29546 #: ../fish/guestfish-actions.pod:4565
29547 #, no-wrap
29548 msgid ""
29549 " vguuid vgname\n"
29550 "\n"
29551 msgstr ""
29552
29553 # type: =head2
29554 #. type: =head2
29555 #: ../fish/guestfish-actions.pod:4569
29556 msgid "wc-c"
29557 msgstr ""
29558
29559 # type: verbatim
29560 #. type: verbatim
29561 #: ../fish/guestfish-actions.pod:4571
29562 #, no-wrap
29563 msgid ""
29564 " wc-c path\n"
29565 "\n"
29566 msgstr ""
29567
29568 # type: =head2
29569 #. type: =head2
29570 #: ../fish/guestfish-actions.pod:4576
29571 msgid "wc-l"
29572 msgstr ""
29573
29574 # type: verbatim
29575 #. type: verbatim
29576 #: ../fish/guestfish-actions.pod:4578
29577 #, no-wrap
29578 msgid ""
29579 " wc-l path\n"
29580 "\n"
29581 msgstr ""
29582
29583 # type: =head2
29584 #. type: =head2
29585 #: ../fish/guestfish-actions.pod:4583
29586 msgid "wc-w"
29587 msgstr ""
29588
29589 # type: verbatim
29590 #. type: verbatim
29591 #: ../fish/guestfish-actions.pod:4585
29592 #, no-wrap
29593 msgid ""
29594 " wc-w path\n"
29595 "\n"
29596 msgstr ""
29597
29598 # type: =head2
29599 #. type: =head2
29600 #: ../fish/guestfish-actions.pod:4590
29601 msgid "write"
29602 msgstr ""
29603
29604 # type: verbatim
29605 #. type: verbatim
29606 #: ../fish/guestfish-actions.pod:4592
29607 #, no-wrap
29608 msgid ""
29609 " write path content\n"
29610 "\n"
29611 msgstr ""
29612
29613 # type: =head2
29614 #. type: =head2
29615 #: ../fish/guestfish-actions.pod:4600
29616 msgid "write-file"
29617 msgstr ""
29618
29619 # type: verbatim
29620 #. type: verbatim
29621 #: ../fish/guestfish-actions.pod:4602
29622 #, no-wrap
29623 msgid ""
29624 " write-file path content size\n"
29625 "\n"
29626 msgstr ""
29627
29628 # type: =head2
29629 #. type: =head2
29630 #: ../fish/guestfish-actions.pod:4625
29631 msgid "zegrep"
29632 msgstr ""
29633
29634 # type: verbatim
29635 #. type: verbatim
29636 #: ../fish/guestfish-actions.pod:4627
29637 #, no-wrap
29638 msgid ""
29639 " zegrep regex path\n"
29640 "\n"
29641 msgstr ""
29642
29643 # type: =head2
29644 #. type: =head2
29645 #: ../fish/guestfish-actions.pod:4635
29646 msgid "zegrepi"
29647 msgstr ""
29648
29649 # type: verbatim
29650 #. type: verbatim
29651 #: ../fish/guestfish-actions.pod:4637
29652 #, no-wrap
29653 msgid ""
29654 " zegrepi regex path\n"
29655 "\n"
29656 msgstr ""
29657
29658 # type: =head2
29659 #. type: =head2
29660 #: ../fish/guestfish-actions.pod:4645
29661 msgid "zero"
29662 msgstr ""
29663
29664 # type: verbatim
29665 #. type: verbatim
29666 #: ../fish/guestfish-actions.pod:4647
29667 #, no-wrap
29668 msgid ""
29669 " zero device\n"
29670 "\n"
29671 msgstr ""
29672
29673 # type: textblock
29674 #. type: textblock
29675 #: ../fish/guestfish-actions.pod:4655
29676 msgid "See also: L</zero-device>, L</scrub-device>."
29677 msgstr ""
29678
29679 # type: =head2
29680 #. type: =head2
29681 #: ../fish/guestfish-actions.pod:4657
29682 msgid "zero-device"
29683 msgstr ""
29684
29685 # type: verbatim
29686 #. type: verbatim
29687 #: ../fish/guestfish-actions.pod:4659
29688 #, no-wrap
29689 msgid ""
29690 " zero-device device\n"
29691 "\n"
29692 msgstr ""
29693
29694 # type: textblock
29695 #. type: textblock
29696 #: ../fish/guestfish-actions.pod:4661
29697 msgid ""
29698 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29699 "which just zeroes the first few blocks of a device."
29700 msgstr ""
29701
29702 # type: =head2
29703 #. type: =head2
29704 #: ../fish/guestfish-actions.pod:4668
29705 msgid "zerofree"
29706 msgstr ""
29707
29708 # type: verbatim
29709 #. type: verbatim
29710 #: ../fish/guestfish-actions.pod:4670
29711 #, no-wrap
29712 msgid ""
29713 " zerofree device\n"
29714 "\n"
29715 msgstr ""
29716
29717 # type: =head2
29718 #. type: =head2
29719 #: ../fish/guestfish-actions.pod:4683
29720 msgid "zfgrep"
29721 msgstr ""
29722
29723 # type: verbatim
29724 #. type: verbatim
29725 #: ../fish/guestfish-actions.pod:4685
29726 #, no-wrap
29727 msgid ""
29728 " zfgrep pattern path\n"
29729 "\n"
29730 msgstr ""
29731
29732 # type: =head2
29733 #. type: =head2
29734 #: ../fish/guestfish-actions.pod:4693
29735 msgid "zfgrepi"
29736 msgstr ""
29737
29738 # type: verbatim
29739 #. type: verbatim
29740 #: ../fish/guestfish-actions.pod:4695
29741 #, no-wrap
29742 msgid ""
29743 " zfgrepi pattern path\n"
29744 "\n"
29745 msgstr ""
29746
29747 # type: =head2
29748 #. type: =head2
29749 #: ../fish/guestfish-actions.pod:4703
29750 msgid "zfile"
29751 msgstr ""
29752
29753 # type: verbatim
29754 #. type: verbatim
29755 #: ../fish/guestfish-actions.pod:4705
29756 #, no-wrap
29757 msgid ""
29758 " zfile meth path\n"
29759 "\n"
29760 msgstr ""
29761
29762 # type: textblock
29763 #. type: textblock
29764 #: ../fish/guestfish-actions.pod:4712
29765 msgid ""
29766 "Since 1.0.63, use L</file> instead which can now process compressed files."
29767 msgstr ""
29768
29769 # type: =head2
29770 #. type: =head2
29771 #: ../fish/guestfish-actions.pod:4722
29772 msgid "zgrep"
29773 msgstr ""
29774
29775 # type: verbatim
29776 #. type: verbatim
29777 #: ../fish/guestfish-actions.pod:4724
29778 #, no-wrap
29779 msgid ""
29780 " zgrep regex path\n"
29781 "\n"
29782 msgstr ""
29783
29784 # type: =head2
29785 #. type: =head2
29786 #: ../fish/guestfish-actions.pod:4732
29787 msgid "zgrepi"
29788 msgstr ""
29789
29790 # type: verbatim
29791 #. type: verbatim
29792 #: ../fish/guestfish-actions.pod:4734
29793 #, no-wrap
29794 msgid ""
29795 " zgrepi regex path\n"
29796 "\n"
29797 msgstr ""
29798
29799 # type: =head2
29800 #. type: =head2
29801 #: ../fish/guestfish-commands.pod:1
29802 msgid "alloc"
29803 msgstr ""
29804
29805 # type: =head2
29806 #. type: =head2
29807 #: ../fish/guestfish-commands.pod:3
29808 msgid "allocate"
29809 msgstr ""
29810
29811 # type: verbatim
29812 #. type: verbatim
29813 #: ../fish/guestfish-commands.pod:5
29814 #, no-wrap
29815 msgid ""
29816 " alloc filename size\n"
29817 "\n"
29818 msgstr ""
29819
29820 # type: textblock
29821 #. type: textblock
29822 #: ../fish/guestfish-commands.pod:7
29823 msgid ""
29824 "This creates an empty (zeroed) file of the given size, and then adds so it "
29825 "can be further examined."
29826 msgstr ""
29827
29828 # type: textblock
29829 #. type: textblock
29830 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29831 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29832 msgstr ""
29833
29834 # type: textblock
29835 #. type: textblock
29836 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29837 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29838 msgstr ""
29839
29840 # type: textblock
29841 #. type: textblock
29842 #: ../fish/guestfish-commands.pod:14
29843 msgid ""
29844 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29845 "image, see L</PREPARED DISK IMAGES>."
29846 msgstr ""
29847
29848 # type: =head2
29849 #. type: =head2
29850 #: ../fish/guestfish-commands.pod:17
29851 msgid "copy-in"
29852 msgstr ""
29853
29854 # type: verbatim
29855 #. type: verbatim
29856 #: ../fish/guestfish-commands.pod:19
29857 #, no-wrap
29858 msgid ""
29859 " copy-in local [local ...] /remotedir\n"
29860 "\n"
29861 msgstr ""
29862
29863 # type: textblock
29864 #. type: textblock
29865 #: ../fish/guestfish-commands.pod:21
29866 msgid ""
29867 "C<copy-in> copies local files or directories recursively into the disk "
29868 "image, placing them in the directory called C</remotedir> (which must "
29869 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29870 "other commands as necessary."
29871 msgstr ""
29872
29873 # type: textblock
29874 #. type: textblock
29875 #: ../fish/guestfish-commands.pod:26
29876 msgid ""
29877 "Multiple local files and directories can be specified, but the last "
29878 "parameter must always be a remote directory.  Wildcards cannot be used."
29879 msgstr ""
29880
29881 # type: =head2
29882 #. type: =head2
29883 #: ../fish/guestfish-commands.pod:30
29884 msgid "copy-out"
29885 msgstr ""
29886
29887 # type: verbatim
29888 #. type: verbatim
29889 #: ../fish/guestfish-commands.pod:32
29890 #, no-wrap
29891 msgid ""
29892 " copy-out remote [remote ...] localdir\n"
29893 "\n"
29894 msgstr ""
29895
29896 # type: textblock
29897 #. type: textblock
29898 #: ../fish/guestfish-commands.pod:34
29899 msgid ""
29900 "C<copy-out> copies remote files or directories recursively out of the disk "
29901 "image, placing them on the host disk in a local directory called C<localdir> "
29902 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
29903 "download>, L</tar-out> and other commands as necessary."
29904 msgstr ""
29905
29906 # type: textblock
29907 #. type: textblock
29908 #: ../fish/guestfish-commands.pod:40
29909 msgid ""
29910 "Multiple remote files and directories can be specified, but the last "
29911 "parameter must always be a local directory.  To download to the current "
29912 "directory, use C<.> as in:"
29913 msgstr ""
29914
29915 # type: verbatim
29916 #. type: verbatim
29917 #: ../fish/guestfish-commands.pod:44
29918 #, no-wrap
29919 msgid ""
29920 " copy-out /home .\n"
29921 "\n"
29922 msgstr ""
29923
29924 # type: textblock
29925 #. type: textblock
29926 #: ../fish/guestfish-commands.pod:46
29927 msgid ""
29928 "Wildcards cannot be used in the ordinary command, but you can use them with "
29929 "the help of L</glob> like this:"
29930 msgstr ""
29931
29932 # type: verbatim
29933 #. type: verbatim
29934 #: ../fish/guestfish-commands.pod:49
29935 #, no-wrap
29936 msgid ""
29937 " glob copy-out /home/* .\n"
29938 "\n"
29939 msgstr ""
29940
29941 # type: =head2
29942 #. type: =head2
29943 #: ../fish/guestfish-commands.pod:51
29944 msgid "echo"
29945 msgstr ""
29946
29947 # type: verbatim
29948 #. type: verbatim
29949 #: ../fish/guestfish-commands.pod:53
29950 #, no-wrap
29951 msgid ""
29952 " echo [params ...]\n"
29953 "\n"
29954 msgstr ""
29955
29956 # type: textblock
29957 #. type: textblock
29958 #: ../fish/guestfish-commands.pod:55
29959 msgid "This echos the parameters to the terminal."
29960 msgstr ""
29961
29962 # type: =head2
29963 #. type: =head2
29964 #: ../fish/guestfish-commands.pod:57
29965 msgid "edit"
29966 msgstr ""
29967
29968 # type: =head2
29969 #. type: =head2
29970 #: ../fish/guestfish-commands.pod:59
29971 msgid "vi"
29972 msgstr ""
29973
29974 # type: =head2
29975 #. type: =head2
29976 #: ../fish/guestfish-commands.pod:61
29977 msgid "emacs"
29978 msgstr ""
29979
29980 # type: verbatim
29981 #. type: verbatim
29982 #: ../fish/guestfish-commands.pod:63
29983 #, no-wrap
29984 msgid ""
29985 " edit filename\n"
29986 "\n"
29987 msgstr ""
29988
29989 # type: textblock
29990 #. type: textblock
29991 #: ../fish/guestfish-commands.pod:65
29992 msgid ""
29993 "This is used to edit a file.  It downloads the file, edits it locally using "
29994 "your editor, then uploads the result."
29995 msgstr ""
29996
29997 # type: textblock
29998 #. type: textblock
29999 #: ../fish/guestfish-commands.pod:68
30000 msgid ""
30001 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30002 "or C<emacs> you will get those corresponding editors."
30003 msgstr ""
30004
30005 # type: =head2
30006 #. type: =head2
30007 #: ../fish/guestfish-commands.pod:72
30008 msgid "glob"
30009 msgstr ""
30010
30011 # type: verbatim
30012 #. type: verbatim
30013 #: ../fish/guestfish-commands.pod:74
30014 #, no-wrap
30015 msgid ""
30016 " glob command args...\n"
30017 "\n"
30018 msgstr ""
30019
30020 # type: textblock
30021 #. type: textblock
30022 #: ../fish/guestfish-commands.pod:76
30023 msgid ""
30024 "Expand wildcards in any paths in the args list, and run C<command> "
30025 "repeatedly on each matching path."
30026 msgstr ""
30027
30028 # type: textblock
30029 #. type: textblock
30030 #: ../fish/guestfish-commands.pod:79
30031 msgid "See L</WILDCARDS AND GLOBBING>."
30032 msgstr ""
30033
30034 # type: =head2
30035 #. type: =head2
30036 #: ../fish/guestfish-commands.pod:81
30037 msgid "hexedit"
30038 msgstr ""
30039
30040 # type: verbatim
30041 #. type: verbatim
30042 #: ../fish/guestfish-commands.pod:83
30043 #, no-wrap
30044 msgid ""
30045 " hexedit <filename|device>\n"
30046 " hexedit <filename|device> <max>\n"
30047 " hexedit <filename|device> <start> <max>\n"
30048 "\n"
30049 msgstr ""
30050
30051 # type: textblock
30052 #. type: textblock
30053 #: ../fish/guestfish-commands.pod:87
30054 msgid ""
30055 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30056 "device."
30057 msgstr ""
30058
30059 # type: textblock
30060 #. type: textblock
30061 #: ../fish/guestfish-commands.pod:90
30062 msgid ""
30063 "This command works by downloading potentially the whole file or device, "
30064 "editing it locally, then uploading it.  If the file or device is large, you "
30065 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30066 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30067 "usual modifiers allowed such as C<1M> (1 megabyte)."
30068 msgstr ""
30069
30070 # type: textblock
30071 #. type: textblock
30072 #: ../fish/guestfish-commands.pod:97
30073 msgid "For example to edit the first few sectors of a disk you might do:"
30074 msgstr ""
30075
30076 # type: verbatim
30077 #. type: verbatim
30078 #: ../fish/guestfish-commands.pod:100
30079 #, no-wrap
30080 msgid ""
30081 " hexedit /dev/sda 1M\n"
30082 "\n"
30083 msgstr ""
30084
30085 # type: textblock
30086 #. type: textblock
30087 #: ../fish/guestfish-commands.pod:102
30088 msgid ""
30089 "which would allow you to edit anywhere within the first megabyte of the disk."
30090 msgstr ""
30091
30092 # type: textblock
30093 #. type: textblock
30094 #: ../fish/guestfish-commands.pod:105
30095 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30096 msgstr ""
30097
30098 # type: verbatim
30099 #. type: verbatim
30100 #: ../fish/guestfish-commands.pod:107
30101 #, no-wrap
30102 msgid ""
30103 " hexedit /dev/sda1 0x400 0x400\n"
30104 "\n"
30105 msgstr ""
30106
30107 # type: textblock
30108 #. type: textblock
30109 #: ../fish/guestfish-commands.pod:109
30110 msgid "(assuming the superblock is in the standard location)."
30111 msgstr ""
30112
30113 # type: textblock
30114 #. type: textblock
30115 #: ../fish/guestfish-commands.pod:111
30116 msgid ""
30117 "This command requires the external L<hexedit(1)> program.  You can specify "
30118 "another program to use by setting the C<HEXEDITOR> environment variable."
30119 msgstr ""
30120
30121 # type: textblock
30122 #. type: textblock
30123 #: ../fish/guestfish-commands.pod:115
30124 msgid "See also L</hexdump>."
30125 msgstr ""
30126
30127 # type: =head2
30128 #. type: =head2
30129 #: ../fish/guestfish-commands.pod:117
30130 msgid "lcd"
30131 msgstr ""
30132
30133 # type: verbatim
30134 #. type: verbatim
30135 #: ../fish/guestfish-commands.pod:119
30136 #, no-wrap
30137 msgid ""
30138 " lcd directory\n"
30139 "\n"
30140 msgstr ""
30141
30142 # type: textblock
30143 #. type: textblock
30144 #: ../fish/guestfish-commands.pod:121
30145 msgid ""
30146 "Change the local directory, ie. the current directory of guestfish itself."
30147 msgstr ""
30148
30149 # type: textblock
30150 #. type: textblock
30151 #: ../fish/guestfish-commands.pod:124
30152 msgid "Note that C<!cd> won't do what you might expect."
30153 msgstr ""
30154
30155 # type: =head2
30156 #. type: =head2
30157 #: ../fish/guestfish-commands.pod:126
30158 msgid "man"
30159 msgstr ""
30160
30161 # type: =head2
30162 #. type: =head2
30163 #: ../fish/guestfish-commands.pod:128
30164 msgid "manual"
30165 msgstr ""
30166
30167 # type: verbatim
30168 #. type: verbatim
30169 #: ../fish/guestfish-commands.pod:130
30170 #, no-wrap
30171 msgid ""
30172 "  man\n"
30173 "\n"
30174 msgstr ""
30175
30176 # type: textblock
30177 #. type: textblock
30178 #: ../fish/guestfish-commands.pod:132
30179 msgid "Opens the manual page for guestfish."
30180 msgstr ""
30181
30182 # type: =head2
30183 #. type: =head2
30184 #: ../fish/guestfish-commands.pod:134
30185 msgid "more"
30186 msgstr ""
30187
30188 # type: =head2
30189 #. type: =head2
30190 #: ../fish/guestfish-commands.pod:136
30191 msgid "less"
30192 msgstr ""
30193
30194 # type: verbatim
30195 #. type: verbatim
30196 #: ../fish/guestfish-commands.pod:138
30197 #, no-wrap
30198 msgid ""
30199 " more filename\n"
30200 "\n"
30201 msgstr ""
30202
30203 # type: verbatim
30204 #. type: verbatim
30205 #: ../fish/guestfish-commands.pod:140
30206 #, no-wrap
30207 msgid ""
30208 " less filename\n"
30209 "\n"
30210 msgstr ""
30211
30212 # type: textblock
30213 #. type: textblock
30214 #: ../fish/guestfish-commands.pod:142
30215 msgid "This is used to view a file."
30216 msgstr ""
30217
30218 # type: textblock
30219 #. type: textblock
30220 #: ../fish/guestfish-commands.pod:144
30221 msgid ""
30222 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30223 "C<less> you will get the C<less> command specifically."
30224 msgstr ""
30225
30226 # type: =head2
30227 #. type: =head2
30228 #: ../fish/guestfish-commands.pod:147
30229 msgid "reopen"
30230 msgstr ""
30231
30232 # type: verbatim
30233 #. type: verbatim
30234 #: ../fish/guestfish-commands.pod:149
30235 #, no-wrap
30236 msgid ""
30237 "  reopen\n"
30238 "\n"
30239 msgstr ""
30240
30241 # type: textblock
30242 #. type: textblock
30243 #: ../fish/guestfish-commands.pod:151
30244 msgid ""
30245 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30246 "normally, because the handle is closed properly when guestfish exits.  "
30247 "However this is occasionally useful for testing."
30248 msgstr ""
30249
30250 # type: =head2
30251 #. type: =head2
30252 #: ../fish/guestfish-commands.pod:155
30253 msgid "sparse"
30254 msgstr ""
30255
30256 # type: verbatim
30257 #. type: verbatim
30258 #: ../fish/guestfish-commands.pod:157
30259 #, no-wrap
30260 msgid ""
30261 " sparse filename size\n"
30262 "\n"
30263 msgstr ""
30264
30265 # type: textblock
30266 #. type: textblock
30267 #: ../fish/guestfish-commands.pod:159
30268 msgid ""
30269 "This creates an empty sparse file of the given size, and then adds so it can "
30270 "be further examined."
30271 msgstr ""
30272
30273 # type: textblock
30274 #. type: textblock
30275 #: ../fish/guestfish-commands.pod:162
30276 msgid ""
30277 "In all respects it works the same as the L</alloc> command, except that the "
30278 "image file is allocated sparsely, which means that disk blocks are not "
30279 "assigned to the file until they are needed.  Sparse disk files only use "
30280 "space when written to, but they are slower and there is a danger you could "
30281 "run out of real disk space during a write operation."
30282 msgstr ""
30283
30284 # type: =head2
30285 #. type: =head2
30286 #: ../fish/guestfish-commands.pod:172
30287 msgid "supported"
30288 msgstr ""
30289
30290 # type: verbatim
30291 #. type: verbatim
30292 #: ../fish/guestfish-commands.pod:174
30293 #, no-wrap
30294 msgid ""
30295 " supported\n"
30296 "\n"
30297 msgstr ""
30298
30299 # type: textblock
30300 #. type: textblock
30301 #: ../fish/guestfish-commands.pod:176
30302 msgid ""
30303 "This command returns a list of the optional groups known to the daemon, and "
30304 "indicates which ones are supported by this build of the libguestfs appliance."
30305 msgstr ""
30306
30307 # type: textblock
30308 #. type: textblock
30309 #: ../fish/guestfish-commands.pod:180
30310 msgid "See also L<guestfs(3)/AVAILABILITY>."
30311 msgstr ""
30312
30313 # type: =head2
30314 #. type: =head2
30315 #: ../fish/guestfish-commands.pod:182
30316 msgid "time"
30317 msgstr ""
30318
30319 # type: verbatim
30320 #. type: verbatim
30321 #: ../fish/guestfish-commands.pod:184
30322 #, no-wrap
30323 msgid ""
30324 " time command args...\n"
30325 "\n"
30326 msgstr ""
30327
30328 # type: textblock
30329 #. type: textblock
30330 #: ../fish/guestfish-commands.pod:186
30331 msgid ""
30332 "Run the command as usual, but print the elapsed time afterwards.  This can "
30333 "be useful for benchmarking operations."
30334 msgstr ""
30335
30336 # type: textblock
30337 #. type: textblock
30338 #: ../test-tool/libguestfs-test-tool.pod:5
30339 msgid "libguestfs-test-tool - End user tests for libguestfs"
30340 msgstr ""
30341
30342 # type: verbatim
30343 #. type: verbatim
30344 #: ../test-tool/libguestfs-test-tool.pod:9
30345 #, no-wrap
30346 msgid ""
30347 " libguestfs-test-tool [--options]\n"
30348 "\n"
30349 msgstr ""
30350
30351 # type: textblock
30352 #. type: textblock
30353 #: ../test-tool/libguestfs-test-tool.pod:13
30354 msgid ""
30355 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30356 "and developers, to allow them to check basic libguestfs functionality is "
30357 "working.  This is needed because libguestfs occasionally breaks for reasons "
30358 "beyond our control: usually because of changes in the underlying qemu or "
30359 "kernel packages, or the host environment."
30360 msgstr ""
30361
30362 # type: textblock
30363 #. type: textblock
30364 #: ../test-tool/libguestfs-test-tool.pod:20
30365 msgid "If you suspect a problem in libguestfs, then just run:"
30366 msgstr ""
30367
30368 # type: verbatim
30369 #. type: verbatim
30370 #: ../test-tool/libguestfs-test-tool.pod:22
30371 #, no-wrap
30372 msgid ""
30373 " libguestfs-test-tool\n"
30374 "\n"
30375 msgstr ""
30376
30377 # type: textblock
30378 #. type: textblock
30379 #: ../test-tool/libguestfs-test-tool.pod:24
30380 msgid "It will print lots of diagnostic messages."
30381 msgstr ""
30382
30383 # type: textblock
30384 #. type: textblock
30385 #: ../test-tool/libguestfs-test-tool.pod:26
30386 msgid "If it runs to completion successfully, you will see this near the end:"
30387 msgstr ""
30388
30389 # type: verbatim
30390 #. type: verbatim
30391 #: ../test-tool/libguestfs-test-tool.pod:28
30392 #, no-wrap
30393 msgid ""
30394 " ===== TEST FINISHED OK =====\n"
30395 "\n"
30396 msgstr ""
30397
30398 # type: textblock
30399 #. type: textblock
30400 #: ../test-tool/libguestfs-test-tool.pod:30
30401 msgid "and the test tool will exit with code 0."
30402 msgstr ""
30403
30404 # type: textblock
30405 #. type: textblock
30406 #: ../test-tool/libguestfs-test-tool.pod:32
30407 msgid ""
30408 "If it fails (and/or exits with non-zero error code), please paste the "
30409 "B<complete, unedited> output of the test tool into a bug report.  More "
30410 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30411 "> website."
30412 msgstr ""
30413
30414 # type: =item
30415 #. type: =item
30416 #: ../test-tool/libguestfs-test-tool.pod:41
30417 msgid "I<--help>"
30418 msgstr ""
30419
30420 # type: textblock
30421 #. type: textblock
30422 #: ../test-tool/libguestfs-test-tool.pod:43
30423 msgid "Display short usage information and exit."
30424 msgstr ""
30425
30426 # type: =item
30427 #. type: =item
30428 #: ../test-tool/libguestfs-test-tool.pod:45
30429 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30430 msgstr ""
30431
30432 # type: textblock
30433 #. type: textblock
30434 #: ../test-tool/libguestfs-test-tool.pod:47
30435 msgid ""
30436 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30437 "normally look in the C<$libexec> directory that was configured when the tool "
30438 "was built."
30439 msgstr ""
30440
30441 # type: =item
30442 #. type: =item
30443 #: ../test-tool/libguestfs-test-tool.pod:51
30444 msgid "I<--qemu qemu_binary>"
30445 msgstr ""
30446
30447 # type: textblock
30448 #. type: textblock
30449 #: ../test-tool/libguestfs-test-tool.pod:53
30450 msgid ""
30451 "If you have downloaded another qemu binary, point this option at the full "
30452 "path of the binary to try it."
30453 msgstr ""
30454
30455 # type: =item
30456 #. type: =item
30457 #: ../test-tool/libguestfs-test-tool.pod:56
30458 msgid "I<--qemudir qemu_source_dir>"
30459 msgstr ""
30460
30461 # type: textblock
30462 #. type: textblock
30463 #: ../test-tool/libguestfs-test-tool.pod:58
30464 msgid ""
30465 "If you have compiled qemu from source, point this option at the source "
30466 "directory to try it."
30467 msgstr ""
30468
30469 # type: =item
30470 #. type: =item
30471 #: ../test-tool/libguestfs-test-tool.pod:61
30472 msgid "I<--timeout N>"
30473 msgstr ""
30474
30475 # type: textblock
30476 #. type: textblock
30477 #: ../test-tool/libguestfs-test-tool.pod:63
30478 msgid ""
30479 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30480 "does not usually need to be adjusted unless your machine is very slow."
30481 msgstr ""
30482
30483 # type: =head1
30484 #. type: =head1
30485 #: ../test-tool/libguestfs-test-tool.pod:69
30486 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30487 msgstr ""
30488
30489 # type: textblock
30490 #. type: textblock
30491 #: ../test-tool/libguestfs-test-tool.pod:71
30492 msgid ""
30493 "If you have compiled another version of qemu from source and would like to "
30494 "try that, then you can use the I<--qemudir> option to point to the qemu "
30495 "source directory."
30496 msgstr ""
30497
30498 # type: textblock
30499 #. type: textblock
30500 #: ../test-tool/libguestfs-test-tool.pod:75
30501 msgid ""
30502 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30503 "option to point to the binary."
30504 msgstr ""
30505
30506 # type: textblock
30507 #. type: textblock
30508 #: ../test-tool/libguestfs-test-tool.pod:78
30509 msgid ""
30510 "When using an alternate qemu with libguestfs, usually you would need to "
30511 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30512 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30513 "use either of the I<--qemudir> or I<--qemu> options."
30514 msgstr ""
30515
30516 # type: textblock
30517 #. type: textblock
30518 #: ../test-tool/libguestfs-test-tool.pod:85
30519 msgid ""
30520 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30521 "I<1> if there was an error."
30522 msgstr ""
30523
30524 # type: =item
30525 #. type: =item
30526 #: ../test-tool/libguestfs-test-tool.pod:92
30527 msgid "/usr/libexec/libguestfs-test-tool-helper"
30528 msgstr ""
30529
30530 # type: textblock
30531 #. type: textblock
30532 #: ../test-tool/libguestfs-test-tool.pod:94
30533 msgid ""
30534 "This helper program is run inside the appliance and provides additional "
30535 "tests."
30536 msgstr ""
30537
30538 # type: =item
30539 #. type: =item
30540 #: ../test-tool/libguestfs-test-tool.pod:97
30541 msgid "/usr/bin/mkisofs"
30542 msgstr ""
30543
30544 # type: textblock
30545 #. type: textblock
30546 #: ../test-tool/libguestfs-test-tool.pod:99
30547 msgid ""
30548 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30549 "which is used as part of the tests."
30550 msgstr ""
30551
30552 # type: textblock
30553 #. type: textblock
30554 #: ../test-tool/libguestfs-test-tool.pod:106
30555 msgid ""
30556 "For the full list of environment variables which may affect libguestfs, "
30557 "please see the L<guestfs(3)> manual page."
30558 msgstr ""
30559
30560 # type: textblock
30561 #. type: textblock
30562 #: ../test-tool/libguestfs-test-tool.pod:111
30563 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30564 msgstr ""
30565
30566 # type: textblock
30567 #. type: textblock
30568 #: ../test-tool/libguestfs-test-tool.pod:121
30569 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30570 msgstr ""
30571
30572 # type: textblock
30573 #. type: textblock
30574 #: ../fuse/guestmount.pod:5
30575 msgid ""
30576 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30577 msgstr ""
30578
30579 # type: verbatim
30580 #. type: verbatim
30581 #: ../fuse/guestmount.pod:9
30582 #, no-wrap
30583 msgid ""
30584 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30585 "\n"
30586 msgstr ""
30587
30588 # type: verbatim
30589 #. type: verbatim
30590 #: ../fuse/guestmount.pod:11
30591 #, no-wrap
30592 msgid ""
30593 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30594 "\n"
30595 msgstr ""
30596
30597 # type: verbatim
30598 #. type: verbatim
30599 #: ../fuse/guestmount.pod:13
30600 #, no-wrap
30601 msgid ""
30602 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30603 "\n"
30604 msgstr ""
30605
30606 # type: textblock
30607 #. type: textblock
30608 #: ../fuse/guestmount.pod:17
30609 msgid ""
30610 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30611 "machines.  If you do this, you risk disk corruption in the VM."
30612 msgstr ""
30613
30614 # type: textblock
30615 #. type: textblock
30616 #: ../fuse/guestmount.pod:22
30617 msgid ""
30618 "The guestmount program can be used to mount virtual machine filesystems and "
30619 "other disk images on the host.  It uses libguestfs for access to the guest "
30620 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30621 "a mountable device."
30622 msgstr ""
30623
30624 # type: textblock
30625 #. type: textblock
30626 #: ../fuse/guestmount.pod:27
30627 msgid ""
30628 "Along with other options, you have to give at least one device (I<-a> "
30629 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30630 "option) or use the I<-i> inspection option.  How this works is better "
30631 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30632 "below."
30633 msgstr ""
30634
30635 # type: textblock
30636 #. type: textblock
30637 #: ../fuse/guestmount.pod:33
30638 msgid ""
30639 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30640 "by you, and the filesystem will not be visible to any other users unless you "
30641 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30642 "the filesystem, use the C<fusermount -u> command."
30643 msgstr ""
30644
30645 # type: textblock
30646 #. type: textblock
30647 #: ../fuse/guestmount.pod:41
30648 msgid ""
30649 "For a typical Windows guest which has its main filesystem on the first "
30650 "partition:"
30651 msgstr ""
30652
30653 # type: verbatim
30654 #. type: verbatim
30655 #: ../fuse/guestmount.pod:44
30656 #, no-wrap
30657 msgid ""
30658 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30659 "\n"
30660 msgstr ""
30661
30662 # type: textblock
30663 #. type: textblock
30664 #: ../fuse/guestmount.pod:46
30665 msgid ""
30666 "For a typical Linux guest which has a /boot filesystem on the first "
30667 "partition, and the root filesystem on a logical volume:"
30668 msgstr ""
30669
30670 # type: verbatim
30671 #. type: verbatim
30672 #: ../fuse/guestmount.pod:49
30673 #, no-wrap
30674 msgid ""
30675 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30676 "\n"
30677 msgstr ""
30678
30679 # type: textblock
30680 #. type: textblock
30681 #: ../fuse/guestmount.pod:51
30682 msgid "To get libguestfs to detect guest mountpoints for you:"
30683 msgstr ""
30684
30685 # type: verbatim
30686 #. type: verbatim
30687 #: ../fuse/guestmount.pod:53
30688 #, no-wrap
30689 msgid ""
30690 " guestmount -a guest.img -i --ro /mnt\n"
30691 "\n"
30692 msgstr ""
30693
30694 # type: textblock
30695 #. type: textblock
30696 #: ../fuse/guestmount.pod:55
30697 msgid "For a libvirt guest called \"Guest\" you could do:"
30698 msgstr ""
30699
30700 # type: verbatim
30701 #. type: verbatim
30702 #: ../fuse/guestmount.pod:57
30703 #, no-wrap
30704 msgid ""
30705 " guestmount -d Guest -i --ro /mnt\n"
30706 "\n"
30707 msgstr ""
30708
30709 # type: textblock
30710 #. type: textblock
30711 #: ../fuse/guestmount.pod:59
30712 msgid ""
30713 "If you don't know what filesystems are contained in a guest or disk image, "
30714 "use L<virt-filesystems(1)> first:"
30715 msgstr ""
30716
30717 # type: verbatim
30718 #. type: verbatim
30719 #: ../fuse/guestmount.pod:62
30720 #, no-wrap
30721 msgid ""
30722 " virt-filesystems MyGuest\n"
30723 "\n"
30724 msgstr ""
30725
30726 # type: textblock
30727 #. type: textblock
30728 #: ../fuse/guestmount.pod:64
30729 msgid ""
30730 "If you want to trace the libguestfs calls but without excessive debugging "
30731 "information, we recommend:"
30732 msgstr ""
30733
30734 # type: verbatim
30735 #. type: verbatim
30736 #: ../fuse/guestmount.pod:67
30737 #, no-wrap
30738 msgid ""
30739 " guestmount [...] --trace /mnt\n"
30740 "\n"
30741 msgstr ""
30742
30743 # type: textblock
30744 #. type: textblock
30745 #: ../fuse/guestmount.pod:69
30746 msgid "If you want to debug the program, we recommend:"
30747 msgstr ""
30748
30749 # type: verbatim
30750 #. type: verbatim
30751 #: ../fuse/guestmount.pod:71
30752 #, no-wrap
30753 msgid ""
30754 " guestmount [...] --trace --verbose /mnt\n"
30755 "\n"
30756 msgstr ""
30757
30758 # type: =item
30759 #. type: =item
30760 #: ../fuse/guestmount.pod:77
30761 msgid "B<-a image> | B<--add image>"
30762 msgstr ""
30763
30764 # type: textblock
30765 #. type: textblock
30766 #: ../fuse/guestmount.pod:79
30767 msgid "Add a block device or virtual machine image."
30768 msgstr ""
30769
30770 # type: =item
30771 #. type: =item
30772 #: ../fuse/guestmount.pod:84
30773 msgid "B<-c URI> | B<--connect URI>"
30774 msgstr ""
30775
30776 # type: =item
30777 #. type: =item
30778 #: ../fuse/guestmount.pod:90
30779 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30780 msgstr ""
30781
30782 # type: =item
30783 #. type: =item
30784 #: ../fuse/guestmount.pod:96
30785 msgid "B<--dir-cache-timeout N>"
30786 msgstr ""
30787
30788 # type: textblock
30789 #. type: textblock
30790 #: ../fuse/guestmount.pod:98
30791 msgid ""
30792 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30793 "seconds.  The readdir cache [actually, there are several semi-independent "
30794 "caches] is populated after a readdir(2) call with the stat and extended "
30795 "attributes of the files in the directory, in anticipation that they will be "
30796 "requested soon after."
30797 msgstr ""
30798
30799 # type: textblock
30800 #. type: textblock
30801 #: ../fuse/guestmount.pod:104
30802 msgid ""
30803 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30804 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30805 "requests, only cache existing ones."
30806 msgstr ""
30807
30808 # type: =item
30809 #. type: =item
30810 #: ../fuse/guestmount.pod:115
30811 msgid "B<--format=raw|qcow2|..> | B<--format>"
30812 msgstr ""
30813
30814 # type: textblock
30815 #. type: textblock
30816 #: ../fuse/guestmount.pod:122
30817 msgid ""
30818 "If you have untrusted raw-format guest disk images, you should use this "
30819 "option to specify the disk format.  This avoids a possible security problem "
30820 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30821 "guestfs_add_drive_opts>."
30822 msgstr ""
30823
30824 # type: =item
30825 #. type: =item
30826 #: ../fuse/guestmount.pod:127
30827 msgid "B<--fuse-help>"
30828 msgstr ""
30829
30830 # type: textblock
30831 #. type: textblock
30832 #: ../fuse/guestmount.pod:129
30833 msgid "Display help on special FUSE options (see I<-o> below)."
30834 msgstr ""
30835
30836 # type: textblock
30837 #. type: textblock
30838 #: ../fuse/guestmount.pod:133
30839 msgid "Display brief help and exit."
30840 msgstr ""
30841
30842 # type: =item
30843 #. type: =item
30844 #: ../fuse/guestmount.pod:135
30845 msgid "B<-i> | B<--inspector>"
30846 msgstr ""
30847
30848 # type: =item
30849 #. type: =item
30850 #: ../fuse/guestmount.pod:146
30851 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30852 msgstr ""
30853
30854 # type: textblock
30855 #. type: textblock
30856 #: ../fuse/guestmount.pod:148
30857 msgid ""
30858 "Mount the named partition or logical volume on the given mountpoint B<in the "
30859 "guest> (this has nothing to do with mountpoints in the host)."
30860 msgstr ""
30861
30862 # type: textblock
30863 #. type: textblock
30864 #: ../fuse/guestmount.pod:151
30865 msgid ""
30866 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30867 "something on C</>."
30868 msgstr ""
30869
30870 # type: =item
30871 #. type: =item
30872 #: ../fuse/guestmount.pod:154
30873 msgid "B<-n> | B<--no-sync>"
30874 msgstr ""
30875
30876 # type: textblock
30877 #. type: textblock
30878 #: ../fuse/guestmount.pod:156
30879 msgid ""
30880 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30881 "unmounted.  If you specify this option, then we don't attempt to sync the "
30882 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30883 msgstr ""
30884
30885 # type: =item
30886 #. type: =item
30887 #: ../fuse/guestmount.pod:161
30888 msgid "B<-o option> | B<--option option>"
30889 msgstr ""
30890
30891 # type: textblock
30892 #. type: textblock
30893 #: ../fuse/guestmount.pod:163
30894 msgid "Pass extra options to FUSE."
30895 msgstr ""
30896
30897 # type: textblock
30898 #. type: textblock
30899 #: ../fuse/guestmount.pod:165
30900 msgid ""
30901 "To get a list of all the extra options supported by FUSE, use the command "
30902 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
30903 "of them are a good idea."
30904 msgstr ""
30905
30906 # type: verbatim
30907 #. type: verbatim
30908 #: ../fuse/guestmount.pod:169
30909 #, no-wrap
30910 msgid ""
30911 " guestmount --fuse-help\n"
30912 "\n"
30913 msgstr ""
30914
30915 # type: textblock
30916 #. type: textblock
30917 #: ../fuse/guestmount.pod:171
30918 msgid "Some potentially useful FUSE options:"
30919 msgstr ""
30920
30921 # type: =item
30922 #. type: =item
30923 #: ../fuse/guestmount.pod:175
30924 msgid "B<-o allow_other>"
30925 msgstr ""
30926
30927 # type: textblock
30928 #. type: textblock
30929 #: ../fuse/guestmount.pod:177
30930 msgid "Allow other users to see the filesystem."
30931 msgstr ""
30932
30933 # type: =item
30934 #. type: =item
30935 #: ../fuse/guestmount.pod:179
30936 msgid "B<-o attr_timeout=N>"
30937 msgstr ""
30938
30939 # type: textblock
30940 #. type: textblock
30941 #: ../fuse/guestmount.pod:181
30942 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
30943 msgstr ""
30944
30945 # type: =item
30946 #. type: =item
30947 #: ../fuse/guestmount.pod:183
30948 msgid "B<-o kernel_cache>"
30949 msgstr ""
30950
30951 # type: textblock
30952 #. type: textblock
30953 #: ../fuse/guestmount.pod:185
30954 msgid ""
30955 "Allow the kernel to cache files (reduces the number of reads that have to go "
30956 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
30957 "afford the extra memory usage."
30958 msgstr ""
30959
30960 # type: =item
30961 #. type: =item
30962 #: ../fuse/guestmount.pod:189
30963 msgid "B<-o uid=N> B<-o gid=N>"
30964 msgstr ""
30965
30966 # type: textblock
30967 #. type: textblock
30968 #: ../fuse/guestmount.pod:191
30969 msgid ""
30970 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
30971 "the chosen values."
30972 msgstr ""
30973
30974 # type: =item
30975 #. type: =item
30976 #: ../fuse/guestmount.pod:196
30977 msgid "B<-r> | B<--ro>"
30978 msgstr ""
30979
30980 # type: textblock
30981 #. type: textblock
30982 #: ../fuse/guestmount.pod:198
30983 msgid ""
30984 "Add devices and mount everything read-only.  Also disallow writes and make "
30985 "the disk appear read-only to FUSE."
30986 msgstr ""
30987
30988 # type: textblock
30989 #. type: textblock
30990 #: ../fuse/guestmount.pod:201
30991 msgid ""
30992 "This is highly recommended if you are not going to edit the guest disk.  If "
30993 "the guest is running and this option is I<not> supplied, then there is a "
30994 "strong risk of disk corruption in the guest.  We try to prevent this from "
30995 "happening, but it is not always possible."
30996 msgstr ""
30997
30998 # type: textblock
30999 #. type: textblock
31000 #: ../fuse/guestmount.pod:206
31001 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31002 msgstr ""
31003
31004 # type: textblock
31005 #. type: textblock
31006 #: ../fuse/guestmount.pod:210
31007 msgid "Enable SELinux support for the guest."
31008 msgstr ""
31009
31010 # type: =item
31011 #. type: =item
31012 #: ../fuse/guestmount.pod:212
31013 msgid "B<-v> | B<--verbose>"
31014 msgstr ""
31015
31016 # type: textblock
31017 #. type: textblock
31018 #: ../fuse/guestmount.pod:214
31019 msgid "Enable verbose messages from underlying libguestfs."
31020 msgstr ""
31021
31022 # type: =item
31023 #. type: =item
31024 #: ../fuse/guestmount.pod:216
31025 msgid "B<-V> | B<--version>"
31026 msgstr ""
31027
31028 # type: textblock
31029 #. type: textblock
31030 #: ../fuse/guestmount.pod:218
31031 msgid "Display the program version and exit."
31032 msgstr ""
31033
31034 # type: =item
31035 #. type: =item
31036 #: ../fuse/guestmount.pod:220
31037 msgid "B<-w> | B<--rw>"
31038 msgstr ""
31039
31040 # type: textblock
31041 #. type: textblock
31042 #: ../fuse/guestmount.pod:222
31043 msgid ""
31044 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31045 "FOR READ AND WRITE>."
31046 msgstr ""
31047
31048 # type: =item
31049 #. type: =item
31050 #: ../fuse/guestmount.pod:225
31051 msgid "B<-x> | B<--trace>"
31052 msgstr ""
31053
31054 # type: textblock
31055 #. type: textblock
31056 #: ../fuse/guestmount.pod:227
31057 msgid "Trace libguestfs calls and entry into each FUSE function."
31058 msgstr ""
31059
31060 # type: textblock
31061 #. type: textblock
31062 #: ../fuse/guestmount.pod:229
31063 msgid "This also stops the daemon from forking into the background."
31064 msgstr ""
31065
31066 # type: textblock
31067 #. type: textblock
31068 #: ../fuse/guestmount.pod:235
31069 msgid ""
31070 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31071 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31072 "net/>."
31073 msgstr ""
31074
31075 #. type: textblock
31076 #: ../tools/virt-edit.pl:34
31077 msgid "virt-edit - Edit a file in a virtual machine"
31078 msgstr ""
31079
31080 #. type: verbatim
31081 #: ../tools/virt-edit.pl:38
31082 #, no-wrap
31083 msgid ""
31084 " virt-edit [--options] domname file\n"
31085 "\n"
31086 msgstr ""
31087
31088 #. type: verbatim
31089 #: ../tools/virt-edit.pl:40
31090 #, no-wrap
31091 msgid ""
31092 " virt-edit [--options] disk.img [disk.img ...] file\n"
31093 "\n"
31094 msgstr ""
31095
31096 #. type: verbatim
31097 #: ../tools/virt-edit.pl:42
31098 #, no-wrap
31099 msgid ""
31100 " virt-edit [domname|disk.img] file -e 'expr'\n"
31101 "\n"
31102 msgstr ""
31103
31104 #. type: textblock
31105 #: ../tools/virt-edit.pl:46
31106 msgid ""
31107 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31108 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31109 "doing this, but doesn't catch all cases."
31110 msgstr ""
31111
31112 #. type: textblock
31113 #: ../tools/virt-edit.pl:52
31114 msgid ""
31115 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31116 "the named virtual machine (or disk image)."
31117 msgstr ""
31118
31119 #. type: textblock
31120 #: ../tools/virt-edit.pl:55
31121 msgid "If you want to just view a file, use L<virt-cat(1)>."
31122 msgstr ""
31123
31124 #. type: textblock
31125 #: ../tools/virt-edit.pl:57
31126 msgid ""
31127 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
31128 "USING GUESTFISH> below)."
31129 msgstr ""
31130
31131 #. type: textblock
31132 #: ../tools/virt-edit.pl:60
31133 msgid ""
31134 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
31135 "files.  L<guestfish(1)> can do that and much more."
31136 msgstr ""
31137
31138 #. type: textblock
31139 #: ../tools/virt-edit.pl:65
31140 msgid "Edit the named files interactively:"
31141 msgstr ""
31142
31143 #. type: verbatim
31144 #: ../tools/virt-edit.pl:67
31145 #, no-wrap
31146 msgid ""
31147 " virt-edit mydomain /boot/grub/grub.conf\n"
31148 "\n"
31149 msgstr ""
31150
31151 #. type: verbatim
31152 #: ../tools/virt-edit.pl:69
31153 #, no-wrap
31154 msgid ""
31155 " virt-edit mydomain /etc/passwd\n"
31156 "\n"
31157 msgstr ""
31158
31159 #. type: textblock
31160 #: ../tools/virt-edit.pl:71
31161 msgid ""
31162 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
31163 "below).  To change the init default level to 5:"
31164 msgstr ""
31165
31166 #. type: verbatim
31167 #: ../tools/virt-edit.pl:75
31168 #, no-wrap
31169 msgid ""
31170 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31171 "\n"
31172 msgstr ""
31173
31174 #. type: textblock
31175 #: ../tools/virt-edit.pl:87 ../tools/virt-win-reg.pl:106
31176 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
31177 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31178 msgid "Display brief help."
31179 msgstr ""
31180
31181 #. type: textblock
31182 #: ../tools/virt-edit.pl:95 ../tools/virt-win-reg.pl:114
31183 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31184 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
31185 #: ../tools/virt-list-partitions.pl:72
31186 msgid "Display version number and exit."
31187 msgstr ""
31188
31189 #. type: =item
31190 #: ../tools/virt-edit.pl:101
31191 msgid "B<--backup extension> | B<-b extension>"
31192 msgstr ""
31193
31194 #. type: textblock
31195 #: ../tools/virt-edit.pl:103
31196 msgid ""
31197 "Create a backup of the original file I<in the guest disk image>.  The backup "
31198 "has the original filename with C<extension> added."
31199 msgstr ""
31200
31201 #. type: textblock
31202 #: ../tools/virt-edit.pl:106
31203 msgid ""
31204 "Usually the first character of C<extension> would be a dot C<.> so you would "
31205 "write:"
31206 msgstr ""
31207
31208 #. type: verbatim
31209 #: ../tools/virt-edit.pl:109
31210 #, no-wrap
31211 msgid ""
31212 " virt-edit -b .orig [etc]\n"
31213 "\n"
31214 msgstr ""
31215
31216 #. type: textblock
31217 #: ../tools/virt-edit.pl:111
31218 msgid "By default, no backup file is made."
31219 msgstr ""
31220
31221 #. type: =item
31222 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:128
31223 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
31224 #: ../tools/virt-list-partitions.pl:78
31225 msgid "B<--connect URI> | B<-c URI>"
31226 msgstr ""
31227
31228 #. type: textblock
31229 #: ../tools/virt-edit.pl:119 ../tools/virt-win-reg.pl:130
31230 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
31231 #: ../tools/virt-list-partitions.pl:80
31232 msgid ""
31233 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31234 "to the default libvirt hypervisor."
31235 msgstr ""
31236
31237 #. type: textblock
31238 #: ../tools/virt-edit.pl:122 ../tools/virt-win-reg.pl:133
31239 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
31240 #: ../tools/virt-list-partitions.pl:83
31241 msgid ""
31242 "If you specify guest block devices directly, then libvirt is not used at all."
31243 msgstr ""
31244
31245 #. type: =item
31246 #: ../tools/virt-edit.pl:129 ../tools/virt-win-reg.pl:140
31247 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31248 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
31249 msgid "B<--format> raw"
31250 msgstr ""
31251
31252 #. type: textblock
31253 #: ../tools/virt-edit.pl:131 ../tools/virt-win-reg.pl:142
31254 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
31255 #: ../tools/virt-list-partitions.pl:92
31256 msgid ""
31257 "Specify the format of disk images given on the command line.  If this is "
31258 "omitted then the format is autodetected from the content of the disk image."
31259 msgstr ""
31260
31261 #. type: textblock
31262 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:146
31263 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
31264 #: ../tools/virt-list-partitions.pl:96
31265 msgid ""
31266 "If disk images are requested from libvirt, then this program asks libvirt "
31267 "for this information.  In this case, the value of the format parameter is "
31268 "ignored."
31269 msgstr ""
31270
31271 #. type: textblock
31272 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:150
31273 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31274 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
31275 #: ../tools/virt-list-partitions.pl:100
31276 msgid ""
31277 "If working with untrusted raw-format guest disk images, you should ensure "
31278 "the format is always specified."
31279 msgstr ""
31280
31281 #. type: =item
31282 #: ../tools/virt-edit.pl:146
31283 msgid "B<--expr EXPR> | B<-e EXPR>"
31284 msgstr ""
31285
31286 #. type: textblock
31287 #: ../tools/virt-edit.pl:148
31288 msgid ""
31289 "Instead of launching the external editor, non-interactively apply the Perl "
31290 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31291 "EDITING> below."
31292 msgstr ""
31293
31294 #. type: textblock
31295 #: ../tools/virt-edit.pl:152
31296 msgid ""
31297 "Be careful to properly quote the expression to prevent it from being altered "
31298 "by the shell."
31299 msgstr ""
31300
31301 #. type: =head1
31302 #: ../tools/virt-edit.pl:272
31303 msgid "NON-INTERACTIVE EDITING"
31304 msgstr ""
31305
31306 #. type: textblock
31307 #: ../tools/virt-edit.pl:274
31308 msgid ""
31309 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31310 "administrator can interactively edit the file."
31311 msgstr ""
31312
31313 #. type: textblock
31314 #: ../tools/virt-edit.pl:277
31315 msgid ""
31316 "There are two ways also to use C<virt-edit> from scripts in order to make "
31317 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31318 "like this, it's less error-prone to write scripts directly using the "
31319 "libguestfs API and Augeas for configuration file editing.)"
31320 msgstr ""
31321
31322 #. type: textblock
31323 #: ../tools/virt-edit.pl:283
31324 msgid ""
31325 "The first method is to temporarily set C<$EDITOR> to any script or program "
31326 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31327 "update C<tmpfile> in place however it likes."
31328 msgstr ""
31329
31330 #. type: textblock
31331 #: ../tools/virt-edit.pl:287
31332 msgid ""
31333 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31334 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31335 "instances of C<foo> with C<bar> in a file:"
31336 msgstr ""
31337
31338 #. type: verbatim
31339 #: ../tools/virt-edit.pl:291
31340 #, no-wrap
31341 msgid ""
31342 " virt-edit domname filename -e 's/foo/bar/'\n"
31343 "\n"
31344 msgstr ""
31345
31346 #. type: textblock
31347 #: ../tools/virt-edit.pl:293
31348 msgid ""
31349 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31350 "For example to delete root's password you could do:"
31351 msgstr ""
31352
31353 #. type: verbatim
31354 #: ../tools/virt-edit.pl:296
31355 #, no-wrap
31356 msgid ""
31357 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31358 "\n"
31359 msgstr ""
31360
31361 #. type: textblock
31362 #: ../tools/virt-edit.pl:298
31363 msgid ""
31364 "What really happens is that the snippet is evaluated as a Perl expression "
31365 "for each line of the file.  The line, including the final C<\\n>, is passed "
31366 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31367 msgstr ""
31368
31369 #. type: textblock
31370 #: ../tools/virt-edit.pl:303
31371 msgid ""
31372 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31373 "C<apache> user account from the password file you can do:"
31374 msgstr ""
31375
31376 #. type: verbatim
31377 #: ../tools/virt-edit.pl:306
31378 #, no-wrap
31379 msgid ""
31380 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31381 "\n"
31382 msgstr ""
31383
31384 #. type: textblock
31385 #: ../tools/virt-edit.pl:308
31386 msgid ""
31387 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31388 "the end of the file is rather difficult this way since there is no concept "
31389 "of \"last line of the file\" - your expression just doesn't get called "
31390 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31391 "want to do this."
31392 msgstr ""
31393
31394 #. type: textblock
31395 #: ../tools/virt-edit.pl:314
31396 msgid ""
31397 "The variable C<$lineno> contains the current line number.  As is "
31398 "traditional, the first line in the file is number C<1>."
31399 msgstr ""
31400
31401 #. type: textblock
31402 #: ../tools/virt-edit.pl:317
31403 msgid ""
31404 "The return value from the expression is ignored, but the expression may call "
31405 "C<die> in order to abort the whole program, leaving the original file "
31406 "untouched."
31407 msgstr ""
31408
31409 #. type: textblock
31410 #: ../tools/virt-edit.pl:321
31411 msgid ""
31412 "Remember when matching the end of a line that C<$_> may contain the final C<"
31413 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31414 "newline then neither of these.  Thus to match or substitute some text at the "
31415 "end of a line, use this regular expression:"
31416 msgstr ""
31417
31418 #. type: verbatim
31419 #: ../tools/virt-edit.pl:326
31420 #, no-wrap
31421 msgid ""
31422 " /some text(\\r?\\n)?$/\n"
31423 "\n"
31424 msgstr ""
31425
31426 #. type: textblock
31427 #: ../tools/virt-edit.pl:328
31428 msgid ""
31429 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31430 "$_> itself (since that would remove all newlines from the file):"
31431 msgstr ""
31432
31433 #. type: verbatim
31434 #: ../tools/virt-edit.pl:332
31435 #, no-wrap
31436 msgid ""
31437 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31438 "\n"
31439 msgstr ""
31440
31441 #. type: =head1
31442 #: ../tools/virt-edit.pl:334
31443 msgid "USING GUESTFISH"
31444 msgstr ""
31445
31446 #. type: textblock
31447 #: ../tools/virt-edit.pl:336
31448 msgid ""
31449 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
31450 "C<virt-edit> doesn't work."
31451 msgstr ""
31452
31453 #. type: textblock
31454 #: ../tools/virt-edit.pl:339
31455 msgid "Using C<virt-edit> is approximately equivalent to doing:"
31456 msgstr ""
31457
31458 #. type: verbatim
31459 #: ../tools/virt-edit.pl:341
31460 #, no-wrap
31461 msgid ""
31462 " guestfish --rw -i -d domname edit /file\n"
31463 "\n"
31464 msgstr ""
31465
31466 #. type: textblock
31467 #: ../tools/virt-edit.pl:343
31468 msgid ""
31469 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
31470 "path to the file."
31471 msgstr ""
31472
31473 #. type: textblock
31474 #: ../tools/virt-edit.pl:346
31475 msgid ""
31476 "The command above uses libguestfs's guest inspection feature and so does not "
31477 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
31478 "disk images that don't contain guests.  To edit a file on a disk image "
31479 "directly, use:"
31480 msgstr ""
31481
31482 #. type: verbatim
31483 #: ../tools/virt-edit.pl:351
31484 #, no-wrap
31485 msgid ""
31486 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
31487 "\n"
31488 msgstr ""
31489
31490 #. type: textblock
31491 #: ../tools/virt-edit.pl:353
31492 msgid ""
31493 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
31494 "the disk image to edit, and C</file> is the full path to the file."
31495 msgstr ""
31496
31497 #. type: textblock
31498 #: ../tools/virt-edit.pl:357
31499 msgid ""
31500 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
31501 "C<write> or C<upload> instead:"
31502 msgstr ""
31503
31504 #. type: verbatim
31505 #: ../tools/virt-edit.pl:360
31506 #, no-wrap
31507 msgid ""
31508 " guestfish --rw -i -d domname touch /newfile\n"
31509 "\n"
31510 msgstr ""
31511
31512 #. type: verbatim
31513 #: ../tools/virt-edit.pl:362
31514 #, no-wrap
31515 msgid ""
31516 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
31517 "\n"
31518 msgstr ""
31519
31520 #. type: verbatim
31521 #: ../tools/virt-edit.pl:364
31522 #, no-wrap
31523 msgid ""
31524 " guestfish --rw -i -d domname upload localfile /newfile\n"
31525 "\n"
31526 msgstr ""
31527
31528 #. type: textblock
31529 #: ../tools/virt-edit.pl:366
31530 msgid ""
31531 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
31532 msgstr ""
31533
31534 #. type: verbatim
31535 #: ../tools/virt-edit.pl:369
31536 #, no-wrap
31537 msgid ""
31538 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
31539 "\n"
31540 msgstr ""
31541
31542 #. type: =item
31543 #: ../tools/virt-edit.pl:379
31544 msgid "C<EDITOR>"
31545 msgstr ""
31546
31547 #. type: textblock
31548 #: ../tools/virt-edit.pl:381
31549 msgid ""
31550 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31551 "\"emacs -nw\">"
31552 msgstr ""
31553
31554 #. type: textblock
31555 #: ../tools/virt-edit.pl:384
31556 msgid "If not set, C<vi> is used."
31557 msgstr ""
31558
31559 #. type: =head1
31560 #: ../tools/virt-edit.pl:388 ../tools/virt-win-reg.pl:559
31561 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31562 #: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
31563 #: ../tools/virt-list-partitions.pl:250
31564 msgid "SHELL QUOTING"
31565 msgstr ""
31566
31567 #. type: textblock
31568 #: ../tools/virt-edit.pl:390 ../tools/virt-win-reg.pl:567
31569 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31570 #: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
31571 #: ../tools/virt-list-partitions.pl:252
31572 msgid ""
31573 "Libvirt guest names can contain arbitrary characters, some of which have "
31574 "meaning to the shell such as C<#> and space.  You may need to quote or "
31575 "escape these characters on the command line.  See the shell manual page L<sh"
31576 "(1)> for details."
31577 msgstr ""
31578
31579 #. type: textblock
31580 #: ../tools/virt-edit.pl:397
31581 msgid ""
31582 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31583 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
31584 "L<perlre(1)>."
31585 msgstr ""
31586
31587 #. type: =head1
31588 #: ../tools/virt-edit.pl:407 ../tools/virt-win-reg.pl:598
31589 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31590 #: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
31591 #: ../tools/virt-list-partitions.pl:269
31592 msgid "AUTHOR"
31593 msgstr ""
31594
31595 #. type: textblock
31596 #: ../tools/virt-edit.pl:409 ../tools/virt-win-reg.pl:600
31597 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31598 #: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
31599 #: ../tools/virt-list-partitions.pl:271
31600 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31601 msgstr ""
31602
31603 #. type: textblock
31604 #: ../tools/virt-edit.pl:413
31605 msgid "Copyright (C) 2009-2011 Red Hat Inc."
31606 msgstr ""
31607
31608 #. type: textblock
31609 #: ../tools/virt-win-reg.pl:37
31610 msgid ""
31611 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31612 msgstr ""
31613
31614 #. type: verbatim
31615 #: ../tools/virt-win-reg.pl:41
31616 #, no-wrap
31617 msgid ""
31618 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31619 "\n"
31620 msgstr ""
31621
31622 #. type: verbatim
31623 #: ../tools/virt-win-reg.pl:43
31624 #, no-wrap
31625 msgid ""
31626 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31627 "\n"
31628 msgstr ""
31629
31630 #. type: verbatim
31631 #: ../tools/virt-win-reg.pl:45
31632 #, no-wrap
31633 msgid ""
31634 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31635 "\n"
31636 msgstr ""
31637
31638 #. type: verbatim
31639 #: ../tools/virt-win-reg.pl:47
31640 #, no-wrap
31641 msgid ""
31642 " virt-win-reg --merge domname [input.reg ...]\n"
31643 "\n"
31644 msgstr ""
31645
31646 #. type: verbatim
31647 #: ../tools/virt-win-reg.pl:49
31648 #, no-wrap
31649 msgid ""
31650 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31651 "\n"
31652 msgstr ""
31653
31654 #. type: textblock
31655 #: ../tools/virt-win-reg.pl:53
31656 msgid ""
31657 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31658 "virtual machines.  If you do this, you I<will> get irreversible disk "
31659 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31660 "but doesn't catch all cases."
31661 msgstr ""
31662
31663 #. type: textblock
31664 #: ../tools/virt-win-reg.pl:58
31665 msgid ""
31666 "Modifying the Windows Registry is an inherently risky operation.  The format "
31667 "is deliberately obscure and undocumented, and Registry changes can leave the "
31668 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31669 "you have a reliable backup first."
31670 msgstr ""
31671
31672 #. type: textblock
31673 #: ../tools/virt-win-reg.pl:65
31674 msgid ""
31675 "This program can export and merge Windows Registry entries from a Windows "
31676 "guest."
31677 msgstr ""
31678
31679 #. type: textblock
31680 #: ../tools/virt-win-reg.pl:68
31681 msgid ""
31682 "The first parameter is the libvirt guest name or the raw disk image of a "
31683 "Windows guest."
31684 msgstr ""
31685
31686 #. type: textblock
31687 #: ../tools/virt-win-reg.pl:71
31688 msgid ""
31689 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31690 "exported (recursively).  For example:"
31691 msgstr ""
31692
31693 #. type: verbatim
31694 #: ../tools/virt-win-reg.pl:74
31695 #, no-wrap
31696 msgid ""
31697 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31698 "\n"
31699 msgstr ""
31700
31701 #. type: textblock
31702 #: ../tools/virt-win-reg.pl:76
31703 msgid ""
31704 "You can also display single values from within registry keys, for example:"
31705 msgstr ""
31706
31707 #. type: verbatim
31708 #: ../tools/virt-win-reg.pl:79
31709 #, no-wrap
31710 msgid ""
31711 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31712 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31713 " Windows 7 Enterprise\n"
31714 "\n"
31715 msgstr ""
31716
31717 #. type: textblock
31718 #: ../tools/virt-win-reg.pl:83
31719 msgid ""
31720 "With C<--merge>, you can merge a textual regedit file into the Windows "
31721 "Registry:"
31722 msgstr ""
31723
31724 #. type: verbatim
31725 #: ../tools/virt-win-reg.pl:86
31726 #, no-wrap
31727 msgid ""
31728 " $ virt-win-reg --merge Windows7 changes.reg\n"
31729 "\n"
31730 msgstr ""
31731
31732 #. type: =head2
31733 #: ../tools/virt-win-reg.pl:88
31734 msgid "NOTE"
31735 msgstr ""
31736
31737 #. type: textblock
31738 #: ../tools/virt-win-reg.pl:90
31739 msgid ""
31740 "This program is only meant for simple access to the registry.  If you want "
31741 "to do complicated things with the registry, we suggest you download the "
31742 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31743 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31744 "L<hivexregedit(1)>."
31745 msgstr ""
31746
31747 #. type: =item
31748 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31749 msgid "B<--debug>"
31750 msgstr ""
31751
31752 #. type: textblock
31753 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31754 msgid "Enable debugging messages."
31755 msgstr ""
31756
31757 #. type: =item
31758 #: ../tools/virt-win-reg.pl:157
31759 msgid "B<--merge>"
31760 msgstr ""
31761
31762 #. type: textblock
31763 #: ../tools/virt-win-reg.pl:159
31764 msgid ""
31765 "In merge mode, this merges a textual regedit file into the Windows Registry "
31766 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31767 "displays or exports Registry entries instead."
31768 msgstr ""
31769
31770 #. type: textblock
31771 #: ../tools/virt-win-reg.pl:163
31772 msgid ""
31773 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31774 "result in disk corruption.  However exporting (without this flag)  is always "
31775 "safe."
31776 msgstr ""
31777
31778 #. type: =item
31779 #: ../tools/virt-win-reg.pl:171
31780 msgid "B<--encoding> UTF-16LE|ASCII"
31781 msgstr ""
31782
31783 #. type: textblock
31784 #: ../tools/virt-win-reg.pl:173
31785 msgid ""
31786 "When merging (only), you may need to specify the encoding for strings to be "
31787 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31788 "(3)/ENCODING STRINGS>."
31789 msgstr ""
31790
31791 #. type: textblock
31792 #: ../tools/virt-win-reg.pl:177
31793 msgid ""
31794 "The default is to use UTF-16LE, which should work with recent versions of "
31795 "Windows."
31796 msgstr ""
31797
31798 #. type: =head1
31799 #: ../tools/virt-win-reg.pl:402
31800 msgid "SUPPORTED SYSTEMS"
31801 msgstr ""
31802
31803 #. type: textblock
31804 #: ../tools/virt-win-reg.pl:404
31805 msgid ""
31806 "The program currently supports Windows NT-derived guests starting with "
31807 "Windows XP through to at least Windows 7."
31808 msgstr ""
31809
31810 #. type: textblock
31811 #: ../tools/virt-win-reg.pl:407
31812 msgid ""
31813 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31814 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31815 "and C<HKEY_USERS\\.DEFAULT>."
31816 msgstr ""
31817
31818 #. type: textblock
31819 #: ../tools/virt-win-reg.pl:411
31820 msgid ""
31821 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31822 "C<HKEY_USERS>."
31823 msgstr ""
31824
31825 #. type: textblock
31826 #: ../tools/virt-win-reg.pl:414
31827 msgid ""
31828 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31829 "time."
31830 msgstr ""
31831
31832 #. type: =head1
31833 #: ../tools/virt-win-reg.pl:417
31834 msgid "ENCODING"
31835 msgstr ""
31836
31837 #. type: textblock
31838 #: ../tools/virt-win-reg.pl:419
31839 msgid ""
31840 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31841 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31842 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31843 "Windows-style line endings, you may need to reencode the whole file before "
31844 "or after processing."
31845 msgstr ""
31846
31847 #. type: textblock
31848 #: ../tools/virt-win-reg.pl:425
31849 msgid ""
31850 "To reencode a file from Windows format to Linux (before processing it with "
31851 "the C<--merge> option), you would do something like this:"
31852 msgstr ""
31853
31854 #. type: verbatim
31855 #: ../tools/virt-win-reg.pl:428
31856 #, no-wrap
31857 msgid ""
31858 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31859 "\n"
31860 msgstr ""
31861
31862 #. type: textblock
31863 #: ../tools/virt-win-reg.pl:430
31864 msgid ""
31865 "To go in the opposite direction, after exporting and before sending the file "
31866 "to a Windows user, do something like this:"
31867 msgstr ""
31868
31869 #. type: verbatim
31870 #: ../tools/virt-win-reg.pl:433
31871 #, no-wrap
31872 msgid ""
31873 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31874 "\n"
31875 msgstr ""
31876
31877 #. type: textblock
31878 #: ../tools/virt-win-reg.pl:435
31879 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31880 msgstr ""
31881
31882 #. type: textblock
31883 #: ../tools/virt-win-reg.pl:437
31884 msgid ""
31885 "If you are unsure about the current encoding, use the L<file(1)> command.  "
31886 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
31887 "style (CRLF) line endings, like this:"
31888 msgstr ""
31889
31890 #. type: verbatim
31891 #: ../tools/virt-win-reg.pl:441
31892 #, no-wrap
31893 msgid ""
31894 " $ file software.reg\n"
31895 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
31896 " with CRLF line terminators\n"
31897 "\n"
31898 msgstr ""
31899
31900 #. type: textblock
31901 #: ../tools/virt-win-reg.pl:445
31902 msgid "This file would need conversion before you could C<--merge> it."
31903 msgstr ""
31904
31905 #. type: =head1
31906 #: ../tools/virt-win-reg.pl:447
31907 msgid "CurrentControlSet etc."
31908 msgstr ""
31909
31910 #. type: textblock
31911 #: ../tools/virt-win-reg.pl:449
31912 msgid ""
31913 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
31914 "Registry at the level of the hive file, and therefore you cannot modify "
31915 "these."
31916 msgstr ""
31917
31918 #. type: textblock
31919 #: ../tools/virt-win-reg.pl:453
31920 msgid ""
31921 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
31922 "circumstances it might refer to another control set.  The way to find out is "
31923 "to look at the C<HKLM\\SYSTEM\\Select> key:"
31924 msgstr ""
31925
31926 #. type: verbatim
31927 #: ../tools/virt-win-reg.pl:457
31928 #, no-wrap
31929 msgid ""
31930 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
31931 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
31932 " \"Current\"=dword:00000001\n"
31933 " \"Default\"=dword:00000001\n"
31934 " \"Failed\"=dword:00000000\n"
31935 " \"LastKnownGood\"=dword:00000002\n"
31936 "\n"
31937 msgstr ""
31938
31939 #. type: textblock
31940 #: ../tools/virt-win-reg.pl:464
31941 msgid "\"Current\" is the one which Windows will choose when it boots."
31942 msgstr ""
31943
31944 #. type: textblock
31945 #: ../tools/virt-win-reg.pl:466
31946 msgid ""
31947 "Similarly, other C<Current...> keys in the path may need to be replaced."
31948 msgstr ""
31949
31950 #. type: =head1
31951 #: ../tools/virt-win-reg.pl:469
31952 msgid "WINDOWS TIPS"
31953 msgstr ""
31954
31955 #. type: textblock
31956 #: ../tools/virt-win-reg.pl:471
31957 msgid ""
31958 "Note that some of these tips modify the guest disk image.  The guest I<must> "
31959 "be shut off, else you will get disk corruption."
31960 msgstr ""
31961
31962 #. type: =head2
31963 #: ../tools/virt-win-reg.pl:474
31964 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
31965 msgstr ""
31966
31967 #. type: textblock
31968 #: ../tools/virt-win-reg.pl:476
31969 msgid ""
31970 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
31971 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
31972 "is uploaded into C<C:\\>:"
31973 msgstr ""
31974
31975 #. type: verbatim
31976 #: ../tools/virt-win-reg.pl:480
31977 #, no-wrap
31978 msgid ""
31979 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
31980 "\n"
31981 msgstr ""
31982
31983 #. type: textblock
31984 #: ../tools/virt-win-reg.pl:482
31985 msgid "Prepare a regedit file containing the registry change:"
31986 msgstr ""
31987
31988 #. type: verbatim
31989 #: ../tools/virt-win-reg.pl:484
31990 #, no-wrap
31991 msgid ""
31992 " cat > test.reg <<'EOF'\n"
31993 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
31994 " \"Test\"=\"c:\\\\test.bat\"\n"
31995 " EOF\n"
31996 "\n"
31997 msgstr ""
31998
31999 #. type: textblock
32000 #: ../tools/virt-win-reg.pl:489
32001 msgid ""
32002 "In this example we use the key C<RunOnce> which means that the script will "
32003 "run precisely once when the first user logs in.  If you want it to run every "
32004 "time a user logs in, replace C<RunOnce> with C<Run>."
32005 msgstr ""
32006
32007 #. type: textblock
32008 #: ../tools/virt-win-reg.pl:493
32009 msgid "Now update the registry:"
32010 msgstr ""
32011
32012 #. type: verbatim
32013 #: ../tools/virt-win-reg.pl:495
32014 #, no-wrap
32015 msgid ""
32016 " virt-win-reg --merge WindowsGuest test.reg\n"
32017 "\n"
32018 msgstr ""
32019
32020 #. type: =head2
32021 #: ../tools/virt-win-reg.pl:497
32022 msgid "INSTALLING A SERVICE"
32023 msgstr ""
32024
32025 #. type: textblock
32026 #: ../tools/virt-win-reg.pl:499
32027 msgid ""
32028 "This section assumes you are familiar with Windows services, and you either "
32029 "have a program which handles the Windows Service Control Protocol directly "
32030 "or you want to run any program using a service wrapper like SrvAny or the "
32031 "free RHSrvAny."
32032 msgstr ""
32033
32034 #. type: textblock
32035 #: ../tools/virt-win-reg.pl:504
32036 msgid ""
32037 "First upload the program and optionally the service wrapper.  In this case "
32038 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
32039 msgstr ""
32040
32041 #. type: verbatim
32042 #: ../tools/virt-win-reg.pl:508
32043 #, no-wrap
32044 msgid ""
32045 " guestfish -i -d WindowsGuest <<EOF\n"
32046 "   upload rhsrvany.exe /rhsrvany.exe\n"
32047 "   upload test.exe /test.exe\n"
32048 " EOF\n"
32049 "\n"
32050 msgstr ""
32051
32052 #. type: textblock
32053 #: ../tools/virt-win-reg.pl:513
32054 msgid ""
32055 "Prepare a regedit file containing the registry changes.  In this example, "
32056 "the first registry change is needed for the service itself or the service "
32057 "wrapper (if used).  The second registry change is only needed because I am "
32058 "using the RHSrvAny service wrapper."
32059 msgstr ""
32060
32061 #. type: verbatim
32062 #: ../tools/virt-win-reg.pl:518
32063 #, no-wrap
32064 msgid ""
32065 " cat > service.reg <<'EOF'\n"
32066 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
32067 " \"Type\"=dword:00000010\n"
32068 " \"Start\"=dword:00000002\n"
32069 " \"ErrorControl\"=dword:00000001\n"
32070 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
32071 " \"DisplayName\"=\"RHSrvAny\"\n"
32072 " \"ObjectName\"=\"NetworkService\"\n"
32073 " \n"
32074 msgstr ""
32075
32076 #. type: verbatim
32077 #: ../tools/virt-win-reg.pl:527
32078 #, no-wrap
32079 msgid ""
32080 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
32081 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
32082 " \"PWD\"=\"c:\\\\Temp\"\n"
32083 " EOF\n"
32084 "\n"
32085 msgstr ""
32086
32087 #. type: textblock
32088 #: ../tools/virt-win-reg.pl:538
32089 msgid ""
32090 "For use of C<ControlSet001> see the section above in this manual page.  You "
32091 "may need to adjust this according to the control set that is in use by the "
32092 "guest."
32093 msgstr ""
32094
32095 #. type: textblock
32096 #: ../tools/virt-win-reg.pl:544
32097 msgid ""
32098 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
32099 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
32100 "privileged account."
32101 msgstr ""
32102
32103 #. type: textblock
32104 #: ../tools/virt-win-reg.pl:550
32105 msgid ""
32106 "For the meaning of the magic numbers, see this Microsoft KB article: "
32107 "L<http://support.microsoft.com/kb/103000>."
32108 msgstr ""
32109
32110 #. type: textblock
32111 #: ../tools/virt-win-reg.pl:555
32112 msgid "Update the registry:"
32113 msgstr ""
32114
32115 #. type: verbatim
32116 #: ../tools/virt-win-reg.pl:557
32117 #, no-wrap
32118 msgid ""
32119 " virt-win-reg --merge WindowsGuest service.reg\n"
32120 "\n"
32121 msgstr ""
32122
32123 #. type: textblock
32124 #: ../tools/virt-win-reg.pl:561
32125 msgid ""
32126 "Be careful when passing parameters containing C<\\> (backslash) in the "
32127 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32128 "(but not both) to protect them from the shell."
32129 msgstr ""
32130
32131 #. type: textblock
32132 #: ../tools/virt-win-reg.pl:565
32133 msgid "Paths and value names are case-insensitive."
32134 msgstr ""
32135
32136 #. type: textblock
32137 #: ../tools/virt-win-reg.pl:574
32138 msgid ""
32139 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32140 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32141 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32142 msgstr ""
32143
32144 #. type: textblock
32145 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
32146 msgid ""
32147 "When reporting bugs, please enable debugging and capture the I<complete> "
32148 "output:"
32149 msgstr ""
32150
32151 #. type: verbatim
32152 #: ../tools/virt-win-reg.pl:592
32153 #, no-wrap
32154 msgid ""
32155 " export LIBGUESTFS_DEBUG=1\n"
32156 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32157 "\n"
32158 msgstr ""
32159
32160 #. type: textblock
32161 #: ../tools/virt-win-reg.pl:595
32162 msgid ""
32163 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32164 "redhat.com/>"
32165 msgstr ""
32166
32167 #. type: textblock
32168 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32169 #: ../tools/virt-make-fs.pl:570
32170 msgid "Copyright (C) 2010 Red Hat Inc."
32171 msgstr ""
32172
32173 #. type: textblock
32174 #: ../tools/virt-resize.pl:42
32175 msgid "virt-resize - Resize a virtual machine disk"
32176 msgstr ""
32177
32178 #. type: verbatim
32179 #: ../tools/virt-resize.pl:46
32180 #, no-wrap
32181 msgid ""
32182 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32183 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32184 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32185 "\n"
32186 msgstr ""
32187
32188 #. type: textblock
32189 #: ../tools/virt-resize.pl:52
32190 msgid ""
32191 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32192 "larger or smaller overall, and resizing or deleting any partitions contained "
32193 "within."
32194 msgstr ""
32195
32196 #. type: textblock
32197 #: ../tools/virt-resize.pl:56
32198 msgid ""
32199 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32200 "not> be used on live virtual machines - for consistent results, shut the "
32201 "virtual machine down before resizing it."
32202 msgstr ""
32203
32204 #. type: textblock
32205 #: ../tools/virt-resize.pl:60
32206 msgid ""
32207 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32208 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32209 msgstr ""
32210
32211 #. type: textblock
32212 #: ../tools/virt-resize.pl:66
32213 msgid ""
32214 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32215 "fill the extra 5GB of space."
32216 msgstr ""
32217
32218 #. type: verbatim
32219 #: ../tools/virt-resize.pl:69
32220 #, no-wrap
32221 msgid ""
32222 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32223 " virt-filesystems --long -h --all -a olddisk\n"
32224 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32225 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32226 "\n"
32227 msgstr ""
32228
32229 #. type: textblock
32230 #: ../tools/virt-resize.pl:74
32231 msgid ""
32232 "As above, but make the /boot partition 200MB bigger, while giving the "
32233 "remaining space to /dev/sda2:"
32234 msgstr ""
32235
32236 #. type: verbatim
32237 #: ../tools/virt-resize.pl:77
32238 #, no-wrap
32239 msgid ""
32240 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32241 "\n"
32242 msgstr ""
32243
32244 #. type: textblock
32245 #: ../tools/virt-resize.pl:79
32246 msgid "As above, but the output format will be uncompressed qcow2:"
32247 msgstr ""
32248
32249 #. type: verbatim
32250 #: ../tools/virt-resize.pl:81
32251 #, no-wrap
32252 msgid ""
32253 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32254 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32255 "\n"
32256 msgstr ""
32257
32258 #. type: =head1
32259 #: ../tools/virt-resize.pl:84
32260 msgid "DETAILED USAGE"
32261 msgstr ""
32262
32263 #. type: =head2
32264 #: ../tools/virt-resize.pl:86
32265 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32266 msgstr ""
32267
32268 #. type: =item
32269 #: ../tools/virt-resize.pl:90
32270 msgid "1. Shut down the virtual machine"
32271 msgstr ""
32272
32273 #. type: =item
32274 #: ../tools/virt-resize.pl:92
32275 msgid "2. Locate input disk image"
32276 msgstr ""
32277
32278 #. type: textblock
32279 #: ../tools/virt-resize.pl:94
32280 msgid ""
32281 "Locate the input disk image (ie. the file or device on the host containing "
32282 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32283 "dumpxml> like this to find the disk image name:"
32284 msgstr ""
32285
32286 #. type: verbatim
32287 #: ../tools/virt-resize.pl:98
32288 #, no-wrap
32289 msgid ""
32290 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32291 " Found 1 nodes:\n"
32292 " -- NODE --\n"
32293 " <source dev=\"/dev/vg/lv_guest\" />\n"
32294 "\n"
32295 msgstr ""
32296
32297 #. type: =item
32298 #: ../tools/virt-resize.pl:103
32299 msgid "3. Look at current sizing"
32300 msgstr ""
32301
32302 #. type: textblock
32303 #: ../tools/virt-resize.pl:105
32304 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32305 msgstr ""
32306
32307 #. type: verbatim
32308 #: ../tools/virt-resize.pl:108
32309 #, no-wrap
32310 msgid ""
32311 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32312 " Name       Type       Size  Parent\n"
32313 " /dev/sda1  partition  101M  /dev/sda\n"
32314 " /dev/sda2  partition  7.9G  /dev/sda\n"
32315 " /dev/sda   device     8.0G  -\n"
32316 "\n"
32317 msgstr ""
32318
32319 #. type: textblock
32320 #: ../tools/virt-resize.pl:114
32321 msgid ""
32322 "(This example is a virtual machine with an 8 GB disk which we would like to "
32323 "expand up to 10 GB)."
32324 msgstr ""
32325
32326 #. type: =item
32327 #: ../tools/virt-resize.pl:117
32328 msgid "4. Create output disk"
32329 msgstr ""
32330
32331 #. type: textblock
32332 #: ../tools/virt-resize.pl:119
32333 msgid ""
32334 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32335 "to store the resized output disk."
32336 msgstr ""
32337
32338 #. type: textblock
32339 #: ../tools/virt-resize.pl:122
32340 msgid ""
32341 "To store the resized disk image in a file, create a file of a suitable size:"
32342 msgstr ""
32343
32344 #. type: verbatim
32345 #: ../tools/virt-resize.pl:125
32346 #, no-wrap
32347 msgid ""
32348 " # rm -f outdisk\n"
32349 " # truncate -s 10G outdisk\n"
32350 "\n"
32351 msgstr ""
32352
32353 #. type: textblock
32354 #: ../tools/virt-resize.pl:128
32355 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32356 msgstr ""
32357
32358 #. type: verbatim
32359 #: ../tools/virt-resize.pl:130
32360 #, no-wrap
32361 msgid ""
32362 " # lvcreate -L 10G -n lv_name vg_name\n"
32363 "\n"
32364 msgstr ""
32365
32366 #. type: textblock
32367 #: ../tools/virt-resize.pl:132
32368 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32369 msgstr ""
32370
32371 #. type: verbatim
32372 #: ../tools/virt-resize.pl:134
32373 #, no-wrap
32374 msgid ""
32375 " # virsh pool-list\n"
32376 " # virsh vol-create-as poolname newvol 10G\n"
32377 "\n"
32378 msgstr ""
32379
32380 #. type: =item
32381 #: ../tools/virt-resize.pl:137
32382 msgid "5. Resize"
32383 msgstr ""
32384
32385 #. type: textblock
32386 #: ../tools/virt-resize.pl:139
32387 msgid ""
32388 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32389 "file) and the output disk.  The output disk is the one created in the "
32390 "previous step."
32391 msgstr ""
32392
32393 #. type: verbatim
32394 #: ../tools/virt-resize.pl:143
32395 #, no-wrap
32396 msgid ""
32397 " # virt-resize indisk outdisk\n"
32398 "\n"
32399 msgstr ""
32400
32401 #. type: textblock
32402 #: ../tools/virt-resize.pl:145
32403 msgid ""
32404 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32405 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32406 "larger, then an extra, empty partition is created at the end of the disk "
32407 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32408 "error."
32409 msgstr ""
32410
32411 #. type: textblock
32412 #: ../tools/virt-resize.pl:151
32413 msgid ""
32414 "More realistically you'd want to expand existing partitions in the disk "
32415 "image by passing extra options (for the full list see the L</OPTIONS> "
32416 "section below)."
32417 msgstr ""
32418
32419 #. type: textblock
32420 #: ../tools/virt-resize.pl:155
32421 msgid ""
32422 "L</--expand> is the most useful option.  It expands the named partition "
32423 "within the disk to fill any extra space:"
32424 msgstr ""
32425
32426 #. type: verbatim
32427 #: ../tools/virt-resize.pl:158
32428 #, no-wrap
32429 msgid ""
32430 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32431 "\n"
32432 msgstr ""
32433
32434 #. type: textblock
32435 #: ../tools/virt-resize.pl:160
32436 msgid ""
32437 "(In this case, an extra partition is I<not> created at the end of the disk, "
32438 "because there will be no unused space)."
32439 msgstr ""
32440
32441 #. type: textblock
32442 #: ../tools/virt-resize.pl:163
32443 msgid ""
32444 "L</--resize> is the other commonly used option.  The following would "
32445 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32446 "rest of the available space:"
32447 msgstr ""
32448
32449 #. type: verbatim
32450 #: ../tools/virt-resize.pl:167
32451 #, no-wrap
32452 msgid ""
32453 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32454 "     indisk outdisk\n"
32455 "\n"
32456 msgstr ""
32457
32458 #. type: textblock
32459 #: ../tools/virt-resize.pl:170
32460 msgid ""
32461 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32462 "if virt-resize knows how, it will resize the contents, the equivalent of "
32463 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32464 ">.  However virt-resize does not know how to resize some filesystems, so you "
32465 "would have to online resize them after booting the guest."
32466 msgstr ""
32467
32468 #. type: textblock
32469 #: ../tools/virt-resize.pl:177
32470 msgid "Other options are covered below."
32471 msgstr ""
32472
32473 #. type: =item
32474 #: ../tools/virt-resize.pl:179
32475 msgid "6. Test"
32476 msgstr ""
32477
32478 #. type: textblock
32479 #: ../tools/virt-resize.pl:181
32480 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32481 msgstr ""
32482
32483 #. type: textblock
32484 #: ../tools/virt-resize.pl:183
32485 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32486 msgstr ""
32487
32488 #. type: verbatim
32489 #: ../tools/virt-resize.pl:185
32490 #, no-wrap
32491 msgid ""
32492 " # virsh edit guestname\n"
32493 "\n"
32494 msgstr ""
32495
32496 #. type: textblock
32497 #: ../tools/virt-resize.pl:187
32498 msgid ""
32499 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32500 "html#elementsDisks>"
32501 msgstr ""
32502
32503 #. type: textblock
32504 #: ../tools/virt-resize.pl:190
32505 msgid "Then start up the domain with the new, resized disk:"
32506 msgstr ""
32507
32508 #. type: verbatim
32509 #: ../tools/virt-resize.pl:192
32510 #, no-wrap
32511 msgid ""
32512 " # virsh start guestname\n"
32513 "\n"
32514 msgstr ""
32515
32516 #. type: textblock
32517 #: ../tools/virt-resize.pl:194
32518 msgid ""
32519 "and check that it still works.  See also the L</NOTES> section below for "
32520 "additional information."
32521 msgstr ""
32522
32523 #. type: =item
32524 #: ../tools/virt-resize.pl:197
32525 msgid "7. Resize LVs etc inside the guest"
32526 msgstr ""
32527
32528 #. type: textblock
32529 #: ../tools/virt-resize.pl:199
32530 msgid "(This can also be done offline using L<guestfish(1)>)"
32531 msgstr ""
32532
32533 #. type: textblock
32534 #: ../tools/virt-resize.pl:201
32535 msgid ""
32536 "Once the guest has booted you should see the new space available, at least "
32537 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32538 "may need to resize LVs inside PVs, and also resize filesystem types that "
32539 "virt-resize does not know how to expand."
32540 msgstr ""
32541
32542 #. type: =head2
32543 #: ../tools/virt-resize.pl:208
32544 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32545 msgstr ""
32546
32547 #. type: textblock
32548 #: ../tools/virt-resize.pl:210
32549 msgid ""
32550 "Shrinking is somewhat more complex than expanding, and only an overview is "
32551 "given here."
32552 msgstr ""
32553
32554 #. type: textblock
32555 #: ../tools/virt-resize.pl:213
32556 msgid ""
32557 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32558 "filesystems).  The user has to shrink content before passing the disk image "
32559 "to virt-resize, and virt-resize will check that the content has been shrunk "
32560 "properly."
32561 msgstr ""
32562
32563 #. type: textblock
32564 #: ../tools/virt-resize.pl:218
32565 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32566 msgstr ""
32567
32568 #. type: textblock
32569 #: ../tools/virt-resize.pl:220
32570 msgid ""
32571 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32572 "steps 3 and 4 above to allocate a new disk image."
32573 msgstr ""
32574
32575 #. type: textblock
32576 #: ../tools/virt-resize.pl:223
32577 msgid ""
32578 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32579 msgstr ""
32580
32581 #. type: =head2
32582 #: ../tools/virt-resize.pl:226
32583 msgid "IGNORING OR DELETING PARTITIONS"
32584 msgstr ""
32585
32586 #. type: textblock
32587 #: ../tools/virt-resize.pl:228
32588 msgid ""
32589 "virt-resize also gives a convenient way to ignore or delete partitions when "
32590 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32591 "up the copy where you don't care about the existing contents of a "
32592 "partition.  Deleting a partition removes it completely, but note that it "
32593 "also renumbers any partitions after the one which is deleted, which can "
32594 "leave some guests unbootable."
32595 msgstr ""
32596
32597 #. type: =head2
32598 #: ../tools/virt-resize.pl:235
32599 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32600 msgstr ""
32601
32602 #. type: textblock
32603 #: ../tools/virt-resize.pl:237
32604 msgid ""
32605 "If the input disk is in qcow2 format, then you may prefer that the output is "
32606 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32607 "the fly.  The output format is simply determined by the format of the empty "
32608 "output container that you provide.  Thus to create qcow2 output, use:"
32609 msgstr ""
32610
32611 #. type: verbatim
32612 #: ../tools/virt-resize.pl:243
32613 #, no-wrap
32614 msgid ""
32615 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32616 "\n"
32617 msgstr ""
32618
32619 #. type: textblock
32620 #: ../tools/virt-resize.pl:245
32621 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32622 msgstr ""
32623
32624 #. type: textblock
32625 #: ../tools/virt-resize.pl:247
32626 msgid "Similarly, to get non-sparse raw output use:"
32627 msgstr ""
32628
32629 #. type: verbatim
32630 #: ../tools/virt-resize.pl:249
32631 #, no-wrap
32632 msgid ""
32633 " fallocate -l size outdisk\n"
32634 "\n"
32635 msgstr ""
32636
32637 #. type: textblock
32638 #: ../tools/virt-resize.pl:251
32639 msgid ""
32640 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32641 "dev/zero of=outdisk bs=1M count=..>)"
32642 msgstr ""
32643
32644 #. type: textblock
32645 #: ../tools/virt-resize.pl:264
32646 msgid "Display help."
32647 msgstr ""
32648
32649 #. type: =item
32650 #: ../tools/virt-resize.pl:278
32651 msgid "B<--resize part=size>"
32652 msgstr ""
32653
32654 #. type: textblock
32655 #: ../tools/virt-resize.pl:280
32656 msgid ""
32657 "Resize the named partition (expanding or shrinking it) so that it has the "
32658 "given size."
32659 msgstr ""
32660
32661 #. type: textblock
32662 #: ../tools/virt-resize.pl:283
32663 msgid ""
32664 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32665 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32666 "Exabytes; or as a percentage of the current size; or as a relative number or "
32667 "percentage.  For example:"
32668 msgstr ""
32669
32670 #. type: verbatim
32671 #: ../tools/virt-resize.pl:288
32672 #, no-wrap
32673 msgid ""
32674 " --resize /dev/sda2=10G\n"
32675 "\n"
32676 msgstr ""
32677
32678 #. type: verbatim
32679 #: ../tools/virt-resize.pl:290
32680 #, no-wrap
32681 msgid ""
32682 " --resize /dev/sda4=90%\n"
32683 "\n"
32684 msgstr ""
32685
32686 #. type: verbatim
32687 #: ../tools/virt-resize.pl:292
32688 #, no-wrap
32689 msgid ""
32690 " --resize /dev/sda2=+1G\n"
32691 "\n"
32692 msgstr ""
32693
32694 #. type: verbatim
32695 #: ../tools/virt-resize.pl:294
32696 #, no-wrap
32697 msgid ""
32698 " --resize /dev/sda2=-200M\n"
32699 "\n"
32700 msgstr ""
32701
32702 #. type: verbatim
32703 #: ../tools/virt-resize.pl:296
32704 #, no-wrap
32705 msgid ""
32706 " --resize /dev/sda1=+128K\n"
32707 "\n"
32708 msgstr ""
32709
32710 #. type: verbatim
32711 #: ../tools/virt-resize.pl:298
32712 #, no-wrap
32713 msgid ""
32714 " --resize /dev/sda1=+10%\n"
32715 "\n"
32716 msgstr ""
32717
32718 #. type: verbatim
32719 #: ../tools/virt-resize.pl:300
32720 #, no-wrap
32721 msgid ""
32722 " --resize /dev/sda1=-10%\n"
32723 "\n"
32724 msgstr ""
32725
32726 #. type: textblock
32727 #: ../tools/virt-resize.pl:302
32728 msgid ""
32729 "You can increase the size of any partition.  Virt-resize will expand the "
32730 "direct content of the partition if it knows how (see C<--expand> below)."
32731 msgstr ""
32732
32733 #. type: textblock
32734 #: ../tools/virt-resize.pl:306
32735 msgid ""
32736 "You can only I<decrease> the size of partitions that contain filesystems or "
32737 "PVs which have already been shrunk.  Virt-resize will check this has been "
32738 "done before proceeding, or else will print an error (see also C<--resize-"
32739 "force>)."
32740 msgstr ""
32741
32742 #. type: textblock
32743 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32744 #: ../tools/virt-resize.pl:420
32745 msgid "You can give this option multiple times."
32746 msgstr ""
32747
32748 #. type: =item
32749 #: ../tools/virt-resize.pl:317
32750 msgid "B<--resize-force part=size>"
32751 msgstr ""
32752
32753 #. type: textblock
32754 #: ../tools/virt-resize.pl:319
32755 msgid ""
32756 "This is the same as C<--resize> except that it will let you decrease the "
32757 "size of any partition.  Generally this means you will lose any data which "
32758 "was at the end of the partition you shrink, but you may not care about that "
32759 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32760 "as a swap partition)."
32761 msgstr ""
32762
32763 #. type: textblock
32764 #: ../tools/virt-resize.pl:325
32765 msgid "See also the C<--ignore> option."
32766 msgstr ""
32767
32768 #. type: =item
32769 #: ../tools/virt-resize.pl:331
32770 msgid "B<--expand part>"
32771 msgstr ""
32772
32773 #. type: textblock
32774 #: ../tools/virt-resize.pl:333
32775 msgid ""
32776 "Expand the named partition so it uses up all extra space (space left over "
32777 "after any other resize changes that you request have been done)."
32778 msgstr ""
32779
32780 #. type: textblock
32781 #: ../tools/virt-resize.pl:336
32782 msgid ""
32783 "If virt-resize knows how, it will expand the direct content of the "
32784 "partition.  For example, if the partition is an LVM PV, it will expand the "
32785 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32786 "content it doesn't know about alone."
32787 msgstr ""
32788
32789 #. type: textblock
32790 #: ../tools/virt-resize.pl:341
32791 msgid "Currently virt-resize can resize:"
32792 msgstr ""
32793
32794 #. type: textblock
32795 #: ../tools/virt-resize.pl:347
32796 msgid ""
32797 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32798 "partition."
32799 msgstr ""
32800
32801 #. type: textblock
32802 #: ../tools/virt-resize.pl:352
32803 msgid ""
32804 "NTFS filesystems contained directly in a partition, if libguestfs was "
32805 "compiled with support for NTFS."
32806 msgstr ""
32807
32808 #. type: textblock
32809 #: ../tools/virt-resize.pl:355
32810 msgid ""
32811 "The filesystem must have been shut down consistently last time it was used.  "
32812 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32813 "consistency check, so at the first boot after resizing Windows will check "
32814 "the disk."
32815 msgstr ""
32816
32817 #. type: textblock
32818 #: ../tools/virt-resize.pl:362
32819 msgid ""
32820 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32821 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32822 "resize LVs as desired after boot."
32823 msgstr ""
32824
32825 #. type: textblock
32826 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32827 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32828 msgstr ""
32829
32830 #. type: =item
32831 #: ../tools/virt-resize.pl:374
32832 msgid "B<--shrink part>"
32833 msgstr ""
32834
32835 #. type: textblock
32836 #: ../tools/virt-resize.pl:376
32837 msgid ""
32838 "Shrink the named partition until the overall disk image fits in the "
32839 "destination.  The named partition B<must> contain a filesystem or PV which "
32840 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32841 "online tools).  Virt-resize will check this and give an error if it has not "
32842 "been done."
32843 msgstr ""
32844
32845 #. type: textblock
32846 #: ../tools/virt-resize.pl:382
32847 msgid ""
32848 "The amount by which the overall disk must be shrunk (after carrying out all "
32849 "other operations requested by the user) is called the \"deficit\".  For "
32850 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32851 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32852 "would give an error unless the user specified a partition to shrink and that "
32853 "partition had more than a gigabyte of free space."
32854 msgstr ""
32855
32856 #. type: =item
32857 #: ../tools/virt-resize.pl:396
32858 msgid "B<--ignore part>"
32859 msgstr ""
32860
32861 #. type: textblock
32862 #: ../tools/virt-resize.pl:398
32863 msgid ""
32864 "Ignore the named partition.  Effectively this means the partition is "
32865 "allocated on the destination disk, but the content is not copied across from "
32866 "the source disk.  The content of the partition will be blank (all zero "
32867 "bytes)."
32868 msgstr ""
32869
32870 #. type: =item
32871 #: ../tools/virt-resize.pl:409
32872 msgid "B<--delete part>"
32873 msgstr ""
32874
32875 #. type: textblock
32876 #: ../tools/virt-resize.pl:411
32877 msgid ""
32878 "Delete the named partition.  It would be more accurate to describe this as "
32879 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
32880 "the original disk image is left intact."
32881 msgstr ""
32882
32883 #. type: textblock
32884 #: ../tools/virt-resize.pl:415
32885 msgid ""
32886 "Note that when you delete a partition, then anything contained in the "
32887 "partition is also deleted.  Furthermore, this causes any partitions that "
32888 "come after to be I<renumbered>, which can easily make your guest unbootable."
32889 msgstr ""
32890
32891 #. type: =item
32892 #: ../tools/virt-resize.pl:426
32893 msgid "B<--LV-expand logvol>"
32894 msgstr ""
32895
32896 #. type: textblock
32897 #: ../tools/virt-resize.pl:428
32898 msgid ""
32899 "This takes the logical volume and, as a final step, expands it to fill all "
32900 "the space available in its volume group.  A typical usage, assuming a Linux "
32901 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
32902 "lv_root> would be:"
32903 msgstr ""
32904
32905 #. type: verbatim
32906 #: ../tools/virt-resize.pl:433
32907 #, no-wrap
32908 msgid ""
32909 " virt-resize indisk outdisk \\\n"
32910 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
32911 "\n"
32912 msgstr ""
32913
32914 #. type: textblock
32915 #: ../tools/virt-resize.pl:436
32916 msgid ""
32917 "This would first expand the partition (and PV), and then expand the root "
32918 "device to fill the extra space in the PV."
32919 msgstr ""
32920
32921 #. type: textblock
32922 #: ../tools/virt-resize.pl:439
32923 msgid ""
32924 "The contents of the LV are also resized if virt-resize knows how to do "
32925 "that.  You can stop virt-resize from trying to expand the content by using "
32926 "the option C<--no-expand-content>."
32927 msgstr ""
32928
32929 #. type: textblock
32930 #: ../tools/virt-resize.pl:443
32931 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
32932 msgstr ""
32933
32934 #. type: textblock
32935 #: ../tools/virt-resize.pl:446
32936 msgid ""
32937 "You can give this option multiple times, I<but> it doesn't make sense to do "
32938 "this unless the logical volumes you specify are all in different volume "
32939 "groups."
32940 msgstr ""
32941
32942 #. type: =item
32943 #: ../tools/virt-resize.pl:454
32944 msgid "B<--no-copy-boot-loader>"
32945 msgstr ""
32946
32947 #. type: textblock
32948 #: ../tools/virt-resize.pl:456
32949 msgid ""
32950 "By default, virt-resize copies over some sectors at the start of the disk "
32951 "(up to the beginning of the first partition).  Commonly these sectors "
32952 "contain the Master Boot Record (MBR) and the boot loader, and are required "
32953 "in order for the guest to boot correctly."
32954 msgstr ""
32955
32956 #. type: textblock
32957 #: ../tools/virt-resize.pl:461
32958 msgid ""
32959 "If you specify this flag, then this initial copy is not done.  You may need "
32960 "to reinstall the boot loader in this case."
32961 msgstr ""
32962
32963 #. type: =item
32964 #: ../tools/virt-resize.pl:469
32965 msgid "B<--no-extra-partition>"
32966 msgstr ""
32967
32968 #. type: textblock
32969 #: ../tools/virt-resize.pl:471
32970 msgid ""
32971 "By default, virt-resize creates an extra partition if there is any extra, "
32972 "unused space after all resizing has happened.  Use this option to prevent "
32973 "the extra partition from being created.  If you do this then the extra space "
32974 "will be inaccessible until you run fdisk, parted, or some other partitioning "
32975 "tool in the guest."
32976 msgstr ""
32977
32978 #. type: textblock
32979 #: ../tools/virt-resize.pl:477
32980 msgid ""
32981 "Note that if the surplus space is smaller than 10 MB, no extra partition "
32982 "will be created."
32983 msgstr ""
32984
32985 #. type: =item
32986 #: ../tools/virt-resize.pl:484
32987 msgid "B<--no-expand-content>"
32988 msgstr ""
32989
32990 #. type: textblock
32991 #: ../tools/virt-resize.pl:486
32992 msgid ""
32993 "By default, virt-resize will try to expand the direct contents of "
32994 "partitions, if it knows how (see C<--expand> option above)."
32995 msgstr ""
32996
32997 #. type: textblock
32998 #: ../tools/virt-resize.pl:489
32999 msgid ""
33000 "If you give the C<--no-expand-content> option then virt-resize will not "
33001 "attempt this."
33002 msgstr ""
33003
33004 #. type: =item
33005 #: ../tools/virt-resize.pl:496
33006 msgid "B<-d> | B<--debug>"
33007 msgstr ""
33008
33009 #. type: =item
33010 #: ../tools/virt-resize.pl:504
33011 msgid "B<-n> | B<--dryrun>"
33012 msgstr ""
33013
33014 #. type: textblock
33015 #: ../tools/virt-resize.pl:506
33016 msgid "Print a summary of what would be done, but don't do anything."
33017 msgstr ""
33018
33019 #. type: =item
33020 #: ../tools/virt-resize.pl:512
33021 msgid "B<-q> | B<--quiet>"
33022 msgstr ""
33023
33024 #. type: textblock
33025 #: ../tools/virt-resize.pl:514
33026 msgid "Don't print the summary."
33027 msgstr ""
33028
33029 #. type: textblock
33030 #: ../tools/virt-resize.pl:522
33031 msgid ""
33032 "Specify the format of the input disk image.  If this flag is not given then "
33033 "it is auto-detected from the image itself."
33034 msgstr ""
33035
33036 #. type: textblock
33037 #: ../tools/virt-resize.pl:528
33038 msgid ""
33039 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
33040 "AND NON-SPARSE RAW FORMATS>."
33041 msgstr ""
33042
33043 #. type: =item
33044 #: ../tools/virt-resize.pl:535
33045 msgid "B<--output-format> raw"
33046 msgstr ""
33047
33048 #. type: textblock
33049 #: ../tools/virt-resize.pl:537
33050 msgid ""
33051 "Specify the format of the output disk image.  If this flag is not given then "
33052 "it is auto-detected from the image itself."
33053 msgstr ""
33054
33055 #. type: textblock
33056 #: ../tools/virt-resize.pl:543
33057 msgid ""
33058 "Note that you still need to create the output disk with the right format.  "
33059 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
33060 msgstr ""
33061
33062 #. type: =head1
33063 #: ../tools/virt-resize.pl:1419
33064 msgid "NOTES"
33065 msgstr ""
33066
33067 #. type: =head2
33068 #: ../tools/virt-resize.pl:1421
33069 msgid "\"Partition 1 does not end on cylinder boundary.\""
33070 msgstr ""
33071
33072 #. type: textblock
33073 #: ../tools/virt-resize.pl:1423
33074 msgid ""
33075 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
33076 "means the partitions will not be aligned to the ancient CHS geometry.  "
33077 "However CHS geometry is meaningless for disks manufactured since the early "
33078 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
33079 "cylinders is not required by any modern operating system."
33080 msgstr ""
33081
33082 #. type: =head2
33083 #: ../tools/virt-resize.pl:1430
33084 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
33085 msgstr ""
33086
33087 #. type: textblock
33088 #: ../tools/virt-resize.pl:1432
33089 msgid ""
33090 "In Windows Vista and later versions, Microsoft switched to using a separate "
33091 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
33092 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
33093 "the boot partition.  Doing so seems to break the guest completely.  However "
33094 "expanding the second partition (ie. C: drive) should work."
33095 msgstr ""
33096
33097 #. type: textblock
33098 #: ../tools/virt-resize.pl:1439
33099 msgid ""
33100 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
33101 "NTFS partitions have been expanded.  This is just a safety check and (unless "
33102 "it find errors) is nothing to worry about."
33103 msgstr ""
33104
33105 #. type: =head2
33106 #: ../tools/virt-resize.pl:1443
33107 msgid "GUEST BOOT STUCK AT \"GRUB\""
33108 msgstr ""
33109
33110 #. type: textblock
33111 #: ../tools/virt-resize.pl:1445
33112 msgid ""
33113 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33114 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33115 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33116 "although we think is to do with partition alignment."
33117 msgstr ""
33118
33119 #. type: verbatim
33120 #: ../tools/virt-resize.pl:1450
33121 #, no-wrap
33122 msgid ""
33123 " guestfish -i -a newdisk\n"
33124 " ><fs> cat /boot/grub/device.map\n"
33125 " # check the contents of this file are sensible or\n"
33126 " # edit the file if necessary\n"
33127 " ><fs> grub-install / /dev/vda\n"
33128 " ><fs> exit\n"
33129 "\n"
33130 msgstr ""
33131
33132 #. type: textblock
33133 #: ../tools/virt-resize.pl:1457
33134 msgid ""
33135 "For more flexible guest reconfiguration, including if you need to specify "
33136 "other parameters to grub-install, use L<virt-rescue(1)>."
33137 msgstr ""
33138
33139 #. type: =head1
33140 #: ../tools/virt-resize.pl:1460
33141 msgid "ALTERNATIVE TOOLS"
33142 msgstr ""
33143
33144 #. type: textblock
33145 #: ../tools/virt-resize.pl:1462
33146 msgid ""
33147 "There are several proprietary tools for resizing partitions.  We won't "
33148 "mention any here."
33149 msgstr ""
33150
33151 #. type: textblock
33152 #: ../tools/virt-resize.pl:1465
33153 msgid ""
33154 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33155 "operations on disk images.  They can resize and move partitions, but I don't "
33156 "think they can do anything with the contents, and they certainly don't "
33157 "understand LVM."
33158 msgstr ""
33159
33160 #. type: textblock
33161 #: ../tools/virt-resize.pl:1470
33162 msgid ""
33163 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33164 "but at a much lower level.  You will probably end up hand-calculating sector "
33165 "offsets, which is something that virt-resize was designed to avoid.  If you "
33166 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33167 "C<--debug> flag."
33168 msgstr ""
33169
33170 #. type: textblock
33171 #: ../tools/virt-resize.pl:1485
33172 msgid ""
33173 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33174 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33175 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33176 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33177 "libguestfs.org/>."
33178 msgstr ""
33179
33180 #. type: textblock
33181 #: ../tools/virt-list-filesystems.pl:32
33182 msgid ""
33183 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33184 msgstr ""
33185
33186 #. type: verbatim
33187 #: ../tools/virt-list-filesystems.pl:36
33188 #, no-wrap
33189 msgid ""
33190 " virt-list-filesystems [--options] domname\n"
33191 "\n"
33192 msgstr ""
33193
33194 #. type: verbatim
33195 #: ../tools/virt-list-filesystems.pl:38
33196 #, no-wrap
33197 msgid ""
33198 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33199 "\n"
33200 msgstr ""
33201
33202 #. type: textblock
33203 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33204 msgid ""
33205 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33206 "replacement."
33207 msgstr ""
33208
33209 #. type: textblock
33210 #: ../tools/virt-list-filesystems.pl:45
33211 msgid ""
33212 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33213 "are contained in a virtual machine or disk image."
33214 msgstr ""
33215
33216 #. type: textblock
33217 #: ../tools/virt-list-filesystems.pl:49
33218 msgid ""
33219 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33220 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33221 "> tool."
33222 msgstr ""
33223
33224 #. type: =item
33225 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33226 msgid "B<-l> | B<--long>"
33227 msgstr ""
33228
33229 #. type: textblock
33230 #: ../tools/virt-list-filesystems.pl:108
33231 msgid ""
33232 "With this option, C<virt-list-filesystems> displays the type of each "
33233 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33234 msgstr ""
33235
33236 #. type: =item
33237 #: ../tools/virt-list-filesystems.pl:115
33238 msgid "B<-a> | B<--all>"
33239 msgstr ""
33240
33241 #. type: textblock
33242 #: ../tools/virt-list-filesystems.pl:117
33243 msgid ""
33244 "Normally we only show mountable filesystems.  If this option is given then "
33245 "swap devices are shown too."
33246 msgstr ""
33247
33248 #. type: textblock
33249 #: ../tools/virt-list-filesystems.pl:191
33250 msgid ""
33251 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33252 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33253 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33254 msgstr ""
33255
33256 #. type: textblock
33257 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
33258 msgid "Copyright (C) 2009 Red Hat Inc."
33259 msgstr ""
33260
33261 #. type: textblock
33262 #: ../tools/virt-tar.pl:33
33263 msgid "virt-tar - Extract or upload files to a virtual machine"
33264 msgstr ""
33265
33266 #. type: verbatim
33267 #: ../tools/virt-tar.pl:37
33268 #, no-wrap
33269 msgid ""
33270 " virt-tar [--options] -x domname directory tarball\n"
33271 "\n"
33272 msgstr ""
33273
33274 #. type: verbatim
33275 #: ../tools/virt-tar.pl:39
33276 #, no-wrap
33277 msgid ""
33278 " virt-tar [--options] -u domname tarball directory\n"
33279 "\n"
33280 msgstr ""
33281
33282 #. type: verbatim
33283 #: ../tools/virt-tar.pl:41
33284 #, no-wrap
33285 msgid ""
33286 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33287 "\n"
33288 msgstr ""
33289
33290 #. type: verbatim
33291 #: ../tools/virt-tar.pl:43
33292 #, no-wrap
33293 msgid ""
33294 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33295 "\n"
33296 msgstr ""
33297
33298 #. type: textblock
33299 #: ../tools/virt-tar.pl:47
33300 msgid "Download C</home> from the VM into a local tarball:"
33301 msgstr ""
33302
33303 #. type: verbatim
33304 #: ../tools/virt-tar.pl:49
33305 #, no-wrap
33306 msgid ""
33307 " virt-tar -x domname /home home.tar\n"
33308 "\n"
33309 msgstr ""
33310
33311 #. type: verbatim
33312 #: ../tools/virt-tar.pl:51
33313 #, no-wrap
33314 msgid ""
33315 " virt-tar -zx domname /home home.tar.gz\n"
33316 "\n"
33317 msgstr ""
33318
33319 #. type: textblock
33320 #: ../tools/virt-tar.pl:53
33321 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33322 msgstr ""
33323
33324 #. type: verbatim
33325 #: ../tools/virt-tar.pl:55
33326 #, no-wrap
33327 msgid ""
33328 " virt-tar -u domname uploadstuff.tar /tmp\n"
33329 "\n"
33330 msgstr ""
33331
33332 #. type: verbatim
33333 #: ../tools/virt-tar.pl:57
33334 #, no-wrap
33335 msgid ""
33336 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33337 "\n"
33338 msgstr ""
33339
33340 #. type: textblock
33341 #: ../tools/virt-tar.pl:61
33342 msgid ""
33343 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33344 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33345 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33346 msgstr ""
33347
33348 #. type: textblock
33349 #: ../tools/virt-tar.pl:66
33350 msgid ""
33351 "You can use C<-x> (extract) on live virtual machines, but you might get "
33352 "inconsistent results or errors if there is filesystem activity inside the "
33353 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33354 "work, but the only way to guarantee consistent results is if the virtual "
33355 "machine is shut down."
33356 msgstr ""
33357
33358 #. type: textblock
33359 #: ../tools/virt-tar.pl:74
33360 msgid ""
33361 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33362 "parts of a guest filesystem.  There are many possibilities: making backups, "
33363 "uploading data files, snooping on guest activity, fixing or customizing "
33364 "guests, etc."
33365 msgstr ""
33366
33367 #. type: textblock
33368 #: ../tools/virt-tar.pl:79
33369 msgid ""
33370 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33371 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33372 "should look at the L<guestfish(1)> tool."
33373 msgstr ""
33374
33375 #. type: textblock
33376 #: ../tools/virt-tar.pl:83
33377 msgid ""
33378 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33379 "its contents (recursively) from the virtual machine into a local tarball.  "
33380 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33381 "virtual machine.  You cannot use these two options together."
33382 msgstr ""
33383
33384 #. type: textblock
33385 #: ../tools/virt-tar.pl:89
33386 msgid ""
33387 "In addition, you may need to use the C<-z> (gZip) option to enable "
33388 "compression.  When uploading, you have to specify C<-z> if the upload file "
33389 "is compressed because virt-tar won't detect this on its own."
33390 msgstr ""
33391
33392 #. type: textblock
33393 #: ../tools/virt-tar.pl:93
33394 msgid ""
33395 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33396 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33397 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33398 "the L<libguestfs(3)> API)."
33399 msgstr ""
33400
33401 #. type: =item
33402 #: ../tools/virt-tar.pl:151
33403 msgid "B<-x> | B<--extract> | B<--download>"
33404 msgstr ""
33405
33406 #. type: =item
33407 #: ../tools/virt-tar.pl:153
33408 msgid "B<-u> | B<--upload>"
33409 msgstr ""
33410
33411 #. type: textblock
33412 #: ../tools/virt-tar.pl:155
33413 msgid ""
33414 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33415 "local tarball."
33416 msgstr ""
33417
33418 #. type: textblock
33419 #: ../tools/virt-tar.pl:158
33420 msgid ""
33421 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33422 "Please read the L</WARNING> section above before using this option."
33423 msgstr ""
33424
33425 #. type: textblock
33426 #: ../tools/virt-tar.pl:162
33427 msgid "You must specify exactly one of these options."
33428 msgstr ""
33429
33430 #. type: =item
33431 #: ../tools/virt-tar.pl:168
33432 msgid "B<-z> | B<--gzip>"
33433 msgstr ""
33434
33435 #. type: textblock
33436 #: ../tools/virt-tar.pl:170
33437 msgid "Specify that the input or output tarball is gzip-compressed."
33438 msgstr ""
33439
33440 #. type: textblock
33441 #: ../tools/virt-tar.pl:283
33442 msgid ""
33443 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<Sys::"
33444 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33445 "org/>."
33446 msgstr ""
33447
33448 #. type: textblock
33449 #: ../tools/virt-make-fs.pl:37
33450 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33451 msgstr ""
33452
33453 #. type: verbatim
33454 #: ../tools/virt-make-fs.pl:41
33455 #, no-wrap
33456 msgid ""
33457 " virt-make-fs [--options] input.tar output.img\n"
33458 "\n"
33459 msgstr ""
33460
33461 #. type: verbatim
33462 #: ../tools/virt-make-fs.pl:43
33463 #, no-wrap
33464 msgid ""
33465 " virt-make-fs [--options] input.tar.gz output.img\n"
33466 "\n"
33467 msgstr ""
33468
33469 #. type: verbatim
33470 #: ../tools/virt-make-fs.pl:45
33471 #, no-wrap
33472 msgid ""
33473 " virt-make-fs [--options] directory output.img\n"
33474 "\n"
33475 msgstr ""
33476
33477 #. type: textblock
33478 #: ../tools/virt-make-fs.pl:49
33479 msgid ""
33480 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33481 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33482 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33483 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33484 "you want to attach these filesystems to existing virtual machines (eg. to "
33485 "import large amounts of read-only data to a VM)."
33486 msgstr ""
33487
33488 #. type: textblock
33489 #: ../tools/virt-make-fs.pl:57
33490 msgid "Basic usage is:"
33491 msgstr ""
33492
33493 #. type: verbatim
33494 #: ../tools/virt-make-fs.pl:59
33495 #, no-wrap
33496 msgid ""
33497 " virt-make-fs input output\n"
33498 "\n"
33499 msgstr ""
33500
33501 #. type: textblock
33502 #: ../tools/virt-make-fs.pl:61
33503 msgid ""
33504 "where C<input> is either a directory containing files that you want to add, "
33505 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33506 "C<output> is a disk image.  The input type is detected automatically.  The "
33507 "output disk image defaults to a raw ext2 image unless you specify extra "
33508 "flags (see L</OPTIONS> below)."
33509 msgstr ""
33510
33511 #. type: =head2
33512 #: ../tools/virt-make-fs.pl:67
33513 msgid "EXTRA SPACE"
33514 msgstr ""
33515
33516 #. type: textblock
33517 #: ../tools/virt-make-fs.pl:69
33518 msgid ""
33519 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33520 "the files that it contains, but might have extra space.  Depending on how "
33521 "you are going to use the output, you might think this extra space is wasted "
33522 "and want to minimize it, or you might want to leave space so that more files "
33523 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33524 "but you can use the C<--size> flag to leave space in the filesystem if you "
33525 "want it."
33526 msgstr ""
33527
33528 #. type: textblock
33529 #: ../tools/virt-make-fs.pl:77
33530 msgid ""
33531 "An alternative way to leave extra space but not make the output image any "
33532 "bigger is to use an alternative disk image format (instead of the default "
33533 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33534 "image format (check your hypervisor supports this before using it).  This "
33535 "allows you to choose a large C<--size> but the extra space won't actually be "
33536 "allocated in the image until you try to store something in it."
33537 msgstr ""
33538
33539 #. type: textblock
33540 #: ../tools/virt-make-fs.pl:85
33541 msgid ""
33542 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33543 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33544 "to build another image from scratch."
33545 msgstr ""
33546
33547 #. type: =head3
33548 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33549 #: ../tools/virt-make-fs.pl:142
33550 msgid "EXAMPLE"
33551 msgstr ""
33552
33553 #. type: verbatim
33554 #: ../tools/virt-make-fs.pl:91
33555 #, no-wrap
33556 msgid ""
33557 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33558 "\n"
33559 msgstr ""
33560
33561 #. type: =head2
33562 #: ../tools/virt-make-fs.pl:93
33563 msgid "FILESYSTEM TYPE"
33564 msgstr ""
33565
33566 #. type: textblock
33567 #: ../tools/virt-make-fs.pl:95
33568 msgid ""
33569 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33570 "libguestfs supports can be used (but I<not> read-only formats like "
33571 "ISO9660).  Here are some of the more common choices:"
33572 msgstr ""
33573
33574 #. type: =item
33575 #: ../tools/virt-make-fs.pl:101
33576 msgid "I<ext3>"
33577 msgstr ""
33578
33579 #. type: textblock
33580 #: ../tools/virt-make-fs.pl:103
33581 msgid ""
33582 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33583 "you are not going to use the filesystem in a way that requires the journal, "
33584 "then this is just wasted overhead."
33585 msgstr ""
33586
33587 #. type: =item
33588 #: ../tools/virt-make-fs.pl:107
33589 msgid "I<ntfs> or I<vfat>"
33590 msgstr ""
33591
33592 #. type: textblock
33593 #: ../tools/virt-make-fs.pl:109
33594 msgid "Useful if exporting data to a Windows guest."
33595 msgstr ""
33596
33597 #. type: textblock
33598 #: ../tools/virt-make-fs.pl:111
33599 msgid ""
33600 "I<Note for vfat>: The tar archive or local directory must only contain files "
33601 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33602 "program running within libguestfs is unable to change the ownership of non-"
33603 "root files, since vfat itself does not support this."
33604 msgstr ""
33605
33606 #. type: =item
33607 #: ../tools/virt-make-fs.pl:116
33608 msgid "I<minix>"
33609 msgstr ""
33610
33611 #. type: textblock
33612 #: ../tools/virt-make-fs.pl:118
33613 msgid ""
33614 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33615 "total filesystem size."
33616 msgstr ""
33617
33618 #. type: verbatim
33619 #: ../tools/virt-make-fs.pl:125
33620 #, no-wrap
33621 msgid ""
33622 " virt-make-fs --type=minix input minixfs.img\n"
33623 "\n"
33624 msgstr ""
33625
33626 #. type: =head2
33627 #: ../tools/virt-make-fs.pl:127
33628 msgid "TO PARTITION OR NOT TO PARTITION"
33629 msgstr ""
33630
33631 #. type: textblock
33632 #: ../tools/virt-make-fs.pl:129
33633 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33634 msgstr ""
33635
33636 #. type: textblock
33637 #: ../tools/virt-make-fs.pl:131
33638 msgid ""
33639 "Adding a partition can make the disk image more compatible with certain "
33640 "virtualized operating systems which don't expect to see a filesystem "
33641 "directly located on a block device (Linux doesn't care and will happily "
33642 "handle both types)."
33643 msgstr ""
33644
33645 #. type: textblock
33646 #: ../tools/virt-make-fs.pl:136
33647 msgid ""
33648 "On the other hand, if you have a partition table then the output image is no "
33649 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33650 "directly on a partitioned disk image.  (However libguestfs tools such as "
33651 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33652 msgstr ""
33653
33654 #. type: textblock
33655 #: ../tools/virt-make-fs.pl:144
33656 msgid "Add an MBR partition:"
33657 msgstr ""
33658
33659 #. type: verbatim
33660 #: ../tools/virt-make-fs.pl:146
33661 #, no-wrap
33662 msgid ""
33663 " virt-make-fs --partition -- input disk.img\n"
33664 "\n"
33665 msgstr ""
33666
33667 #. type: textblock
33668 #: ../tools/virt-make-fs.pl:148
33669 msgid ""
33670 "If the output disk image could be terabyte-sized or larger, it's better to "
33671 "use an EFI/GPT-compatible partition table:"
33672 msgstr ""
33673
33674 #. type: verbatim
33675 #: ../tools/virt-make-fs.pl:151
33676 #, no-wrap
33677 msgid ""
33678 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33679 "\n"
33680 msgstr ""
33681
33682 #. type: textblock
33683 #: ../tools/virt-make-fs.pl:179
33684 msgid "Enable debugging information."
33685 msgstr ""
33686
33687 #. type: =item
33688 #: ../tools/virt-make-fs.pl:185
33689 msgid "B<--size=E<lt>NE<gt>>"
33690 msgstr ""
33691
33692 #. type: =item
33693 #: ../tools/virt-make-fs.pl:187
33694 msgid "B<--size=+E<lt>NE<gt>>"
33695 msgstr ""
33696
33697 #. type: =item
33698 #: ../tools/virt-make-fs.pl:189
33699 msgid "B<-s E<lt>NE<gt>>"
33700 msgstr ""
33701
33702 #. type: =item
33703 #: ../tools/virt-make-fs.pl:191
33704 msgid "B<-s +E<lt>NE<gt>>"
33705 msgstr ""
33706
33707 #. type: textblock
33708 #: ../tools/virt-make-fs.pl:193
33709 msgid ""
33710 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33711 msgstr ""
33712
33713 #. type: textblock
33714 #: ../tools/virt-make-fs.pl:196
33715 msgid ""
33716 "If this option is I<not> given, then the output image will be just large "
33717 "enough to contain all the files, with not much wasted space."
33718 msgstr ""
33719
33720 #. type: textblock
33721 #: ../tools/virt-make-fs.pl:199
33722 msgid ""
33723 "To choose a fixed size output disk, specify an absolute number followed by b/"
33724 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33725 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33726 "files, else you will get an error."
33727 msgstr ""
33728
33729 #. type: textblock
33730 #: ../tools/virt-make-fs.pl:204
33731 msgid ""
33732 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33733 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33734 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33735 "the input files, and (approximately) an extra 200 MB free space."
33736 msgstr ""
33737
33738 #. type: textblock
33739 #: ../tools/virt-make-fs.pl:210
33740 msgid ""
33741 "Note that virt-make-fs estimates free space, and therefore will not produce "
33742 "filesystems containing precisely the free space requested.  (It is much more "
33743 "expensive and time-consuming to produce a filesystem which has precisely the "
33744 "desired free space)."
33745 msgstr ""
33746
33747 #. type: =item
33748 #: ../tools/virt-make-fs.pl:219
33749 msgid "B<--format=E<lt>fmtE<gt>>"
33750 msgstr ""
33751
33752 #. type: =item
33753 #: ../tools/virt-make-fs.pl:221
33754 msgid "B<-F E<lt>fmtE<gt>>"
33755 msgstr ""
33756
33757 #. type: textblock
33758 #: ../tools/virt-make-fs.pl:223
33759 msgid "Choose the output disk image format."
33760 msgstr ""
33761
33762 #. type: textblock
33763 #: ../tools/virt-make-fs.pl:225
33764 msgid "The default is C<raw> (raw disk image)."
33765 msgstr ""
33766
33767 #. type: textblock
33768 #: ../tools/virt-make-fs.pl:227
33769 msgid ""
33770 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
33771 "that would really make sense here is C<qcow2>."
33772 msgstr ""
33773
33774 #. type: =item
33775 #: ../tools/virt-make-fs.pl:234
33776 msgid "B<--type=E<lt>fsE<gt>>"
33777 msgstr ""
33778
33779 #. type: =item
33780 #: ../tools/virt-make-fs.pl:236
33781 msgid "B<-t E<lt>fsE<gt>>"
33782 msgstr ""
33783
33784 #. type: textblock
33785 #: ../tools/virt-make-fs.pl:238
33786 msgid "Choose the output filesystem type."
33787 msgstr ""
33788
33789 #. type: textblock
33790 #: ../tools/virt-make-fs.pl:240
33791 msgid "The default is C<ext2>."
33792 msgstr ""
33793
33794 #. type: textblock
33795 #: ../tools/virt-make-fs.pl:242
33796 msgid ""
33797 "Any filesystem which is supported read-write by libguestfs can be used here."
33798 msgstr ""
33799
33800 #. type: =item
33801 #: ../tools/virt-make-fs.pl:249
33802 msgid "B<--partition>"
33803 msgstr ""
33804
33805 #. type: =item
33806 #: ../tools/virt-make-fs.pl:251
33807 msgid "B<--partition=E<lt>parttypeE<gt>>"
33808 msgstr ""
33809
33810 #. type: textblock
33811 #: ../tools/virt-make-fs.pl:253
33812 msgid ""
33813 "If specified, this flag adds an MBR partition table to the output disk image."
33814 msgstr ""
33815
33816 #. type: textblock
33817 #: ../tools/virt-make-fs.pl:256
33818 msgid ""
33819 "You can change the partition table type, eg. C<--partition=gpt> for large "
33820 "disks."
33821 msgstr ""
33822
33823 #. type: textblock
33824 #: ../tools/virt-make-fs.pl:259
33825 msgid ""
33826 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
33827 "might consider the next parameter to be the partition type.  For example:"
33828 msgstr ""
33829
33830 #. type: verbatim
33831 #: ../tools/virt-make-fs.pl:263
33832 #, no-wrap
33833 msgid ""
33834 " virt-make-fs --partition input.tar ...\n"
33835 "\n"
33836 msgstr ""
33837
33838 #. type: textblock
33839 #: ../tools/virt-make-fs.pl:265
33840 msgid ""
33841 "would cause virt-make-fs to think you wanted to use a partition type of "
33842 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
33843 "dash) between options and the input file argument:"
33844 msgstr ""
33845
33846 #. type: verbatim
33847 #: ../tools/virt-make-fs.pl:269
33848 #, no-wrap
33849 msgid ""
33850 " virt-make-fs --partition -- input.tar ...\n"
33851 "\n"
33852 msgstr ""
33853
33854 #. type: textblock
33855 #: ../tools/virt-make-fs.pl:541
33856 msgid ""
33857 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
33858 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
33859 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
33860 msgstr ""
33861
33862 #. type: verbatim
33863 #: ../tools/virt-make-fs.pl:558
33864 #, no-wrap
33865 msgid ""
33866 " export LIBGUESTFS_DEBUG=1\n"
33867 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
33868 "\n"
33869 msgstr ""
33870
33871 #. type: textblock
33872 #: ../tools/virt-make-fs.pl:561
33873 msgid ""
33874 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
33875 "redhat.com/>"
33876 msgstr ""
33877
33878 #. type: textblock
33879 #: ../tools/virt-list-partitions.pl:32
33880 msgid ""
33881 "virt-list-partitions - List partitions in a virtual machine or disk image"
33882 msgstr ""
33883
33884 #. type: verbatim
33885 #: ../tools/virt-list-partitions.pl:36
33886 #, no-wrap
33887 msgid ""
33888 " virt-list-partitions [--options] domname\n"
33889 "\n"
33890 msgstr ""
33891
33892 #. type: verbatim
33893 #: ../tools/virt-list-partitions.pl:38
33894 #, no-wrap
33895 msgid ""
33896 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
33897 "\n"
33898 msgstr ""
33899
33900 #. type: textblock
33901 #: ../tools/virt-list-partitions.pl:45
33902 msgid ""
33903 "C<virt-list-partitions> is a command line tool to list the partitions that "
33904 "are contained in a virtual machine or disk image.  It is mainly useful as a "
33905 "first step to using L<virt-resize(1)>."
33906 msgstr ""
33907
33908 #. type: textblock
33909 #: ../tools/virt-list-partitions.pl:50
33910 msgid ""
33911 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
33912 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33913 "> tool."
33914 msgstr ""
33915
33916 #. type: =item
33917 #: ../tools/virt-list-partitions.pl:107
33918 msgid "B<-h> | B<--human-readable>"
33919 msgstr ""
33920
33921 #. type: textblock
33922 #: ../tools/virt-list-partitions.pl:109
33923 msgid "Show sizes in human-readable form (eg. \"1G\")."
33924 msgstr ""
33925
33926 #. type: textblock
33927 #: ../tools/virt-list-partitions.pl:117
33928 msgid ""
33929 "With this option, C<virt-list-partitions> displays the type and size of each "
33930 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
33931 msgstr ""
33932
33933 #. type: =item
33934 #: ../tools/virt-list-partitions.pl:124
33935 msgid "B<-t> | B<--total>"
33936 msgstr ""
33937
33938 #. type: textblock
33939 #: ../tools/virt-list-partitions.pl:126
33940 msgid ""
33941 "Display the total size of each block device (as a separate row or rows)."
33942 msgstr ""
33943
33944 #. type: textblock
33945 #: ../tools/virt-list-partitions.pl:259
33946 msgid ""
33947 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
33948 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
33949 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33950 msgstr ""
33951
33952 #. type: textblock
33953 #: ../tools/virt-list-partitions.pl:275
33954 msgid "Copyright (C) 2009-2010 Red Hat Inc."
33955 msgstr ""