daemon: When running commands, restart select if we receive a signal.
[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-03-21 11:58+0000\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:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074
928 #: ../src/guestfs.pod:2080 ../src/guestfs.pod:2534 ../src/guestfs.pod:2538
929 #: ../src/guestfs.pod:2542 ../src/guestfs.pod:2546
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:1587 ../src/guestfs-actions.pod:1591
934 #: ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599
935 #: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611
936 #: ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625
937 #: ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633
938 #: ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775
939 #: ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785
940 #: ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850
941 #: ../src/guestfs-actions.pod:1855 ../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:1065
947 #: ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073
948 #: ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085
949 #: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093
950 #: ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107
951 #: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201
952 #: ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210
953 #: ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257
954 #: ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266
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:2108
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:2133
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:1842 ../fish/guestfish-actions.pod:9
3558 #: ../fish/guestfish-actions.pod:1253 ../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 #. type: textblock
3831 #: ../src/guestfs.pod:1713
3832 msgid ""
3833 "If any progress notification is sent during a call, then a final progress "
3834 "notification is always sent when C<position> = C<total>."
3835 msgstr ""
3836
3837 # type: textblock
3838 #. type: textblock
3839 #: ../src/guestfs.pod:1716
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:1722
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:1727
3859 msgid "PRIVATE DATA AREA"
3860 msgstr ""
3861
3862 # type: textblock
3863 #. type: textblock
3864 #: ../src/guestfs.pod:1729
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:1733
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:1735
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:1737
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:1741
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:1746
3908 msgid "To retrieve the pointer, use:"
3909 msgstr ""
3910
3911 # type: verbatim
3912 #. type: verbatim
3913 #: ../src/guestfs.pod:1748
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:1750
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:1754
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:1762
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:1765 ../src/guestfs.pod:1770
3953 msgid "html"
3954 msgstr ""
3955
3956 # type: textblock
3957 #. type: textblock
3958 #: ../src/guestfs.pod:1767
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:1772
3967 msgid "ARCHITECTURE"
3968 msgstr ""
3969
3970 # type: textblock
3971 #. type: textblock
3972 #: ../src/guestfs.pod:1774
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:1778
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:1798
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:1801
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:1810
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:1817
4042 msgid "STATE MACHINE"
4043 msgstr ""
4044
4045 # type: textblock
4046 #. type: textblock
4047 #: ../src/guestfs.pod:1819
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:1821
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:1843
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:1848
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:1852
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:1855
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:1861
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:1867
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:1871
4140 msgid "INTERNALS"
4141 msgstr ""
4142
4143 # type: =head2
4144 #. type: =head2
4145 #: ../src/guestfs.pod:1873
4146 msgid "COMMUNICATION PROTOCOL"
4147 msgstr ""
4148
4149 # type: textblock
4150 #. type: textblock
4151 #: ../src/guestfs.pod:1875
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:1878
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:1882
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:1885
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:1892
4188 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4189 msgstr ""
4190
4191 # type: textblock
4192 #. type: textblock
4193 #: ../src/guestfs.pod:1894
4194 msgid "For ordinary functions, the request message is:"
4195 msgstr ""
4196
4197 # type: verbatim
4198 #. type: verbatim
4199 #: ../src/guestfs.pod:1896
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:1901
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:1907
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:1910
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:1914
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:1922
4251 msgid "The reply message for ordinary functions is:"
4252 msgstr ""
4253
4254 # type: verbatim
4255 #. type: verbatim
4256 #: ../src/guestfs.pod:1924
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:1929
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:1932
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:1935
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:1938
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:1943
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:1946
4312 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4313 msgstr ""
4314
4315 # type: textblock
4316 #. type: textblock
4317 #: ../src/guestfs.pod:1948
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:1952
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:1960
4342 msgid "The \"sequence of chunks\" is:"
4343 msgstr ""
4344
4345 # type: verbatim
4346 #. type: verbatim
4347 #: ../src/guestfs.pod:1962
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:1970
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:1974
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:1979
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:1985
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:1994
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:2000
4416 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4417 msgstr ""
4418
4419 # type: textblock
4420 #. type: textblock
4421 #: ../src/guestfs.pod:2002
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:2005
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:2013
4445 msgid "INITIAL MESSAGE"
4446 msgstr ""
4447
4448 # type: textblock
4449 #. type: textblock
4450 #: ../src/guestfs.pod:2015
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:2019
4460 msgid "PROGRESS NOTIFICATION MESSAGES"
4461 msgstr ""
4462
4463 # type: textblock
4464 #. type: textblock
4465 #: ../src/guestfs.pod:2021
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:2025
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:2029
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:2033
4493 msgid "LIBGUESTFS VERSION NUMBERS"
4494 msgstr ""
4495
4496 # type: textblock
4497 #. type: textblock
4498 #: ../src/guestfs.pod:2035
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:2040
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:2051
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:2053
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:2059
4543 msgid "Our criteria for backporting changes are:"
4544 msgstr ""
4545
4546 # type: textblock
4547 #. type: textblock
4548 #: ../src/guestfs.pod:2065
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:2071
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:2076
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:2082
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:2088
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:2096
4594 msgid "EXTENDING LIBGUESTFS"
4595 msgstr ""
4596
4597 #. type: =head2
4598 #: ../src/guestfs.pod:2098
4599 msgid "ADDING A NEW API ACTION"
4600 msgstr ""
4601
4602 #. type: textblock
4603 #: ../src/guestfs.pod:2100
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:2104
4612 msgid "To add a new API action there are two changes:"
4613 msgstr ""
4614
4615 #. type: textblock
4616 #: ../src/guestfs.pod:2110
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:2113
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:2121
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:2127
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:2135
4655 msgid "Implement the action (in C):"
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../src/guestfs.pod:2137
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:2140
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:2143
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:2147
4679 msgid "After making these changes, use C<make> to compile."
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2149
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:2153
4692 msgid "ADDING TESTS FOR AN API ACTION"
4693 msgstr ""
4694
4695 #. type: textblock
4696 #: ../src/guestfs.pod:2155
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:2161
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:2164
4714 msgid "The test environment has 4 block devices:"
4715 msgstr ""
4716
4717 #. type: =item
4718 #: ../src/guestfs.pod:2168
4719 msgid "C</dev/sda> 500MB"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2170
4724 msgid "General block device for testing."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../src/guestfs.pod:2172
4729 msgid "C</dev/sdb> 50MB"
4730 msgstr ""
4731
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2174
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:2177
4741 msgid "C</dev/sdc> 10MB"
4742 msgstr ""
4743
4744 #. type: textblock
4745 #: ../src/guestfs.pod:2179
4746 msgid "Used in a few tests where two block devices are needed."
4747 msgstr ""
4748
4749 #. type: =item
4750 #: ../src/guestfs.pod:2181
4751 msgid "C</dev/sdd>"
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2183
4756 msgid "ISO with fixed content (see C<images/test.iso>)."
4757 msgstr ""
4758
4759 #. type: textblock
4760 #: ../src/guestfs.pod:2187
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:2191
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:2197
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:2203
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:2206
4796 #, no-wrap
4797 msgid ""
4798 " SKIP_TEST_<CMD>_<NUM>=1\n"
4799 "\n"
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2208
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:2210
4809 msgid "or:"
4810 msgstr ""
4811
4812 #. type: verbatim
4813 #: ../src/guestfs.pod:2212
4814 #, no-wrap
4815 msgid ""
4816 " SKIP_TEST_<CMD>=1\n"
4817 "\n"
4818 msgstr ""
4819
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2214
4822 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4823 msgstr ""
4824
4825 #. type: textblock
4826 #: ../src/guestfs.pod:2216
4827 msgid "Packagers can run only certain tests by setting for example:"
4828 msgstr ""
4829
4830 #. type: verbatim
4831 #: ../src/guestfs.pod:2218
4832 #, no-wrap
4833 msgid ""
4834 " TEST_ONLY=\"vfs_type zerofree\"\n"
4835 "\n"
4836 msgstr ""
4837
4838 #. type: textblock
4839 #: ../src/guestfs.pod:2220
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:2223
4847 msgid "DEBUGGING NEW API ACTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2225
4852 msgid "Test new actions work before submitting them."
4853 msgstr ""
4854
4855 #. type: textblock
4856 #: ../src/guestfs.pod:2227
4857 msgid "You can use guestfish to try out new commands."
4858 msgstr ""
4859
4860 #. type: textblock
4861 #: ../src/guestfs.pod:2229
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:2233
4870 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4871 msgstr ""
4872
4873 #. type: textblock
4874 #: ../src/guestfs.pod:2235
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:2241
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:2244
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:2254
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:2266
4926 msgid "Enable warnings when compiling (and fix any problems this finds):"
4927 msgstr ""
4928
4929 #. type: verbatim
4930 #: ../src/guestfs.pod:2269
4931 #, no-wrap
4932 msgid ""
4933 " ./configure --enable-gcc-warnings\n"
4934 "\n"
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2271
4939 msgid "Useful targets are:"
4940 msgstr ""
4941
4942 #. type: verbatim
4943 #: ../src/guestfs.pod:2273
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:2276
4953 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4954 msgstr ""
4955
4956 #. type: textblock
4957 #: ../src/guestfs.pod:2278
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:2283
4965 msgid "%Q"
4966 msgstr ""
4967
4968 #. type: textblock
4969 #: ../src/guestfs.pod:2285
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:2288
4977 msgid "%R"
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../src/guestfs.pod:2290
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:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4990 msgid "For example:"
4991 msgstr ""
4992
4993 #. type: verbatim
4994 #: ../src/guestfs.pod:2297
4995 #, no-wrap
4996 msgid ""
4997 " asprintf (&cmd, \"cat %R\", path);\n"
4998 "\n"
4999 msgstr ""
5000
5001 #. type: textblock
5002 #: ../src/guestfs.pod:2299
5003 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs.pod:2301
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:2307
5017 msgid "SUBMITTING YOUR NEW API ACTIONS"
5018 msgstr ""
5019
5020 #. type: textblock
5021 #: ../src/guestfs.pod:2309
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:2313
5029 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5030 msgstr ""
5031
5032 #. type: textblock
5033 #: ../src/guestfs.pod:2315
5034 msgid "We support i18n (gettext anyhow) in the library."
5035 msgstr ""
5036
5037 #. type: textblock
5038 #: ../src/guestfs.pod:2317
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:2323
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:2326
5055 msgid "SOURCE CODE SUBDIRECTORIES"
5056 msgstr ""
5057
5058 #. type: =item
5059 #: ../src/guestfs.pod:2330
5060 msgid "C<appliance>"
5061 msgstr ""
5062
5063 #. type: textblock
5064 #: ../src/guestfs.pod:2332
5065 msgid "The libguestfs appliance, build scripts and so on."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2334
5070 msgid "C<capitests>"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2336
5075 msgid "Automated tests of the C API."
5076 msgstr ""
5077
5078 #. type: =item
5079 #: ../src/guestfs.pod:2338
5080 msgid "C<cat>"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2340
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:2343
5092 msgid "C<contrib>"
5093 msgstr ""
5094
5095 #. type: textblock
5096 #: ../src/guestfs.pod:2345
5097 msgid "Outside contributions, experimental parts."
5098 msgstr ""
5099
5100 #. type: =item
5101 #: ../src/guestfs.pod:2347
5102 msgid "C<daemon>"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2349
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:2352
5113 msgid "C<df>"
5114 msgstr ""
5115
5116 #. type: textblock
5117 #: ../src/guestfs.pod:2354
5118 msgid "L<virt-df(1)> command and documentation."
5119 msgstr ""
5120
5121 #. type: =item
5122 #: ../src/guestfs.pod:2356
5123 msgid "C<examples>"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2358
5128 msgid "C API example code."
5129 msgstr ""
5130
5131 #. type: =item
5132 #: ../src/guestfs.pod:2360
5133 msgid "C<fish>"
5134 msgstr ""
5135
5136 #. type: textblock
5137 #: ../src/guestfs.pod:2362
5138 msgid "L<guestfish(1)>, the command-line shell."
5139 msgstr ""
5140
5141 #. type: =item
5142 #: ../src/guestfs.pod:2364
5143 msgid "C<fuse>"
5144 msgstr ""
5145
5146 #. type: textblock
5147 #: ../src/guestfs.pod:2366
5148 msgid ""
5149 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5150 msgstr ""
5151
5152 #. type: =item
5153 #: ../src/guestfs.pod:2368
5154 msgid "C<generator>"
5155 msgstr ""
5156
5157 #. type: textblock
5158 #: ../src/guestfs.pod:2370
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:2373
5166 msgid "C<images>"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs.pod:2375
5171 msgid "Files used by the test suite."
5172 msgstr ""
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2377
5176 msgid "Some \"phony\" guest images which we test against."
5177 msgstr ""
5178
5179 #. type: =item
5180 #: ../src/guestfs.pod:2379
5181 msgid "C<inspector>"
5182 msgstr ""
5183
5184 #. type: textblock
5185 #: ../src/guestfs.pod:2381
5186 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5187 msgstr ""
5188
5189 #. type: =item
5190 #: ../src/guestfs.pod:2383
5191 msgid "C<m4>"
5192 msgstr ""
5193
5194 #. type: textblock
5195 #: ../src/guestfs.pod:2385
5196 msgid "M4 macros used by autoconf."
5197 msgstr ""
5198
5199 #. type: =item
5200 #: ../src/guestfs.pod:2387
5201 msgid "C<po>"
5202 msgstr ""
5203
5204 #. type: textblock
5205 #: ../src/guestfs.pod:2389
5206 msgid "Translations of simple gettext strings."
5207 msgstr ""
5208
5209 #. type: =item
5210 #: ../src/guestfs.pod:2391
5211 msgid "C<po-docs>"
5212 msgstr ""
5213
5214 #. type: textblock
5215 #: ../src/guestfs.pod:2393
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:2397
5224 msgid "C<regressions>"
5225 msgstr ""
5226
5227 #. type: textblock
5228 #: ../src/guestfs.pod:2399
5229 msgid "Regression tests."
5230 msgstr ""
5231
5232 #. type: =item
5233 #: ../src/guestfs.pod:2401
5234 msgid "C<rescue>"
5235 msgstr ""
5236
5237 #. type: textblock
5238 #: ../src/guestfs.pod:2403
5239 msgid "L<virt-rescue(1)> command and documentation."
5240 msgstr ""
5241
5242 #. type: =item
5243 #: ../src/guestfs.pod:2405
5244 msgid "C<src>"
5245 msgstr ""
5246
5247 #. type: textblock
5248 #: ../src/guestfs.pod:2407
5249 msgid "Source code to the C library."
5250 msgstr ""
5251
5252 #. type: =item
5253 #: ../src/guestfs.pod:2409
5254 msgid "C<tools>"
5255 msgstr ""
5256
5257 #. type: textblock
5258 #: ../src/guestfs.pod:2411
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:2413
5264 msgid "C<test-tool>"
5265 msgstr ""
5266
5267 #. type: textblock
5268 #: ../src/guestfs.pod:2415
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:2418
5276 msgid "C<csharp>"
5277 msgstr ""
5278
5279 #. type: =item
5280 #: ../src/guestfs.pod:2420
5281 msgid "C<haskell>"
5282 msgstr ""
5283
5284 #. type: =item
5285 #: ../src/guestfs.pod:2422
5286 msgid "C<java>"
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2424
5291 msgid "C<ocaml>"
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs.pod:2426
5296 msgid "C<php>"
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2428
5301 msgid "C<perl>"
5302 msgstr ""
5303
5304 #. type: =item
5305 #: ../src/guestfs.pod:2430
5306 msgid "C<python>"
5307 msgstr ""
5308
5309 #. type: =item
5310 #: ../src/guestfs.pod:2432
5311 msgid "C<ruby>"
5312 msgstr ""
5313
5314 #. type: textblock
5315 #: ../src/guestfs.pod:2434
5316 msgid "Language bindings."
5317 msgstr ""
5318
5319 # type: =head1
5320 #. type: =head1
5321 #: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965
5322 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5323 msgid "ENVIRONMENT VARIABLES"
5324 msgstr ""
5325
5326 # type: =item
5327 #. type: =item
5328 #: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991
5329 msgid "LIBGUESTFS_APPEND"
5330 msgstr ""
5331
5332 # type: textblock
5333 #. type: textblock
5334 #: ../src/guestfs.pod:2444 ../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:2446 ../fish/guestfish.pod:995
5341 msgid "LIBGUESTFS_DEBUG"
5342 msgstr ""
5343
5344 # type: textblock
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2448
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:2451 ../fish/guestfish.pod:1000
5355 msgid "LIBGUESTFS_MEMSIZE"
5356 msgstr ""
5357
5358 # type: textblock
5359 #. type: textblock
5360 #: ../src/guestfs.pod:2453 ../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:2456 ../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:2458 ../fish/guestfish.pod:1007
5377 msgid "LIBGUESTFS_PATH"
5378 msgstr ""
5379
5380 #. type: textblock
5381 #: ../src/guestfs.pod:2460
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:2463 ../fish/guestfish.pod:1012
5390 msgid "LIBGUESTFS_QEMU"
5391 msgstr ""
5392
5393 # type: textblock
5394 #. type: textblock
5395 #: ../src/guestfs.pod:2465 ../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:2469
5404 msgid "See also L</QEMU WRAPPERS> above."
5405 msgstr ""
5406
5407 # type: =item
5408 #. type: =item
5409 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018
5410 msgid "LIBGUESTFS_TRACE"
5411 msgstr ""
5412
5413 # type: textblock
5414 #. type: textblock
5415 #: ../src/guestfs.pod:2473
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:2476 ../fish/guestfish.pod:1027
5424 msgid "TMPDIR"
5425 msgstr ""
5426
5427 # type: textblock
5428 #. type: textblock
5429 #: ../src/guestfs.pod:2478 ../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:2480 ../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:2488 ../fish/guestfish.pod:1089
5446 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5447 #: ../tools/virt-edit.pl:350 ../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:2490
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:2513
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:2520 ../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:2522
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:2524
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:2526
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:2528
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:2530
5512 msgid "When reporting a bug, please check:"
5513 msgstr ""
5514
5515 # type: textblock
5516 #. type: textblock
5517 #: ../src/guestfs.pod:2536
5518 msgid "That the bug hasn't been reported already."
5519 msgstr ""
5520
5521 # type: textblock
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2540
5524 msgid "That you are testing a recent version."
5525 msgstr ""
5526
5527 # type: textblock
5528 #. type: textblock
5529 #: ../src/guestfs.pod:2544
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:2548
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:2553 ../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:2555 ../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:2557 ../fish/guestfish.pod:1112
5558 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5559 #: ../tools/virt-edit.pl:366 ../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:2559 ../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:2562
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:2567
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:2572
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:1682 ../src/guestfs-actions.pod:1704
5671 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243
5672 #: ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448
5673 #: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226
5674 #: ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261
5675 #: ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430
5676 #: ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457
5677 #: ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508
5678 #: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600
5679 #: ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640
5680 #: ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695
5681 #: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733
5682 #: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780
5683 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832
5684 #: ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860
5685 #: ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970
5686 #: ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003
5687 #: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072
5688 #: ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106
5689 #: ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134
5690 #: ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166
5691 #: ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4232
5692 #: ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4336
5693 #: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374
5694 #: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403
5695 #: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4431
5696 #: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4481
5697 #: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4516
5698 #: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547
5699 #: ../src/guestfs-actions.pod:4596 ../src/guestfs-actions.pod:4633
5700 #: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4675
5701 #: ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4710
5702 #: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4901
5703 #: ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4941
5704 #: ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5039
5705 #: ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:5069
5706 #: ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5372
5707 #: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5405
5708 #: ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431
5709 #: ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5457
5710 #: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5494
5711 #: ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532
5712 #: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5573
5713 #: ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610
5714 #: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5650
5715 #: ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5695
5716 #: ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5738
5717 #: ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5777
5718 #: ../src/guestfs-actions.pod:5792 ../src/guestfs-actions.pod:5811
5719 #: ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871
5720 #: ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6005
5721 #: ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138
5722 #: ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164
5723 #: ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199
5724 #: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225
5725 #: ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6299
5726 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332
5727 #: ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6365
5728 #: ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398
5729 #: ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448
5730 #: ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502
5731 #: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6554
5732 #: ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6709
5733 #: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741
5734 #: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809
5735 #: ../src/guestfs-actions.pod:6854 ../src/guestfs-actions.pod:6887
5736 #: ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967
5737 #: ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052
5738 #: ../src/guestfs-actions.pod:7081
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:1921 ../src/guestfs-actions.pod:1942
5757 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6975
5758 #: ../src/guestfs-actions.pod:7144 ../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:1306
5761 #: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820
5762 #: ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4721
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:1893
5773 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094
5774 #: ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243
5775 #: ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:5552
5776 #: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5779
5777 #: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6367
5778 #: ../src/guestfs-actions.pod:6889
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:4205
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:1661 ../src/guestfs-actions.pod:1864
5881 #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003
5882 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081
5883 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662
5884 #: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4619
5885 #: ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:5153
5886 #: ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:6475
5887 #: ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913
5888 #: ../src/guestfs-actions.pod:6926
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:4246 ../src/guestfs-actions.pod:4258
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:4215
6048 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831
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:2333
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:2083
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:5230
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:1532 ../src/guestfs-actions.pod:1644
6436 #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824
6437 #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936
6438 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298
6439 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586
6440 #: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748
6441 #: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803
6442 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888
6443 #: ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752
6444 #: ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032
6445 #: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4958
6446 #: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5306
6447 #: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5918
6448 #: ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:5951
6449 #: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6649
6450 #: ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6686
6451 #: ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:7138
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:1746 ../src/guestfs-actions.pod:2178
6686 #: ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213
6687 #: ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280
6688 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400
6689 #: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822
6690 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322
6691 #: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489
6692 #: ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4580
6693 #: ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5226
6694 #: ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:5991
6695 #: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6107
6696 #: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6277
6697 #: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6779
6698 #: ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6991
6699 #: ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7095
6700 #: ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7160
6701 #: ../src/guestfs-actions.pod:7179
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:3115 ../src/guestfs-actions.pod:3146
6713 #: ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3785
6714 #: ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:4005
6715 #: ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4584
6716 #: ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5419
6717 #: ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:5445
6718 #: ../src/guestfs-actions.pod:5853 ../src/guestfs-actions.pod:6491
6719 #: ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6743
6720 #: ../src/guestfs-actions.pod:6979
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:1891
7192 #: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974
7193 #: ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044
7194 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092
7195 #: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3068
7196 #: ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3097
7197 #: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128
7198 #: ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3158
7199 #: ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3185
7200 #: ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215
7201 #: ../src/guestfs-actions.pod:4729
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:6671
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:5216
7502 #: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3468
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:1750
7522 #: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217
7523 #: ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284
7524 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330
7525 #: ../src/guestfs-actions.pod:4998 ../src/guestfs-actions.pod:5024
7526 #: ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181
7527 #: ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:6056
7528 #: ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6257
7529 #: ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6943
7530 #: ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6995
7531 #: ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7099
7532 #: ../src/guestfs-actions.pod:7118 ../src/guestfs-actions.pod:7164
7533 #: ../src/guestfs-actions.pod:7183 ../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:1185 ../fish/guestfish-actions.pod:1480
7538 #: ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518
7539 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543
7540 #: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3338
7541 #: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3429
7542 #: ../fish/guestfish-actions.pod:3446 ../fish/guestfish-actions.pod:3461
7543 #: ../fish/guestfish-actions.pod:4044 ../fish/guestfish-actions.pod:4090
7544 #: ../fish/guestfish-actions.pod:4175 ../fish/guestfish-actions.pod:4190
7545 #: ../fish/guestfish-actions.pod:4600 ../fish/guestfish-actions.pod:4618
7546 #: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4645
7547 #: ../fish/guestfish-actions.pod:4693 ../fish/guestfish-actions.pod:4703
7548 #: ../fish/guestfish-actions.pod:4732 ../fish/guestfish-actions.pod:4742
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:3326
7557 #: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405
7558 #: ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898
7559 #: ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5104
7560 #: ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:6830
7561 #: ../src/guestfs-actions.pod:6844
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:2060 ../src/guestfs-actions.pod:3070
7706 #: ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160
7707 #: ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6527
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:4635
7741 #: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4731
7742 #: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925
7743 #: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6450
7744 #: ../src/guestfs-actions.pod:6856
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:4149
7830 #: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353
7831 #: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:669
7832 #: ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2913
7833 #: ../fish/guestfish-actions.pod:2923 ../fish/guestfish-actions.pod:2933
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:3257
7865 #: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253
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:1535
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:1684
8059 #: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6522
8060 #: ../src/guestfs-actions.pod:6556 ../src/guestfs-actions.pod:7035
8061 #: ../src/guestfs-actions.pod:7054
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:3925
8072 #: ../src/guestfs-actions.pod:5131 ../src/guestfs-actions.pod:6763
8073 #: ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6869
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:4598
8108 #: ../src/guestfs-actions.pod:4975
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:2263
8209 #: ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355
8210 #: ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4498
8211 #: ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:6284
8212 #: ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915
8213 #: ../src/guestfs-actions.pod:6928
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:6516
8304 #: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4348
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:6561
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:2071
8524 #: ../src/guestfs-actions.pod:5764
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:2201
8558 #: ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376
8559 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404
8560 #: ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472
8561 #: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418
8562 #: ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445
8563 #: ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4433
8564 #: ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5358
8565 #: ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6140
8566 #: ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6166
8567 #: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6201
8568 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6227
8569 #: ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7017
8570 #: ../src/guestfs-actions.pod:7102 ../src/guestfs-actions.pod:7121
8571 #: ../src/guestfs-actions.pod:7167 ../src/guestfs-actions.pod:7186
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 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1522
8849 msgid ""
8850 "This command can also be used on C</dev/> devices (and partitions, LV "
8851 "names).  You can for example use this to determine if a device contains a "
8852 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8853 msgstr ""
8854
8855 # type: textblock
8856 #. type: textblock
8857 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
8858 msgid ""
8859 "If the C<path> does not begin with C</dev/> then this command only works for "
8860 "the content of regular files.  For other file types (directory, symbolic "
8861 "link etc) it will just return the string C<directory> etc."
8862 msgstr ""
8863
8864 # type: =head2
8865 #. type: =head2
8866 #: ../src/guestfs-actions.pod:1537
8867 msgid "guestfs_file_architecture"
8868 msgstr ""
8869
8870 # type: verbatim
8871 #. type: verbatim
8872 #: ../src/guestfs-actions.pod:1539
8873 #, no-wrap
8874 msgid ""
8875 " char *\n"
8876 " guestfs_file_architecture (guestfs_h *g,\n"
8877 "                            const char *filename);\n"
8878 "\n"
8879 msgstr ""
8880
8881 # type: textblock
8882 #. type: textblock
8883 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
8884 msgid ""
8885 "This detects the architecture of the binary C<filename>, and returns it if "
8886 "known."
8887 msgstr ""
8888
8889 # type: textblock
8890 #. type: textblock
8891 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
8892 msgid "Currently defined architectures are:"
8893 msgstr ""
8894
8895 # type: =item
8896 #. type: =item
8897 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
8898 msgid "\"i386\""
8899 msgstr ""
8900
8901 # type: textblock
8902 #. type: textblock
8903 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8904 msgid ""
8905 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8906 "irrespective of the precise processor requirements of the binary."
8907 msgstr ""
8908
8909 # type: =item
8910 #. type: =item
8911 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
8912 msgid "\"x86_64\""
8913 msgstr ""
8914
8915 # type: textblock
8916 #. type: textblock
8917 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
8918 msgid "64 bit x86-64."
8919 msgstr ""
8920
8921 # type: =item
8922 #. type: =item
8923 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
8924 msgid "\"sparc\""
8925 msgstr ""
8926
8927 # type: textblock
8928 #. type: textblock
8929 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
8930 msgid "32 bit SPARC."
8931 msgstr ""
8932
8933 # type: =item
8934 #. type: =item
8935 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
8936 msgid "\"sparc64\""
8937 msgstr ""
8938
8939 # type: textblock
8940 #. type: textblock
8941 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
8942 msgid "64 bit SPARC V9 and above."
8943 msgstr ""
8944
8945 # type: =item
8946 #. type: =item
8947 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
8948 msgid "\"ia64\""
8949 msgstr ""
8950
8951 # type: textblock
8952 #. type: textblock
8953 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
8954 msgid "Intel Itanium."
8955 msgstr ""
8956
8957 # type: =item
8958 #. type: =item
8959 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
8960 msgid "\"ppc\""
8961 msgstr ""
8962
8963 # type: textblock
8964 #. type: textblock
8965 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
8966 msgid "32 bit Power PC."
8967 msgstr ""
8968
8969 # type: =item
8970 #. type: =item
8971 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
8972 msgid "\"ppc64\""
8973 msgstr ""
8974
8975 # type: textblock
8976 #. type: textblock
8977 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
8978 msgid "64 bit Power PC."
8979 msgstr ""
8980
8981 # type: textblock
8982 #. type: textblock
8983 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
8984 msgid "Libguestfs may return other architecture strings in future."
8985 msgstr ""
8986
8987 # type: textblock
8988 #. type: textblock
8989 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
8990 msgid "The function works on at least the following types of files:"
8991 msgstr ""
8992
8993 # type: textblock
8994 #. type: textblock
8995 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
8996 msgid "many types of Un*x and Linux binary"
8997 msgstr ""
8998
8999 # type: textblock
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
9002 msgid "many types of Un*x and Linux shared library"
9003 msgstr ""
9004
9005 # type: textblock
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
9008 msgid "Windows Win32 and Win64 binaries"
9009 msgstr ""
9010
9011 # type: textblock
9012 #. type: textblock
9013 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
9014 msgid "Windows Win32 and Win64 DLLs"
9015 msgstr ""
9016
9017 # type: textblock
9018 #. type: textblock
9019 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
9020 msgid "Win32 binaries and DLLs return C<i386>."
9021 msgstr ""
9022
9023 # type: textblock
9024 #. type: textblock
9025 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
9026 msgid "Win64 binaries and DLLs return C<x86_64>."
9027 msgstr ""
9028
9029 # type: textblock
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
9032 msgid "Linux kernel modules"
9033 msgstr ""
9034
9035 # type: textblock
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
9038 msgid "Linux new-style initrd images"
9039 msgstr ""
9040
9041 # type: textblock
9042 #. type: textblock
9043 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
9044 msgid "some non-x86 Linux vmlinuz kernels"
9045 msgstr ""
9046
9047 # type: textblock
9048 #. type: textblock
9049 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
9050 msgid "What it can't do currently:"
9051 msgstr ""
9052
9053 # type: textblock
9054 #. type: textblock
9055 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
9056 msgid "static libraries (libfoo.a)"
9057 msgstr ""
9058
9059 # type: textblock
9060 #. type: textblock
9061 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
9062 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9063 msgstr ""
9064
9065 # type: textblock
9066 #. type: textblock
9067 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
9068 msgid "x86 Linux vmlinuz kernels"
9069 msgstr ""
9070
9071 # type: textblock
9072 #. type: textblock
9073 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
9074 msgid ""
9075 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9076 "compressed code, and are horribly hard to unpack.  If you want to find the "
9077 "architecture of a kernel, use the architecture of the associated initrd or "
9078 "kernel module(s) instead."
9079 msgstr ""
9080
9081 # type: textblock
9082 #. type: textblock
9083 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810
9084 #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508
9085 #: ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615
9086 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685
9087 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806
9088 #: ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041
9089 #: ../src/guestfs-actions.pod:3173
9090 msgid "(Added in 1.5.3)"
9091 msgstr ""
9092
9093 # type: =head2
9094 #. type: =head2
9095 #: ../src/guestfs-actions.pod:1649
9096 msgid "guestfs_filesize"
9097 msgstr ""
9098
9099 # type: verbatim
9100 #. type: verbatim
9101 #: ../src/guestfs-actions.pod:1651
9102 #, no-wrap
9103 msgid ""
9104 " int64_t\n"
9105 " guestfs_filesize (guestfs_h *g,\n"
9106 "                   const char *file);\n"
9107 "\n"
9108 msgstr ""
9109
9110 # type: textblock
9111 #. type: textblock
9112 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
9113 msgid "This command returns the size of C<file> in bytes."
9114 msgstr ""
9115
9116 # type: textblock
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:1657
9119 msgid ""
9120 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9121 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9122 "devices, use C<guestfs_blockdev_getsize64>."
9123 msgstr ""
9124
9125 # type: textblock
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:1663
9128 msgid "(Added in 1.0.82)"
9129 msgstr ""
9130
9131 # type: =head2
9132 #. type: =head2
9133 #: ../src/guestfs-actions.pod:1665
9134 msgid "guestfs_fill"
9135 msgstr ""
9136
9137 # type: verbatim
9138 #. type: verbatim
9139 #: ../src/guestfs-actions.pod:1667
9140 #, no-wrap
9141 msgid ""
9142 " int\n"
9143 " guestfs_fill (guestfs_h *g,\n"
9144 "               int c,\n"
9145 "               int len,\n"
9146 "               const char *path);\n"
9147 "\n"
9148 msgstr ""
9149
9150 # type: textblock
9151 #. type: textblock
9152 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
9153 msgid ""
9154 "This command creates a new file called C<path>.  The initial content of the "
9155 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9156 "[0..255]>."
9157 msgstr ""
9158
9159 # type: textblock
9160 #. type: textblock
9161 #: ../src/guestfs-actions.pod:1677
9162 msgid ""
9163 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9164 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9165 "bytes use C<guestfs_fill_pattern>."
9166 msgstr ""
9167
9168 # type: textblock
9169 #. type: textblock
9170 #: ../src/guestfs-actions.pod:1689
9171 msgid "(Added in 1.0.79)"
9172 msgstr ""
9173
9174 # type: =head2
9175 #. type: =head2
9176 #: ../src/guestfs-actions.pod:1691
9177 msgid "guestfs_fill_pattern"
9178 msgstr ""
9179
9180 # type: verbatim
9181 #. type: verbatim
9182 #: ../src/guestfs-actions.pod:1693
9183 #, no-wrap
9184 msgid ""
9185 " int\n"
9186 " guestfs_fill_pattern (guestfs_h *g,\n"
9187 "                       const char *pattern,\n"
9188 "                       int len,\n"
9189 "                       const char *path);\n"
9190 "\n"
9191 msgstr ""
9192
9193 # type: textblock
9194 #. type: textblock
9195 #: ../src/guestfs-actions.pod:1699
9196 msgid ""
9197 "This function is like C<guestfs_fill> except that it creates a new file of "
9198 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9199 "pattern is truncated if necessary to ensure the length of the file is "
9200 "exactly C<len> bytes."
9201 msgstr ""
9202
9203 # type: textblock
9204 #. type: textblock
9205 #: ../src/guestfs-actions.pod:1711
9206 msgid "(Added in 1.3.12)"
9207 msgstr ""
9208
9209 # type: =head2
9210 #. type: =head2
9211 #: ../src/guestfs-actions.pod:1713
9212 msgid "guestfs_find"
9213 msgstr ""
9214
9215 # type: verbatim
9216 #. type: verbatim
9217 #: ../src/guestfs-actions.pod:1715
9218 #, no-wrap
9219 msgid ""
9220 " char **\n"
9221 " guestfs_find (guestfs_h *g,\n"
9222 "               const char *directory);\n"
9223 "\n"
9224 msgstr ""
9225
9226 # type: textblock
9227 #. type: textblock
9228 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
9229 msgid ""
9230 "This command lists out all files and directories, recursively, starting at "
9231 "C<directory>.  It is essentially equivalent to running the shell command "
9232 "C<find directory -print> but some post-processing happens on the output, "
9233 "described below."
9234 msgstr ""
9235
9236 # type: textblock
9237 #. type: textblock
9238 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
9239 msgid ""
9240 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9241 "structure was:"
9242 msgstr ""
9243
9244 # type: verbatim
9245 #. type: verbatim
9246 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
9247 #, no-wrap
9248 msgid ""
9249 " /tmp/a\n"
9250 " /tmp/b\n"
9251 " /tmp/c/d\n"
9252 "\n"
9253 msgstr ""
9254
9255 # type: textblock
9256 #. type: textblock
9257 #: ../src/guestfs-actions.pod:1731
9258 msgid ""
9259 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9260 msgstr ""
9261
9262 # type: verbatim
9263 #. type: verbatim
9264 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
9265 #, no-wrap
9266 msgid ""
9267 " a\n"
9268 " b\n"
9269 " c\n"
9270 " c/d\n"
9271 "\n"
9272 msgstr ""
9273
9274 # type: textblock
9275 #. type: textblock
9276 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
9277 msgid "If C<directory> is not a directory, then this command returns an error."
9278 msgstr ""
9279
9280 # type: textblock
9281 #. type: textblock
9282 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
9283 msgid "The returned list is sorted."
9284 msgstr ""
9285
9286 # type: textblock
9287 #. type: textblock
9288 #: ../src/guestfs-actions.pod:1744
9289 msgid "See also C<guestfs_find0>."
9290 msgstr ""
9291
9292 # type: textblock
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862
9295 #: ../src/guestfs-actions.pod:5393
9296 msgid "(Added in 1.0.27)"
9297 msgstr ""
9298
9299 # type: =head2
9300 #. type: =head2
9301 #: ../src/guestfs-actions.pod:1755
9302 msgid "guestfs_find0"
9303 msgstr ""
9304
9305 # type: verbatim
9306 #. type: verbatim
9307 #: ../src/guestfs-actions.pod:1757
9308 #, no-wrap
9309 msgid ""
9310 " int\n"
9311 " guestfs_find0 (guestfs_h *g,\n"
9312 "                const char *directory,\n"
9313 "                const char *files);\n"
9314 "\n"
9315 msgstr ""
9316
9317 # type: textblock
9318 #. type: textblock
9319 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
9320 msgid ""
9321 "This command lists out all files and directories, recursively, starting at "
9322 "C<directory>, placing the resulting list in the external file called "
9323 "C<files>."
9324 msgstr ""
9325
9326 # type: textblock
9327 #. type: textblock
9328 #: ../src/guestfs-actions.pod:1766
9329 msgid ""
9330 "This command works the same way as C<guestfs_find> with the following "
9331 "exceptions:"
9332 msgstr ""
9333
9334 # type: textblock
9335 #. type: textblock
9336 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
9337 msgid "The resulting list is written to an external file."
9338 msgstr ""
9339
9340 # type: textblock
9341 #. type: textblock
9342 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
9343 msgid ""
9344 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9345 "L<find(1)> option I<-print0>."
9346 msgstr ""
9347
9348 # type: textblock
9349 #. type: textblock
9350 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
9351 msgid "This command is not limited in the number of names that it can return."
9352 msgstr ""
9353
9354 # type: textblock
9355 #. type: textblock
9356 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
9357 msgid "The result list is not sorted."
9358 msgstr ""
9359
9360 # type: textblock
9361 #. type: textblock
9362 #: ../src/guestfs-actions.pod:1793
9363 msgid "(Added in 1.0.74)"
9364 msgstr ""
9365
9366 # type: =head2
9367 #. type: =head2
9368 #: ../src/guestfs-actions.pod:1795
9369 msgid "guestfs_findfs_label"
9370 msgstr ""
9371
9372 # type: verbatim
9373 #. type: verbatim
9374 #: ../src/guestfs-actions.pod:1797
9375 #, no-wrap
9376 msgid ""
9377 " char *\n"
9378 " guestfs_findfs_label (guestfs_h *g,\n"
9379 "                       const char *label);\n"
9380 "\n"
9381 msgstr ""
9382
9383 # type: textblock
9384 #. type: textblock
9385 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
9386 msgid ""
9387 "This command searches the filesystems and returns the one which has the "
9388 "given label.  An error is returned if no such filesystem can be found."
9389 msgstr ""
9390
9391 # type: textblock
9392 #. type: textblock
9393 #: ../src/guestfs-actions.pod:1805
9394 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9395 msgstr ""
9396
9397 # type: =head2
9398 #. type: =head2
9399 #: ../src/guestfs-actions.pod:1812
9400 msgid "guestfs_findfs_uuid"
9401 msgstr ""
9402
9403 # type: verbatim
9404 #. type: verbatim
9405 #: ../src/guestfs-actions.pod:1814
9406 #, no-wrap
9407 msgid ""
9408 " char *\n"
9409 " guestfs_findfs_uuid (guestfs_h *g,\n"
9410 "                      const char *uuid);\n"
9411 "\n"
9412 msgstr ""
9413
9414 # type: textblock
9415 #. type: textblock
9416 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
9417 msgid ""
9418 "This command searches the filesystems and returns the one which has the "
9419 "given UUID.  An error is returned if no such filesystem can be found."
9420 msgstr ""
9421
9422 # type: textblock
9423 #. type: textblock
9424 #: ../src/guestfs-actions.pod:1822
9425 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9426 msgstr ""
9427
9428 # type: =head2
9429 #. type: =head2
9430 #: ../src/guestfs-actions.pod:1829
9431 msgid "guestfs_fsck"
9432 msgstr ""
9433
9434 # type: verbatim
9435 #. type: verbatim
9436 #: ../src/guestfs-actions.pod:1831
9437 #, no-wrap
9438 msgid ""
9439 " int\n"
9440 " guestfs_fsck (guestfs_h *g,\n"
9441 "               const char *fstype,\n"
9442 "               const char *device);\n"
9443 "\n"
9444 msgstr ""
9445
9446 # type: textblock
9447 #. type: textblock
9448 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
9449 msgid ""
9450 "This runs the filesystem checker (fsck) on C<device> which should have "
9451 "filesystem type C<fstype>."
9452 msgstr ""
9453
9454 # type: textblock
9455 #. type: textblock
9456 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
9457 msgid ""
9458 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9459 "codes from C<fsck>."
9460 msgstr ""
9461
9462 # type: textblock
9463 #. type: textblock
9464 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
9465 msgid "Multiple status codes can be summed together."
9466 msgstr ""
9467
9468 # type: textblock
9469 #. type: textblock
9470 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
9471 msgid ""
9472 "A non-zero return code can mean \"success\", for example if errors have been "
9473 "corrected on the filesystem."
9474 msgstr ""
9475
9476 # type: textblock
9477 #. type: textblock
9478 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
9479 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9480 msgstr ""
9481
9482 # type: textblock
9483 #. type: textblock
9484 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
9485 msgid ""
9486 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9487 msgstr ""
9488
9489 # type: textblock
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7040
9492 msgid "(Added in 1.0.16)"
9493 msgstr ""
9494
9495 # type: =head2
9496 #. type: =head2
9497 #: ../src/guestfs-actions.pod:1868
9498 msgid "guestfs_get_append"
9499 msgstr ""
9500
9501 # type: verbatim
9502 #. type: verbatim
9503 #: ../src/guestfs-actions.pod:1870
9504 #, no-wrap
9505 msgid ""
9506 " const char *\n"
9507 " guestfs_get_append (guestfs_h *g);\n"
9508 "\n"
9509 msgstr ""
9510
9511 # type: textblock
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
9514 msgid ""
9515 "Return the additional kernel options which are added to the guest kernel "
9516 "command line."
9517 msgstr ""
9518
9519 # type: textblock
9520 #. type: textblock
9521 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
9522 msgid "If C<NULL> then no options are added."
9523 msgstr ""
9524
9525 # type: textblock
9526 #. type: textblock
9527 #: ../src/guestfs-actions.pod:1878
9528 msgid ""
9529 "This function returns a string which may be NULL.  There is no way to return "
9530 "an error from this function.  The string is owned by the guest handle and "
9531 "must I<not> be freed."
9532 msgstr ""
9533
9534 # type: textblock
9535 #. type: textblock
9536 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5071
9537 #: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5902
9538 #: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937
9539 #: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:6711
9540 #: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:7083
9541 msgid "(Added in 1.0.26)"
9542 msgstr ""
9543
9544 # type: =head2
9545 #. type: =head2
9546 #: ../src/guestfs-actions.pod:1884
9547 msgid "guestfs_get_autosync"
9548 msgstr ""
9549
9550 # type: verbatim
9551 #. type: verbatim
9552 #: ../src/guestfs-actions.pod:1886
9553 #, no-wrap
9554 msgid ""
9555 " int\n"
9556 " guestfs_get_autosync (guestfs_h *g);\n"
9557 "\n"
9558 msgstr ""
9559
9560 # type: textblock
9561 #. type: textblock
9562 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
9563 msgid "Get the autosync flag."
9564 msgstr ""
9565
9566 # type: =head2
9567 #. type: =head2
9568 #: ../src/guestfs-actions.pod:1895
9569 msgid "guestfs_get_direct"
9570 msgstr ""
9571
9572 # type: verbatim
9573 #. type: verbatim
9574 #: ../src/guestfs-actions.pod:1897
9575 #, no-wrap
9576 msgid ""
9577 " int\n"
9578 " guestfs_get_direct (guestfs_h *g);\n"
9579 "\n"
9580 msgstr ""
9581
9582 # type: textblock
9583 #. type: textblock
9584 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
9585 msgid "Return the direct appliance mode flag."
9586 msgstr ""
9587
9588 # type: textblock
9589 #. type: textblock
9590 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5575
9591 msgid "(Added in 1.0.72)"
9592 msgstr ""
9593
9594 # type: =head2
9595 #. type: =head2
9596 #: ../src/guestfs-actions.pod:1906
9597 msgid "guestfs_get_e2label"
9598 msgstr ""
9599
9600 # type: verbatim
9601 #. type: verbatim
9602 #: ../src/guestfs-actions.pod:1908
9603 #, no-wrap
9604 msgid ""
9605 " char *\n"
9606 " guestfs_get_e2label (guestfs_h *g,\n"
9607 "                      const char *device);\n"
9608 "\n"
9609 msgstr ""
9610
9611 # type: textblock
9612 #. type: textblock
9613 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
9614 msgid ""
9615 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9616 msgstr ""
9617
9618 # type: textblock
9619 #. type: textblock
9620 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
9621 msgid ""
9622 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9623 msgstr ""
9624
9625 # type: textblock
9626 #. type: textblock
9627 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946
9628 #: ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5612
9629 msgid "(Added in 1.0.15)"
9630 msgstr ""
9631
9632 # type: =head2
9633 #. type: =head2
9634 #: ../src/guestfs-actions.pod:1927
9635 msgid "guestfs_get_e2uuid"
9636 msgstr ""
9637
9638 # type: verbatim
9639 #. type: verbatim
9640 #: ../src/guestfs-actions.pod:1929
9641 #, no-wrap
9642 msgid ""
9643 " char *\n"
9644 " guestfs_get_e2uuid (guestfs_h *g,\n"
9645 "                     const char *device);\n"
9646 "\n"
9647 msgstr ""
9648
9649 # type: textblock
9650 #. type: textblock
9651 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
9652 msgid ""
9653 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9654 msgstr ""
9655
9656 # type: textblock
9657 #. type: textblock
9658 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
9659 msgid ""
9660 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9661 msgstr ""
9662
9663 # type: =head2
9664 #. type: =head2
9665 #: ../src/guestfs-actions.pod:1948
9666 msgid "guestfs_get_memsize"
9667 msgstr ""
9668
9669 # type: verbatim
9670 #. type: verbatim
9671 #: ../src/guestfs-actions.pod:1950
9672 #, no-wrap
9673 msgid ""
9674 " int\n"
9675 " guestfs_get_memsize (guestfs_h *g);\n"
9676 "\n"
9677 msgstr ""
9678
9679 # type: textblock
9680 #. type: textblock
9681 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
9682 msgid ""
9683 "This gets the memory size in megabytes allocated to the qemu subprocess."
9684 msgstr ""
9685
9686 # type: textblock
9687 #. type: textblock
9688 #: ../src/guestfs-actions.pod:1956
9689 msgid ""
9690 "If C<guestfs_set_memsize> was not called on this handle, and if "
9691 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9692 "value for memsize."
9693 msgstr ""
9694
9695 # type: textblock
9696 #. type: textblock
9697 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041
9698 #: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5735
9699 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386
9700 #: ../fish/guestfish-actions.pod:3755 ../fish/guestfish-actions.pod:3842
9701 msgid ""
9702 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9703 msgstr ""
9704
9705 # type: textblock
9706 #. type: textblock
9707 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153
9708 #: ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357
9709 #: ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388
9710 #: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418
9711 #: ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5633
9712 #: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6477
9713 msgid "(Added in 1.0.55)"
9714 msgstr ""
9715
9716 # type: =head2
9717 #. type: =head2
9718 #: ../src/guestfs-actions.pod:1967
9719 msgid "guestfs_get_network"
9720 msgstr ""
9721
9722 # type: verbatim
9723 #. type: verbatim
9724 #: ../src/guestfs-actions.pod:1969
9725 #, no-wrap
9726 msgid ""
9727 " int\n"
9728 " guestfs_get_network (guestfs_h *g);\n"
9729 "\n"
9730 msgstr ""
9731
9732 # type: textblock
9733 #. type: textblock
9734 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
9735 msgid "This returns the enable network flag."
9736 msgstr ""
9737
9738 # type: textblock
9739 #. type: textblock
9740 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5652
9741 msgid "(Added in 1.5.4)"
9742 msgstr ""
9743
9744 # type: =head2
9745 #. type: =head2
9746 #: ../src/guestfs-actions.pod:1978
9747 msgid "guestfs_get_path"
9748 msgstr ""
9749
9750 # type: verbatim
9751 #. type: verbatim
9752 #: ../src/guestfs-actions.pod:1980
9753 #, no-wrap
9754 msgid ""
9755 " const char *\n"
9756 " guestfs_get_path (guestfs_h *g);\n"
9757 "\n"
9758 msgstr ""
9759
9760 # type: textblock
9761 #. type: textblock
9762 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
9763 msgid "Return the current search path."
9764 msgstr ""
9765
9766 # type: textblock
9767 #. type: textblock
9768 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
9769 msgid ""
9770 "This is always non-NULL.  If it wasn't set already, then this will return "
9771 "the default path."
9772 msgstr ""
9773
9774 # type: textblock
9775 #. type: textblock
9776 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
9777 msgid ""
9778 "This function returns a string, or NULL on error.  The string is owned by "
9779 "the guest handle and must I<not> be freed."
9780 msgstr ""
9781
9782 # type: =head2
9783 #. type: =head2
9784 #: ../src/guestfs-actions.pod:1993
9785 msgid "guestfs_get_pid"
9786 msgstr ""
9787
9788 # type: verbatim
9789 #. type: verbatim
9790 #: ../src/guestfs-actions.pod:1995
9791 #, no-wrap
9792 msgid ""
9793 " int\n"
9794 " guestfs_get_pid (guestfs_h *g);\n"
9795 "\n"
9796 msgstr ""
9797
9798 # type: textblock
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
9801 msgid ""
9802 "Return the process ID of the qemu subprocess.  If there is no qemu "
9803 "subprocess, then this will return an error."
9804 msgstr ""
9805
9806 # type: textblock
9807 #. type: textblock
9808 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
9809 msgid "This is an internal call used for debugging and testing."
9810 msgstr ""
9811
9812 # type: textblock
9813 #. type: textblock
9814 #: ../src/guestfs-actions.pod:2005
9815 msgid "(Added in 1.0.56)"
9816 msgstr ""
9817
9818 # type: =head2
9819 #. type: =head2
9820 #: ../src/guestfs-actions.pod:2007
9821 msgid "guestfs_get_qemu"
9822 msgstr ""
9823
9824 # type: verbatim
9825 #. type: verbatim
9826 #: ../src/guestfs-actions.pod:2009
9827 #, no-wrap
9828 msgid ""
9829 " const char *\n"
9830 " guestfs_get_qemu (guestfs_h *g);\n"
9831 "\n"
9832 msgstr ""
9833
9834 # type: textblock
9835 #. type: textblock
9836 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
9837 msgid "Return the current qemu binary."
9838 msgstr ""
9839
9840 # type: textblock
9841 #. type: textblock
9842 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
9843 msgid ""
9844 "This is always non-NULL.  If it wasn't set already, then this will return "
9845 "the default qemu binary name."
9846 msgstr ""
9847
9848 # type: textblock
9849 #. type: textblock
9850 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5697
9851 msgid "(Added in 1.0.6)"
9852 msgstr ""
9853
9854 # type: =head2
9855 #. type: =head2
9856 #: ../src/guestfs-actions.pod:2022
9857 msgid "guestfs_get_recovery_proc"
9858 msgstr ""
9859
9860 # type: verbatim
9861 #. type: verbatim
9862 #: ../src/guestfs-actions.pod:2024
9863 #, no-wrap
9864 msgid ""
9865 " int\n"
9866 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9867 "\n"
9868 msgstr ""
9869
9870 # type: textblock
9871 #. type: textblock
9872 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
9873 msgid "Return the recovery process enabled flag."
9874 msgstr ""
9875
9876 # type: textblock
9877 #. type: textblock
9878 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263
9879 #: ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960
9880 #: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:5001
9881 #: ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5721
9882 #: ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6400
9883 #: ../src/guestfs-actions.pod:6592
9884 msgid "(Added in 1.0.77)"
9885 msgstr ""
9886
9887 # type: =head2
9888 #. type: =head2
9889 #: ../src/guestfs-actions.pod:2033
9890 msgid "guestfs_get_selinux"
9891 msgstr ""
9892
9893 # type: verbatim
9894 #. type: verbatim
9895 #: ../src/guestfs-actions.pod:2035
9896 #, no-wrap
9897 msgid ""
9898 " int\n"
9899 " guestfs_get_selinux (guestfs_h *g);\n"
9900 "\n"
9901 msgstr ""
9902
9903 # type: textblock
9904 #. type: textblock
9905 #: ../src/guestfs-actions.pod:2038
9906 msgid ""
9907 "This returns the current setting of the selinux flag which is passed to the "
9908 "appliance at boot time.  See C<guestfs_set_selinux>."
9909 msgstr ""
9910
9911 # type: textblock
9912 #. type: textblock
9913 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109
9914 #: ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5794
9915 msgid "(Added in 1.0.67)"
9916 msgstr ""
9917
9918 # type: =head2
9919 #. type: =head2
9920 #: ../src/guestfs-actions.pod:2048
9921 msgid "guestfs_get_state"
9922 msgstr ""
9923
9924 # type: verbatim
9925 #. type: verbatim
9926 #: ../src/guestfs-actions.pod:2050
9927 #, no-wrap
9928 msgid ""
9929 " int\n"
9930 " guestfs_get_state (guestfs_h *g);\n"
9931 "\n"
9932 msgstr ""
9933
9934 # type: textblock
9935 #. type: textblock
9936 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
9937 msgid ""
9938 "This returns the current state as an opaque integer.  This is only useful "
9939 "for printing debug and internal error messages."
9940 msgstr ""
9941
9942 # type: textblock
9943 #. type: textblock
9944 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066
9945 #: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156
9946 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396
9947 #: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153
9948 #: ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207
9949 msgid "For more information on states, see L<guestfs(3)>."
9950 msgstr ""
9951
9952 # type: =head2
9953 #. type: =head2
9954 #: ../src/guestfs-actions.pod:2062
9955 msgid "guestfs_get_trace"
9956 msgstr ""
9957
9958 # type: verbatim
9959 #. type: verbatim
9960 #: ../src/guestfs-actions.pod:2064
9961 #, no-wrap
9962 msgid ""
9963 " int\n"
9964 " guestfs_get_trace (guestfs_h *g);\n"
9965 "\n"
9966 msgstr ""
9967
9968 # type: textblock
9969 #. type: textblock
9970 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
9971 msgid "Return the command trace flag."
9972 msgstr ""
9973
9974 # type: =head2
9975 #. type: =head2
9976 #: ../src/guestfs-actions.pod:2073
9977 msgid "guestfs_get_umask"
9978 msgstr ""
9979
9980 # type: verbatim
9981 #. type: verbatim
9982 #: ../src/guestfs-actions.pod:2075
9983 #, no-wrap
9984 msgid ""
9985 " int\n"
9986 " guestfs_get_umask (guestfs_h *g);\n"
9987 "\n"
9988 msgstr ""
9989
9990 # type: textblock
9991 #. type: textblock
9992 #: ../src/guestfs-actions.pod:2078
9993 msgid ""
9994 "Return the current umask.  By default the umask is C<022> unless it has been "
9995 "set by calling C<guestfs_umask>."
9996 msgstr ""
9997
9998 # type: =head2
9999 #. type: =head2
10000 #: ../src/guestfs-actions.pod:2085
10001 msgid "guestfs_get_verbose"
10002 msgstr ""
10003
10004 # type: verbatim
10005 #. type: verbatim
10006 #: ../src/guestfs-actions.pod:2087
10007 #, no-wrap
10008 msgid ""
10009 " int\n"
10010 " guestfs_get_verbose (guestfs_h *g);\n"
10011 "\n"
10012 msgstr ""
10013
10014 # type: textblock
10015 #. type: textblock
10016 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
10017 msgid "This returns the verbose messages flag."
10018 msgstr ""
10019
10020 # type: =head2
10021 #. type: =head2
10022 #: ../src/guestfs-actions.pod:2096
10023 msgid "guestfs_getcon"
10024 msgstr ""
10025
10026 # type: verbatim
10027 #. type: verbatim
10028 #: ../src/guestfs-actions.pod:2098
10029 #, no-wrap
10030 msgid ""
10031 " char *\n"
10032 " guestfs_getcon (guestfs_h *g);\n"
10033 "\n"
10034 msgstr ""
10035
10036 # type: textblock
10037 #. type: textblock
10038 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
10039 msgid "This gets the SELinux security context of the daemon."
10040 msgstr ""
10041
10042 # type: textblock
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:2103
10045 msgid ""
10046 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10047 msgstr ""
10048
10049 # type: =head2
10050 #. type: =head2
10051 #: ../src/guestfs-actions.pod:2111
10052 msgid "guestfs_getxattr"
10053 msgstr ""
10054
10055 # type: verbatim
10056 #. type: verbatim
10057 #: ../src/guestfs-actions.pod:2113
10058 #, no-wrap
10059 msgid ""
10060 " char *\n"
10061 " guestfs_getxattr (guestfs_h *g,\n"
10062 "                   const char *path,\n"
10063 "                   const char *name,\n"
10064 "                   size_t *size_r);\n"
10065 "\n"
10066 msgstr ""
10067
10068 # type: textblock
10069 #. type: textblock
10070 #: ../src/guestfs-actions.pod:2119
10071 msgid ""
10072 "Get a single extended attribute from file C<path> named C<name>.  This call "
10073 "follows symlinks.  If you want to lookup an extended attribute for the "
10074 "symlink itself, use C<guestfs_lgetxattr>."
10075 msgstr ""
10076
10077 # type: textblock
10078 #. type: textblock
10079 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277
10080 msgid ""
10081 "Normally it is better to get all extended attributes from a file in one go "
10082 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10083 "implementations are buggy and do not provide a way to list out attributes.  "
10084 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10085 "extended attributes you want in advance and call this function."
10086 msgstr ""
10087
10088 # type: textblock
10089 #. type: textblock
10090 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284
10091 #: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272
10092 msgid ""
10093 "Extended attribute values are blobs of binary data.  If there is no extended "
10094 "attribute named C<name>, this returns an error."
10095 msgstr ""
10096
10097 # type: textblock
10098 #. type: textblock
10099 #: ../src/guestfs-actions.pod:2133
10100 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10101 msgstr ""
10102
10103 # type: textblock
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326
10106 #: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4994
10107 #: ../src/guestfs-actions.pod:5020 ../src/guestfs-actions.pod:5201
10108 msgid ""
10109 "This function returns a buffer, or NULL on error.  The size of the returned "
10110 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10111 "after use>."
10112 msgstr ""
10113
10114 #. type: textblock
10115 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3293
10116 msgid "(Added in 1.7.24)"
10117 msgstr ""
10118
10119 # type: =head2
10120 #. type: =head2
10121 #: ../src/guestfs-actions.pod:2141
10122 msgid "guestfs_getxattrs"
10123 msgstr ""
10124
10125 # type: verbatim
10126 #. type: verbatim
10127 #: ../src/guestfs-actions.pod:2143
10128 #, no-wrap
10129 msgid ""
10130 " struct guestfs_xattr_list *\n"
10131 " guestfs_getxattrs (guestfs_h *g,\n"
10132 "                    const char *path);\n"
10133 "\n"
10134 msgstr ""
10135
10136 # type: textblock
10137 #. type: textblock
10138 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
10139 msgid ""
10140 "This call lists the extended attributes of the file or directory C<path>."
10141 msgstr ""
10142
10143 # type: textblock
10144 #. type: textblock
10145 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
10146 msgid ""
10147 "At the system call level, this is a combination of the L<listxattr(2)> and "
10148 "L<getxattr(2)> calls."
10149 msgstr ""
10150
10151 # type: textblock
10152 #. type: textblock
10153 #: ../src/guestfs-actions.pod:2153
10154 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10155 msgstr ""
10156
10157 # type: textblock
10158 #. type: textblock
10159 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3305
10160 #: ../src/guestfs-actions.pod:3956
10161 msgid ""
10162 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10163 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10164 msgstr ""
10165
10166 # type: textblock
10167 #. type: textblock
10168 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309
10169 #: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510
10170 #: ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:5813
10171 #: ../src/guestfs-actions.pod:7148
10172 msgid "(Added in 1.0.59)"
10173 msgstr ""
10174
10175 # type: =head2
10176 #. type: =head2
10177 #: ../src/guestfs-actions.pod:2161
10178 msgid "guestfs_glob_expand"
10179 msgstr ""
10180
10181 # type: verbatim
10182 #. type: verbatim
10183 #: ../src/guestfs-actions.pod:2163
10184 #, no-wrap
10185 msgid ""
10186 " char **\n"
10187 " guestfs_glob_expand (guestfs_h *g,\n"
10188 "                      const char *pattern);\n"
10189 "\n"
10190 msgstr ""
10191
10192 # type: textblock
10193 #. type: textblock
10194 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
10195 msgid ""
10196 "This command searches for all the pathnames matching C<pattern> according to "
10197 "the wildcard expansion rules used by the shell."
10198 msgstr ""
10199
10200 # type: textblock
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
10203 msgid ""
10204 "If no paths match, then this returns an empty list (note: not an error)."
10205 msgstr ""
10206
10207 # type: textblock
10208 #. type: textblock
10209 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
10210 msgid ""
10211 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10212 "GLOB_BRACE>.  See that manual page for more details."
10213 msgstr ""
10214
10215 # type: textblock
10216 #. type: textblock
10217 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5978
10218 #: ../src/guestfs-actions.pod:5995
10219 msgid "(Added in 1.0.50)"
10220 msgstr ""
10221
10222 # type: =head2
10223 #. type: =head2
10224 #: ../src/guestfs-actions.pod:2184
10225 msgid "guestfs_grep"
10226 msgstr ""
10227
10228 # type: verbatim
10229 #. type: verbatim
10230 #: ../src/guestfs-actions.pod:2186
10231 #, no-wrap
10232 msgid ""
10233 " char **\n"
10234 " guestfs_grep (guestfs_h *g,\n"
10235 "               const char *regex,\n"
10236 "               const char *path);\n"
10237 "\n"
10238 msgstr ""
10239
10240 # type: textblock
10241 #. type: textblock
10242 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
10243 msgid "This calls the external C<grep> program and returns the matching lines."
10244 msgstr ""
10245
10246 # type: =head2
10247 #. type: =head2
10248 #: ../src/guestfs-actions.pod:2203
10249 msgid "guestfs_grepi"
10250 msgstr ""
10251
10252 # type: verbatim
10253 #. type: verbatim
10254 #: ../src/guestfs-actions.pod:2205
10255 #, no-wrap
10256 msgid ""
10257 " char **\n"
10258 " guestfs_grepi (guestfs_h *g,\n"
10259 "                const char *regex,\n"
10260 "                const char *path);\n"
10261 "\n"
10262 msgstr ""
10263
10264 # type: textblock
10265 #. type: textblock
10266 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
10267 msgid ""
10268 "This calls the external C<grep -i> program and returns the matching lines."
10269 msgstr ""
10270
10271 # type: =head2
10272 #. type: =head2
10273 #: ../src/guestfs-actions.pod:2222
10274 msgid "guestfs_grub_install"
10275 msgstr ""
10276
10277 # type: verbatim
10278 #. type: verbatim
10279 #: ../src/guestfs-actions.pod:2224
10280 #, no-wrap
10281 msgid ""
10282 " int\n"
10283 " guestfs_grub_install (guestfs_h *g,\n"
10284 "                       const char *root,\n"
10285 "                       const char *device);\n"
10286 "\n"
10287 msgstr ""
10288
10289 # type: textblock
10290 #. type: textblock
10291 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
10292 msgid ""
10293 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10294 "the root directory being C<root>."
10295 msgstr ""
10296
10297 # type: textblock
10298 #. type: textblock
10299 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
10300 msgid ""
10301 "Note: If grub-install reports the error \"No suitable drive was found in the "
10302 "generated device map.\" it may be that you need to create a C</boot/grub/"
10303 "device.map> file first that contains the mapping between grub device names "
10304 "and Linux device names.  It is usually sufficient to create a file "
10305 "containing:"
10306 msgstr ""
10307
10308 # type: verbatim
10309 #. type: verbatim
10310 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
10311 #, no-wrap
10312 msgid ""
10313 " (hd0) /dev/vda\n"
10314 "\n"
10315 msgstr ""
10316
10317 # type: textblock
10318 #. type: textblock
10319 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
10320 msgid "replacing C</dev/vda> with the name of the installation device."
10321 msgstr ""
10322
10323 # type: textblock
10324 #. type: textblock
10325 #: ../src/guestfs-actions.pod:2245
10326 msgid "(Added in 1.0.17)"
10327 msgstr ""
10328
10329 # type: =head2
10330 #. type: =head2
10331 #: ../src/guestfs-actions.pod:2247
10332 msgid "guestfs_head"
10333 msgstr ""
10334
10335 # type: verbatim
10336 #. type: verbatim
10337 #: ../src/guestfs-actions.pod:2249
10338 #, no-wrap
10339 msgid ""
10340 " char **\n"
10341 " guestfs_head (guestfs_h *g,\n"
10342 "               const char *path);\n"
10343 "\n"
10344 msgstr ""
10345
10346 # type: textblock
10347 #. type: textblock
10348 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
10349 msgid ""
10350 "This command returns up to the first 10 lines of a file as a list of strings."
10351 msgstr ""
10352
10353 # type: =head2
10354 #. type: =head2
10355 #: ../src/guestfs-actions.pod:2265
10356 msgid "guestfs_head_n"
10357 msgstr ""
10358
10359 # type: verbatim
10360 #. type: verbatim
10361 #: ../src/guestfs-actions.pod:2267
10362 #, no-wrap
10363 msgid ""
10364 " char **\n"
10365 " guestfs_head_n (guestfs_h *g,\n"
10366 "                 int nrlines,\n"
10367 "                 const char *path);\n"
10368 "\n"
10369 msgstr ""
10370
10371 # type: textblock
10372 #. type: textblock
10373 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
10374 msgid ""
10375 "If the parameter C<nrlines> is a positive number, this returns the first "
10376 "C<nrlines> lines of the file C<path>."
10377 msgstr ""
10378
10379 # type: textblock
10380 #. type: textblock
10381 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
10382 msgid ""
10383 "If the parameter C<nrlines> is a negative number, this returns lines from "
10384 "the file C<path>, excluding the last C<nrlines> lines."
10385 msgstr ""
10386
10387 # type: textblock
10388 #. type: textblock
10389 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6275
10390 #: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4188
10391 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10392 msgstr ""
10393
10394 # type: =head2
10395 #. type: =head2
10396 #: ../src/guestfs-actions.pod:2289
10397 msgid "guestfs_hexdump"
10398 msgstr ""
10399
10400 # type: verbatim
10401 #. type: verbatim
10402 #: ../src/guestfs-actions.pod:2291
10403 #, no-wrap
10404 msgid ""
10405 " char *\n"
10406 " guestfs_hexdump (guestfs_h *g,\n"
10407 "                  const char *path);\n"
10408 "\n"
10409 msgstr ""
10410
10411 # type: textblock
10412 #. type: textblock
10413 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
10414 msgid ""
10415 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10416 "readable, canonical hex dump of the file."
10417 msgstr ""
10418
10419 # type: textblock
10420 #. type: textblock
10421 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6059
10422 #: ../src/guestfs-actions.pod:6114
10423 msgid "(Added in 1.0.22)"
10424 msgstr ""
10425
10426 # type: =head2
10427 #. type: =head2
10428 #: ../src/guestfs-actions.pod:2306
10429 msgid "guestfs_initrd_cat"
10430 msgstr ""
10431
10432 # type: verbatim
10433 #. type: verbatim
10434 #: ../src/guestfs-actions.pod:2308
10435 #, no-wrap
10436 msgid ""
10437 " char *\n"
10438 " guestfs_initrd_cat (guestfs_h *g,\n"
10439 "                     const char *initrdpath,\n"
10440 "                     const char *filename,\n"
10441 "                     size_t *size_r);\n"
10442 "\n"
10443 msgstr ""
10444
10445 # type: textblock
10446 #. type: textblock
10447 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
10448 msgid ""
10449 "This command unpacks the file C<filename> from the initrd file called "
10450 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10451 "character."
10452 msgstr ""
10453
10454 # type: textblock
10455 #. type: textblock
10456 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
10457 msgid ""
10458 "For example, in guestfish you could use the following command to examine the "
10459 "boot script (usually called C</init>)  contained in a Linux initrd or "
10460 "initramfs image:"
10461 msgstr ""
10462
10463 # type: verbatim
10464 #. type: verbatim
10465 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
10466 #, no-wrap
10467 msgid ""
10468 " initrd-cat /boot/initrd-<version>.img init\n"
10469 "\n"
10470 msgstr ""
10471
10472 # type: textblock
10473 #. type: textblock
10474 #: ../src/guestfs-actions.pod:2324
10475 msgid "See also C<guestfs_initrd_list>."
10476 msgstr ""
10477
10478 # type: =head2
10479 #. type: =head2
10480 #: ../src/guestfs-actions.pod:2335
10481 msgid "guestfs_initrd_list"
10482 msgstr ""
10483
10484 # type: verbatim
10485 #. type: verbatim
10486 #: ../src/guestfs-actions.pod:2337
10487 #, no-wrap
10488 msgid ""
10489 " char **\n"
10490 " guestfs_initrd_list (guestfs_h *g,\n"
10491 "                      const char *path);\n"
10492 "\n"
10493 msgstr ""
10494
10495 # type: textblock
10496 #. type: textblock
10497 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
10498 msgid "This command lists out files contained in an initrd."
10499 msgstr ""
10500
10501 # type: textblock
10502 #. type: textblock
10503 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
10504 msgid ""
10505 "The files are listed without any initial C</> character.  The files are "
10506 "listed in the order they appear (not necessarily alphabetical).  Directory "
10507 "names are listed as separate items."
10508 msgstr ""
10509
10510 # type: textblock
10511 #. type: textblock
10512 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
10513 msgid ""
10514 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10515 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10516 "files)."
10517 msgstr ""
10518
10519 # type: =head2
10520 #. type: =head2
10521 #: ../src/guestfs-actions.pod:2357
10522 msgid "guestfs_inotify_add_watch"
10523 msgstr ""
10524
10525 # type: verbatim
10526 #. type: verbatim
10527 #: ../src/guestfs-actions.pod:2359
10528 #, no-wrap
10529 msgid ""
10530 " int64_t\n"
10531 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10532 "                            const char *path,\n"
10533 "                            int mask);\n"
10534 "\n"
10535 msgstr ""
10536
10537 # type: textblock
10538 #. type: textblock
10539 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
10540 msgid "Watch C<path> for the events listed in C<mask>."
10541 msgstr ""
10542
10543 # type: textblock
10544 #. type: textblock
10545 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
10546 msgid ""
10547 "Note that if C<path> is a directory then events within that directory are "
10548 "watched, but this does I<not> happen recursively (in subdirectories)."
10549 msgstr ""
10550
10551 # type: textblock
10552 #. type: textblock
10553 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
10554 msgid ""
10555 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10556 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10557 msgstr ""
10558
10559 # type: =head2
10560 #. type: =head2
10561 #: ../src/guestfs-actions.pod:2378
10562 msgid "guestfs_inotify_close"
10563 msgstr ""
10564
10565 # type: verbatim
10566 #. type: verbatim
10567 #: ../src/guestfs-actions.pod:2380
10568 #, no-wrap
10569 msgid ""
10570 " int\n"
10571 " guestfs_inotify_close (guestfs_h *g);\n"
10572 "\n"
10573 msgstr ""
10574
10575 # type: textblock
10576 #. type: textblock
10577 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
10578 msgid ""
10579 "This closes the inotify handle which was previously opened by inotify_init.  "
10580 "It removes all watches, throws away any pending events, and deallocates all "
10581 "resources."
10582 msgstr ""
10583
10584 # type: =head2
10585 #. type: =head2
10586 #: ../src/guestfs-actions.pod:2391
10587 msgid "guestfs_inotify_files"
10588 msgstr ""
10589
10590 # type: verbatim
10591 #. type: verbatim
10592 #: ../src/guestfs-actions.pod:2393
10593 #, no-wrap
10594 msgid ""
10595 " char **\n"
10596 " guestfs_inotify_files (guestfs_h *g);\n"
10597 "\n"
10598 msgstr ""
10599
10600 # type: textblock
10601 #. type: textblock
10602 #: ../src/guestfs-actions.pod:2396
10603 msgid ""
10604 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10605 "returns a list of pathnames of objects that were touched.  The returned "
10606 "pathnames are sorted and deduplicated."
10607 msgstr ""
10608
10609 # type: =head2
10610 #. type: =head2
10611 #: ../src/guestfs-actions.pod:2406
10612 msgid "guestfs_inotify_init"
10613 msgstr ""
10614
10615 # type: verbatim
10616 #. type: verbatim
10617 #: ../src/guestfs-actions.pod:2408
10618 #, no-wrap
10619 msgid ""
10620 " int\n"
10621 " guestfs_inotify_init (guestfs_h *g,\n"
10622 "                       int maxevents);\n"
10623 "\n"
10624 msgstr ""
10625
10626 # type: textblock
10627 #. type: textblock
10628 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
10629 msgid ""
10630 "This command creates a new inotify handle.  The inotify subsystem can be "
10631 "used to notify events which happen to objects in the guest filesystem."
10632 msgstr ""
10633
10634 # type: textblock
10635 #. type: textblock
10636 #: ../src/guestfs-actions.pod:2416
10637 msgid ""
10638 "C<maxevents> is the maximum number of events which will be queued up between "
10639 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10640 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10641 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10642 "throws away events, but records the fact that it threw them away by setting "
10643 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10644 "C<guestfs_inotify_read>)."
10645 msgstr ""
10646
10647 # type: textblock
10648 #. type: textblock
10649 #: ../src/guestfs-actions.pod:2426
10650 msgid ""
10651 "Before any events are generated, you have to add some watches to the "
10652 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10653 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10654 msgstr ""
10655
10656 # type: textblock
10657 #. type: textblock
10658 #: ../src/guestfs-actions.pod:2432
10659 msgid ""
10660 "Queued up events should be read periodically by calling "
10661 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10662 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10663 "often enough then you risk the internal queue overflowing."
10664 msgstr ""
10665
10666 # type: textblock
10667 #. type: textblock
10668 #: ../src/guestfs-actions.pod:2439
10669 msgid ""
10670 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10671 "This also removes any watches automatically."
10672 msgstr ""
10673
10674 # type: textblock
10675 #. type: textblock
10676 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
10677 msgid ""
10678 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10679 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10680 "that there is one global inotify handle per libguestfs instance."
10681 msgstr ""
10682
10683 # type: =head2
10684 #. type: =head2
10685 #: ../src/guestfs-actions.pod:2452
10686 msgid "guestfs_inotify_read"
10687 msgstr ""
10688
10689 # type: verbatim
10690 #. type: verbatim
10691 #: ../src/guestfs-actions.pod:2454
10692 #, no-wrap
10693 msgid ""
10694 " struct guestfs_inotify_event_list *\n"
10695 " guestfs_inotify_read (guestfs_h *g);\n"
10696 "\n"
10697 msgstr ""
10698
10699 # type: textblock
10700 #. type: textblock
10701 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
10702 msgid ""
10703 "Return the complete queue of events that have happened since the previous "
10704 "read call."
10705 msgstr ""
10706
10707 # type: textblock
10708 #. type: textblock
10709 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
10710 msgid "If no events have happened, this returns an empty list."
10711 msgstr ""
10712
10713 # type: textblock
10714 #. type: textblock
10715 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
10716 msgid ""
10717 "I<Note>: In order to make sure that all events have been read, you must call "
10718 "this function repeatedly until it returns an empty list.  The reason is that "
10719 "the call will read events up to the maximum appliance-to-host message size "
10720 "and leave remaining events in the queue."
10721 msgstr ""
10722
10723 # type: textblock
10724 #. type: textblock
10725 #: ../src/guestfs-actions.pod:2468
10726 msgid ""
10727 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10728 "there was an error.  I<The caller must call "
10729 "C<guestfs_free_inotify_event_list> after use>."
10730 msgstr ""
10731
10732 # type: =head2
10733 #. type: =head2
10734 #: ../src/guestfs-actions.pod:2474
10735 msgid "guestfs_inotify_rm_watch"
10736 msgstr ""
10737
10738 # type: verbatim
10739 #. type: verbatim
10740 #: ../src/guestfs-actions.pod:2476
10741 #, no-wrap
10742 msgid ""
10743 " int\n"
10744 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10745 "                           int wd);\n"
10746 "\n"
10747 msgstr ""
10748
10749 # type: textblock
10750 #. type: textblock
10751 #: ../src/guestfs-actions.pod:2480
10752 msgid ""
10753 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10754 msgstr ""
10755
10756 # type: =head2
10757 #. type: =head2
10758 #: ../src/guestfs-actions.pod:2487
10759 msgid "guestfs_inspect_get_arch"
10760 msgstr ""
10761
10762 # type: verbatim
10763 #. type: verbatim
10764 #: ../src/guestfs-actions.pod:2489
10765 #, no-wrap
10766 msgid ""
10767 " char *\n"
10768 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10769 "                           const char *root);\n"
10770 "\n"
10771 msgstr ""
10772
10773 # type: textblock
10774 #. type: textblock
10775 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516
10776 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623
10777 #: ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672
10778 #: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730
10779 #: ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790
10780 #: ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876
10781 #: ../src/guestfs-actions.pod:2899
10782 msgid ""
10783 "This function should only be called with a root device string as returned by "
10784 "C<guestfs_inspect_os>."
10785 msgstr ""
10786
10787 # type: textblock
10788 #. type: textblock
10789 #: ../src/guestfs-actions.pod:2496
10790 msgid ""
10791 "This returns the architecture of the inspected operating system.  The "
10792 "possible return values are listed under C<guestfs_file_architecture>."
10793 msgstr ""
10794
10795 # type: textblock
10796 #. type: textblock
10797 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
10798 msgid ""
10799 "If the architecture could not be determined, then the string C<unknown> is "
10800 "returned."
10801 msgstr ""
10802
10803 # type: textblock
10804 #. type: textblock
10805 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584
10806 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660
10807 #: ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777
10808 #: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820
10809 #: ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886
10810 #: ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033
10811 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759
10812 #: ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813
10813 #: ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901
10814 #: ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931
10815 #: ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982
10816 #: ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115
10817 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10818 msgstr ""
10819
10820 # type: =head2
10821 #. type: =head2
10822 #: ../src/guestfs-actions.pod:2510
10823 msgid "guestfs_inspect_get_distro"
10824 msgstr ""
10825
10826 # type: verbatim
10827 #. type: verbatim
10828 #: ../src/guestfs-actions.pod:2512
10829 #, no-wrap
10830 msgid ""
10831 " char *\n"
10832 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10833 "                             const char *root);\n"
10834 "\n"
10835 msgstr ""
10836
10837 # type: textblock
10838 #. type: textblock
10839 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
10840 msgid ""
10841 "This returns the distro (distribution) of the inspected operating system."
10842 msgstr ""
10843
10844 # type: textblock
10845 #. type: textblock
10846 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
10847 msgid "Currently defined distros are:"
10848 msgstr ""
10849
10850 # type: =item
10851 #. type: =item
10852 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
10853 msgid "\"archlinux\""
10854 msgstr ""
10855
10856 # type: textblock
10857 #. type: textblock
10858 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
10859 msgid "Arch Linux."
10860 msgstr ""
10861
10862 # type: =item
10863 #. type: =item
10864 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
10865 msgid "\"debian\""
10866 msgstr ""
10867
10868 # type: textblock
10869 #. type: textblock
10870 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
10871 msgid "Debian."
10872 msgstr ""
10873
10874 # type: =item
10875 #. type: =item
10876 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
10877 msgid "\"fedora\""
10878 msgstr ""
10879
10880 # type: textblock
10881 #. type: textblock
10882 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
10883 msgid "Fedora."
10884 msgstr ""
10885
10886 # type: =item
10887 #. type: =item
10888 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
10889 msgid "\"gentoo\""
10890 msgstr ""
10891
10892 # type: textblock
10893 #. type: textblock
10894 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
10895 msgid "Gentoo."
10896 msgstr ""
10897
10898 # type: =item
10899 #. type: =item
10900 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
10901 msgid "\"linuxmint\""
10902 msgstr ""
10903
10904 # type: textblock
10905 #. type: textblock
10906 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
10907 msgid "Linux Mint."
10908 msgstr ""
10909
10910 # type: =item
10911 #. type: =item
10912 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
10913 msgid "\"mandriva\""
10914 msgstr ""
10915
10916 # type: textblock
10917 #. type: textblock
10918 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
10919 msgid "Mandriva."
10920 msgstr ""
10921
10922 # type: =item
10923 #. type: =item
10924 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
10925 msgid "\"meego\""
10926 msgstr ""
10927
10928 # type: textblock
10929 #. type: textblock
10930 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
10931 msgid "MeeGo."
10932 msgstr ""
10933
10934 # type: =item
10935 #. type: =item
10936 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
10937 msgid "\"pardus\""
10938 msgstr ""
10939
10940 # type: textblock
10941 #. type: textblock
10942 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
10943 msgid "Pardus."
10944 msgstr ""
10945
10946 # type: =item
10947 #. type: =item
10948 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
10949 msgid "\"redhat-based\""
10950 msgstr ""
10951
10952 # type: textblock
10953 #. type: textblock
10954 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
10955 msgid "Some Red Hat-derived distro."
10956 msgstr ""
10957
10958 # type: =item
10959 #. type: =item
10960 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
10961 msgid "\"rhel\""
10962 msgstr ""
10963
10964 # type: textblock
10965 #. type: textblock
10966 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
10967 msgid "Red Hat Enterprise Linux and some derivatives."
10968 msgstr ""
10969
10970 # type: =item
10971 #. type: =item
10972 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
10973 msgid "\"ubuntu\""
10974 msgstr ""
10975
10976 # type: textblock
10977 #. type: textblock
10978 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
10979 msgid "Ubuntu."
10980 msgstr ""
10981
10982 # type: =item
10983 #. type: =item
10984 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854
10985 #: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957
10986 msgid "\"unknown\""
10987 msgstr ""
10988
10989 # type: textblock
10990 #. type: textblock
10991 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
10992 msgid "The distro could not be determined."
10993 msgstr ""
10994
10995 # type: =item
10996 #. type: =item
10997 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846
10998 #: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949
10999 msgid "\"windows\""
11000 msgstr ""
11001
11002 # type: textblock
11003 #. type: textblock
11004 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
11005 msgid ""
11006 "Windows does not have distributions.  This string is returned if the OS type "
11007 "is Windows."
11008 msgstr ""
11009
11010 # type: textblock
11011 #. type: textblock
11012 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860
11013 #: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963
11014 msgid ""
11015 "Future versions of libguestfs may return other strings here.  The caller "
11016 "should be prepared to handle any string."
11017 msgstr ""
11018
11019 # type: =head2
11020 #. type: =head2
11021 #: ../src/guestfs-actions.pod:2591
11022 msgid "guestfs_inspect_get_filesystems"
11023 msgstr ""
11024
11025 # type: verbatim
11026 #. type: verbatim
11027 #: ../src/guestfs-actions.pod:2593
11028 #, no-wrap
11029 msgid ""
11030 " char **\n"
11031 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11032 "                                  const char *root);\n"
11033 "\n"
11034 msgstr ""
11035
11036 # type: textblock
11037 #. type: textblock
11038 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
11039 msgid ""
11040 "This returns a list of all the filesystems that we think are associated with "
11041 "this operating system.  This includes the root filesystem, other ordinary "
11042 "filesystems, and non-mounted devices like swap partitions."
11043 msgstr ""
11044
11045 # type: textblock
11046 #. type: textblock
11047 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
11048 msgid ""
11049 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11050 "to be shared between operating systems."
11051 msgstr ""
11052
11053 # type: textblock
11054 #. type: textblock
11055 #: ../src/guestfs-actions.pod:2608
11056 msgid ""
11057 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11058 "C<guestfs_inspect_get_mountpoints>."
11059 msgstr ""
11060
11061 # type: =head2
11062 #. type: =head2
11063 #: ../src/guestfs-actions.pod:2617
11064 msgid "guestfs_inspect_get_hostname"
11065 msgstr ""
11066
11067 # type: verbatim
11068 #. type: verbatim
11069 #: ../src/guestfs-actions.pod:2619
11070 #, no-wrap
11071 msgid ""
11072 " char *\n"
11073 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11074 "                               const char *root);\n"
11075 "\n"
11076 msgstr ""
11077
11078 # type: textblock
11079 #. type: textblock
11080 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
11081 msgid ""
11082 "This function returns the hostname of the operating system as found by "
11083 "inspection of the guest's configuration files."
11084 msgstr ""
11085
11086 # type: textblock
11087 #. type: textblock
11088 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
11089 msgid ""
11090 "If the hostname could not be determined, then the string C<unknown> is "
11091 "returned."
11092 msgstr ""
11093
11094 # type: textblock
11095 #. type: textblock
11096 #: ../src/guestfs-actions.pod:2637
11097 msgid "(Added in 1.7.9)"
11098 msgstr ""
11099
11100 # type: =head2
11101 #. type: =head2
11102 #: ../src/guestfs-actions.pod:2639
11103 msgid "guestfs_inspect_get_major_version"
11104 msgstr ""
11105
11106 # type: verbatim
11107 #. type: verbatim
11108 #: ../src/guestfs-actions.pod:2641
11109 #, no-wrap
11110 msgid ""
11111 " int\n"
11112 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11113 "                                    const char *root);\n"
11114 "\n"
11115 msgstr ""
11116
11117 # type: textblock
11118 #. type: textblock
11119 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
11120 msgid ""
11121 "This returns the major version number of the inspected operating system."
11122 msgstr ""
11123
11124 # type: textblock
11125 #. type: textblock
11126 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
11127 msgid ""
11128 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11129 "popular public names used by the operating system.  Notably the operating "
11130 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11131 "1).  You can find out the real versions corresponding to releases of Windows "
11132 "by consulting Wikipedia or MSDN."
11133 msgstr ""
11134
11135 # type: textblock
11136 #. type: textblock
11137 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678
11138 #: ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
11139 msgid "If the version could not be determined, then C<0> is returned."
11140 msgstr ""
11141
11142 # type: =head2
11143 #. type: =head2
11144 #: ../src/guestfs-actions.pod:2666
11145 msgid "guestfs_inspect_get_minor_version"
11146 msgstr ""
11147
11148 # type: verbatim
11149 #. type: verbatim
11150 #: ../src/guestfs-actions.pod:2668
11151 #, no-wrap
11152 msgid ""
11153 " int\n"
11154 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11155 "                                    const char *root);\n"
11156 "\n"
11157 msgstr ""
11158
11159 # type: textblock
11160 #. type: textblock
11161 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
11162 msgid ""
11163 "This returns the minor version number of the inspected operating system."
11164 msgstr ""
11165
11166 # type: textblock
11167 #. type: textblock
11168 #: ../src/guestfs-actions.pod:2680
11169 msgid ""
11170 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11171 "C<guestfs_inspect_get_major_version>."
11172 msgstr ""
11173
11174 # type: =head2
11175 #. type: =head2
11176 #: ../src/guestfs-actions.pod:2687
11177 msgid "guestfs_inspect_get_mountpoints"
11178 msgstr ""
11179
11180 # type: verbatim
11181 #. type: verbatim
11182 #: ../src/guestfs-actions.pod:2689
11183 #, no-wrap
11184 msgid ""
11185 " char **\n"
11186 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11187 "                                  const char *root);\n"
11188 "\n"
11189 msgstr ""
11190
11191 #. type: textblock
11192 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
11193 msgid ""
11194 "This returns a hash of where we think the filesystems associated with this "
11195 "operating system should be mounted.  Callers should note that this is at "
11196 "best an educated guess made by reading configuration files such as C</etc/"
11197 "fstab>.  I<In particular note> that this may return filesystems which are "
11198 "non-existent or not mountable and callers should be prepared to handle or "
11199 "ignore failures if they try to mount them."
11200 msgstr ""
11201
11202 # type: textblock
11203 #. type: textblock
11204 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846
11205 msgid ""
11206 "Each element in the returned hashtable has a key which is the path of the "
11207 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11208 "mounted there (eg. C</dev/sda1>)."
11209 msgstr ""
11210
11211 # type: textblock
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851
11214 msgid ""
11215 "Non-mounted devices such as swap devices are I<not> returned in this list."
11216 msgstr ""
11217
11218 # type: textblock
11219 #. type: textblock
11220 #: ../src/guestfs-actions.pod:2713
11221 msgid ""
11222 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11223 "C<guestfs_inspect_get_filesystems>."
11224 msgstr ""
11225
11226 # type: textblock
11227 #. type: textblock
11228 #: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362
11229 #: ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:6416
11230 msgid ""
11231 "This function returns a NULL-terminated array of strings, or NULL if there "
11232 "was an error.  The array of strings will always have length C<2n+1>, where "
11233 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11234 "caller must free the strings and the array after use>."
11235 msgstr ""
11236
11237 # type: =head2
11238 #. type: =head2
11239 #: ../src/guestfs-actions.pod:2724
11240 msgid "guestfs_inspect_get_package_format"
11241 msgstr ""
11242
11243 # type: verbatim
11244 #. type: verbatim
11245 #: ../src/guestfs-actions.pod:2726
11246 #, no-wrap
11247 msgid ""
11248 " char *\n"
11249 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11250 "                                     const char *root);\n"
11251 "\n"
11252 msgstr ""
11253
11254 # type: textblock
11255 #. type: textblock
11256 #: ../src/guestfs-actions.pod:2733
11257 msgid ""
11258 "This function and C<guestfs_inspect_get_package_management> return the "
11259 "package format and package management tool used by the inspected operating "
11260 "system.  For example for Fedora these functions would return C<rpm> (package "
11261 "format) and C<yum> (package management)."
11262 msgstr ""
11263
11264 # type: textblock
11265 #. type: textblock
11266 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
11267 msgid ""
11268 "This returns the string C<unknown> if we could not determine the package "
11269 "format I<or> if the operating system does not have a real packaging system "
11270 "(eg. Windows)."
11271 msgstr ""
11272
11273 # type: textblock
11274 #. type: textblock
11275 #: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874
11276 msgid ""
11277 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11278 "Future versions of libguestfs may return other strings."
11279 msgstr ""
11280
11281 # type: textblock
11282 #. type: textblock
11283 #: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782
11284 msgid "(Added in 1.7.5)"
11285 msgstr ""
11286
11287 # type: =head2
11288 #. type: =head2
11289 #: ../src/guestfs-actions.pod:2753
11290 msgid "guestfs_inspect_get_package_management"
11291 msgstr ""
11292
11293 # type: verbatim
11294 #. type: verbatim
11295 #: ../src/guestfs-actions.pod:2755
11296 #, no-wrap
11297 msgid ""
11298 " char *\n"
11299 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11300 "                                         const char *root);\n"
11301 "\n"
11302 msgstr ""
11303
11304 # type: textblock
11305 #. type: textblock
11306 #: ../src/guestfs-actions.pod:2762
11307 msgid ""
11308 "C<guestfs_inspect_get_package_format> and this function return the package "
11309 "format and package management tool used by the inspected operating system.  "
11310 "For example for Fedora these functions would return C<rpm> (package format) "
11311 "and C<yum> (package management)."
11312 msgstr ""
11313
11314 # type: textblock
11315 #. type: textblock
11316 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
11317 msgid ""
11318 "This returns the string C<unknown> if we could not determine the package "
11319 "management tool I<or> if the operating system does not have a real packaging "
11320 "system (eg. Windows)."
11321 msgstr ""
11322
11323 # type: textblock
11324 #. type: textblock
11325 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896
11326 msgid ""
11327 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11328 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11329 "libguestfs may return other strings."
11330 msgstr ""
11331
11332 # type: =head2
11333 #. type: =head2
11334 #: ../src/guestfs-actions.pod:2784
11335 msgid "guestfs_inspect_get_product_name"
11336 msgstr ""
11337
11338 # type: verbatim
11339 #. type: verbatim
11340 #: ../src/guestfs-actions.pod:2786
11341 #, no-wrap
11342 msgid ""
11343 " char *\n"
11344 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11345 "                                   const char *root);\n"
11346 "\n"
11347 msgstr ""
11348
11349 # type: textblock
11350 #. type: textblock
11351 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910
11352 msgid ""
11353 "This returns the product name of the inspected operating system.  The "
11354 "product name is generally some freeform string which can be displayed to the "
11355 "user, but should not be parsed by programs."
11356 msgstr ""
11357
11358 # type: textblock
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915
11361 msgid ""
11362 "If the product name could not be determined, then the string C<unknown> is "
11363 "returned."
11364 msgstr ""
11365
11366 # type: =head2
11367 #. type: =head2
11368 #: ../src/guestfs-actions.pod:2808
11369 msgid "guestfs_inspect_get_roots"
11370 msgstr ""
11371
11372 # type: verbatim
11373 #. type: verbatim
11374 #: ../src/guestfs-actions.pod:2810
11375 #, no-wrap
11376 msgid ""
11377 " char **\n"
11378 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11379 "\n"
11380 msgstr ""
11381
11382 # type: textblock
11383 #. type: textblock
11384 #: ../src/guestfs-actions.pod:2813
11385 msgid ""
11386 "This function is a convenient way to get the list of root devices, as "
11387 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11388 "the whole inspection process."
11389 msgstr ""
11390
11391 # type: textblock
11392 #. type: textblock
11393 #: ../src/guestfs-actions.pod:2817
11394 msgid ""
11395 "This returns an empty list if either no root devices were found or the "
11396 "caller has not called C<guestfs_inspect_os>."
11397 msgstr ""
11398
11399 # type: textblock
11400 #. type: textblock
11401 #: ../src/guestfs-actions.pod:2826
11402 msgid "(Added in 1.7.3)"
11403 msgstr ""
11404
11405 # type: =head2
11406 #. type: =head2
11407 #: ../src/guestfs-actions.pod:2828
11408 msgid "guestfs_inspect_get_type"
11409 msgstr ""
11410
11411 # type: verbatim
11412 #. type: verbatim
11413 #: ../src/guestfs-actions.pod:2830
11414 #, no-wrap
11415 msgid ""
11416 " char *\n"
11417 " guestfs_inspect_get_type (guestfs_h *g,\n"
11418 "                           const char *root);\n"
11419 "\n"
11420 msgstr ""
11421
11422 # type: textblock
11423 #. type: textblock
11424 #: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940
11425 msgid ""
11426 "This returns the type of the inspected operating system.  Currently defined "
11427 "types are:"
11428 msgstr ""
11429
11430 # type: =item
11431 #. type: =item
11432 #: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945
11433 msgid "\"linux\""
11434 msgstr ""
11435
11436 # type: textblock
11437 #. type: textblock
11438 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
11439 msgid "Any Linux-based operating system."
11440 msgstr ""
11441
11442 # type: textblock
11443 #. type: textblock
11444 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
11445 msgid "Any Microsoft Windows operating system."
11446 msgstr ""
11447
11448 # type: =item
11449 #. type: =item
11450 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
11451 msgid "\"freebsd\""
11452 msgstr ""
11453
11454 # type: textblock
11455 #. type: textblock
11456 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
11457 msgid "FreeBSD."
11458 msgstr ""
11459
11460 # type: textblock
11461 #. type: textblock
11462 #: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959
11463 msgid "The operating system type could not be determined."
11464 msgstr ""
11465
11466 # type: =head2
11467 #. type: =head2
11468 #: ../src/guestfs-actions.pod:2870
11469 msgid "guestfs_inspect_get_windows_systemroot"
11470 msgstr ""
11471
11472 # type: verbatim
11473 #. type: verbatim
11474 #: ../src/guestfs-actions.pod:2872
11475 #, no-wrap
11476 msgid ""
11477 " char *\n"
11478 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11479 "                                         const char *root);\n"
11480 "\n"
11481 msgstr ""
11482
11483 # type: textblock
11484 #. type: textblock
11485 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
11486 msgid ""
11487 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11488 "is a directory path such as C</WINDOWS>."
11489 msgstr ""
11490
11491 # type: textblock
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978
11494 msgid ""
11495 "This call assumes that the guest is Windows and that the systemroot could be "
11496 "determined by inspection.  If this is not the case then an error is returned."
11497 msgstr ""
11498
11499 # type: textblock
11500 #. type: textblock
11501 #: ../src/guestfs-actions.pod:2891
11502 msgid "(Added in 1.5.25)"
11503 msgstr ""
11504
11505 # type: =head2
11506 #. type: =head2
11507 #: ../src/guestfs-actions.pod:2893
11508 msgid "guestfs_inspect_list_applications"
11509 msgstr ""
11510
11511 # type: verbatim
11512 #. type: verbatim
11513 #: ../src/guestfs-actions.pod:2895
11514 #, no-wrap
11515 msgid ""
11516 " struct guestfs_application_list *\n"
11517 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11518 "                                    const char *root);\n"
11519 "\n"
11520 msgstr ""
11521
11522 # type: textblock
11523 #. type: textblock
11524 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991
11525 msgid "Return the list of applications installed in the operating system."
11526 msgstr ""
11527
11528 # type: textblock
11529 #. type: textblock
11530 #: ../src/guestfs-actions.pod:2904
11531 msgid ""
11532 "I<Note:> This call works differently from other parts of the inspection "
11533 "API.  You have to call C<guestfs_inspect_os>, then "
11534 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11535 "this.  Listing applications is a significantly more difficult operation "
11536 "which requires access to the full filesystem.  Also note that unlike the "
11537 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11538 "the libguestfs handle, this call actually reads parts of the mounted "
11539 "filesystems during the call."
11540 msgstr ""
11541
11542 # type: textblock
11543 #. type: textblock
11544 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
11545 msgid ""
11546 "This returns an empty list if the inspection code was not able to determine "
11547 "the list of applications."
11548 msgstr ""
11549
11550 # type: textblock
11551 #. type: textblock
11552 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
11553 msgid "The application structure contains the following fields:"
11554 msgstr ""
11555
11556 # type: =item
11557 #. type: =item
11558 #: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010
11559 msgid "C<app_name>"
11560 msgstr ""
11561
11562 # type: textblock
11563 #. type: textblock
11564 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
11565 msgid ""
11566 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11567 "guests, this is the package name."
11568 msgstr ""
11569
11570 # type: =item
11571 #. type: =item
11572 #: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015
11573 msgid "C<app_display_name>"
11574 msgstr ""
11575
11576 # type: textblock
11577 #. type: textblock
11578 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
11579 msgid ""
11580 "The display name of the application, sometimes localized to the install "
11581 "language of the guest operating system."
11582 msgstr ""
11583
11584 # type: textblock
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
11587 msgid ""
11588 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11589 "to display something can use C<app_name> instead."
11590 msgstr ""
11591
11592 # type: =item
11593 #. type: =item
11594 #: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023
11595 msgid "C<app_epoch>"
11596 msgstr ""
11597
11598 # type: textblock
11599 #. type: textblock
11600 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
11601 msgid ""
11602 "For package managers which use epochs, this contains the epoch of the "
11603 "package (an integer).  If unavailable, this is returned as C<0>."
11604 msgstr ""
11605
11606 # type: =item
11607 #. type: =item
11608 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028
11609 msgid "C<app_version>"
11610 msgstr ""
11611
11612 # type: textblock
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
11615 msgid ""
11616 "The version string of the application or package.  If unavailable this is "
11617 "returned as an empty string C<\"\">."
11618 msgstr ""
11619
11620 # type: =item
11621 #. type: =item
11622 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033
11623 msgid "C<app_release>"
11624 msgstr ""
11625
11626 # type: textblock
11627 #. type: textblock
11628 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
11629 msgid ""
11630 "The release string of the application or package, for package managers that "
11631 "use this.  If unavailable this is returned as an empty string C<\"\">."
11632 msgstr ""
11633
11634 # type: =item
11635 #. type: =item
11636 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039
11637 msgid "C<app_install_path>"
11638 msgstr ""
11639
11640 # type: textblock
11641 #. type: textblock
11642 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
11643 msgid ""
11644 "The installation path of the application (on operating systems such as "
11645 "Windows which use installation paths).  This path is in the format used by "
11646 "the guest operating system, it is not a libguestfs path."
11647 msgstr ""
11648
11649 # type: textblock
11650 #. type: textblock
11651 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
11652 msgid "If unavailable this is returned as an empty string C<\"\">."
11653 msgstr ""
11654
11655 # type: =item
11656 #. type: =item
11657 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
11658 msgid "C<app_trans_path>"
11659 msgstr ""
11660
11661 # type: textblock
11662 #. type: textblock
11663 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
11664 msgid ""
11665 "The install path translated into a libguestfs path.  If unavailable this is "
11666 "returned as an empty string C<\"\">."
11667 msgstr ""
11668
11669 # type: =item
11670 #. type: =item
11671 #: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053
11672 msgid "C<app_publisher>"
11673 msgstr ""
11674
11675 # type: textblock
11676 #. type: textblock
11677 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
11678 msgid ""
11679 "The name of the publisher of the application, for package managers that use "
11680 "this.  If unavailable this is returned as an empty string C<\"\">."
11681 msgstr ""
11682
11683 # type: =item
11684 #. type: =item
11685 #: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059
11686 msgid "C<app_url>"
11687 msgstr ""
11688
11689 # type: textblock
11690 #. type: textblock
11691 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
11692 msgid ""
11693 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11694 "returned as an empty string C<\"\">."
11695 msgstr ""
11696
11697 # type: =item
11698 #. type: =item
11699 #: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064
11700 msgid "C<app_source_package>"
11701 msgstr ""
11702
11703 # type: textblock
11704 #. type: textblock
11705 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
11706 msgid ""
11707 "For packaging systems which support this, the name of the source package.  "
11708 "If unavailable this is returned as an empty string C<\"\">."
11709 msgstr ""
11710
11711 # type: =item
11712 #. type: =item
11713 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069
11714 msgid "C<app_summary>"
11715 msgstr ""
11716
11717 # type: textblock
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
11720 msgid ""
11721 "A short (usually one line) description of the application or package.  If "
11722 "unavailable this is returned as an empty string C<\"\">."
11723 msgstr ""
11724
11725 # type: =item
11726 #. type: =item
11727 #: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074
11728 msgid "C<app_description>"
11729 msgstr ""
11730
11731 # type: textblock
11732 #. type: textblock
11733 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
11734 msgid ""
11735 "A longer description of the application or package.  If unavailable this is "
11736 "returned as an empty string C<\"\">."
11737 msgstr ""
11738
11739 # type: textblock
11740 #. type: textblock
11741 #: ../src/guestfs-actions.pod:2994
11742 msgid ""
11743 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11744 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11745 "after use>."
11746 msgstr ""
11747
11748 # type: textblock
11749 #. type: textblock
11750 #: ../src/guestfs-actions.pod:2998
11751 msgid "(Added in 1.7.8)"
11752 msgstr ""
11753
11754 # type: =head2
11755 #. type: =head2
11756 #: ../src/guestfs-actions.pod:3000
11757 msgid "guestfs_inspect_os"
11758 msgstr ""
11759
11760 # type: verbatim
11761 #. type: verbatim
11762 #: ../src/guestfs-actions.pod:3002
11763 #, no-wrap
11764 msgid ""
11765 " char **\n"
11766 " guestfs_inspect_os (guestfs_h *g);\n"
11767 "\n"
11768 msgstr ""
11769
11770 # type: textblock
11771 #. type: textblock
11772 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
11773 msgid ""
11774 "This function uses other libguestfs functions and certain heuristics to "
11775 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11776 "for operating systems."
11777 msgstr ""
11778
11779 # type: textblock
11780 #. type: textblock
11781 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091
11782 msgid "The list returned is empty if no operating systems were found."
11783 msgstr ""
11784
11785 # type: textblock
11786 #. type: textblock
11787 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
11788 msgid ""
11789 "If one operating system was found, then this returns a list with a single "
11790 "element, which is the name of the root filesystem of this operating system.  "
11791 "It is also possible for this function to return a list containing more than "
11792 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11793 "element being the root filesystem of one of the operating systems."
11794 msgstr ""
11795
11796 # type: textblock
11797 #. type: textblock
11798 #: ../src/guestfs-actions.pod:3018
11799 msgid ""
11800 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11801 "functions in order to query further information about each operating system, "
11802 "such as the name and version."
11803 msgstr ""
11804
11805 # type: textblock
11806 #. type: textblock
11807 #: ../src/guestfs-actions.pod:3023
11808 msgid ""
11809 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11810 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11811 "the contents.  This should be called with no disks currently mounted.  The "
11812 "function may also use Augeas, so any existing Augeas handle will be closed."
11813 msgstr ""
11814
11815 # type: textblock
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111
11818 msgid ""
11819 "This function cannot decrypt encrypted disks.  The caller must do that first "
11820 "(supplying the necessary keys) if the disk is encrypted."
11821 msgstr ""
11822
11823 # type: textblock
11824 #. type: textblock
11825 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320
11826 #: ../src/guestfs-actions.pod:3382
11827 msgid "See also C<guestfs_list_filesystems>."
11828 msgstr ""
11829
11830 # type: =head2
11831 #. type: =head2
11832 #: ../src/guestfs-actions.pod:3043
11833 msgid "guestfs_is_blockdev"
11834 msgstr ""
11835
11836 # type: verbatim
11837 #. type: verbatim
11838 #: ../src/guestfs-actions.pod:3045
11839 #, no-wrap
11840 msgid ""
11841 " int\n"
11842 " guestfs_is_blockdev (guestfs_h *g,\n"
11843 "                      const char *path);\n"
11844 "\n"
11845 msgstr ""
11846
11847 # type: textblock
11848 #. type: textblock
11849 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123
11850 msgid ""
11851 "This returns C<true> if and only if there is a block device with the given "
11852 "C<path> name."
11853 msgstr ""
11854
11855 # type: textblock
11856 #. type: textblock
11857 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081
11858 #: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126
11859 #: ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198
11860 #: ../src/guestfs-actions.pod:3213
11861 msgid "See also C<guestfs_stat>."
11862 msgstr ""
11863
11864 # type: textblock
11865 #. type: textblock
11866 #: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085
11867 #: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202
11868 #: ../src/guestfs-actions.pod:3217
11869 msgid "(Added in 1.5.10)"
11870 msgstr ""
11871
11872 # type: =head2
11873 #. type: =head2
11874 #: ../src/guestfs-actions.pod:3058
11875 msgid "guestfs_is_busy"
11876 msgstr ""
11877
11878 # type: verbatim
11879 #. type: verbatim
11880 #: ../src/guestfs-actions.pod:3060
11881 #, no-wrap
11882 msgid ""
11883 " int\n"
11884 " guestfs_is_busy (guestfs_h *g);\n"
11885 "\n"
11886 msgstr ""
11887
11888 # type: textblock
11889 #. type: textblock
11890 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132
11891 msgid ""
11892 "This returns true iff this handle is busy processing a command (in the "
11893 "C<BUSY> state)."
11894 msgstr ""
11895
11896 # type: =head2
11897 #. type: =head2
11898 #: ../src/guestfs-actions.pod:3072
11899 msgid "guestfs_is_chardev"
11900 msgstr ""
11901
11902 # type: verbatim
11903 #. type: verbatim
11904 #: ../src/guestfs-actions.pod:3074
11905 #, no-wrap
11906 msgid ""
11907 " int\n"
11908 " guestfs_is_chardev (guestfs_h *g,\n"
11909 "                     const char *path);\n"
11910 "\n"
11911 msgstr ""
11912
11913 # type: textblock
11914 #. type: textblock
11915 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141
11916 msgid ""
11917 "This returns C<true> if and only if there is a character device with the "
11918 "given C<path> name."
11919 msgstr ""
11920
11921 # type: =head2
11922 #. type: =head2
11923 #: ../src/guestfs-actions.pod:3087
11924 msgid "guestfs_is_config"
11925 msgstr ""
11926
11927 # type: verbatim
11928 #. type: verbatim
11929 #: ../src/guestfs-actions.pod:3089
11930 #, no-wrap
11931 msgid ""
11932 " int\n"
11933 " guestfs_is_config (guestfs_h *g);\n"
11934 "\n"
11935 msgstr ""
11936
11937 # type: textblock
11938 #. type: textblock
11939 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150
11940 msgid ""
11941 "This returns true iff this handle is being configured (in the C<CONFIG> "
11942 "state)."
11943 msgstr ""
11944
11945 # type: =head2
11946 #. type: =head2
11947 #: ../src/guestfs-actions.pod:3101
11948 msgid "guestfs_is_dir"
11949 msgstr ""
11950
11951 # type: verbatim
11952 #. type: verbatim
11953 #: ../src/guestfs-actions.pod:3103
11954 #, no-wrap
11955 msgid ""
11956 " int\n"
11957 " guestfs_is_dir (guestfs_h *g,\n"
11958 "                 const char *path);\n"
11959 "\n"
11960 msgstr ""
11961
11962 # type: textblock
11963 #. type: textblock
11964 #: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159
11965 msgid ""
11966 "This returns C<true> if and only if there is a directory with the given "
11967 "C<path> name.  Note that it returns false for other objects like files."
11968 msgstr ""
11969
11970 # type: =head2
11971 #. type: =head2
11972 #: ../src/guestfs-actions.pod:3117
11973 msgid "guestfs_is_fifo"
11974 msgstr ""
11975
11976 # type: verbatim
11977 #. type: verbatim
11978 #: ../src/guestfs-actions.pod:3119
11979 #, no-wrap
11980 msgid ""
11981 " int\n"
11982 " guestfs_is_fifo (guestfs_h *g,\n"
11983 "                  const char *path);\n"
11984 "\n"
11985 msgstr ""
11986
11987 # type: textblock
11988 #. type: textblock
11989 #: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169
11990 msgid ""
11991 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11992 "given C<path> name."
11993 msgstr ""
11994
11995 # type: =head2
11996 #. type: =head2
11997 #: ../src/guestfs-actions.pod:3132
11998 msgid "guestfs_is_file"
11999 msgstr ""
12000
12001 # type: verbatim
12002 #. type: verbatim
12003 #: ../src/guestfs-actions.pod:3134
12004 #, no-wrap
12005 msgid ""
12006 " int\n"
12007 " guestfs_is_file (guestfs_h *g,\n"
12008 "                  const char *path);\n"
12009 "\n"
12010 msgstr ""
12011
12012 # type: textblock
12013 #. type: textblock
12014 #: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178
12015 msgid ""
12016 "This returns C<true> if and only if there is a regular file with the given "
12017 "C<path> name.  Note that it returns false for other objects like directories."
12018 msgstr ""
12019
12020 # type: =head2
12021 #. type: =head2
12022 #: ../src/guestfs-actions.pod:3148
12023 msgid "guestfs_is_launching"
12024 msgstr ""
12025
12026 # type: verbatim
12027 #. type: verbatim
12028 #: ../src/guestfs-actions.pod:3150
12029 #, no-wrap
12030 msgid ""
12031 " int\n"
12032 " guestfs_is_launching (guestfs_h *g);\n"
12033 "\n"
12034 msgstr ""
12035
12036 # type: textblock
12037 #. type: textblock
12038 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188
12039 msgid ""
12040 "This returns true iff this handle is launching the subprocess (in the "
12041 "C<LAUNCHING> state)."
12042 msgstr ""
12043
12044 # type: =head2
12045 #. type: =head2
12046 #: ../src/guestfs-actions.pod:3162
12047 msgid "guestfs_is_lv"
12048 msgstr ""
12049
12050 # type: verbatim
12051 #. type: verbatim
12052 #: ../src/guestfs-actions.pod:3164
12053 #, no-wrap
12054 msgid ""
12055 " int\n"
12056 " guestfs_is_lv (guestfs_h *g,\n"
12057 "                const char *device);\n"
12058 "\n"
12059 msgstr ""
12060
12061 # type: textblock
12062 #. type: textblock
12063 #: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197
12064 msgid ""
12065 "This command tests whether C<device> is a logical volume, and returns true "
12066 "iff this is the case."
12067 msgstr ""
12068
12069 # type: =head2
12070 #. type: =head2
12071 #: ../src/guestfs-actions.pod:3175
12072 msgid "guestfs_is_ready"
12073 msgstr ""
12074
12075 # type: verbatim
12076 #. type: verbatim
12077 #: ../src/guestfs-actions.pod:3177
12078 #, no-wrap
12079 msgid ""
12080 " int\n"
12081 " guestfs_is_ready (guestfs_h *g);\n"
12082 "\n"
12083 msgstr ""
12084
12085 # type: textblock
12086 #. type: textblock
12087 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204
12088 msgid ""
12089 "This returns true iff this handle is ready to accept commands (in the "
12090 "C<READY> state)."
12091 msgstr ""
12092
12093 # type: =head2
12094 #. type: =head2
12095 #: ../src/guestfs-actions.pod:3189
12096 msgid "guestfs_is_socket"
12097 msgstr ""
12098
12099 # type: verbatim
12100 #. type: verbatim
12101 #: ../src/guestfs-actions.pod:3191
12102 #, no-wrap
12103 msgid ""
12104 " int\n"
12105 " guestfs_is_socket (guestfs_h *g,\n"
12106 "                    const char *path);\n"
12107 "\n"
12108 msgstr ""
12109
12110 # type: textblock
12111 #. type: textblock
12112 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213
12113 msgid ""
12114 "This returns C<true> if and only if there is a Unix domain socket with the "
12115 "given C<path> name."
12116 msgstr ""
12117
12118 # type: =head2
12119 #. type: =head2
12120 #: ../src/guestfs-actions.pod:3204
12121 msgid "guestfs_is_symlink"
12122 msgstr ""
12123
12124 # type: verbatim
12125 #. type: verbatim
12126 #: ../src/guestfs-actions.pod:3206
12127 #, no-wrap
12128 msgid ""
12129 " int\n"
12130 " guestfs_is_symlink (guestfs_h *g,\n"
12131 "                     const char *path);\n"
12132 "\n"
12133 msgstr ""
12134
12135 # type: textblock
12136 #. type: textblock
12137 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222
12138 msgid ""
12139 "This returns C<true> if and only if there is a symbolic link with the given "
12140 "C<path> name."
12141 msgstr ""
12142
12143 # type: =head2
12144 #. type: =head2
12145 #: ../src/guestfs-actions.pod:3219
12146 msgid "guestfs_kill_subprocess"
12147 msgstr ""
12148
12149 # type: verbatim
12150 #. type: verbatim
12151 #: ../src/guestfs-actions.pod:3221
12152 #, no-wrap
12153 msgid ""
12154 " int\n"
12155 " guestfs_kill_subprocess (guestfs_h *g);\n"
12156 "\n"
12157 msgstr ""
12158
12159 # type: textblock
12160 #. type: textblock
12161 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231
12162 msgid "This kills the qemu subprocess.  You should never need to call this."
12163 msgstr ""
12164
12165 # type: =head2
12166 #. type: =head2
12167 #: ../src/guestfs-actions.pod:3230
12168 msgid "guestfs_launch"
12169 msgstr ""
12170
12171 # type: verbatim
12172 #. type: verbatim
12173 #: ../src/guestfs-actions.pod:3232
12174 #, no-wrap
12175 msgid ""
12176 " int\n"
12177 " guestfs_launch (guestfs_h *g);\n"
12178 "\n"
12179 msgstr ""
12180
12181 # type: textblock
12182 #. type: textblock
12183 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
12184 msgid ""
12185 "Internally libguestfs is implemented by running a virtual machine using "
12186 "L<qemu(1)>."
12187 msgstr ""
12188
12189 # type: textblock
12190 #. type: textblock
12191 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242
12192 msgid ""
12193 "You should call this after configuring the handle (eg. adding drives) but "
12194 "before performing any actions."
12195 msgstr ""
12196
12197 # type: =head2
12198 #. type: =head2
12199 #: ../src/guestfs-actions.pod:3245
12200 msgid "guestfs_lchown"
12201 msgstr ""
12202
12203 # type: verbatim
12204 #. type: verbatim
12205 #: ../src/guestfs-actions.pod:3247
12206 #, no-wrap
12207 msgid ""
12208 " int\n"
12209 " guestfs_lchown (guestfs_h *g,\n"
12210 "                 int owner,\n"
12211 "                 int group,\n"
12212 "                 const char *path);\n"
12213 "\n"
12214 msgstr ""
12215
12216 # type: textblock
12217 #. type: textblock
12218 #: ../src/guestfs-actions.pod:3253
12219 msgid ""
12220 "Change the file owner to C<owner> and group to C<group>.  This is like "
12221 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12222 "changed, not the target."
12223 msgstr ""
12224
12225 # type: =head2
12226 #. type: =head2
12227 #: ../src/guestfs-actions.pod:3265
12228 msgid "guestfs_lgetxattr"
12229 msgstr ""
12230
12231 # type: verbatim
12232 #. type: verbatim
12233 #: ../src/guestfs-actions.pod:3267
12234 #, no-wrap
12235 msgid ""
12236 " char *\n"
12237 " guestfs_lgetxattr (guestfs_h *g,\n"
12238 "                    const char *path,\n"
12239 "                    const char *name,\n"
12240 "                    size_t *size_r);\n"
12241 "\n"
12242 msgstr ""
12243
12244 # type: textblock
12245 #. type: textblock
12246 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261
12247 msgid ""
12248 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12249 "is a symlink, then this call returns an extended attribute from the symlink."
12250 msgstr ""
12251
12252 # type: textblock
12253 #. type: textblock
12254 #: ../src/guestfs-actions.pod:3287
12255 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12256 msgstr ""
12257
12258 # type: =head2
12259 #. type: =head2
12260 #: ../src/guestfs-actions.pod:3295
12261 msgid "guestfs_lgetxattrs"
12262 msgstr ""
12263
12264 # type: verbatim
12265 #. type: verbatim
12266 #: ../src/guestfs-actions.pod:3297
12267 #, no-wrap
12268 msgid ""
12269 " struct guestfs_xattr_list *\n"
12270 " guestfs_lgetxattrs (guestfs_h *g,\n"
12271 "                     const char *path);\n"
12272 "\n"
12273 msgstr ""
12274
12275 # type: textblock
12276 #. type: textblock
12277 #: ../src/guestfs-actions.pod:3301
12278 msgid ""
12279 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12280 "then it returns the extended attributes of the link itself."
12281 msgstr ""
12282
12283 # type: =head2
12284 #. type: =head2
12285 #: ../src/guestfs-actions.pod:3311
12286 msgid "guestfs_list_devices"
12287 msgstr ""
12288
12289 # type: verbatim
12290 #. type: verbatim
12291 #: ../src/guestfs-actions.pod:3313
12292 #, no-wrap
12293 msgid ""
12294 " char **\n"
12295 " guestfs_list_devices (guestfs_h *g);\n"
12296 "\n"
12297 msgstr ""
12298
12299 # type: textblock
12300 #. type: textblock
12301 #: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289
12302 msgid "List all the block devices."
12303 msgstr ""
12304
12305 # type: textblock
12306 #. type: textblock
12307 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
12308 msgid "The full block device names are returned, eg. C</dev/sda>."
12309 msgstr ""
12310
12311 # type: =head2
12312 #. type: =head2
12313 #: ../src/guestfs-actions.pod:3328
12314 msgid "guestfs_list_filesystems"
12315 msgstr ""
12316
12317 # type: verbatim
12318 #. type: verbatim
12319 #: ../src/guestfs-actions.pod:3330
12320 #, no-wrap
12321 msgid ""
12322 " char **\n"
12323 " guestfs_list_filesystems (guestfs_h *g);\n"
12324 "\n"
12325 msgstr ""
12326
12327 # type: textblock
12328 #. type: textblock
12329 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
12330 msgid ""
12331 "This inspection command looks for filesystems on partitions, block devices "
12332 "and logical volumes, returning a list of devices containing filesystems and "
12333 "their type."
12334 msgstr ""
12335
12336 # type: textblock
12337 #. type: textblock
12338 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
12339 msgid ""
12340 "The return value is a hash, where the keys are the devices containing "
12341 "filesystems, and the values are the filesystem types.  For example:"
12342 msgstr ""
12343
12344 # type: verbatim
12345 #. type: verbatim
12346 #: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307
12347 #, no-wrap
12348 msgid ""
12349 " \"/dev/sda1\" => \"ntfs\"\n"
12350 " \"/dev/sda2\" => \"ext2\"\n"
12351 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12352 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12353 "\n"
12354 msgstr ""
12355
12356 # type: textblock
12357 #. type: textblock
12358 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312
12359 msgid ""
12360 "The value can have the special value \"unknown\", meaning the content of the "
12361 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12362 msgstr ""
12363
12364 # type: textblock
12365 #. type: textblock
12366 #: ../src/guestfs-actions.pod:3350
12367 msgid ""
12368 "This command runs other libguestfs commands, which might include "
12369 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12370 "soon after launch and only when nothing is mounted."
12371 msgstr ""
12372
12373 # type: textblock
12374 #. type: textblock
12375 #: ../src/guestfs-actions.pod:3354
12376 msgid ""
12377 "Not all of the filesystems returned will be mountable.  In particular, swap "
12378 "partitions are returned in the list.  Also this command does not check that "
12379 "each filesystem found is valid and mountable, and some filesystems might be "
12380 "mountable but require special options.  Filesystems may not all belong to a "
12381 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12382 msgstr ""
12383
12384 # type: textblock
12385 #. type: textblock
12386 #: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4961
12387 msgid "(Added in 1.5.15)"
12388 msgstr ""
12389
12390 # type: =head2
12391 #. type: =head2
12392 #: ../src/guestfs-actions.pod:3370
12393 msgid "guestfs_list_partitions"
12394 msgstr ""
12395
12396 # type: verbatim
12397 #. type: verbatim
12398 #: ../src/guestfs-actions.pod:3372
12399 #, no-wrap
12400 msgid ""
12401 " char **\n"
12402 " guestfs_list_partitions (guestfs_h *g);\n"
12403 "\n"
12404 msgstr ""
12405
12406 # type: textblock
12407 #. type: textblock
12408 #: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332
12409 msgid "List all the partitions detected on all block devices."
12410 msgstr ""
12411
12412 # type: textblock
12413 #. type: textblock
12414 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
12415 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12416 msgstr ""
12417
12418 # type: textblock
12419 #. type: textblock
12420 #: ../src/guestfs-actions.pod:3379
12421 msgid ""
12422 "This does not return logical volumes.  For that you will need to call "
12423 "C<guestfs_lvs>."
12424 msgstr ""
12425
12426 # type: =head2
12427 #. type: =head2
12428 #: ../src/guestfs-actions.pod:3390
12429 msgid "guestfs_ll"
12430 msgstr ""
12431
12432 # type: verbatim
12433 #. type: verbatim
12434 #: ../src/guestfs-actions.pod:3392
12435 #, no-wrap
12436 msgid ""
12437 " char *\n"
12438 " guestfs_ll (guestfs_h *g,\n"
12439 "             const char *directory);\n"
12440 "\n"
12441 msgstr ""
12442
12443 # type: textblock
12444 #. type: textblock
12445 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
12446 msgid ""
12447 "List the files in C<directory> (relative to the root directory, there is no "
12448 "cwd) in the format of 'ls -la'."
12449 msgstr ""
12450
12451 # type: textblock
12452 #. type: textblock
12453 #: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348
12454 msgid ""
12455 "This command is mostly useful for interactive sessions.  It is I<not> "
12456 "intended that you try to parse the output string."
12457 msgstr ""
12458
12459 # type: =head2
12460 #. type: =head2
12461 #: ../src/guestfs-actions.pod:3407
12462 msgid "guestfs_ln"
12463 msgstr ""
12464
12465 # type: verbatim
12466 #. type: verbatim
12467 #: ../src/guestfs-actions.pod:3409
12468 #, no-wrap
12469 msgid ""
12470 " int\n"
12471 " guestfs_ln (guestfs_h *g,\n"
12472 "             const char *target,\n"
12473 "             const char *linkname);\n"
12474 "\n"
12475 msgstr ""
12476
12477 # type: textblock
12478 #. type: textblock
12479 #: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355
12480 msgid "This command creates a hard link using the C<ln> command."
12481 msgstr ""
12482
12483 # type: =head2
12484 #. type: =head2
12485 #: ../src/guestfs-actions.pod:3420
12486 msgid "guestfs_ln_f"
12487 msgstr ""
12488
12489 # type: verbatim
12490 #. type: verbatim
12491 #: ../src/guestfs-actions.pod:3422
12492 #, no-wrap
12493 msgid ""
12494 " int\n"
12495 " guestfs_ln_f (guestfs_h *g,\n"
12496 "               const char *target,\n"
12497 "               const char *linkname);\n"
12498 "\n"
12499 msgstr ""
12500
12501 # type: textblock
12502 #. type: textblock
12503 #: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361
12504 msgid ""
12505 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12506 "option removes the link (C<linkname>) if it exists already."
12507 msgstr ""
12508
12509 # type: =head2
12510 #. type: =head2
12511 #: ../src/guestfs-actions.pod:3434
12512 msgid "guestfs_ln_s"
12513 msgstr ""
12514
12515 # type: verbatim
12516 #. type: verbatim
12517 #: ../src/guestfs-actions.pod:3436
12518 #, no-wrap
12519 msgid ""
12520 " int\n"
12521 " guestfs_ln_s (guestfs_h *g,\n"
12522 "               const char *target,\n"
12523 "               const char *linkname);\n"
12524 "\n"
12525 msgstr ""
12526
12527 # type: textblock
12528 #. type: textblock
12529 #: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368
12530 msgid "This command creates a symbolic link using the C<ln -s> command."
12531 msgstr ""
12532
12533 # type: =head2
12534 #. type: =head2
12535 #: ../src/guestfs-actions.pod:3447
12536 msgid "guestfs_ln_sf"
12537 msgstr ""
12538
12539 # type: verbatim
12540 #. type: verbatim
12541 #: ../src/guestfs-actions.pod:3449
12542 #, no-wrap
12543 msgid ""
12544 " int\n"
12545 " guestfs_ln_sf (guestfs_h *g,\n"
12546 "                const char *target,\n"
12547 "                const char *linkname);\n"
12548 "\n"
12549 msgstr ""
12550
12551 # type: textblock
12552 #. type: textblock
12553 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374
12554 msgid ""
12555 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12556 "option removes the link (C<linkname>) if it exists already."
12557 msgstr ""
12558
12559 # type: =head2
12560 #. type: =head2
12561 #: ../src/guestfs-actions.pod:3461
12562 msgid "guestfs_lremovexattr"
12563 msgstr ""
12564
12565 # type: verbatim
12566 #. type: verbatim
12567 #: ../src/guestfs-actions.pod:3463
12568 #, no-wrap
12569 msgid ""
12570 " int\n"
12571 " guestfs_lremovexattr (guestfs_h *g,\n"
12572 "                       const char *xattr,\n"
12573 "                       const char *path);\n"
12574 "\n"
12575 msgstr ""
12576
12577 # type: textblock
12578 #. type: textblock
12579 #: ../src/guestfs-actions.pod:3468
12580 msgid ""
12581 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12582 "link, then it removes an extended attribute of the link itself."
12583 msgstr ""
12584
12585 # type: =head2
12586 #. type: =head2
12587 #: ../src/guestfs-actions.pod:3476
12588 msgid "guestfs_ls"
12589 msgstr ""
12590
12591 # type: verbatim
12592 #. type: verbatim
12593 #: ../src/guestfs-actions.pod:3478
12594 #, no-wrap
12595 msgid ""
12596 " char **\n"
12597 " guestfs_ls (guestfs_h *g,\n"
12598 "             const char *directory);\n"
12599 "\n"
12600 msgstr ""
12601
12602 # type: textblock
12603 #. type: textblock
12604 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389
12605 msgid ""
12606 "List the files in C<directory> (relative to the root directory, there is no "
12607 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12608 msgstr ""
12609
12610 # type: textblock
12611 #. type: textblock
12612 #: ../src/guestfs-actions.pod:3486
12613 msgid ""
12614 "This command is mostly useful for interactive sessions.  Programs should "
12615 "probably use C<guestfs_readdir> instead."
12616 msgstr ""
12617
12618 # type: =head2
12619 #. type: =head2
12620 #: ../src/guestfs-actions.pod:3495
12621 msgid "guestfs_lsetxattr"
12622 msgstr ""
12623
12624 # type: verbatim
12625 #. type: verbatim
12626 #: ../src/guestfs-actions.pod:3497
12627 #, no-wrap
12628 msgid ""
12629 " int\n"
12630 " guestfs_lsetxattr (guestfs_h *g,\n"
12631 "                    const char *xattr,\n"
12632 "                    const char *val,\n"
12633 "                    int vallen,\n"
12634 "                    const char *path);\n"
12635 "\n"
12636 msgstr ""
12637
12638 # type: textblock
12639 #. type: textblock
12640 #: ../src/guestfs-actions.pod:3504
12641 msgid ""
12642 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12643 "then it sets an extended attribute of the link itself."
12644 msgstr ""
12645
12646 # type: =head2
12647 #. type: =head2
12648 #: ../src/guestfs-actions.pod:3512
12649 msgid "guestfs_lstat"
12650 msgstr ""
12651
12652 # type: verbatim
12653 #. type: verbatim
12654 #: ../src/guestfs-actions.pod:3514
12655 #, no-wrap
12656 msgid ""
12657 " struct guestfs_stat *\n"
12658 " guestfs_lstat (guestfs_h *g,\n"
12659 "                const char *path);\n"
12660 "\n"
12661 msgstr ""
12662
12663 # type: textblock
12664 #. type: textblock
12665 #: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6015
12666 #: ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4023
12667 msgid "Returns file information for the given C<path>."
12668 msgstr ""
12669
12670 # type: textblock
12671 #. type: textblock
12672 #: ../src/guestfs-actions.pod:3520
12673 msgid ""
12674 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12675 "link, then the link is stat-ed, not the file it refers to."
12676 msgstr ""
12677
12678 # type: textblock
12679 #. type: textblock
12680 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414
12681 msgid "This is the same as the C<lstat(2)> system call."
12682 msgstr ""
12683
12684 # type: textblock
12685 #. type: textblock
12686 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6019
12687 msgid ""
12688 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12689 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12690 msgstr ""
12691
12692 # type: textblock
12693 #. type: textblock
12694 #: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6023
12695 #: ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6422
12696 msgid "(Added in 0.9.2)"
12697 msgstr ""
12698
12699 # type: =head2
12700 #. type: =head2
12701 #: ../src/guestfs-actions.pod:3532
12702 msgid "guestfs_lstatlist"
12703 msgstr ""
12704
12705 # type: verbatim
12706 #. type: verbatim
12707 #: ../src/guestfs-actions.pod:3534
12708 #, no-wrap
12709 msgid ""
12710 " struct guestfs_stat_list *\n"
12711 " guestfs_lstatlist (guestfs_h *g,\n"
12712 "                    const char *path,\n"
12713 "                    char *const *names);\n"
12714 "\n"
12715 msgstr ""
12716
12717 # type: textblock
12718 #. type: textblock
12719 #: ../src/guestfs-actions.pod:3539
12720 msgid ""
12721 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12722 "files, where all files are in the directory C<path>.  C<names> is the list "
12723 "of files from this directory."
12724 msgstr ""
12725
12726 # type: textblock
12727 #. type: textblock
12728 #: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424
12729 msgid ""
12730 "On return you get a list of stat structs, with a one-to-one correspondence "
12731 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12732 "then the C<ino> field of that structure is set to C<-1>."
12733 msgstr ""
12734
12735 # type: textblock
12736 #. type: textblock
12737 #: ../src/guestfs-actions.pod:3548
12738 msgid ""
12739 "This call is intended for programs that want to efficiently list a directory "
12740 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12741 "for a similarly efficient call for getting extended attributes.  Very long "
12742 "directory listings might cause the protocol message size to be exceeded, "
12743 "causing this call to fail.  The caller must split up such requests into "
12744 "smaller groups of names."
12745 msgstr ""
12746
12747 # type: textblock
12748 #. type: textblock
12749 #: ../src/guestfs-actions.pod:3556
12750 msgid ""
12751 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12752 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12753 msgstr ""
12754
12755 # type: =head2
12756 #. type: =head2
12757 #: ../src/guestfs-actions.pod:3562
12758 msgid "guestfs_luks_add_key"
12759 msgstr ""
12760
12761 # type: verbatim
12762 #. type: verbatim
12763 #: ../src/guestfs-actions.pod:3564
12764 #, no-wrap
12765 msgid ""
12766 " int\n"
12767 " guestfs_luks_add_key (guestfs_h *g,\n"
12768 "                       const char *device,\n"
12769 "                       const char *key,\n"
12770 "                       const char *newkey,\n"
12771 "                       int keyslot);\n"
12772 "\n"
12773 msgstr ""
12774
12775 # type: textblock
12776 #. type: textblock
12777 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441
12778 msgid ""
12779 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12780 "existing key, and is used to access the device.  C<newkey> is the new key to "
12781 "add.  C<keyslot> is the key slot that will be replaced."
12782 msgstr ""
12783
12784 # type: textblock
12785 #. type: textblock
12786 #: ../src/guestfs-actions.pod:3576
12787 msgid ""
12788 "Note that if C<keyslot> already contains a key, then this command will "
12789 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12790 msgstr ""
12791
12792 # type: textblock
12793 #. type: textblock
12794 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622
12795 #: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
12796 #: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716
12797 msgid ""
12798 "This function takes a key or passphrase parameter which could contain "
12799 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12800 "information."
12801 msgstr ""
12802
12803 # type: textblock
12804 #. type: textblock
12805 #: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626
12806 #: ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669
12807 msgid "(Added in 1.5.2)"
12808 msgstr ""
12809
12810 # type: =head2
12811 #. type: =head2
12812 #: ../src/guestfs-actions.pod:3588
12813 msgid "guestfs_luks_close"
12814 msgstr ""
12815
12816 # type: verbatim
12817 #. type: verbatim
12818 #: ../src/guestfs-actions.pod:3590
12819 #, no-wrap
12820 msgid ""
12821 " int\n"
12822 " guestfs_luks_close (guestfs_h *g,\n"
12823 "                     const char *device);\n"
12824 "\n"
12825 msgstr ""
12826
12827 # type: textblock
12828 #. type: textblock
12829 #: ../src/guestfs-actions.pod:3594
12830 msgid ""
12831 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12832 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12833 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12834 "underlying block device."
12835 msgstr ""
12836
12837 # type: textblock
12838 #. type: textblock
12839 #: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701
12840 #: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770
12841 #: ../src/guestfs-actions.pod:3818
12842 msgid "(Added in 1.5.1)"
12843 msgstr ""
12844
12845 # type: =head2
12846 #. type: =head2
12847 #: ../src/guestfs-actions.pod:3604
12848 msgid "guestfs_luks_format"
12849 msgstr ""
12850
12851 # type: verbatim
12852 #. type: verbatim
12853 #: ../src/guestfs-actions.pod:3606
12854 #, no-wrap
12855 msgid ""
12856 " int\n"
12857 " guestfs_luks_format (guestfs_h *g,\n"
12858 "                      const char *device,\n"
12859 "                      const char *key,\n"
12860 "                      int keyslot);\n"
12861 "\n"
12862 msgstr ""
12863
12864 # type: textblock
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467
12867 msgid ""
12868 "This command erases existing data on C<device> and formats the device as a "
12869 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12870 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12871 msgstr ""
12872
12873 # type: textblock
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642
12876 #: ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4712
12877 #: ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5850
12878 #: ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5899
12879 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:2475
12880 #: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572
12881 #: ../fish/guestfish-actions.pod:3135 ../fish/guestfish-actions.pod:3642
12882 #: ../fish/guestfish-actions.pod:3922 ../fish/guestfish-actions.pod:3938
12883 #: ../fish/guestfish-actions.pod:3953 ../fish/guestfish-actions.pod:4668
12884 msgid ""
12885 "B<This command is dangerous.  Without careful use you can easily destroy all "
12886 "your data>."
12887 msgstr ""
12888
12889 # type: =head2
12890 #. type: =head2
12891 #: ../src/guestfs-actions.pod:3628
12892 msgid "guestfs_luks_format_cipher"
12893 msgstr ""
12894
12895 # type: verbatim
12896 #. type: verbatim
12897 #: ../src/guestfs-actions.pod:3630
12898 #, no-wrap
12899 msgid ""
12900 " int\n"
12901 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12902 "                             const char *device,\n"
12903 "                             const char *key,\n"
12904 "                             int keyslot,\n"
12905 "                             const char *cipher);\n"
12906 "\n"
12907 msgstr ""
12908
12909 # type: textblock
12910 #. type: textblock
12911 #: ../src/guestfs-actions.pod:3637
12912 msgid ""
12913 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12914 "set the C<cipher> used."
12915 msgstr ""
12916
12917 # type: =head2
12918 #. type: =head2
12919 #: ../src/guestfs-actions.pod:3651
12920 msgid "guestfs_luks_kill_slot"
12921 msgstr ""
12922
12923 # type: verbatim
12924 #. type: verbatim
12925 #: ../src/guestfs-actions.pod:3653
12926 #, no-wrap
12927 msgid ""
12928 " int\n"
12929 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12930 "                         const char *device,\n"
12931 "                         const char *key,\n"
12932 "                         int keyslot);\n"
12933 "\n"
12934 msgstr ""
12935
12936 # type: textblock
12937 #. type: textblock
12938 #: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495
12939 msgid ""
12940 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12941 "device C<device>.  C<key> must be one of the I<other> keys."
12942 msgstr ""
12943
12944 # type: =head2
12945 #. type: =head2
12946 #: ../src/guestfs-actions.pod:3671
12947 msgid "guestfs_luks_open"
12948 msgstr ""
12949
12950 # type: verbatim
12951 #. type: verbatim
12952 #: ../src/guestfs-actions.pod:3673
12953 #, no-wrap
12954 msgid ""
12955 " int\n"
12956 " guestfs_luks_open (guestfs_h *g,\n"
12957 "                    const char *device,\n"
12958 "                    const char *key,\n"
12959 "                    const char *mapname);\n"
12960 "\n"
12961 msgstr ""
12962
12963 # type: textblock
12964 #. type: textblock
12965 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
12966 msgid ""
12967 "This command opens a block device which has been encrypted according to the "
12968 "Linux Unified Key Setup (LUKS) standard."
12969 msgstr ""
12970
12971 # type: textblock
12972 #. type: textblock
12973 #: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509
12974 msgid "C<device> is the encrypted block device or partition."
12975 msgstr ""
12976
12977 # type: textblock
12978 #. type: textblock
12979 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
12980 msgid ""
12981 "The caller must supply one of the keys associated with the LUKS block "
12982 "device, in the C<key> parameter."
12983 msgstr ""
12984
12985 # type: textblock
12986 #. type: textblock
12987 #: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514
12988 msgid ""
12989 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12990 "writes to this block device are decrypted from and encrypted to the "
12991 "underlying C<device> respectively."
12992 msgstr ""
12993
12994 # type: textblock
12995 #. type: textblock
12996 #: ../src/guestfs-actions.pod:3691
12997 msgid ""
12998 "If this block device contains LVM volume groups, then calling "
12999 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13000 "visible."
13001 msgstr ""
13002
13003 # type: =head2
13004 #. type: =head2
13005 #: ../src/guestfs-actions.pod:3703
13006 msgid "guestfs_luks_open_ro"
13007 msgstr ""
13008
13009 # type: verbatim
13010 #. type: verbatim
13011 #: ../src/guestfs-actions.pod:3705
13012 #, no-wrap
13013 msgid ""
13014 " int\n"
13015 " guestfs_luks_open_ro (guestfs_h *g,\n"
13016 "                       const char *device,\n"
13017 "                       const char *key,\n"
13018 "                       const char *mapname);\n"
13019 "\n"
13020 msgstr ""
13021
13022 # type: textblock
13023 #. type: textblock
13024 #: ../src/guestfs-actions.pod:3711
13025 msgid ""
13026 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13027 "created."
13028 msgstr ""
13029
13030 # type: =head2
13031 #. type: =head2
13032 #: ../src/guestfs-actions.pod:3722
13033 msgid "guestfs_lvcreate"
13034 msgstr ""
13035
13036 # type: verbatim
13037 #. type: verbatim
13038 #: ../src/guestfs-actions.pod:3724
13039 #, no-wrap
13040 msgid ""
13041 " int\n"
13042 " guestfs_lvcreate (guestfs_h *g,\n"
13043 "                   const char *logvol,\n"
13044 "                   const char *volgroup,\n"
13045 "                   int mbytes);\n"
13046 "\n"
13047 msgstr ""
13048
13049 # type: textblock
13050 #. type: textblock
13051 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539
13052 msgid ""
13053 "This creates an LVM logical volume called C<logvol> on the volume group "
13054 "C<volgroup>, with C<size> megabytes."
13055 msgstr ""
13056
13057 # type: =head2
13058 #. type: =head2
13059 #: ../src/guestfs-actions.pod:3737
13060 msgid "guestfs_lvm_canonical_lv_name"
13061 msgstr ""
13062
13063 # type: verbatim
13064 #. type: verbatim
13065 #: ../src/guestfs-actions.pod:3739
13066 #, no-wrap
13067 msgid ""
13068 " char *\n"
13069 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13070 "                                const char *lvname);\n"
13071 "\n"
13072 msgstr ""
13073
13074 # type: textblock
13075 #. type: textblock
13076 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
13077 msgid ""
13078 "This converts alternative naming schemes for LVs that you might find to the "
13079 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13080 "LV>."
13081 msgstr ""
13082
13083 # type: textblock
13084 #. type: textblock
13085 #: ../src/guestfs-actions.pod:3747 ../fish/guestfish-actions.pod:2550
13086 msgid ""
13087 "This command returns an error if the C<lvname> parameter does not refer to a "
13088 "logical volume."
13089 msgstr ""
13090
13091 # type: textblock
13092 #. type: textblock
13093 #: ../src/guestfs-actions.pod:3750
13094 msgid "See also C<guestfs_is_lv>."
13095 msgstr ""
13096
13097 # type: textblock
13098 #. type: textblock
13099 #: ../src/guestfs-actions.pod:3755
13100 msgid "(Added in 1.5.24)"
13101 msgstr ""
13102
13103 # type: =head2
13104 #. type: =head2
13105 #: ../src/guestfs-actions.pod:3757
13106 msgid "guestfs_lvm_clear_filter"
13107 msgstr ""
13108
13109 # type: verbatim
13110 #. type: verbatim
13111 #: ../src/guestfs-actions.pod:3759
13112 #, no-wrap
13113 msgid ""
13114 " int\n"
13115 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13116 "\n"
13117 msgstr ""
13118
13119 # type: textblock
13120 #. type: textblock
13121 #: ../src/guestfs-actions.pod:3762
13122 msgid ""
13123 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13124 "see every block device."
13125 msgstr ""
13126
13127 # type: textblock
13128 #. type: textblock
13129 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807
13130 #: ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593
13131 msgid ""
13132 "This command also clears the LVM cache and performs a volume group scan."
13133 msgstr ""
13134
13135 # type: =head2
13136 #. type: =head2
13137 #: ../src/guestfs-actions.pod:3772
13138 msgid "guestfs_lvm_remove_all"
13139 msgstr ""
13140
13141 # type: verbatim
13142 #. type: verbatim
13143 #: ../src/guestfs-actions.pod:3774
13144 #, no-wrap
13145 msgid ""
13146 " int\n"
13147 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13148 "\n"
13149 msgstr ""
13150
13151 # type: textblock
13152 #. type: textblock
13153 #: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569
13154 msgid ""
13155 "This command removes all LVM logical volumes, volume groups and physical "
13156 "volumes."
13157 msgstr ""
13158
13159 # type: =head2
13160 #. type: =head2
13161 #: ../src/guestfs-actions.pod:3787
13162 msgid "guestfs_lvm_set_filter"
13163 msgstr ""
13164
13165 # type: verbatim
13166 #. type: verbatim
13167 #: ../src/guestfs-actions.pod:3789
13168 #, no-wrap
13169 msgid ""
13170 " int\n"
13171 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13172 "                         char *const *devices);\n"
13173 "\n"
13174 msgstr ""
13175
13176 # type: textblock
13177 #. type: textblock
13178 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
13179 msgid ""
13180 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13181 "block devices in the list C<devices>, and will ignore all other attached "
13182 "block devices."
13183 msgstr ""
13184
13185 # type: textblock
13186 #. type: textblock
13187 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583
13188 msgid ""
13189 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13190 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13191 "there are two types of duplication possible: either cloned PVs/VGs which "
13192 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13193 "same name.  In normal operation you cannot create this situation, but you "
13194 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13195 "inside the LVM metadata."
13196 msgstr ""
13197
13198 # type: textblock
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596
13201 msgid "You can filter whole block devices or individual partitions."
13202 msgstr ""
13203
13204 # type: textblock
13205 #. type: textblock
13206 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
13207 msgid ""
13208 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13209 "filesystem), even if you are not filtering out that VG."
13210 msgstr ""
13211
13212 # type: =head2
13213 #. type: =head2
13214 #: ../src/guestfs-actions.pod:3820
13215 msgid "guestfs_lvremove"
13216 msgstr ""
13217
13218 # type: verbatim
13219 #. type: verbatim
13220 #: ../src/guestfs-actions.pod:3822
13221 #, no-wrap
13222 msgid ""
13223 " int\n"
13224 " guestfs_lvremove (guestfs_h *g,\n"
13225 "                   const char *device);\n"
13226 "\n"
13227 msgstr ""
13228
13229 # type: textblock
13230 #. type: textblock
13231 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
13232 msgid ""
13233 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13234 "LV, such as C</dev/VG/LV>."
13235 msgstr ""
13236
13237 # type: textblock
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609
13240 msgid ""
13241 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13242 "dev/VG>."
13243 msgstr ""
13244
13245 # type: textblock
13246 #. type: textblock
13247 #: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5058
13248 #: ../src/guestfs-actions.pod:6798
13249 msgid "(Added in 1.0.13)"
13250 msgstr ""
13251
13252 # type: =head2
13253 #. type: =head2
13254 #: ../src/guestfs-actions.pod:3836
13255 msgid "guestfs_lvrename"
13256 msgstr ""
13257
13258 # type: verbatim
13259 #. type: verbatim
13260 #: ../src/guestfs-actions.pod:3838
13261 #, no-wrap
13262 msgid ""
13263 " int\n"
13264 " guestfs_lvrename (guestfs_h *g,\n"
13265 "                   const char *logvol,\n"
13266 "                   const char *newlogvol);\n"
13267 "\n"
13268 msgstr ""
13269
13270 # type: textblock
13271 #. type: textblock
13272 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616
13273 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13274 msgstr ""
13275
13276 # type: textblock
13277 #. type: textblock
13278 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6811
13279 msgid "(Added in 1.0.83)"
13280 msgstr ""
13281
13282 # type: =head2
13283 #. type: =head2
13284 #: ../src/guestfs-actions.pod:3849
13285 msgid "guestfs_lvresize"
13286 msgstr ""
13287
13288 # type: verbatim
13289 #. type: verbatim
13290 #: ../src/guestfs-actions.pod:3851
13291 #, no-wrap
13292 msgid ""
13293 " int\n"
13294 " guestfs_lvresize (guestfs_h *g,\n"
13295 "                   const char *device,\n"
13296 "                   int mbytes);\n"
13297 "\n"
13298 msgstr ""
13299
13300 # type: textblock
13301 #. type: textblock
13302 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622
13303 msgid ""
13304 "This resizes (expands or shrinks) an existing LVM logical volume to "
13305 "C<mbytes>.  When reducing, data in the reduced part is lost."
13306 msgstr ""
13307
13308 # type: =head2
13309 #. type: =head2
13310 #: ../src/guestfs-actions.pod:3864
13311 msgid "guestfs_lvresize_free"
13312 msgstr ""
13313
13314 # type: verbatim
13315 #. type: verbatim
13316 #: ../src/guestfs-actions.pod:3866
13317 #, no-wrap
13318 msgid ""
13319 " int\n"
13320 " guestfs_lvresize_free (guestfs_h *g,\n"
13321 "                        const char *lv,\n"
13322 "                        int percent);\n"
13323 "\n"
13324 msgstr ""
13325
13326 # type: textblock
13327 #. type: textblock
13328 #: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630
13329 msgid ""
13330 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13331 "remaining free space in the volume group.  Commonly you would call this with "
13332 "pc = 100 which expands the logical volume as much as possible, using all "
13333 "remaining free space in the volume group."
13334 msgstr ""
13335
13336 # type: textblock
13337 #. type: textblock
13338 #: ../src/guestfs-actions.pod:3879
13339 msgid "(Added in 1.3.3)"
13340 msgstr ""
13341
13342 # type: =head2
13343 #. type: =head2
13344 #: ../src/guestfs-actions.pod:3881
13345 msgid "guestfs_lvs"
13346 msgstr ""
13347
13348 # type: verbatim
13349 #. type: verbatim
13350 #: ../src/guestfs-actions.pod:3883
13351 #, no-wrap
13352 msgid ""
13353 " char **\n"
13354 " guestfs_lvs (guestfs_h *g);\n"
13355 "\n"
13356 msgstr ""
13357
13358 # type: textblock
13359 #. type: textblock
13360 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
13361 msgid ""
13362 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13363 "(8)> command."
13364 msgstr ""
13365
13366 # type: textblock
13367 #. type: textblock
13368 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643
13369 msgid ""
13370 "This returns a list of the logical volume device names (eg. C</dev/"
13371 "VolGroup00/LogVol00>)."
13372 msgstr ""
13373
13374 # type: textblock
13375 #. type: textblock
13376 #: ../src/guestfs-actions.pod:3892
13377 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13378 msgstr ""
13379
13380 # type: =head2
13381 #. type: =head2
13382 #: ../src/guestfs-actions.pod:3900
13383 msgid "guestfs_lvs_full"
13384 msgstr ""
13385
13386 # type: verbatim
13387 #. type: verbatim
13388 #: ../src/guestfs-actions.pod:3902
13389 #, no-wrap
13390 msgid ""
13391 " struct guestfs_lvm_lv_list *\n"
13392 " guestfs_lvs_full (guestfs_h *g);\n"
13393 "\n"
13394 msgstr ""
13395
13396 # type: textblock
13397 #. type: textblock
13398 #: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652
13399 msgid ""
13400 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13401 "(8)> command.  The \"full\" version includes all fields."
13402 msgstr ""
13403
13404 # type: textblock
13405 #. type: textblock
13406 #: ../src/guestfs-actions.pod:3908
13407 msgid ""
13408 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13409 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13410 msgstr ""
13411
13412 # type: =head2
13413 #. type: =head2
13414 #: ../src/guestfs-actions.pod:3914
13415 msgid "guestfs_lvuuid"
13416 msgstr ""
13417
13418 # type: verbatim
13419 #. type: verbatim
13420 #: ../src/guestfs-actions.pod:3916
13421 #, no-wrap
13422 msgid ""
13423 " char *\n"
13424 " guestfs_lvuuid (guestfs_h *g,\n"
13425 "                 const char *device);\n"
13426 "\n"
13427 msgstr ""
13428
13429 # type: textblock
13430 #. type: textblock
13431 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659
13432 msgid "This command returns the UUID of the LVM LV C<device>."
13433 msgstr ""
13434
13435 # type: =head2
13436 #. type: =head2
13437 #: ../src/guestfs-actions.pod:3927
13438 msgid "guestfs_lxattrlist"
13439 msgstr ""
13440
13441 # type: verbatim
13442 #. type: verbatim
13443 #: ../src/guestfs-actions.pod:3929
13444 #, no-wrap
13445 msgid ""
13446 " struct guestfs_xattr_list *\n"
13447 " guestfs_lxattrlist (guestfs_h *g,\n"
13448 "                     const char *path,\n"
13449 "                     char *const *names);\n"
13450 "\n"
13451 msgstr ""
13452
13453 # type: textblock
13454 #. type: textblock
13455 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
13456 msgid ""
13457 "This call allows you to get the extended attributes of multiple files, where "
13458 "all files are in the directory C<path>.  C<names> is the list of files from "
13459 "this directory."
13460 msgstr ""
13461
13462 # type: textblock
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669
13465 msgid ""
13466 "On return you get a flat list of xattr structs which must be interpreted "
13467 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13468 "C<attrval> in this struct is zero-length to indicate there was an error "
13469 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13470 "number (the number of following attributes for this file, which could be C<"
13471 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13472 "for the first named file.  This repeats for the second and subsequent files."
13473 msgstr ""
13474
13475 # type: textblock
13476 #. type: textblock
13477 #: ../src/guestfs-actions.pod:3948
13478 msgid ""
13479 "This call is intended for programs that want to efficiently list a directory "
13480 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13481 "a similarly efficient call for getting standard stats.  Very long directory "
13482 "listings might cause the protocol message size to be exceeded, causing this "
13483 "call to fail.  The caller must split up such requests into smaller groups of "
13484 "names."
13485 msgstr ""
13486
13487 # type: =head2
13488 #. type: =head2
13489 #: ../src/guestfs-actions.pod:3962
13490 msgid "guestfs_mkdir"
13491 msgstr ""
13492
13493 # type: verbatim
13494 #. type: verbatim
13495 #: ../src/guestfs-actions.pod:3964
13496 #, no-wrap
13497 msgid ""
13498 " int\n"
13499 " guestfs_mkdir (guestfs_h *g,\n"
13500 "                const char *path);\n"
13501 "\n"
13502 msgstr ""
13503
13504 # type: textblock
13505 #. type: textblock
13506 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691
13507 msgid "Create a directory named C<path>."
13508 msgstr ""
13509
13510 # type: =head2
13511 #. type: =head2
13512 #: ../src/guestfs-actions.pod:3974
13513 msgid "guestfs_mkdir_mode"
13514 msgstr ""
13515
13516 # type: verbatim
13517 #. type: verbatim
13518 #: ../src/guestfs-actions.pod:3976
13519 #, no-wrap
13520 msgid ""
13521 " int\n"
13522 " guestfs_mkdir_mode (guestfs_h *g,\n"
13523 "                     const char *path,\n"
13524 "                     int mode);\n"
13525 "\n"
13526 msgstr ""
13527
13528 # type: textblock
13529 #. type: textblock
13530 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
13531 msgid ""
13532 "This command creates a directory, setting the initial permissions of the "
13533 "directory to C<mode>."
13534 msgstr ""
13535
13536 # type: textblock
13537 #. type: textblock
13538 #: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700
13539 msgid ""
13540 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13541 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13542 "other ways."
13543 msgstr ""
13544
13545 # type: textblock
13546 #. type: textblock
13547 #: ../src/guestfs-actions.pod:3988
13548 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13549 msgstr ""
13550
13551 # type: =head2
13552 #. type: =head2
13553 #: ../src/guestfs-actions.pod:3994
13554 msgid "guestfs_mkdir_p"
13555 msgstr ""
13556
13557 # type: verbatim
13558 #. type: verbatim
13559 #: ../src/guestfs-actions.pod:3996
13560 #, no-wrap
13561 msgid ""
13562 " int\n"
13563 " guestfs_mkdir_p (guestfs_h *g,\n"
13564 "                  const char *path);\n"
13565 "\n"
13566 msgstr ""
13567
13568 # type: textblock
13569 #. type: textblock
13570 #: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710
13571 msgid ""
13572 "Create a directory named C<path>, creating any parent directories as "
13573 "necessary.  This is like the C<mkdir -p> shell command."
13574 msgstr ""
13575
13576 # type: =head2
13577 #. type: =head2
13578 #: ../src/guestfs-actions.pod:4007
13579 msgid "guestfs_mkdtemp"
13580 msgstr ""
13581
13582 # type: verbatim
13583 #. type: verbatim
13584 #: ../src/guestfs-actions.pod:4009
13585 #, no-wrap
13586 msgid ""
13587 " char *\n"
13588 " guestfs_mkdtemp (guestfs_h *g,\n"
13589 "                  const char *template);\n"
13590 "\n"
13591 msgstr ""
13592
13593 # type: textblock
13594 #. type: textblock
13595 #: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717
13596 msgid ""
13597 "This command creates a temporary directory.  The C<template> parameter "
13598 "should be a full pathname for the temporary directory name with the final "
13599 "six characters being \"XXXXXX\"."
13600 msgstr ""
13601
13602 # type: textblock
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
13605 msgid ""
13606 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13607 "being suitable for Windows filesystems."
13608 msgstr ""
13609
13610 # type: textblock
13611 #. type: textblock
13612 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
13613 msgid "The name of the temporary directory that was created is returned."
13614 msgstr ""
13615
13616 # type: textblock
13617 #. type: textblock
13618 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
13619 msgid "The temporary directory is created with mode 0700 and is owned by root."
13620 msgstr ""
13621
13622 # type: textblock
13623 #. type: textblock
13624 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
13625 msgid ""
13626 "The caller is responsible for deleting the temporary directory and its "
13627 "contents after use."
13628 msgstr ""
13629
13630 # type: textblock
13631 #. type: textblock
13632 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2734
13633 msgid "See also: L<mkdtemp(3)>"
13634 msgstr ""
13635
13636 # type: =head2
13637 #. type: =head2
13638 #: ../src/guestfs-actions.pod:4037
13639 msgid "guestfs_mke2fs_J"
13640 msgstr ""
13641
13642 # type: verbatim
13643 #. type: verbatim
13644 #: ../src/guestfs-actions.pod:4039
13645 #, no-wrap
13646 msgid ""
13647 " int\n"
13648 " guestfs_mke2fs_J (guestfs_h *g,\n"
13649 "                   const char *fstype,\n"
13650 "                   int blocksize,\n"
13651 "                   const char *device,\n"
13652 "                   const char *journal);\n"
13653 "\n"
13654 msgstr ""
13655
13656 # type: textblock
13657 #. type: textblock
13658 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
13659 msgid ""
13660 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13661 "C<journal>.  It is equivalent to the command:"
13662 msgstr ""
13663
13664 # type: verbatim
13665 #. type: verbatim
13666 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2744
13667 #, no-wrap
13668 msgid ""
13669 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13670 "\n"
13671 msgstr ""
13672
13673 # type: textblock
13674 #. type: textblock
13675 #: ../src/guestfs-actions.pod:4052
13676 msgid "See also C<guestfs_mke2journal>."
13677 msgstr ""
13678
13679 # type: textblock
13680 #. type: textblock
13681 #: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074
13682 #: ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108
13683 #: ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136
13684 #: ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4448
13685 msgid "(Added in 1.0.68)"
13686 msgstr ""
13687
13688 # type: =head2
13689 #. type: =head2
13690 #: ../src/guestfs-actions.pod:4058
13691 msgid "guestfs_mke2fs_JL"
13692 msgstr ""
13693
13694 # type: verbatim
13695 #. type: verbatim
13696 #: ../src/guestfs-actions.pod:4060
13697 #, no-wrap
13698 msgid ""
13699 " int\n"
13700 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13701 "                    const char *fstype,\n"
13702 "                    int blocksize,\n"
13703 "                    const char *device,\n"
13704 "                    const char *label);\n"
13705 "\n"
13706 msgstr ""
13707
13708 # type: textblock
13709 #. type: textblock
13710 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2752
13711 msgid ""
13712 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13713 "the journal labeled C<label>."
13714 msgstr ""
13715
13716 # type: textblock
13717 #. type: textblock
13718 #: ../src/guestfs-actions.pod:4070
13719 msgid "See also C<guestfs_mke2journal_L>."
13720 msgstr ""
13721
13722 # type: =head2
13723 #. type: =head2
13724 #: ../src/guestfs-actions.pod:4076
13725 msgid "guestfs_mke2fs_JU"
13726 msgstr ""
13727
13728 # type: verbatim
13729 #. type: verbatim
13730 #: ../src/guestfs-actions.pod:4078
13731 #, no-wrap
13732 msgid ""
13733 " int\n"
13734 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13735 "                    const char *fstype,\n"
13736 "                    int blocksize,\n"
13737 "                    const char *device,\n"
13738 "                    const char *uuid);\n"
13739 "\n"
13740 msgstr ""
13741
13742 # type: textblock
13743 #. type: textblock
13744 #: ../src/guestfs-actions.pod:4085 ../fish/guestfish-actions.pod:2761
13745 msgid ""
13746 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13747 "the journal with UUID C<uuid>."
13748 msgstr ""
13749
13750 # type: textblock
13751 #. type: textblock
13752 #: ../src/guestfs-actions.pod:4088
13753 msgid "See also C<guestfs_mke2journal_U>."
13754 msgstr ""
13755
13756 # type: =head2
13757 #. type: =head2
13758 #: ../src/guestfs-actions.pod:4094
13759 msgid "guestfs_mke2journal"
13760 msgstr ""
13761
13762 # type: verbatim
13763 #. type: verbatim
13764 #: ../src/guestfs-actions.pod:4096
13765 #, no-wrap
13766 msgid ""
13767 " int\n"
13768 " guestfs_mke2journal (guestfs_h *g,\n"
13769 "                      int blocksize,\n"
13770 "                      const char *device);\n"
13771 "\n"
13772 msgstr ""
13773
13774 # type: textblock
13775 #. type: textblock
13776 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
13777 msgid ""
13778 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13779 "command:"
13780 msgstr ""
13781
13782 # type: verbatim
13783 #. type: verbatim
13784 #: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2773
13785 #, no-wrap
13786 msgid ""
13787 " mke2fs -O journal_dev -b blocksize device\n"
13788 "\n"
13789 msgstr ""
13790
13791 # type: =head2
13792 #. type: =head2
13793 #: ../src/guestfs-actions.pod:4110
13794 msgid "guestfs_mke2journal_L"
13795 msgstr ""
13796
13797 # type: verbatim
13798 #. type: verbatim
13799 #: ../src/guestfs-actions.pod:4112
13800 #, no-wrap
13801 msgid ""
13802 " int\n"
13803 " guestfs_mke2journal_L (guestfs_h *g,\n"
13804 "                        int blocksize,\n"
13805 "                        const char *label,\n"
13806 "                        const char *device);\n"
13807 "\n"
13808 msgstr ""
13809
13810 # type: textblock
13811 #. type: textblock
13812 #: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2779
13813 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13814 msgstr ""
13815
13816 # type: =head2
13817 #. type: =head2
13818 #: ../src/guestfs-actions.pod:4124
13819 msgid "guestfs_mke2journal_U"
13820 msgstr ""
13821
13822 # type: verbatim
13823 #. type: verbatim
13824 #: ../src/guestfs-actions.pod:4126
13825 #, no-wrap
13826 msgid ""
13827 " int\n"
13828 " guestfs_mke2journal_U (guestfs_h *g,\n"
13829 "                        int blocksize,\n"
13830 "                        const char *uuid,\n"
13831 "                        const char *device);\n"
13832 "\n"
13833 msgstr ""
13834
13835 # type: textblock
13836 #. type: textblock
13837 #: ../src/guestfs-actions.pod:4132 ../fish/guestfish-actions.pod:2785
13838 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13839 msgstr ""
13840
13841 # type: =head2
13842 #. type: =head2
13843 #: ../src/guestfs-actions.pod:4138
13844 msgid "guestfs_mkfifo"
13845 msgstr ""
13846
13847 # type: verbatim
13848 #. type: verbatim
13849 #: ../src/guestfs-actions.pod:4140
13850 #, no-wrap
13851 msgid ""
13852 " int\n"
13853 " guestfs_mkfifo (guestfs_h *g,\n"
13854 "                 int mode,\n"
13855 "                 const char *path);\n"
13856 "\n"
13857 msgstr ""
13858
13859 # type: textblock
13860 #. type: textblock
13861 #: ../src/guestfs-actions.pod:4145
13862 msgid ""
13863 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13864 "is just a convenient wrapper around C<guestfs_mknod>."
13865 msgstr ""
13866
13867 # type: =head2
13868 #. type: =head2
13869 #: ../src/guestfs-actions.pod:4155
13870 msgid "guestfs_mkfs"
13871 msgstr ""
13872
13873 # type: verbatim
13874 #. type: verbatim
13875 #: ../src/guestfs-actions.pod:4157
13876 #, no-wrap
13877 msgid ""
13878 " int\n"
13879 " guestfs_mkfs (guestfs_h *g,\n"
13880 "               const char *fstype,\n"
13881 "               const char *device);\n"
13882 "\n"
13883 msgstr ""
13884
13885 # type: textblock
13886 #. type: textblock
13887 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2801
13888 msgid ""
13889 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13890 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13891 msgstr ""
13892
13893 # type: =head2
13894 #. type: =head2
13895 #: ../src/guestfs-actions.pod:4170
13896 msgid "guestfs_mkfs_b"
13897 msgstr ""
13898
13899 # type: verbatim
13900 #. type: verbatim
13901 #: ../src/guestfs-actions.pod:4172
13902 #, no-wrap
13903 msgid ""
13904 " int\n"
13905 " guestfs_mkfs_b (guestfs_h *g,\n"
13906 "                 const char *fstype,\n"
13907 "                 int blocksize,\n"
13908 "                 const char *device);\n"
13909 "\n"
13910 msgstr ""
13911
13912 # type: textblock
13913 #. type: textblock
13914 #: ../src/guestfs-actions.pod:4178
13915 msgid ""
13916 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13917 "block size of the resulting filesystem.  Supported block sizes depend on the "
13918 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13919 msgstr ""
13920
13921 # type: textblock
13922 #. type: textblock
13923 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4225
13924 #: ../fish/guestfish-actions.pod:2814 ../fish/guestfish-actions.pod:2841
13925 msgid ""
13926 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13927 "cluster size."
13928 msgstr ""
13929
13930 # type: textblock
13931 #. type: textblock
13932 #: ../src/guestfs-actions.pod:4188 ../fish/guestfish-actions.pod:2817
13933 msgid ""
13934 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13935 msgstr ""
13936
13937 # type: =head2
13938 #. type: =head2
13939 #: ../src/guestfs-actions.pod:4197
13940 msgid "guestfs_mkfs_opts"
13941 msgstr ""
13942
13943 # type: verbatim
13944 #. type: verbatim
13945 #: ../src/guestfs-actions.pod:4199
13946 #, no-wrap
13947 msgid ""
13948 " int\n"
13949 " guestfs_mkfs_opts (guestfs_h *g,\n"
13950 "                    const char *fstype,\n"
13951 "                    const char *device,\n"
13952 "                    ...);\n"
13953 "\n"
13954 msgstr ""
13955
13956 # type: verbatim
13957 #. type: verbatim
13958 #: ../src/guestfs-actions.pod:4210
13959 #, no-wrap
13960 msgid ""
13961 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13962 "\n"
13963 msgstr ""
13964
13965 # type: textblock
13966 #. type: textblock
13967 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2828
13968 msgid ""
13969 "This function creates a filesystem on C<device>.  The filesystem type is "
13970 "C<fstype>, for example C<ext3>."
13971 msgstr ""
13972
13973 # type: =item
13974 #. type: =item
13975 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2835
13976 msgid "C<blocksize>"
13977 msgstr ""
13978
13979 # type: textblock
13980 #. type: textblock
13981 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
13982 msgid ""
13983 "The filesystem block size.  Supported block sizes depend on the filesystem "
13984 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13985 "filesystems."
13986 msgstr ""
13987
13988 #. type: textblock
13989 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2844
13990 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13991 msgstr ""
13992
13993 #. type: textblock
13994 #: ../src/guestfs-actions.pod:4234
13995 msgid "(Added in 1.7.19)"
13996 msgstr ""
13997
13998 # type: =head2
13999 #. type: =head2
14000 #: ../src/guestfs-actions.pod:4236
14001 msgid "guestfs_mkfs_opts_va"
14002 msgstr ""
14003
14004 # type: verbatim
14005 #. type: verbatim
14006 #: ../src/guestfs-actions.pod:4238
14007 #, no-wrap
14008 msgid ""
14009 " int\n"
14010 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14011 "                       const char *fstype,\n"
14012 "                       const char *device,\n"
14013 "                       va_list args);\n"
14014 "\n"
14015 msgstr ""
14016
14017 # type: textblock
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:4244
14020 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14021 msgstr ""
14022
14023 # type: =head2
14024 #. type: =head2
14025 #: ../src/guestfs-actions.pod:4248
14026 msgid "guestfs_mkfs_opts_argv"
14027 msgstr ""
14028
14029 # type: verbatim
14030 #. type: verbatim
14031 #: ../src/guestfs-actions.pod:4250
14032 #, no-wrap
14033 msgid ""
14034 " int\n"
14035 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14036 "                         const char *fstype,\n"
14037 "                         const char *device,\n"
14038 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14039 "\n"
14040 msgstr ""
14041
14042 # type: textblock
14043 #. type: textblock
14044 #: ../src/guestfs-actions.pod:4256
14045 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14046 msgstr ""
14047
14048 # type: =head2
14049 #. type: =head2
14050 #: ../src/guestfs-actions.pod:4260
14051 msgid "guestfs_mkmountpoint"
14052 msgstr ""
14053
14054 # type: verbatim
14055 #. type: verbatim
14056 #: ../src/guestfs-actions.pod:4262
14057 #, no-wrap
14058 msgid ""
14059 " int\n"
14060 " guestfs_mkmountpoint (guestfs_h *g,\n"
14061 "                       const char *exemptpath);\n"
14062 "\n"
14063 msgstr ""
14064
14065 # type: textblock
14066 #. type: textblock
14067 #: ../src/guestfs-actions.pod:4266
14068 msgid ""
14069 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14070 "that can be used to create extra mountpoints before mounting the first "
14071 "filesystem."
14072 msgstr ""
14073
14074 # type: textblock
14075 #. type: textblock
14076 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2858
14077 msgid ""
14078 "These calls are I<only> necessary in some very limited circumstances, mainly "
14079 "the case where you want to mount a mix of unrelated and/or read-only "
14080 "filesystems together."
14081 msgstr ""
14082
14083 # type: textblock
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2862
14086 msgid ""
14087 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14088 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14089 "inside that.  You can unpack this as follows in guestfish:"
14090 msgstr ""
14091
14092 # type: verbatim
14093 #. type: verbatim
14094 #: ../src/guestfs-actions.pod:4279 ../fish/guestfish-actions.pod:2867
14095 #, no-wrap
14096 msgid ""
14097 " add-ro Fedora-11-i686-Live.iso\n"
14098 " run\n"
14099 " mkmountpoint /cd\n"
14100 " mkmountpoint /sqsh\n"
14101 " mkmountpoint /ext3fs\n"
14102 " mount /dev/sda /cd\n"
14103 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14104 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14105 "\n"
14106 msgstr ""
14107
14108 # type: textblock
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2876
14111 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14112 msgstr ""
14113
14114 # type: textblock
14115 #. type: textblock
14116 #: ../src/guestfs-actions.pod:4290
14117 msgid ""
14118 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14119 "may get unexpected errors if you try to mix these calls.  It is safest to "
14120 "manually unmount filesystems and remove mountpoints after use."
14121 msgstr ""
14122
14123 # type: textblock
14124 #. type: textblock
14125 #: ../src/guestfs-actions.pod:4294
14126 msgid ""
14127 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14128 "first, so for this to work for manual mountpoints, you must ensure that the "
14129 "innermost mountpoints have the longest pathnames, as in the example code "
14130 "above."
14131 msgstr ""
14132
14133 # type: textblock
14134 #. type: textblock
14135 #: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2887
14136 msgid ""
14137 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14138 msgstr ""
14139
14140 # type: textblock
14141 #. type: textblock
14142 #: ../src/guestfs-actions.pod:4301
14143 msgid ""
14144 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14145 "means that C<guestfs_umount_all> is called when the handle is closed which "
14146 "can also trigger these issues."
14147 msgstr ""
14148
14149 # type: textblock
14150 #. type: textblock
14151 #: ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4566
14152 #: ../src/guestfs-actions.pod:5459
14153 msgid "(Added in 1.0.62)"
14154 msgstr ""
14155
14156 # type: =head2
14157 #. type: =head2
14158 #: ../src/guestfs-actions.pod:4309
14159 msgid "guestfs_mknod"
14160 msgstr ""
14161
14162 # type: verbatim
14163 #. type: verbatim
14164 #: ../src/guestfs-actions.pod:4311
14165 #, no-wrap
14166 msgid ""
14167 " int\n"
14168 " guestfs_mknod (guestfs_h *g,\n"
14169 "                int mode,\n"
14170 "                int devmajor,\n"
14171 "                int devminor,\n"
14172 "                const char *path);\n"
14173 "\n"
14174 msgstr ""
14175
14176 # type: textblock
14177 #. type: textblock
14178 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
14179 msgid ""
14180 "This call creates block or character special devices, or named pipes (FIFOs)."
14181 msgstr ""
14182
14183 # type: textblock
14184 #. type: textblock
14185 #: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2900
14186 msgid ""
14187 "The C<mode> parameter should be the mode, using the standard constants.  "
14188 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14189 "used when creating block and character special devices."
14190 msgstr ""
14191
14192 # type: textblock
14193 #. type: textblock
14194 #: ../src/guestfs-actions.pod:4326
14195 msgid ""
14196 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14197 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14198 "regular file).  These constants are available in the standard Linux header "
14199 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14200 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14201 "the appropriate constant for you."
14202 msgstr ""
14203
14204 # type: =head2
14205 #. type: =head2
14206 #: ../src/guestfs-actions.pod:4340
14207 msgid "guestfs_mknod_b"
14208 msgstr ""
14209
14210 # type: verbatim
14211 #. type: verbatim
14212 #: ../src/guestfs-actions.pod:4342
14213 #, no-wrap
14214 msgid ""
14215 " int\n"
14216 " guestfs_mknod_b (guestfs_h *g,\n"
14217 "                  int mode,\n"
14218 "                  int devmajor,\n"
14219 "                  int devminor,\n"
14220 "                  const char *path);\n"
14221 "\n"
14222 msgstr ""
14223
14224 # type: textblock
14225 #. type: textblock
14226 #: ../src/guestfs-actions.pod:4349
14227 msgid ""
14228 "This call creates a block device node called C<path> with mode C<mode> and "
14229 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14230 "wrapper around C<guestfs_mknod>."
14231 msgstr ""
14232
14233 # type: =head2
14234 #. type: =head2
14235 #: ../src/guestfs-actions.pod:4359
14236 msgid "guestfs_mknod_c"
14237 msgstr ""
14238
14239 # type: verbatim
14240 #. type: verbatim
14241 #: ../src/guestfs-actions.pod:4361
14242 #, no-wrap
14243 msgid ""
14244 " int\n"
14245 " guestfs_mknod_c (guestfs_h *g,\n"
14246 "                  int mode,\n"
14247 "                  int devmajor,\n"
14248 "                  int devminor,\n"
14249 "                  const char *path);\n"
14250 "\n"
14251 msgstr ""
14252
14253 # type: textblock
14254 #. type: textblock
14255 #: ../src/guestfs-actions.pod:4368
14256 msgid ""
14257 "This call creates a char device node called C<path> with mode C<mode> and "
14258 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14259 "wrapper around C<guestfs_mknod>."
14260 msgstr ""
14261
14262 # type: =head2
14263 #. type: =head2
14264 #: ../src/guestfs-actions.pod:4378
14265 msgid "guestfs_mkswap"
14266 msgstr ""
14267
14268 # type: verbatim
14269 #. type: verbatim
14270 #: ../src/guestfs-actions.pod:4380
14271 #, no-wrap
14272 msgid ""
14273 " int\n"
14274 " guestfs_mkswap (guestfs_h *g,\n"
14275 "                 const char *device);\n"
14276 "\n"
14277 msgstr ""
14278
14279 # type: textblock
14280 #. type: textblock
14281 #: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2939
14282 msgid "Create a swap partition on C<device>."
14283 msgstr ""
14284
14285 # type: =head2
14286 #. type: =head2
14287 #: ../src/guestfs-actions.pod:4390
14288 msgid "guestfs_mkswap_L"
14289 msgstr ""
14290
14291 # type: verbatim
14292 #. type: verbatim
14293 #: ../src/guestfs-actions.pod:4392
14294 #, no-wrap
14295 msgid ""
14296 " int\n"
14297 " guestfs_mkswap_L (guestfs_h *g,\n"
14298 "                   const char *label,\n"
14299 "                   const char *device);\n"
14300 "\n"
14301 msgstr ""
14302
14303 # type: textblock
14304 #. type: textblock
14305 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2945
14306 msgid "Create a swap partition on C<device> with label C<label>."
14307 msgstr ""
14308
14309 # type: textblock
14310 #. type: textblock
14311 #: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
14312 msgid ""
14313 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14314 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14315 "or swap tools."
14316 msgstr ""
14317
14318 # type: =head2
14319 #. type: =head2
14320 #: ../src/guestfs-actions.pod:4407
14321 msgid "guestfs_mkswap_U"
14322 msgstr ""
14323
14324 # type: verbatim
14325 #. type: verbatim
14326 #: ../src/guestfs-actions.pod:4409
14327 #, no-wrap
14328 msgid ""
14329 " int\n"
14330 " guestfs_mkswap_U (guestfs_h *g,\n"
14331 "                   const char *uuid,\n"
14332 "                   const char *device);\n"
14333 "\n"
14334 msgstr ""
14335
14336 # type: textblock
14337 #. type: textblock
14338 #: ../src/guestfs-actions.pod:4414 ../fish/guestfish-actions.pod:2955
14339 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14340 msgstr ""
14341
14342 # type: =head2
14343 #. type: =head2
14344 #: ../src/guestfs-actions.pod:4420
14345 msgid "guestfs_mkswap_file"
14346 msgstr ""
14347
14348 # type: verbatim
14349 #. type: verbatim
14350 #: ../src/guestfs-actions.pod:4422
14351 #, no-wrap
14352 msgid ""
14353 " int\n"
14354 " guestfs_mkswap_file (guestfs_h *g,\n"
14355 "                      const char *path);\n"
14356 "\n"
14357 msgstr ""
14358
14359 # type: textblock
14360 #. type: textblock
14361 #: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:2961
14362 msgid "Create a swap file."
14363 msgstr ""
14364
14365 # type: textblock
14366 #. type: textblock
14367 #: ../src/guestfs-actions.pod:4428
14368 msgid ""
14369 "This command just writes a swap file signature to an existing file.  To "
14370 "create the file itself, use something like C<guestfs_fallocate>."
14371 msgstr ""
14372
14373 # type: =head2
14374 #. type: =head2
14375 #: ../src/guestfs-actions.pod:4435
14376 msgid "guestfs_modprobe"
14377 msgstr ""
14378
14379 # type: verbatim
14380 #. type: verbatim
14381 #: ../src/guestfs-actions.pod:4437
14382 #, no-wrap
14383 msgid ""
14384 " int\n"
14385 " guestfs_modprobe (guestfs_h *g,\n"
14386 "                   const char *modulename);\n"
14387 "\n"
14388 msgstr ""
14389
14390 # type: textblock
14391 #. type: textblock
14392 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2970
14393 msgid "This loads a kernel module in the appliance."
14394 msgstr ""
14395
14396 # type: textblock
14397 #. type: textblock
14398 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
14399 msgid ""
14400 "The kernel module must have been whitelisted when libguestfs was built (see "
14401 "C<appliance/kmod.whitelist.in> in the source)."
14402 msgstr ""
14403
14404 # type: =head2
14405 #. type: =head2
14406 #: ../src/guestfs-actions.pod:4450
14407 msgid "guestfs_mount"
14408 msgstr ""
14409
14410 # type: verbatim
14411 #. type: verbatim
14412 #: ../src/guestfs-actions.pod:4452
14413 #, no-wrap
14414 msgid ""
14415 " int\n"
14416 " guestfs_mount (guestfs_h *g,\n"
14417 "                const char *device,\n"
14418 "                const char *mountpoint);\n"
14419 "\n"
14420 msgstr ""
14421
14422 # type: textblock
14423 #. type: textblock
14424 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
14425 msgid ""
14426 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14427 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14428 "those block devices contain partitions, they will have the usual names (eg. "
14429 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14430 msgstr ""
14431
14432 # type: textblock
14433 #. type: textblock
14434 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:2985
14435 msgid ""
14436 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14437 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14438 "mounted on directories which already exist."
14439 msgstr ""
14440
14441 # type: textblock
14442 #. type: textblock
14443 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:2990
14444 msgid ""
14445 "The mounted filesystem is writable, if we have sufficient permissions on the "
14446 "underlying device."
14447 msgstr ""
14448
14449 # type: textblock
14450 #. type: textblock
14451 #: ../src/guestfs-actions.pod:4471
14452 msgid ""
14453 "B<Important note:> When you use this call, the filesystem options C<sync> "
14454 "and C<noatime> are set implicitly.  This was originally done because we "
14455 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14456 "very large negative performance impact and negligible effect on "
14457 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14458 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14459 "(use an empty string for the first parameter if you don't want any options)."
14460 msgstr ""
14461
14462 # type: =head2
14463 #. type: =head2
14464 #: ../src/guestfs-actions.pod:4485
14465 msgid "guestfs_mount_loop"
14466 msgstr ""
14467
14468 # type: verbatim
14469 #. type: verbatim
14470 #: ../src/guestfs-actions.pod:4487
14471 #, no-wrap
14472 msgid ""
14473 " int\n"
14474 " guestfs_mount_loop (guestfs_h *g,\n"
14475 "                     const char *file,\n"
14476 "                     const char *mountpoint);\n"
14477 "\n"
14478 msgstr ""
14479
14480 # type: textblock
14481 #. type: textblock
14482 #: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3007
14483 msgid ""
14484 "This command lets you mount C<file> (a filesystem image in a file) on a "
14485 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14486 "mountpoint>."
14487 msgstr ""
14488
14489 # type: =head2
14490 #. type: =head2
14491 #: ../src/guestfs-actions.pod:4500
14492 msgid "guestfs_mount_options"
14493 msgstr ""
14494
14495 # type: verbatim
14496 #. type: verbatim
14497 #: ../src/guestfs-actions.pod:4502
14498 #, no-wrap
14499 msgid ""
14500 " int\n"
14501 " guestfs_mount_options (guestfs_h *g,\n"
14502 "                        const char *options,\n"
14503 "                        const char *device,\n"
14504 "                        const char *mountpoint);\n"
14505 "\n"
14506 msgstr ""
14507
14508 # type: textblock
14509 #. type: textblock
14510 #: ../src/guestfs-actions.pod:4508
14511 msgid ""
14512 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14513 "the mount options as for the L<mount(8)> I<-o> flag."
14514 msgstr ""
14515
14516 # type: textblock
14517 #. type: textblock
14518 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3019
14519 msgid ""
14520 "If the C<options> parameter is an empty string, then no options are passed "
14521 "(all options default to whatever the filesystem uses)."
14522 msgstr ""
14523
14524 # type: textblock
14525 #. type: textblock
14526 #: ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532
14527 #: ../src/guestfs-actions.pod:4549
14528 msgid "(Added in 1.0.10)"
14529 msgstr ""
14530
14531 # type: =head2
14532 #. type: =head2
14533 #: ../src/guestfs-actions.pod:4520
14534 msgid "guestfs_mount_ro"
14535 msgstr ""
14536
14537 # type: verbatim
14538 #. type: verbatim
14539 #: ../src/guestfs-actions.pod:4522
14540 #, no-wrap
14541 msgid ""
14542 " int\n"
14543 " guestfs_mount_ro (guestfs_h *g,\n"
14544 "                   const char *device,\n"
14545 "                   const char *mountpoint);\n"
14546 "\n"
14547 msgstr ""
14548
14549 # type: textblock
14550 #. type: textblock
14551 #: ../src/guestfs-actions.pod:4527
14552 msgid ""
14553 "This is the same as the C<guestfs_mount> command, but it mounts the "
14554 "filesystem with the read-only (I<-o ro>) flag."
14555 msgstr ""
14556
14557 # type: =head2
14558 #. type: =head2
14559 #: ../src/guestfs-actions.pod:4534
14560 msgid "guestfs_mount_vfs"
14561 msgstr ""
14562
14563 # type: verbatim
14564 #. type: verbatim
14565 #: ../src/guestfs-actions.pod:4536
14566 #, no-wrap
14567 msgid ""
14568 " int\n"
14569 " guestfs_mount_vfs (guestfs_h *g,\n"
14570 "                    const char *options,\n"
14571 "                    const char *vfstype,\n"
14572 "                    const char *device,\n"
14573 "                    const char *mountpoint);\n"
14574 "\n"
14575 msgstr ""
14576
14577 # type: textblock
14578 #. type: textblock
14579 #: ../src/guestfs-actions.pod:4543
14580 msgid ""
14581 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14582 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14583 "t> flags."
14584 msgstr ""
14585
14586 # type: =head2
14587 #. type: =head2
14588 #: ../src/guestfs-actions.pod:4551
14589 msgid "guestfs_mountpoints"
14590 msgstr ""
14591
14592 # type: verbatim
14593 #. type: verbatim
14594 #: ../src/guestfs-actions.pod:4553
14595 #, no-wrap
14596 msgid ""
14597 " char **\n"
14598 " guestfs_mountpoints (guestfs_h *g);\n"
14599 "\n"
14600 msgstr ""
14601
14602 # type: textblock
14603 #. type: textblock
14604 #: ../src/guestfs-actions.pod:4556
14605 msgid ""
14606 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14607 "devices.  This one returns a hash table (map) of device name to directory "
14608 "where the device is mounted."
14609 msgstr ""
14610
14611 # type: =head2
14612 #. type: =head2
14613 #: ../src/guestfs-actions.pod:4568
14614 msgid "guestfs_mounts"
14615 msgstr ""
14616
14617 # type: verbatim
14618 #. type: verbatim
14619 #: ../src/guestfs-actions.pod:4570
14620 #, no-wrap
14621 msgid ""
14622 " char **\n"
14623 " guestfs_mounts (guestfs_h *g);\n"
14624 "\n"
14625 msgstr ""
14626
14627 # type: textblock
14628 #. type: textblock
14629 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
14630 msgid ""
14631 "This returns the list of currently mounted filesystems.  It returns the list "
14632 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14633 msgstr ""
14634
14635 # type: textblock
14636 #. type: textblock
14637 #: ../src/guestfs-actions.pod:4576 ../fish/guestfish-actions.pod:3053
14638 msgid "Some internal mounts are not shown."
14639 msgstr ""
14640
14641 # type: textblock
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:4578
14644 msgid "See also: C<guestfs_mountpoints>"
14645 msgstr ""
14646
14647 # type: =head2
14648 #. type: =head2
14649 #: ../src/guestfs-actions.pod:4586
14650 msgid "guestfs_mv"
14651 msgstr ""
14652
14653 # type: verbatim
14654 #. type: verbatim
14655 #: ../src/guestfs-actions.pod:4588
14656 #, no-wrap
14657 msgid ""
14658 " int\n"
14659 " guestfs_mv (guestfs_h *g,\n"
14660 "             const char *src,\n"
14661 "             const char *dest);\n"
14662 "\n"
14663 msgstr ""
14664
14665 # type: textblock
14666 #. type: textblock
14667 #: ../src/guestfs-actions.pod:4593 ../fish/guestfish-actions.pod:3061
14668 msgid ""
14669 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14670 "destination filename or destination directory."
14671 msgstr ""
14672
14673 # type: =head2
14674 #. type: =head2
14675 #: ../src/guestfs-actions.pod:4600
14676 msgid "guestfs_ntfs_3g_probe"
14677 msgstr ""
14678
14679 # type: verbatim
14680 #. type: verbatim
14681 #: ../src/guestfs-actions.pod:4602
14682 #, no-wrap
14683 msgid ""
14684 " int\n"
14685 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14686 "                        int rw,\n"
14687 "                        const char *device);\n"
14688 "\n"
14689 msgstr ""
14690
14691 # type: textblock
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:4607 ../fish/guestfish-actions.pod:3068
14694 msgid ""
14695 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14696 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14697 "write, and some cannot be mounted at all)."
14698 msgstr ""
14699
14700 # type: textblock
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:4611 ../fish/guestfish-actions.pod:3072
14703 msgid ""
14704 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14705 "can be mounted read-write.  Set it to false if you want to test if the "
14706 "volume can be mounted read-only."
14707 msgstr ""
14708
14709 # type: textblock
14710 #. type: textblock
14711 #: ../src/guestfs-actions.pod:4615 ../fish/guestfish-actions.pod:3076
14712 msgid ""
14713 "The return value is an integer which C<0> if the operation would succeed, or "
14714 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14715 msgstr ""
14716
14717 # type: textblock
14718 #. type: textblock
14719 #: ../src/guestfs-actions.pod:4621
14720 msgid "(Added in 1.0.43)"
14721 msgstr ""
14722
14723 # type: =head2
14724 #. type: =head2
14725 #: ../src/guestfs-actions.pod:4623
14726 msgid "guestfs_ntfsresize"
14727 msgstr ""
14728
14729 # type: verbatim
14730 #. type: verbatim
14731 #: ../src/guestfs-actions.pod:4625
14732 #, no-wrap
14733 msgid ""
14734 " int\n"
14735 " guestfs_ntfsresize (guestfs_h *g,\n"
14736 "                     const char *device);\n"
14737 "\n"
14738 msgstr ""
14739
14740 # type: textblock
14741 #. type: textblock
14742 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
14743 msgid ""
14744 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14745 "size of the underlying device.  See also L<ntfsresize(8)>."
14746 msgstr ""
14747
14748 # type: =head2
14749 #. type: =head2
14750 #: ../src/guestfs-actions.pod:4637
14751 msgid "guestfs_ntfsresize_size"
14752 msgstr ""
14753
14754 # type: verbatim
14755 #. type: verbatim
14756 #: ../src/guestfs-actions.pod:4639
14757 #, no-wrap
14758 msgid ""
14759 " int\n"
14760 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14761 "                          const char *device,\n"
14762 "                          int64_t size);\n"
14763 "\n"
14764 msgstr ""
14765
14766 # type: textblock
14767 #. type: textblock
14768 #: ../src/guestfs-actions.pod:4644
14769 msgid ""
14770 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14771 "to specify the new size (in bytes) explicitly."
14772 msgstr ""
14773
14774 # type: textblock
14775 #. type: textblock
14776 #: ../src/guestfs-actions.pod:4649 ../src/guestfs-actions.pod:5085
14777 #: ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5407
14778 #: ../src/guestfs-actions.pod:6946
14779 msgid "(Added in 1.3.14)"
14780 msgstr ""
14781
14782 # type: =head2
14783 #. type: =head2
14784 #: ../src/guestfs-actions.pod:4651
14785 msgid "guestfs_part_add"
14786 msgstr ""
14787
14788 # type: verbatim
14789 #. type: verbatim
14790 #: ../src/guestfs-actions.pod:4653
14791 #, no-wrap
14792 msgid ""
14793 " int\n"
14794 " guestfs_part_add (guestfs_h *g,\n"
14795 "                   const char *device,\n"
14796 "                   const char *prlogex,\n"
14797 "                   int64_t startsect,\n"
14798 "                   int64_t endsect);\n"
14799 "\n"
14800 msgstr ""
14801
14802 # type: textblock
14803 #. type: textblock
14804 #: ../src/guestfs-actions.pod:4660
14805 msgid ""
14806 "This command adds a partition to C<device>.  If there is no partition table "
14807 "on the device, call C<guestfs_part_init> first."
14808 msgstr ""
14809
14810 # type: textblock
14811 #. type: textblock
14812 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3102
14813 msgid ""
14814 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14815 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14816 "C<logical>) and C<e> (or C<extended>) partition types."
14817 msgstr ""
14818
14819 # type: textblock
14820 #. type: textblock
14821 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3107
14822 msgid ""
14823 "C<startsect> and C<endsect> are the start and end of the partition in "
14824 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14825 "from the end of the disk (C<-1> is the last sector)."
14826 msgstr ""
14827
14828 # type: textblock
14829 #. type: textblock
14830 #: ../src/guestfs-actions.pod:4672
14831 msgid ""
14832 "Creating a partition which covers the whole disk is not so easy.  Use "
14833 "C<guestfs_part_disk> to do that."
14834 msgstr ""
14835
14836 # type: textblock
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4715
14839 #: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4846
14840 #: ../src/guestfs-actions.pod:4884 ../src/guestfs-actions.pod:4903
14841 #: ../src/guestfs-actions.pod:4943
14842 msgid "(Added in 1.0.78)"
14843 msgstr ""
14844
14845 # type: =head2
14846 #. type: =head2
14847 #: ../src/guestfs-actions.pod:4679
14848 msgid "guestfs_part_del"
14849 msgstr ""
14850
14851 # type: verbatim
14852 #. type: verbatim
14853 #: ../src/guestfs-actions.pod:4681
14854 #, no-wrap
14855 msgid ""
14856 " int\n"
14857 " guestfs_part_del (guestfs_h *g,\n"
14858 "                   const char *device,\n"
14859 "                   int partnum);\n"
14860 "\n"
14861 msgstr ""
14862
14863 # type: textblock
14864 #. type: textblock
14865 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3118
14866 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14867 msgstr ""
14868
14869 # type: textblock
14870 #. type: textblock
14871 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3120
14872 msgid ""
14873 "Note that in the case of MBR partitioning, deleting an extended partition "
14874 "also deletes any logical partitions it contains."
14875 msgstr ""
14876
14877 # type: =head2
14878 #. type: =head2
14879 #: ../src/guestfs-actions.pod:4696
14880 msgid "guestfs_part_disk"
14881 msgstr ""
14882
14883 # type: verbatim
14884 #. type: verbatim
14885 #: ../src/guestfs-actions.pod:4698
14886 #, no-wrap
14887 msgid ""
14888 " int\n"
14889 " guestfs_part_disk (guestfs_h *g,\n"
14890 "                    const char *device,\n"
14891 "                    const char *parttype);\n"
14892 "\n"
14893 msgstr ""
14894
14895 # type: textblock
14896 #. type: textblock
14897 #: ../src/guestfs-actions.pod:4703
14898 msgid ""
14899 "This command is simply a combination of C<guestfs_part_init> followed by "
14900 "C<guestfs_part_add> to create a single primary partition covering the whole "
14901 "disk."
14902 msgstr ""
14903
14904 # type: textblock
14905 #. type: textblock
14906 #: ../src/guestfs-actions.pod:4707
14907 msgid ""
14908 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14909 "possible values are described in C<guestfs_part_init>."
14910 msgstr ""
14911
14912 # type: =head2
14913 #. type: =head2
14914 #: ../src/guestfs-actions.pod:4717
14915 msgid "guestfs_part_get_bootable"
14916 msgstr ""
14917
14918 # type: verbatim
14919 #. type: verbatim
14920 #: ../src/guestfs-actions.pod:4719
14921 #, no-wrap
14922 msgid ""
14923 " int\n"
14924 " guestfs_part_get_bootable (guestfs_h *g,\n"
14925 "                            const char *device,\n"
14926 "                            int partnum);\n"
14927 "\n"
14928 msgstr ""
14929
14930 # type: textblock
14931 #. type: textblock
14932 #: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3142
14933 msgid ""
14934 "This command returns true if the partition C<partnum> on C<device> has the "
14935 "bootable flag set."
14936 msgstr ""
14937
14938 # type: textblock
14939 #. type: textblock
14940 #: ../src/guestfs-actions.pod:4727
14941 msgid "See also C<guestfs_part_set_bootable>."
14942 msgstr ""
14943
14944 # type: =head2
14945 #. type: =head2
14946 #: ../src/guestfs-actions.pod:4733
14947 msgid "guestfs_part_get_mbr_id"
14948 msgstr ""
14949
14950 # type: verbatim
14951 #. type: verbatim
14952 #: ../src/guestfs-actions.pod:4735
14953 #, no-wrap
14954 msgid ""
14955 " int\n"
14956 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14957 "                          const char *device,\n"
14958 "                          int partnum);\n"
14959 "\n"
14960 msgstr ""
14961
14962 # type: textblock
14963 #. type: textblock
14964 #: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:3151
14965 msgid ""
14966 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14967 "partition C<partnum>."
14968 msgstr ""
14969
14970 # type: textblock
14971 #. type: textblock
14972 #: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
14973 msgid ""
14974 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14975 "undefined results for other partition table types (see "
14976 "C<guestfs_part_get_parttype>)."
14977 msgstr ""
14978
14979 # type: =head2
14980 #. type: =head2
14981 #: ../src/guestfs-actions.pod:4751
14982 msgid "guestfs_part_get_parttype"
14983 msgstr ""
14984
14985 # type: verbatim
14986 #. type: verbatim
14987 #: ../src/guestfs-actions.pod:4753
14988 #, no-wrap
14989 msgid ""
14990 " char *\n"
14991 " guestfs_part_get_parttype (guestfs_h *g,\n"
14992 "                            const char *device);\n"
14993 "\n"
14994 msgstr ""
14995
14996 # type: textblock
14997 #. type: textblock
14998 #: ../src/guestfs-actions.pod:4757 ../fish/guestfish-actions.pod:3162
14999 msgid ""
15000 "This command examines the partition table on C<device> and returns the "
15001 "partition table type (format) being used."
15002 msgstr ""
15003
15004 # type: textblock
15005 #. type: textblock
15006 #: ../src/guestfs-actions.pod:4760
15007 msgid ""
15008 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15009 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15010 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15011 msgstr ""
15012
15013 # type: =head2
15014 #. type: =head2
15015 #: ../src/guestfs-actions.pod:4770
15016 msgid "guestfs_part_init"
15017 msgstr ""
15018
15019 # type: verbatim
15020 #. type: verbatim
15021 #: ../src/guestfs-actions.pod:4772
15022 #, no-wrap
15023 msgid ""
15024 " int\n"
15025 " guestfs_part_init (guestfs_h *g,\n"
15026 "                    const char *device,\n"
15027 "                    const char *parttype);\n"
15028 "\n"
15029 msgstr ""
15030
15031 # type: textblock
15032 #. type: textblock
15033 #: ../src/guestfs-actions.pod:4777 ../fish/guestfish-actions.pod:3174
15034 msgid ""
15035 "This creates an empty partition table on C<device> of one of the partition "
15036 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15037 "(for large disks)."
15038 msgstr ""
15039
15040 # type: textblock
15041 #. type: textblock
15042 #: ../src/guestfs-actions.pod:4781
15043 msgid ""
15044 "Initially there are no partitions.  Following this, you should call "
15045 "C<guestfs_part_add> for each partition required."
15046 msgstr ""
15047
15048 # type: textblock
15049 #. type: textblock
15050 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
15051 msgid "Possible values for C<parttype> are:"
15052 msgstr ""
15053
15054 # type: =item
15055 #. type: =item
15056 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
15057 msgid "B<efi> | B<gpt>"
15058 msgstr ""
15059
15060 # type: textblock
15061 #. type: textblock
15062 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
15063 msgid "Intel EFI / GPT partition table."
15064 msgstr ""
15065
15066 # type: textblock
15067 #. type: textblock
15068 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
15069 msgid ""
15070 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
15071 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
15072 "the C<mbr> format."
15073 msgstr ""
15074
15075 # type: =item
15076 #. type: =item
15077 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
15078 msgid "B<mbr> | B<msdos>"
15079 msgstr ""
15080
15081 # type: textblock
15082 #. type: textblock
15083 #: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
15084 msgid ""
15085 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15086 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15087 "TB.  For large disks we recommend using C<gpt>."
15088 msgstr ""
15089
15090 # type: textblock
15091 #. type: textblock
15092 #: ../src/guestfs-actions.pod:4805 ../fish/guestfish-actions.pod:3202
15093 msgid ""
15094 "Other partition table types that may work but are not supported include:"
15095 msgstr ""
15096
15097 # type: =item
15098 #. type: =item
15099 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
15100 msgid "B<aix>"
15101 msgstr ""
15102
15103 # type: textblock
15104 #. type: textblock
15105 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
15106 msgid "AIX disk labels."
15107 msgstr ""
15108
15109 # type: =item
15110 #. type: =item
15111 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
15112 msgid "B<amiga> | B<rdb>"
15113 msgstr ""
15114
15115 # type: textblock
15116 #. type: textblock
15117 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
15118 msgid "Amiga \"Rigid Disk Block\" format."
15119 msgstr ""
15120
15121 # type: =item
15122 #. type: =item
15123 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
15124 msgid "B<bsd>"
15125 msgstr ""
15126
15127 # type: textblock
15128 #. type: textblock
15129 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
15130 msgid "BSD disk labels."
15131 msgstr ""
15132
15133 # type: =item
15134 #. type: =item
15135 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
15136 msgid "B<dasd>"
15137 msgstr ""
15138
15139 # type: textblock
15140 #. type: textblock
15141 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
15142 msgid "DASD, used on IBM mainframes."
15143 msgstr ""
15144
15145 # type: =item
15146 #. type: =item
15147 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
15148 msgid "B<dvh>"
15149 msgstr ""
15150
15151 # type: textblock
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
15154 msgid "MIPS/SGI volumes."
15155 msgstr ""
15156
15157 # type: =item
15158 #. type: =item
15159 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
15160 msgid "B<mac>"
15161 msgstr ""
15162
15163 # type: textblock
15164 #. type: textblock
15165 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
15166 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15167 msgstr ""
15168
15169 # type: =item
15170 #. type: =item
15171 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
15172 msgid "B<pc98>"
15173 msgstr ""
15174
15175 # type: textblock
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
15178 msgid "NEC PC-98 format, common in Japan apparently."
15179 msgstr ""
15180
15181 # type: =item
15182 #. type: =item
15183 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
15184 msgid "B<sun>"
15185 msgstr ""
15186
15187 # type: textblock
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
15190 msgid "Sun disk labels."
15191 msgstr ""
15192
15193 # type: =head2
15194 #. type: =head2
15195 #: ../src/guestfs-actions.pod:4848
15196 msgid "guestfs_part_list"
15197 msgstr ""
15198
15199 # type: verbatim
15200 #. type: verbatim
15201 #: ../src/guestfs-actions.pod:4850
15202 #, no-wrap
15203 msgid ""
15204 " struct guestfs_partition_list *\n"
15205 " guestfs_part_list (guestfs_h *g,\n"
15206 "                    const char *device);\n"
15207 "\n"
15208 msgstr ""
15209
15210 # type: textblock
15211 #. type: textblock
15212 #: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3245
15213 msgid ""
15214 "This command parses the partition table on C<device> and returns the list of "
15215 "partitions found."
15216 msgstr ""
15217
15218 # type: textblock
15219 #. type: textblock
15220 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
15221 msgid "The fields in the returned structure are:"
15222 msgstr ""
15223
15224 # type: =item
15225 #. type: =item
15226 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3252
15227 msgid "B<part_num>"
15228 msgstr ""
15229
15230 # type: textblock
15231 #. type: textblock
15232 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
15233 msgid "Partition number, counting from 1."
15234 msgstr ""
15235
15236 # type: =item
15237 #. type: =item
15238 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
15239 msgid "B<part_start>"
15240 msgstr ""
15241
15242 # type: textblock
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:4867
15245 msgid ""
15246 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15247 "the device's sector size, see C<guestfs_blockdev_getss>."
15248 msgstr ""
15249
15250 # type: =item
15251 #. type: =item
15252 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
15253 msgid "B<part_end>"
15254 msgstr ""
15255
15256 # type: textblock
15257 #. type: textblock
15258 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
15259 msgid "End of the partition in bytes."
15260 msgstr ""
15261
15262 # type: =item
15263 #. type: =item
15264 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
15265 msgid "B<part_size>"
15266 msgstr ""
15267
15268 # type: textblock
15269 #. type: textblock
15270 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
15271 msgid "Size of the partition in bytes."
15272 msgstr ""
15273
15274 # type: textblock
15275 #. type: textblock
15276 #: ../src/guestfs-actions.pod:4880
15277 msgid ""
15278 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15279 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15280 "use>."
15281 msgstr ""
15282
15283 # type: =head2
15284 #. type: =head2
15285 #: ../src/guestfs-actions.pod:4886
15286 msgid "guestfs_part_set_bootable"
15287 msgstr ""
15288
15289 # type: verbatim
15290 #. type: verbatim
15291 #: ../src/guestfs-actions.pod:4888
15292 #, no-wrap
15293 msgid ""
15294 " int\n"
15295 " guestfs_part_set_bootable (guestfs_h *g,\n"
15296 "                            const char *device,\n"
15297 "                            int partnum,\n"
15298 "                            int bootable);\n"
15299 "\n"
15300 msgstr ""
15301
15302 # type: textblock
15303 #. type: textblock
15304 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3275
15305 msgid ""
15306 "This sets the bootable flag on partition numbered C<partnum> on device "
15307 "C<device>.  Note that partitions are numbered from 1."
15308 msgstr ""
15309
15310 # type: textblock
15311 #. type: textblock
15312 #: ../src/guestfs-actions.pod:4897 ../fish/guestfish-actions.pod:3278
15313 msgid ""
15314 "The bootable flag is used by some operating systems (notably Windows) to "
15315 "determine which partition to boot from.  It is by no means universally "
15316 "recognized."
15317 msgstr ""
15318
15319 # type: =head2
15320 #. type: =head2
15321 #: ../src/guestfs-actions.pod:4905
15322 msgid "guestfs_part_set_mbr_id"
15323 msgstr ""
15324
15325 # type: verbatim
15326 #. type: verbatim
15327 #: ../src/guestfs-actions.pod:4907
15328 #, no-wrap
15329 msgid ""
15330 " int\n"
15331 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15332 "                          const char *device,\n"
15333 "                          int partnum,\n"
15334 "                          int idbyte);\n"
15335 "\n"
15336 msgstr ""
15337
15338 # type: textblock
15339 #. type: textblock
15340 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3286
15341 msgid ""
15342 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15343 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15344 "documentation are in fact hexadecimal numbers, but usually documented "
15345 "without any leading \"0x\" which might be confusing."
15346 msgstr ""
15347
15348 # type: =head2
15349 #. type: =head2
15350 #: ../src/guestfs-actions.pod:4927
15351 msgid "guestfs_part_set_name"
15352 msgstr ""
15353
15354 # type: verbatim
15355 #. type: verbatim
15356 #: ../src/guestfs-actions.pod:4929
15357 #, no-wrap
15358 msgid ""
15359 " int\n"
15360 " guestfs_part_set_name (guestfs_h *g,\n"
15361 "                        const char *device,\n"
15362 "                        int partnum,\n"
15363 "                        const char *name);\n"
15364 "\n"
15365 msgstr ""
15366
15367 # type: textblock
15368 #. type: textblock
15369 #: ../src/guestfs-actions.pod:4935 ../fish/guestfish-actions.pod:3300
15370 msgid ""
15371 "This sets the partition name on partition numbered C<partnum> on device "
15372 "C<device>.  Note that partitions are numbered from 1."
15373 msgstr ""
15374
15375 # type: textblock
15376 #. type: textblock
15377 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3303
15378 msgid ""
15379 "The partition name can only be set on certain types of partition table.  "
15380 "This works on C<gpt> but not on C<mbr> partitions."
15381 msgstr ""
15382
15383 # type: =head2
15384 #. type: =head2
15385 #: ../src/guestfs-actions.pod:4945
15386 msgid "guestfs_part_to_dev"
15387 msgstr ""
15388
15389 # type: verbatim
15390 #. type: verbatim
15391 #: ../src/guestfs-actions.pod:4947
15392 #, no-wrap
15393 msgid ""
15394 " char *\n"
15395 " guestfs_part_to_dev (guestfs_h *g,\n"
15396 "                      const char *partition);\n"
15397 "\n"
15398 msgstr ""
15399
15400 # type: textblock
15401 #. type: textblock
15402 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3310
15403 msgid ""
15404 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15405 "partition number, returning the device name (eg. \"/dev/sdb\")."
15406 msgstr ""
15407
15408 # type: textblock
15409 #. type: textblock
15410 #: ../src/guestfs-actions.pod:4955
15411 msgid ""
15412 "The named partition must exist, for example as a string returned from "
15413 "C<guestfs_list_partitions>."
15414 msgstr ""
15415
15416 # type: =head2
15417 #. type: =head2
15418 #: ../src/guestfs-actions.pod:4963
15419 msgid "guestfs_ping_daemon"
15420 msgstr ""
15421
15422 # type: verbatim
15423 #. type: verbatim
15424 #: ../src/guestfs-actions.pod:4965
15425 #, no-wrap
15426 msgid ""
15427 " int\n"
15428 " guestfs_ping_daemon (guestfs_h *g);\n"
15429 "\n"
15430 msgstr ""
15431
15432 # type: textblock
15433 #. type: textblock
15434 #: ../src/guestfs-actions.pod:4968 ../fish/guestfish-actions.pod:3321
15435 msgid ""
15436 "This is a test probe into the guestfs daemon running inside the qemu "
15437 "subprocess.  Calling this function checks that the daemon responds to the "
15438 "ping message, without affecting the daemon or attached block device(s) in "
15439 "any other way."
15440 msgstr ""
15441
15442 # type: =head2
15443 #. type: =head2
15444 #: ../src/guestfs-actions.pod:4977
15445 msgid "guestfs_pread"
15446 msgstr ""
15447
15448 # type: verbatim
15449 #. type: verbatim
15450 #: ../src/guestfs-actions.pod:4979
15451 #, no-wrap
15452 msgid ""
15453 " char *\n"
15454 " guestfs_pread (guestfs_h *g,\n"
15455 "                const char *path,\n"
15456 "                int count,\n"
15457 "                int64_t offset,\n"
15458 "                size_t *size_r);\n"
15459 "\n"
15460 msgstr ""
15461
15462 # type: textblock
15463 #. type: textblock
15464 #: ../src/guestfs-actions.pod:4986 ../fish/guestfish-actions.pod:3330
15465 msgid ""
15466 "This command lets you read part of a file.  It reads C<count> bytes of the "
15467 "file, starting at C<offset>, from file C<path>."
15468 msgstr ""
15469
15470 # type: textblock
15471 #. type: textblock
15472 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5015
15473 #: ../fish/guestfish-actions.pod:3333 ../fish/guestfish-actions.pod:3348
15474 msgid ""
15475 "This may read fewer bytes than requested.  For further details see the "
15476 "L<pread(2)> system call."
15477 msgstr ""
15478
15479 # type: textblock
15480 #. type: textblock
15481 #: ../src/guestfs-actions.pod:4992
15482 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15483 msgstr ""
15484
15485 # type: =head2
15486 #. type: =head2
15487 #: ../src/guestfs-actions.pod:5003
15488 msgid "guestfs_pread_device"
15489 msgstr ""
15490
15491 # type: verbatim
15492 #. type: verbatim
15493 #: ../src/guestfs-actions.pod:5005
15494 #, no-wrap
15495 msgid ""
15496 " char *\n"
15497 " guestfs_pread_device (guestfs_h *g,\n"
15498 "                       const char *device,\n"
15499 "                       int count,\n"
15500 "                       int64_t offset,\n"
15501 "                       size_t *size_r);\n"
15502 "\n"
15503 msgstr ""
15504
15505 # type: textblock
15506 #. type: textblock
15507 #: ../src/guestfs-actions.pod:5012 ../fish/guestfish-actions.pod:3345
15508 msgid ""
15509 "This command lets you read part of a file.  It reads C<count> bytes of "
15510 "C<device>, starting at C<offset>."
15511 msgstr ""
15512
15513 # type: textblock
15514 #. type: textblock
15515 #: ../src/guestfs-actions.pod:5018
15516 msgid "See also C<guestfs_pread>."
15517 msgstr ""
15518
15519 # type: textblock
15520 #. type: textblock
15521 #: ../src/guestfs-actions.pod:5027
15522 msgid "(Added in 1.5.21)"
15523 msgstr ""
15524
15525 # type: =head2
15526 #. type: =head2
15527 #: ../src/guestfs-actions.pod:5029
15528 msgid "guestfs_pvcreate"
15529 msgstr ""
15530
15531 # type: verbatim
15532 #. type: verbatim
15533 #: ../src/guestfs-actions.pod:5031
15534 #, no-wrap
15535 msgid ""
15536 " int\n"
15537 " guestfs_pvcreate (guestfs_h *g,\n"
15538 "                   const char *device);\n"
15539 "\n"
15540 msgstr ""
15541
15542 # type: textblock
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3360
15545 msgid ""
15546 "This creates an LVM physical volume on the named C<device>, where C<device> "
15547 "should usually be a partition name such as C</dev/sda1>."
15548 msgstr ""
15549
15550 # type: =head2
15551 #. type: =head2
15552 #: ../src/guestfs-actions.pod:5043
15553 msgid "guestfs_pvremove"
15554 msgstr ""
15555
15556 # type: verbatim
15557 #. type: verbatim
15558 #: ../src/guestfs-actions.pod:5045
15559 #, no-wrap
15560 msgid ""
15561 " int\n"
15562 " guestfs_pvremove (guestfs_h *g,\n"
15563 "                   const char *device);\n"
15564 "\n"
15565 msgstr ""
15566
15567 # type: textblock
15568 #. type: textblock
15569 #: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3368
15570 msgid ""
15571 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15572 "it."
15573 msgstr ""
15574
15575 # type: textblock
15576 #. type: textblock
15577 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3371
15578 msgid ""
15579 "The implementation uses the C<pvremove> command which refuses to wipe "
15580 "physical volumes that contain any volume groups, so you have to remove those "
15581 "first."
15582 msgstr ""
15583
15584 # type: =head2
15585 #. type: =head2
15586 #: ../src/guestfs-actions.pod:5060
15587 msgid "guestfs_pvresize"
15588 msgstr ""
15589
15590 # type: verbatim
15591 #. type: verbatim
15592 #: ../src/guestfs-actions.pod:5062
15593 #, no-wrap
15594 msgid ""
15595 " int\n"
15596 " guestfs_pvresize (guestfs_h *g,\n"
15597 "                   const char *device);\n"
15598 "\n"
15599 msgstr ""
15600
15601 # type: textblock
15602 #. type: textblock
15603 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3379
15604 msgid ""
15605 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15606 "the new size of the underlying device."
15607 msgstr ""
15608
15609 # type: =head2
15610 #. type: =head2
15611 #: ../src/guestfs-actions.pod:5073
15612 msgid "guestfs_pvresize_size"
15613 msgstr ""
15614
15615 # type: verbatim
15616 #. type: verbatim
15617 #: ../src/guestfs-actions.pod:5075
15618 #, no-wrap
15619 msgid ""
15620 " int\n"
15621 " guestfs_pvresize_size (guestfs_h *g,\n"
15622 "                        const char *device,\n"
15623 "                        int64_t size);\n"
15624 "\n"
15625 msgstr ""
15626
15627 # type: textblock
15628 #. type: textblock
15629 #: ../src/guestfs-actions.pod:5080
15630 msgid ""
15631 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15632 "specify the new size (in bytes) explicitly."
15633 msgstr ""
15634
15635 # type: =head2
15636 #. type: =head2
15637 #: ../src/guestfs-actions.pod:5087
15638 msgid "guestfs_pvs"
15639 msgstr ""
15640
15641 # type: verbatim
15642 #. type: verbatim
15643 #: ../src/guestfs-actions.pod:5089
15644 #, no-wrap
15645 msgid ""
15646 " char **\n"
15647 " guestfs_pvs (guestfs_h *g);\n"
15648 "\n"
15649 msgstr ""
15650
15651 # type: textblock
15652 #. type: textblock
15653 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3393
15654 msgid ""
15655 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15656 "(8)> command."
15657 msgstr ""
15658
15659 # type: textblock
15660 #. type: textblock
15661 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3396
15662 msgid ""
15663 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15664 "sda2>)."
15665 msgstr ""
15666
15667 # type: textblock
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:5098
15670 msgid "See also C<guestfs_pvs_full>."
15671 msgstr ""
15672
15673 # type: =head2
15674 #. type: =head2
15675 #: ../src/guestfs-actions.pod:5106
15676 msgid "guestfs_pvs_full"
15677 msgstr ""
15678
15679 # type: verbatim
15680 #. type: verbatim
15681 #: ../src/guestfs-actions.pod:5108
15682 #, no-wrap
15683 msgid ""
15684 " struct guestfs_lvm_pv_list *\n"
15685 " guestfs_pvs_full (guestfs_h *g);\n"
15686 "\n"
15687 msgstr ""
15688
15689 # type: textblock
15690 #. type: textblock
15691 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3405
15692 msgid ""
15693 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15694 "(8)> command.  The \"full\" version includes all fields."
15695 msgstr ""
15696
15697 # type: textblock
15698 #. type: textblock
15699 #: ../src/guestfs-actions.pod:5114
15700 msgid ""
15701 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15702 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15703 msgstr ""
15704
15705 # type: =head2
15706 #. type: =head2
15707 #: ../src/guestfs-actions.pod:5120
15708 msgid "guestfs_pvuuid"
15709 msgstr ""
15710
15711 # type: verbatim
15712 #. type: verbatim
15713 #: ../src/guestfs-actions.pod:5122
15714 #, no-wrap
15715 msgid ""
15716 " char *\n"
15717 " guestfs_pvuuid (guestfs_h *g,\n"
15718 "                 const char *device);\n"
15719 "\n"
15720 msgstr ""
15721
15722 # type: textblock
15723 #. type: textblock
15724 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3412
15725 msgid "This command returns the UUID of the LVM PV C<device>."
15726 msgstr ""
15727
15728 # type: =head2
15729 #. type: =head2
15730 #: ../src/guestfs-actions.pod:5133
15731 msgid "guestfs_pwrite"
15732 msgstr ""
15733
15734 # type: verbatim
15735 #. type: verbatim
15736 #: ../src/guestfs-actions.pod:5135
15737 #, no-wrap
15738 msgid ""
15739 " int\n"
15740 " guestfs_pwrite (guestfs_h *g,\n"
15741 "                 const char *path,\n"
15742 "                 const char *content,\n"
15743 "                 size_t content_size,\n"
15744 "                 int64_t offset);\n"
15745 "\n"
15746 msgstr ""
15747
15748 # type: textblock
15749 #. type: textblock
15750 #: ../src/guestfs-actions.pod:5142 ../fish/guestfish-actions.pod:3418
15751 msgid ""
15752 "This command writes to part of a file.  It writes the data buffer C<content> "
15753 "to the file C<path> starting at offset C<offset>."
15754 msgstr ""
15755
15756 # type: textblock
15757 #. type: textblock
15758 #: ../src/guestfs-actions.pod:5145 ../fish/guestfish-actions.pod:3421
15759 msgid ""
15760 "This command implements the L<pwrite(2)> system call, and like that system "
15761 "call it may not write the full data requested.  The return value is the "
15762 "number of bytes that were actually written to the file.  This could even be "
15763 "0, although short writes are unlikely for regular files in ordinary "
15764 "circumstances."
15765 msgstr ""
15766
15767 # type: textblock
15768 #. type: textblock
15769 #: ../src/guestfs-actions.pod:5151
15770 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15771 msgstr ""
15772
15773 # type: =head2
15774 #. type: =head2
15775 #: ../src/guestfs-actions.pod:5160
15776 msgid "guestfs_pwrite_device"
15777 msgstr ""
15778
15779 # type: verbatim
15780 #. type: verbatim
15781 #: ../src/guestfs-actions.pod:5162
15782 #, no-wrap
15783 msgid ""
15784 " int\n"
15785 " guestfs_pwrite_device (guestfs_h *g,\n"
15786 "                        const char *device,\n"
15787 "                        const char *content,\n"
15788 "                        size_t content_size,\n"
15789 "                        int64_t offset);\n"
15790 "\n"
15791 msgstr ""
15792
15793 # type: textblock
15794 #. type: textblock
15795 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3436
15796 msgid ""
15797 "This command writes to part of a device.  It writes the data buffer "
15798 "C<content> to C<device> starting at offset C<offset>."
15799 msgstr ""
15800
15801 # type: textblock
15802 #. type: textblock
15803 #: ../src/guestfs-actions.pod:5172 ../fish/guestfish-actions.pod:3439
15804 msgid ""
15805 "This command implements the L<pwrite(2)> system call, and like that system "
15806 "call it may not write the full data requested (although short writes to disk "
15807 "devices and partitions are probably impossible with standard Linux kernels)."
15808 msgstr ""
15809
15810 # type: textblock
15811 #. type: textblock
15812 #: ../src/guestfs-actions.pod:5177
15813 msgid "See also C<guestfs_pwrite>."
15814 msgstr ""
15815
15816 # type: textblock
15817 #. type: textblock
15818 #: ../src/guestfs-actions.pod:5184
15819 msgid "(Added in 1.5.20)"
15820 msgstr ""
15821
15822 # type: =head2
15823 #. type: =head2
15824 #: ../src/guestfs-actions.pod:5186
15825 msgid "guestfs_read_file"
15826 msgstr ""
15827
15828 # type: verbatim
15829 #. type: verbatim
15830 #: ../src/guestfs-actions.pod:5188
15831 #, no-wrap
15832 msgid ""
15833 " char *\n"
15834 " guestfs_read_file (guestfs_h *g,\n"
15835 "                    const char *path,\n"
15836 "                    size_t *size_r);\n"
15837 "\n"
15838 msgstr ""
15839
15840 # type: textblock
15841 #. type: textblock
15842 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3453
15843 msgid "This calls returns the contents of the file C<path> as a buffer."
15844 msgstr ""
15845
15846 # type: textblock
15847 #. type: textblock
15848 #: ../src/guestfs-actions.pod:5196
15849 msgid ""
15850 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15851 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15852 "function is limited in the total size of file that can be handled."
15853 msgstr ""
15854
15855 # type: textblock
15856 #. type: textblock
15857 #: ../src/guestfs-actions.pod:5208
15858 msgid "(Added in 1.0.63)"
15859 msgstr ""
15860
15861 # type: =head2
15862 #. type: =head2
15863 #: ../src/guestfs-actions.pod:5210
15864 msgid "guestfs_read_lines"
15865 msgstr ""
15866
15867 # type: verbatim
15868 #. type: verbatim
15869 #: ../src/guestfs-actions.pod:5212
15870 #, no-wrap
15871 msgid ""
15872 " char **\n"
15873 " guestfs_read_lines (guestfs_h *g,\n"
15874 "                     const char *path);\n"
15875 "\n"
15876 msgstr ""
15877
15878 # type: textblock
15879 #. type: textblock
15880 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3470
15881 msgid ""
15882 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15883 "C<CRLF> character sequences are I<not> returned."
15884 msgstr ""
15885
15886 # type: textblock
15887 #. type: textblock
15888 #: ../src/guestfs-actions.pod:5221
15889 msgid ""
15890 "Note that this function cannot correctly handle binary files (specifically, "
15891 "files containing C<\\0> character which is treated as end of line).  For "
15892 "those you need to use the C<guestfs_read_file> function which has a more "
15893 "complex interface."
15894 msgstr ""
15895
15896 # type: =head2
15897 #. type: =head2
15898 #: ../src/guestfs-actions.pod:5232
15899 msgid "guestfs_readdir"
15900 msgstr ""
15901
15902 # type: verbatim
15903 #. type: verbatim
15904 #: ../src/guestfs-actions.pod:5234
15905 #, no-wrap
15906 msgid ""
15907 " struct guestfs_dirent_list *\n"
15908 " guestfs_readdir (guestfs_h *g,\n"
15909 "                  const char *dir);\n"
15910 "\n"
15911 msgstr ""
15912
15913 # type: textblock
15914 #. type: textblock
15915 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
15916 msgid "This returns the list of directory entries in directory C<dir>."
15917 msgstr ""
15918
15919 # type: textblock
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:5240 ../fish/guestfish-actions.pod:3484
15922 msgid ""
15923 "All entries in the directory are returned, including C<.> and C<..>.  The "
15924 "entries are I<not> sorted, but returned in the same order as the underlying "
15925 "filesystem."
15926 msgstr ""
15927
15928 # type: textblock
15929 #. type: textblock
15930 #: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
15931 msgid ""
15932 "Also this call returns basic file type information about each file.  The "
15933 "C<ftyp> field will contain one of the following characters:"
15934 msgstr ""
15935
15936 # type: =item
15937 #. type: =item
15938 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
15939 msgid "'b'"
15940 msgstr ""
15941
15942 # type: textblock
15943 #. type: textblock
15944 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
15945 msgid "Block special"
15946 msgstr ""
15947
15948 # type: =item
15949 #. type: =item
15950 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
15951 msgid "'c'"
15952 msgstr ""
15953
15954 # type: textblock
15955 #. type: textblock
15956 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
15957 msgid "Char special"
15958 msgstr ""
15959
15960 # type: =item
15961 #. type: =item
15962 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
15963 msgid "'d'"
15964 msgstr ""
15965
15966 # type: textblock
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
15969 msgid "Directory"
15970 msgstr ""
15971
15972 # type: =item
15973 #. type: =item
15974 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
15975 msgid "'f'"
15976 msgstr ""
15977
15978 # type: textblock
15979 #. type: textblock
15980 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
15981 msgid "FIFO (named pipe)"
15982 msgstr ""
15983
15984 # type: =item
15985 #. type: =item
15986 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
15987 msgid "'l'"
15988 msgstr ""
15989
15990 # type: textblock
15991 #. type: textblock
15992 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
15993 msgid "Symbolic link"
15994 msgstr ""
15995
15996 # type: =item
15997 #. type: =item
15998 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
15999 msgid "'r'"
16000 msgstr ""
16001
16002 # type: textblock
16003 #. type: textblock
16004 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
16005 msgid "Regular file"
16006 msgstr ""
16007
16008 # type: =item
16009 #. type: =item
16010 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
16011 msgid "'s'"
16012 msgstr ""
16013
16014 # type: textblock
16015 #. type: textblock
16016 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
16017 msgid "Socket"
16018 msgstr ""
16019
16020 # type: =item
16021 #. type: =item
16022 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
16023 msgid "'u'"
16024 msgstr ""
16025
16026 # type: textblock
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
16029 msgid "Unknown file type"
16030 msgstr ""
16031
16032 # type: =item
16033 #. type: =item
16034 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
16035 msgid "'?'"
16036 msgstr ""
16037
16038 # type: textblock
16039 #. type: textblock
16040 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
16041 msgid ""
16042 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16043 msgstr ""
16044
16045 # type: textblock
16046 #. type: textblock
16047 #: ../src/guestfs-actions.pod:5288
16048 msgid ""
16049 "This function is primarily intended for use by programs.  To get a simple "
16050 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16051 "consumption, use C<guestfs_ll>."
16052 msgstr ""
16053
16054 # type: textblock
16055 #. type: textblock
16056 #: ../src/guestfs-actions.pod:5292
16057 msgid ""
16058 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16059 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16060 msgstr ""
16061
16062 # type: =head2
16063 #. type: =head2
16064 #: ../src/guestfs-actions.pod:5298
16065 msgid "guestfs_readlink"
16066 msgstr ""
16067
16068 # type: verbatim
16069 #. type: verbatim
16070 #: ../src/guestfs-actions.pod:5300
16071 #, no-wrap
16072 msgid ""
16073 " char *\n"
16074 " guestfs_readlink (guestfs_h *g,\n"
16075 "                   const char *path);\n"
16076 "\n"
16077 msgstr ""
16078
16079 # type: textblock
16080 #. type: textblock
16081 #: ../src/guestfs-actions.pod:5304 ../fish/guestfish-actions.pod:3540
16082 msgid "This command reads the target of a symbolic link."
16083 msgstr ""
16084
16085 # type: =head2
16086 #. type: =head2
16087 #: ../src/guestfs-actions.pod:5311
16088 msgid "guestfs_readlinklist"
16089 msgstr ""
16090
16091 # type: verbatim
16092 #. type: verbatim
16093 #: ../src/guestfs-actions.pod:5313
16094 #, no-wrap
16095 msgid ""
16096 " char **\n"
16097 " guestfs_readlinklist (guestfs_h *g,\n"
16098 "                       const char *path,\n"
16099 "                       char *const *names);\n"
16100 "\n"
16101 msgstr ""
16102
16103 # type: textblock
16104 #. type: textblock
16105 #: ../src/guestfs-actions.pod:5318 ../fish/guestfish-actions.pod:3546
16106 msgid ""
16107 "This call allows you to do a C<readlink> operation on multiple files, where "
16108 "all files are in the directory C<path>.  C<names> is the list of files from "
16109 "this directory."
16110 msgstr ""
16111
16112 # type: textblock
16113 #. type: textblock
16114 #: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3550
16115 msgid ""
16116 "On return you get a list of strings, with a one-to-one correspondence to the "
16117 "C<names> list.  Each string is the value of the symbolic link."
16118 msgstr ""
16119
16120 # type: textblock
16121 #. type: textblock
16122 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3554
16123 msgid ""
16124 "If the C<readlink(2)> operation fails on any name, then the corresponding "
16125 "result string is the empty string C<\"\">.  However the whole operation is "
16126 "completed even if there were C<readlink(2)> errors, and so you can call this "
16127 "function with names where you don't know if they are symbolic links already "
16128 "(albeit slightly less efficient)."
16129 msgstr ""
16130
16131 # type: textblock
16132 #. type: textblock
16133 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
16134 msgid ""
16135 "This call is intended for programs that want to efficiently list a directory "
16136 "contents without making many round-trips.  Very long directory listings "
16137 "might cause the protocol message size to be exceeded, causing this call to "
16138 "fail.  The caller must split up such requests into smaller groups of names."
16139 msgstr ""
16140
16141 # type: =head2
16142 #. type: =head2
16143 #: ../src/guestfs-actions.pod:5346
16144 msgid "guestfs_realpath"
16145 msgstr ""
16146
16147 # type: verbatim
16148 #. type: verbatim
16149 #: ../src/guestfs-actions.pod:5348
16150 #, no-wrap
16151 msgid ""
16152 " char *\n"
16153 " guestfs_realpath (guestfs_h *g,\n"
16154 "                   const char *path);\n"
16155 "\n"
16156 msgstr ""
16157
16158 # type: textblock
16159 #. type: textblock
16160 #: ../src/guestfs-actions.pod:5352 ../fish/guestfish-actions.pod:3572
16161 msgid ""
16162 "Return the canonicalized absolute pathname of C<path>.  The returned path "
16163 "has no C<.>, C<..> or symbolic link path elements."
16164 msgstr ""
16165
16166 # type: =head2
16167 #. type: =head2
16168 #: ../src/guestfs-actions.pod:5360
16169 msgid "guestfs_removexattr"
16170 msgstr ""
16171
16172 # type: verbatim
16173 #. type: verbatim
16174 #: ../src/guestfs-actions.pod:5362
16175 #, no-wrap
16176 msgid ""
16177 " int\n"
16178 " guestfs_removexattr (guestfs_h *g,\n"
16179 "                      const char *xattr,\n"
16180 "                      const char *path);\n"
16181 "\n"
16182 msgstr ""
16183
16184 # type: textblock
16185 #. type: textblock
16186 #: ../src/guestfs-actions.pod:5367 ../fish/guestfish-actions.pod:3579
16187 msgid ""
16188 "This call removes the extended attribute named C<xattr> of the file C<path>."
16189 msgstr ""
16190
16191 # type: textblock
16192 #. type: textblock
16193 #: ../src/guestfs-actions.pod:5370
16194 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16195 msgstr ""
16196
16197 # type: =head2
16198 #. type: =head2
16199 #: ../src/guestfs-actions.pod:5376
16200 msgid "guestfs_resize2fs"
16201 msgstr ""
16202
16203 # type: verbatim
16204 #. type: verbatim
16205 #: ../src/guestfs-actions.pod:5378
16206 #, no-wrap
16207 msgid ""
16208 " int\n"
16209 " guestfs_resize2fs (guestfs_h *g,\n"
16210 "                    const char *device);\n"
16211 "\n"
16212 msgstr ""
16213
16214 # type: textblock
16215 #. type: textblock
16216 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3588
16217 msgid ""
16218 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
16219 "underlying device."
16220 msgstr ""
16221
16222 # type: textblock
16223 #. type: textblock
16224 #: ../src/guestfs-actions.pod:5385
16225 msgid ""
16226 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
16227 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
16228 "sometimes gives an error about this and sometimes not.  In any case, it is "
16229 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16230 msgstr ""
16231
16232 # type: =head2
16233 #. type: =head2
16234 #: ../src/guestfs-actions.pod:5395
16235 msgid "guestfs_resize2fs_size"
16236 msgstr ""
16237
16238 # type: verbatim
16239 #. type: verbatim
16240 #: ../src/guestfs-actions.pod:5397
16241 #, no-wrap
16242 msgid ""
16243 " int\n"
16244 " guestfs_resize2fs_size (guestfs_h *g,\n"
16245 "                         const char *device,\n"
16246 "                         int64_t size);\n"
16247 "\n"
16248 msgstr ""
16249
16250 # type: textblock
16251 #. type: textblock
16252 #: ../src/guestfs-actions.pod:5402
16253 msgid ""
16254 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16255 "to specify the new size (in bytes) explicitly."
16256 msgstr ""
16257
16258 # type: =head2
16259 #. type: =head2
16260 #: ../src/guestfs-actions.pod:5409
16261 msgid "guestfs_rm"
16262 msgstr ""
16263
16264 # type: verbatim
16265 #. type: verbatim
16266 #: ../src/guestfs-actions.pod:5411
16267 #, no-wrap
16268 msgid ""
16269 " int\n"
16270 " guestfs_rm (guestfs_h *g,\n"
16271 "             const char *path);\n"
16272 "\n"
16273 msgstr ""
16274
16275 # type: textblock
16276 #. type: textblock
16277 #: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3608
16278 msgid "Remove the single file C<path>."
16279 msgstr ""
16280
16281 # type: =head2
16282 #. type: =head2
16283 #: ../src/guestfs-actions.pod:5421
16284 msgid "guestfs_rm_rf"
16285 msgstr ""
16286
16287 # type: verbatim
16288 #. type: verbatim
16289 #: ../src/guestfs-actions.pod:5423
16290 #, no-wrap
16291 msgid ""
16292 " int\n"
16293 " guestfs_rm_rf (guestfs_h *g,\n"
16294 "                const char *path);\n"
16295 "\n"
16296 msgstr ""
16297
16298 # type: textblock
16299 #. type: textblock
16300 #: ../src/guestfs-actions.pod:5427 ../fish/guestfish-actions.pod:3614
16301 msgid ""
16302 "Remove the file or directory C<path>, recursively removing the contents if "
16303 "its a directory.  This is like the C<rm -rf> shell command."
16304 msgstr ""
16305
16306 # type: =head2
16307 #. type: =head2
16308 #: ../src/guestfs-actions.pod:5435
16309 msgid "guestfs_rmdir"
16310 msgstr ""
16311
16312 # type: verbatim
16313 #. type: verbatim
16314 #: ../src/guestfs-actions.pod:5437
16315 #, no-wrap
16316 msgid ""
16317 " int\n"
16318 " guestfs_rmdir (guestfs_h *g,\n"
16319 "                const char *path);\n"
16320 "\n"
16321 msgstr ""
16322
16323 # type: textblock
16324 #. type: textblock
16325 #: ../src/guestfs-actions.pod:5441 ../fish/guestfish-actions.pod:3622
16326 msgid "Remove the single directory C<path>."
16327 msgstr ""
16328
16329 # type: =head2
16330 #. type: =head2
16331 #: ../src/guestfs-actions.pod:5447
16332 msgid "guestfs_rmmountpoint"
16333 msgstr ""
16334
16335 # type: verbatim
16336 #. type: verbatim
16337 #: ../src/guestfs-actions.pod:5449
16338 #, no-wrap
16339 msgid ""
16340 " int\n"
16341 " guestfs_rmmountpoint (guestfs_h *g,\n"
16342 "                       const char *exemptpath);\n"
16343 "\n"
16344 msgstr ""
16345
16346 # type: textblock
16347 #. type: textblock
16348 #: ../src/guestfs-actions.pod:5453
16349 msgid ""
16350 "This calls removes a mountpoint that was previously created with "
16351 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16352 msgstr ""
16353
16354 # type: =head2
16355 #. type: =head2
16356 #: ../src/guestfs-actions.pod:5461
16357 msgid "guestfs_scrub_device"
16358 msgstr ""
16359
16360 # type: verbatim
16361 #. type: verbatim
16362 #: ../src/guestfs-actions.pod:5463
16363 #, no-wrap
16364 msgid ""
16365 " int\n"
16366 " guestfs_scrub_device (guestfs_h *g,\n"
16367 "                       const char *device);\n"
16368 "\n"
16369 msgstr ""
16370
16371 # type: textblock
16372 #. type: textblock
16373 #: ../src/guestfs-actions.pod:5467 ../fish/guestfish-actions.pod:3636
16374 msgid ""
16375 "This command writes patterns over C<device> to make data retrieval more "
16376 "difficult."
16377 msgstr ""
16378
16379 # type: textblock
16380 #. type: textblock
16381 #: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5491
16382 #: ../src/guestfs-actions.pod:5510 ../fish/guestfish-actions.pod:3639
16383 #: ../fish/guestfish-actions.pod:3654 ../fish/guestfish-actions.pod:3667
16384 msgid ""
16385 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16386 "more details."
16387 msgstr ""
16388
16389 # type: textblock
16390 #. type: textblock
16391 #: ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5496
16392 #: ../src/guestfs-actions.pod:5515
16393 msgid "(Added in 1.0.52)"
16394 msgstr ""
16395
16396 # type: =head2
16397 #. type: =head2
16398 #: ../src/guestfs-actions.pod:5480
16399 msgid "guestfs_scrub_file"
16400 msgstr ""
16401
16402 # type: verbatim
16403 #. type: verbatim
16404 #: ../src/guestfs-actions.pod:5482
16405 #, no-wrap
16406 msgid ""
16407 " int\n"
16408 " guestfs_scrub_file (guestfs_h *g,\n"
16409 "                     const char *file);\n"
16410 "\n"
16411 msgstr ""
16412
16413 # type: textblock
16414 #. type: textblock
16415 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3649
16416 msgid ""
16417 "This command writes patterns over a file to make data retrieval more "
16418 "difficult."
16419 msgstr ""
16420
16421 # type: textblock
16422 #. type: textblock
16423 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3652
16424 msgid "The file is I<removed> after scrubbing."
16425 msgstr ""
16426
16427 # type: =head2
16428 #. type: =head2
16429 #: ../src/guestfs-actions.pod:5498
16430 msgid "guestfs_scrub_freespace"
16431 msgstr ""
16432
16433 # type: verbatim
16434 #. type: verbatim
16435 #: ../src/guestfs-actions.pod:5500
16436 #, no-wrap
16437 msgid ""
16438 " int\n"
16439 " guestfs_scrub_freespace (guestfs_h *g,\n"
16440 "                          const char *dir);\n"
16441 "\n"
16442 msgstr ""
16443
16444 # type: textblock
16445 #. type: textblock
16446 #: ../src/guestfs-actions.pod:5504
16447 msgid ""
16448 "This command creates the directory C<dir> and then fills it with files until "
16449 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16450 "and deletes them.  The intention is to scrub any free space on the partition "
16451 "containing C<dir>."
16452 msgstr ""
16453
16454 # type: =head2
16455 #. type: =head2
16456 #: ../src/guestfs-actions.pod:5517
16457 msgid "guestfs_set_append"
16458 msgstr ""
16459
16460 # type: verbatim
16461 #. type: verbatim
16462 #: ../src/guestfs-actions.pod:5519
16463 #, no-wrap
16464 msgid ""
16465 " int\n"
16466 " guestfs_set_append (guestfs_h *g,\n"
16467 "                     const char *append);\n"
16468 "\n"
16469 msgstr ""
16470
16471 # type: textblock
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
16474 msgid ""
16475 "This function is used to add additional options to the guest kernel command "
16476 "line."
16477 msgstr ""
16478
16479 # type: textblock
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3679
16482 msgid ""
16483 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16484 "environment variable."
16485 msgstr ""
16486
16487 # type: textblock
16488 #. type: textblock
16489 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
16490 msgid ""
16491 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16492 "(libguestfs always adds a few of its own)."
16493 msgstr ""
16494
16495 # type: =head2
16496 #. type: =head2
16497 #: ../src/guestfs-actions.pod:5536
16498 msgid "guestfs_set_autosync"
16499 msgstr ""
16500
16501 # type: verbatim
16502 #. type: verbatim
16503 #: ../src/guestfs-actions.pod:5538
16504 #, no-wrap
16505 msgid ""
16506 " int\n"
16507 " guestfs_set_autosync (guestfs_h *g,\n"
16508 "                       int autosync);\n"
16509 "\n"
16510 msgstr ""
16511
16512 # type: textblock
16513 #. type: textblock
16514 #: ../src/guestfs-actions.pod:5542
16515 msgid ""
16516 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16517 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
16518 "the handle is closed (also if the program exits without closing handles)."
16519 msgstr ""
16520
16521 # type: textblock
16522 #. type: textblock
16523 #: ../src/guestfs-actions.pod:5547 ../fish/guestfish-actions.pod:3696
16524 msgid ""
16525 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16526 "disabled by default)."
16527 msgstr ""
16528
16529 # type: =head2
16530 #. type: =head2
16531 #: ../src/guestfs-actions.pod:5554
16532 msgid "guestfs_set_direct"
16533 msgstr ""
16534
16535 # type: verbatim
16536 #. type: verbatim
16537 #: ../src/guestfs-actions.pod:5556
16538 #, no-wrap
16539 msgid ""
16540 " int\n"
16541 " guestfs_set_direct (guestfs_h *g,\n"
16542 "                     int direct);\n"
16543 "\n"
16544 msgstr ""
16545
16546 # type: textblock
16547 #. type: textblock
16548 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3705
16549 msgid ""
16550 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16551 "passed directly through to the appliance once it is launched."
16552 msgstr ""
16553
16554 # type: textblock
16555 #. type: textblock
16556 #: ../src/guestfs-actions.pod:5564
16557 msgid ""
16558 "One consequence of this is that log messages aren't caught by the library "
16559 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16560 "stdout."
16561 msgstr ""
16562
16563 # type: textblock
16564 #. type: textblock
16565 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3713
16566 msgid "You probably don't want to use this unless you know what you are doing."
16567 msgstr ""
16568
16569 # type: textblock
16570 #. type: textblock
16571 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
16572 msgid "The default is disabled."
16573 msgstr ""
16574
16575 # type: =head2
16576 #. type: =head2
16577 #: ../src/guestfs-actions.pod:5577
16578 msgid "guestfs_set_e2label"
16579 msgstr ""
16580
16581 # type: verbatim
16582 #. type: verbatim
16583 #: ../src/guestfs-actions.pod:5579
16584 #, no-wrap
16585 msgid ""
16586 " int\n"
16587 " guestfs_set_e2label (guestfs_h *g,\n"
16588 "                      const char *device,\n"
16589 "                      const char *label);\n"
16590 "\n"
16591 msgstr ""
16592
16593 # type: textblock
16594 #. type: textblock
16595 #: ../src/guestfs-actions.pod:5584 ../fish/guestfish-actions.pod:3722
16596 msgid ""
16597 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16598 "C<label>.  Filesystem labels are limited to 16 characters."
16599 msgstr ""
16600
16601 # type: textblock
16602 #. type: textblock
16603 #: ../src/guestfs-actions.pod:5588
16604 msgid ""
16605 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16606 "the existing label on a filesystem."
16607 msgstr ""
16608
16609 # type: =head2
16610 #. type: =head2
16611 #: ../src/guestfs-actions.pod:5595
16612 msgid "guestfs_set_e2uuid"
16613 msgstr ""
16614
16615 # type: verbatim
16616 #. type: verbatim
16617 #: ../src/guestfs-actions.pod:5597
16618 #, no-wrap
16619 msgid ""
16620 " int\n"
16621 " guestfs_set_e2uuid (guestfs_h *g,\n"
16622 "                     const char *device,\n"
16623 "                     const char *uuid);\n"
16624 "\n"
16625 msgstr ""
16626
16627 # type: textblock
16628 #. type: textblock
16629 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3733
16630 msgid ""
16631 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16632 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16633 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16634 msgstr ""
16635
16636 # type: textblock
16637 #. type: textblock
16638 #: ../src/guestfs-actions.pod:5607
16639 msgid ""
16640 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16641 "the existing UUID of a filesystem."
16642 msgstr ""
16643
16644 # type: =head2
16645 #. type: =head2
16646 #: ../src/guestfs-actions.pod:5614
16647 msgid "guestfs_set_memsize"
16648 msgstr ""
16649
16650 # type: verbatim
16651 #. type: verbatim
16652 #: ../src/guestfs-actions.pod:5616
16653 #, no-wrap
16654 msgid ""
16655 " int\n"
16656 " guestfs_set_memsize (guestfs_h *g,\n"
16657 "                      int memsize);\n"
16658 "\n"
16659 msgstr ""
16660
16661 # type: textblock
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:5620
16664 msgid ""
16665 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16666 "This only has any effect if called before C<guestfs_launch>."
16667 msgstr ""
16668
16669 # type: textblock
16670 #. type: textblock
16671 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3751
16672 msgid ""
16673 "You can also change this by setting the environment variable "
16674 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16675 msgstr ""
16676
16677 # type: =head2
16678 #. type: =head2
16679 #: ../src/guestfs-actions.pod:5635
16680 msgid "guestfs_set_network"
16681 msgstr ""
16682
16683 # type: verbatim
16684 #. type: verbatim
16685 #: ../src/guestfs-actions.pod:5637
16686 #, no-wrap
16687 msgid ""
16688 " int\n"
16689 " guestfs_set_network (guestfs_h *g,\n"
16690 "                      int network);\n"
16691 "\n"
16692 msgstr ""
16693
16694 # type: textblock
16695 #. type: textblock
16696 #: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3764
16697 msgid ""
16698 "If C<network> is true, then the network is enabled in the libguestfs "
16699 "appliance.  The default is false."
16700 msgstr ""
16701
16702 # type: textblock
16703 #. type: textblock
16704 #: ../src/guestfs-actions.pod:5644 ../fish/guestfish-actions.pod:3767
16705 msgid ""
16706 "This affects whether commands are able to access the network (see L<guestfs"
16707 "(3)/RUNNING COMMANDS>)."
16708 msgstr ""
16709
16710 # type: textblock
16711 #. type: textblock
16712 #: ../src/guestfs-actions.pod:5647
16713 msgid ""
16714 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16715 "effect."
16716 msgstr ""
16717
16718 # type: =head2
16719 #. type: =head2
16720 #: ../src/guestfs-actions.pod:5654
16721 msgid "guestfs_set_path"
16722 msgstr ""
16723
16724 # type: verbatim
16725 #. type: verbatim
16726 #: ../src/guestfs-actions.pod:5656
16727 #, no-wrap
16728 msgid ""
16729 " int\n"
16730 " guestfs_set_path (guestfs_h *g,\n"
16731 "                   const char *searchpath);\n"
16732 "\n"
16733 msgstr ""
16734
16735 # type: textblock
16736 #. type: textblock
16737 #: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3779
16738 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16739 msgstr ""
16740
16741 # type: textblock
16742 #. type: textblock
16743 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3781
16744 msgid ""
16745 "The default is C<$libdir/guestfs> unless overridden by setting "
16746 "C<LIBGUESTFS_PATH> environment variable."
16747 msgstr ""
16748
16749 # type: textblock
16750 #. type: textblock
16751 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3784
16752 msgid "Setting C<path> to C<NULL> restores the default path."
16753 msgstr ""
16754
16755 # type: =head2
16756 #. type: =head2
16757 #: ../src/guestfs-actions.pod:5671
16758 msgid "guestfs_set_qemu"
16759 msgstr ""
16760
16761 # type: verbatim
16762 #. type: verbatim
16763 #: ../src/guestfs-actions.pod:5673
16764 #, no-wrap
16765 msgid ""
16766 " int\n"
16767 " guestfs_set_qemu (guestfs_h *g,\n"
16768 "                   const char *qemu);\n"
16769 "\n"
16770 msgstr ""
16771
16772 # type: textblock
16773 #. type: textblock
16774 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3792
16775 msgid "Set the qemu binary that we will use."
16776 msgstr ""
16777
16778 # type: textblock
16779 #. type: textblock
16780 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
16781 msgid ""
16782 "The default is chosen when the library was compiled by the configure script."
16783 msgstr ""
16784
16785 # type: textblock
16786 #. type: textblock
16787 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3797
16788 msgid ""
16789 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16790 "variable."
16791 msgstr ""
16792
16793 # type: textblock
16794 #. type: textblock
16795 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
16796 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16797 msgstr ""
16798
16799 # type: textblock
16800 #. type: textblock
16801 #: ../src/guestfs-actions.pod:5687 ../fish/guestfish-actions.pod:3802
16802 msgid ""
16803 "Note that you should call this function as early as possible after creating "
16804 "the handle.  This is because some pre-launch operations depend on testing "
16805 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16806 "don't retest features, and so you might see inconsistent results.  Using the "
16807 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16808 "the qemu binary at the same time as the handle is created."
16809 msgstr ""
16810
16811 # type: =head2
16812 #. type: =head2
16813 #: ../src/guestfs-actions.pod:5699
16814 msgid "guestfs_set_recovery_proc"
16815 msgstr ""
16816
16817 # type: verbatim
16818 #. type: verbatim
16819 #: ../src/guestfs-actions.pod:5701
16820 #, no-wrap
16821 msgid ""
16822 " int\n"
16823 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16824 "                            int recoveryproc);\n"
16825 "\n"
16826 msgstr ""
16827
16828 # type: textblock
16829 #. type: textblock
16830 #: ../src/guestfs-actions.pod:5705
16831 msgid ""
16832 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16833 "not create a recovery process.  The purpose of the recovery process is to "
16834 "stop runaway qemu processes in the case where the main program aborts "
16835 "abruptly."
16836 msgstr ""
16837
16838 # type: textblock
16839 #. type: textblock
16840 #: ../src/guestfs-actions.pod:5710
16841 msgid ""
16842 "This only has any effect if called before C<guestfs_launch>, and the default "
16843 "is true."
16844 msgstr ""
16845
16846 # type: textblock
16847 #. type: textblock
16848 #: ../src/guestfs-actions.pod:5713 ../fish/guestfish-actions.pod:3824
16849 msgid ""
16850 "About the only time when you would want to disable this is if the main "
16851 "process will fork itself into the background (\"daemonize\" itself).  In "
16852 "this case the recovery process thinks that the main program has disappeared "
16853 "and so kills qemu, which is not very helpful."
16854 msgstr ""
16855
16856 # type: =head2
16857 #. type: =head2
16858 #: ../src/guestfs-actions.pod:5723
16859 msgid "guestfs_set_selinux"
16860 msgstr ""
16861
16862 # type: verbatim
16863 #. type: verbatim
16864 #: ../src/guestfs-actions.pod:5725
16865 #, no-wrap
16866 msgid ""
16867 " int\n"
16868 " guestfs_set_selinux (guestfs_h *g,\n"
16869 "                      int selinux);\n"
16870 "\n"
16871 msgstr ""
16872
16873 # type: textblock
16874 #. type: textblock
16875 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3836
16876 msgid ""
16877 "This sets the selinux flag that is passed to the appliance at boot time.  "
16878 "The default is C<selinux=0> (disabled)."
16879 msgstr ""
16880
16881 # type: textblock
16882 #. type: textblock
16883 #: ../src/guestfs-actions.pod:5732 ../fish/guestfish-actions.pod:3839
16884 msgid ""
16885 "Note that if SELinux is enabled, it is always in Permissive mode "
16886 "(C<enforcing=0>)."
16887 msgstr ""
16888
16889 # type: =head2
16890 #. type: =head2
16891 #: ../src/guestfs-actions.pod:5742
16892 msgid "guestfs_set_trace"
16893 msgstr ""
16894
16895 # type: verbatim
16896 #. type: verbatim
16897 #: ../src/guestfs-actions.pod:5744
16898 #, no-wrap
16899 msgid ""
16900 " int\n"
16901 " guestfs_set_trace (guestfs_h *g,\n"
16902 "                    int trace);\n"
16903 "\n"
16904 msgstr ""
16905
16906 # type: textblock
16907 #. type: textblock
16908 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3851
16909 msgid ""
16910 "If the command trace flag is set to 1, then commands are printed on stderr "
16911 "before they are executed in a format which is very similar to the one used "
16912 "by guestfish.  In other words, you can run a program with this enabled, and "
16913 "you will get out a script which you can feed to guestfish to perform the "
16914 "same set of actions."
16915 msgstr ""
16916
16917 # type: textblock
16918 #. type: textblock
16919 #: ../src/guestfs-actions.pod:5755 ../fish/guestfish-actions.pod:3858
16920 msgid ""
16921 "If you want to trace C API calls into libguestfs (and other libraries) then "
16922 "possibly a better way is to use the external ltrace(1) command."
16923 msgstr ""
16924
16925 # type: textblock
16926 #. type: textblock
16927 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
16928 msgid ""
16929 "Command traces are disabled unless the environment variable "
16930 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16931 msgstr ""
16932
16933 # type: =head2
16934 #. type: =head2
16935 #: ../src/guestfs-actions.pod:5766
16936 msgid "guestfs_set_verbose"
16937 msgstr ""
16938
16939 # type: verbatim
16940 #. type: verbatim
16941 #: ../src/guestfs-actions.pod:5768
16942 #, no-wrap
16943 msgid ""
16944 " int\n"
16945 " guestfs_set_verbose (guestfs_h *g,\n"
16946 "                      int verbose);\n"
16947 "\n"
16948 msgstr ""
16949
16950 # type: textblock
16951 #. type: textblock
16952 #: ../src/guestfs-actions.pod:5772 ../fish/guestfish-actions.pod:3871
16953 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
16954 msgstr ""
16955
16956 # type: textblock
16957 #. type: textblock
16958 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3873
16959 msgid ""
16960 "Verbose messages are disabled unless the environment variable "
16961 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16962 msgstr ""
16963
16964 # type: =head2
16965 #. type: =head2
16966 #: ../src/guestfs-actions.pod:5781
16967 msgid "guestfs_setcon"
16968 msgstr ""
16969
16970 # type: verbatim
16971 #. type: verbatim
16972 #: ../src/guestfs-actions.pod:5783
16973 #, no-wrap
16974 msgid ""
16975 " int\n"
16976 " guestfs_setcon (guestfs_h *g,\n"
16977 "                 const char *context);\n"
16978 "\n"
16979 msgstr ""
16980
16981 # type: textblock
16982 #. type: textblock
16983 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3880
16984 msgid ""
16985 "This sets the SELinux security context of the daemon to the string "
16986 "C<context>."
16987 msgstr ""
16988
16989 # type: textblock
16990 #. type: textblock
16991 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3883
16992 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16993 msgstr ""
16994
16995 # type: =head2
16996 #. type: =head2
16997 #: ../src/guestfs-actions.pod:5796
16998 msgid "guestfs_setxattr"
16999 msgstr ""
17000
17001 # type: verbatim
17002 #. type: verbatim
17003 #: ../src/guestfs-actions.pod:5798
17004 #, no-wrap
17005 msgid ""
17006 " int\n"
17007 " guestfs_setxattr (guestfs_h *g,\n"
17008 "                   const char *xattr,\n"
17009 "                   const char *val,\n"
17010 "                   int vallen,\n"
17011 "                   const char *path);\n"
17012 "\n"
17013 msgstr ""
17014
17015 # type: textblock
17016 #. type: textblock
17017 #: ../src/guestfs-actions.pod:5805 ../fish/guestfish-actions.pod:3889
17018 msgid ""
17019 "This call sets the extended attribute named C<xattr> of the file C<path> to "
17020 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
17021 msgstr ""
17022
17023 # type: textblock
17024 #. type: textblock
17025 #: ../src/guestfs-actions.pod:5809
17026 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17027 msgstr ""
17028
17029 # type: =head2
17030 #. type: =head2
17031 #: ../src/guestfs-actions.pod:5815
17032 msgid "guestfs_sfdisk"
17033 msgstr ""
17034
17035 # type: verbatim
17036 #. type: verbatim
17037 #: ../src/guestfs-actions.pod:5817
17038 #, no-wrap
17039 msgid ""
17040 " int\n"
17041 " guestfs_sfdisk (guestfs_h *g,\n"
17042 "                 const char *device,\n"
17043 "                 int cyls,\n"
17044 "                 int heads,\n"
17045 "                 int sectors,\n"
17046 "                 char *const *lines);\n"
17047 "\n"
17048 msgstr ""
17049
17050 # type: textblock
17051 #. type: textblock
17052 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3899
17053 msgid ""
17054 "This is a direct interface to the L<sfdisk(8)> program for creating "
17055 "partitions on block devices."
17056 msgstr ""
17057
17058 # type: textblock
17059 #. type: textblock
17060 #: ../src/guestfs-actions.pod:5828 ../fish/guestfish-actions.pod:3902
17061 msgid "C<device> should be a block device, for example C</dev/sda>."
17062 msgstr ""
17063
17064 # type: textblock
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3904
17067 msgid ""
17068 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
17069 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
17070 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
17071 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
17072 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
17073 "the kernel) cannot work out the right geometry and you will need to tell it."
17074 msgstr ""
17075
17076 # type: textblock
17077 #. type: textblock
17078 #: ../src/guestfs-actions.pod:5838 ../fish/guestfish-actions.pod:3912
17079 msgid ""
17080 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
17081 "refer to the L<sfdisk(8)> manpage."
17082 msgstr ""
17083
17084 # type: textblock
17085 #. type: textblock
17086 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
17087 msgid ""
17088 "To create a single partition occupying the whole disk, you would pass "
17089 "C<lines> as a single element list, when the single element being the string "
17090 "C<,> (comma)."
17091 msgstr ""
17092
17093 # type: textblock
17094 #. type: textblock
17095 #: ../src/guestfs-actions.pod:5845
17096 msgid ""
17097 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
17098 msgstr ""
17099
17100 # type: =head2
17101 #. type: =head2
17102 #: ../src/guestfs-actions.pod:5855
17103 msgid "guestfs_sfdiskM"
17104 msgstr ""
17105
17106 # type: verbatim
17107 #. type: verbatim
17108 #: ../src/guestfs-actions.pod:5857
17109 #, no-wrap
17110 msgid ""
17111 " int\n"
17112 " guestfs_sfdiskM (guestfs_h *g,\n"
17113 "                  const char *device,\n"
17114 "                  char *const *lines);\n"
17115 "\n"
17116 msgstr ""
17117
17118 # type: textblock
17119 #. type: textblock
17120 #: ../src/guestfs-actions.pod:5862
17121 msgid ""
17122 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
17123 "partition sizes are specified in megabytes only (rounded to the nearest "
17124 "cylinder) and you don't need to specify the cyls, heads and sectors "
17125 "parameters which were rarely if ever used anyway."
17126 msgstr ""
17127
17128 # type: textblock
17129 #. type: textblock
17130 #: ../src/guestfs-actions.pod:5868
17131 msgid ""
17132 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
17133 "C<guestfs_part_disk>"
17134 msgstr ""
17135
17136 # type: =head2
17137 #. type: =head2
17138 #: ../src/guestfs-actions.pod:5878
17139 msgid "guestfs_sfdisk_N"
17140 msgstr ""
17141
17142 # type: verbatim
17143 #. type: verbatim
17144 #: ../src/guestfs-actions.pod:5880
17145 #, no-wrap
17146 msgid ""
17147 " int\n"
17148 " guestfs_sfdisk_N (guestfs_h *g,\n"
17149 "                   const char *device,\n"
17150 "                   int partnum,\n"
17151 "                   int cyls,\n"
17152 "                   int heads,\n"
17153 "                   int sectors,\n"
17154 "                   const char *line);\n"
17155 "\n"
17156 msgstr ""
17157
17158 # type: textblock
17159 #. type: textblock
17160 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3945
17161 msgid ""
17162 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
17163 "(note: C<n> counts from 1)."
17164 msgstr ""
17165
17166 # type: textblock
17167 #. type: textblock
17168 #: ../src/guestfs-actions.pod:5892
17169 msgid ""
17170 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
17171 "for the cyls/heads/sectors parameters."
17172 msgstr ""
17173
17174 # type: textblock
17175 #. type: textblock
17176 #: ../src/guestfs-actions.pod:5895
17177 msgid "See also: C<guestfs_part_add>"
17178 msgstr ""
17179
17180 # type: =head2
17181 #. type: =head2
17182 #: ../src/guestfs-actions.pod:5904
17183 msgid "guestfs_sfdisk_disk_geometry"
17184 msgstr ""
17185
17186 # type: verbatim
17187 #. type: verbatim
17188 #: ../src/guestfs-actions.pod:5906
17189 #, no-wrap
17190 msgid ""
17191 " char *\n"
17192 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
17193 "                               const char *device);\n"
17194 "\n"
17195 msgstr ""
17196
17197 # type: textblock
17198 #. type: textblock
17199 #: ../src/guestfs-actions.pod:5910
17200 msgid ""
17201 "This displays the disk geometry of C<device> read from the partition table.  "
17202 "Especially in the case where the underlying block device has been resized, "
17203 "this can be different from the kernel's idea of the geometry (see "
17204 "C<guestfs_sfdisk_kernel_geometry>)."
17205 msgstr ""
17206
17207 # type: textblock
17208 #. type: textblock
17209 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931
17210 #: ../fish/guestfish-actions.pod:3965 ../fish/guestfish-actions.pod:3974
17211 msgid "The result is in human-readable format, and not designed to be parsed."
17212 msgstr ""
17213
17214 # type: =head2
17215 #. type: =head2
17216 #: ../src/guestfs-actions.pod:5923
17217 msgid "guestfs_sfdisk_kernel_geometry"
17218 msgstr ""
17219
17220 # type: verbatim
17221 #. type: verbatim
17222 #: ../src/guestfs-actions.pod:5925
17223 #, no-wrap
17224 msgid ""
17225 " char *\n"
17226 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
17227 "                                 const char *device);\n"
17228 "\n"
17229 msgstr ""
17230
17231 # type: textblock
17232 #. type: textblock
17233 #: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3972
17234 msgid "This displays the kernel's idea of the geometry of C<device>."
17235 msgstr ""
17236
17237 # type: =head2
17238 #. type: =head2
17239 #: ../src/guestfs-actions.pod:5939
17240 msgid "guestfs_sfdisk_l"
17241 msgstr ""
17242
17243 # type: verbatim
17244 #. type: verbatim
17245 #: ../src/guestfs-actions.pod:5941
17246 #, no-wrap
17247 msgid ""
17248 " char *\n"
17249 " guestfs_sfdisk_l (guestfs_h *g,\n"
17250 "                   const char *device);\n"
17251 "\n"
17252 msgstr ""
17253
17254 # type: textblock
17255 #. type: textblock
17256 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:3981
17257 msgid ""
17258 "This displays the partition table on C<device>, in the human-readable output "
17259 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17260 msgstr ""
17261
17262 # type: textblock
17263 #. type: textblock
17264 #: ../src/guestfs-actions.pod:5949
17265 msgid "See also: C<guestfs_part_list>"
17266 msgstr ""
17267
17268 # type: =head2
17269 #. type: =head2
17270 #: ../src/guestfs-actions.pod:5956
17271 msgid "guestfs_sh"
17272 msgstr ""
17273
17274 # type: verbatim
17275 #. type: verbatim
17276 #: ../src/guestfs-actions.pod:5958
17277 #, no-wrap
17278 msgid ""
17279 " char *\n"
17280 " guestfs_sh (guestfs_h *g,\n"
17281 "             const char *command);\n"
17282 "\n"
17283 msgstr ""
17284
17285 # type: textblock
17286 #. type: textblock
17287 #: ../src/guestfs-actions.pod:5962 ../fish/guestfish-actions.pod:3991
17288 msgid ""
17289 "This call runs a command from the guest filesystem via the guest's C</bin/"
17290 "sh>."
17291 msgstr ""
17292
17293 # type: textblock
17294 #. type: textblock
17295 #: ../src/guestfs-actions.pod:5965
17296 msgid "This is like C<guestfs_command>, but passes the command to:"
17297 msgstr ""
17298
17299 # type: verbatim
17300 #. type: verbatim
17301 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3996
17302 #, no-wrap
17303 msgid ""
17304 " /bin/sh -c \"command\"\n"
17305 "\n"
17306 msgstr ""
17307
17308 # type: textblock
17309 #. type: textblock
17310 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:3998
17311 msgid ""
17312 "Depending on the guest's shell, this usually results in wildcards being "
17313 "expanded, shell expressions being interpolated and so on."
17314 msgstr ""
17315
17316 # type: textblock
17317 #. type: textblock
17318 #: ../src/guestfs-actions.pod:5973
17319 msgid "All the provisos about C<guestfs_command> apply to this call."
17320 msgstr ""
17321
17322 # type: =head2
17323 #. type: =head2
17324 #: ../src/guestfs-actions.pod:5980
17325 msgid "guestfs_sh_lines"
17326 msgstr ""
17327
17328 # type: verbatim
17329 #. type: verbatim
17330 #: ../src/guestfs-actions.pod:5982
17331 #, no-wrap
17332 msgid ""
17333 " char **\n"
17334 " guestfs_sh_lines (guestfs_h *g,\n"
17335 "                   const char *command);\n"
17336 "\n"
17337 msgstr ""
17338
17339 # type: textblock
17340 #. type: textblock
17341 #: ../src/guestfs-actions.pod:5986
17342 msgid ""
17343 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17344 "lines."
17345 msgstr ""
17346
17347 # type: textblock
17348 #. type: textblock
17349 #: ../src/guestfs-actions.pod:5989
17350 msgid "See also: C<guestfs_command_lines>"
17351 msgstr ""
17352
17353 # type: =head2
17354 #. type: =head2
17355 #: ../src/guestfs-actions.pod:5997
17356 msgid "guestfs_sleep"
17357 msgstr ""
17358
17359 # type: verbatim
17360 #. type: verbatim
17361 #: ../src/guestfs-actions.pod:5999
17362 #, no-wrap
17363 msgid ""
17364 " int\n"
17365 " guestfs_sleep (guestfs_h *g,\n"
17366 "                int secs);\n"
17367 "\n"
17368 msgstr ""
17369
17370 # type: textblock
17371 #. type: textblock
17372 #: ../src/guestfs-actions.pod:6003 ../fish/guestfish-actions.pod:4017
17373 msgid "Sleep for C<secs> seconds."
17374 msgstr ""
17375
17376 # type: textblock
17377 #. type: textblock
17378 #: ../src/guestfs-actions.pod:6007
17379 msgid "(Added in 1.0.41)"
17380 msgstr ""
17381
17382 # type: =head2
17383 #. type: =head2
17384 #: ../src/guestfs-actions.pod:6009 ../src/guestfs-structs.pod:109
17385 msgid "guestfs_stat"
17386 msgstr ""
17387
17388 # type: verbatim
17389 #. type: verbatim
17390 #: ../src/guestfs-actions.pod:6011
17391 #, no-wrap
17392 msgid ""
17393 " struct guestfs_stat *\n"
17394 " guestfs_stat (guestfs_h *g,\n"
17395 "               const char *path);\n"
17396 "\n"
17397 msgstr ""
17398
17399 # type: textblock
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4025
17402 msgid "This is the same as the C<stat(2)> system call."
17403 msgstr ""
17404
17405 # type: =head2
17406 #. type: =head2
17407 #: ../src/guestfs-actions.pod:6025 ../src/guestfs-structs.pod:135
17408 msgid "guestfs_statvfs"
17409 msgstr ""
17410
17411 # type: verbatim
17412 #. type: verbatim
17413 #: ../src/guestfs-actions.pod:6027
17414 #, no-wrap
17415 msgid ""
17416 " struct guestfs_statvfs *\n"
17417 " guestfs_statvfs (guestfs_h *g,\n"
17418 "                  const char *path);\n"
17419 "\n"
17420 msgstr ""
17421
17422 # type: textblock
17423 #. type: textblock
17424 #: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4031
17425 msgid ""
17426 "Returns file system statistics for any mounted file system.  C<path> should "
17427 "be a file or directory in the mounted file system (typically it is the mount "
17428 "point itself, but it doesn't need to be)."
17429 msgstr ""
17430
17431 # type: textblock
17432 #. type: textblock
17433 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4035
17434 msgid "This is the same as the C<statvfs(2)> system call."
17435 msgstr ""
17436
17437 # type: textblock
17438 #. type: textblock
17439 #: ../src/guestfs-actions.pod:6037
17440 msgid ""
17441 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17442 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17443 msgstr ""
17444
17445 # type: =head2
17446 #. type: =head2
17447 #: ../src/guestfs-actions.pod:6043
17448 msgid "guestfs_strings"
17449 msgstr ""
17450
17451 # type: verbatim
17452 #. type: verbatim
17453 #: ../src/guestfs-actions.pod:6045
17454 #, no-wrap
17455 msgid ""
17456 " char **\n"
17457 " guestfs_strings (guestfs_h *g,\n"
17458 "                  const char *path);\n"
17459 "\n"
17460 msgstr ""
17461
17462 # type: textblock
17463 #. type: textblock
17464 #: ../src/guestfs-actions.pod:6049 ../fish/guestfish-actions.pod:4041
17465 msgid ""
17466 "This runs the L<strings(1)> command on a file and returns the list of "
17467 "printable strings found."
17468 msgstr ""
17469
17470 # type: =head2
17471 #. type: =head2
17472 #: ../src/guestfs-actions.pod:6061
17473 msgid "guestfs_strings_e"
17474 msgstr ""
17475
17476 # type: verbatim
17477 #. type: verbatim
17478 #: ../src/guestfs-actions.pod:6063
17479 #, no-wrap
17480 msgid ""
17481 " char **\n"
17482 " guestfs_strings_e (guestfs_h *g,\n"
17483 "                    const char *encoding,\n"
17484 "                    const char *path);\n"
17485 "\n"
17486 msgstr ""
17487
17488 # type: textblock
17489 #. type: textblock
17490 #: ../src/guestfs-actions.pod:6068
17491 msgid ""
17492 "This is like the C<guestfs_strings> command, but allows you to specify the "
17493 "encoding of strings that are looked for in the source file C<path>."
17494 msgstr ""
17495
17496 # type: textblock
17497 #. type: textblock
17498 #: ../src/guestfs-actions.pod:6072 ../fish/guestfish-actions.pod:4055
17499 msgid "Allowed encodings are:"
17500 msgstr ""
17501
17502 # type: =item
17503 #. type: =item
17504 #: ../src/guestfs-actions.pod:6076 ../fish/guestfish-actions.pod:4059
17505 msgid "s"
17506 msgstr ""
17507
17508 # type: textblock
17509 #. type: textblock
17510 #: ../src/guestfs-actions.pod:6078
17511 msgid ""
17512 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17513 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17514 msgstr ""
17515
17516 # type: =item
17517 #. type: =item
17518 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
17519 msgid "S"
17520 msgstr ""
17521
17522 # type: textblock
17523 #. type: textblock
17524 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
17525 msgid "Single 8-bit-byte characters."
17526 msgstr ""
17527
17528 # type: =item
17529 #. type: =item
17530 #: ../src/guestfs-actions.pod:6085 ../fish/guestfish-actions.pod:4068
17531 msgid "b"
17532 msgstr ""
17533
17534 # type: textblock
17535 #. type: textblock
17536 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
17537 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17538 msgstr ""
17539
17540 # type: =item
17541 #. type: =item
17542 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4073
17543 msgid "l (lower case letter L)"
17544 msgstr ""
17545
17546 # type: textblock
17547 #. type: textblock
17548 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
17549 msgid ""
17550 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17551 "examining binaries in Windows guests."
17552 msgstr ""
17553
17554 # type: =item
17555 #. type: =item
17556 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
17557 msgid "B"
17558 msgstr ""
17559
17560 # type: textblock
17561 #. type: textblock
17562 #: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4080
17563 msgid "32-bit big endian such as UCS-4BE."
17564 msgstr ""
17565
17566 # type: =item
17567 #. type: =item
17568 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
17569 msgid "L"
17570 msgstr ""
17571
17572 # type: textblock
17573 #. type: textblock
17574 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
17575 msgid "32-bit little endian such as UCS-4LE."
17576 msgstr ""
17577
17578 # type: textblock
17579 #. type: textblock
17580 #: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
17581 msgid "The returned strings are transcoded to UTF-8."
17582 msgstr ""
17583
17584 # type: =head2
17585 #. type: =head2
17586 #: ../src/guestfs-actions.pod:6116
17587 msgid "guestfs_swapoff_device"
17588 msgstr ""
17589
17590 # type: verbatim
17591 #. type: verbatim
17592 #: ../src/guestfs-actions.pod:6118
17593 #, no-wrap
17594 msgid ""
17595 " int\n"
17596 " guestfs_swapoff_device (guestfs_h *g,\n"
17597 "                         const char *device);\n"
17598 "\n"
17599 msgstr ""
17600
17601 # type: textblock
17602 #. type: textblock
17603 #: ../src/guestfs-actions.pod:6122
17604 msgid ""
17605 "This command disables the libguestfs appliance swap device or partition "
17606 "named C<device>.  See C<guestfs_swapon_device>."
17607 msgstr ""
17608
17609 # type: =head2
17610 #. type: =head2
17611 #: ../src/guestfs-actions.pod:6130
17612 msgid "guestfs_swapoff_file"
17613 msgstr ""
17614
17615 # type: verbatim
17616 #. type: verbatim
17617 #: ../src/guestfs-actions.pod:6132
17618 #, no-wrap
17619 msgid ""
17620 " int\n"
17621 " guestfs_swapoff_file (guestfs_h *g,\n"
17622 "                       const char *file);\n"
17623 "\n"
17624 msgstr ""
17625
17626 # type: textblock
17627 #. type: textblock
17628 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4105
17629 msgid "This command disables the libguestfs appliance swap on file."
17630 msgstr ""
17631
17632 # type: =head2
17633 #. type: =head2
17634 #: ../src/guestfs-actions.pod:6142
17635 msgid "guestfs_swapoff_label"
17636 msgstr ""
17637
17638 # type: verbatim
17639 #. type: verbatim
17640 #: ../src/guestfs-actions.pod:6144
17641 #, no-wrap
17642 msgid ""
17643 " int\n"
17644 " guestfs_swapoff_label (guestfs_h *g,\n"
17645 "                        const char *label);\n"
17646 "\n"
17647 msgstr ""
17648
17649 # type: textblock
17650 #. type: textblock
17651 #: ../src/guestfs-actions.pod:6148 ../fish/guestfish-actions.pod:4111
17652 msgid ""
17653 "This command disables the libguestfs appliance swap on labeled swap "
17654 "partition."
17655 msgstr ""
17656
17657 # type: =head2
17658 #. type: =head2
17659 #: ../src/guestfs-actions.pod:6155
17660 msgid "guestfs_swapoff_uuid"
17661 msgstr ""
17662
17663 # type: verbatim
17664 #. type: verbatim
17665 #: ../src/guestfs-actions.pod:6157
17666 #, no-wrap
17667 msgid ""
17668 " int\n"
17669 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17670 "                       const char *uuid);\n"
17671 "\n"
17672 msgstr ""
17673
17674 # type: textblock
17675 #. type: textblock
17676 #: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4118
17677 msgid ""
17678 "This command disables the libguestfs appliance swap partition with the given "
17679 "UUID."
17680 msgstr ""
17681
17682 # type: =head2
17683 #. type: =head2
17684 #: ../src/guestfs-actions.pod:6168
17685 msgid "guestfs_swapon_device"
17686 msgstr ""
17687
17688 # type: verbatim
17689 #. type: verbatim
17690 #: ../src/guestfs-actions.pod:6170
17691 #, no-wrap
17692 msgid ""
17693 " int\n"
17694 " guestfs_swapon_device (guestfs_h *g,\n"
17695 "                        const char *device);\n"
17696 "\n"
17697 msgstr ""
17698
17699 # type: textblock
17700 #. type: textblock
17701 #: ../src/guestfs-actions.pod:6174
17702 msgid ""
17703 "This command enables the libguestfs appliance to use the swap device or "
17704 "partition named C<device>.  The increased memory is made available for all "
17705 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17706 msgstr ""
17707
17708 # type: textblock
17709 #. type: textblock
17710 #: ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:4130
17711 msgid ""
17712 "Note that you should not swap to existing guest swap partitions unless you "
17713 "know what you are doing.  They may contain hibernation information, or other "
17714 "information that the guest doesn't want you to trash.  You also risk leaking "
17715 "information about the host to the guest this way.  Instead, attach a new "
17716 "host device to the guest and swap on that."
17717 msgstr ""
17718
17719 # type: =head2
17720 #. type: =head2
17721 #: ../src/guestfs-actions.pod:6190
17722 msgid "guestfs_swapon_file"
17723 msgstr ""
17724
17725 # type: verbatim
17726 #. type: verbatim
17727 #: ../src/guestfs-actions.pod:6192
17728 #, no-wrap
17729 msgid ""
17730 " int\n"
17731 " guestfs_swapon_file (guestfs_h *g,\n"
17732 "                      const char *file);\n"
17733 "\n"
17734 msgstr ""
17735
17736 # type: textblock
17737 #. type: textblock
17738 #: ../src/guestfs-actions.pod:6196
17739 msgid ""
17740 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17741 "notes."
17742 msgstr ""
17743
17744 # type: =head2
17745 #. type: =head2
17746 #: ../src/guestfs-actions.pod:6203
17747 msgid "guestfs_swapon_label"
17748 msgstr ""
17749
17750 # type: verbatim
17751 #. type: verbatim
17752 #: ../src/guestfs-actions.pod:6205
17753 #, no-wrap
17754 msgid ""
17755 " int\n"
17756 " guestfs_swapon_label (guestfs_h *g,\n"
17757 "                       const char *label);\n"
17758 "\n"
17759 msgstr ""
17760
17761 # type: textblock
17762 #. type: textblock
17763 #: ../src/guestfs-actions.pod:6209
17764 msgid ""
17765 "This command enables swap to a labeled swap partition.  See "
17766 "C<guestfs_swapon_device> for other notes."
17767 msgstr ""
17768
17769 # type: =head2
17770 #. type: =head2
17771 #: ../src/guestfs-actions.pod:6216
17772 msgid "guestfs_swapon_uuid"
17773 msgstr ""
17774
17775 # type: verbatim
17776 #. type: verbatim
17777 #: ../src/guestfs-actions.pod:6218
17778 #, no-wrap
17779 msgid ""
17780 " int\n"
17781 " guestfs_swapon_uuid (guestfs_h *g,\n"
17782 "                      const char *uuid);\n"
17783 "\n"
17784 msgstr ""
17785
17786 # type: textblock
17787 #. type: textblock
17788 #: ../src/guestfs-actions.pod:6222
17789 msgid ""
17790 "This command enables swap to a swap partition with the given UUID.  See "
17791 "C<guestfs_swapon_device> for other notes."
17792 msgstr ""
17793
17794 # type: =head2
17795 #. type: =head2
17796 #: ../src/guestfs-actions.pod:6229
17797 msgid "guestfs_sync"
17798 msgstr ""
17799
17800 # type: verbatim
17801 #. type: verbatim
17802 #: ../src/guestfs-actions.pod:6231
17803 #, no-wrap
17804 msgid ""
17805 " int\n"
17806 " guestfs_sync (guestfs_h *g);\n"
17807 "\n"
17808 msgstr ""
17809
17810 # type: textblock
17811 #. type: textblock
17812 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4162
17813 msgid ""
17814 "This syncs the disk, so that any writes are flushed through to the "
17815 "underlying disk image."
17816 msgstr ""
17817
17818 # type: textblock
17819 #. type: textblock
17820 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4165
17821 msgid ""
17822 "You should always call this if you have modified a disk image, before "
17823 "closing the handle."
17824 msgstr ""
17825
17826 # type: =head2
17827 #. type: =head2
17828 #: ../src/guestfs-actions.pod:6244
17829 msgid "guestfs_tail"
17830 msgstr ""
17831
17832 # type: verbatim
17833 #. type: verbatim
17834 #: ../src/guestfs-actions.pod:6246
17835 #, no-wrap
17836 msgid ""
17837 " char **\n"
17838 " guestfs_tail (guestfs_h *g,\n"
17839 "               const char *path);\n"
17840 "\n"
17841 msgstr ""
17842
17843 # type: textblock
17844 #. type: textblock
17845 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4172
17846 msgid ""
17847 "This command returns up to the last 10 lines of a file as a list of strings."
17848 msgstr ""
17849
17850 # type: =head2
17851 #. type: =head2
17852 #: ../src/guestfs-actions.pod:6262
17853 msgid "guestfs_tail_n"
17854 msgstr ""
17855
17856 # type: verbatim
17857 #. type: verbatim
17858 #: ../src/guestfs-actions.pod:6264
17859 #, no-wrap
17860 msgid ""
17861 " char **\n"
17862 " guestfs_tail_n (guestfs_h *g,\n"
17863 "                 int nrlines,\n"
17864 "                 const char *path);\n"
17865 "\n"
17866 msgstr ""
17867
17868 # type: textblock
17869 #. type: textblock
17870 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4182
17871 msgid ""
17872 "If the parameter C<nrlines> is a positive number, this returns the last "
17873 "C<nrlines> lines of the file C<path>."
17874 msgstr ""
17875
17876 # type: textblock
17877 #. type: textblock
17878 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4185
17879 msgid ""
17880 "If the parameter C<nrlines> is a negative number, this returns lines from "
17881 "the file C<path>, starting with the C<-nrlines>th line."
17882 msgstr ""
17883
17884 # type: =head2
17885 #. type: =head2
17886 #: ../src/guestfs-actions.pod:6286
17887 msgid "guestfs_tar_in"
17888 msgstr ""
17889
17890 # type: verbatim
17891 #. type: verbatim
17892 #: ../src/guestfs-actions.pod:6288
17893 #, no-wrap
17894 msgid ""
17895 " int\n"
17896 " guestfs_tar_in (guestfs_h *g,\n"
17897 "                 const char *tarfile,\n"
17898 "                 const char *directory);\n"
17899 "\n"
17900 msgstr ""
17901
17902 # type: textblock
17903 #. type: textblock
17904 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4197
17905 msgid ""
17906 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17907 "tar file) into C<directory>."
17908 msgstr ""
17909
17910 # type: textblock
17911 #. type: textblock
17912 #: ../src/guestfs-actions.pod:6296
17913 msgid ""
17914 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17915 msgstr ""
17916
17917 # type: textblock
17918 #. type: textblock
17919 #: ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6318
17920 #: ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6350
17921 msgid "(Added in 1.0.3)"
17922 msgstr ""
17923
17924 # type: =head2
17925 #. type: =head2
17926 #: ../src/guestfs-actions.pod:6303
17927 msgid "guestfs_tar_out"
17928 msgstr ""
17929
17930 # type: verbatim
17931 #. type: verbatim
17932 #: ../src/guestfs-actions.pod:6305
17933 #, no-wrap
17934 msgid ""
17935 " int\n"
17936 " guestfs_tar_out (guestfs_h *g,\n"
17937 "                  const char *directory,\n"
17938 "                  const char *tarfile);\n"
17939 "\n"
17940 msgstr ""
17941
17942 # type: textblock
17943 #. type: textblock
17944 #: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4209
17945 msgid ""
17946 "This command packs the contents of C<directory> and downloads it to local "
17947 "file C<tarfile>."
17948 msgstr ""
17949
17950 # type: textblock
17951 #. type: textblock
17952 #: ../src/guestfs-actions.pod:6313
17953 msgid ""
17954 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17955 "C<guestfs_txz_out>."
17956 msgstr ""
17957
17958 # type: =head2
17959 #. type: =head2
17960 #: ../src/guestfs-actions.pod:6320
17961 msgid "guestfs_tgz_in"
17962 msgstr ""
17963
17964 # type: verbatim
17965 #. type: verbatim
17966 #: ../src/guestfs-actions.pod:6322
17967 #, no-wrap
17968 msgid ""
17969 " int\n"
17970 " guestfs_tgz_in (guestfs_h *g,\n"
17971 "                 const char *tarball,\n"
17972 "                 const char *directory);\n"
17973 "\n"
17974 msgstr ""
17975
17976 # type: textblock
17977 #. type: textblock
17978 #: ../src/guestfs-actions.pod:6327 ../fish/guestfish-actions.pod:4221
17979 msgid ""
17980 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17981 "tar file) into C<directory>."
17982 msgstr ""
17983
17984 # type: textblock
17985 #. type: textblock
17986 #: ../src/guestfs-actions.pod:6330
17987 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17988 msgstr ""
17989
17990 # type: =head2
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:6336
17993 msgid "guestfs_tgz_out"
17994 msgstr ""
17995
17996 # type: verbatim
17997 #. type: verbatim
17998 #: ../src/guestfs-actions.pod:6338
17999 #, no-wrap
18000 msgid ""
18001 " int\n"
18002 " guestfs_tgz_out (guestfs_h *g,\n"
18003 "                  const char *directory,\n"
18004 "                  const char *tarball);\n"
18005 "\n"
18006 msgstr ""
18007
18008 # type: textblock
18009 #. type: textblock
18010 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4232
18011 msgid ""
18012 "This command packs the contents of C<directory> and downloads it to local "
18013 "file C<tarball>."
18014 msgstr ""
18015
18016 # type: textblock
18017 #. type: textblock
18018 #: ../src/guestfs-actions.pod:6346
18019 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
18020 msgstr ""
18021
18022 # type: =head2
18023 #. type: =head2
18024 #: ../src/guestfs-actions.pod:6352
18025 msgid "guestfs_touch"
18026 msgstr ""
18027
18028 # type: verbatim
18029 #. type: verbatim
18030 #: ../src/guestfs-actions.pod:6354
18031 #, no-wrap
18032 msgid ""
18033 " int\n"
18034 " guestfs_touch (guestfs_h *g,\n"
18035 "                const char *path);\n"
18036 "\n"
18037 msgstr ""
18038
18039 # type: textblock
18040 #. type: textblock
18041 #: ../src/guestfs-actions.pod:6358 ../fish/guestfish-actions.pod:4243
18042 msgid ""
18043 "Touch acts like the L<touch(1)> command.  It can be used to update the "
18044 "timestamps on a file, or, if the file does not exist, to create a new zero-"
18045 "length file."
18046 msgstr ""
18047
18048 # type: textblock
18049 #. type: textblock
18050 #: ../src/guestfs-actions.pod:6362 ../fish/guestfish-actions.pod:4247
18051 msgid ""
18052 "This command only works on regular files, and will fail on other file types "
18053 "such as directories, symbolic links, block special etc."
18054 msgstr ""
18055
18056 # type: =head2
18057 #. type: =head2
18058 #: ../src/guestfs-actions.pod:6369
18059 msgid "guestfs_truncate"
18060 msgstr ""
18061
18062 # type: verbatim
18063 #. type: verbatim
18064 #: ../src/guestfs-actions.pod:6371
18065 #, no-wrap
18066 msgid ""
18067 " int\n"
18068 " guestfs_truncate (guestfs_h *g,\n"
18069 "                   const char *path);\n"
18070 "\n"
18071 msgstr ""
18072
18073 # type: textblock
18074 #. type: textblock
18075 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4254
18076 msgid ""
18077 "This command truncates C<path> to a zero-length file.  The file must exist "
18078 "already."
18079 msgstr ""
18080
18081 # type: =head2
18082 #. type: =head2
18083 #: ../src/guestfs-actions.pod:6382
18084 msgid "guestfs_truncate_size"
18085 msgstr ""
18086
18087 # type: verbatim
18088 #. type: verbatim
18089 #: ../src/guestfs-actions.pod:6384
18090 #, no-wrap
18091 msgid ""
18092 " int\n"
18093 " guestfs_truncate_size (guestfs_h *g,\n"
18094 "                        const char *path,\n"
18095 "                        int64_t size);\n"
18096 "\n"
18097 msgstr ""
18098
18099 # type: textblock
18100 #. type: textblock
18101 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4261
18102 msgid ""
18103 "This command truncates C<path> to size C<size> bytes.  The file must exist "
18104 "already."
18105 msgstr ""
18106
18107 # type: textblock
18108 #. type: textblock
18109 #: ../src/guestfs-actions.pod:6392
18110 msgid ""
18111 "If the current file size is less than C<size> then the file is extended to "
18112 "the required size with zero bytes.  This creates a sparse file (ie. disk "
18113 "blocks are not allocated for the file until you write to it).  To create a "
18114 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
18115 msgstr ""
18116
18117 # type: =head2
18118 #. type: =head2
18119 #: ../src/guestfs-actions.pod:6402
18120 msgid "guestfs_tune2fs_l"
18121 msgstr ""
18122
18123 # type: verbatim
18124 #. type: verbatim
18125 #: ../src/guestfs-actions.pod:6404
18126 #, no-wrap
18127 msgid ""
18128 " char **\n"
18129 " guestfs_tune2fs_l (guestfs_h *g,\n"
18130 "                    const char *device);\n"
18131 "\n"
18132 msgstr ""
18133
18134 # type: textblock
18135 #. type: textblock
18136 #: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4274
18137 msgid ""
18138 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
18139 "C<device>."
18140 msgstr ""
18141
18142 # type: textblock
18143 #. type: textblock
18144 #: ../src/guestfs-actions.pod:6411 ../fish/guestfish-actions.pod:4277
18145 msgid ""
18146 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
18147 "for more details.  The list of fields returned isn't clearly defined, and "
18148 "depends on both the version of C<tune2fs> that libguestfs was built against, "
18149 "and the filesystem itself."
18150 msgstr ""
18151
18152 # type: =head2
18153 #. type: =head2
18154 #: ../src/guestfs-actions.pod:6424
18155 msgid "guestfs_txz_in"
18156 msgstr ""
18157
18158 # type: verbatim
18159 #. type: verbatim
18160 #: ../src/guestfs-actions.pod:6426
18161 #, no-wrap
18162 msgid ""
18163 " int\n"
18164 " guestfs_txz_in (guestfs_h *g,\n"
18165 "                 const char *tarball,\n"
18166 "                 const char *directory);\n"
18167 "\n"
18168 msgstr ""
18169
18170 # type: textblock
18171 #. type: textblock
18172 #: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4286
18173 msgid ""
18174 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
18175 "tar file) into C<directory>."
18176 msgstr ""
18177
18178 # type: =head2
18179 #. type: =head2
18180 #: ../src/guestfs-actions.pod:6438
18181 msgid "guestfs_txz_out"
18182 msgstr ""
18183
18184 # type: verbatim
18185 #. type: verbatim
18186 #: ../src/guestfs-actions.pod:6440
18187 #, no-wrap
18188 msgid ""
18189 " int\n"
18190 " guestfs_txz_out (guestfs_h *g,\n"
18191 "                  const char *directory,\n"
18192 "                  const char *tarball);\n"
18193 "\n"
18194 msgstr ""
18195
18196 # type: textblock
18197 #. type: textblock
18198 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4295
18199 msgid ""
18200 "This command packs the contents of C<directory> and downloads it to local "
18201 "file C<tarball> (as an xz compressed tar archive)."
18202 msgstr ""
18203
18204 # type: =head2
18205 #. type: =head2
18206 #: ../src/guestfs-actions.pod:6452
18207 msgid "guestfs_umask"
18208 msgstr ""
18209
18210 # type: verbatim
18211 #. type: verbatim
18212 #: ../src/guestfs-actions.pod:6454
18213 #, no-wrap
18214 msgid ""
18215 " int\n"
18216 " guestfs_umask (guestfs_h *g,\n"
18217 "                int mask);\n"
18218 "\n"
18219 msgstr ""
18220
18221 # type: textblock
18222 #. type: textblock
18223 #: ../src/guestfs-actions.pod:6458 ../fish/guestfish-actions.pod:4304
18224 msgid ""
18225 "This function sets the mask used for creating new files and device nodes to "
18226 "C<mask & 0777>."
18227 msgstr ""
18228
18229 # type: textblock
18230 #. type: textblock
18231 #: ../src/guestfs-actions.pod:6461 ../fish/guestfish-actions.pod:4307
18232 msgid ""
18233 "Typical umask values would be C<022> which creates new files with "
18234 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
18235 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
18236 msgstr ""
18237
18238 # type: textblock
18239 #. type: textblock
18240 #: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4312
18241 msgid ""
18242 "The default umask is C<022>.  This is important because it means that "
18243 "directories and device nodes will be created with C<0644> or C<0755> mode "
18244 "even if you specify C<0777>."
18245 msgstr ""
18246
18247 # type: textblock
18248 #. type: textblock
18249 #: ../src/guestfs-actions.pod:6470
18250 msgid ""
18251 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
18252 "C<guestfs_mkdir>."
18253 msgstr ""
18254
18255 # type: textblock
18256 #. type: textblock
18257 #: ../src/guestfs-actions.pod:6473 ../fish/guestfish-actions.pod:4319
18258 msgid "This call returns the previous umask."
18259 msgstr ""
18260
18261 # type: =head2
18262 #. type: =head2
18263 #: ../src/guestfs-actions.pod:6479
18264 msgid "guestfs_umount"
18265 msgstr ""
18266
18267 # type: verbatim
18268 #. type: verbatim
18269 #: ../src/guestfs-actions.pod:6481
18270 #, no-wrap
18271 msgid ""
18272 " int\n"
18273 " guestfs_umount (guestfs_h *g,\n"
18274 "                 const char *pathordevice);\n"
18275 "\n"
18276 msgstr ""
18277
18278 # type: textblock
18279 #. type: textblock
18280 #: ../src/guestfs-actions.pod:6485 ../fish/guestfish-actions.pod:4327
18281 msgid ""
18282 "This unmounts the given filesystem.  The filesystem may be specified either "
18283 "by its mountpoint (path) or the device which contains the filesystem."
18284 msgstr ""
18285
18286 # type: =head2
18287 #. type: =head2
18288 #: ../src/guestfs-actions.pod:6493
18289 msgid "guestfs_umount_all"
18290 msgstr ""
18291
18292 # type: verbatim
18293 #. type: verbatim
18294 #: ../src/guestfs-actions.pod:6495
18295 #, no-wrap
18296 msgid ""
18297 " int\n"
18298 " guestfs_umount_all (guestfs_h *g);\n"
18299 "\n"
18300 msgstr ""
18301
18302 # type: textblock
18303 #. type: textblock
18304 #: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4337
18305 msgid "This unmounts all mounted filesystems."
18306 msgstr ""
18307
18308 # type: textblock
18309 #. type: textblock
18310 #: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4339
18311 msgid "Some internal mounts are not unmounted by this call."
18312 msgstr ""
18313
18314 # type: =head2
18315 #. type: =head2
18316 #: ../src/guestfs-actions.pod:6506
18317 msgid "guestfs_upload"
18318 msgstr ""
18319
18320 # type: verbatim
18321 #. type: verbatim
18322 #: ../src/guestfs-actions.pod:6508
18323 #, no-wrap
18324 msgid ""
18325 " int\n"
18326 " guestfs_upload (guestfs_h *g,\n"
18327 "                 const char *filename,\n"
18328 "                 const char *remotefilename);\n"
18329 "\n"
18330 msgstr ""
18331
18332 # type: textblock
18333 #. type: textblock
18334 #: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6537
18335 #: ../fish/guestfish-actions.pod:4345 ../fish/guestfish-actions.pod:4358
18336 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
18337 msgstr ""
18338
18339 # type: textblock
18340 #. type: textblock
18341 #: ../src/guestfs-actions.pod:6518
18342 msgid "See also C<guestfs_download>."
18343 msgstr ""
18344
18345 # type: =head2
18346 #. type: =head2
18347 #: ../src/guestfs-actions.pod:6529
18348 msgid "guestfs_upload_offset"
18349 msgstr ""
18350
18351 # type: verbatim
18352 #. type: verbatim
18353 #: ../src/guestfs-actions.pod:6531
18354 #, no-wrap
18355 msgid ""
18356 " int\n"
18357 " guestfs_upload_offset (guestfs_h *g,\n"
18358 "                        const char *filename,\n"
18359 "                        const char *remotefilename,\n"
18360 "                        int64_t offset);\n"
18361 "\n"
18362 msgstr ""
18363
18364 # type: textblock
18365 #. type: textblock
18366 #: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4361
18367 msgid ""
18368 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
18369 "The intention is to overwrite parts of existing files or devices, although "
18370 "if a non-existant file is specified then it is created with a \"hole\" "
18371 "before C<offset>.  The size of the data written is implicit in the size of "
18372 "the source C<filename>."
18373 msgstr ""
18374
18375 # type: textblock
18376 #. type: textblock
18377 #: ../src/guestfs-actions.pod:6547
18378 msgid ""
18379 "Note that there is no limit on the amount of data that can be uploaded with "
18380 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
18381 "full amount unless an error occurs."
18382 msgstr ""
18383
18384 # type: textblock
18385 #. type: textblock
18386 #: ../src/guestfs-actions.pod:6552
18387 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18388 msgstr ""
18389
18390 # type: =head2
18391 #. type: =head2
18392 #: ../src/guestfs-actions.pod:6563
18393 msgid "guestfs_utimens"
18394 msgstr ""
18395
18396 # type: verbatim
18397 #. type: verbatim
18398 #: ../src/guestfs-actions.pod:6565
18399 #, no-wrap
18400 msgid ""
18401 " int\n"
18402 " guestfs_utimens (guestfs_h *g,\n"
18403 "                  const char *path,\n"
18404 "                  int64_t atsecs,\n"
18405 "                  int64_t atnsecs,\n"
18406 "                  int64_t mtsecs,\n"
18407 "                  int64_t mtnsecs);\n"
18408 "\n"
18409 msgstr ""
18410
18411 # type: textblock
18412 #. type: textblock
18413 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
18414 msgid "This command sets the timestamps of a file with nanosecond precision."
18415 msgstr ""
18416
18417 # type: textblock
18418 #. type: textblock
18419 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
18420 msgid ""
18421 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18422 "from the epoch."
18423 msgstr ""
18424
18425 # type: textblock
18426 #. type: textblock
18427 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
18428 msgid ""
18429 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18430 "nanoseconds from the epoch."
18431 msgstr ""
18432
18433 # type: textblock
18434 #. type: textblock
18435 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
18436 msgid ""
18437 "If the C<*nsecs> field contains the special value C<-1> then the "
18438 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18439 "ignored in this case)."
18440 msgstr ""
18441
18442 # type: textblock
18443 #. type: textblock
18444 #: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4394
18445 msgid ""
18446 "If the C<*nsecs> field contains the special value C<-2> then the "
18447 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18448 "in this case)."
18449 msgstr ""
18450
18451 # type: =head2
18452 #. type: =head2
18453 #: ../src/guestfs-actions.pod:6594 ../src/guestfs-structs.pod:175
18454 msgid "guestfs_version"
18455 msgstr ""
18456
18457 # type: verbatim
18458 #. type: verbatim
18459 #: ../src/guestfs-actions.pod:6596
18460 #, no-wrap
18461 msgid ""
18462 " struct guestfs_version *\n"
18463 " guestfs_version (guestfs_h *g);\n"
18464 "\n"
18465 msgstr ""
18466
18467 # type: textblock
18468 #. type: textblock
18469 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4402
18470 msgid ""
18471 "Return the libguestfs version number that the program is linked against."
18472 msgstr ""
18473
18474 # type: textblock
18475 #. type: textblock
18476 #: ../src/guestfs-actions.pod:6602 ../fish/guestfish-actions.pod:4405
18477 msgid ""
18478 "Note that because of dynamic linking this is not necessarily the version of "
18479 "libguestfs that you compiled against.  You can compile the program, and then "
18480 "at runtime dynamically link against a completely different C<libguestfs.so> "
18481 "library."
18482 msgstr ""
18483
18484 # type: textblock
18485 #. type: textblock
18486 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
18487 msgid ""
18488 "This call was added in version C<1.0.58>.  In previous versions of "
18489 "libguestfs there was no way to get the version number.  From C code you can "
18490 "use dynamic linker functions to find out if this symbol exists (if it "
18491 "doesn't, then it's an earlier version)."
18492 msgstr ""
18493
18494 # type: textblock
18495 #. type: textblock
18496 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
18497 msgid ""
18498 "The call returns a structure with four elements.  The first three (C<major>, "
18499 "C<minor> and C<release>) are numbers and correspond to the usual version "
18500 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18501 "but may be used for distro-specific information."
18502 msgstr ""
18503
18504 # type: textblock
18505 #. type: textblock
18506 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
18507 msgid ""
18508 "To construct the original version string: C<$major.$minor.$release$extra>"
18509 msgstr ""
18510
18511 # type: textblock
18512 #. type: textblock
18513 #: ../src/guestfs-actions.pod:6622 ../fish/guestfish-actions.pod:4425
18514 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18515 msgstr ""
18516
18517 # type: textblock
18518 #. type: textblock
18519 #: ../src/guestfs-actions.pod:6624
18520 msgid ""
18521 "I<Note:> Don't use this call to test for availability of features.  In "
18522 "enterprise distributions we backport features from later versions into "
18523 "earlier versions, making this an unreliable way to test for features.  Use "
18524 "C<guestfs_available> instead."
18525 msgstr ""
18526
18527 # type: textblock
18528 #. type: textblock
18529 #: ../src/guestfs-actions.pod:6630
18530 msgid ""
18531 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18532 "error.  I<The caller must call C<guestfs_free_version> after use>."
18533 msgstr ""
18534
18535 # type: textblock
18536 #. type: textblock
18537 #: ../src/guestfs-actions.pod:6634
18538 msgid "(Added in 1.0.58)"
18539 msgstr ""
18540
18541 # type: =head2
18542 #. type: =head2
18543 #: ../src/guestfs-actions.pod:6636
18544 msgid "guestfs_vfs_label"
18545 msgstr ""
18546
18547 # type: verbatim
18548 #. type: verbatim
18549 #: ../src/guestfs-actions.pod:6638
18550 #, no-wrap
18551 msgid ""
18552 " char *\n"
18553 " guestfs_vfs_label (guestfs_h *g,\n"
18554 "                    const char *device);\n"
18555 "\n"
18556 msgstr ""
18557
18558 # type: textblock
18559 #. type: textblock
18560 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4437
18561 msgid "This returns the filesystem label of the filesystem on C<device>."
18562 msgstr ""
18563
18564 # type: textblock
18565 #. type: textblock
18566 #: ../src/guestfs-actions.pod:6645 ../fish/guestfish-actions.pod:4440
18567 msgid "If the filesystem is unlabeled, this returns the empty string."
18568 msgstr ""
18569
18570 # type: textblock
18571 #. type: textblock
18572 #: ../src/guestfs-actions.pod:6647
18573 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18574 msgstr ""
18575
18576 # type: textblock
18577 #. type: textblock
18578 #: ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6689
18579 msgid "(Added in 1.3.18)"
18580 msgstr ""
18581
18582 # type: =head2
18583 #. type: =head2
18584 #: ../src/guestfs-actions.pod:6654
18585 msgid "guestfs_vfs_type"
18586 msgstr ""
18587
18588 # type: verbatim
18589 #. type: verbatim
18590 #: ../src/guestfs-actions.pod:6656
18591 #, no-wrap
18592 msgid ""
18593 " char *\n"
18594 " guestfs_vfs_type (guestfs_h *g,\n"
18595 "                   const char *device);\n"
18596 "\n"
18597 msgstr ""
18598
18599 # type: textblock
18600 #. type: textblock
18601 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4448
18602 msgid ""
18603 "This command gets the filesystem type corresponding to the filesystem on "
18604 "C<device>."
18605 msgstr ""
18606
18607 # type: textblock
18608 #. type: textblock
18609 #: ../src/guestfs-actions.pod:6663 ../fish/guestfish-actions.pod:4451
18610 msgid ""
18611 "For most filesystems, the result is the name of the Linux VFS module which "
18612 "would be used to mount this filesystem if you mounted it without specifying "
18613 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18614 msgstr ""
18615
18616 # type: =head2
18617 #. type: =head2
18618 #: ../src/guestfs-actions.pod:6673
18619 msgid "guestfs_vfs_uuid"
18620 msgstr ""
18621
18622 # type: verbatim
18623 #. type: verbatim
18624 #: ../src/guestfs-actions.pod:6675
18625 #, no-wrap
18626 msgid ""
18627 " char *\n"
18628 " guestfs_vfs_uuid (guestfs_h *g,\n"
18629 "                   const char *device);\n"
18630 "\n"
18631 msgstr ""
18632
18633 # type: textblock
18634 #. type: textblock
18635 #: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4460
18636 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18637 msgstr ""
18638
18639 # type: textblock
18640 #. type: textblock
18641 #: ../src/guestfs-actions.pod:6682 ../fish/guestfish-actions.pod:4463
18642 msgid "If the filesystem does not have a UUID, this returns the empty string."
18643 msgstr ""
18644
18645 # type: textblock
18646 #. type: textblock
18647 #: ../src/guestfs-actions.pod:6684
18648 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18649 msgstr ""
18650
18651 # type: =head2
18652 #. type: =head2
18653 #: ../src/guestfs-actions.pod:6691
18654 msgid "guestfs_vg_activate"
18655 msgstr ""
18656
18657 # type: verbatim
18658 #. type: verbatim
18659 #: ../src/guestfs-actions.pod:6693
18660 #, no-wrap
18661 msgid ""
18662 " int\n"
18663 " guestfs_vg_activate (guestfs_h *g,\n"
18664 "                      int activate,\n"
18665 "                      char *const *volgroups);\n"
18666 "\n"
18667 msgstr ""
18668
18669 # type: textblock
18670 #. type: textblock
18671 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
18672 msgid ""
18673 "This command activates or (if C<activate> is false) deactivates all logical "
18674 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18675 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18676 "deactivated, then those devices disappear."
18677 msgstr ""
18678
18679 # type: textblock
18680 #. type: textblock
18681 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
18682 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18683 msgstr ""
18684
18685 # type: textblock
18686 #. type: textblock
18687 #: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4479
18688 msgid ""
18689 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18690 "activated or deactivated."
18691 msgstr ""
18692
18693 # type: =head2
18694 #. type: =head2
18695 #: ../src/guestfs-actions.pod:6713
18696 msgid "guestfs_vg_activate_all"
18697 msgstr ""
18698
18699 # type: verbatim
18700 #. type: verbatim
18701 #: ../src/guestfs-actions.pod:6715
18702 #, no-wrap
18703 msgid ""
18704 " int\n"
18705 " guestfs_vg_activate_all (guestfs_h *g,\n"
18706 "                          int activate);\n"
18707 "\n"
18708 msgstr ""
18709
18710 # type: textblock
18711 #. type: textblock
18712 #: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
18713 msgid ""
18714 "This command activates or (if C<activate> is false) deactivates all logical "
18715 "volumes in all volume groups.  If activated, then they are made known to the "
18716 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18717 "those devices disappear."
18718 msgstr ""
18719
18720 # type: textblock
18721 #. type: textblock
18722 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
18723 msgid "This command is the same as running C<vgchange -a y|n>"
18724 msgstr ""
18725
18726 # type: =head2
18727 #. type: =head2
18728 #: ../src/guestfs-actions.pod:6731
18729 msgid "guestfs_vgcreate"
18730 msgstr ""
18731
18732 # type: verbatim
18733 #. type: verbatim
18734 #: ../src/guestfs-actions.pod:6733
18735 #, no-wrap
18736 msgid ""
18737 " int\n"
18738 " guestfs_vgcreate (guestfs_h *g,\n"
18739 "                   const char *volgroup,\n"
18740 "                   char *const *physvols);\n"
18741 "\n"
18742 msgstr ""
18743
18744 # type: textblock
18745 #. type: textblock
18746 #: ../src/guestfs-actions.pod:6738 ../fish/guestfish-actions.pod:4498
18747 msgid ""
18748 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18749 "of physical volumes C<physvols>."
18750 msgstr ""
18751
18752 # type: =head2
18753 #. type: =head2
18754 #: ../src/guestfs-actions.pod:6745
18755 msgid "guestfs_vglvuuids"
18756 msgstr ""
18757
18758 # type: verbatim
18759 #. type: verbatim
18760 #: ../src/guestfs-actions.pod:6747
18761 #, no-wrap
18762 msgid ""
18763 " char **\n"
18764 " guestfs_vglvuuids (guestfs_h *g,\n"
18765 "                    const char *vgname);\n"
18766 "\n"
18767 msgstr ""
18768
18769 # type: textblock
18770 #. type: textblock
18771 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4505
18772 msgid ""
18773 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18774 "volumes created in this volume group."
18775 msgstr ""
18776
18777 # type: textblock
18778 #. type: textblock
18779 #: ../src/guestfs-actions.pod:6754
18780 msgid ""
18781 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18782 "associate logical volumes and volume groups."
18783 msgstr ""
18784
18785 # type: textblock
18786 #. type: textblock
18787 #: ../src/guestfs-actions.pod:6757
18788 msgid "See also C<guestfs_vgpvuuids>."
18789 msgstr ""
18790
18791 # type: =head2
18792 #. type: =head2
18793 #: ../src/guestfs-actions.pod:6765
18794 msgid "guestfs_vgpvuuids"
18795 msgstr ""
18796
18797 # type: verbatim
18798 #. type: verbatim
18799 #: ../src/guestfs-actions.pod:6767
18800 #, no-wrap
18801 msgid ""
18802 " char **\n"
18803 " guestfs_vgpvuuids (guestfs_h *g,\n"
18804 "                    const char *vgname);\n"
18805 "\n"
18806 msgstr ""
18807
18808 # type: textblock
18809 #. type: textblock
18810 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4517
18811 msgid ""
18812 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18813 "volumes that this volume group resides on."
18814 msgstr ""
18815
18816 # type: textblock
18817 #. type: textblock
18818 #: ../src/guestfs-actions.pod:6774
18819 msgid ""
18820 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18821 "associate physical volumes and volume groups."
18822 msgstr ""
18823
18824 # type: textblock
18825 #. type: textblock
18826 #: ../src/guestfs-actions.pod:6777
18827 msgid "See also C<guestfs_vglvuuids>."
18828 msgstr ""
18829
18830 # type: =head2
18831 #. type: =head2
18832 #: ../src/guestfs-actions.pod:6785
18833 msgid "guestfs_vgremove"
18834 msgstr ""
18835
18836 # type: verbatim
18837 #. type: verbatim
18838 #: ../src/guestfs-actions.pod:6787
18839 #, no-wrap
18840 msgid ""
18841 " int\n"
18842 " guestfs_vgremove (guestfs_h *g,\n"
18843 "                   const char *vgname);\n"
18844 "\n"
18845 msgstr ""
18846
18847 # type: textblock
18848 #. type: textblock
18849 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4529
18850 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18851 msgstr ""
18852
18853 # type: textblock
18854 #. type: textblock
18855 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4531
18856 msgid ""
18857 "This also forcibly removes all logical volumes in the volume group (if any)."
18858 msgstr ""
18859
18860 # type: =head2
18861 #. type: =head2
18862 #: ../src/guestfs-actions.pod:6800
18863 msgid "guestfs_vgrename"
18864 msgstr ""
18865
18866 # type: verbatim
18867 #. type: verbatim
18868 #: ../src/guestfs-actions.pod:6802
18869 #, no-wrap
18870 msgid ""
18871 " int\n"
18872 " guestfs_vgrename (guestfs_h *g,\n"
18873 "                   const char *volgroup,\n"
18874 "                   const char *newvolgroup);\n"
18875 "\n"
18876 msgstr ""
18877
18878 # type: textblock
18879 #. type: textblock
18880 #: ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:4538
18881 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18882 msgstr ""
18883
18884 # type: =head2
18885 #. type: =head2
18886 #: ../src/guestfs-actions.pod:6813
18887 msgid "guestfs_vgs"
18888 msgstr ""
18889
18890 # type: verbatim
18891 #. type: verbatim
18892 #: ../src/guestfs-actions.pod:6815
18893 #, no-wrap
18894 msgid ""
18895 " char **\n"
18896 " guestfs_vgs (guestfs_h *g);\n"
18897 "\n"
18898 msgstr ""
18899
18900 # type: textblock
18901 #. type: textblock
18902 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4544
18903 msgid ""
18904 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18905 "> command."
18906 msgstr ""
18907
18908 # type: textblock
18909 #. type: textblock
18910 #: ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:4547
18911 msgid ""
18912 "This returns a list of just the volume group names that were detected (eg. "
18913 "C<VolGroup00>)."
18914 msgstr ""
18915
18916 # type: textblock
18917 #. type: textblock
18918 #: ../src/guestfs-actions.pod:6824
18919 msgid "See also C<guestfs_vgs_full>."
18920 msgstr ""
18921
18922 # type: =head2
18923 #. type: =head2
18924 #: ../src/guestfs-actions.pod:6832
18925 msgid "guestfs_vgs_full"
18926 msgstr ""
18927
18928 # type: verbatim
18929 #. type: verbatim
18930 #: ../src/guestfs-actions.pod:6834
18931 #, no-wrap
18932 msgid ""
18933 " struct guestfs_lvm_vg_list *\n"
18934 " guestfs_vgs_full (guestfs_h *g);\n"
18935 "\n"
18936 msgstr ""
18937
18938 # type: textblock
18939 #. type: textblock
18940 #: ../src/guestfs-actions.pod:6837 ../fish/guestfish-actions.pod:4556
18941 msgid ""
18942 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18943 "> command.  The \"full\" version includes all fields."
18944 msgstr ""
18945
18946 # type: textblock
18947 #. type: textblock
18948 #: ../src/guestfs-actions.pod:6840
18949 msgid ""
18950 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18951 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18952 msgstr ""
18953
18954 # type: =head2
18955 #. type: =head2
18956 #: ../src/guestfs-actions.pod:6846
18957 msgid "guestfs_vgscan"
18958 msgstr ""
18959
18960 # type: verbatim
18961 #. type: verbatim
18962 #: ../src/guestfs-actions.pod:6848
18963 #, no-wrap
18964 msgid ""
18965 " int\n"
18966 " guestfs_vgscan (guestfs_h *g);\n"
18967 "\n"
18968 msgstr ""
18969
18970 # type: textblock
18971 #. type: textblock
18972 #: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4563
18973 msgid ""
18974 "This rescans all block devices and rebuilds the list of LVM physical "
18975 "volumes, volume groups and logical volumes."
18976 msgstr ""
18977
18978 # type: =head2
18979 #. type: =head2
18980 #: ../src/guestfs-actions.pod:6858
18981 msgid "guestfs_vguuid"
18982 msgstr ""
18983
18984 # type: verbatim
18985 #. type: verbatim
18986 #: ../src/guestfs-actions.pod:6860
18987 #, no-wrap
18988 msgid ""
18989 " char *\n"
18990 " guestfs_vguuid (guestfs_h *g,\n"
18991 "                 const char *vgname);\n"
18992 "\n"
18993 msgstr ""
18994
18995 # type: textblock
18996 #. type: textblock
18997 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4570
18998 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18999 msgstr ""
19000
19001 # type: =head2
19002 #. type: =head2
19003 #: ../src/guestfs-actions.pod:6871
19004 msgid "guestfs_wait_ready"
19005 msgstr ""
19006
19007 # type: verbatim
19008 #. type: verbatim
19009 #: ../src/guestfs-actions.pod:6873
19010 #, no-wrap
19011 msgid ""
19012 " int\n"
19013 " guestfs_wait_ready (guestfs_h *g);\n"
19014 "\n"
19015 msgstr ""
19016
19017 # type: textblock
19018 #. type: textblock
19019 #: ../src/guestfs-actions.pod:6876
19020 msgid "This function is a no op."
19021 msgstr ""
19022
19023 # type: textblock
19024 #. type: textblock
19025 #: ../src/guestfs-actions.pod:6878
19026 msgid ""
19027 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
19028 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
19029 "is no longer necessary because C<guestfs_launch> now does the waiting."
19030 msgstr ""
19031
19032 # type: textblock
19033 #. type: textblock
19034 #: ../src/guestfs-actions.pod:6883
19035 msgid ""
19036 "If you see any calls to this function in code then you can just remove them, "
19037 "unless you want to retain compatibility with older versions of the API."
19038 msgstr ""
19039
19040 # type: =head2
19041 #. type: =head2
19042 #: ../src/guestfs-actions.pod:6891
19043 msgid "guestfs_wc_c"
19044 msgstr ""
19045
19046 # type: verbatim
19047 #. type: verbatim
19048 #: ../src/guestfs-actions.pod:6893
19049 #, no-wrap
19050 msgid ""
19051 " int\n"
19052 " guestfs_wc_c (guestfs_h *g,\n"
19053 "               const char *path);\n"
19054 "\n"
19055 msgstr ""
19056
19057 # type: textblock
19058 #. type: textblock
19059 #: ../src/guestfs-actions.pod:6897 ../fish/guestfish-actions.pod:4576
19060 msgid ""
19061 "This command counts the characters in a file, using the C<wc -c> external "
19062 "command."
19063 msgstr ""
19064
19065 # type: =head2
19066 #. type: =head2
19067 #: ../src/guestfs-actions.pod:6904
19068 msgid "guestfs_wc_l"
19069 msgstr ""
19070
19071 # type: verbatim
19072 #. type: verbatim
19073 #: ../src/guestfs-actions.pod:6906
19074 #, no-wrap
19075 msgid ""
19076 " int\n"
19077 " guestfs_wc_l (guestfs_h *g,\n"
19078 "               const char *path);\n"
19079 "\n"
19080 msgstr ""
19081
19082 # type: textblock
19083 #. type: textblock
19084 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4583
19085 msgid ""
19086 "This command counts the lines in a file, using the C<wc -l> external command."
19087 msgstr ""
19088
19089 # type: =head2
19090 #. type: =head2
19091 #: ../src/guestfs-actions.pod:6917
19092 msgid "guestfs_wc_w"
19093 msgstr ""
19094
19095 # type: verbatim
19096 #. type: verbatim
19097 #: ../src/guestfs-actions.pod:6919
19098 #, no-wrap
19099 msgid ""
19100 " int\n"
19101 " guestfs_wc_w (guestfs_h *g,\n"
19102 "               const char *path);\n"
19103 "\n"
19104 msgstr ""
19105
19106 # type: textblock
19107 #. type: textblock
19108 #: ../src/guestfs-actions.pod:6923 ../fish/guestfish-actions.pod:4590
19109 msgid ""
19110 "This command counts the words in a file, using the C<wc -w> external command."
19111 msgstr ""
19112
19113 # type: =head2
19114 #. type: =head2
19115 #: ../src/guestfs-actions.pod:6930
19116 msgid "guestfs_write"
19117 msgstr ""
19118
19119 # type: verbatim
19120 #. type: verbatim
19121 #: ../src/guestfs-actions.pod:6932
19122 #, no-wrap
19123 msgid ""
19124 " int\n"
19125 " guestfs_write (guestfs_h *g,\n"
19126 "                const char *path,\n"
19127 "                const char *content,\n"
19128 "                size_t content_size);\n"
19129 "\n"
19130 msgstr ""
19131
19132 # type: textblock
19133 #. type: textblock
19134 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4597
19135 msgid ""
19136 "This call creates a file called C<path>.  The content of the file is the "
19137 "string C<content> (which can contain any 8 bit data)."
19138 msgstr ""
19139
19140 # type: =head2
19141 #. type: =head2
19142 #: ../src/guestfs-actions.pod:6948
19143 msgid "guestfs_write_file"
19144 msgstr ""
19145
19146 # type: verbatim
19147 #. type: verbatim
19148 #: ../src/guestfs-actions.pod:6950
19149 #, no-wrap
19150 msgid ""
19151 " int\n"
19152 " guestfs_write_file (guestfs_h *g,\n"
19153 "                     const char *path,\n"
19154 "                     const char *content,\n"
19155 "                     int size);\n"
19156 "\n"
19157 msgstr ""
19158
19159 # type: textblock
19160 #. type: textblock
19161 #: ../src/guestfs-actions.pod:6956 ../fish/guestfish-actions.pod:4607
19162 msgid ""
19163 "This call creates a file called C<path>.  The contents of the file is the "
19164 "string C<content> (which can contain any 8 bit data), with length C<size>."
19165 msgstr ""
19166
19167 # type: textblock
19168 #. type: textblock
19169 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4611
19170 msgid ""
19171 "As a special case, if C<size> is C<0> then the length is calculated using "
19172 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
19173 msgstr ""
19174
19175 # type: textblock
19176 #. type: textblock
19177 #: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4615
19178 msgid ""
19179 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
19180 "I<not> work, even if the length is specified."
19181 msgstr ""
19182
19183 # type: textblock
19184 #. type: textblock
19185 #: ../src/guestfs-actions.pod:6972 ../fish/guestfish-actions.pod:4621
19186 msgid ""
19187 "This function is deprecated.  In new code, use the C<write> call instead."
19188 msgstr ""
19189
19190 # type: =head2
19191 #. type: =head2
19192 #: ../src/guestfs-actions.pod:6981
19193 msgid "guestfs_zegrep"
19194 msgstr ""
19195
19196 # type: verbatim
19197 #. type: verbatim
19198 #: ../src/guestfs-actions.pod:6983
19199 #, no-wrap
19200 msgid ""
19201 " char **\n"
19202 " guestfs_zegrep (guestfs_h *g,\n"
19203 "                 const char *regex,\n"
19204 "                 const char *path);\n"
19205 "\n"
19206 msgstr ""
19207
19208 # type: textblock
19209 #. type: textblock
19210 #: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4632
19211 msgid ""
19212 "This calls the external C<zegrep> program and returns the matching lines."
19213 msgstr ""
19214
19215 # type: =head2
19216 #. type: =head2
19217 #: ../src/guestfs-actions.pod:7000
19218 msgid "guestfs_zegrepi"
19219 msgstr ""
19220
19221 # type: verbatim
19222 #. type: verbatim
19223 #: ../src/guestfs-actions.pod:7002
19224 #, no-wrap
19225 msgid ""
19226 " char **\n"
19227 " guestfs_zegrepi (guestfs_h *g,\n"
19228 "                  const char *regex,\n"
19229 "                  const char *path);\n"
19230 "\n"
19231 msgstr ""
19232
19233 # type: textblock
19234 #. type: textblock
19235 #: ../src/guestfs-actions.pod:7007 ../fish/guestfish-actions.pod:4642
19236 msgid ""
19237 "This calls the external C<zegrep -i> program and returns the matching lines."
19238 msgstr ""
19239
19240 # type: =head2
19241 #. type: =head2
19242 #: ../src/guestfs-actions.pod:7019
19243 msgid "guestfs_zero"
19244 msgstr ""
19245
19246 # type: verbatim
19247 #. type: verbatim
19248 #: ../src/guestfs-actions.pod:7021
19249 #, no-wrap
19250 msgid ""
19251 " int\n"
19252 " guestfs_zero (guestfs_h *g,\n"
19253 "               const char *device);\n"
19254 "\n"
19255 msgstr ""
19256
19257 # type: textblock
19258 #. type: textblock
19259 #: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4652
19260 msgid "This command writes zeroes over the first few blocks of C<device>."
19261 msgstr ""
19262
19263 # type: textblock
19264 #. type: textblock
19265 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4654
19266 msgid ""
19267 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
19268 "securely wipe the device).  It should be sufficient to remove any partition "
19269 "tables, filesystem superblocks and so on."
19270 msgstr ""
19271
19272 # type: textblock
19273 #. type: textblock
19274 #: ../src/guestfs-actions.pod:7031
19275 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
19276 msgstr ""
19277
19278 # type: =head2
19279 #. type: =head2
19280 #: ../src/guestfs-actions.pod:7042
19281 msgid "guestfs_zero_device"
19282 msgstr ""
19283
19284 # type: verbatim
19285 #. type: verbatim
19286 #: ../src/guestfs-actions.pod:7044
19287 #, no-wrap
19288 msgid ""
19289 " int\n"
19290 " guestfs_zero_device (guestfs_h *g,\n"
19291 "                      const char *device);\n"
19292 "\n"
19293 msgstr ""
19294
19295 # type: textblock
19296 #. type: textblock
19297 #: ../src/guestfs-actions.pod:7048
19298 msgid ""
19299 "This command writes zeroes over the entire C<device>.  Compare with "
19300 "C<guestfs_zero> which just zeroes the first few blocks of a device."
19301 msgstr ""
19302
19303 # type: textblock
19304 #. type: textblock
19305 #: ../src/guestfs-actions.pod:7062
19306 msgid "(Added in 1.3.1)"
19307 msgstr ""
19308
19309 # type: =head2
19310 #. type: =head2
19311 #: ../src/guestfs-actions.pod:7064
19312 msgid "guestfs_zerofree"
19313 msgstr ""
19314
19315 # type: verbatim
19316 #. type: verbatim
19317 #: ../src/guestfs-actions.pod:7066
19318 #, no-wrap
19319 msgid ""
19320 " int\n"
19321 " guestfs_zerofree (guestfs_h *g,\n"
19322 "                   const char *device);\n"
19323 "\n"
19324 msgstr ""
19325
19326 # type: textblock
19327 #. type: textblock
19328 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4675
19329 msgid ""
19330 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
19331 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
19332 "possible to compress the filesystem more effectively."
19333 msgstr ""
19334
19335 # type: textblock
19336 #. type: textblock
19337 #: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4680
19338 msgid "You should B<not> run this program if the filesystem is mounted."
19339 msgstr ""
19340
19341 # type: textblock
19342 #. type: textblock
19343 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4683
19344 msgid ""
19345 "It is possible that using this program can damage the filesystem or data on "
19346 "the filesystem."
19347 msgstr ""
19348
19349 # type: =head2
19350 #. type: =head2
19351 #: ../src/guestfs-actions.pod:7085
19352 msgid "guestfs_zfgrep"
19353 msgstr ""
19354
19355 # type: verbatim
19356 #. type: verbatim
19357 #: ../src/guestfs-actions.pod:7087
19358 #, no-wrap
19359 msgid ""
19360 " char **\n"
19361 " guestfs_zfgrep (guestfs_h *g,\n"
19362 "                 const char *pattern,\n"
19363 "                 const char *path);\n"
19364 "\n"
19365 msgstr ""
19366
19367 # type: textblock
19368 #. type: textblock
19369 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4690
19370 msgid ""
19371 "This calls the external C<zfgrep> program and returns the matching lines."
19372 msgstr ""
19373
19374 # type: =head2
19375 #. type: =head2
19376 #: ../src/guestfs-actions.pod:7104
19377 msgid "guestfs_zfgrepi"
19378 msgstr ""
19379
19380 # type: verbatim
19381 #. type: verbatim
19382 #: ../src/guestfs-actions.pod:7106
19383 #, no-wrap
19384 msgid ""
19385 " char **\n"
19386 " guestfs_zfgrepi (guestfs_h *g,\n"
19387 "                  const char *pattern,\n"
19388 "                  const char *path);\n"
19389 "\n"
19390 msgstr ""
19391
19392 # type: textblock
19393 #. type: textblock
19394 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4700
19395 msgid ""
19396 "This calls the external C<zfgrep -i> program and returns the matching lines."
19397 msgstr ""
19398
19399 # type: =head2
19400 #. type: =head2
19401 #: ../src/guestfs-actions.pod:7123
19402 msgid "guestfs_zfile"
19403 msgstr ""
19404
19405 # type: verbatim
19406 #. type: verbatim
19407 #: ../src/guestfs-actions.pod:7125
19408 #, no-wrap
19409 msgid ""
19410 " char *\n"
19411 " guestfs_zfile (guestfs_h *g,\n"
19412 "                const char *meth,\n"
19413 "                const char *path);\n"
19414 "\n"
19415 msgstr ""
19416
19417 # type: textblock
19418 #. type: textblock
19419 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4710
19420 msgid ""
19421 "This command runs C<file> after first decompressing C<path> using C<method>."
19422 msgstr ""
19423
19424 # type: textblock
19425 #. type: textblock
19426 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4713
19427 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
19428 msgstr ""
19429
19430 # type: textblock
19431 #. type: textblock
19432 #: ../src/guestfs-actions.pod:7135
19433 msgid ""
19434 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
19435 "files."
19436 msgstr ""
19437
19438 # type: textblock
19439 #. type: textblock
19440 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4718
19441 msgid ""
19442 "This function is deprecated.  In new code, use the C<file> call instead."
19443 msgstr ""
19444
19445 # type: =head2
19446 #. type: =head2
19447 #: ../src/guestfs-actions.pod:7150
19448 msgid "guestfs_zgrep"
19449 msgstr ""
19450
19451 # type: verbatim
19452 #. type: verbatim
19453 #: ../src/guestfs-actions.pod:7152
19454 #, no-wrap
19455 msgid ""
19456 " char **\n"
19457 " guestfs_zgrep (guestfs_h *g,\n"
19458 "                const char *regex,\n"
19459 "                const char *path);\n"
19460 "\n"
19461 msgstr ""
19462
19463 # type: textblock
19464 #. type: textblock
19465 #: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4729
19466 msgid ""
19467 "This calls the external C<zgrep> program and returns the matching lines."
19468 msgstr ""
19469
19470 # type: =head2
19471 #. type: =head2
19472 #: ../src/guestfs-actions.pod:7169
19473 msgid "guestfs_zgrepi"
19474 msgstr ""
19475
19476 # type: verbatim
19477 #. type: verbatim
19478 #: ../src/guestfs-actions.pod:7171
19479 #, no-wrap
19480 msgid ""
19481 " char **\n"
19482 " guestfs_zgrepi (guestfs_h *g,\n"
19483 "                 const char *regex,\n"
19484 "                 const char *path);\n"
19485 "\n"
19486 msgstr ""
19487
19488 # type: textblock
19489 #. type: textblock
19490 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4739
19491 msgid ""
19492 "This calls the external C<zgrep -i> program and returns the matching lines."
19493 msgstr ""
19494
19495 # type: =item
19496 #. type: =item
19497 #: ../src/guestfs-availability.pod:3
19498 msgid "B<augeas>"
19499 msgstr ""
19500
19501 # type: textblock
19502 #. type: textblock
19503 #: ../src/guestfs-availability.pod:5
19504 msgid ""
19505 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
19506 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
19507 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
19508 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
19509 "L</guestfs_aug_save> L</guestfs_aug_set>"
19510 msgstr ""
19511
19512 # type: =item
19513 #. type: =item
19514 #: ../src/guestfs-availability.pod:21
19515 msgid "B<inotify>"
19516 msgstr ""
19517
19518 # type: textblock
19519 #. type: textblock
19520 #: ../src/guestfs-availability.pod:23
19521 msgid ""
19522 "The following functions: L</guestfs_inotify_add_watch> L</"
19523 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19524 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19525 msgstr ""
19526
19527 # type: =item
19528 #. type: =item
19529 #: ../src/guestfs-availability.pod:31
19530 msgid "B<linuxfsuuid>"
19531 msgstr ""
19532
19533 # type: textblock
19534 #. type: textblock
19535 #: ../src/guestfs-availability.pod:33
19536 msgid ""
19537 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19538 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19539 msgstr ""
19540
19541 # type: =item
19542 #. type: =item
19543 #: ../src/guestfs-availability.pod:40
19544 msgid "B<linuxmodules>"
19545 msgstr ""
19546
19547 # type: textblock
19548 #. type: textblock
19549 #: ../src/guestfs-availability.pod:42
19550 msgid "The following functions: L</guestfs_modprobe>"
19551 msgstr ""
19552
19553 # type: =item
19554 #. type: =item
19555 #: ../src/guestfs-availability.pod:45
19556 msgid "B<linuxxattrs>"
19557 msgstr ""
19558
19559 # type: textblock
19560 #. type: textblock
19561 #: ../src/guestfs-availability.pod:47
19562 msgid ""
19563 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19564 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19565 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19566 "guestfs_setxattr>"
19567 msgstr ""
19568
19569 # type: =item
19570 #. type: =item
19571 #: ../src/guestfs-availability.pod:58
19572 msgid "B<luks>"
19573 msgstr ""
19574
19575 # type: textblock
19576 #. type: textblock
19577 #: ../src/guestfs-availability.pod:60
19578 msgid ""
19579 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19580 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19581 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19582 msgstr ""
19583
19584 # type: =item
19585 #. type: =item
19586 #: ../src/guestfs-availability.pod:69
19587 msgid "B<lvm2>"
19588 msgstr ""
19589
19590 # type: textblock
19591 #. type: textblock
19592 #: ../src/guestfs-availability.pod:71
19593 msgid ""
19594 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19595 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19596 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19597 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19598 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19599 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19600 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19601 msgstr ""
19602
19603 # type: =item
19604 #. type: =item
19605 #: ../src/guestfs-availability.pod:94
19606 msgid "B<mknod>"
19607 msgstr ""
19608
19609 # type: textblock
19610 #. type: textblock
19611 #: ../src/guestfs-availability.pod:96
19612 msgid ""
19613 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19614 "guestfs_mknod_b> L</guestfs_mknod_c>"
19615 msgstr ""
19616
19617 # type: =item
19618 #. type: =item
19619 #: ../src/guestfs-availability.pod:102
19620 msgid "B<ntfs3g>"
19621 msgstr ""
19622
19623 # type: textblock
19624 #. type: textblock
19625 #: ../src/guestfs-availability.pod:104
19626 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19627 msgstr ""
19628
19629 # type: =item
19630 #. type: =item
19631 #: ../src/guestfs-availability.pod:107
19632 msgid "B<ntfsprogs>"
19633 msgstr ""
19634
19635 # type: textblock
19636 #. type: textblock
19637 #: ../src/guestfs-availability.pod:109
19638 msgid ""
19639 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19640 msgstr ""
19641
19642 # type: =item
19643 #. type: =item
19644 #: ../src/guestfs-availability.pod:113
19645 msgid "B<realpath>"
19646 msgstr ""
19647
19648 # type: textblock
19649 #. type: textblock
19650 #: ../src/guestfs-availability.pod:115
19651 msgid "The following functions: L</guestfs_realpath>"
19652 msgstr ""
19653
19654 # type: =item
19655 #. type: =item
19656 #: ../src/guestfs-availability.pod:118
19657 msgid "B<scrub>"
19658 msgstr ""
19659
19660 # type: textblock
19661 #. type: textblock
19662 #: ../src/guestfs-availability.pod:120
19663 msgid ""
19664 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19665 "guestfs_scrub_freespace>"
19666 msgstr ""
19667
19668 # type: =item
19669 #. type: =item
19670 #: ../src/guestfs-availability.pod:125
19671 msgid "B<selinux>"
19672 msgstr ""
19673
19674 # type: textblock
19675 #. type: textblock
19676 #: ../src/guestfs-availability.pod:127
19677 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19678 msgstr ""
19679
19680 # type: =item
19681 #. type: =item
19682 #: ../src/guestfs-availability.pod:131
19683 msgid "B<xz>"
19684 msgstr ""
19685
19686 # type: textblock
19687 #. type: textblock
19688 #: ../src/guestfs-availability.pod:133
19689 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19690 msgstr ""
19691
19692 # type: =item
19693 #. type: =item
19694 #: ../src/guestfs-availability.pod:137
19695 msgid "B<zerofree>"
19696 msgstr ""
19697
19698 # type: textblock
19699 #. type: textblock
19700 #: ../src/guestfs-availability.pod:139
19701 msgid "The following functions: L</guestfs_zerofree>"
19702 msgstr ""
19703
19704 # type: =head2
19705 #. type: =head2
19706 #: ../src/guestfs-structs.pod:1
19707 msgid "guestfs_int_bool"
19708 msgstr ""
19709
19710 # type: verbatim
19711 #. type: verbatim
19712 #: ../src/guestfs-structs.pod:3
19713 #, no-wrap
19714 msgid ""
19715 " struct guestfs_int_bool {\n"
19716 "   int32_t i;\n"
19717 "   int32_t b;\n"
19718 " };\n"
19719 " \n"
19720 msgstr ""
19721
19722 # type: verbatim
19723 #. type: verbatim
19724 #: ../src/guestfs-structs.pod:8
19725 #, no-wrap
19726 msgid ""
19727 " struct guestfs_int_bool_list {\n"
19728 "   uint32_t len; /* Number of elements in list. */\n"
19729 "   struct guestfs_int_bool *val; /* Elements. */\n"
19730 " };\n"
19731 " \n"
19732 msgstr ""
19733
19734 # type: verbatim
19735 #. type: verbatim
19736 #: ../src/guestfs-structs.pod:13
19737 #, no-wrap
19738 msgid ""
19739 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19740 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19741 "\n"
19742 msgstr ""
19743
19744 # type: =head2
19745 #. type: =head2
19746 #: ../src/guestfs-structs.pod:16
19747 msgid "guestfs_lvm_pv"
19748 msgstr ""
19749
19750 # type: verbatim
19751 #. type: verbatim
19752 #: ../src/guestfs-structs.pod:18
19753 #, no-wrap
19754 msgid ""
19755 " struct guestfs_lvm_pv {\n"
19756 "   char *pv_name;\n"
19757 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19758 "   char pv_uuid[32];\n"
19759 "   char *pv_fmt;\n"
19760 "   uint64_t pv_size;\n"
19761 "   uint64_t dev_size;\n"
19762 "   uint64_t pv_free;\n"
19763 "   uint64_t pv_used;\n"
19764 "   char *pv_attr;\n"
19765 "   int64_t pv_pe_count;\n"
19766 "   int64_t pv_pe_alloc_count;\n"
19767 "   char *pv_tags;\n"
19768 "   uint64_t pe_start;\n"
19769 "   int64_t pv_mda_count;\n"
19770 "   uint64_t pv_mda_free;\n"
19771 " };\n"
19772 " \n"
19773 msgstr ""
19774
19775 # type: verbatim
19776 #. type: verbatim
19777 #: ../src/guestfs-structs.pod:36
19778 #, no-wrap
19779 msgid ""
19780 " struct guestfs_lvm_pv_list {\n"
19781 "   uint32_t len; /* Number of elements in list. */\n"
19782 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19783 " };\n"
19784 " \n"
19785 msgstr ""
19786
19787 # type: verbatim
19788 #. type: verbatim
19789 #: ../src/guestfs-structs.pod:41
19790 #, no-wrap
19791 msgid ""
19792 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19793 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19794 "\n"
19795 msgstr ""
19796
19797 # type: =head2
19798 #. type: =head2
19799 #: ../src/guestfs-structs.pod:44
19800 msgid "guestfs_lvm_vg"
19801 msgstr ""
19802
19803 # type: verbatim
19804 #. type: verbatim
19805 #: ../src/guestfs-structs.pod:46
19806 #, no-wrap
19807 msgid ""
19808 " struct guestfs_lvm_vg {\n"
19809 "   char *vg_name;\n"
19810 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19811 "   char vg_uuid[32];\n"
19812 "   char *vg_fmt;\n"
19813 "   char *vg_attr;\n"
19814 "   uint64_t vg_size;\n"
19815 "   uint64_t vg_free;\n"
19816 "   char *vg_sysid;\n"
19817 "   uint64_t vg_extent_size;\n"
19818 "   int64_t vg_extent_count;\n"
19819 "   int64_t vg_free_count;\n"
19820 "   int64_t max_lv;\n"
19821 "   int64_t max_pv;\n"
19822 "   int64_t pv_count;\n"
19823 "   int64_t lv_count;\n"
19824 "   int64_t snap_count;\n"
19825 "   int64_t vg_seqno;\n"
19826 "   char *vg_tags;\n"
19827 "   int64_t vg_mda_count;\n"
19828 "   uint64_t vg_mda_free;\n"
19829 " };\n"
19830 " \n"
19831 msgstr ""
19832
19833 # type: verbatim
19834 #. type: verbatim
19835 #: ../src/guestfs-structs.pod:69
19836 #, no-wrap
19837 msgid ""
19838 " struct guestfs_lvm_vg_list {\n"
19839 "   uint32_t len; /* Number of elements in list. */\n"
19840 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19841 " };\n"
19842 " \n"
19843 msgstr ""
19844
19845 # type: verbatim
19846 #. type: verbatim
19847 #: ../src/guestfs-structs.pod:74
19848 #, no-wrap
19849 msgid ""
19850 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19851 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19852 "\n"
19853 msgstr ""
19854
19855 # type: =head2
19856 #. type: =head2
19857 #: ../src/guestfs-structs.pod:77
19858 msgid "guestfs_lvm_lv"
19859 msgstr ""
19860
19861 # type: verbatim
19862 #. type: verbatim
19863 #: ../src/guestfs-structs.pod:79
19864 #, no-wrap
19865 msgid ""
19866 " struct guestfs_lvm_lv {\n"
19867 "   char *lv_name;\n"
19868 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19869 "   char lv_uuid[32];\n"
19870 "   char *lv_attr;\n"
19871 "   int64_t lv_major;\n"
19872 "   int64_t lv_minor;\n"
19873 "   int64_t lv_kernel_major;\n"
19874 "   int64_t lv_kernel_minor;\n"
19875 "   uint64_t lv_size;\n"
19876 "   int64_t seg_count;\n"
19877 "   char *origin;\n"
19878 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19879 "   float snap_percent;\n"
19880 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19881 "   float copy_percent;\n"
19882 "   char *move_pv;\n"
19883 "   char *lv_tags;\n"
19884 "   char *mirror_log;\n"
19885 "   char *modules;\n"
19886 " };\n"
19887 " \n"
19888 msgstr ""
19889
19890 # type: verbatim
19891 #. type: verbatim
19892 #: ../src/guestfs-structs.pod:101
19893 #, no-wrap
19894 msgid ""
19895 " struct guestfs_lvm_lv_list {\n"
19896 "   uint32_t len; /* Number of elements in list. */\n"
19897 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19898 " };\n"
19899 " \n"
19900 msgstr ""
19901
19902 # type: verbatim
19903 #. type: verbatim
19904 #: ../src/guestfs-structs.pod:106
19905 #, no-wrap
19906 msgid ""
19907 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19908 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19909 "\n"
19910 msgstr ""
19911
19912 # type: verbatim
19913 #. type: verbatim
19914 #: ../src/guestfs-structs.pod:111
19915 #, no-wrap
19916 msgid ""
19917 " struct guestfs_stat {\n"
19918 "   int64_t dev;\n"
19919 "   int64_t ino;\n"
19920 "   int64_t mode;\n"
19921 "   int64_t nlink;\n"
19922 "   int64_t uid;\n"
19923 "   int64_t gid;\n"
19924 "   int64_t rdev;\n"
19925 "   int64_t size;\n"
19926 "   int64_t blksize;\n"
19927 "   int64_t blocks;\n"
19928 "   int64_t atime;\n"
19929 "   int64_t mtime;\n"
19930 "   int64_t ctime;\n"
19931 " };\n"
19932 " \n"
19933 msgstr ""
19934
19935 # type: verbatim
19936 #. type: verbatim
19937 #: ../src/guestfs-structs.pod:127
19938 #, no-wrap
19939 msgid ""
19940 " struct guestfs_stat_list {\n"
19941 "   uint32_t len; /* Number of elements in list. */\n"
19942 "   struct guestfs_stat *val; /* Elements. */\n"
19943 " };\n"
19944 " \n"
19945 msgstr ""
19946
19947 # type: verbatim
19948 #. type: verbatim
19949 #: ../src/guestfs-structs.pod:132
19950 #, no-wrap
19951 msgid ""
19952 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19953 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19954 "\n"
19955 msgstr ""
19956
19957 # type: verbatim
19958 #. type: verbatim
19959 #: ../src/guestfs-structs.pod:137
19960 #, no-wrap
19961 msgid ""
19962 " struct guestfs_statvfs {\n"
19963 "   int64_t bsize;\n"
19964 "   int64_t frsize;\n"
19965 "   int64_t blocks;\n"
19966 "   int64_t bfree;\n"
19967 "   int64_t bavail;\n"
19968 "   int64_t files;\n"
19969 "   int64_t ffree;\n"
19970 "   int64_t favail;\n"
19971 "   int64_t fsid;\n"
19972 "   int64_t flag;\n"
19973 "   int64_t namemax;\n"
19974 " };\n"
19975 " \n"
19976 msgstr ""
19977
19978 # type: verbatim
19979 #. type: verbatim
19980 #: ../src/guestfs-structs.pod:151
19981 #, no-wrap
19982 msgid ""
19983 " struct guestfs_statvfs_list {\n"
19984 "   uint32_t len; /* Number of elements in list. */\n"
19985 "   struct guestfs_statvfs *val; /* Elements. */\n"
19986 " };\n"
19987 " \n"
19988 msgstr ""
19989
19990 # type: verbatim
19991 #. type: verbatim
19992 #: ../src/guestfs-structs.pod:156
19993 #, no-wrap
19994 msgid ""
19995 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19996 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
19997 "\n"
19998 msgstr ""
19999
20000 # type: =head2
20001 #. type: =head2
20002 #: ../src/guestfs-structs.pod:159
20003 msgid "guestfs_dirent"
20004 msgstr ""
20005
20006 # type: verbatim
20007 #. type: verbatim
20008 #: ../src/guestfs-structs.pod:161
20009 #, no-wrap
20010 msgid ""
20011 " struct guestfs_dirent {\n"
20012 "   int64_t ino;\n"
20013 "   char ftyp;\n"
20014 "   char *name;\n"
20015 " };\n"
20016 " \n"
20017 msgstr ""
20018
20019 # type: verbatim
20020 #. type: verbatim
20021 #: ../src/guestfs-structs.pod:167
20022 #, no-wrap
20023 msgid ""
20024 " struct guestfs_dirent_list {\n"
20025 "   uint32_t len; /* Number of elements in list. */\n"
20026 "   struct guestfs_dirent *val; /* Elements. */\n"
20027 " };\n"
20028 " \n"
20029 msgstr ""
20030
20031 # type: verbatim
20032 #. type: verbatim
20033 #: ../src/guestfs-structs.pod:172
20034 #, no-wrap
20035 msgid ""
20036 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
20037 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
20038 "\n"
20039 msgstr ""
20040
20041 # type: verbatim
20042 #. type: verbatim
20043 #: ../src/guestfs-structs.pod:177
20044 #, no-wrap
20045 msgid ""
20046 " struct guestfs_version {\n"
20047 "   int64_t major;\n"
20048 "   int64_t minor;\n"
20049 "   int64_t release;\n"
20050 "   char *extra;\n"
20051 " };\n"
20052 " \n"
20053 msgstr ""
20054
20055 # type: verbatim
20056 #. type: verbatim
20057 #: ../src/guestfs-structs.pod:184
20058 #, no-wrap
20059 msgid ""
20060 " struct guestfs_version_list {\n"
20061 "   uint32_t len; /* Number of elements in list. */\n"
20062 "   struct guestfs_version *val; /* Elements. */\n"
20063 " };\n"
20064 " \n"
20065 msgstr ""
20066
20067 # type: verbatim
20068 #. type: verbatim
20069 #: ../src/guestfs-structs.pod:189
20070 #, no-wrap
20071 msgid ""
20072 " void guestfs_free_version (struct guestfs_free_version *);\n"
20073 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
20074 "\n"
20075 msgstr ""
20076
20077 # type: =head2
20078 #. type: =head2
20079 #: ../src/guestfs-structs.pod:192
20080 msgid "guestfs_xattr"
20081 msgstr ""
20082
20083 # type: verbatim
20084 #. type: verbatim
20085 #: ../src/guestfs-structs.pod:194
20086 #, no-wrap
20087 msgid ""
20088 " struct guestfs_xattr {\n"
20089 "   char *attrname;\n"
20090 "   /* The next two fields describe a byte array. */\n"
20091 "   uint32_t attrval_len;\n"
20092 "   char *attrval;\n"
20093 " };\n"
20094 " \n"
20095 msgstr ""
20096
20097 # type: verbatim
20098 #. type: verbatim
20099 #: ../src/guestfs-structs.pod:201
20100 #, no-wrap
20101 msgid ""
20102 " struct guestfs_xattr_list {\n"
20103 "   uint32_t len; /* Number of elements in list. */\n"
20104 "   struct guestfs_xattr *val; /* Elements. */\n"
20105 " };\n"
20106 " \n"
20107 msgstr ""
20108
20109 # type: verbatim
20110 #. type: verbatim
20111 #: ../src/guestfs-structs.pod:206
20112 #, no-wrap
20113 msgid ""
20114 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
20115 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
20116 "\n"
20117 msgstr ""
20118
20119 # type: =head2
20120 #. type: =head2
20121 #: ../src/guestfs-structs.pod:209
20122 msgid "guestfs_inotify_event"
20123 msgstr ""
20124
20125 # type: verbatim
20126 #. type: verbatim
20127 #: ../src/guestfs-structs.pod:211
20128 #, no-wrap
20129 msgid ""
20130 " struct guestfs_inotify_event {\n"
20131 "   int64_t in_wd;\n"
20132 "   uint32_t in_mask;\n"
20133 "   uint32_t in_cookie;\n"
20134 "   char *in_name;\n"
20135 " };\n"
20136 " \n"
20137 msgstr ""
20138
20139 # type: verbatim
20140 #. type: verbatim
20141 #: ../src/guestfs-structs.pod:218
20142 #, no-wrap
20143 msgid ""
20144 " struct guestfs_inotify_event_list {\n"
20145 "   uint32_t len; /* Number of elements in list. */\n"
20146 "   struct guestfs_inotify_event *val; /* Elements. */\n"
20147 " };\n"
20148 " \n"
20149 msgstr ""
20150
20151 # type: verbatim
20152 #. type: verbatim
20153 #: ../src/guestfs-structs.pod:223
20154 #, no-wrap
20155 msgid ""
20156 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
20157 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
20158 "\n"
20159 msgstr ""
20160
20161 # type: =head2
20162 #. type: =head2
20163 #: ../src/guestfs-structs.pod:226
20164 msgid "guestfs_partition"
20165 msgstr ""
20166
20167 # type: verbatim
20168 #. type: verbatim
20169 #: ../src/guestfs-structs.pod:228
20170 #, no-wrap
20171 msgid ""
20172 " struct guestfs_partition {\n"
20173 "   int32_t part_num;\n"
20174 "   uint64_t part_start;\n"
20175 "   uint64_t part_end;\n"
20176 "   uint64_t part_size;\n"
20177 " };\n"
20178 " \n"
20179 msgstr ""
20180
20181 # type: verbatim
20182 #. type: verbatim
20183 #: ../src/guestfs-structs.pod:235
20184 #, no-wrap
20185 msgid ""
20186 " struct guestfs_partition_list {\n"
20187 "   uint32_t len; /* Number of elements in list. */\n"
20188 "   struct guestfs_partition *val; /* Elements. */\n"
20189 " };\n"
20190 " \n"
20191 msgstr ""
20192
20193 # type: verbatim
20194 #. type: verbatim
20195 #: ../src/guestfs-structs.pod:240
20196 #, no-wrap
20197 msgid ""
20198 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
20199 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
20200 "\n"
20201 msgstr ""
20202
20203 # type: =head2
20204 #. type: =head2
20205 #: ../src/guestfs-structs.pod:243
20206 msgid "guestfs_application"
20207 msgstr ""
20208
20209 # type: verbatim
20210 #. type: verbatim
20211 #: ../src/guestfs-structs.pod:245
20212 #, no-wrap
20213 msgid ""
20214 " struct guestfs_application {\n"
20215 "   char *app_name;\n"
20216 "   char *app_display_name;\n"
20217 "   int32_t app_epoch;\n"
20218 "   char *app_version;\n"
20219 "   char *app_release;\n"
20220 "   char *app_install_path;\n"
20221 "   char *app_trans_path;\n"
20222 "   char *app_publisher;\n"
20223 "   char *app_url;\n"
20224 "   char *app_source_package;\n"
20225 "   char *app_summary;\n"
20226 "   char *app_description;\n"
20227 " };\n"
20228 " \n"
20229 msgstr ""
20230
20231 # type: verbatim
20232 #. type: verbatim
20233 #: ../src/guestfs-structs.pod:260
20234 #, no-wrap
20235 msgid ""
20236 " struct guestfs_application_list {\n"
20237 "   uint32_t len; /* Number of elements in list. */\n"
20238 "   struct guestfs_application *val; /* Elements. */\n"
20239 " };\n"
20240 " \n"
20241 msgstr ""
20242
20243 # type: verbatim
20244 #. type: verbatim
20245 #: ../src/guestfs-structs.pod:265
20246 #, no-wrap
20247 msgid ""
20248 " void guestfs_free_application (struct guestfs_free_application *);\n"
20249 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
20250 "\n"
20251 msgstr ""
20252
20253 # type: textblock
20254 #. type: textblock
20255 #: ../fish/guestfish.pod:5
20256 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
20257 msgstr ""
20258
20259 # type: verbatim
20260 #. type: verbatim
20261 #: ../fish/guestfish.pod:9
20262 #, no-wrap
20263 msgid ""
20264 " guestfish [--options] [commands]\n"
20265 "\n"
20266 msgstr ""
20267
20268 # type: verbatim
20269 #. type: verbatim
20270 #: ../fish/guestfish.pod:11
20271 #, no-wrap
20272 msgid ""
20273 " guestfish\n"
20274 "\n"
20275 msgstr ""
20276
20277 # type: verbatim
20278 #. type: verbatim
20279 #: ../fish/guestfish.pod:13
20280 #, no-wrap
20281 msgid ""
20282 " guestfish [--ro|--rw] -a disk.img\n"
20283 "\n"
20284 msgstr ""
20285
20286 # type: verbatim
20287 #. type: verbatim
20288 #: ../fish/guestfish.pod:15
20289 #, no-wrap
20290 msgid ""
20291 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
20292 "\n"
20293 msgstr ""
20294
20295 # type: verbatim
20296 #. type: verbatim
20297 #: ../fish/guestfish.pod:17
20298 #, no-wrap
20299 msgid ""
20300 " guestfish -d libvirt-domain\n"
20301 "\n"
20302 msgstr ""
20303
20304 # type: verbatim
20305 #. type: verbatim
20306 #: ../fish/guestfish.pod:19
20307 #, no-wrap
20308 msgid ""
20309 " guestfish [--ro|--rw] -a disk.img -i\n"
20310 "\n"
20311 msgstr ""
20312
20313 # type: verbatim
20314 #. type: verbatim
20315 #: ../fish/guestfish.pod:21
20316 #, no-wrap
20317 msgid ""
20318 " guestfish -d libvirt-domain -i\n"
20319 "\n"
20320 msgstr ""
20321
20322 # type: =head1
20323 #. type: =head1
20324 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
20325 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
20326 msgid "WARNING"
20327 msgstr ""
20328
20329 # type: textblock
20330 #. type: textblock
20331 #: ../fish/guestfish.pod:25
20332 msgid ""
20333 "Using guestfish in read/write mode on live virtual machines can be "
20334 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20335 "option to use guestfish safely if the disk image or virtual machine might be "
20336 "live."
20337 msgstr ""
20338
20339 # type: textblock
20340 #. type: textblock
20341 #: ../fish/guestfish.pod:32
20342 msgid ""
20343 "Guestfish is a shell and command-line tool for examining and modifying "
20344 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20345 "functionality of the guestfs API, see L<guestfs(3)>."
20346 msgstr ""
20347
20348 # type: textblock
20349 #. type: textblock
20350 #: ../fish/guestfish.pod:36
20351 msgid ""
20352 "Guestfish gives you structured access to the libguestfs API, from shell "
20353 "scripts or the command line or interactively.  If you want to rescue a "
20354 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20355 "command."
20356 msgstr ""
20357
20358 # type: =head1
20359 #. type: =head1
20360 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
20361 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58
20362 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
20363 msgid "EXAMPLES"
20364 msgstr ""
20365
20366 # type: =head2
20367 #. type: =head2
20368 #: ../fish/guestfish.pod:43
20369 msgid "As an interactive shell"
20370 msgstr ""
20371
20372 # type: verbatim
20373 #. type: verbatim
20374 #: ../fish/guestfish.pod:45
20375 #, no-wrap
20376 msgid ""
20377 " $ guestfish\n"
20378 " \n"
20379 msgstr ""
20380
20381 # type: verbatim
20382 #. type: verbatim
20383 #: ../fish/guestfish.pod:47
20384 #, no-wrap
20385 msgid ""
20386 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20387 " editing virtual machine filesystems.\n"
20388 " \n"
20389 msgstr ""
20390
20391 # type: verbatim
20392 #. type: verbatim
20393 #: ../fish/guestfish.pod:50
20394 #, no-wrap
20395 msgid ""
20396 " Type: 'help' for a list of commands\n"
20397 "       'man' to read the manual\n"
20398 "       'quit' to quit the shell\n"
20399 " \n"
20400 msgstr ""
20401
20402 # type: verbatim
20403 #. type: verbatim
20404 #: ../fish/guestfish.pod:54
20405 #, no-wrap
20406 msgid ""
20407 " ><fs> add-ro disk.img\n"
20408 " ><fs> run\n"
20409 " ><fs> list-filesystems\n"
20410 " /dev/sda1: ext4\n"
20411 " /dev/vg_guest/lv_root: ext4\n"
20412 " /dev/vg_guest/lv_swap: swap\n"
20413 " ><fs> mount /dev/vg_guest/lv_root /\n"
20414 " ><fs> cat /etc/fstab\n"
20415 " # /etc/fstab\n"
20416 " # Created by anaconda\n"
20417 " [...]\n"
20418 " ><fs> exit\n"
20419 "\n"
20420 msgstr ""
20421
20422 # type: =head2
20423 #. type: =head2
20424 #: ../fish/guestfish.pod:67
20425 msgid "From shell scripts"
20426 msgstr ""
20427
20428 # type: textblock
20429 #. type: textblock
20430 #: ../fish/guestfish.pod:69
20431 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20432 msgstr ""
20433
20434 # type: verbatim
20435 #. type: verbatim
20436 #: ../fish/guestfish.pod:71
20437 #, no-wrap
20438 msgid ""
20439 " guestfish <<_EOF_\n"
20440 " add disk.img\n"
20441 " run\n"
20442 " mount /dev/vg_guest/lv_root /\n"
20443 " write /etc/motd \"Welcome, new users\"\n"
20444 " _EOF_\n"
20445 "\n"
20446 msgstr ""
20447
20448 # type: textblock
20449 #. type: textblock
20450 #: ../fish/guestfish.pod:78
20451 msgid "List the LVM logical volumes in a disk image:"
20452 msgstr ""
20453
20454 # type: verbatim
20455 #. type: verbatim
20456 #: ../fish/guestfish.pod:80
20457 #, no-wrap
20458 msgid ""
20459 " guestfish -a disk.img --ro <<_EOF_\n"
20460 " run\n"
20461 " lvs\n"
20462 " _EOF_\n"
20463 "\n"
20464 msgstr ""
20465
20466 # type: textblock
20467 #. type: textblock
20468 #: ../fish/guestfish.pod:85
20469 msgid "List all the filesystems in a disk image:"
20470 msgstr ""
20471
20472 # type: verbatim
20473 #. type: verbatim
20474 #: ../fish/guestfish.pod:87
20475 #, no-wrap
20476 msgid ""
20477 " guestfish -a disk.img --ro <<_EOF_\n"
20478 " run\n"
20479 " list-filesystems\n"
20480 " _EOF_\n"
20481 "\n"
20482 msgstr ""
20483
20484 # type: =head2
20485 #. type: =head2
20486 #: ../fish/guestfish.pod:92
20487 msgid "On one command line"
20488 msgstr ""
20489
20490 # type: textblock
20491 #. type: textblock
20492 #: ../fish/guestfish.pod:94
20493 msgid "Update C</etc/resolv.conf> in a guest:"
20494 msgstr ""
20495
20496 # type: verbatim
20497 #. type: verbatim
20498 #: ../fish/guestfish.pod:96
20499 #, no-wrap
20500 msgid ""
20501 " guestfish \\\n"
20502 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20503 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20504 "\n"
20505 msgstr ""
20506
20507 # type: textblock
20508 #. type: textblock
20509 #: ../fish/guestfish.pod:100
20510 msgid "Edit C</boot/grub/grub.conf> interactively:"
20511 msgstr ""
20512
20513 # type: verbatim
20514 #. type: verbatim
20515 #: ../fish/guestfish.pod:102
20516 #, no-wrap
20517 msgid ""
20518 " guestfish --rw --add disk.img \\\n"
20519 "   --mount /dev/vg_guest/lv_root \\\n"
20520 "   --mount /dev/sda1:/boot \\\n"
20521 "   edit /boot/grub/grub.conf\n"
20522 "\n"
20523 msgstr ""
20524
20525 # type: =head2
20526 #. type: =head2
20527 #: ../fish/guestfish.pod:107
20528 msgid "Mount disks automatically"
20529 msgstr ""
20530
20531 # type: textblock
20532 #. type: textblock
20533 #: ../fish/guestfish.pod:109
20534 msgid ""
20535 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20536 msgstr ""
20537
20538 # type: verbatim
20539 #. type: verbatim
20540 #: ../fish/guestfish.pod:112
20541 #, no-wrap
20542 msgid ""
20543 " guestfish --ro -a disk.img -i cat /etc/group\n"
20544 "\n"
20545 msgstr ""
20546
20547 # type: verbatim
20548 #. type: verbatim
20549 #: ../fish/guestfish.pod:114
20550 #, no-wrap
20551 msgid ""
20552 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20553 "\n"
20554 msgstr ""
20555
20556 # type: textblock
20557 #. type: textblock
20558 #: ../fish/guestfish.pod:116
20559 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20560 msgstr ""
20561
20562 # type: verbatim
20563 #. type: verbatim
20564 #: ../fish/guestfish.pod:118
20565 #, no-wrap
20566 msgid ""
20567 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20568 "\n"
20569 msgstr ""
20570
20571 # type: =head2
20572 #. type: =head2
20573 #: ../fish/guestfish.pod:120
20574 msgid "As a script interpreter"
20575 msgstr ""
20576
20577 # type: textblock
20578 #. type: textblock
20579 #: ../fish/guestfish.pod:122
20580 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20581 msgstr ""
20582
20583 # type: verbatim
20584 #. type: verbatim
20585 #: ../fish/guestfish.pod:124
20586 #, no-wrap
20587 msgid ""
20588 " #!/usr/bin/guestfish -f\n"
20589 " sparse test1.img 100M\n"
20590 " run\n"
20591 " part-disk /dev/sda mbr\n"
20592 " mkfs ext2 /dev/sda1\n"
20593 "\n"
20594 msgstr ""
20595
20596 # type: =head2
20597 #. type: =head2
20598 #: ../fish/guestfish.pod:130
20599 msgid "Start with a prepared disk"
20600 msgstr ""
20601
20602 # type: textblock
20603 #. type: textblock
20604 #: ../fish/guestfish.pod:132
20605 msgid ""
20606 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20607 "single ext2-formatted partition:"
20608 msgstr ""
20609
20610 # type: verbatim
20611 #. type: verbatim
20612 #: ../fish/guestfish.pod:135
20613 #, no-wrap
20614 msgid ""
20615 " guestfish -N fs\n"
20616 "\n"
20617 msgstr ""
20618
20619 # type: textblock
20620 #. type: textblock
20621 #: ../fish/guestfish.pod:137
20622 msgid "To list what is available do:"
20623 msgstr ""
20624
20625 # type: verbatim
20626 #. type: verbatim
20627 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
20628 #, no-wrap
20629 msgid ""
20630 " guestfish -N help | less\n"
20631 "\n"
20632 msgstr ""
20633
20634 # type: =head2
20635 #. type: =head2
20636 #: ../fish/guestfish.pod:141
20637 msgid "Remote control"
20638 msgstr ""
20639
20640 # type: verbatim
20641 #. type: verbatim
20642 #: ../fish/guestfish.pod:143
20643 #, no-wrap
20644 msgid ""
20645 " eval \"`guestfish --listen`\"\n"
20646 " guestfish --remote add-ro disk.img\n"
20647 " guestfish --remote run\n"
20648 " guestfish --remote lvs\n"
20649 "\n"
20650 msgstr ""
20651
20652 # type: =head1
20653 #. type: =head1
20654 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20655 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72
20656 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20657 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
20658 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20659 msgid "OPTIONS"
20660 msgstr ""
20661
20662 # type: =item
20663 #. type: =item
20664 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20665 #: ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104
20666 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20667 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
20668 #: ../tools/virt-list-partitions.pl:62
20669 msgid "B<--help>"
20670 msgstr ""
20671
20672 # type: textblock
20673 #. type: textblock
20674 #: ../fish/guestfish.pod:154
20675 msgid "Displays general help on options."
20676 msgstr ""
20677
20678 # type: =item
20679 #. type: =item
20680 #: ../fish/guestfish.pod:156
20681 msgid "B<-h>"
20682 msgstr ""
20683
20684 # type: =item
20685 #. type: =item
20686 #: ../fish/guestfish.pod:158
20687 msgid "B<--cmd-help>"
20688 msgstr ""
20689
20690 # type: textblock
20691 #. type: textblock
20692 #: ../fish/guestfish.pod:160
20693 msgid "Lists all available guestfish commands."
20694 msgstr ""
20695
20696 # type: =item
20697 #. type: =item
20698 #: ../fish/guestfish.pod:162
20699 msgid "B<-h cmd>"
20700 msgstr ""
20701
20702 # type: =item
20703 #. type: =item
20704 #: ../fish/guestfish.pod:164
20705 msgid "B<--cmd-help cmd>"
20706 msgstr ""
20707
20708 # type: textblock
20709 #. type: textblock
20710 #: ../fish/guestfish.pod:166
20711 msgid "Displays detailed help on a single command C<cmd>."
20712 msgstr ""
20713
20714 # type: =item
20715 #. type: =item
20716 #: ../fish/guestfish.pod:168
20717 msgid "B<-a image>"
20718 msgstr ""
20719
20720 # type: =item
20721 #. type: =item
20722 #: ../fish/guestfish.pod:170
20723 msgid "B<--add image>"
20724 msgstr ""
20725
20726 # type: textblock
20727 #. type: textblock
20728 #: ../fish/guestfish.pod:172
20729 msgid "Add a block device or virtual machine image to the shell."
20730 msgstr ""
20731
20732 # type: textblock
20733 #. type: textblock
20734 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20735 msgid ""
20736 "The format of the disk image is auto-detected.  To override this and force a "
20737 "particular format use the I<--format=..> option."
20738 msgstr ""
20739
20740 # type: textblock
20741 #. type: textblock
20742 #: ../fish/guestfish.pod:177
20743 msgid ""
20744 "Using this flag is mostly equivalent to using the C<add> command, with "
20745 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20746 "the I<--format:...> flag was given."
20747 msgstr ""
20748
20749 # type: =item
20750 #. type: =item
20751 #: ../fish/guestfish.pod:181
20752 msgid "B<-c URI>"
20753 msgstr ""
20754
20755 # type: =item
20756 #. type: =item
20757 #: ../fish/guestfish.pod:183
20758 msgid "B<--connect URI>"
20759 msgstr ""
20760
20761 # type: textblock
20762 #. type: textblock
20763 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20764 msgid ""
20765 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20766 "URI to use.  The default is to use the default libvirt connection."
20767 msgstr ""
20768
20769 # type: =item
20770 #. type: =item
20771 #: ../fish/guestfish.pod:189
20772 msgid "B<--csh>"
20773 msgstr ""
20774
20775 # type: textblock
20776 #. type: textblock
20777 #: ../fish/guestfish.pod:191
20778 msgid ""
20779 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20780 "section L</REMOTE CONTROL AND CSH> below."
20781 msgstr ""
20782
20783 # type: =item
20784 #. type: =item
20785 #: ../fish/guestfish.pod:194
20786 msgid "B<-d libvirt-domain>"
20787 msgstr ""
20788
20789 # type: =item
20790 #. type: =item
20791 #: ../fish/guestfish.pod:196
20792 msgid "B<--domain libvirt-domain>"
20793 msgstr ""
20794
20795 # type: textblock
20796 #. type: textblock
20797 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20798 msgid ""
20799 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20800 "used, then any libvirt domain can be used.  However in write mode, only "
20801 "libvirt domains which are shut down can be named here."
20802 msgstr ""
20803
20804 # type: textblock
20805 #. type: textblock
20806 #: ../fish/guestfish.pod:202
20807 msgid ""
20808 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20809 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20810 "if the I<--format:...> flag was given."
20811 msgstr ""
20812
20813 # type: =item
20814 #. type: =item
20815 #: ../fish/guestfish.pod:206
20816 msgid "B<-D>"
20817 msgstr ""
20818
20819 # type: =item
20820 #. type: =item
20821 #: ../fish/guestfish.pod:208
20822 msgid "B<--no-dest-paths>"
20823 msgstr ""
20824
20825 # type: textblock
20826 #. type: textblock
20827 #: ../fish/guestfish.pod:210
20828 msgid ""
20829 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20830 "to hit the tab key to complete paths on the guest filesystem, but this "
20831 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20832 "allow this feature to be disabled."
20833 msgstr ""
20834
20835 # type: =item
20836 #. type: =item
20837 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20838 msgid "B<--echo-keys>"
20839 msgstr ""
20840
20841 # type: textblock
20842 #. type: textblock
20843 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20844 msgid ""
20845 "When prompting for keys and passphrases, guestfish normally turns echoing "
20846 "off so you cannot see what you are typing.  If you are not worried about "
20847 "Tempest attacks and there is no one else in the room you can specify this "
20848 "flag to see what you are typing."
20849 msgstr ""
20850
20851 # type: =item
20852 #. type: =item
20853 #: ../fish/guestfish.pod:222
20854 msgid "B<-f file>"
20855 msgstr ""
20856
20857 # type: =item
20858 #. type: =item
20859 #: ../fish/guestfish.pod:224
20860 msgid "B<--file file>"
20861 msgstr ""
20862
20863 # type: textblock
20864 #. type: textblock
20865 #: ../fish/guestfish.pod:226
20866 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20867 msgstr ""
20868
20869 # type: verbatim
20870 #. type: verbatim
20871 #: ../fish/guestfish.pod:229
20872 #, no-wrap
20873 msgid ""
20874 " #!/usr/bin/guestfish -f\n"
20875 "\n"
20876 msgstr ""
20877
20878 # type: =item
20879 #. type: =item
20880 #: ../fish/guestfish.pod:231
20881 msgid "B<--format=raw|qcow2|..>"
20882 msgstr ""
20883
20884 # type: =item
20885 #. type: =item
20886 #: ../fish/guestfish.pod:233
20887 msgid "B<--format>"
20888 msgstr ""
20889
20890 # type: textblock
20891 #. type: textblock
20892 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20893 msgid ""
20894 "The default for the I<-a> option is to auto-detect the format of the disk "
20895 "image.  Using this forces the disk format for I<-a> options which follow on "
20896 "the command line.  Using I<--format> with no argument switches back to auto-"
20897 "detection for subsequent I<-a> options."
20898 msgstr ""
20899
20900 # type: verbatim
20901 #. type: verbatim
20902 #: ../fish/guestfish.pod:242
20903 #, no-wrap
20904 msgid ""
20905 " guestfish --format=raw -a disk.img\n"
20906 "\n"
20907 msgstr ""
20908
20909 # type: textblock
20910 #. type: textblock
20911 #: ../fish/guestfish.pod:244
20912 msgid "forces raw format (no auto-detection) for C<disk.img>."
20913 msgstr ""
20914
20915 # type: verbatim
20916 #. type: verbatim
20917 #: ../fish/guestfish.pod:246
20918 #, no-wrap
20919 msgid ""
20920 " guestfish --format=raw -a disk.img --format -a another.img\n"
20921 "\n"
20922 msgstr ""
20923
20924 # type: textblock
20925 #. type: textblock
20926 #: ../fish/guestfish.pod:248
20927 msgid ""
20928 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20929 "detection for C<another.img>."
20930 msgstr ""
20931
20932 # type: textblock
20933 #. type: textblock
20934 #: ../fish/guestfish.pod:251
20935 msgid ""
20936 "If you have untrusted raw-format guest disk images, you should use this "
20937 "option to specify the disk format.  This avoids a possible security problem "
20938 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20939 msgstr ""
20940
20941 # type: =item
20942 #. type: =item
20943 #: ../fish/guestfish.pod:256
20944 msgid "B<-i>"
20945 msgstr ""
20946
20947 # type: =item
20948 #. type: =item
20949 #: ../fish/guestfish.pod:258
20950 msgid "B<--inspector>"
20951 msgstr ""
20952
20953 # type: textblock
20954 #. type: textblock
20955 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20956 msgid ""
20957 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20958 "system and mount filesystems as they would be mounted on the real virtual "
20959 "machine."
20960 msgstr ""
20961
20962 # type: textblock
20963 #. type: textblock
20964 #: ../fish/guestfish.pod:264
20965 msgid "Typical usage is either:"
20966 msgstr ""
20967
20968 # type: verbatim
20969 #. type: verbatim
20970 #: ../fish/guestfish.pod:266
20971 #, no-wrap
20972 msgid ""
20973 " guestfish -d myguest -i\n"
20974 "\n"
20975 msgstr ""
20976
20977 # type: textblock
20978 #. type: textblock
20979 #: ../fish/guestfish.pod:268
20980 msgid "(for an inactive libvirt domain called I<myguest>), or:"
20981 msgstr ""
20982
20983 # type: verbatim
20984 #. type: verbatim
20985 #: ../fish/guestfish.pod:270
20986 #, no-wrap
20987 msgid ""
20988 " guestfish --ro -d myguest -i\n"
20989 "\n"
20990 msgstr ""
20991
20992 # type: textblock
20993 #. type: textblock
20994 #: ../fish/guestfish.pod:272
20995 msgid "(for active domains, readonly), or specify the block device directly:"
20996 msgstr ""
20997
20998 # type: verbatim
20999 #. type: verbatim
21000 #: ../fish/guestfish.pod:274
21001 #, no-wrap
21002 msgid ""
21003 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21004 "\n"
21005 msgstr ""
21006
21007 # type: textblock
21008 #. type: textblock
21009 #: ../fish/guestfish.pod:276
21010 msgid ""
21011 "Note that the command line syntax changed slightly over older versions of "
21012 "guestfish.  You can still use the old syntax:"
21013 msgstr ""
21014
21015 # type: verbatim
21016 #. type: verbatim
21017 #: ../fish/guestfish.pod:279
21018 #, no-wrap
21019 msgid ""
21020 " guestfish [--ro] -i disk.img\n"
21021 "\n"
21022 msgstr ""
21023
21024 # type: verbatim
21025 #. type: verbatim
21026 #: ../fish/guestfish.pod:281
21027 #, no-wrap
21028 msgid ""
21029 " guestfish [--ro] -i libvirt-domain\n"
21030 "\n"
21031 msgstr ""
21032
21033 # type: textblock
21034 #. type: textblock
21035 #: ../fish/guestfish.pod:283
21036 msgid ""
21037 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21038 "then using other commands to mount the filesystems that were found."
21039 msgstr ""
21040
21041 # type: =item
21042 #. type: =item
21043 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21044 msgid "B<--keys-from-stdin>"
21045 msgstr ""
21046
21047 # type: textblock
21048 #. type: textblock
21049 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21050 msgid ""
21051 "Read key or passphrase parameters from stdin.  The default is to try to read "
21052 "passphrases from the user by opening C</dev/tty>."
21053 msgstr ""
21054
21055 # type: =item
21056 #. type: =item
21057 #: ../fish/guestfish.pod:292
21058 msgid "B<--listen>"
21059 msgstr ""
21060
21061 # type: textblock
21062 #. type: textblock
21063 #: ../fish/guestfish.pod:294
21064 msgid ""
21065 "Fork into the background and listen for remote commands.  See section L</"
21066 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21067 msgstr ""
21068
21069 # type: =item
21070 #. type: =item
21071 #: ../fish/guestfish.pod:297
21072 msgid "B<-m dev[:mountpoint]>"
21073 msgstr ""
21074
21075 # type: =item
21076 #. type: =item
21077 #: ../fish/guestfish.pod:299
21078 msgid "B<--mount dev[:mountpoint]>"
21079 msgstr ""
21080
21081 # type: textblock
21082 #. type: textblock
21083 #: ../fish/guestfish.pod:301
21084 msgid "Mount the named partition or logical volume on the given mountpoint."
21085 msgstr ""
21086
21087 # type: textblock
21088 #. type: textblock
21089 #: ../fish/guestfish.pod:303
21090 msgid "If the mountpoint is omitted, it defaults to C</>."
21091 msgstr ""
21092
21093 # type: textblock
21094 #. type: textblock
21095 #: ../fish/guestfish.pod:305
21096 msgid "You have to mount something on C</> before most commands will work."
21097 msgstr ""
21098
21099 # type: textblock
21100 #. type: textblock
21101 #: ../fish/guestfish.pod:307
21102 msgid ""
21103 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21104 "launched."
21105 msgstr ""
21106
21107 # type: textblock
21108 #. type: textblock
21109 #: ../fish/guestfish.pod:310
21110 msgid ""
21111 "If you don't know what filesystems a disk image contains, you can either run "
21112 "guestfish without this option, then list the partitions, filesystems and LVs "
21113 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21114 "commands), or you can use the L<virt-filesystems(1)> program."
21115 msgstr ""
21116
21117 # type: textblock
21118 #. type: textblock
21119 #: ../fish/guestfish.pod:316
21120 msgid ""
21121 "Using this flag is mostly equivalent to using the C<mount-options> command "
21122 "or the C<mount-ro> command if the I<--ro> flag was given."
21123 msgstr ""
21124
21125 # type: =item
21126 #. type: =item
21127 #: ../fish/guestfish.pod:319
21128 msgid "B<-n>"
21129 msgstr ""
21130
21131 # type: =item
21132 #. type: =item
21133 #: ../fish/guestfish.pod:321
21134 msgid "B<--no-sync>"
21135 msgstr ""
21136
21137 # type: textblock
21138 #. type: textblock
21139 #: ../fish/guestfish.pod:323
21140 msgid ""
21141 "Disable autosync.  This is enabled by default.  See the discussion of "
21142 "autosync in the L<guestfs(3)> manpage."
21143 msgstr ""
21144
21145 # type: =item
21146 #. type: =item
21147 #: ../fish/guestfish.pod:326
21148 msgid "B<-N type>"
21149 msgstr ""
21150
21151 # type: =item
21152 #. type: =item
21153 #: ../fish/guestfish.pod:328
21154 msgid "B<--new type>"
21155 msgstr ""
21156
21157 # type: =item
21158 #. type: =item
21159 #: ../fish/guestfish.pod:330
21160 msgid "B<-N help>"
21161 msgstr ""
21162
21163 # type: textblock
21164 #. type: textblock
21165 #: ../fish/guestfish.pod:332
21166 msgid ""
21167 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21168 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21169 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21170 "IMAGES> below."
21171 msgstr ""
21172
21173 # type: =item
21174 #. type: =item
21175 #: ../fish/guestfish.pod:337
21176 msgid "B<--progress-bars>"
21177 msgstr ""
21178
21179 # type: textblock
21180 #. type: textblock
21181 #: ../fish/guestfish.pod:339
21182 msgid "Enable progress bars, even when guestfish is used non-interactively."
21183 msgstr ""
21184
21185 # type: textblock
21186 #. type: textblock
21187 #: ../fish/guestfish.pod:341
21188 msgid ""
21189 "Progress bars are enabled by default when guestfish is used as an "
21190 "interactive shell."
21191 msgstr ""
21192
21193 # type: =item
21194 #. type: =item
21195 #: ../fish/guestfish.pod:344
21196 msgid "B<--no-progress-bars>"
21197 msgstr ""
21198
21199 # type: textblock
21200 #. type: textblock
21201 #: ../fish/guestfish.pod:346
21202 msgid "Disable progress bars."
21203 msgstr ""
21204
21205 # type: =item
21206 #. type: =item
21207 #: ../fish/guestfish.pod:348
21208 msgid "B<--remote[=pid]>"
21209 msgstr ""
21210
21211 # type: textblock
21212 #. type: textblock
21213 #: ../fish/guestfish.pod:350
21214 msgid ""
21215 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21216 "CONTROL GUESTFISH OVER A SOCKET> below."
21217 msgstr ""
21218
21219 # type: =item
21220 #. type: =item
21221 #: ../fish/guestfish.pod:353
21222 msgid "B<-r>"
21223 msgstr ""
21224
21225 # type: =item
21226 #. type: =item
21227 #: ../fish/guestfish.pod:355
21228 msgid "B<--ro>"
21229 msgstr ""
21230
21231 # type: textblock
21232 #. type: textblock
21233 #: ../fish/guestfish.pod:357
21234 msgid ""
21235 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21236 "mounts are done read-only."
21237 msgstr ""
21238
21239 # type: textblock
21240 #. type: textblock
21241 #: ../fish/guestfish.pod:360
21242 msgid ""
21243 "The option must always be used if the disk image or virtual machine might be "
21244 "running, and is generally recommended in cases where you don't need write "
21245 "access to the disk."
21246 msgstr ""
21247
21248 # type: textblock
21249 #. type: textblock
21250 #: ../fish/guestfish.pod:364
21251 msgid ""
21252 "Note that prepared disk images created with I<-N> are not affected by this "
21253 "option.  Also commands like C<add> are not affected - you have to specify "
21254 "the C<readonly:true> option explicitly if you need it."
21255 msgstr ""
21256
21257 # type: textblock
21258 #. type: textblock
21259 #: ../fish/guestfish.pod:368
21260 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21261 msgstr ""
21262
21263 # type: =item
21264 #. type: =item
21265 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21266 msgid "B<--selinux>"
21267 msgstr ""
21268
21269 # type: textblock
21270 #. type: textblock
21271 #: ../fish/guestfish.pod:372
21272 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21273 msgstr ""
21274
21275 # type: =item
21276 #. type: =item
21277 #: ../fish/guestfish.pod:374
21278 msgid "B<-v>"
21279 msgstr ""
21280
21281 # type: =item
21282 #. type: =item
21283 #: ../fish/guestfish.pod:376
21284 msgid "B<--verbose>"
21285 msgstr ""
21286
21287 # type: textblock
21288 #. type: textblock
21289 #: ../fish/guestfish.pod:378
21290 msgid ""
21291 "Enable very verbose messages.  This is particularly useful if you find a bug."
21292 msgstr ""
21293
21294 # type: =item
21295 #. type: =item
21296 #: ../fish/guestfish.pod:381
21297 msgid "B<-V>"
21298 msgstr ""
21299
21300 # type: =item
21301 #. type: =item
21302 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:88
21303 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21304 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
21305 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21306 msgid "B<--version>"
21307 msgstr ""
21308
21309 # type: textblock
21310 #. type: textblock
21311 #: ../fish/guestfish.pod:385
21312 msgid "Display the guestfish / libguestfs version number and exit."
21313 msgstr ""
21314
21315 # type: =item
21316 #. type: =item
21317 #: ../fish/guestfish.pod:387
21318 msgid "B<-w>"
21319 msgstr ""
21320
21321 # type: =item
21322 #. type: =item
21323 #: ../fish/guestfish.pod:389
21324 msgid "B<--rw>"
21325 msgstr ""
21326
21327 # type: textblock
21328 #. type: textblock
21329 #: ../fish/guestfish.pod:391
21330 msgid ""
21331 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21332 "WRITE> below."
21333 msgstr ""
21334
21335 # type: =item
21336 #. type: =item
21337 #: ../fish/guestfish.pod:394
21338 msgid "B<-x>"
21339 msgstr ""
21340
21341 # type: textblock
21342 #. type: textblock
21343 #: ../fish/guestfish.pod:396
21344 msgid "Echo each command before executing it."
21345 msgstr ""
21346
21347 # type: =head1
21348 #. type: =head1
21349 #: ../fish/guestfish.pod:400
21350 msgid "COMMANDS ON COMMAND LINE"
21351 msgstr ""
21352
21353 # type: textblock
21354 #. type: textblock
21355 #: ../fish/guestfish.pod:402
21356 msgid ""
21357 "Any additional (non-option) arguments are treated as commands to execute."
21358 msgstr ""
21359
21360 # type: textblock
21361 #. type: textblock
21362 #: ../fish/guestfish.pod:405
21363 msgid ""
21364 "Commands to execute should be separated by a colon (C<:>), where the colon "
21365 "is a separate parameter.  Thus:"
21366 msgstr ""
21367
21368 # type: verbatim
21369 #. type: verbatim
21370 #: ../fish/guestfish.pod:408
21371 #, no-wrap
21372 msgid ""
21373 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21374 "\n"
21375 msgstr ""
21376
21377 # type: textblock
21378 #. type: textblock
21379 #: ../fish/guestfish.pod:410
21380 msgid ""
21381 "If there are no additional arguments, then we enter a shell, either an "
21382 "interactive shell with a prompt (if the input is a terminal) or a non-"
21383 "interactive shell."
21384 msgstr ""
21385
21386 # type: textblock
21387 #. type: textblock
21388 #: ../fish/guestfish.pod:414
21389 msgid ""
21390 "In either command line mode or non-interactive shell, the first command that "
21391 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21392 "prompt) if a command fails, you can continue to enter commands."
21393 msgstr ""
21394
21395 # type: =head1
21396 #. type: =head1
21397 #: ../fish/guestfish.pod:419
21398 msgid "USING launch (OR run)"
21399 msgstr ""
21400
21401 # type: textblock
21402 #. type: textblock
21403 #: ../fish/guestfish.pod:421
21404 msgid ""
21405 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21406 "then launch it, then mount any disks you need, and finally issue actions/"
21407 "commands.  So the general order of the day is:"
21408 msgstr ""
21409
21410 # type: textblock
21411 #. type: textblock
21412 #: ../fish/guestfish.pod:429
21413 msgid "add or -a/--add"
21414 msgstr ""
21415
21416 # type: textblock
21417 #. type: textblock
21418 #: ../fish/guestfish.pod:433
21419 msgid "launch (aka run)"
21420 msgstr ""
21421
21422 # type: textblock
21423 #. type: textblock
21424 #: ../fish/guestfish.pod:437
21425 msgid "mount or -m/--mount"
21426 msgstr ""
21427
21428 # type: textblock
21429 #. type: textblock
21430 #: ../fish/guestfish.pod:441
21431 msgid "any other commands"
21432 msgstr ""
21433
21434 # type: textblock
21435 #. type: textblock
21436 #: ../fish/guestfish.pod:445
21437 msgid ""
21438 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21439 "guest before mounting or performing any other commands."
21440 msgstr ""
21441
21442 # type: textblock
21443 #. type: textblock
21444 #: ../fish/guestfish.pod:448
21445 msgid ""
21446 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21447 "I<--new> options were given then C<run> is done automatically, simply "
21448 "because guestfish can't perform the action you asked for without doing this."
21449 msgstr ""
21450
21451 # type: =head1
21452 #. type: =head1
21453 #: ../fish/guestfish.pod:453
21454 msgid "OPENING DISKS FOR READ AND WRITE"
21455 msgstr ""
21456
21457 # type: textblock
21458 #. type: textblock
21459 #: ../fish/guestfish.pod:455
21460 msgid ""
21461 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21462 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21463 "open disk images read-only or for writing."
21464 msgstr ""
21465
21466 # type: textblock
21467 #. type: textblock
21468 #: ../fish/guestfish.pod:459
21469 msgid ""
21470 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21471 "disk images supplied on the command line for write.  To open a disk image "
21472 "read-only you have to do I<-a image --ro>."
21473 msgstr ""
21474
21475 # type: textblock
21476 #. type: textblock
21477 #: ../fish/guestfish.pod:463
21478 msgid ""
21479 "This matters: If you accidentally open a live VM disk image writable then "
21480 "you will cause irreversible disk corruption."
21481 msgstr ""
21482
21483 #. type: textblock
21484 #: ../fish/guestfish.pod:466
21485 msgid ""
21486 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21487 "images will be opened read-only.  You will have to either specify "
21488 "I<guestfish --rw> or change a configuration file in order to get write "
21489 "access for disk images specified by those other command line options."
21490 msgstr ""
21491
21492 # type: textblock
21493 #. type: textblock
21494 #: ../fish/guestfish.pod:471
21495 msgid ""
21496 "This version of guestfish has a I<--rw> option which does nothing (it is "
21497 "already the default).  However it is highly recommended that you use this "
21498 "option to indicate that guestfish needs write access, and to prepare your "
21499 "scripts for the day when this option will be required for write access."
21500 msgstr ""
21501
21502 # type: textblock
21503 #. type: textblock
21504 #: ../fish/guestfish.pod:477
21505 msgid ""
21506 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21507 "other libguestfs program apart from guestfish and guestmount."
21508 msgstr ""
21509
21510 # type: =head1
21511 #. type: =head1
21512 #: ../fish/guestfish.pod:480
21513 msgid "QUOTING"
21514 msgstr ""
21515
21516 # type: textblock
21517 #. type: textblock
21518 #: ../fish/guestfish.pod:482
21519 msgid ""
21520 "You can quote ordinary parameters using either single or double quotes.  For "
21521 "example:"
21522 msgstr ""
21523
21524 # type: verbatim
21525 #. type: verbatim
21526 #: ../fish/guestfish.pod:485
21527 #, no-wrap
21528 msgid ""
21529 " add \"file with a space.img\"\n"
21530 "\n"
21531 msgstr ""
21532
21533 # type: verbatim
21534 #. type: verbatim
21535 #: ../fish/guestfish.pod:487
21536 #, no-wrap
21537 msgid ""
21538 " rm '/file name'\n"
21539 "\n"
21540 msgstr ""
21541
21542 # type: verbatim
21543 #. type: verbatim
21544 #: ../fish/guestfish.pod:489
21545 #, no-wrap
21546 msgid ""
21547 " rm '/\"'\n"
21548 "\n"
21549 msgstr ""
21550
21551 # type: textblock
21552 #. type: textblock
21553 #: ../fish/guestfish.pod:491
21554 msgid ""
21555 "A few commands require a list of strings to be passed.  For these, use a "
21556 "whitespace-separated list, enclosed in quotes.  Strings containing "
21557 "whitespace to be passed through must be enclosed in single quotes.  A "
21558 "literal single quote must be escaped with a backslash."
21559 msgstr ""
21560
21561 # type: verbatim
21562 #. type: verbatim
21563 #: ../fish/guestfish.pod:496
21564 #, no-wrap
21565 msgid ""
21566 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21567 " command \"/bin/echo 'foo      bar'\"\n"
21568 " command \"/bin/echo \\'foo\\'\"\n"
21569 "\n"
21570 msgstr ""
21571
21572 # type: =head1
21573 #. type: =head1
21574 #: ../fish/guestfish.pod:500
21575 msgid "OPTIONAL ARGUMENTS"
21576 msgstr ""
21577
21578 # type: textblock
21579 #. type: textblock
21580 #: ../fish/guestfish.pod:502
21581 msgid ""
21582 "Some commands take optional arguments.  These arguments appear in this "
21583 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21584 msgstr ""
21585
21586 # type: verbatim
21587 #. type: verbatim
21588 #: ../fish/guestfish.pod:506
21589 #, no-wrap
21590 msgid ""
21591 " add-drive-opts filename\n"
21592 "\n"
21593 msgstr ""
21594
21595 # type: verbatim
21596 #. type: verbatim
21597 #: ../fish/guestfish.pod:508
21598 #, no-wrap
21599 msgid ""
21600 " add-drive-opts filename readonly:true\n"
21601 "\n"
21602 msgstr ""
21603
21604 # type: verbatim
21605 #. type: verbatim
21606 #: ../fish/guestfish.pod:510
21607 #, no-wrap
21608 msgid ""
21609 " add-drive-opts filename format:qcow2 readonly:false\n"
21610 "\n"
21611 msgstr ""
21612
21613 # type: textblock
21614 #. type: textblock
21615 #: ../fish/guestfish.pod:512
21616 msgid ""
21617 "Each optional argument can appear at most once.  All optional arguments must "
21618 "appear after the required ones."
21619 msgstr ""
21620
21621 # type: =head1
21622 #. type: =head1
21623 #: ../fish/guestfish.pod:515
21624 msgid "NUMBERS"
21625 msgstr ""
21626
21627 # type: textblock
21628 #. type: textblock
21629 #: ../fish/guestfish.pod:517
21630 msgid ""
21631 "This section applies to all commands which can take integers as parameters."
21632 msgstr ""
21633
21634 # type: =head2
21635 #. type: =head2
21636 #: ../fish/guestfish.pod:520
21637 msgid "SIZE SUFFIX"
21638 msgstr ""
21639
21640 # type: textblock
21641 #. type: textblock
21642 #: ../fish/guestfish.pod:522
21643 msgid ""
21644 "When the command takes a parameter measured in bytes, you can use one of the "
21645 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21646 msgstr ""
21647
21648 # type: =item
21649 #. type: =item
21650 #: ../fish/guestfish.pod:528
21651 msgid "B<k> or B<K> or B<KiB>"
21652 msgstr ""
21653
21654 # type: textblock
21655 #. type: textblock
21656 #: ../fish/guestfish.pod:530
21657 msgid "The size in kilobytes (multiplied by 1024)."
21658 msgstr ""
21659
21660 # type: =item
21661 #. type: =item
21662 #: ../fish/guestfish.pod:532
21663 msgid "B<KB>"
21664 msgstr ""
21665
21666 # type: textblock
21667 #. type: textblock
21668 #: ../fish/guestfish.pod:534
21669 msgid "The size in SI 1000 byte units."
21670 msgstr ""
21671
21672 # type: =item
21673 #. type: =item
21674 #: ../fish/guestfish.pod:536
21675 msgid "B<M> or B<MiB>"
21676 msgstr ""
21677
21678 # type: textblock
21679 #. type: textblock
21680 #: ../fish/guestfish.pod:538
21681 msgid "The size in megabytes (multiplied by 1048576)."
21682 msgstr ""
21683
21684 # type: =item
21685 #. type: =item
21686 #: ../fish/guestfish.pod:540
21687 msgid "B<MB>"
21688 msgstr ""
21689
21690 # type: textblock
21691 #. type: textblock
21692 #: ../fish/guestfish.pod:542
21693 msgid "The size in SI 1000000 byte units."
21694 msgstr ""
21695
21696 # type: =item
21697 #. type: =item
21698 #: ../fish/guestfish.pod:544
21699 msgid "B<G> or B<GiB>"
21700 msgstr ""
21701
21702 # type: textblock
21703 #. type: textblock
21704 #: ../fish/guestfish.pod:546
21705 msgid "The size in gigabytes (multiplied by 2**30)."
21706 msgstr ""
21707
21708 # type: =item
21709 #. type: =item
21710 #: ../fish/guestfish.pod:548
21711 msgid "B<GB>"
21712 msgstr ""
21713
21714 # type: textblock
21715 #. type: textblock
21716 #: ../fish/guestfish.pod:550
21717 msgid "The size in SI 10**9 byte units."
21718 msgstr ""
21719
21720 # type: =item
21721 #. type: =item
21722 #: ../fish/guestfish.pod:552
21723 msgid "B<T> or B<TiB>"
21724 msgstr ""
21725
21726 # type: textblock
21727 #. type: textblock
21728 #: ../fish/guestfish.pod:554
21729 msgid "The size in terabytes (multiplied by 2**40)."
21730 msgstr ""
21731
21732 # type: =item
21733 #. type: =item
21734 #: ../fish/guestfish.pod:556
21735 msgid "B<TB>"
21736 msgstr ""
21737
21738 # type: textblock
21739 #. type: textblock
21740 #: ../fish/guestfish.pod:558
21741 msgid "The size in SI 10**12 byte units."
21742 msgstr ""
21743
21744 # type: =item
21745 #. type: =item
21746 #: ../fish/guestfish.pod:560
21747 msgid "B<P> or B<PiB>"
21748 msgstr ""
21749
21750 # type: textblock
21751 #. type: textblock
21752 #: ../fish/guestfish.pod:562
21753 msgid "The size in petabytes (multiplied by 2**50)."
21754 msgstr ""
21755
21756 # type: =item
21757 #. type: =item
21758 #: ../fish/guestfish.pod:564
21759 msgid "B<PB>"
21760 msgstr ""
21761
21762 # type: textblock
21763 #. type: textblock
21764 #: ../fish/guestfish.pod:566
21765 msgid "The size in SI 10**15 byte units."
21766 msgstr ""
21767
21768 # type: =item
21769 #. type: =item
21770 #: ../fish/guestfish.pod:568
21771 msgid "B<E> or B<EiB>"
21772 msgstr ""
21773
21774 # type: textblock
21775 #. type: textblock
21776 #: ../fish/guestfish.pod:570
21777 msgid "The size in exabytes (multiplied by 2**60)."
21778 msgstr ""
21779
21780 # type: =item
21781 #. type: =item
21782 #: ../fish/guestfish.pod:572
21783 msgid "B<EB>"
21784 msgstr ""
21785
21786 # type: textblock
21787 #. type: textblock
21788 #: ../fish/guestfish.pod:574
21789 msgid "The size in SI 10**18 byte units."
21790 msgstr ""
21791
21792 # type: =item
21793 #. type: =item
21794 #: ../fish/guestfish.pod:576
21795 msgid "B<Z> or B<ZiB>"
21796 msgstr ""
21797
21798 # type: textblock
21799 #. type: textblock
21800 #: ../fish/guestfish.pod:578
21801 msgid "The size in zettabytes (multiplied by 2**70)."
21802 msgstr ""
21803
21804 # type: =item
21805 #. type: =item
21806 #: ../fish/guestfish.pod:580
21807 msgid "B<ZB>"
21808 msgstr ""
21809
21810 # type: textblock
21811 #. type: textblock
21812 #: ../fish/guestfish.pod:582
21813 msgid "The size in SI 10**21 byte units."
21814 msgstr ""
21815
21816 # type: =item
21817 #. type: =item
21818 #: ../fish/guestfish.pod:584
21819 msgid "B<Y> or B<YiB>"
21820 msgstr ""
21821
21822 # type: textblock
21823 #. type: textblock
21824 #: ../fish/guestfish.pod:586
21825 msgid "The size in yottabytes (multiplied by 2**80)."
21826 msgstr ""
21827
21828 # type: =item
21829 #. type: =item
21830 #: ../fish/guestfish.pod:588
21831 msgid "B<YB>"
21832 msgstr ""
21833
21834 # type: textblock
21835 #. type: textblock
21836 #: ../fish/guestfish.pod:590
21837 msgid "The size in SI 10**24 byte units."
21838 msgstr ""
21839
21840 # type: verbatim
21841 #. type: verbatim
21842 #: ../fish/guestfish.pod:596
21843 #, no-wrap
21844 msgid ""
21845 " truncate-size /file 1G\n"
21846 "\n"
21847 msgstr ""
21848
21849 # type: textblock
21850 #. type: textblock
21851 #: ../fish/guestfish.pod:598
21852 msgid "would truncate the file to 1 gigabyte."
21853 msgstr ""
21854
21855 # type: textblock
21856 #. type: textblock
21857 #: ../fish/guestfish.pod:600
21858 msgid ""
21859 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21860 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21861 "suffix will probably not do what you expect."
21862 msgstr ""
21863
21864 # type: =head2
21865 #. type: =head2
21866 #: ../fish/guestfish.pod:604
21867 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21868 msgstr ""
21869
21870 # type: textblock
21871 #. type: textblock
21872 #: ../fish/guestfish.pod:606
21873 msgid ""
21874 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21875 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21876 msgstr ""
21877
21878 # type: verbatim
21879 #. type: verbatim
21880 #: ../fish/guestfish.pod:609
21881 #, no-wrap
21882 msgid ""
21883 " 1234      decimal number 1234\n"
21884 " 02322     octal number, equivalent to decimal 1234\n"
21885 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21886 "\n"
21887 msgstr ""
21888
21889 # type: textblock
21890 #. type: textblock
21891 #: ../fish/guestfish.pod:613
21892 msgid ""
21893 "When using the C<chmod> command, you almost always want to specify an octal "
21894 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21895 "L<chmod(1)> program):"
21896 msgstr ""
21897
21898 # type: verbatim
21899 #. type: verbatim
21900 #: ../fish/guestfish.pod:617
21901 #, no-wrap
21902 msgid ""
21903 " chmod 0777 /public  # OK\n"
21904 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21905 "\n"
21906 msgstr ""
21907
21908 # type: textblock
21909 #. type: textblock
21910 #: ../fish/guestfish.pod:620
21911 msgid ""
21912 "Commands that return numbers usually print them in decimal, but some "
21913 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21914 "octal, preceeded by C<0>)."
21915 msgstr ""
21916
21917 # type: =head1
21918 #. type: =head1
21919 #: ../fish/guestfish.pod:624
21920 msgid "WILDCARDS AND GLOBBING"
21921 msgstr ""
21922
21923 # type: textblock
21924 #. type: textblock
21925 #: ../fish/guestfish.pod:626
21926 msgid ""
21927 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21928 "(globbing) by default.  So for example the following will not do what you "
21929 "expect:"
21930 msgstr ""
21931
21932 # type: verbatim
21933 #. type: verbatim
21934 #: ../fish/guestfish.pod:630
21935 #, no-wrap
21936 msgid ""
21937 " rm-rf /home/*\n"
21938 "\n"
21939 msgstr ""
21940
21941 # type: textblock
21942 #. type: textblock
21943 #: ../fish/guestfish.pod:632
21944 msgid ""
21945 "Assuming you don't have a directory called literally C</home/*> then the "
21946 "above command will return an error."
21947 msgstr ""
21948
21949 # type: textblock
21950 #. type: textblock
21951 #: ../fish/guestfish.pod:635
21952 msgid "To perform wildcard expansion, use the C<glob> command."
21953 msgstr ""
21954
21955 # type: verbatim
21956 #. type: verbatim
21957 #: ../fish/guestfish.pod:637
21958 #, no-wrap
21959 msgid ""
21960 " glob rm-rf /home/*\n"
21961 "\n"
21962 msgstr ""
21963
21964 # type: textblock
21965 #. type: textblock
21966 #: ../fish/guestfish.pod:639
21967 msgid ""
21968 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21969 "many times), equivalent to:"
21970 msgstr ""
21971
21972 # type: verbatim
21973 #. type: verbatim
21974 #: ../fish/guestfish.pod:642
21975 #, no-wrap
21976 msgid ""
21977 " rm-rf /home/jim\n"
21978 " rm-rf /home/joe\n"
21979 " rm-rf /home/mary\n"
21980 "\n"
21981 msgstr ""
21982
21983 # type: textblock
21984 #. type: textblock
21985 #: ../fish/guestfish.pod:646
21986 msgid "C<glob> only works on simple guest paths and not on device names."
21987 msgstr ""
21988
21989 # type: textblock
21990 #. type: textblock
21991 #: ../fish/guestfish.pod:648
21992 msgid ""
21993 "If you have several parameters, each containing a wildcard, then glob will "
21994 "perform a Cartesian product."
21995 msgstr ""
21996
21997 # type: =head1
21998 #. type: =head1
21999 #: ../fish/guestfish.pod:651
22000 msgid "COMMENTS"
22001 msgstr ""
22002
22003 # type: textblock
22004 #. type: textblock
22005 #: ../fish/guestfish.pod:653
22006 msgid ""
22007 "Any line which starts with a I<#> character is treated as a comment and "
22008 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22009 "a command.  For example:"
22010 msgstr ""
22011
22012 # type: verbatim
22013 #. type: verbatim
22014 #: ../fish/guestfish.pod:657
22015 #, no-wrap
22016 msgid ""
22017 " # this is a comment\n"
22018 "         # this is a comment\n"
22019 " foo # NOT a comment\n"
22020 "\n"
22021 msgstr ""
22022
22023 # type: textblock
22024 #. type: textblock
22025 #: ../fish/guestfish.pod:661
22026 msgid "Blank lines are also ignored."
22027 msgstr ""
22028
22029 # type: =head1
22030 #. type: =head1
22031 #: ../fish/guestfish.pod:663
22032 msgid "RUNNING COMMANDS LOCALLY"
22033 msgstr ""
22034
22035 # type: textblock
22036 #. type: textblock
22037 #: ../fish/guestfish.pod:665
22038 msgid ""
22039 "Any line which starts with a I<!> character is treated as a command sent to "
22040 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22041 msgstr ""
22042
22043 # type: verbatim
22044 #. type: verbatim
22045 #: ../fish/guestfish.pod:669
22046 #, no-wrap
22047 msgid ""
22048 " !mkdir local\n"
22049 " tgz-out /remote local/remote-data.tar.gz\n"
22050 "\n"
22051 msgstr ""
22052
22053 # type: textblock
22054 #. type: textblock
22055 #: ../fish/guestfish.pod:672
22056 msgid ""
22057 "will create a directory C<local> on the host, and then export the contents "
22058 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22059 "(See C<tgz-out>)."
22060 msgstr ""
22061
22062 # type: textblock
22063 #. type: textblock
22064 #: ../fish/guestfish.pod:676
22065 msgid ""
22066 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22067 "effect, due to the way that subprocesses work in Unix."
22068 msgstr ""
22069
22070 # type: =head1
22071 #. type: =head1
22072 #: ../fish/guestfish.pod:679
22073 msgid "PIPES"
22074 msgstr ""
22075
22076 # type: textblock
22077 #. type: textblock
22078 #: ../fish/guestfish.pod:681
22079 msgid ""
22080 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22081 "command (a guestfish command) to the second command (any host command).  For "
22082 "example:"
22083 msgstr ""
22084
22085 # type: verbatim
22086 #. type: verbatim
22087 #: ../fish/guestfish.pod:685
22088 #, no-wrap
22089 msgid ""
22090 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22091 "\n"
22092 msgstr ""
22093
22094 # type: textblock
22095 #. type: textblock
22096 #: ../fish/guestfish.pod:687
22097 msgid ""
22098 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22099 "program).  The above command would list all accounts in the guest filesystem "
22100 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22101 msgstr ""
22102
22103 # type: verbatim
22104 #. type: verbatim
22105 #: ../fish/guestfish.pod:692
22106 #, no-wrap
22107 msgid ""
22108 " hexdump /bin/ls | head\n"
22109 " list-devices | tail -1\n"
22110 " tgz-out / - | tar ztf -\n"
22111 "\n"
22112 msgstr ""
22113
22114 # type: textblock
22115 #. type: textblock
22116 #: ../fish/guestfish.pod:696
22117 msgid ""
22118 "The space before the pipe symbol is required, any space after the pipe "
22119 "symbol is optional.  Everything after the pipe symbol is just passed "
22120 "straight to the host shell, so it can contain redirections, globs and "
22121 "anything else that makes sense on the host side."
22122 msgstr ""
22123
22124 # type: textblock
22125 #. type: textblock
22126 #: ../fish/guestfish.pod:701
22127 msgid ""
22128 "To use a literal argument which begins with a pipe symbol, you have to quote "
22129 "it, eg:"
22130 msgstr ""
22131
22132 # type: verbatim
22133 #. type: verbatim
22134 #: ../fish/guestfish.pod:704
22135 #, no-wrap
22136 msgid ""
22137 " echo \"|\"\n"
22138 "\n"
22139 msgstr ""
22140
22141 # type: =head1
22142 #. type: =head1
22143 #: ../fish/guestfish.pod:706
22144 msgid "HOME DIRECTORIES"
22145 msgstr ""
22146
22147 # type: textblock
22148 #. type: textblock
22149 #: ../fish/guestfish.pod:708
22150 msgid ""
22151 "If a parameter starts with the character C<~> then the tilde may be expanded "
22152 "as a home directory path (either C<~> for the current user's home directory, "
22153 "or C<~user> for another user)."
22154 msgstr ""
22155
22156 # type: textblock
22157 #. type: textblock
22158 #: ../fish/guestfish.pod:712
22159 msgid ""
22160 "Note that home directory expansion happens for users known I<on the host>, "
22161 "not in the guest filesystem."
22162 msgstr ""
22163
22164 # type: textblock
22165 #. type: textblock
22166 #: ../fish/guestfish.pod:715
22167 msgid ""
22168 "To use a literal argument which begins with a tilde, you have to quote it, "
22169 "eg:"
22170 msgstr ""
22171
22172 # type: verbatim
22173 #. type: verbatim
22174 #: ../fish/guestfish.pod:718
22175 #, no-wrap
22176 msgid ""
22177 " echo \"~\"\n"
22178 "\n"
22179 msgstr ""
22180
22181 # type: textblock
22182 #. type: textblock
22183 #: ../fish/guestfish.pod:722
22184 msgid ""
22185 "Libguestfs has some support for Linux guests encrypted according to the "
22186 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22187 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22188 "LUKS is supported."
22189 msgstr ""
22190
22191 # type: textblock
22192 #. type: textblock
22193 #: ../fish/guestfish.pod:727
22194 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22195 msgstr ""
22196
22197 # type: verbatim
22198 #. type: verbatim
22199 #: ../fish/guestfish.pod:729
22200 #, no-wrap
22201 msgid ""
22202 " ><fs> vfs-type /dev/sda2\n"
22203 " crypto_LUKS\n"
22204 "\n"
22205 msgstr ""
22206
22207 # type: textblock
22208 #. type: textblock
22209 #: ../fish/guestfish.pod:732
22210 msgid ""
22211 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22212 "device called C</dev/mapper/luksdev>."
22213 msgstr ""
22214
22215 # type: verbatim
22216 #. type: verbatim
22217 #: ../fish/guestfish.pod:735
22218 #, no-wrap
22219 msgid ""
22220 " ><fs> luks-open /dev/sda2 luksdev\n"
22221 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22222 "\n"
22223 msgstr ""
22224
22225 # type: textblock
22226 #. type: textblock
22227 #: ../fish/guestfish.pod:738
22228 msgid ""
22229 "Finally you have to tell LVM to scan for volume groups on the newly created "
22230 "mapper device:"
22231 msgstr ""
22232
22233 # type: verbatim
22234 #. type: verbatim
22235 #: ../fish/guestfish.pod:741
22236 #, no-wrap
22237 msgid ""
22238 " vgscan\n"
22239 " vg-activate-all true\n"
22240 "\n"
22241 msgstr ""
22242
22243 # type: textblock
22244 #. type: textblock
22245 #: ../fish/guestfish.pod:744
22246 msgid "The logical volume(s) can now be mounted in the usual way."
22247 msgstr ""
22248
22249 # type: textblock
22250 #. type: textblock
22251 #: ../fish/guestfish.pod:746
22252 msgid ""
22253 "Before closing a LUKS device you must unmount any logical volumes on it and "
22254 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22255 "one.  Then you can close the mapper device:"
22256 msgstr ""
22257
22258 # type: verbatim
22259 #. type: verbatim
22260 #: ../fish/guestfish.pod:750
22261 #, no-wrap
22262 msgid ""
22263 " vg-activate false /dev/VG\n"
22264 " luks-close /dev/mapper/luksdev\n"
22265 "\n"
22266 msgstr ""
22267
22268 # type: =head1
22269 #. type: =head1
22270 #: ../fish/guestfish.pod:753
22271 msgid "WINDOWS PATHS"
22272 msgstr ""
22273
22274 # type: textblock
22275 #. type: textblock
22276 #: ../fish/guestfish.pod:755
22277 msgid ""
22278 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22279 "(with some limitations).  The following commands are equivalent:"
22280 msgstr ""
22281
22282 # type: verbatim
22283 #. type: verbatim
22284 #: ../fish/guestfish.pod:758
22285 #, no-wrap
22286 msgid ""
22287 " file /WINDOWS/system32/config/system.LOG\n"
22288 "\n"
22289 msgstr ""
22290
22291 # type: verbatim
22292 #. type: verbatim
22293 #: ../fish/guestfish.pod:760
22294 #, no-wrap
22295 msgid ""
22296 " file win:/windows/system32/config/system.log\n"
22297 "\n"
22298 msgstr ""
22299
22300 # type: verbatim
22301 #. type: verbatim
22302 #: ../fish/guestfish.pod:762
22303 #, no-wrap
22304 msgid ""
22305 " file win:\\windows\\system32\\config\\system.log\n"
22306 "\n"
22307 msgstr ""
22308
22309 # type: verbatim
22310 #. type: verbatim
22311 #: ../fish/guestfish.pod:764
22312 #, no-wrap
22313 msgid ""
22314 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22315 "\n"
22316 msgstr ""
22317
22318 # type: textblock
22319 #. type: textblock
22320 #: ../fish/guestfish.pod:766
22321 msgid ""
22322 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22323 "handles case insensitivity like Windows would.  This only works in argument "
22324 "positions that expect a path."
22325 msgstr ""
22326
22327 # type: =head1
22328 #. type: =head1
22329 #: ../fish/guestfish.pod:770
22330 msgid "UPLOADING AND DOWNLOADING FILES"
22331 msgstr ""
22332
22333 # type: textblock
22334 #. type: textblock
22335 #: ../fish/guestfish.pod:772
22336 msgid ""
22337 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22338 "others which upload from or download to a local file, you can use the "
22339 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22340 msgstr ""
22341
22342 # type: verbatim
22343 #. type: verbatim
22344 #: ../fish/guestfish.pod:776
22345 #, no-wrap
22346 msgid ""
22347 " upload - /foo\n"
22348 "\n"
22349 msgstr ""
22350
22351 # type: textblock
22352 #. type: textblock
22353 #: ../fish/guestfish.pod:778
22354 msgid ""
22355 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22356 msgstr ""
22357
22358 # type: verbatim
22359 #. type: verbatim
22360 #: ../fish/guestfish.pod:781
22361 #, no-wrap
22362 msgid ""
22363 " tar-out /etc - | tar tf -\n"
22364 "\n"
22365 msgstr ""
22366
22367 # type: textblock
22368 #. type: textblock
22369 #: ../fish/guestfish.pod:783
22370 msgid ""
22371 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22372 "command (see L</PIPES>)."
22373 msgstr ""
22374
22375 # type: textblock
22376 #. type: textblock
22377 #: ../fish/guestfish.pod:786
22378 msgid ""
22379 "When using C<-> to read from stdin, the input is read up to the end of "
22380 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22381 "some arbitrary end marker:"
22382 msgstr ""
22383
22384 # type: verbatim
22385 #. type: verbatim
22386 #: ../fish/guestfish.pod:790
22387 #, no-wrap
22388 msgid ""
22389 " upload -<<END /foo\n"
22390 " input line 1\n"
22391 " input line 2\n"
22392 " input line 3\n"
22393 " END\n"
22394 "\n"
22395 msgstr ""
22396
22397 # type: textblock
22398 #. type: textblock
22399 #: ../fish/guestfish.pod:796
22400 msgid ""
22401 "Any string of characters can be used instead of C<END>.  The end marker must "
22402 "appear on a line of its own, without any preceeding or following characters "
22403 "(not even spaces)."
22404 msgstr ""
22405
22406 # type: textblock
22407 #. type: textblock
22408 #: ../fish/guestfish.pod:800
22409 msgid ""
22410 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22411 "upload local files (so-called \"FileIn\" parameters in the generator)."
22412 msgstr ""
22413
22414 # type: =head1
22415 #. type: =head1
22416 #: ../fish/guestfish.pod:803
22417 msgid "EXIT ON ERROR BEHAVIOUR"
22418 msgstr ""
22419
22420 # type: textblock
22421 #. type: textblock
22422 #: ../fish/guestfish.pod:805
22423 msgid ""
22424 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22425 "taking commands from a human over a tty), and will exit on the first error "
22426 "in non-interactive mode (scripts, commands given on the command line)."
22427 msgstr ""
22428
22429 # type: textblock
22430 #. type: textblock
22431 #: ../fish/guestfish.pod:810
22432 msgid ""
22433 "If you prefix a command with a I<-> character, then that command will not "
22434 "cause guestfish to exit, even if that (one) command returns an error."
22435 msgstr ""
22436
22437 # type: =head1
22438 #. type: =head1
22439 #: ../fish/guestfish.pod:814
22440 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22441 msgstr ""
22442
22443 # type: textblock
22444 #. type: textblock
22445 #: ../fish/guestfish.pod:816
22446 msgid ""
22447 "Guestfish can be remote-controlled over a socket.  This is useful "
22448 "particularly in shell scripts where you want to make several different "
22449 "changes to a filesystem, but you don't want the overhead of starting up a "
22450 "guestfish process each time."
22451 msgstr ""
22452
22453 # type: textblock
22454 #. type: textblock
22455 #: ../fish/guestfish.pod:821
22456 msgid "Start a guestfish server process using:"
22457 msgstr ""
22458
22459 # type: verbatim
22460 #. type: verbatim
22461 #: ../fish/guestfish.pod:823
22462 #, no-wrap
22463 msgid ""
22464 " eval \"`guestfish --listen`\"\n"
22465 "\n"
22466 msgstr ""
22467
22468 # type: textblock
22469 #. type: textblock
22470 #: ../fish/guestfish.pod:825
22471 msgid "and then send it commands by doing:"
22472 msgstr ""
22473
22474 # type: verbatim
22475 #. type: verbatim
22476 #: ../fish/guestfish.pod:827
22477 #, no-wrap
22478 msgid ""
22479 " guestfish --remote cmd [...]\n"
22480 "\n"
22481 msgstr ""
22482
22483 # type: textblock
22484 #. type: textblock
22485 #: ../fish/guestfish.pod:829
22486 msgid "To cause the server to exit, send it the exit command:"
22487 msgstr ""
22488
22489 # type: verbatim
22490 #. type: verbatim
22491 #: ../fish/guestfish.pod:831
22492 #, no-wrap
22493 msgid ""
22494 " guestfish --remote exit\n"
22495 "\n"
22496 msgstr ""
22497
22498 # type: textblock
22499 #. type: textblock
22500 #: ../fish/guestfish.pod:833
22501 msgid ""
22502 "Note that the server will normally exit if there is an error in a command.  "
22503 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22504 "BEHAVIOUR>."
22505 msgstr ""
22506
22507 # type: =head2
22508 #. type: =head2
22509 #: ../fish/guestfish.pod:837
22510 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22511 msgstr ""
22512
22513 # type: textblock
22514 #. type: textblock
22515 #: ../fish/guestfish.pod:839
22516 msgid ""
22517 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22518 "is how the I<--remote> option knows where to send the commands.  You can "
22519 "have several guestfish listener processes running using:"
22520 msgstr ""
22521
22522 # type: verbatim
22523 #. type: verbatim
22524 #: ../fish/guestfish.pod:843
22525 #, no-wrap
22526 msgid ""
22527 " eval \"`guestfish --listen`\"\n"
22528 " pid1=$GUESTFISH_PID\n"
22529 " eval \"`guestfish --listen`\"\n"
22530 " pid2=$GUESTFISH_PID\n"
22531 " ...\n"
22532 " guestfish --remote=$pid1 cmd\n"
22533 " guestfish --remote=$pid2 cmd\n"
22534 "\n"
22535 msgstr ""
22536
22537 # type: =head2
22538 #. type: =head2
22539 #: ../fish/guestfish.pod:851
22540 msgid "REMOTE CONTROL AND CSH"
22541 msgstr ""
22542
22543 # type: textblock
22544 #. type: textblock
22545 #: ../fish/guestfish.pod:853
22546 msgid ""
22547 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22548 "option:"
22549 msgstr ""
22550
22551 # type: verbatim
22552 #. type: verbatim
22553 #: ../fish/guestfish.pod:856
22554 #, no-wrap
22555 msgid ""
22556 " eval \"`guestfish --listen --csh`\"\n"
22557 "\n"
22558 msgstr ""
22559
22560 # type: =head2
22561 #. type: =head2
22562 #: ../fish/guestfish.pod:858
22563 msgid "REMOTE CONTROL DETAILS"
22564 msgstr ""
22565
22566 # type: textblock
22567 #. type: textblock
22568 #: ../fish/guestfish.pod:860
22569 msgid ""
22570 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22571 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22572 "and C<$PID> is the process ID of the server."
22573 msgstr ""
22574
22575 # type: textblock
22576 #. type: textblock
22577 #: ../fish/guestfish.pod:864
22578 msgid "Guestfish client and server versions must match exactly."
22579 msgstr ""
22580
22581 # type: =head1
22582 #. type: =head1
22583 #: ../fish/guestfish.pod:866
22584 msgid "PREPARED DISK IMAGES"
22585 msgstr ""
22586
22587 # type: textblock
22588 #. type: textblock
22589 #: ../fish/guestfish.pod:868
22590 msgid ""
22591 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22592 "preformatted disk images that guestfish can make for you to save typing.  "
22593 "This is particularly useful for testing purposes.  This option is used "
22594 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22595 "can be mixed with I<-a>)."
22596 msgstr ""
22597
22598 # type: textblock
22599 #. type: textblock
22600 #: ../fish/guestfish.pod:874
22601 msgid ""
22602 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22603 "the second and so on.  Existing files in the current directory are "
22604 "I<overwritten>."
22605 msgstr ""
22606
22607 # type: textblock
22608 #. type: textblock
22609 #: ../fish/guestfish.pod:878
22610 msgid ""
22611 "The type briefly describes how the disk should be sized, partitioned, how "
22612 "filesystem(s) should be created, and how content should be added.  "
22613 "Optionally the type can be followed by extra parameters, separated by C<:> "
22614 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22615 "allocated disk, containing a single partition, with the partition formatted "
22616 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22617 "disk instead."
22618 msgstr ""
22619
22620 # type: textblock
22621 #. type: textblock
22622 #: ../fish/guestfish.pod:886
22623 msgid "To list the available types and any extra parameters they take, run:"
22624 msgstr ""
22625
22626 # type: textblock
22627 #. type: textblock
22628 #: ../fish/guestfish.pod:890
22629 msgid ""
22630 "Note that the prepared filesystem is not mounted.  You would usually have to "
22631 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22632 msgstr ""
22633
22634 # type: textblock
22635 #. type: textblock
22636 #: ../fish/guestfish.pod:894
22637 msgid ""
22638 "If any I<-N> or I<--new> options are given, the guest is automatically "
22639 "launched."
22640 msgstr ""
22641
22642 # type: textblock
22643 #. type: textblock
22644 #: ../fish/guestfish.pod:899
22645 msgid "Create a 100MB disk with an ext4-formatted partition:"
22646 msgstr ""
22647
22648 # type: verbatim
22649 #. type: verbatim
22650 #: ../fish/guestfish.pod:901
22651 #, no-wrap
22652 msgid ""
22653 " guestfish -N fs:ext4\n"
22654 "\n"
22655 msgstr ""
22656
22657 # type: textblock
22658 #. type: textblock
22659 #: ../fish/guestfish.pod:903
22660 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22661 msgstr ""
22662
22663 # type: verbatim
22664 #. type: verbatim
22665 #: ../fish/guestfish.pod:905
22666 #, no-wrap
22667 msgid ""
22668 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22669 "\n"
22670 msgstr ""
22671
22672 # type: textblock
22673 #. type: textblock
22674 #: ../fish/guestfish.pod:907
22675 msgid "Create a blank 200MB disk:"
22676 msgstr ""
22677
22678 # type: verbatim
22679 #. type: verbatim
22680 #: ../fish/guestfish.pod:909
22681 #, no-wrap
22682 msgid ""
22683 " guestfish -N disk:200M\n"
22684 "\n"
22685 msgstr ""
22686
22687 # type: =head1
22688 #. type: =head1
22689 #: ../fish/guestfish.pod:911
22690 msgid "PROGRESS BARS"
22691 msgstr ""
22692
22693 # type: textblock
22694 #. type: textblock
22695 #: ../fish/guestfish.pod:913
22696 msgid ""
22697 "Some (not all) long-running commands send progress notification messages as "
22698 "they are running.  Guestfish turns these messages into progress bars."
22699 msgstr ""
22700
22701 # type: textblock
22702 #. type: textblock
22703 #: ../fish/guestfish.pod:917
22704 msgid ""
22705 "When a command that supports progress bars takes longer than two seconds to "
22706 "run, and if progress bars are enabled, then you will see one appearing below "
22707 "the command:"
22708 msgstr ""
22709
22710 # type: verbatim
22711 #. type: verbatim
22712 #: ../fish/guestfish.pod:921
22713 #, no-wrap
22714 msgid ""
22715 " ><fs> copy-size /large-file /another-file 2048M\n"
22716 " / 10% [#####-----------------------------------------] 00:30\n"
22717 "\n"
22718 msgstr ""
22719
22720 # type: textblock
22721 #. type: textblock
22722 #: ../fish/guestfish.pod:924
22723 msgid ""
22724 "The spinner on the left hand side moves round once for every progress "
22725 "notification received from the backend.  This is a (reasonably) golden "
22726 "assurance that the command is \"doing something\" even if the progress bar "
22727 "is not moving, because the command is able to send the progress "
22728 "notifications.  When the bar reaches 100% and the command finishes, the "
22729 "spinner disappears."
22730 msgstr ""
22731
22732 # type: textblock
22733 #. type: textblock
22734 #: ../fish/guestfish.pod:931
22735 msgid ""
22736 "Progress bars are enabled by default when guestfish is used interactively.  "
22737 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22738 "and you can disable them completely using I<--no-progress-bars>."
22739 msgstr ""
22740
22741 # type: =head1
22742 #. type: =head1
22743 #: ../fish/guestfish.pod:936
22744 msgid "GUESTFISH COMMANDS"
22745 msgstr ""
22746
22747 # type: textblock
22748 #. type: textblock
22749 #: ../fish/guestfish.pod:938
22750 msgid ""
22751 "The commands in this section are guestfish convenience commands, in other "
22752 "words, they are not part of the L<guestfs(3)> API."
22753 msgstr ""
22754
22755 # type: =head2
22756 #. type: =head2
22757 #: ../fish/guestfish.pod:941
22758 msgid "help"
22759 msgstr ""
22760
22761 # type: verbatim
22762 #. type: verbatim
22763 #: ../fish/guestfish.pod:943
22764 #, no-wrap
22765 msgid ""
22766 " help\n"
22767 " help cmd\n"
22768 "\n"
22769 msgstr ""
22770
22771 # type: textblock
22772 #. type: textblock
22773 #: ../fish/guestfish.pod:946
22774 msgid "Without any parameter, this provides general help."
22775 msgstr ""
22776
22777 # type: textblock
22778 #. type: textblock
22779 #: ../fish/guestfish.pod:948
22780 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22781 msgstr ""
22782
22783 # type: =head2
22784 #. type: =head2
22785 #: ../fish/guestfish.pod:950
22786 msgid "quit | exit"
22787 msgstr ""
22788
22789 # type: textblock
22790 #. type: textblock
22791 #: ../fish/guestfish.pod:952
22792 msgid "This exits guestfish.  You can also use C<^D> key."
22793 msgstr ""
22794
22795 # type: textblock
22796 #. type: textblock
22797 #: ../fish/guestfish.pod:954
22798 msgid "@FISH_COMMANDS@"
22799 msgstr ""
22800
22801 # type: =head1
22802 #. type: =head1
22803 #: ../fish/guestfish.pod:956
22804 msgid "COMMANDS"
22805 msgstr ""
22806
22807 # type: =head1
22808 #. type: =head1
22809 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
22810 msgid "EXIT CODE"
22811 msgstr ""
22812
22813 # type: textblock
22814 #. type: textblock
22815 #: ../fish/guestfish.pod:962
22816 msgid ""
22817 "guestfish returns 0 if the commands completed without error, or 1 if there "
22818 "was an error."
22819 msgstr ""
22820
22821 # type: =item
22822 #. type: =item
22823 #: ../fish/guestfish.pod:969
22824 msgid "EDITOR"
22825 msgstr ""
22826
22827 # type: textblock
22828 #. type: textblock
22829 #: ../fish/guestfish.pod:971
22830 msgid ""
22831 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22832 "C<vi>."
22833 msgstr ""
22834
22835 # type: =item
22836 #. type: =item
22837 #: ../fish/guestfish.pod:974
22838 msgid "GUESTFISH_PID"
22839 msgstr ""
22840
22841 # type: textblock
22842 #. type: textblock
22843 #: ../fish/guestfish.pod:976
22844 msgid ""
22845 "Used with the I<--remote> option to specify the remote guestfish process to "
22846 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22847 msgstr ""
22848
22849 # type: =item
22850 #. type: =item
22851 #: ../fish/guestfish.pod:980
22852 msgid "HEXEDITOR"
22853 msgstr ""
22854
22855 # type: textblock
22856 #. type: textblock
22857 #: ../fish/guestfish.pod:982
22858 msgid ""
22859 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22860 "not specified, the external L<hexedit(1)> program is used."
22861 msgstr ""
22862
22863 # type: =item
22864 #. type: =item
22865 #: ../fish/guestfish.pod:986
22866 msgid "HOME"
22867 msgstr ""
22868
22869 # type: textblock
22870 #. type: textblock
22871 #: ../fish/guestfish.pod:988
22872 msgid ""
22873 "If compiled with GNU readline support, various files in the home directory "
22874 "can be used.  See L</FILES>."
22875 msgstr ""
22876
22877 # type: textblock
22878 #. type: textblock
22879 #: ../fish/guestfish.pod:997
22880 msgid ""
22881 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22882 "effect as using the B<-v> option."
22883 msgstr ""
22884
22885 # type: textblock
22886 #. type: textblock
22887 #: ../fish/guestfish.pod:1009
22888 msgid ""
22889 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22890 "the discussion of paths in L<guestfs(3)>."
22891 msgstr ""
22892
22893 # type: textblock
22894 #. type: textblock
22895 #: ../fish/guestfish.pod:1020
22896 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22897 msgstr ""
22898
22899 # type: =item
22900 #. type: =item
22901 #: ../fish/guestfish.pod:1022
22902 msgid "PAGER"
22903 msgstr ""
22904
22905 # type: textblock
22906 #. type: textblock
22907 #: ../fish/guestfish.pod:1024
22908 msgid ""
22909 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22910 "C<more>."
22911 msgstr ""
22912
22913 # type: =head1
22914 #. type: =head1
22915 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
22916 msgid "FILES"
22917 msgstr ""
22918
22919 # type: =item
22920 #. type: =item
22921 #: ../fish/guestfish.pod:1043
22922 msgid "$HOME/.guestfish"
22923 msgstr ""
22924
22925 # type: textblock
22926 #. type: textblock
22927 #: ../fish/guestfish.pod:1045
22928 msgid ""
22929 "If compiled with GNU readline support, then the command history is saved in "
22930 "this file."
22931 msgstr ""
22932
22933 # type: =item
22934 #. type: =item
22935 #: ../fish/guestfish.pod:1048
22936 msgid "$HOME/.inputrc"
22937 msgstr ""
22938
22939 # type: =item
22940 #. type: =item
22941 #: ../fish/guestfish.pod:1050
22942 msgid "/etc/inputrc"
22943 msgstr ""
22944
22945 # type: textblock
22946 #. type: textblock
22947 #: ../fish/guestfish.pod:1052
22948 msgid ""
22949 "If compiled with GNU readline support, then these files can be used to "
22950 "configure readline.  For further information, please see L<readline(3)/"
22951 "INITIALIZATION FILE>."
22952 msgstr ""
22953
22954 # type: textblock
22955 #. type: textblock
22956 #: ../fish/guestfish.pod:1056
22957 msgid "To write rules which only apply to guestfish, use:"
22958 msgstr ""
22959
22960 # type: verbatim
22961 #. type: verbatim
22962 #: ../fish/guestfish.pod:1058
22963 #, no-wrap
22964 msgid ""
22965 " $if guestfish\n"
22966 " ...\n"
22967 " $endif\n"
22968 "\n"
22969 msgstr ""
22970
22971 # type: textblock
22972 #. type: textblock
22973 #: ../fish/guestfish.pod:1062
22974 msgid ""
22975 "Variables that you can set in inputrc that change the behaviour of guestfish "
22976 "in useful ways include:"
22977 msgstr ""
22978
22979 # type: =item
22980 #. type: =item
22981 #: ../fish/guestfish.pod:1067
22982 msgid "completion-ignore-case (default: on)"
22983 msgstr ""
22984
22985 # type: textblock
22986 #. type: textblock
22987 #: ../fish/guestfish.pod:1069
22988 msgid ""
22989 "By default, guestfish will ignore case when tab-completing paths on the "
22990 "disk.  Use:"
22991 msgstr ""
22992
22993 # type: verbatim
22994 #. type: verbatim
22995 #: ../fish/guestfish.pod:1072
22996 #, no-wrap
22997 msgid ""
22998 " set completion-ignore-case off\n"
22999 "\n"
23000 msgstr ""
23001
23002 # type: textblock
23003 #. type: textblock
23004 #: ../fish/guestfish.pod:1074
23005 msgid "to make guestfish case sensitive."
23006 msgstr ""
23007
23008 # type: =item
23009 #. type: =item
23010 #: ../fish/guestfish.pod:1078
23011 msgid "test1.img"
23012 msgstr ""
23013
23014 # type: =item
23015 #. type: =item
23016 #: ../fish/guestfish.pod:1080
23017 msgid "test2.img (etc)"
23018 msgstr ""
23019
23020 # type: textblock
23021 #. type: textblock
23022 #: ../fish/guestfish.pod:1082
23023 msgid ""
23024 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23025 "will be created in the file C<test1.img> in the current directory.  The "
23026 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23027 "the same name will be overwritten."
23028 msgstr ""
23029
23030 # type: textblock
23031 #. type: textblock
23032 #: ../fish/guestfish.pod:1091
23033 msgid ""
23034 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
23035 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
23036 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
23037 ">, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
23038 "L<hexedit(1)>."
23039 msgstr ""
23040
23041 # type: textblock
23042 #. type: textblock
23043 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124
23044 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:370
23045 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23046 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
23047 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
23048 msgid ""
23049 "This program is free software; you can redistribute it and/or modify it "
23050 "under the terms of the GNU General Public License as published by the Free "
23051 "Software Foundation; either version 2 of the License, or (at your option) "
23052 "any later version."
23053 msgstr ""
23054
23055 # type: textblock
23056 #. type: textblock
23057 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129
23058 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:375
23059 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23060 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
23061 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
23062 msgid ""
23063 "This program is distributed in the hope that it will be useful, but WITHOUT "
23064 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23065 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23066 "more details."
23067 msgstr ""
23068
23069 # type: textblock
23070 #. type: textblock
23071 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134
23072 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:380
23073 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23074 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
23075 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
23076 msgid ""
23077 "You should have received a copy of the GNU General Public License along with "
23078 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23079 "Ave, Cambridge, MA 02139, USA."
23080 msgstr ""
23081
23082 # type: =head2
23083 #. type: =head2
23084 #: ../fish/guestfish-actions.pod:1
23085 msgid "add-cdrom"
23086 msgstr ""
23087
23088 # type: verbatim
23089 #. type: verbatim
23090 #: ../fish/guestfish-actions.pod:3
23091 #, no-wrap
23092 msgid ""
23093 " add-cdrom filename\n"
23094 "\n"
23095 msgstr ""
23096
23097 # type: textblock
23098 #. type: textblock
23099 #: ../fish/guestfish-actions.pod:15
23100 msgid ""
23101 "This call checks for the existence of C<filename>.  This stops you from "
23102 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23103 "and C<http:> URLs.  To specify those, use the general L</config> call "
23104 "instead."
23105 msgstr ""
23106
23107 # type: textblock
23108 #. type: textblock
23109 #: ../fish/guestfish-actions.pod:22
23110 msgid ""
23111 "If you just want to add an ISO file (often you use this as an efficient way "
23112 "to transfer large files into the guest), then you should probably use L</add-"
23113 "drive-ro> instead."
23114 msgstr ""
23115
23116 # type: =head2
23117 #. type: =head2
23118 #: ../fish/guestfish-actions.pod:35
23119 msgid "add-domain"
23120 msgstr ""
23121
23122 # type: =head2
23123 #. type: =head2
23124 #: ../fish/guestfish-actions.pod:37
23125 msgid "domain"
23126 msgstr ""
23127
23128 # type: verbatim
23129 #. type: verbatim
23130 #: ../fish/guestfish-actions.pod:39
23131 #, no-wrap
23132 msgid ""
23133 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23134 "\n"
23135 msgstr ""
23136
23137 # type: textblock
23138 #. type: textblock
23139 #: ../fish/guestfish-actions.pod:41
23140 msgid ""
23141 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23142 "It works by connecting to libvirt, requesting the domain and domain XML from "
23143 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23144 msgstr ""
23145
23146 # type: textblock
23147 #. type: textblock
23148 #: ../fish/guestfish-actions.pod:64
23149 msgid ""
23150 "The other optional parameters are passed directly through to L</add-drive-"
23151 "opts>."
23152 msgstr ""
23153
23154 # type: textblock
23155 #. type: textblock
23156 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23157 #: ../fish/guestfish-actions.pod:2848
23158 msgid ""
23159 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23160 msgstr ""
23161
23162 # type: =head2
23163 #. type: =head2
23164 #: ../fish/guestfish-actions.pod:69
23165 msgid "add-drive"
23166 msgstr ""
23167
23168 # type: verbatim
23169 #. type: verbatim
23170 #: ../fish/guestfish-actions.pod:71
23171 #, no-wrap
23172 msgid ""
23173 " add-drive filename\n"
23174 "\n"
23175 msgstr ""
23176
23177 # type: textblock
23178 #. type: textblock
23179 #: ../fish/guestfish-actions.pod:73
23180 msgid ""
23181 "This function is the equivalent of calling L</add-drive-opts> with no "
23182 "optional parameters, so the disk is added writable, with the format being "
23183 "detected automatically."
23184 msgstr ""
23185
23186 # type: textblock
23187 #. type: textblock
23188 #: ../fish/guestfish-actions.pod:77
23189 msgid ""
23190 "Automatic detection of the format opens you up to a potential security hole "
23191 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23192 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23193 "you should think about replacing calls to this function with calls to L</add-"
23194 "drive-opts>, and specifying the format."
23195 msgstr ""
23196
23197 # type: =head2
23198 #. type: =head2
23199 #: ../fish/guestfish-actions.pod:84
23200 msgid "add-drive-opts"
23201 msgstr ""
23202
23203 # type: =head2
23204 #. type: =head2
23205 #: ../fish/guestfish-actions.pod:86
23206 msgid "add"
23207 msgstr ""
23208
23209 # type: verbatim
23210 #. type: verbatim
23211 #: ../fish/guestfish-actions.pod:88
23212 #, no-wrap
23213 msgid ""
23214 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23215 "\n"
23216 msgstr ""
23217
23218 # type: textblock
23219 #. type: textblock
23220 #: ../fish/guestfish-actions.pod:115
23221 msgid ""
23222 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23223 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23224 "include C<raw> and C<qcow2>."
23225 msgstr ""
23226
23227 # type: textblock
23228 #. type: textblock
23229 #: ../fish/guestfish-actions.pod:126
23230 msgid ""
23231 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23232 "add-drive-with-if> call (q.v.)"
23233 msgstr ""
23234
23235 # type: =head2
23236 #. type: =head2
23237 #: ../fish/guestfish-actions.pod:133
23238 msgid "add-drive-ro"
23239 msgstr ""
23240
23241 # type: =head2
23242 #. type: =head2
23243 #: ../fish/guestfish-actions.pod:135
23244 msgid "add-ro"
23245 msgstr ""
23246
23247 # type: verbatim
23248 #. type: verbatim
23249 #: ../fish/guestfish-actions.pod:137
23250 #, no-wrap
23251 msgid ""
23252 " add-drive-ro filename\n"
23253 "\n"
23254 msgstr ""
23255
23256 # type: textblock
23257 #. type: textblock
23258 #: ../fish/guestfish-actions.pod:139
23259 msgid ""
23260 "This function is the equivalent of calling L</add-drive-opts> with the "
23261 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23262 "is added read-only, with the format being detected automatically."
23263 msgstr ""
23264
23265 # type: =head2
23266 #. type: =head2
23267 #: ../fish/guestfish-actions.pod:144
23268 msgid "add-drive-ro-with-if"
23269 msgstr ""
23270
23271 # type: verbatim
23272 #. type: verbatim
23273 #: ../fish/guestfish-actions.pod:146
23274 #, no-wrap
23275 msgid ""
23276 " add-drive-ro-with-if filename iface\n"
23277 "\n"
23278 msgstr ""
23279
23280 # type: textblock
23281 #. type: textblock
23282 #: ../fish/guestfish-actions.pod:148
23283 msgid ""
23284 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
23285 "interface emulation to use at run time."
23286 msgstr ""
23287
23288 # type: =head2
23289 #. type: =head2
23290 #: ../fish/guestfish-actions.pod:158
23291 msgid "add-drive-with-if"
23292 msgstr ""
23293
23294 # type: verbatim
23295 #. type: verbatim
23296 #: ../fish/guestfish-actions.pod:160
23297 #, no-wrap
23298 msgid ""
23299 " add-drive-with-if filename iface\n"
23300 "\n"
23301 msgstr ""
23302
23303 # type: textblock
23304 #. type: textblock
23305 #: ../fish/guestfish-actions.pod:162
23306 msgid ""
23307 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23308 "interface emulation to use at run time."
23309 msgstr ""
23310
23311 # type: =head2
23312 #. type: =head2
23313 #: ../fish/guestfish-actions.pod:172
23314 msgid "aug-clear"
23315 msgstr ""
23316
23317 # type: verbatim
23318 #. type: verbatim
23319 #: ../fish/guestfish-actions.pod:174
23320 #, no-wrap
23321 msgid ""
23322 " aug-clear augpath\n"
23323 "\n"
23324 msgstr ""
23325
23326 # type: =head2
23327 #. type: =head2
23328 #: ../fish/guestfish-actions.pod:179
23329 msgid "aug-close"
23330 msgstr ""
23331
23332 # type: verbatim
23333 #. type: verbatim
23334 #: ../fish/guestfish-actions.pod:181
23335 #, no-wrap
23336 msgid ""
23337 " aug-close\n"
23338 "\n"
23339 msgstr ""
23340
23341 # type: textblock
23342 #. type: textblock
23343 #: ../fish/guestfish-actions.pod:183
23344 msgid ""
23345 "Close the current Augeas handle and free up any resources used by it.  After "
23346 "calling this, you have to call L</aug-init> again before you can use any "
23347 "other Augeas functions."
23348 msgstr ""
23349
23350 # type: =head2
23351 #. type: =head2
23352 #: ../fish/guestfish-actions.pod:188
23353 msgid "aug-defnode"
23354 msgstr ""
23355
23356 # type: verbatim
23357 #. type: verbatim
23358 #: ../fish/guestfish-actions.pod:190
23359 #, no-wrap
23360 msgid ""
23361 " aug-defnode name expr val\n"
23362 "\n"
23363 msgstr ""
23364
23365 # type: textblock
23366 #. type: textblock
23367 #: ../fish/guestfish-actions.pod:195
23368 msgid ""
23369 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23370 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23371 "containing that single node."
23372 msgstr ""
23373
23374 # type: =head2
23375 #. type: =head2
23376 #: ../fish/guestfish-actions.pod:203
23377 msgid "aug-defvar"
23378 msgstr ""
23379
23380 # type: verbatim
23381 #. type: verbatim
23382 #: ../fish/guestfish-actions.pod:205
23383 #, no-wrap
23384 msgid ""
23385 " aug-defvar name expr\n"
23386 "\n"
23387 msgstr ""
23388
23389 # type: =head2
23390 #. type: =head2
23391 #: ../fish/guestfish-actions.pod:214
23392 msgid "aug-get"
23393 msgstr ""
23394
23395 # type: verbatim
23396 #. type: verbatim
23397 #: ../fish/guestfish-actions.pod:216
23398 #, no-wrap
23399 msgid ""
23400 " aug-get augpath\n"
23401 "\n"
23402 msgstr ""
23403
23404 # type: =head2
23405 #. type: =head2
23406 #: ../fish/guestfish-actions.pod:221
23407 msgid "aug-init"
23408 msgstr ""
23409
23410 # type: verbatim
23411 #. type: verbatim
23412 #: ../fish/guestfish-actions.pod:223
23413 #, no-wrap
23414 msgid ""
23415 " aug-init root flags\n"
23416 "\n"
23417 msgstr ""
23418
23419 # type: textblock
23420 #. type: textblock
23421 #: ../fish/guestfish-actions.pod:229
23422 msgid "You must call this before using any other L</aug-*> commands."
23423 msgstr ""
23424
23425 # type: textblock
23426 #. type: textblock
23427 #: ../fish/guestfish-actions.pod:264
23428 msgid "Do not load the tree in L</aug-init>."
23429 msgstr ""
23430
23431 # type: textblock
23432 #. type: textblock
23433 #: ../fish/guestfish-actions.pod:268
23434 msgid "To close the handle, you can call L</aug-close>."
23435 msgstr ""
23436
23437 # type: =head2
23438 #. type: =head2
23439 #: ../fish/guestfish-actions.pod:272
23440 msgid "aug-insert"
23441 msgstr ""
23442
23443 # type: verbatim
23444 #. type: verbatim
23445 #: ../fish/guestfish-actions.pod:274
23446 #, no-wrap
23447 msgid ""
23448 " aug-insert augpath label true|false\n"
23449 "\n"
23450 msgstr ""
23451
23452 # type: =head2
23453 #. type: =head2
23454 #: ../fish/guestfish-actions.pod:284
23455 msgid "aug-load"
23456 msgstr ""
23457
23458 # type: verbatim
23459 #. type: verbatim
23460 #: ../fish/guestfish-actions.pod:286
23461 #, no-wrap
23462 msgid ""
23463 " aug-load\n"
23464 "\n"
23465 msgstr ""
23466
23467 # type: =head2
23468 #. type: =head2
23469 #: ../fish/guestfish-actions.pod:293
23470 msgid "aug-ls"
23471 msgstr ""
23472
23473 # type: verbatim
23474 #. type: verbatim
23475 #: ../fish/guestfish-actions.pod:295
23476 #, no-wrap
23477 msgid ""
23478 " aug-ls augpath\n"
23479 "\n"
23480 msgstr ""
23481
23482 # type: textblock
23483 #. type: textblock
23484 #: ../fish/guestfish-actions.pod:297
23485 msgid ""
23486 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23487 "resulting nodes into alphabetical order."
23488 msgstr ""
23489
23490 # type: =head2
23491 #. type: =head2
23492 #: ../fish/guestfish-actions.pod:300
23493 msgid "aug-match"
23494 msgstr ""
23495
23496 # type: verbatim
23497 #. type: verbatim
23498 #: ../fish/guestfish-actions.pod:302
23499 #, no-wrap
23500 msgid ""
23501 " aug-match augpath\n"
23502 "\n"
23503 msgstr ""
23504
23505 # type: =head2
23506 #. type: =head2
23507 #: ../fish/guestfish-actions.pod:308
23508 msgid "aug-mv"
23509 msgstr ""
23510
23511 # type: verbatim
23512 #. type: verbatim
23513 #: ../fish/guestfish-actions.pod:310
23514 #, no-wrap
23515 msgid ""
23516 " aug-mv src dest\n"
23517 "\n"
23518 msgstr ""
23519
23520 # type: =head2
23521 #. type: =head2
23522 #: ../fish/guestfish-actions.pod:315
23523 msgid "aug-rm"
23524 msgstr ""
23525
23526 # type: verbatim
23527 #. type: verbatim
23528 #: ../fish/guestfish-actions.pod:317
23529 #, no-wrap
23530 msgid ""
23531 " aug-rm augpath\n"
23532 "\n"
23533 msgstr ""
23534
23535 # type: =head2
23536 #. type: =head2
23537 #: ../fish/guestfish-actions.pod:323
23538 msgid "aug-save"
23539 msgstr ""
23540
23541 # type: verbatim
23542 #. type: verbatim
23543 #: ../fish/guestfish-actions.pod:325
23544 #, no-wrap
23545 msgid ""
23546 " aug-save\n"
23547 "\n"
23548 msgstr ""
23549
23550 # type: textblock
23551 #. type: textblock
23552 #: ../fish/guestfish-actions.pod:329
23553 msgid ""
23554 "The flags which were passed to L</aug-init> affect exactly how files are "
23555 "saved."
23556 msgstr ""
23557
23558 # type: =head2
23559 #. type: =head2
23560 #: ../fish/guestfish-actions.pod:332
23561 msgid "aug-set"
23562 msgstr ""
23563
23564 # type: verbatim
23565 #. type: verbatim
23566 #: ../fish/guestfish-actions.pod:334
23567 #, no-wrap
23568 msgid ""
23569 " aug-set augpath val\n"
23570 "\n"
23571 msgstr ""
23572
23573 # type: textblock
23574 #. type: textblock
23575 #: ../fish/guestfish-actions.pod:338
23576 msgid ""
23577 "In the Augeas API, it is possible to clear a node by setting the value to "
23578 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23579 "this call.  Instead you must use the L</aug-clear> call."
23580 msgstr ""
23581
23582 # type: =head2
23583 #. type: =head2
23584 #: ../fish/guestfish-actions.pod:343
23585 msgid "available"
23586 msgstr ""
23587
23588 # type: verbatim
23589 #. type: verbatim
23590 #: ../fish/guestfish-actions.pod:345
23591 #, no-wrap
23592 msgid ""
23593 " available 'groups ...'\n"
23594 "\n"
23595 msgstr ""
23596
23597 # type: textblock
23598 #. type: textblock
23599 #: ../fish/guestfish-actions.pod:351
23600 msgid ""
23601 "The libguestfs groups, and the functions that those groups correspond to, "
23602 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23603 "runtime by calling L</available-all-groups>."
23604 msgstr ""
23605
23606 # type: textblock
23607 #. type: textblock
23608 #: ../fish/guestfish-actions.pod:375
23609 msgid "You must call L</launch> before calling this function."
23610 msgstr ""
23611
23612 # type: textblock
23613 #. type: textblock
23614 #: ../fish/guestfish-actions.pod:397
23615 msgid ""
23616 "This call was added in version C<1.0.80>.  In previous versions of "
23617 "libguestfs all you could do would be to speculatively execute a command to "
23618 "find out if the daemon implemented it.  See also L</version>."
23619 msgstr ""
23620
23621 # type: =head2
23622 #. type: =head2
23623 #: ../fish/guestfish-actions.pod:404
23624 msgid "available-all-groups"
23625 msgstr ""
23626
23627 # type: verbatim
23628 #. type: verbatim
23629 #: ../fish/guestfish-actions.pod:406
23630 #, no-wrap
23631 msgid ""
23632 " available-all-groups\n"
23633 "\n"
23634 msgstr ""
23635
23636 # type: textblock
23637 #. type: textblock
23638 #: ../fish/guestfish-actions.pod:408
23639 msgid ""
23640 "This command returns a list of all optional groups that this daemon knows "
23641 "about.  Note this returns both supported and unsupported groups.  To find "
23642 "out which ones the daemon can actually support you have to call L</"
23643 "available> on each member of the returned list."
23644 msgstr ""
23645
23646 # type: textblock
23647 #. type: textblock
23648 #: ../fish/guestfish-actions.pod:414
23649 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23650 msgstr ""
23651
23652 # type: =head2
23653 #. type: =head2
23654 #: ../fish/guestfish-actions.pod:416
23655 msgid "base64-in"
23656 msgstr ""
23657
23658 # type: verbatim
23659 #. type: verbatim
23660 #: ../fish/guestfish-actions.pod:418
23661 #, no-wrap
23662 msgid ""
23663 " base64-in (base64file|-) filename\n"
23664 "\n"
23665 msgstr ""
23666
23667 # type: textblock
23668 #. type: textblock
23669 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
23670 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
23671 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221
23672 #: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4215
23673 #: ../fish/guestfish-actions.pod:4226 ../fish/guestfish-actions.pod:4237
23674 #: ../fish/guestfish-actions.pod:4289 ../fish/guestfish-actions.pod:4298
23675 #: ../fish/guestfish-actions.pod:4352 ../fish/guestfish-actions.pod:4375
23676 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23677 msgstr ""
23678
23679 # type: =head2
23680 #. type: =head2
23681 #: ../fish/guestfish-actions.pod:425
23682 msgid "base64-out"
23683 msgstr ""
23684
23685 # type: verbatim
23686 #. type: verbatim
23687 #: ../fish/guestfish-actions.pod:427
23688 #, no-wrap
23689 msgid ""
23690 " base64-out filename (base64file|-)\n"
23691 "\n"
23692 msgstr ""
23693
23694 # type: =head2
23695 #. type: =head2
23696 #: ../fish/guestfish-actions.pod:434
23697 msgid "blockdev-flushbufs"
23698 msgstr ""
23699
23700 # type: verbatim
23701 #. type: verbatim
23702 #: ../fish/guestfish-actions.pod:436
23703 #, no-wrap
23704 msgid ""
23705 " blockdev-flushbufs device\n"
23706 "\n"
23707 msgstr ""
23708
23709 # type: =head2
23710 #. type: =head2
23711 #: ../fish/guestfish-actions.pod:443
23712 msgid "blockdev-getbsz"
23713 msgstr ""
23714
23715 # type: verbatim
23716 #. type: verbatim
23717 #: ../fish/guestfish-actions.pod:445
23718 #, no-wrap
23719 msgid ""
23720 " blockdev-getbsz device\n"
23721 "\n"
23722 msgstr ""
23723
23724 # type: =head2
23725 #. type: =head2
23726 #: ../fish/guestfish-actions.pod:454
23727 msgid "blockdev-getro"
23728 msgstr ""
23729
23730 # type: verbatim
23731 #. type: verbatim
23732 #: ../fish/guestfish-actions.pod:456
23733 #, no-wrap
23734 msgid ""
23735 " blockdev-getro device\n"
23736 "\n"
23737 msgstr ""
23738
23739 # type: =head2
23740 #. type: =head2
23741 #: ../fish/guestfish-actions.pod:463
23742 msgid "blockdev-getsize64"
23743 msgstr ""
23744
23745 # type: verbatim
23746 #. type: verbatim
23747 #: ../fish/guestfish-actions.pod:465
23748 #, no-wrap
23749 msgid ""
23750 " blockdev-getsize64 device\n"
23751 "\n"
23752 msgstr ""
23753
23754 # type: textblock
23755 #. type: textblock
23756 #: ../fish/guestfish-actions.pod:469
23757 msgid "See also L</blockdev-getsz>."
23758 msgstr ""
23759
23760 # type: =head2
23761 #. type: =head2
23762 #: ../fish/guestfish-actions.pod:473
23763 msgid "blockdev-getss"
23764 msgstr ""
23765
23766 # type: verbatim
23767 #. type: verbatim
23768 #: ../fish/guestfish-actions.pod:475
23769 #, no-wrap
23770 msgid ""
23771 " blockdev-getss device\n"
23772 "\n"
23773 msgstr ""
23774
23775 # type: textblock
23776 #. type: textblock
23777 #: ../fish/guestfish-actions.pod:480
23778 msgid ""
23779 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23780 msgstr ""
23781
23782 # type: =head2
23783 #. type: =head2
23784 #: ../fish/guestfish-actions.pod:485
23785 msgid "blockdev-getsz"
23786 msgstr ""
23787
23788 # type: verbatim
23789 #. type: verbatim
23790 #: ../fish/guestfish-actions.pod:487
23791 #, no-wrap
23792 msgid ""
23793 " blockdev-getsz device\n"
23794 "\n"
23795 msgstr ""
23796
23797 # type: textblock
23798 #. type: textblock
23799 #: ../fish/guestfish-actions.pod:492
23800 msgid ""
23801 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23802 "blockdev-getsize64> for the more useful I<size in bytes>."
23803 msgstr ""
23804
23805 # type: =head2
23806 #. type: =head2
23807 #: ../fish/guestfish-actions.pod:498
23808 msgid "blockdev-rereadpt"
23809 msgstr ""
23810
23811 # type: verbatim
23812 #. type: verbatim
23813 #: ../fish/guestfish-actions.pod:500
23814 #, no-wrap
23815 msgid ""
23816 " blockdev-rereadpt device\n"
23817 "\n"
23818 msgstr ""
23819
23820 # type: =head2
23821 #. type: =head2
23822 #: ../fish/guestfish-actions.pod:506
23823 msgid "blockdev-setbsz"
23824 msgstr ""
23825
23826 # type: verbatim
23827 #. type: verbatim
23828 #: ../fish/guestfish-actions.pod:508
23829 #, no-wrap
23830 msgid ""
23831 " blockdev-setbsz device blocksize\n"
23832 "\n"
23833 msgstr ""
23834
23835 # type: =head2
23836 #. type: =head2
23837 #: ../fish/guestfish-actions.pod:517
23838 msgid "blockdev-setro"
23839 msgstr ""
23840
23841 # type: verbatim
23842 #. type: verbatim
23843 #: ../fish/guestfish-actions.pod:519
23844 #, no-wrap
23845 msgid ""
23846 " blockdev-setro device\n"
23847 "\n"
23848 msgstr ""
23849
23850 # type: =head2
23851 #. type: =head2
23852 #: ../fish/guestfish-actions.pod:525
23853 msgid "blockdev-setrw"
23854 msgstr ""
23855
23856 # type: verbatim
23857 #. type: verbatim
23858 #: ../fish/guestfish-actions.pod:527
23859 #, no-wrap
23860 msgid ""
23861 " blockdev-setrw device\n"
23862 "\n"
23863 msgstr ""
23864
23865 # type: =head2
23866 #. type: =head2
23867 #: ../fish/guestfish-actions.pod:533
23868 msgid "case-sensitive-path"
23869 msgstr ""
23870
23871 # type: verbatim
23872 #. type: verbatim
23873 #: ../fish/guestfish-actions.pod:535
23874 #, no-wrap
23875 msgid ""
23876 " case-sensitive-path path\n"
23877 "\n"
23878 msgstr ""
23879
23880 # type: textblock
23881 #. type: textblock
23882 #: ../fish/guestfish-actions.pod:559
23883 msgid ""
23884 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23885 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23886 "the directories were originally created under Windows)."
23887 msgstr ""
23888
23889 # type: textblock
23890 #. type: textblock
23891 #: ../fish/guestfish-actions.pod:567
23892 msgid "See also L</realpath>."
23893 msgstr ""
23894
23895 # type: =head2
23896 #. type: =head2
23897 #: ../fish/guestfish-actions.pod:569
23898 msgid "cat"
23899 msgstr ""
23900
23901 # type: verbatim
23902 #. type: verbatim
23903 #: ../fish/guestfish-actions.pod:571
23904 #, no-wrap
23905 msgid ""
23906 " cat path\n"
23907 "\n"
23908 msgstr ""
23909
23910 # type: textblock
23911 #. type: textblock
23912 #: ../fish/guestfish-actions.pod:575
23913 msgid ""
23914 "Note that this function cannot correctly handle binary files (specifically, "
23915 "files containing C<\\0> character which is treated as end of string).  For "
23916 "those you need to use the L</read-file> or L</download> functions which have "
23917 "a more complex interface."
23918 msgstr ""
23919
23920 # type: =head2
23921 #. type: =head2
23922 #: ../fish/guestfish-actions.pod:583
23923 msgid "checksum"
23924 msgstr ""
23925
23926 # type: verbatim
23927 #. type: verbatim
23928 #: ../fish/guestfish-actions.pod:585
23929 #, no-wrap
23930 msgid ""
23931 " checksum csumtype path\n"
23932 "\n"
23933 msgstr ""
23934
23935 # type: textblock
23936 #. type: textblock
23937 #: ../fish/guestfish-actions.pod:628
23938 msgid "To get the checksum for a device, use L</checksum-device>."
23939 msgstr ""
23940
23941 # type: textblock
23942 #. type: textblock
23943 #: ../fish/guestfish-actions.pod:630
23944 msgid "To get the checksums for many files, use L</checksums-out>."
23945 msgstr ""
23946
23947 # type: =head2
23948 #. type: =head2
23949 #: ../fish/guestfish-actions.pod:632
23950 msgid "checksum-device"
23951 msgstr ""
23952
23953 # type: verbatim
23954 #. type: verbatim
23955 #: ../fish/guestfish-actions.pod:634
23956 #, no-wrap
23957 msgid ""
23958 " checksum-device csumtype device\n"
23959 "\n"
23960 msgstr ""
23961
23962 # type: textblock
23963 #. type: textblock
23964 #: ../fish/guestfish-actions.pod:636
23965 msgid ""
23966 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23967 "device named C<device>.  For the types of checksums supported see the L</"
23968 "checksum> command."
23969 msgstr ""
23970
23971 # type: =head2
23972 #. type: =head2
23973 #: ../fish/guestfish-actions.pod:640
23974 msgid "checksums-out"
23975 msgstr ""
23976
23977 # type: verbatim
23978 #. type: verbatim
23979 #: ../fish/guestfish-actions.pod:642
23980 #, no-wrap
23981 msgid ""
23982 " checksums-out csumtype directory (sumsfile|-)\n"
23983 "\n"
23984 msgstr ""
23985
23986 # type: =head2
23987 #. type: =head2
23988 #: ../fish/guestfish-actions.pod:658
23989 msgid "chmod"
23990 msgstr ""
23991
23992 # type: verbatim
23993 #. type: verbatim
23994 #: ../fish/guestfish-actions.pod:660
23995 #, no-wrap
23996 msgid ""
23997 " chmod mode path\n"
23998 "\n"
23999 msgstr ""
24000
24001 # type: =head2
24002 #. type: =head2
24003 #: ../fish/guestfish-actions.pod:671
24004 msgid "chown"
24005 msgstr ""
24006
24007 # type: verbatim
24008 #. type: verbatim
24009 #: ../fish/guestfish-actions.pod:673
24010 #, no-wrap
24011 msgid ""
24012 " chown owner group path\n"
24013 "\n"
24014 msgstr ""
24015
24016 # type: =head2
24017 #. type: =head2
24018 #: ../fish/guestfish-actions.pod:681
24019 msgid "command"
24020 msgstr ""
24021
24022 # type: verbatim
24023 #. type: verbatim
24024 #: ../fish/guestfish-actions.pod:683
24025 #, no-wrap
24026 msgid ""
24027 " command 'arguments ...'\n"
24028 "\n"
24029 msgstr ""
24030
24031 # type: textblock
24032 #. type: textblock
24033 #: ../fish/guestfish-actions.pod:690
24034 msgid ""
24035 "The single parameter is an argv-style list of arguments.  The first element "
24036 "is the name of the program to run.  Subsequent elements are parameters.  The "
24037 "list must be non-empty (ie. must contain a program name).  Note that the "
24038 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24039 msgstr ""
24040
24041 # type: =head2
24042 #. type: =head2
24043 #: ../fish/guestfish-actions.pod:718
24044 msgid "command-lines"
24045 msgstr ""
24046
24047 # type: verbatim
24048 #. type: verbatim
24049 #: ../fish/guestfish-actions.pod:720
24050 #, no-wrap
24051 msgid ""
24052 " command-lines 'arguments ...'\n"
24053 "\n"
24054 msgstr ""
24055
24056 # type: textblock
24057 #. type: textblock
24058 #: ../fish/guestfish-actions.pod:722
24059 msgid ""
24060 "This is the same as L</command>, but splits the result into a list of lines."
24061 msgstr ""
24062
24063 # type: textblock
24064 #. type: textblock
24065 #: ../fish/guestfish-actions.pod:725
24066 msgid "See also: L</sh-lines>"
24067 msgstr ""
24068
24069 # type: =head2
24070 #. type: =head2
24071 #: ../fish/guestfish-actions.pod:730
24072 msgid "config"
24073 msgstr ""
24074
24075 # type: verbatim
24076 #. type: verbatim
24077 #: ../fish/guestfish-actions.pod:732
24078 #, no-wrap
24079 msgid ""
24080 " config qemuparam qemuvalue\n"
24081 "\n"
24082 msgstr ""
24083
24084 # type: =head2
24085 #. type: =head2
24086 #: ../fish/guestfish-actions.pod:743
24087 msgid "copy-size"
24088 msgstr ""
24089
24090 # type: verbatim
24091 #. type: verbatim
24092 #: ../fish/guestfish-actions.pod:745
24093 #, no-wrap
24094 msgid ""
24095 " copy-size src dest size\n"
24096 "\n"
24097 msgstr ""
24098
24099 # type: =head2
24100 #. type: =head2
24101 #: ../fish/guestfish-actions.pod:753
24102 msgid "cp"
24103 msgstr ""
24104
24105 # type: verbatim
24106 #. type: verbatim
24107 #: ../fish/guestfish-actions.pod:755
24108 #, no-wrap
24109 msgid ""
24110 " cp src dest\n"
24111 "\n"
24112 msgstr ""
24113
24114 # type: =head2
24115 #. type: =head2
24116 #: ../fish/guestfish-actions.pod:760
24117 msgid "cp-a"
24118 msgstr ""
24119
24120 # type: verbatim
24121 #. type: verbatim
24122 #: ../fish/guestfish-actions.pod:762
24123 #, no-wrap
24124 msgid ""
24125 " cp-a src dest\n"
24126 "\n"
24127 msgstr ""
24128
24129 # type: =head2
24130 #. type: =head2
24131 #: ../fish/guestfish-actions.pod:767
24132 msgid "dd"
24133 msgstr ""
24134
24135 # type: verbatim
24136 #. type: verbatim
24137 #: ../fish/guestfish-actions.pod:769
24138 #, no-wrap
24139 msgid ""
24140 " dd src dest\n"
24141 "\n"
24142 msgstr ""
24143
24144 # type: textblock
24145 #. type: textblock
24146 #: ../fish/guestfish-actions.pod:776
24147 msgid ""
24148 "If the destination is a device, it must be as large or larger than the "
24149 "source file or device, otherwise the copy will fail.  This command cannot do "
24150 "partial copies (see L</copy-size>)."
24151 msgstr ""
24152
24153 # type: =head2
24154 #. type: =head2
24155 #: ../fish/guestfish-actions.pod:780
24156 msgid "df"
24157 msgstr ""
24158
24159 # type: verbatim
24160 #. type: verbatim
24161 #: ../fish/guestfish-actions.pod:782
24162 #, no-wrap
24163 msgid ""
24164 " df\n"
24165 "\n"
24166 msgstr ""
24167
24168 # type: textblock
24169 #. type: textblock
24170 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
24171 msgid ""
24172 "This command is mostly useful for interactive sessions.  It is I<not> "
24173 "intended that you try to parse the output string.  Use L</statvfs> from "
24174 "programs."
24175 msgstr ""
24176
24177 # type: =head2
24178 #. type: =head2
24179 #: ../fish/guestfish-actions.pod:790
24180 msgid "df-h"
24181 msgstr ""
24182
24183 # type: verbatim
24184 #. type: verbatim
24185 #: ../fish/guestfish-actions.pod:792
24186 #, no-wrap
24187 msgid ""
24188 " df-h\n"
24189 "\n"
24190 msgstr ""
24191
24192 # type: =head2
24193 #. type: =head2
24194 #: ../fish/guestfish-actions.pod:801
24195 msgid "dmesg"
24196 msgstr ""
24197
24198 # type: verbatim
24199 #. type: verbatim
24200 #: ../fish/guestfish-actions.pod:803
24201 #, no-wrap
24202 msgid ""
24203 " dmesg\n"
24204 "\n"
24205 msgstr ""
24206
24207 # type: textblock
24208 #. type: textblock
24209 #: ../fish/guestfish-actions.pod:809
24210 msgid ""
24211 "Another way to get the same information is to enable verbose messages with "
24212 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24213 "before running the program."
24214 msgstr ""
24215
24216 # type: =head2
24217 #. type: =head2
24218 #: ../fish/guestfish-actions.pod:814
24219 msgid "download"
24220 msgstr ""
24221
24222 # type: verbatim
24223 #. type: verbatim
24224 #: ../fish/guestfish-actions.pod:816
24225 #, no-wrap
24226 msgid ""
24227 " download remotefilename (filename|-)\n"
24228 "\n"
24229 msgstr ""
24230
24231 # type: textblock
24232 #. type: textblock
24233 #: ../fish/guestfish-actions.pod:823
24234 msgid "See also L</upload>, L</cat>."
24235 msgstr ""
24236
24237 # type: =head2
24238 #. type: =head2
24239 #: ../fish/guestfish-actions.pod:827
24240 msgid "download-offset"
24241 msgstr ""
24242
24243 # type: verbatim
24244 #. type: verbatim
24245 #: ../fish/guestfish-actions.pod:829
24246 #, no-wrap
24247 msgid ""
24248 " download-offset remotefilename (filename|-) offset size\n"
24249 "\n"
24250 msgstr ""
24251
24252 # type: textblock
24253 #. type: textblock
24254 #: ../fish/guestfish-actions.pod:837
24255 msgid ""
24256 "Note that there is no limit on the amount of data that can be downloaded "
24257 "with this call, unlike with L</pread>, and this call always reads the full "
24258 "amount unless an error occurs."
24259 msgstr ""
24260
24261 # type: textblock
24262 #. type: textblock
24263 #: ../fish/guestfish-actions.pod:842
24264 msgid "See also L</download>, L</pread>."
24265 msgstr ""
24266
24267 # type: =head2
24268 #. type: =head2
24269 #: ../fish/guestfish-actions.pod:846
24270 msgid "drop-caches"
24271 msgstr ""
24272
24273 # type: verbatim
24274 #. type: verbatim
24275 #: ../fish/guestfish-actions.pod:848
24276 #, no-wrap
24277 msgid ""
24278 " drop-caches whattodrop\n"
24279 "\n"
24280 msgstr ""
24281
24282 # type: =head2
24283 #. type: =head2
24284 #: ../fish/guestfish-actions.pod:860
24285 msgid "du"
24286 msgstr ""
24287
24288 # type: verbatim
24289 #. type: verbatim
24290 #: ../fish/guestfish-actions.pod:862
24291 #, no-wrap
24292 msgid ""
24293 " du path\n"
24294 "\n"
24295 msgstr ""
24296
24297 # type: =head2
24298 #. type: =head2
24299 #: ../fish/guestfish-actions.pod:874
24300 msgid "e2fsck-f"
24301 msgstr ""
24302
24303 # type: verbatim
24304 #. type: verbatim
24305 #: ../fish/guestfish-actions.pod:876
24306 #, no-wrap
24307 msgid ""
24308 " e2fsck-f device\n"
24309 "\n"
24310 msgstr ""
24311
24312 # type: textblock
24313 #. type: textblock
24314 #: ../fish/guestfish-actions.pod:882
24315 msgid ""
24316 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24317 "should use L</fsck>."
24318 msgstr ""
24319
24320 # type: =head2
24321 #. type: =head2
24322 #: ../fish/guestfish-actions.pod:885
24323 msgid "echo-daemon"
24324 msgstr ""
24325
24326 # type: verbatim
24327 #. type: verbatim
24328 #: ../fish/guestfish-actions.pod:887
24329 #, no-wrap
24330 msgid ""
24331 " echo-daemon 'words ...'\n"
24332 "\n"
24333 msgstr ""
24334
24335 # type: textblock
24336 #. type: textblock
24337 #: ../fish/guestfish-actions.pod:894
24338 msgid "See also L</ping-daemon>."
24339 msgstr ""
24340
24341 # type: =head2
24342 #. type: =head2
24343 #: ../fish/guestfish-actions.pod:896
24344 msgid "egrep"
24345 msgstr ""
24346
24347 # type: verbatim
24348 #. type: verbatim
24349 #: ../fish/guestfish-actions.pod:898
24350 #, no-wrap
24351 msgid ""
24352 " egrep regex path\n"
24353 "\n"
24354 msgstr ""
24355
24356 # type: =head2
24357 #. type: =head2
24358 #: ../fish/guestfish-actions.pod:906
24359 msgid "egrepi"
24360 msgstr ""
24361
24362 # type: verbatim
24363 #. type: verbatim
24364 #: ../fish/guestfish-actions.pod:908
24365 #, no-wrap
24366 msgid ""
24367 " egrepi regex path\n"
24368 "\n"
24369 msgstr ""
24370
24371 # type: =head2
24372 #. type: =head2
24373 #: ../fish/guestfish-actions.pod:916
24374 msgid "equal"
24375 msgstr ""
24376
24377 # type: verbatim
24378 #. type: verbatim
24379 #: ../fish/guestfish-actions.pod:918
24380 #, no-wrap
24381 msgid ""
24382 " equal file1 file2\n"
24383 "\n"
24384 msgstr ""
24385
24386 # type: =head2
24387 #. type: =head2
24388 #: ../fish/guestfish-actions.pod:925
24389 msgid "exists"
24390 msgstr ""
24391
24392 # type: verbatim
24393 #. type: verbatim
24394 #: ../fish/guestfish-actions.pod:927
24395 #, no-wrap
24396 msgid ""
24397 " exists path\n"
24398 "\n"
24399 msgstr ""
24400
24401 # type: textblock
24402 #. type: textblock
24403 #: ../fish/guestfish-actions.pod:932
24404 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24405 msgstr ""
24406
24407 # type: =head2
24408 #. type: =head2
24409 #: ../fish/guestfish-actions.pod:934
24410 msgid "fallocate"
24411 msgstr ""
24412
24413 # type: verbatim
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:936
24416 #, no-wrap
24417 msgid ""
24418 " fallocate path len\n"
24419 "\n"
24420 msgstr ""
24421
24422 # type: =head2
24423 #. type: =head2
24424 #: ../fish/guestfish-actions.pod:953
24425 msgid "fallocate64"
24426 msgstr ""
24427
24428 # type: verbatim
24429 #. type: verbatim
24430 #: ../fish/guestfish-actions.pod:955
24431 #, no-wrap
24432 msgid ""
24433 " fallocate64 path len\n"
24434 "\n"
24435 msgstr ""
24436
24437 # type: textblock
24438 #. type: textblock
24439 #: ../fish/guestfish-actions.pod:961
24440 msgid ""
24441 "Note that this call allocates disk blocks for the file.  To create a sparse "
24442 "file use L</truncate-size> instead."
24443 msgstr ""
24444
24445 # type: textblock
24446 #. type: textblock
24447 #: ../fish/guestfish-actions.pod:964
24448 msgid ""
24449 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24450 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24451 "maximum size of files created through that call to 1GB."
24452 msgstr ""
24453
24454 # type: =head2
24455 #. type: =head2
24456 #: ../fish/guestfish-actions.pod:973
24457 msgid "fgrep"
24458 msgstr ""
24459
24460 # type: verbatim
24461 #. type: verbatim
24462 #: ../fish/guestfish-actions.pod:975
24463 #, no-wrap
24464 msgid ""
24465 " fgrep pattern path\n"
24466 "\n"
24467 msgstr ""
24468
24469 # type: =head2
24470 #. type: =head2
24471 #: ../fish/guestfish-actions.pod:983
24472 msgid "fgrepi"
24473 msgstr ""
24474
24475 # type: verbatim
24476 #. type: verbatim
24477 #: ../fish/guestfish-actions.pod:985
24478 #, no-wrap
24479 msgid ""
24480 " fgrepi pattern path\n"
24481 "\n"
24482 msgstr ""
24483
24484 # type: =head2
24485 #. type: =head2
24486 #: ../fish/guestfish-actions.pod:993
24487 msgid "file"
24488 msgstr ""
24489
24490 # type: verbatim
24491 #. type: verbatim
24492 #: ../fish/guestfish-actions.pod:995
24493 #, no-wrap
24494 msgid ""
24495 " file path\n"
24496 "\n"
24497 msgstr ""
24498
24499 # type: textblock
24500 #. type: textblock
24501 #: ../fish/guestfish-actions.pod:1007
24502 msgid ""
24503 "This command can also be used on C</dev/> devices (and partitions, LV "
24504 "names).  You can for example use this to determine if a device contains a "
24505 "filesystem, although it's usually better to use L</vfs-type>."
24506 msgstr ""
24507
24508 # type: =head2
24509 #. type: =head2
24510 #: ../fish/guestfish-actions.pod:1017
24511 msgid "file-architecture"
24512 msgstr ""
24513
24514 # type: verbatim
24515 #. type: verbatim
24516 #: ../fish/guestfish-actions.pod:1019
24517 #, no-wrap
24518 msgid ""
24519 " file-architecture filename\n"
24520 "\n"
24521 msgstr ""
24522
24523 # type: =head2
24524 #. type: =head2
24525 #: ../fish/guestfish-actions.pod:1122
24526 msgid "filesize"
24527 msgstr ""
24528
24529 # type: verbatim
24530 #. type: verbatim
24531 #: ../fish/guestfish-actions.pod:1124
24532 #, no-wrap
24533 msgid ""
24534 " filesize file\n"
24535 "\n"
24536 msgstr ""
24537
24538 # type: textblock
24539 #. type: textblock
24540 #: ../fish/guestfish-actions.pod:1128
24541 msgid ""
24542 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24543 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24544 msgstr ""
24545
24546 # type: =head2
24547 #. type: =head2
24548 #: ../fish/guestfish-actions.pod:1132
24549 msgid "fill"
24550 msgstr ""
24551
24552 # type: verbatim
24553 #. type: verbatim
24554 #: ../fish/guestfish-actions.pod:1134
24555 #, no-wrap
24556 msgid ""
24557 " fill c len path\n"
24558 "\n"
24559 msgstr ""
24560
24561 # type: textblock
24562 #. type: textblock
24563 #: ../fish/guestfish-actions.pod:1140
24564 msgid ""
24565 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24566 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24567 "L</fill-pattern>."
24568 msgstr ""
24569
24570 # type: =head2
24571 #. type: =head2
24572 #: ../fish/guestfish-actions.pod:1145
24573 msgid "fill-pattern"
24574 msgstr ""
24575
24576 # type: verbatim
24577 #. type: verbatim
24578 #: ../fish/guestfish-actions.pod:1147
24579 #, no-wrap
24580 msgid ""
24581 " fill-pattern pattern len path\n"
24582 "\n"
24583 msgstr ""
24584
24585 # type: textblock
24586 #. type: textblock
24587 #: ../fish/guestfish-actions.pod:1149
24588 msgid ""
24589 "This function is like L</fill> except that it creates a new file of length "
24590 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24591 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24592 "bytes."
24593 msgstr ""
24594
24595 # type: =head2
24596 #. type: =head2
24597 #: ../fish/guestfish-actions.pod:1154
24598 msgid "find"
24599 msgstr ""
24600
24601 # type: verbatim
24602 #. type: verbatim
24603 #: ../fish/guestfish-actions.pod:1156
24604 #, no-wrap
24605 msgid ""
24606 " find directory\n"
24607 "\n"
24608 msgstr ""
24609
24610 # type: textblock
24611 #. type: textblock
24612 #: ../fish/guestfish-actions.pod:1170
24613 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24614 msgstr ""
24615
24616 # type: textblock
24617 #. type: textblock
24618 #: ../fish/guestfish-actions.pod:1183
24619 msgid "See also L</find0>."
24620 msgstr ""
24621
24622 # type: =head2
24623 #. type: =head2
24624 #: ../fish/guestfish-actions.pod:1188
24625 msgid "find0"
24626 msgstr ""
24627
24628 # type: verbatim
24629 #. type: verbatim
24630 #: ../fish/guestfish-actions.pod:1190
24631 #, no-wrap
24632 msgid ""
24633 " find0 directory (files|-)\n"
24634 "\n"
24635 msgstr ""
24636
24637 # type: textblock
24638 #. type: textblock
24639 #: ../fish/guestfish-actions.pod:1196
24640 msgid ""
24641 "This command works the same way as L</find> with the following exceptions:"
24642 msgstr ""
24643
24644 # type: =head2
24645 #. type: =head2
24646 #: ../fish/guestfish-actions.pod:1223
24647 msgid "findfs-label"
24648 msgstr ""
24649
24650 # type: verbatim
24651 #. type: verbatim
24652 #: ../fish/guestfish-actions.pod:1225
24653 #, no-wrap
24654 msgid ""
24655 " findfs-label label\n"
24656 "\n"
24657 msgstr ""
24658
24659 # type: textblock
24660 #. type: textblock
24661 #: ../fish/guestfish-actions.pod:1231
24662 msgid "To find the label of a filesystem, use L</vfs-label>."
24663 msgstr ""
24664
24665 # type: =head2
24666 #. type: =head2
24667 #: ../fish/guestfish-actions.pod:1233
24668 msgid "findfs-uuid"
24669 msgstr ""
24670
24671 # type: verbatim
24672 #. type: verbatim
24673 #: ../fish/guestfish-actions.pod:1235
24674 #, no-wrap
24675 msgid ""
24676 " findfs-uuid uuid\n"
24677 "\n"
24678 msgstr ""
24679
24680 # type: textblock
24681 #. type: textblock
24682 #: ../fish/guestfish-actions.pod:1241
24683 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24684 msgstr ""
24685
24686 # type: =head2
24687 #. type: =head2
24688 #: ../fish/guestfish-actions.pod:1243
24689 msgid "fsck"
24690 msgstr ""
24691
24692 # type: verbatim
24693 #. type: verbatim
24694 #: ../fish/guestfish-actions.pod:1245
24695 #, no-wrap
24696 msgid ""
24697 " fsck fstype device\n"
24698 "\n"
24699 msgstr ""
24700
24701 # type: =head2
24702 #. type: =head2
24703 #: ../fish/guestfish-actions.pod:1275
24704 msgid "get-append"
24705 msgstr ""
24706
24707 # type: verbatim
24708 #. type: verbatim
24709 #: ../fish/guestfish-actions.pod:1277
24710 #, no-wrap
24711 msgid ""
24712 " get-append\n"
24713 "\n"
24714 msgstr ""
24715
24716 # type: =head2
24717 #. type: =head2
24718 #: ../fish/guestfish-actions.pod:1284
24719 msgid "get-autosync"
24720 msgstr ""
24721
24722 # type: verbatim
24723 #. type: verbatim
24724 #: ../fish/guestfish-actions.pod:1286
24725 #, no-wrap
24726 msgid ""
24727 " get-autosync\n"
24728 "\n"
24729 msgstr ""
24730
24731 # type: =head2
24732 #. type: =head2
24733 #: ../fish/guestfish-actions.pod:1290
24734 msgid "get-direct"
24735 msgstr ""
24736
24737 # type: verbatim
24738 #. type: verbatim
24739 #: ../fish/guestfish-actions.pod:1292
24740 #, no-wrap
24741 msgid ""
24742 " get-direct\n"
24743 "\n"
24744 msgstr ""
24745
24746 # type: =head2
24747 #. type: =head2
24748 #: ../fish/guestfish-actions.pod:1296
24749 msgid "get-e2label"
24750 msgstr ""
24751
24752 # type: verbatim
24753 #. type: verbatim
24754 #: ../fish/guestfish-actions.pod:1298
24755 #, no-wrap
24756 msgid ""
24757 " get-e2label device\n"
24758 "\n"
24759 msgstr ""
24760
24761 # type: =head2
24762 #. type: =head2
24763 #: ../fish/guestfish-actions.pod:1310
24764 msgid "get-e2uuid"
24765 msgstr ""
24766
24767 # type: verbatim
24768 #. type: verbatim
24769 #: ../fish/guestfish-actions.pod:1312
24770 #, no-wrap
24771 msgid ""
24772 " get-e2uuid device\n"
24773 "\n"
24774 msgstr ""
24775
24776 # type: =head2
24777 #. type: =head2
24778 #: ../fish/guestfish-actions.pod:1324
24779 msgid "get-memsize"
24780 msgstr ""
24781
24782 # type: verbatim
24783 #. type: verbatim
24784 #: ../fish/guestfish-actions.pod:1326
24785 #, no-wrap
24786 msgid ""
24787 " get-memsize\n"
24788 "\n"
24789 msgstr ""
24790
24791 # type: textblock
24792 #. type: textblock
24793 #: ../fish/guestfish-actions.pod:1331
24794 msgid ""
24795 "If L</set-memsize> was not called on this handle, and if "
24796 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24797 "value for memsize."
24798 msgstr ""
24799
24800 # type: =head2
24801 #. type: =head2
24802 #: ../fish/guestfish-actions.pod:1338
24803 msgid "get-network"
24804 msgstr ""
24805
24806 # type: verbatim
24807 #. type: verbatim
24808 #: ../fish/guestfish-actions.pod:1340
24809 #, no-wrap
24810 msgid ""
24811 " get-network\n"
24812 "\n"
24813 msgstr ""
24814
24815 # type: =head2
24816 #. type: =head2
24817 #: ../fish/guestfish-actions.pod:1344
24818 msgid "get-path"
24819 msgstr ""
24820
24821 # type: verbatim
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:1346
24824 #, no-wrap
24825 msgid ""
24826 " get-path\n"
24827 "\n"
24828 msgstr ""
24829
24830 # type: =head2
24831 #. type: =head2
24832 #: ../fish/guestfish-actions.pod:1353
24833 msgid "get-pid"
24834 msgstr ""
24835
24836 # type: =head2
24837 #. type: =head2
24838 #: ../fish/guestfish-actions.pod:1355
24839 msgid "pid"
24840 msgstr ""
24841
24842 # type: verbatim
24843 #. type: verbatim
24844 #: ../fish/guestfish-actions.pod:1357
24845 #, no-wrap
24846 msgid ""
24847 " get-pid\n"
24848 "\n"
24849 msgstr ""
24850
24851 # type: =head2
24852 #. type: =head2
24853 #: ../fish/guestfish-actions.pod:1364
24854 msgid "get-qemu"
24855 msgstr ""
24856
24857 # type: verbatim
24858 #. type: verbatim
24859 #: ../fish/guestfish-actions.pod:1366
24860 #, no-wrap
24861 msgid ""
24862 " get-qemu\n"
24863 "\n"
24864 msgstr ""
24865
24866 # type: =head2
24867 #. type: =head2
24868 #: ../fish/guestfish-actions.pod:1373
24869 msgid "get-recovery-proc"
24870 msgstr ""
24871
24872 # type: verbatim
24873 #. type: verbatim
24874 #: ../fish/guestfish-actions.pod:1375
24875 #, no-wrap
24876 msgid ""
24877 " get-recovery-proc\n"
24878 "\n"
24879 msgstr ""
24880
24881 # type: =head2
24882 #. type: =head2
24883 #: ../fish/guestfish-actions.pod:1379
24884 msgid "get-selinux"
24885 msgstr ""
24886
24887 # type: verbatim
24888 #. type: verbatim
24889 #: ../fish/guestfish-actions.pod:1381
24890 #, no-wrap
24891 msgid ""
24892 " get-selinux\n"
24893 "\n"
24894 msgstr ""
24895
24896 # type: textblock
24897 #. type: textblock
24898 #: ../fish/guestfish-actions.pod:1383
24899 msgid ""
24900 "This returns the current setting of the selinux flag which is passed to the "
24901 "appliance at boot time.  See L</set-selinux>."
24902 msgstr ""
24903
24904 # type: =head2
24905 #. type: =head2
24906 #: ../fish/guestfish-actions.pod:1389
24907 msgid "get-state"
24908 msgstr ""
24909
24910 # type: verbatim
24911 #. type: verbatim
24912 #: ../fish/guestfish-actions.pod:1391
24913 #, no-wrap
24914 msgid ""
24915 " get-state\n"
24916 "\n"
24917 msgstr ""
24918
24919 # type: =head2
24920 #. type: =head2
24921 #: ../fish/guestfish-actions.pod:1398
24922 msgid "get-trace"
24923 msgstr ""
24924
24925 # type: verbatim
24926 #. type: verbatim
24927 #: ../fish/guestfish-actions.pod:1400
24928 #, no-wrap
24929 msgid ""
24930 " get-trace\n"
24931 "\n"
24932 msgstr ""
24933
24934 # type: =head2
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:1404
24937 msgid "get-umask"
24938 msgstr ""
24939
24940 # type: verbatim
24941 #. type: verbatim
24942 #: ../fish/guestfish-actions.pod:1406
24943 #, no-wrap
24944 msgid ""
24945 " get-umask\n"
24946 "\n"
24947 msgstr ""
24948
24949 # type: textblock
24950 #. type: textblock
24951 #: ../fish/guestfish-actions.pod:1408
24952 msgid ""
24953 "Return the current umask.  By default the umask is C<022> unless it has been "
24954 "set by calling L</umask>."
24955 msgstr ""
24956
24957 # type: =head2
24958 #. type: =head2
24959 #: ../fish/guestfish-actions.pod:1411
24960 msgid "get-verbose"
24961 msgstr ""
24962
24963 # type: verbatim
24964 #. type: verbatim
24965 #: ../fish/guestfish-actions.pod:1413
24966 #, no-wrap
24967 msgid ""
24968 " get-verbose\n"
24969 "\n"
24970 msgstr ""
24971
24972 # type: =head2
24973 #. type: =head2
24974 #: ../fish/guestfish-actions.pod:1417
24975 msgid "getcon"
24976 msgstr ""
24977
24978 # type: verbatim
24979 #. type: verbatim
24980 #: ../fish/guestfish-actions.pod:1419
24981 #, no-wrap
24982 msgid ""
24983 " getcon\n"
24984 "\n"
24985 msgstr ""
24986
24987 # type: textblock
24988 #. type: textblock
24989 #: ../fish/guestfish-actions.pod:1423
24990 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
24991 msgstr ""
24992
24993 # type: =head2
24994 #. type: =head2
24995 #: ../fish/guestfish-actions.pod:1426
24996 msgid "getxattr"
24997 msgstr ""
24998
24999 # type: verbatim
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:1428
25002 #, no-wrap
25003 msgid ""
25004 " getxattr path name\n"
25005 "\n"
25006 msgstr ""
25007
25008 # type: textblock
25009 #. type: textblock
25010 #: ../fish/guestfish-actions.pod:1430
25011 msgid ""
25012 "Get a single extended attribute from file C<path> named C<name>.  This call "
25013 "follows symlinks.  If you want to lookup an extended attribute for the "
25014 "symlink itself, use L</lgetxattr>."
25015 msgstr ""
25016
25017 # type: textblock
25018 #. type: textblock
25019 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2265
25020 msgid ""
25021 "Normally it is better to get all extended attributes from a file in one go "
25022 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25023 "buggy and do not provide a way to list out attributes.  For these "
25024 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25025 "attributes you want in advance and call this function."
25026 msgstr ""
25027
25028 # type: textblock
25029 #. type: textblock
25030 #: ../fish/guestfish-actions.pod:1444
25031 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25032 msgstr ""
25033
25034 # type: =head2
25035 #. type: =head2
25036 #: ../fish/guestfish-actions.pod:1446
25037 msgid "getxattrs"
25038 msgstr ""
25039
25040 # type: verbatim
25041 #. type: verbatim
25042 #: ../fish/guestfish-actions.pod:1448
25043 #, no-wrap
25044 msgid ""
25045 " getxattrs path\n"
25046 "\n"
25047 msgstr ""
25048
25049 # type: textblock
25050 #. type: textblock
25051 #: ../fish/guestfish-actions.pod:1456
25052 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25053 msgstr ""
25054
25055 # type: =head2
25056 #. type: =head2
25057 #: ../fish/guestfish-actions.pod:1458
25058 msgid "glob-expand"
25059 msgstr ""
25060
25061 # type: verbatim
25062 #. type: verbatim
25063 #: ../fish/guestfish-actions.pod:1460
25064 #, no-wrap
25065 msgid ""
25066 " glob-expand pattern\n"
25067 "\n"
25068 msgstr ""
25069
25070 # type: =head2
25071 #. type: =head2
25072 #: ../fish/guestfish-actions.pod:1473
25073 msgid "grep"
25074 msgstr ""
25075
25076 # type: verbatim
25077 #. type: verbatim
25078 #: ../fish/guestfish-actions.pod:1475
25079 #, no-wrap
25080 msgid ""
25081 " grep regex path\n"
25082 "\n"
25083 msgstr ""
25084
25085 # type: =head2
25086 #. type: =head2
25087 #: ../fish/guestfish-actions.pod:1483
25088 msgid "grepi"
25089 msgstr ""
25090
25091 # type: verbatim
25092 #. type: verbatim
25093 #: ../fish/guestfish-actions.pod:1485
25094 #, no-wrap
25095 msgid ""
25096 " grepi regex path\n"
25097 "\n"
25098 msgstr ""
25099
25100 # type: =head2
25101 #. type: =head2
25102 #: ../fish/guestfish-actions.pod:1493
25103 msgid "grub-install"
25104 msgstr ""
25105
25106 # type: verbatim
25107 #. type: verbatim
25108 #: ../fish/guestfish-actions.pod:1495
25109 #, no-wrap
25110 msgid ""
25111 " grub-install root device\n"
25112 "\n"
25113 msgstr ""
25114
25115 # type: =head2
25116 #. type: =head2
25117 #: ../fish/guestfish-actions.pod:1511
25118 msgid "head"
25119 msgstr ""
25120
25121 # type: verbatim
25122 #. type: verbatim
25123 #: ../fish/guestfish-actions.pod:1513
25124 #, no-wrap
25125 msgid ""
25126 " head path\n"
25127 "\n"
25128 msgstr ""
25129
25130 # type: =head2
25131 #. type: =head2
25132 #: ../fish/guestfish-actions.pod:1521
25133 msgid "head-n"
25134 msgstr ""
25135
25136 # type: verbatim
25137 #. type: verbatim
25138 #: ../fish/guestfish-actions.pod:1523
25139 #, no-wrap
25140 msgid ""
25141 " head-n nrlines path\n"
25142 "\n"
25143 msgstr ""
25144
25145 # type: =head2
25146 #. type: =head2
25147 #: ../fish/guestfish-actions.pod:1536
25148 msgid "hexdump"
25149 msgstr ""
25150
25151 # type: verbatim
25152 #. type: verbatim
25153 #: ../fish/guestfish-actions.pod:1538
25154 #, no-wrap
25155 msgid ""
25156 " hexdump path\n"
25157 "\n"
25158 msgstr ""
25159
25160 # type: =head2
25161 #. type: =head2
25162 #: ../fish/guestfish-actions.pod:1546
25163 msgid "initrd-cat"
25164 msgstr ""
25165
25166 # type: verbatim
25167 #. type: verbatim
25168 #: ../fish/guestfish-actions.pod:1548
25169 #, no-wrap
25170 msgid ""
25171 " initrd-cat initrdpath filename\n"
25172 "\n"
25173 msgstr ""
25174
25175 # type: textblock
25176 #. type: textblock
25177 #: ../fish/guestfish-actions.pod:1560
25178 msgid "See also L</initrd-list>."
25179 msgstr ""
25180
25181 # type: =head2
25182 #. type: =head2
25183 #: ../fish/guestfish-actions.pod:1565
25184 msgid "initrd-list"
25185 msgstr ""
25186
25187 # type: verbatim
25188 #. type: verbatim
25189 #: ../fish/guestfish-actions.pod:1567
25190 #, no-wrap
25191 msgid ""
25192 " initrd-list path\n"
25193 "\n"
25194 msgstr ""
25195
25196 # type: =head2
25197 #. type: =head2
25198 #: ../fish/guestfish-actions.pod:1579
25199 msgid "inotify-add-watch"
25200 msgstr ""
25201
25202 # type: verbatim
25203 #. type: verbatim
25204 #: ../fish/guestfish-actions.pod:1581
25205 #, no-wrap
25206 msgid ""
25207 " inotify-add-watch path mask\n"
25208 "\n"
25209 msgstr ""
25210
25211 # type: =head2
25212 #. type: =head2
25213 #: ../fish/guestfish-actions.pod:1593
25214 msgid "inotify-close"
25215 msgstr ""
25216
25217 # type: verbatim
25218 #. type: verbatim
25219 #: ../fish/guestfish-actions.pod:1595
25220 #, no-wrap
25221 msgid ""
25222 " inotify-close\n"
25223 "\n"
25224 msgstr ""
25225
25226 # type: =head2
25227 #. type: =head2
25228 #: ../fish/guestfish-actions.pod:1601
25229 msgid "inotify-files"
25230 msgstr ""
25231
25232 # type: verbatim
25233 #. type: verbatim
25234 #: ../fish/guestfish-actions.pod:1603
25235 #, no-wrap
25236 msgid ""
25237 " inotify-files\n"
25238 "\n"
25239 msgstr ""
25240
25241 # type: textblock
25242 #. type: textblock
25243 #: ../fish/guestfish-actions.pod:1605
25244 msgid ""
25245 "This function is a helpful wrapper around L</inotify-read> which just "
25246 "returns a list of pathnames of objects that were touched.  The returned "
25247 "pathnames are sorted and deduplicated."
25248 msgstr ""
25249
25250 # type: =head2
25251 #. type: =head2
25252 #: ../fish/guestfish-actions.pod:1609
25253 msgid "inotify-init"
25254 msgstr ""
25255
25256 # type: verbatim
25257 #. type: verbatim
25258 #: ../fish/guestfish-actions.pod:1611
25259 #, no-wrap
25260 msgid ""
25261 " inotify-init maxevents\n"
25262 "\n"
25263 msgstr ""
25264
25265 # type: textblock
25266 #. type: textblock
25267 #: ../fish/guestfish-actions.pod:1617
25268 msgid ""
25269 "C<maxevents> is the maximum number of events which will be queued up between "
25270 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25271 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25272 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25273 "but records the fact that it threw them away by setting a flag "
25274 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25275 msgstr ""
25276
25277 # type: textblock
25278 #. type: textblock
25279 #: ../fish/guestfish-actions.pod:1627
25280 msgid ""
25281 "Before any events are generated, you have to add some watches to the "
25282 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25283 "L</inotify-watch-all>."
25284 msgstr ""
25285
25286 # type: textblock
25287 #. type: textblock
25288 #: ../fish/guestfish-actions.pod:1633
25289 msgid ""
25290 "Queued up events should be read periodically by calling L</inotify-read> (or "
25291 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25292 "If you don't read the events out often enough then you risk the internal "
25293 "queue overflowing."
25294 msgstr ""
25295
25296 # type: textblock
25297 #. type: textblock
25298 #: ../fish/guestfish-actions.pod:1640
25299 msgid ""
25300 "The handle should be closed after use by calling L</inotify-close>.  This "
25301 "also removes any watches automatically."
25302 msgstr ""
25303
25304 # type: =head2
25305 #. type: =head2
25306 #: ../fish/guestfish-actions.pod:1649
25307 msgid "inotify-read"
25308 msgstr ""
25309
25310 # type: verbatim
25311 #. type: verbatim
25312 #: ../fish/guestfish-actions.pod:1651
25313 #, no-wrap
25314 msgid ""
25315 " inotify-read\n"
25316 "\n"
25317 msgstr ""
25318
25319 # type: =head2
25320 #. type: =head2
25321 #: ../fish/guestfish-actions.pod:1664
25322 msgid "inotify-rm-watch"
25323 msgstr ""
25324
25325 # type: verbatim
25326 #. type: verbatim
25327 #: ../fish/guestfish-actions.pod:1666
25328 #, no-wrap
25329 msgid ""
25330 " inotify-rm-watch wd\n"
25331 "\n"
25332 msgstr ""
25333
25334 # type: textblock
25335 #. type: textblock
25336 #: ../fish/guestfish-actions.pod:1668
25337 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25338 msgstr ""
25339
25340 # type: =head2
25341 #. type: =head2
25342 #: ../fish/guestfish-actions.pod:1671
25343 msgid "inspect-get-arch"
25344 msgstr ""
25345
25346 # type: verbatim
25347 #. type: verbatim
25348 #: ../fish/guestfish-actions.pod:1673
25349 #, no-wrap
25350 msgid ""
25351 " inspect-get-arch root\n"
25352 "\n"
25353 msgstr ""
25354
25355 # type: textblock
25356 #. type: textblock
25357 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691
25358 #: ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783
25359 #: ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819
25360 #: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1861
25361 #: ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1907
25362 #: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1972
25363 #: ../fish/guestfish-actions.pod:1988
25364 msgid ""
25365 "This function should only be called with a root device string as returned by "
25366 "L</inspect-os>."
25367 msgstr ""
25368
25369 # type: textblock
25370 #. type: textblock
25371 #: ../fish/guestfish-actions.pod:1678
25372 msgid ""
25373 "This returns the architecture of the inspected operating system.  The "
25374 "possible return values are listed under L</file-architecture>."
25375 msgstr ""
25376
25377 # type: =head2
25378 #. type: =head2
25379 #: ../fish/guestfish-actions.pod:1687
25380 msgid "inspect-get-distro"
25381 msgstr ""
25382
25383 # type: verbatim
25384 #. type: verbatim
25385 #: ../fish/guestfish-actions.pod:1689
25386 #, no-wrap
25387 msgid ""
25388 " inspect-get-distro root\n"
25389 "\n"
25390 msgstr ""
25391
25392 # type: =head2
25393 #. type: =head2
25394 #: ../fish/guestfish-actions.pod:1761
25395 msgid "inspect-get-filesystems"
25396 msgstr ""
25397
25398 # type: verbatim
25399 #. type: verbatim
25400 #: ../fish/guestfish-actions.pod:1763
25401 #, no-wrap
25402 msgid ""
25403 " inspect-get-filesystems root\n"
25404 "\n"
25405 msgstr ""
25406
25407 # type: textblock
25408 #. type: textblock
25409 #: ../fish/guestfish-actions.pod:1776
25410 msgid ""
25411 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25412 "get-mountpoints>."
25413 msgstr ""
25414
25415 # type: =head2
25416 #. type: =head2
25417 #: ../fish/guestfish-actions.pod:1779
25418 msgid "inspect-get-hostname"
25419 msgstr ""
25420
25421 # type: verbatim
25422 #. type: verbatim
25423 #: ../fish/guestfish-actions.pod:1781
25424 #, no-wrap
25425 msgid ""
25426 " inspect-get-hostname root\n"
25427 "\n"
25428 msgstr ""
25429
25430 # type: =head2
25431 #. type: =head2
25432 #: ../fish/guestfish-actions.pod:1794
25433 msgid "inspect-get-major-version"
25434 msgstr ""
25435
25436 # type: verbatim
25437 #. type: verbatim
25438 #: ../fish/guestfish-actions.pod:1796
25439 #, no-wrap
25440 msgid ""
25441 " inspect-get-major-version root\n"
25442 "\n"
25443 msgstr ""
25444
25445 # type: =head2
25446 #. type: =head2
25447 #: ../fish/guestfish-actions.pod:1815
25448 msgid "inspect-get-minor-version"
25449 msgstr ""
25450
25451 # type: verbatim
25452 #. type: verbatim
25453 #: ../fish/guestfish-actions.pod:1817
25454 #, no-wrap
25455 msgid ""
25456 " inspect-get-minor-version root\n"
25457 "\n"
25458 msgstr ""
25459
25460 # type: textblock
25461 #. type: textblock
25462 #: ../fish/guestfish-actions.pod:1827
25463 msgid ""
25464 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25465 "get-major-version>."
25466 msgstr ""
25467
25468 # type: =head2
25469 #. type: =head2
25470 #: ../fish/guestfish-actions.pod:1830
25471 msgid "inspect-get-mountpoints"
25472 msgstr ""
25473
25474 # type: verbatim
25475 #. type: verbatim
25476 #: ../fish/guestfish-actions.pod:1832
25477 #, no-wrap
25478 msgid ""
25479 " inspect-get-mountpoints root\n"
25480 "\n"
25481 msgstr ""
25482
25483 # type: textblock
25484 #. type: textblock
25485 #: ../fish/guestfish-actions.pod:1854
25486 msgid ""
25487 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25488 "get-filesystems>."
25489 msgstr ""
25490
25491 # type: =head2
25492 #. type: =head2
25493 #: ../fish/guestfish-actions.pod:1857
25494 msgid "inspect-get-package-format"
25495 msgstr ""
25496
25497 # type: verbatim
25498 #. type: verbatim
25499 #: ../fish/guestfish-actions.pod:1859
25500 #, no-wrap
25501 msgid ""
25502 " inspect-get-package-format root\n"
25503 "\n"
25504 msgstr ""
25505
25506 # type: textblock
25507 #. type: textblock
25508 #: ../fish/guestfish-actions.pod:1864
25509 msgid ""
25510 "This function and L</inspect-get-package-management> return the package "
25511 "format and package management tool used by the inspected operating system.  "
25512 "For example for Fedora these functions would return C<rpm> (package format) "
25513 "and C<yum> (package management)."
25514 msgstr ""
25515
25516 # type: =head2
25517 #. type: =head2
25518 #: ../fish/guestfish-actions.pod:1879
25519 msgid "inspect-get-package-management"
25520 msgstr ""
25521
25522 # type: verbatim
25523 #. type: verbatim
25524 #: ../fish/guestfish-actions.pod:1881
25525 #, no-wrap
25526 msgid ""
25527 " inspect-get-package-management root\n"
25528 "\n"
25529 msgstr ""
25530
25531 # type: textblock
25532 #. type: textblock
25533 #: ../fish/guestfish-actions.pod:1886
25534 msgid ""
25535 "L</inspect-get-package-format> and this function return the package format "
25536 "and package management tool used by the inspected operating system.  For "
25537 "example for Fedora these functions would return C<rpm> (package format) and "
25538 "C<yum> (package management)."
25539 msgstr ""
25540
25541 # type: =head2
25542 #. type: =head2
25543 #: ../fish/guestfish-actions.pod:1903
25544 msgid "inspect-get-product-name"
25545 msgstr ""
25546
25547 # type: verbatim
25548 #. type: verbatim
25549 #: ../fish/guestfish-actions.pod:1905
25550 #, no-wrap
25551 msgid ""
25552 " inspect-get-product-name root\n"
25553 "\n"
25554 msgstr ""
25555
25556 # type: =head2
25557 #. type: =head2
25558 #: ../fish/guestfish-actions.pod:1920
25559 msgid "inspect-get-roots"
25560 msgstr ""
25561
25562 # type: verbatim
25563 #. type: verbatim
25564 #: ../fish/guestfish-actions.pod:1922
25565 #, no-wrap
25566 msgid ""
25567 " inspect-get-roots\n"
25568 "\n"
25569 msgstr ""
25570
25571 # type: textblock
25572 #. type: textblock
25573 #: ../fish/guestfish-actions.pod:1924
25574 msgid ""
25575 "This function is a convenient way to get the list of root devices, as "
25576 "returned from a previous call to L</inspect-os>, but without redoing the "
25577 "whole inspection process."
25578 msgstr ""
25579
25580 # type: textblock
25581 #. type: textblock
25582 #: ../fish/guestfish-actions.pod:1928
25583 msgid ""
25584 "This returns an empty list if either no root devices were found or the "
25585 "caller has not called L</inspect-os>."
25586 msgstr ""
25587
25588 # type: =head2
25589 #. type: =head2
25590 #: ../fish/guestfish-actions.pod:1933
25591 msgid "inspect-get-type"
25592 msgstr ""
25593
25594 # type: verbatim
25595 #. type: verbatim
25596 #: ../fish/guestfish-actions.pod:1935
25597 #, no-wrap
25598 msgid ""
25599 " inspect-get-type root\n"
25600 "\n"
25601 msgstr ""
25602
25603 # type: =head2
25604 #. type: =head2
25605 #: ../fish/guestfish-actions.pod:1968
25606 msgid "inspect-get-windows-systemroot"
25607 msgstr ""
25608
25609 # type: verbatim
25610 #. type: verbatim
25611 #: ../fish/guestfish-actions.pod:1970
25612 #, no-wrap
25613 msgid ""
25614 " inspect-get-windows-systemroot root\n"
25615 "\n"
25616 msgstr ""
25617
25618 # type: =head2
25619 #. type: =head2
25620 #: ../fish/guestfish-actions.pod:1984
25621 msgid "inspect-list-applications"
25622 msgstr ""
25623
25624 # type: verbatim
25625 #. type: verbatim
25626 #: ../fish/guestfish-actions.pod:1986
25627 #, no-wrap
25628 msgid ""
25629 " inspect-list-applications root\n"
25630 "\n"
25631 msgstr ""
25632
25633 # type: textblock
25634 #. type: textblock
25635 #: ../fish/guestfish-actions.pod:1993
25636 msgid ""
25637 "I<Note:> This call works differently from other parts of the inspection "
25638 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25639 "then mount up the disks, before calling this.  Listing applications is a "
25640 "significantly more difficult operation which requires access to the full "
25641 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25642 "are just returning data cached in the libguestfs handle, this call actually "
25643 "reads parts of the mounted filesystems during the call."
25644 msgstr ""
25645
25646 # type: =head2
25647 #. type: =head2
25648 #: ../fish/guestfish-actions.pod:2083
25649 msgid "inspect-os"
25650 msgstr ""
25651
25652 # type: verbatim
25653 #. type: verbatim
25654 #: ../fish/guestfish-actions.pod:2085
25655 #, no-wrap
25656 msgid ""
25657 " inspect-os\n"
25658 "\n"
25659 msgstr ""
25660
25661 # type: textblock
25662 #. type: textblock
25663 #: ../fish/guestfish-actions.pod:2100
25664 msgid ""
25665 "You can pass the root string(s) returned to other L</inspect-get-*> "
25666 "functions in order to query further information about each operating system, "
25667 "such as the name and version."
25668 msgstr ""
25669
25670 # type: textblock
25671 #. type: textblock
25672 #: ../fish/guestfish-actions.pod:2105
25673 msgid ""
25674 "This function uses other libguestfs features such as L</mount-ro> and L</"
25675 "umount-all> in order to mount and unmount filesystems and look at the "
25676 "contents.  This should be called with no disks currently mounted.  The "
25677 "function may also use Augeas, so any existing Augeas handle will be closed."
25678 msgstr ""
25679
25680 # type: textblock
25681 #. type: textblock
25682 #: ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2293
25683 #: ../fish/guestfish-actions.pod:2339
25684 msgid "See also L</list-filesystems>."
25685 msgstr ""
25686
25687 # type: =head2
25688 #. type: =head2
25689 #: ../fish/guestfish-actions.pod:2119
25690 msgid "is-blockdev"
25691 msgstr ""
25692
25693 # type: verbatim
25694 #. type: verbatim
25695 #: ../fish/guestfish-actions.pod:2121
25696 #, no-wrap
25697 msgid ""
25698 " is-blockdev path\n"
25699 "\n"
25700 msgstr ""
25701
25702 # type: textblock
25703 #. type: textblock
25704 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2144
25705 #: ../fish/guestfish-actions.pod:2163 ../fish/guestfish-actions.pod:2172
25706 #: ../fish/guestfish-actions.pod:2182 ../fish/guestfish-actions.pod:2216
25707 #: ../fish/guestfish-actions.pod:2225
25708 msgid "See also L</stat>."
25709 msgstr ""
25710
25711 # type: =head2
25712 #. type: =head2
25713 #: ../fish/guestfish-actions.pod:2128
25714 msgid "is-busy"
25715 msgstr ""
25716
25717 # type: verbatim
25718 #. type: verbatim
25719 #: ../fish/guestfish-actions.pod:2130
25720 #, no-wrap
25721 msgid ""
25722 " is-busy\n"
25723 "\n"
25724 msgstr ""
25725
25726 # type: =head2
25727 #. type: =head2
25728 #: ../fish/guestfish-actions.pod:2137
25729 msgid "is-chardev"
25730 msgstr ""
25731
25732 # type: verbatim
25733 #. type: verbatim
25734 #: ../fish/guestfish-actions.pod:2139
25735 #, no-wrap
25736 msgid ""
25737 " is-chardev path\n"
25738 "\n"
25739 msgstr ""
25740
25741 # type: =head2
25742 #. type: =head2
25743 #: ../fish/guestfish-actions.pod:2146
25744 msgid "is-config"
25745 msgstr ""
25746
25747 # type: verbatim
25748 #. type: verbatim
25749 #: ../fish/guestfish-actions.pod:2148
25750 #, no-wrap
25751 msgid ""
25752 " is-config\n"
25753 "\n"
25754 msgstr ""
25755
25756 # type: =head2
25757 #. type: =head2
25758 #: ../fish/guestfish-actions.pod:2155
25759 msgid "is-dir"
25760 msgstr ""
25761
25762 # type: verbatim
25763 #. type: verbatim
25764 #: ../fish/guestfish-actions.pod:2157
25765 #, no-wrap
25766 msgid ""
25767 " is-dir path\n"
25768 "\n"
25769 msgstr ""
25770
25771 # type: =head2
25772 #. type: =head2
25773 #: ../fish/guestfish-actions.pod:2165
25774 msgid "is-fifo"
25775 msgstr ""
25776
25777 # type: verbatim
25778 #. type: verbatim
25779 #: ../fish/guestfish-actions.pod:2167
25780 #, no-wrap
25781 msgid ""
25782 " is-fifo path\n"
25783 "\n"
25784 msgstr ""
25785
25786 # type: =head2
25787 #. type: =head2
25788 #: ../fish/guestfish-actions.pod:2174
25789 msgid "is-file"
25790 msgstr ""
25791
25792 # type: verbatim
25793 #. type: verbatim
25794 #: ../fish/guestfish-actions.pod:2176
25795 #, no-wrap
25796 msgid ""
25797 " is-file path\n"
25798 "\n"
25799 msgstr ""
25800
25801 # type: =head2
25802 #. type: =head2
25803 #: ../fish/guestfish-actions.pod:2184
25804 msgid "is-launching"
25805 msgstr ""
25806
25807 # type: verbatim
25808 #. type: verbatim
25809 #: ../fish/guestfish-actions.pod:2186
25810 #, no-wrap
25811 msgid ""
25812 " is-launching\n"
25813 "\n"
25814 msgstr ""
25815
25816 # type: =head2
25817 #. type: =head2
25818 #: ../fish/guestfish-actions.pod:2193
25819 msgid "is-lv"
25820 msgstr ""
25821
25822 # type: verbatim
25823 #. type: verbatim
25824 #: ../fish/guestfish-actions.pod:2195
25825 #, no-wrap
25826 msgid ""
25827 " is-lv device\n"
25828 "\n"
25829 msgstr ""
25830
25831 # type: =head2
25832 #. type: =head2
25833 #: ../fish/guestfish-actions.pod:2200
25834 msgid "is-ready"
25835 msgstr ""
25836
25837 # type: verbatim
25838 #. type: verbatim
25839 #: ../fish/guestfish-actions.pod:2202
25840 #, no-wrap
25841 msgid ""
25842 " is-ready\n"
25843 "\n"
25844 msgstr ""
25845
25846 # type: =head2
25847 #. type: =head2
25848 #: ../fish/guestfish-actions.pod:2209
25849 msgid "is-socket"
25850 msgstr ""
25851
25852 # type: verbatim
25853 #. type: verbatim
25854 #: ../fish/guestfish-actions.pod:2211
25855 #, no-wrap
25856 msgid ""
25857 " is-socket path\n"
25858 "\n"
25859 msgstr ""
25860
25861 # type: =head2
25862 #. type: =head2
25863 #: ../fish/guestfish-actions.pod:2218
25864 msgid "is-symlink"
25865 msgstr ""
25866
25867 # type: verbatim
25868 #. type: verbatim
25869 #: ../fish/guestfish-actions.pod:2220
25870 #, no-wrap
25871 msgid ""
25872 " is-symlink path\n"
25873 "\n"
25874 msgstr ""
25875
25876 # type: =head2
25877 #. type: =head2
25878 #: ../fish/guestfish-actions.pod:2227
25879 msgid "kill-subprocess"
25880 msgstr ""
25881
25882 # type: verbatim
25883 #. type: verbatim
25884 #: ../fish/guestfish-actions.pod:2229
25885 #, no-wrap
25886 msgid ""
25887 " kill-subprocess\n"
25888 "\n"
25889 msgstr ""
25890
25891 # type: =head2
25892 #. type: =head2
25893 #: ../fish/guestfish-actions.pod:2233
25894 msgid "launch"
25895 msgstr ""
25896
25897 # type: =head2
25898 #. type: =head2
25899 #: ../fish/guestfish-actions.pod:2235
25900 msgid "run"
25901 msgstr ""
25902
25903 # type: verbatim
25904 #. type: verbatim
25905 #: ../fish/guestfish-actions.pod:2237
25906 #, no-wrap
25907 msgid ""
25908 " launch\n"
25909 "\n"
25910 msgstr ""
25911
25912 # type: =head2
25913 #. type: =head2
25914 #: ../fish/guestfish-actions.pod:2245
25915 msgid "lchown"
25916 msgstr ""
25917
25918 # type: verbatim
25919 #. type: verbatim
25920 #: ../fish/guestfish-actions.pod:2247
25921 #, no-wrap
25922 msgid ""
25923 " lchown owner group path\n"
25924 "\n"
25925 msgstr ""
25926
25927 # type: textblock
25928 #. type: textblock
25929 #: ../fish/guestfish-actions.pod:2249
25930 msgid ""
25931 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
25932 "chown> but if C<path> is a symlink then the link itself is changed, not the "
25933 "target."
25934 msgstr ""
25935
25936 # type: =head2
25937 #. type: =head2
25938 #: ../fish/guestfish-actions.pod:2257
25939 msgid "lgetxattr"
25940 msgstr ""
25941
25942 # type: verbatim
25943 #. type: verbatim
25944 #: ../fish/guestfish-actions.pod:2259
25945 #, no-wrap
25946 msgid ""
25947 " lgetxattr path name\n"
25948 "\n"
25949 msgstr ""
25950
25951 # type: textblock
25952 #. type: textblock
25953 #: ../fish/guestfish-actions.pod:2275
25954 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
25955 msgstr ""
25956
25957 # type: =head2
25958 #. type: =head2
25959 #: ../fish/guestfish-actions.pod:2277
25960 msgid "lgetxattrs"
25961 msgstr ""
25962
25963 # type: verbatim
25964 #. type: verbatim
25965 #: ../fish/guestfish-actions.pod:2279
25966 #, no-wrap
25967 msgid ""
25968 " lgetxattrs path\n"
25969 "\n"
25970 msgstr ""
25971
25972 # type: textblock
25973 #. type: textblock
25974 #: ../fish/guestfish-actions.pod:2281
25975 msgid ""
25976 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
25977 "it returns the extended attributes of the link itself."
25978 msgstr ""
25979
25980 # type: =head2
25981 #. type: =head2
25982 #: ../fish/guestfish-actions.pod:2285
25983 msgid "list-devices"
25984 msgstr ""
25985
25986 # type: verbatim
25987 #. type: verbatim
25988 #: ../fish/guestfish-actions.pod:2287
25989 #, no-wrap
25990 msgid ""
25991 " list-devices\n"
25992 "\n"
25993 msgstr ""
25994
25995 # type: =head2
25996 #. type: =head2
25997 #: ../fish/guestfish-actions.pod:2295
25998 msgid "list-filesystems"
25999 msgstr ""
26000
26001 # type: verbatim
26002 #. type: verbatim
26003 #: ../fish/guestfish-actions.pod:2297
26004 #, no-wrap
26005 msgid ""
26006 " list-filesystems\n"
26007 "\n"
26008 msgstr ""
26009
26010 # type: textblock
26011 #. type: textblock
26012 #: ../fish/guestfish-actions.pod:2316
26013 msgid ""
26014 "This command runs other libguestfs commands, which might include L</mount> "
26015 "and L</umount>, and therefore you should use this soon after launch and only "
26016 "when nothing is mounted."
26017 msgstr ""
26018
26019 # type: textblock
26020 #. type: textblock
26021 #: ../fish/guestfish-actions.pod:2320
26022 msgid ""
26023 "Not all of the filesystems returned will be mountable.  In particular, swap "
26024 "partitions are returned in the list.  Also this command does not check that "
26025 "each filesystem found is valid and mountable, and some filesystems might be "
26026 "mountable but require special options.  Filesystems may not all belong to a "
26027 "single logical operating system (use L</inspect-os> to look for OSes)."
26028 msgstr ""
26029
26030 # type: =head2
26031 #. type: =head2
26032 #: ../fish/guestfish-actions.pod:2328
26033 msgid "list-partitions"
26034 msgstr ""
26035
26036 # type: verbatim
26037 #. type: verbatim
26038 #: ../fish/guestfish-actions.pod:2330
26039 #, no-wrap
26040 msgid ""
26041 " list-partitions\n"
26042 "\n"
26043 msgstr ""
26044
26045 # type: textblock
26046 #. type: textblock
26047 #: ../fish/guestfish-actions.pod:2336
26048 msgid ""
26049 "This does not return logical volumes.  For that you will need to call L</"
26050 "lvs>."
26051 msgstr ""
26052
26053 # type: =head2
26054 #. type: =head2
26055 #: ../fish/guestfish-actions.pod:2341
26056 msgid "ll"
26057 msgstr ""
26058
26059 # type: verbatim
26060 #. type: verbatim
26061 #: ../fish/guestfish-actions.pod:2343
26062 #, no-wrap
26063 msgid ""
26064 " ll directory\n"
26065 "\n"
26066 msgstr ""
26067
26068 # type: =head2
26069 #. type: =head2
26070 #: ../fish/guestfish-actions.pod:2351
26071 msgid "ln"
26072 msgstr ""
26073
26074 # type: verbatim
26075 #. type: verbatim
26076 #: ../fish/guestfish-actions.pod:2353
26077 #, no-wrap
26078 msgid ""
26079 " ln target linkname\n"
26080 "\n"
26081 msgstr ""
26082
26083 # type: =head2
26084 #. type: =head2
26085 #: ../fish/guestfish-actions.pod:2357
26086 msgid "ln-f"
26087 msgstr ""
26088
26089 # type: verbatim
26090 #. type: verbatim
26091 #: ../fish/guestfish-actions.pod:2359
26092 #, no-wrap
26093 msgid ""
26094 " ln-f target linkname\n"
26095 "\n"
26096 msgstr ""
26097
26098 # type: =head2
26099 #. type: =head2
26100 #: ../fish/guestfish-actions.pod:2364
26101 msgid "ln-s"
26102 msgstr ""
26103
26104 # type: verbatim
26105 #. type: verbatim
26106 #: ../fish/guestfish-actions.pod:2366
26107 #, no-wrap
26108 msgid ""
26109 " ln-s target linkname\n"
26110 "\n"
26111 msgstr ""
26112
26113 # type: =head2
26114 #. type: =head2
26115 #: ../fish/guestfish-actions.pod:2370
26116 msgid "ln-sf"
26117 msgstr ""
26118
26119 # type: verbatim
26120 #. type: verbatim
26121 #: ../fish/guestfish-actions.pod:2372
26122 #, no-wrap
26123 msgid ""
26124 " ln-sf target linkname\n"
26125 "\n"
26126 msgstr ""
26127
26128 # type: =head2
26129 #. type: =head2
26130 #: ../fish/guestfish-actions.pod:2377
26131 msgid "lremovexattr"
26132 msgstr ""
26133
26134 # type: verbatim
26135 #. type: verbatim
26136 #: ../fish/guestfish-actions.pod:2379
26137 #, no-wrap
26138 msgid ""
26139 " lremovexattr xattr path\n"
26140 "\n"
26141 msgstr ""
26142
26143 # type: textblock
26144 #. type: textblock
26145 #: ../fish/guestfish-actions.pod:2381
26146 msgid ""
26147 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26148 "it removes an extended attribute of the link itself."
26149 msgstr ""
26150
26151 # type: =head2
26152 #. type: =head2
26153 #: ../fish/guestfish-actions.pod:2385
26154 msgid "ls"
26155 msgstr ""
26156
26157 # type: verbatim
26158 #. type: verbatim
26159 #: ../fish/guestfish-actions.pod:2387
26160 #, no-wrap
26161 msgid ""
26162 " ls directory\n"
26163 "\n"
26164 msgstr ""
26165
26166 # type: textblock
26167 #. type: textblock
26168 #: ../fish/guestfish-actions.pod:2393
26169 msgid ""
26170 "This command is mostly useful for interactive sessions.  Programs should "
26171 "probably use L</readdir> instead."
26172 msgstr ""
26173
26174 # type: =head2
26175 #. type: =head2
26176 #: ../fish/guestfish-actions.pod:2396
26177 msgid "lsetxattr"
26178 msgstr ""
26179
26180 # type: verbatim
26181 #. type: verbatim
26182 #: ../fish/guestfish-actions.pod:2398
26183 #, no-wrap
26184 msgid ""
26185 " lsetxattr xattr val vallen path\n"
26186 "\n"
26187 msgstr ""
26188
26189 # type: textblock
26190 #. type: textblock
26191 #: ../fish/guestfish-actions.pod:2400
26192 msgid ""
26193 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26194 "sets an extended attribute of the link itself."
26195 msgstr ""
26196
26197 # type: =head2
26198 #. type: =head2
26199 #: ../fish/guestfish-actions.pod:2404
26200 msgid "lstat"
26201 msgstr ""
26202
26203 # type: verbatim
26204 #. type: verbatim
26205 #: ../fish/guestfish-actions.pod:2406
26206 #, no-wrap
26207 msgid ""
26208 " lstat path\n"
26209 "\n"
26210 msgstr ""
26211
26212 # type: textblock
26213 #. type: textblock
26214 #: ../fish/guestfish-actions.pod:2410
26215 msgid ""
26216 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26217 "the link is stat-ed, not the file it refers to."
26218 msgstr ""
26219
26220 # type: =head2
26221 #. type: =head2
26222 #: ../fish/guestfish-actions.pod:2416
26223 msgid "lstatlist"
26224 msgstr ""
26225
26226 # type: verbatim
26227 #. type: verbatim
26228 #: ../fish/guestfish-actions.pod:2418
26229 #, no-wrap
26230 msgid ""
26231 " lstatlist path 'names ...'\n"
26232 "\n"
26233 msgstr ""
26234
26235 # type: textblock
26236 #. type: textblock
26237 #: ../fish/guestfish-actions.pod:2420
26238 msgid ""
26239 "This call allows you to perform the L</lstat> operation on multiple files, "
26240 "where all files are in the directory C<path>.  C<names> is the list of files "
26241 "from this directory."
26242 msgstr ""
26243
26244 # type: textblock
26245 #. type: textblock
26246 #: ../fish/guestfish-actions.pod:2429
26247 msgid ""
26248 "This call is intended for programs that want to efficiently list a directory "
26249 "contents without making many round-trips.  See also L</lxattrlist> for a "
26250 "similarly efficient call for getting extended attributes.  Very long "
26251 "directory listings might cause the protocol message size to be exceeded, "
26252 "causing this call to fail.  The caller must split up such requests into "
26253 "smaller groups of names."
26254 msgstr ""
26255
26256 # type: =head2
26257 #. type: =head2
26258 #: ../fish/guestfish-actions.pod:2437
26259 msgid "luks-add-key"
26260 msgstr ""
26261
26262 # type: verbatim
26263 #. type: verbatim
26264 #: ../fish/guestfish-actions.pod:2439
26265 #, no-wrap
26266 msgid ""
26267 " luks-add-key device keyslot\n"
26268 "\n"
26269 msgstr ""
26270
26271 # type: textblock
26272 #. type: textblock
26273 #: ../fish/guestfish-actions.pod:2446
26274 msgid ""
26275 "Note that if C<keyslot> already contains a key, then this command will "
26276 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26277 msgstr ""
26278
26279 # type: textblock
26280 #. type: textblock
26281 #: ../fish/guestfish-actions.pod:2450 ../fish/guestfish-actions.pod:2472
26282 #: ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2499
26283 #: ../fish/guestfish-actions.pod:2522 ../fish/guestfish-actions.pod:2532
26284 msgid ""
26285 "This command has one or more key or passphrase parameters.  Guestfish will "
26286 "prompt for these separately."
26287 msgstr ""
26288
26289 # type: =head2
26290 #. type: =head2
26291 #: ../fish/guestfish-actions.pod:2453
26292 msgid "luks-close"
26293 msgstr ""
26294
26295 # type: verbatim
26296 #. type: verbatim
26297 #: ../fish/guestfish-actions.pod:2455
26298 #, no-wrap
26299 msgid ""
26300 " luks-close device\n"
26301 "\n"
26302 msgstr ""
26303
26304 # type: textblock
26305 #. type: textblock
26306 #: ../fish/guestfish-actions.pod:2457
26307 msgid ""
26308 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26309 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26310 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26311 "block device."
26312 msgstr ""
26313
26314 # type: =head2
26315 #. type: =head2
26316 #: ../fish/guestfish-actions.pod:2463
26317 msgid "luks-format"
26318 msgstr ""
26319
26320 # type: verbatim
26321 #. type: verbatim
26322 #: ../fish/guestfish-actions.pod:2465
26323 #, no-wrap
26324 msgid ""
26325 " luks-format device keyslot\n"
26326 "\n"
26327 msgstr ""
26328
26329 # type: =head2
26330 #. type: =head2
26331 #: ../fish/guestfish-actions.pod:2478
26332 msgid "luks-format-cipher"
26333 msgstr ""
26334
26335 # type: verbatim
26336 #. type: verbatim
26337 #: ../fish/guestfish-actions.pod:2480
26338 #, no-wrap
26339 msgid ""
26340 " luks-format-cipher device keyslot cipher\n"
26341 "\n"
26342 msgstr ""
26343
26344 # type: textblock
26345 #. type: textblock
26346 #: ../fish/guestfish-actions.pod:2482
26347 msgid ""
26348 "This command is the same as L</luks-format> but it also allows you to set "
26349 "the C<cipher> used."
26350 msgstr ""
26351
26352 # type: =head2
26353 #. type: =head2
26354 #: ../fish/guestfish-actions.pod:2491
26355 msgid "luks-kill-slot"
26356 msgstr ""
26357
26358 # type: verbatim
26359 #. type: verbatim
26360 #: ../fish/guestfish-actions.pod:2493
26361 #, no-wrap
26362 msgid ""
26363 " luks-kill-slot device keyslot\n"
26364 "\n"
26365 msgstr ""
26366
26367 # type: =head2
26368 #. type: =head2
26369 #: ../fish/guestfish-actions.pod:2502
26370 msgid "luks-open"
26371 msgstr ""
26372
26373 # type: verbatim
26374 #. type: verbatim
26375 #: ../fish/guestfish-actions.pod:2504
26376 #, no-wrap
26377 msgid ""
26378 " luks-open device mapname\n"
26379 "\n"
26380 msgstr ""
26381
26382 # type: textblock
26383 #. type: textblock
26384 #: ../fish/guestfish-actions.pod:2518
26385 msgid ""
26386 "If this block device contains LVM volume groups, then calling L</vgscan> "
26387 "followed by L</vg-activate-all> will make them visible."
26388 msgstr ""
26389
26390 # type: =head2
26391 #. type: =head2
26392 #: ../fish/guestfish-actions.pod:2525
26393 msgid "luks-open-ro"
26394 msgstr ""
26395
26396 # type: verbatim
26397 #. type: verbatim
26398 #: ../fish/guestfish-actions.pod:2527
26399 #, no-wrap
26400 msgid ""
26401 " luks-open-ro device mapname\n"
26402 "\n"
26403 msgstr ""
26404
26405 # type: textblock
26406 #. type: textblock
26407 #: ../fish/guestfish-actions.pod:2529
26408 msgid ""
26409 "This is the same as L</luks-open> except that a read-only mapping is created."
26410 msgstr ""
26411
26412 # type: =head2
26413 #. type: =head2
26414 #: ../fish/guestfish-actions.pod:2535
26415 msgid "lvcreate"
26416 msgstr ""
26417
26418 # type: verbatim
26419 #. type: verbatim
26420 #: ../fish/guestfish-actions.pod:2537
26421 #, no-wrap
26422 msgid ""
26423 " lvcreate logvol volgroup mbytes\n"
26424 "\n"
26425 msgstr ""
26426
26427 # type: =head2
26428 #. type: =head2
26429 #: ../fish/guestfish-actions.pod:2542
26430 msgid "lvm-canonical-lv-name"
26431 msgstr ""
26432
26433 # type: verbatim
26434 #. type: verbatim
26435 #: ../fish/guestfish-actions.pod:2544
26436 #, no-wrap
26437 msgid ""
26438 " lvm-canonical-lv-name lvname\n"
26439 "\n"
26440 msgstr ""
26441
26442 # type: textblock
26443 #. type: textblock
26444 #: ../fish/guestfish-actions.pod:2553
26445 msgid "See also L</is-lv>."
26446 msgstr ""
26447
26448 # type: =head2
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:2555
26451 msgid "lvm-clear-filter"
26452 msgstr ""
26453
26454 # type: verbatim
26455 #. type: verbatim
26456 #: ../fish/guestfish-actions.pod:2557
26457 #, no-wrap
26458 msgid ""
26459 " lvm-clear-filter\n"
26460 "\n"
26461 msgstr ""
26462
26463 # type: textblock
26464 #. type: textblock
26465 #: ../fish/guestfish-actions.pod:2559
26466 msgid ""
26467 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26468 "block device."
26469 msgstr ""
26470
26471 # type: =head2
26472 #. type: =head2
26473 #: ../fish/guestfish-actions.pod:2565
26474 msgid "lvm-remove-all"
26475 msgstr ""
26476
26477 # type: verbatim
26478 #. type: verbatim
26479 #: ../fish/guestfish-actions.pod:2567
26480 #, no-wrap
26481 msgid ""
26482 " lvm-remove-all\n"
26483 "\n"
26484 msgstr ""
26485
26486 # type: =head2
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:2575
26489 msgid "lvm-set-filter"
26490 msgstr ""
26491
26492 # type: verbatim
26493 #. type: verbatim
26494 #: ../fish/guestfish-actions.pod:2577
26495 #, no-wrap
26496 msgid ""
26497 " lvm-set-filter 'devices ...'\n"
26498 "\n"
26499 msgstr ""
26500
26501 # type: =head2
26502 #. type: =head2
26503 #: ../fish/guestfish-actions.pod:2602
26504 msgid "lvremove"
26505 msgstr ""
26506
26507 # type: verbatim
26508 #. type: verbatim
26509 #: ../fish/guestfish-actions.pod:2604
26510 #, no-wrap
26511 msgid ""
26512 " lvremove device\n"
26513 "\n"
26514 msgstr ""
26515
26516 # type: =head2
26517 #. type: =head2
26518 #: ../fish/guestfish-actions.pod:2612
26519 msgid "lvrename"
26520 msgstr ""
26521
26522 # type: verbatim
26523 #. type: verbatim
26524 #: ../fish/guestfish-actions.pod:2614
26525 #, no-wrap
26526 msgid ""
26527 " lvrename logvol newlogvol\n"
26528 "\n"
26529 msgstr ""
26530
26531 # type: =head2
26532 #. type: =head2
26533 #: ../fish/guestfish-actions.pod:2618
26534 msgid "lvresize"
26535 msgstr ""
26536
26537 # type: verbatim
26538 #. type: verbatim
26539 #: ../fish/guestfish-actions.pod:2620
26540 #, no-wrap
26541 msgid ""
26542 " lvresize device mbytes\n"
26543 "\n"
26544 msgstr ""
26545
26546 # type: =head2
26547 #. type: =head2
26548 #: ../fish/guestfish-actions.pod:2626
26549 msgid "lvresize-free"
26550 msgstr ""
26551
26552 # type: verbatim
26553 #. type: verbatim
26554 #: ../fish/guestfish-actions.pod:2628
26555 #, no-wrap
26556 msgid ""
26557 " lvresize-free lv percent\n"
26558 "\n"
26559 msgstr ""
26560
26561 # type: =head2
26562 #. type: =head2
26563 #: ../fish/guestfish-actions.pod:2636
26564 msgid "lvs"
26565 msgstr ""
26566
26567 # type: verbatim
26568 #. type: verbatim
26569 #: ../fish/guestfish-actions.pod:2638
26570 #, no-wrap
26571 msgid ""
26572 " lvs\n"
26573 "\n"
26574 msgstr ""
26575
26576 # type: textblock
26577 #. type: textblock
26578 #: ../fish/guestfish-actions.pod:2646
26579 msgid "See also L</lvs-full>, L</list-filesystems>."
26580 msgstr ""
26581
26582 # type: =head2
26583 #. type: =head2
26584 #: ../fish/guestfish-actions.pod:2648
26585 msgid "lvs-full"
26586 msgstr ""
26587
26588 # type: verbatim
26589 #. type: verbatim
26590 #: ../fish/guestfish-actions.pod:2650
26591 #, no-wrap
26592 msgid ""
26593 " lvs-full\n"
26594 "\n"
26595 msgstr ""
26596
26597 # type: =head2
26598 #. type: =head2
26599 #: ../fish/guestfish-actions.pod:2655
26600 msgid "lvuuid"
26601 msgstr ""
26602
26603 # type: verbatim
26604 #. type: verbatim
26605 #: ../fish/guestfish-actions.pod:2657
26606 #, no-wrap
26607 msgid ""
26608 " lvuuid device\n"
26609 "\n"
26610 msgstr ""
26611
26612 # type: =head2
26613 #. type: =head2
26614 #: ../fish/guestfish-actions.pod:2661
26615 msgid "lxattrlist"
26616 msgstr ""
26617
26618 # type: verbatim
26619 #. type: verbatim
26620 #: ../fish/guestfish-actions.pod:2663
26621 #, no-wrap
26622 msgid ""
26623 " lxattrlist path 'names ...'\n"
26624 "\n"
26625 msgstr ""
26626
26627 # type: textblock
26628 #. type: textblock
26629 #: ../fish/guestfish-actions.pod:2679
26630 msgid ""
26631 "This call is intended for programs that want to efficiently list a directory "
26632 "contents without making many round-trips.  See also L</lstatlist> for a "
26633 "similarly efficient call for getting standard stats.  Very long directory "
26634 "listings might cause the protocol message size to be exceeded, causing this "
26635 "call to fail.  The caller must split up such requests into smaller groups of "
26636 "names."
26637 msgstr ""
26638
26639 # type: =head2
26640 #. type: =head2
26641 #: ../fish/guestfish-actions.pod:2687
26642 msgid "mkdir"
26643 msgstr ""
26644
26645 # type: verbatim
26646 #. type: verbatim
26647 #: ../fish/guestfish-actions.pod:2689
26648 #, no-wrap
26649 msgid ""
26650 " mkdir path\n"
26651 "\n"
26652 msgstr ""
26653
26654 # type: =head2
26655 #. type: =head2
26656 #: ../fish/guestfish-actions.pod:2693
26657 msgid "mkdir-mode"
26658 msgstr ""
26659
26660 # type: verbatim
26661 #. type: verbatim
26662 #: ../fish/guestfish-actions.pod:2695
26663 #, no-wrap
26664 msgid ""
26665 " mkdir-mode path mode\n"
26666 "\n"
26667 msgstr ""
26668
26669 # type: textblock
26670 #. type: textblock
26671 #: ../fish/guestfish-actions.pod:2704
26672 msgid "See also L</mkdir>, L</umask>"
26673 msgstr ""
26674
26675 # type: =head2
26676 #. type: =head2
26677 #: ../fish/guestfish-actions.pod:2706
26678 msgid "mkdir-p"
26679 msgstr ""
26680
26681 # type: verbatim
26682 #. type: verbatim
26683 #: ../fish/guestfish-actions.pod:2708
26684 #, no-wrap
26685 msgid ""
26686 " mkdir-p path\n"
26687 "\n"
26688 msgstr ""
26689
26690 # type: =head2
26691 #. type: =head2
26692 #: ../fish/guestfish-actions.pod:2713
26693 msgid "mkdtemp"
26694 msgstr ""
26695
26696 # type: verbatim
26697 #. type: verbatim
26698 #: ../fish/guestfish-actions.pod:2715
26699 #, no-wrap
26700 msgid ""
26701 " mkdtemp template\n"
26702 "\n"
26703 msgstr ""
26704
26705 # type: =head2
26706 #. type: =head2
26707 #: ../fish/guestfish-actions.pod:2736
26708 msgid "mke2fs-J"
26709 msgstr ""
26710
26711 # type: verbatim
26712 #. type: verbatim
26713 #: ../fish/guestfish-actions.pod:2738
26714 #, no-wrap
26715 msgid ""
26716 " mke2fs-J fstype blocksize device journal\n"
26717 "\n"
26718 msgstr ""
26719
26720 # type: textblock
26721 #. type: textblock
26722 #: ../fish/guestfish-actions.pod:2746
26723 msgid "See also L</mke2journal>."
26724 msgstr ""
26725
26726 # type: =head2
26727 #. type: =head2
26728 #: ../fish/guestfish-actions.pod:2748
26729 msgid "mke2fs-JL"
26730 msgstr ""
26731
26732 # type: verbatim
26733 #. type: verbatim
26734 #: ../fish/guestfish-actions.pod:2750
26735 #, no-wrap
26736 msgid ""
26737 " mke2fs-JL fstype blocksize device label\n"
26738 "\n"
26739 msgstr ""
26740
26741 # type: textblock
26742 #. type: textblock
26743 #: ../fish/guestfish-actions.pod:2755
26744 msgid "See also L</mke2journal-L>."
26745 msgstr ""
26746
26747 # type: =head2
26748 #. type: =head2
26749 #: ../fish/guestfish-actions.pod:2757
26750 msgid "mke2fs-JU"
26751 msgstr ""
26752
26753 # type: verbatim
26754 #. type: verbatim
26755 #: ../fish/guestfish-actions.pod:2759
26756 #, no-wrap
26757 msgid ""
26758 " mke2fs-JU fstype blocksize device uuid\n"
26759 "\n"
26760 msgstr ""
26761
26762 # type: textblock
26763 #. type: textblock
26764 #: ../fish/guestfish-actions.pod:2764
26765 msgid "See also L</mke2journal-U>."
26766 msgstr ""
26767
26768 # type: =head2
26769 #. type: =head2
26770 #: ../fish/guestfish-actions.pod:2766
26771 msgid "mke2journal"
26772 msgstr ""
26773
26774 # type: verbatim
26775 #. type: verbatim
26776 #: ../fish/guestfish-actions.pod:2768
26777 #, no-wrap
26778 msgid ""
26779 " mke2journal blocksize device\n"
26780 "\n"
26781 msgstr ""
26782
26783 # type: =head2
26784 #. type: =head2
26785 #: ../fish/guestfish-actions.pod:2775
26786 msgid "mke2journal-L"
26787 msgstr ""
26788
26789 # type: verbatim
26790 #. type: verbatim
26791 #: ../fish/guestfish-actions.pod:2777
26792 #, no-wrap
26793 msgid ""
26794 " mke2journal-L blocksize label device\n"
26795 "\n"
26796 msgstr ""
26797
26798 # type: =head2
26799 #. type: =head2
26800 #: ../fish/guestfish-actions.pod:2781
26801 msgid "mke2journal-U"
26802 msgstr ""
26803
26804 # type: verbatim
26805 #. type: verbatim
26806 #: ../fish/guestfish-actions.pod:2783
26807 #, no-wrap
26808 msgid ""
26809 " mke2journal-U blocksize uuid device\n"
26810 "\n"
26811 msgstr ""
26812
26813 # type: =head2
26814 #. type: =head2
26815 #: ../fish/guestfish-actions.pod:2787
26816 msgid "mkfifo"
26817 msgstr ""
26818
26819 # type: verbatim
26820 #. type: verbatim
26821 #: ../fish/guestfish-actions.pod:2789
26822 #, no-wrap
26823 msgid ""
26824 " mkfifo mode path\n"
26825 "\n"
26826 msgstr ""
26827
26828 # type: textblock
26829 #. type: textblock
26830 #: ../fish/guestfish-actions.pod:2791
26831 msgid ""
26832 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26833 "is just a convenient wrapper around L</mknod>."
26834 msgstr ""
26835
26836 # type: =head2
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:2797
26839 msgid "mkfs"
26840 msgstr ""
26841
26842 # type: verbatim
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:2799
26845 #, no-wrap
26846 msgid ""
26847 " mkfs fstype device\n"
26848 "\n"
26849 msgstr ""
26850
26851 # type: =head2
26852 #. type: =head2
26853 #: ../fish/guestfish-actions.pod:2805
26854 msgid "mkfs-b"
26855 msgstr ""
26856
26857 # type: verbatim
26858 #. type: verbatim
26859 #: ../fish/guestfish-actions.pod:2807
26860 #, no-wrap
26861 msgid ""
26862 " mkfs-b fstype blocksize device\n"
26863 "\n"
26864 msgstr ""
26865
26866 # type: textblock
26867 #. type: textblock
26868 #: ../fish/guestfish-actions.pod:2809
26869 msgid ""
26870 "This call is similar to L</mkfs>, but it allows you to control the block "
26871 "size of the resulting filesystem.  Supported block sizes depend on the "
26872 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26873 msgstr ""
26874
26875 # type: =head2
26876 #. type: =head2
26877 #: ../fish/guestfish-actions.pod:2824
26878 msgid "mkfs-opts"
26879 msgstr ""
26880
26881 # type: verbatim
26882 #. type: verbatim
26883 #: ../fish/guestfish-actions.pod:2826
26884 #, no-wrap
26885 msgid ""
26886 " mkfs-opts fstype device [blocksize:..]\n"
26887 "\n"
26888 msgstr ""
26889
26890 # type: =head2
26891 #. type: =head2
26892 #: ../fish/guestfish-actions.pod:2850
26893 msgid "mkmountpoint"
26894 msgstr ""
26895
26896 # type: verbatim
26897 #. type: verbatim
26898 #: ../fish/guestfish-actions.pod:2852
26899 #, no-wrap
26900 msgid ""
26901 " mkmountpoint exemptpath\n"
26902 "\n"
26903 msgstr ""
26904
26905 # type: textblock
26906 #. type: textblock
26907 #: ../fish/guestfish-actions.pod:2854
26908 msgid ""
26909 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
26910 "to create extra mountpoints before mounting the first filesystem."
26911 msgstr ""
26912
26913 # type: textblock
26914 #. type: textblock
26915 #: ../fish/guestfish-actions.pod:2878
26916 msgid ""
26917 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
26918 "unexpected errors if you try to mix these calls.  It is safest to manually "
26919 "unmount filesystems and remove mountpoints after use."
26920 msgstr ""
26921
26922 # type: textblock
26923 #. type: textblock
26924 #: ../fish/guestfish-actions.pod:2882
26925 msgid ""
26926 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
26927 "for this to work for manual mountpoints, you must ensure that the innermost "
26928 "mountpoints have the longest pathnames, as in the example code above."
26929 msgstr ""
26930
26931 # type: textblock
26932 #. type: textblock
26933 #: ../fish/guestfish-actions.pod:2889
26934 msgid ""
26935 "Autosync [see L</set-autosync>, this is set by default on handles] means "
26936 "that L</umount-all> is called when the handle is closed which can also "
26937 "trigger these issues."
26938 msgstr ""
26939
26940 # type: =head2
26941 #. type: =head2
26942 #: ../fish/guestfish-actions.pod:2893
26943 msgid "mknod"
26944 msgstr ""
26945
26946 # type: verbatim
26947 #. type: verbatim
26948 #: ../fish/guestfish-actions.pod:2895
26949 #, no-wrap
26950 msgid ""
26951 " mknod mode devmajor devminor path\n"
26952 "\n"
26953 msgstr ""
26954
26955 # type: textblock
26956 #. type: textblock
26957 #: ../fish/guestfish-actions.pod:2905
26958 msgid ""
26959 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
26960 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
26961 "regular file).  These constants are available in the standard Linux header "
26962 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
26963 "wrappers around this command which bitwise OR in the appropriate constant "
26964 "for you."
26965 msgstr ""
26966
26967 # type: =head2
26968 #. type: =head2
26969 #: ../fish/guestfish-actions.pod:2915
26970 msgid "mknod-b"
26971 msgstr ""
26972
26973 # type: verbatim
26974 #. type: verbatim
26975 #: ../fish/guestfish-actions.pod:2917
26976 #, no-wrap
26977 msgid ""
26978 " mknod-b mode devmajor devminor path\n"
26979 "\n"
26980 msgstr ""
26981
26982 # type: textblock
26983 #. type: textblock
26984 #: ../fish/guestfish-actions.pod:2919
26985 msgid ""
26986 "This call creates a block device node called C<path> with mode C<mode> and "
26987 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
26988 "wrapper around L</mknod>."
26989 msgstr ""
26990
26991 # type: =head2
26992 #. type: =head2
26993 #: ../fish/guestfish-actions.pod:2925
26994 msgid "mknod-c"
26995 msgstr ""
26996
26997 # type: verbatim
26998 #. type: verbatim
26999 #: ../fish/guestfish-actions.pod:2927
27000 #, no-wrap
27001 msgid ""
27002 " mknod-c mode devmajor devminor path\n"
27003 "\n"
27004 msgstr ""
27005
27006 # type: textblock
27007 #. type: textblock
27008 #: ../fish/guestfish-actions.pod:2929
27009 msgid ""
27010 "This call creates a char device node called C<path> with mode C<mode> and "
27011 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27012 "wrapper around L</mknod>."
27013 msgstr ""
27014
27015 # type: =head2
27016 #. type: =head2
27017 #: ../fish/guestfish-actions.pod:2935
27018 msgid "mkswap"
27019 msgstr ""
27020
27021 # type: verbatim
27022 #. type: verbatim
27023 #: ../fish/guestfish-actions.pod:2937
27024 #, no-wrap
27025 msgid ""
27026 " mkswap device\n"
27027 "\n"
27028 msgstr ""
27029
27030 # type: =head2
27031 #. type: =head2
27032 #: ../fish/guestfish-actions.pod:2941
27033 msgid "mkswap-L"
27034 msgstr ""
27035
27036 # type: verbatim
27037 #. type: verbatim
27038 #: ../fish/guestfish-actions.pod:2943
27039 #, no-wrap
27040 msgid ""
27041 " mkswap-L label device\n"
27042 "\n"
27043 msgstr ""
27044
27045 # type: =head2
27046 #. type: =head2
27047 #: ../fish/guestfish-actions.pod:2951
27048 msgid "mkswap-U"
27049 msgstr ""
27050
27051 # type: verbatim
27052 #. type: verbatim
27053 #: ../fish/guestfish-actions.pod:2953
27054 #, no-wrap
27055 msgid ""
27056 " mkswap-U uuid device\n"
27057 "\n"
27058 msgstr ""
27059
27060 # type: =head2
27061 #. type: =head2
27062 #: ../fish/guestfish-actions.pod:2957
27063 msgid "mkswap-file"
27064 msgstr ""
27065
27066 # type: verbatim
27067 #. type: verbatim
27068 #: ../fish/guestfish-actions.pod:2959
27069 #, no-wrap
27070 msgid ""
27071 " mkswap-file path\n"
27072 "\n"
27073 msgstr ""
27074
27075 # type: textblock
27076 #. type: textblock
27077 #: ../fish/guestfish-actions.pod:2963
27078 msgid ""
27079 "This command just writes a swap file signature to an existing file.  To "
27080 "create the file itself, use something like L</fallocate>."
27081 msgstr ""
27082
27083 # type: =head2
27084 #. type: =head2
27085 #: ../fish/guestfish-actions.pod:2966
27086 msgid "modprobe"
27087 msgstr ""
27088
27089 # type: verbatim
27090 #. type: verbatim
27091 #: ../fish/guestfish-actions.pod:2968
27092 #, no-wrap
27093 msgid ""
27094 " modprobe modulename\n"
27095 "\n"
27096 msgstr ""
27097
27098 # type: =head2
27099 #. type: =head2
27100 #: ../fish/guestfish-actions.pod:2975
27101 msgid "mount"
27102 msgstr ""
27103
27104 # type: verbatim
27105 #. type: verbatim
27106 #: ../fish/guestfish-actions.pod:2977
27107 #, no-wrap
27108 msgid ""
27109 " mount device mountpoint\n"
27110 "\n"
27111 msgstr ""
27112
27113 # type: textblock
27114 #. type: textblock
27115 #: ../fish/guestfish-actions.pod:2993
27116 msgid ""
27117 "B<Important note:> When you use this call, the filesystem options C<sync> "
27118 "and C<noatime> are set implicitly.  This was originally done because we "
27119 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27120 "very large negative performance impact and negligible effect on "
27121 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27122 "code that needs performance, and instead use L</mount-options> (use an empty "
27123 "string for the first parameter if you don't want any options)."
27124 msgstr ""
27125
27126 # type: =head2
27127 #. type: =head2
27128 #: ../fish/guestfish-actions.pod:3003
27129 msgid "mount-loop"
27130 msgstr ""
27131
27132 # type: verbatim
27133 #. type: verbatim
27134 #: ../fish/guestfish-actions.pod:3005
27135 #, no-wrap
27136 msgid ""
27137 " mount-loop file mountpoint\n"
27138 "\n"
27139 msgstr ""
27140
27141 # type: =head2
27142 #. type: =head2
27143 #: ../fish/guestfish-actions.pod:3011
27144 msgid "mount-options"
27145 msgstr ""
27146
27147 # type: verbatim
27148 #. type: verbatim
27149 #: ../fish/guestfish-actions.pod:3013
27150 #, no-wrap
27151 msgid ""
27152 " mount-options options device mountpoint\n"
27153 "\n"
27154 msgstr ""
27155
27156 # type: textblock
27157 #. type: textblock
27158 #: ../fish/guestfish-actions.pod:3015
27159 msgid ""
27160 "This is the same as the L</mount> command, but it allows you to set the "
27161 "mount options as for the L<mount(8)> I<-o> flag."
27162 msgstr ""
27163
27164 # type: =head2
27165 #. type: =head2
27166 #: ../fish/guestfish-actions.pod:3023
27167 msgid "mount-ro"
27168 msgstr ""
27169
27170 # type: verbatim
27171 #. type: verbatim
27172 #: ../fish/guestfish-actions.pod:3025
27173 #, no-wrap
27174 msgid ""
27175 " mount-ro device mountpoint\n"
27176 "\n"
27177 msgstr ""
27178
27179 # type: textblock
27180 #. type: textblock
27181 #: ../fish/guestfish-actions.pod:3027
27182 msgid ""
27183 "This is the same as the L</mount> command, but it mounts the filesystem with "
27184 "the read-only (I<-o ro>) flag."
27185 msgstr ""
27186
27187 # type: =head2
27188 #. type: =head2
27189 #: ../fish/guestfish-actions.pod:3030
27190 msgid "mount-vfs"
27191 msgstr ""
27192
27193 # type: verbatim
27194 #. type: verbatim
27195 #: ../fish/guestfish-actions.pod:3032
27196 #, no-wrap
27197 msgid ""
27198 " mount-vfs options vfstype device mountpoint\n"
27199 "\n"
27200 msgstr ""
27201
27202 # type: textblock
27203 #. type: textblock
27204 #: ../fish/guestfish-actions.pod:3034
27205 msgid ""
27206 "This is the same as the L</mount> command, but it allows you to set both the "
27207 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27208 msgstr ""
27209
27210 # type: =head2
27211 #. type: =head2
27212 #: ../fish/guestfish-actions.pod:3038
27213 msgid "mountpoints"
27214 msgstr ""
27215
27216 # type: verbatim
27217 #. type: verbatim
27218 #: ../fish/guestfish-actions.pod:3040
27219 #, no-wrap
27220 msgid ""
27221 " mountpoints\n"
27222 "\n"
27223 msgstr ""
27224
27225 # type: textblock
27226 #. type: textblock
27227 #: ../fish/guestfish-actions.pod:3042
27228 msgid ""
27229 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27230 "This one returns a hash table (map) of device name to directory where the "
27231 "device is mounted."
27232 msgstr ""
27233
27234 # type: =head2
27235 #. type: =head2
27236 #: ../fish/guestfish-actions.pod:3046
27237 msgid "mounts"
27238 msgstr ""
27239
27240 # type: verbatim
27241 #. type: verbatim
27242 #: ../fish/guestfish-actions.pod:3048
27243 #, no-wrap
27244 msgid ""
27245 " mounts\n"
27246 "\n"
27247 msgstr ""
27248
27249 # type: textblock
27250 #. type: textblock
27251 #: ../fish/guestfish-actions.pod:3055
27252 msgid "See also: L</mountpoints>"
27253 msgstr ""
27254
27255 # type: =head2
27256 #. type: =head2
27257 #: ../fish/guestfish-actions.pod:3057
27258 msgid "mv"
27259 msgstr ""
27260
27261 # type: verbatim
27262 #. type: verbatim
27263 #: ../fish/guestfish-actions.pod:3059
27264 #, no-wrap
27265 msgid ""
27266 " mv src dest\n"
27267 "\n"
27268 msgstr ""
27269
27270 # type: =head2
27271 #. type: =head2
27272 #: ../fish/guestfish-actions.pod:3064
27273 msgid "ntfs-3g-probe"
27274 msgstr ""
27275
27276 # type: verbatim
27277 #. type: verbatim
27278 #: ../fish/guestfish-actions.pod:3066
27279 #, no-wrap
27280 msgid ""
27281 " ntfs-3g-probe true|false device\n"
27282 "\n"
27283 msgstr ""
27284
27285 # type: =head2
27286 #. type: =head2
27287 #: ../fish/guestfish-actions.pod:3080
27288 msgid "ntfsresize"
27289 msgstr ""
27290
27291 # type: verbatim
27292 #. type: verbatim
27293 #: ../fish/guestfish-actions.pod:3082
27294 #, no-wrap
27295 msgid ""
27296 " ntfsresize device\n"
27297 "\n"
27298 msgstr ""
27299
27300 # type: =head2
27301 #. type: =head2
27302 #: ../fish/guestfish-actions.pod:3088
27303 msgid "ntfsresize-size"
27304 msgstr ""
27305
27306 # type: verbatim
27307 #. type: verbatim
27308 #: ../fish/guestfish-actions.pod:3090
27309 #, no-wrap
27310 msgid ""
27311 " ntfsresize-size device size\n"
27312 "\n"
27313 msgstr ""
27314
27315 # type: textblock
27316 #. type: textblock
27317 #: ../fish/guestfish-actions.pod:3092
27318 msgid ""
27319 "This command is the same as L</ntfsresize> except that it allows you to "
27320 "specify the new size (in bytes) explicitly."
27321 msgstr ""
27322
27323 # type: =head2
27324 #. type: =head2
27325 #: ../fish/guestfish-actions.pod:3095
27326 msgid "part-add"
27327 msgstr ""
27328
27329 # type: verbatim
27330 #. type: verbatim
27331 #: ../fish/guestfish-actions.pod:3097
27332 #, no-wrap
27333 msgid ""
27334 " part-add device prlogex startsect endsect\n"
27335 "\n"
27336 msgstr ""
27337
27338 # type: textblock
27339 #. type: textblock
27340 #: ../fish/guestfish-actions.pod:3099
27341 msgid ""
27342 "This command adds a partition to C<device>.  If there is no partition table "
27343 "on the device, call L</part-init> first."
27344 msgstr ""
27345
27346 # type: textblock
27347 #. type: textblock
27348 #: ../fish/guestfish-actions.pod:3111
27349 msgid ""
27350 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27351 "part-disk> to do that."
27352 msgstr ""
27353
27354 # type: =head2
27355 #. type: =head2
27356 #: ../fish/guestfish-actions.pod:3114
27357 msgid "part-del"
27358 msgstr ""
27359
27360 # type: verbatim
27361 #. type: verbatim
27362 #: ../fish/guestfish-actions.pod:3116
27363 #, no-wrap
27364 msgid ""
27365 " part-del device partnum\n"
27366 "\n"
27367 msgstr ""
27368
27369 # type: =head2
27370 #. type: =head2
27371 #: ../fish/guestfish-actions.pod:3124
27372 msgid "part-disk"
27373 msgstr ""
27374
27375 # type: verbatim
27376 #. type: verbatim
27377 #: ../fish/guestfish-actions.pod:3126
27378 #, no-wrap
27379 msgid ""
27380 " part-disk device parttype\n"
27381 "\n"
27382 msgstr ""
27383
27384 # type: textblock
27385 #. type: textblock
27386 #: ../fish/guestfish-actions.pod:3128
27387 msgid ""
27388 "This command is simply a combination of L</part-init> followed by L</part-"
27389 "add> to create a single primary partition covering the whole disk."
27390 msgstr ""
27391
27392 # type: textblock
27393 #. type: textblock
27394 #: ../fish/guestfish-actions.pod:3132
27395 msgid ""
27396 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27397 "possible values are described in L</part-init>."
27398 msgstr ""
27399
27400 # type: =head2
27401 #. type: =head2
27402 #: ../fish/guestfish-actions.pod:3138
27403 msgid "part-get-bootable"
27404 msgstr ""
27405
27406 # type: verbatim
27407 #. type: verbatim
27408 #: ../fish/guestfish-actions.pod:3140
27409 #, no-wrap
27410 msgid ""
27411 " part-get-bootable device partnum\n"
27412 "\n"
27413 msgstr ""
27414
27415 # type: textblock
27416 #. type: textblock
27417 #: ../fish/guestfish-actions.pod:3145
27418 msgid "See also L</part-set-bootable>."
27419 msgstr ""
27420
27421 # type: =head2
27422 #. type: =head2
27423 #: ../fish/guestfish-actions.pod:3147
27424 msgid "part-get-mbr-id"
27425 msgstr ""
27426
27427 # type: verbatim
27428 #. type: verbatim
27429 #: ../fish/guestfish-actions.pod:3149
27430 #, no-wrap
27431 msgid ""
27432 " part-get-mbr-id device partnum\n"
27433 "\n"
27434 msgstr ""
27435
27436 # type: textblock
27437 #. type: textblock
27438 #: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3292
27439 msgid ""
27440 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27441 "undefined results for other partition table types (see L</part-get-"
27442 "parttype>)."
27443 msgstr ""
27444
27445 # type: =head2
27446 #. type: =head2
27447 #: ../fish/guestfish-actions.pod:3158
27448 msgid "part-get-parttype"
27449 msgstr ""
27450
27451 # type: verbatim
27452 #. type: verbatim
27453 #: ../fish/guestfish-actions.pod:3160
27454 #, no-wrap
27455 msgid ""
27456 " part-get-parttype device\n"
27457 "\n"
27458 msgstr ""
27459
27460 # type: textblock
27461 #. type: textblock
27462 #: ../fish/guestfish-actions.pod:3165
27463 msgid ""
27464 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27465 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27466 "possible, although unusual.  See L</part-init> for a full list."
27467 msgstr ""
27468
27469 # type: =head2
27470 #. type: =head2
27471 #: ../fish/guestfish-actions.pod:3170
27472 msgid "part-init"
27473 msgstr ""
27474
27475 # type: verbatim
27476 #. type: verbatim
27477 #: ../fish/guestfish-actions.pod:3172
27478 #, no-wrap
27479 msgid ""
27480 " part-init device parttype\n"
27481 "\n"
27482 msgstr ""
27483
27484 # type: textblock
27485 #. type: textblock
27486 #: ../fish/guestfish-actions.pod:3178
27487 msgid ""
27488 "Initially there are no partitions.  Following this, you should call L</part-"
27489 "add> for each partition required."
27490 msgstr ""
27491
27492 # type: =head2
27493 #. type: =head2
27494 #: ../fish/guestfish-actions.pod:3241
27495 msgid "part-list"
27496 msgstr ""
27497
27498 # type: verbatim
27499 #. type: verbatim
27500 #: ../fish/guestfish-actions.pod:3243
27501 #, no-wrap
27502 msgid ""
27503 " part-list device\n"
27504 "\n"
27505 msgstr ""
27506
27507 # type: textblock
27508 #. type: textblock
27509 #: ../fish/guestfish-actions.pod:3258
27510 msgid ""
27511 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27512 "the device's sector size, see L</blockdev-getss>."
27513 msgstr ""
27514
27515 # type: =head2
27516 #. type: =head2
27517 #: ../fish/guestfish-actions.pod:3271
27518 msgid "part-set-bootable"
27519 msgstr ""
27520
27521 # type: verbatim
27522 #. type: verbatim
27523 #: ../fish/guestfish-actions.pod:3273
27524 #, no-wrap
27525 msgid ""
27526 " part-set-bootable device partnum true|false\n"
27527 "\n"
27528 msgstr ""
27529
27530 # type: =head2
27531 #. type: =head2
27532 #: ../fish/guestfish-actions.pod:3282
27533 msgid "part-set-mbr-id"
27534 msgstr ""
27535
27536 # type: verbatim
27537 #. type: verbatim
27538 #: ../fish/guestfish-actions.pod:3284
27539 #, no-wrap
27540 msgid ""
27541 " part-set-mbr-id device partnum idbyte\n"
27542 "\n"
27543 msgstr ""
27544
27545 # type: =head2
27546 #. type: =head2
27547 #: ../fish/guestfish-actions.pod:3296
27548 msgid "part-set-name"
27549 msgstr ""
27550
27551 # type: verbatim
27552 #. type: verbatim
27553 #: ../fish/guestfish-actions.pod:3298
27554 #, no-wrap
27555 msgid ""
27556 " part-set-name device partnum name\n"
27557 "\n"
27558 msgstr ""
27559
27560 # type: =head2
27561 #. type: =head2
27562 #: ../fish/guestfish-actions.pod:3306
27563 msgid "part-to-dev"
27564 msgstr ""
27565
27566 # type: verbatim
27567 #. type: verbatim
27568 #: ../fish/guestfish-actions.pod:3308
27569 #, no-wrap
27570 msgid ""
27571 " part-to-dev partition\n"
27572 "\n"
27573 msgstr ""
27574
27575 # type: textblock
27576 #. type: textblock
27577 #: ../fish/guestfish-actions.pod:3314
27578 msgid ""
27579 "The named partition must exist, for example as a string returned from L</"
27580 "list-partitions>."
27581 msgstr ""
27582
27583 # type: =head2
27584 #. type: =head2
27585 #: ../fish/guestfish-actions.pod:3317
27586 msgid "ping-daemon"
27587 msgstr ""
27588
27589 # type: verbatim
27590 #. type: verbatim
27591 #: ../fish/guestfish-actions.pod:3319
27592 #, no-wrap
27593 msgid ""
27594 " ping-daemon\n"
27595 "\n"
27596 msgstr ""
27597
27598 # type: =head2
27599 #. type: =head2
27600 #: ../fish/guestfish-actions.pod:3326
27601 msgid "pread"
27602 msgstr ""
27603
27604 # type: verbatim
27605 #. type: verbatim
27606 #: ../fish/guestfish-actions.pod:3328
27607 #, no-wrap
27608 msgid ""
27609 " pread path count offset\n"
27610 "\n"
27611 msgstr ""
27612
27613 # type: textblock
27614 #. type: textblock
27615 #: ../fish/guestfish-actions.pod:3336
27616 msgid "See also L</pwrite>, L</pread-device>."
27617 msgstr ""
27618
27619 # type: =head2
27620 #. type: =head2
27621 #: ../fish/guestfish-actions.pod:3341
27622 msgid "pread-device"
27623 msgstr ""
27624
27625 # type: verbatim
27626 #. type: verbatim
27627 #: ../fish/guestfish-actions.pod:3343
27628 #, no-wrap
27629 msgid ""
27630 " pread-device device count offset\n"
27631 "\n"
27632 msgstr ""
27633
27634 # type: textblock
27635 #. type: textblock
27636 #: ../fish/guestfish-actions.pod:3351
27637 msgid "See also L</pread>."
27638 msgstr ""
27639
27640 # type: =head2
27641 #. type: =head2
27642 #: ../fish/guestfish-actions.pod:3356
27643 msgid "pvcreate"
27644 msgstr ""
27645
27646 # type: verbatim
27647 #. type: verbatim
27648 #: ../fish/guestfish-actions.pod:3358
27649 #, no-wrap
27650 msgid ""
27651 " pvcreate device\n"
27652 "\n"
27653 msgstr ""
27654
27655 # type: =head2
27656 #. type: =head2
27657 #: ../fish/guestfish-actions.pod:3364
27658 msgid "pvremove"
27659 msgstr ""
27660
27661 # type: verbatim
27662 #. type: verbatim
27663 #: ../fish/guestfish-actions.pod:3366
27664 #, no-wrap
27665 msgid ""
27666 " pvremove device\n"
27667 "\n"
27668 msgstr ""
27669
27670 # type: =head2
27671 #. type: =head2
27672 #: ../fish/guestfish-actions.pod:3375
27673 msgid "pvresize"
27674 msgstr ""
27675
27676 # type: verbatim
27677 #. type: verbatim
27678 #: ../fish/guestfish-actions.pod:3377
27679 #, no-wrap
27680 msgid ""
27681 " pvresize device\n"
27682 "\n"
27683 msgstr ""
27684
27685 # type: =head2
27686 #. type: =head2
27687 #: ../fish/guestfish-actions.pod:3382
27688 msgid "pvresize-size"
27689 msgstr ""
27690
27691 # type: verbatim
27692 #. type: verbatim
27693 #: ../fish/guestfish-actions.pod:3384
27694 #, no-wrap
27695 msgid ""
27696 " pvresize-size device size\n"
27697 "\n"
27698 msgstr ""
27699
27700 # type: textblock
27701 #. type: textblock
27702 #: ../fish/guestfish-actions.pod:3386
27703 msgid ""
27704 "This command is the same as L</pvresize> except that it allows you to "
27705 "specify the new size (in bytes) explicitly."
27706 msgstr ""
27707
27708 # type: =head2
27709 #. type: =head2
27710 #: ../fish/guestfish-actions.pod:3389
27711 msgid "pvs"
27712 msgstr ""
27713
27714 # type: verbatim
27715 #. type: verbatim
27716 #: ../fish/guestfish-actions.pod:3391
27717 #, no-wrap
27718 msgid ""
27719 " pvs\n"
27720 "\n"
27721 msgstr ""
27722
27723 # type: textblock
27724 #. type: textblock
27725 #: ../fish/guestfish-actions.pod:3399
27726 msgid "See also L</pvs-full>."
27727 msgstr ""
27728
27729 # type: =head2
27730 #. type: =head2
27731 #: ../fish/guestfish-actions.pod:3401
27732 msgid "pvs-full"
27733 msgstr ""
27734
27735 # type: verbatim
27736 #. type: verbatim
27737 #: ../fish/guestfish-actions.pod:3403
27738 #, no-wrap
27739 msgid ""
27740 " pvs-full\n"
27741 "\n"
27742 msgstr ""
27743
27744 # type: =head2
27745 #. type: =head2
27746 #: ../fish/guestfish-actions.pod:3408
27747 msgid "pvuuid"
27748 msgstr ""
27749
27750 # type: verbatim
27751 #. type: verbatim
27752 #: ../fish/guestfish-actions.pod:3410
27753 #, no-wrap
27754 msgid ""
27755 " pvuuid device\n"
27756 "\n"
27757 msgstr ""
27758
27759 # type: =head2
27760 #. type: =head2
27761 #: ../fish/guestfish-actions.pod:3414
27762 msgid "pwrite"
27763 msgstr ""
27764
27765 # type: verbatim
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:3416
27768 #, no-wrap
27769 msgid ""
27770 " pwrite path content offset\n"
27771 "\n"
27772 msgstr ""
27773
27774 # type: textblock
27775 #. type: textblock
27776 #: ../fish/guestfish-actions.pod:3427
27777 msgid "See also L</pread>, L</pwrite-device>."
27778 msgstr ""
27779
27780 # type: =head2
27781 #. type: =head2
27782 #: ../fish/guestfish-actions.pod:3432
27783 msgid "pwrite-device"
27784 msgstr ""
27785
27786 # type: verbatim
27787 #. type: verbatim
27788 #: ../fish/guestfish-actions.pod:3434
27789 #, no-wrap
27790 msgid ""
27791 " pwrite-device device content offset\n"
27792 "\n"
27793 msgstr ""
27794
27795 # type: textblock
27796 #. type: textblock
27797 #: ../fish/guestfish-actions.pod:3444
27798 msgid "See also L</pwrite>."
27799 msgstr ""
27800
27801 # type: =head2
27802 #. type: =head2
27803 #: ../fish/guestfish-actions.pod:3449
27804 msgid "read-file"
27805 msgstr ""
27806
27807 # type: verbatim
27808 #. type: verbatim
27809 #: ../fish/guestfish-actions.pod:3451
27810 #, no-wrap
27811 msgid ""
27812 " read-file path\n"
27813 "\n"
27814 msgstr ""
27815
27816 # type: textblock
27817 #. type: textblock
27818 #: ../fish/guestfish-actions.pod:3456
27819 msgid ""
27820 "Unlike L</cat>, this function can correctly handle files that contain "
27821 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27822 "is limited in the total size of file that can be handled."
27823 msgstr ""
27824
27825 # type: =head2
27826 #. type: =head2
27827 #: ../fish/guestfish-actions.pod:3464
27828 msgid "read-lines"
27829 msgstr ""
27830
27831 # type: verbatim
27832 #. type: verbatim
27833 #: ../fish/guestfish-actions.pod:3466
27834 #, no-wrap
27835 msgid ""
27836 " read-lines path\n"
27837 "\n"
27838 msgstr ""
27839
27840 # type: textblock
27841 #. type: textblock
27842 #: ../fish/guestfish-actions.pod:3473
27843 msgid ""
27844 "Note that this function cannot correctly handle binary files (specifically, "
27845 "files containing C<\\0> character which is treated as end of line).  For "
27846 "those you need to use the L</read-file> function which has a more complex "
27847 "interface."
27848 msgstr ""
27849
27850 # type: =head2
27851 #. type: =head2
27852 #: ../fish/guestfish-actions.pod:3478
27853 msgid "readdir"
27854 msgstr ""
27855
27856 # type: verbatim
27857 #. type: verbatim
27858 #: ../fish/guestfish-actions.pod:3480
27859 #, no-wrap
27860 msgid ""
27861 " readdir dir\n"
27862 "\n"
27863 msgstr ""
27864
27865 # type: textblock
27866 #. type: textblock
27867 #: ../fish/guestfish-actions.pod:3532
27868 msgid ""
27869 "This function is primarily intended for use by programs.  To get a simple "
27870 "list of names, use L</ls>.  To get a printable directory for human "
27871 "consumption, use L</ll>."
27872 msgstr ""
27873
27874 # type: =head2
27875 #. type: =head2
27876 #: ../fish/guestfish-actions.pod:3536
27877 msgid "readlink"
27878 msgstr ""
27879
27880 # type: verbatim
27881 #. type: verbatim
27882 #: ../fish/guestfish-actions.pod:3538
27883 #, no-wrap
27884 msgid ""
27885 " readlink path\n"
27886 "\n"
27887 msgstr ""
27888
27889 # type: =head2
27890 #. type: =head2
27891 #: ../fish/guestfish-actions.pod:3542
27892 msgid "readlinklist"
27893 msgstr ""
27894
27895 # type: verbatim
27896 #. type: verbatim
27897 #: ../fish/guestfish-actions.pod:3544
27898 #, no-wrap
27899 msgid ""
27900 " readlinklist path 'names ...'\n"
27901 "\n"
27902 msgstr ""
27903
27904 # type: =head2
27905 #. type: =head2
27906 #: ../fish/guestfish-actions.pod:3568
27907 msgid "realpath"
27908 msgstr ""
27909
27910 # type: verbatim
27911 #. type: verbatim
27912 #: ../fish/guestfish-actions.pod:3570
27913 #, no-wrap
27914 msgid ""
27915 " realpath path\n"
27916 "\n"
27917 msgstr ""
27918
27919 # type: =head2
27920 #. type: =head2
27921 #: ../fish/guestfish-actions.pod:3575
27922 msgid "removexattr"
27923 msgstr ""
27924
27925 # type: verbatim
27926 #. type: verbatim
27927 #: ../fish/guestfish-actions.pod:3577
27928 #, no-wrap
27929 msgid ""
27930 " removexattr xattr path\n"
27931 "\n"
27932 msgstr ""
27933
27934 # type: textblock
27935 #. type: textblock
27936 #: ../fish/guestfish-actions.pod:3582
27937 msgid "See also: L</lremovexattr>, L<attr(5)>."
27938 msgstr ""
27939
27940 # type: =head2
27941 #. type: =head2
27942 #: ../fish/guestfish-actions.pod:3584
27943 msgid "resize2fs"
27944 msgstr ""
27945
27946 # type: verbatim
27947 #. type: verbatim
27948 #: ../fish/guestfish-actions.pod:3586
27949 #, no-wrap
27950 msgid ""
27951 " resize2fs device\n"
27952 "\n"
27953 msgstr ""
27954
27955 # type: textblock
27956 #. type: textblock
27957 #: ../fish/guestfish-actions.pod:3591
27958 msgid ""
27959 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
27960 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
27961 "gives an error about this and sometimes not.  In any case, it is always safe "
27962 "to call L</e2fsck-f> before calling this function."
27963 msgstr ""
27964
27965 # type: =head2
27966 #. type: =head2
27967 #: ../fish/guestfish-actions.pod:3597
27968 msgid "resize2fs-size"
27969 msgstr ""
27970
27971 # type: verbatim
27972 #. type: verbatim
27973 #: ../fish/guestfish-actions.pod:3599
27974 #, no-wrap
27975 msgid ""
27976 " resize2fs-size device size\n"
27977 "\n"
27978 msgstr ""
27979
27980 # type: textblock
27981 #. type: textblock
27982 #: ../fish/guestfish-actions.pod:3601
27983 msgid ""
27984 "This command is the same as L</resize2fs> except that it allows you to "
27985 "specify the new size (in bytes) explicitly."
27986 msgstr ""
27987
27988 # type: =head2
27989 #. type: =head2
27990 #: ../fish/guestfish-actions.pod:3604
27991 msgid "rm"
27992 msgstr ""
27993
27994 # type: verbatim
27995 #. type: verbatim
27996 #: ../fish/guestfish-actions.pod:3606
27997 #, no-wrap
27998 msgid ""
27999 " rm path\n"
28000 "\n"
28001 msgstr ""
28002
28003 # type: =head2
28004 #. type: =head2
28005 #: ../fish/guestfish-actions.pod:3610
28006 msgid "rm-rf"
28007 msgstr ""
28008
28009 # type: verbatim
28010 #. type: verbatim
28011 #: ../fish/guestfish-actions.pod:3612
28012 #, no-wrap
28013 msgid ""
28014 " rm-rf path\n"
28015 "\n"
28016 msgstr ""
28017
28018 # type: =head2
28019 #. type: =head2
28020 #: ../fish/guestfish-actions.pod:3618
28021 msgid "rmdir"
28022 msgstr ""
28023
28024 # type: verbatim
28025 #. type: verbatim
28026 #: ../fish/guestfish-actions.pod:3620
28027 #, no-wrap
28028 msgid ""
28029 " rmdir path\n"
28030 "\n"
28031 msgstr ""
28032
28033 # type: =head2
28034 #. type: =head2
28035 #: ../fish/guestfish-actions.pod:3624
28036 msgid "rmmountpoint"
28037 msgstr ""
28038
28039 # type: verbatim
28040 #. type: verbatim
28041 #: ../fish/guestfish-actions.pod:3626
28042 #, no-wrap
28043 msgid ""
28044 " rmmountpoint exemptpath\n"
28045 "\n"
28046 msgstr ""
28047
28048 # type: textblock
28049 #. type: textblock
28050 #: ../fish/guestfish-actions.pod:3628
28051 msgid ""
28052 "This calls removes a mountpoint that was previously created with L</"
28053 "mkmountpoint>.  See L</mkmountpoint> for full details."
28054 msgstr ""
28055
28056 # type: =head2
28057 #. type: =head2
28058 #: ../fish/guestfish-actions.pod:3632
28059 msgid "scrub-device"
28060 msgstr ""
28061
28062 # type: verbatim
28063 #. type: verbatim
28064 #: ../fish/guestfish-actions.pod:3634
28065 #, no-wrap
28066 msgid ""
28067 " scrub-device device\n"
28068 "\n"
28069 msgstr ""
28070
28071 # type: =head2
28072 #. type: =head2
28073 #: ../fish/guestfish-actions.pod:3645
28074 msgid "scrub-file"
28075 msgstr ""
28076
28077 # type: verbatim
28078 #. type: verbatim
28079 #: ../fish/guestfish-actions.pod:3647
28080 #, no-wrap
28081 msgid ""
28082 " scrub-file file\n"
28083 "\n"
28084 msgstr ""
28085
28086 # type: =head2
28087 #. type: =head2
28088 #: ../fish/guestfish-actions.pod:3657
28089 msgid "scrub-freespace"
28090 msgstr ""
28091
28092 # type: verbatim
28093 #. type: verbatim
28094 #: ../fish/guestfish-actions.pod:3659
28095 #, no-wrap
28096 msgid ""
28097 " scrub-freespace dir\n"
28098 "\n"
28099 msgstr ""
28100
28101 # type: textblock
28102 #. type: textblock
28103 #: ../fish/guestfish-actions.pod:3661
28104 msgid ""
28105 "This command creates the directory C<dir> and then fills it with files until "
28106 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28107 "deletes them.  The intention is to scrub any free space on the partition "
28108 "containing C<dir>."
28109 msgstr ""
28110
28111 # type: =head2
28112 #. type: =head2
28113 #: ../fish/guestfish-actions.pod:3670
28114 msgid "set-append"
28115 msgstr ""
28116
28117 # type: =head2
28118 #. type: =head2
28119 #: ../fish/guestfish-actions.pod:3672
28120 msgid "append"
28121 msgstr ""
28122
28123 # type: verbatim
28124 #. type: verbatim
28125 #: ../fish/guestfish-actions.pod:3674
28126 #, no-wrap
28127 msgid ""
28128 " set-append append\n"
28129 "\n"
28130 msgstr ""
28131
28132 # type: =head2
28133 #. type: =head2
28134 #: ../fish/guestfish-actions.pod:3685
28135 msgid "set-autosync"
28136 msgstr ""
28137
28138 # type: =head2
28139 #. type: =head2
28140 #: ../fish/guestfish-actions.pod:3687
28141 msgid "autosync"
28142 msgstr ""
28143
28144 # type: verbatim
28145 #. type: verbatim
28146 #: ../fish/guestfish-actions.pod:3689
28147 #, no-wrap
28148 msgid ""
28149 " set-autosync true|false\n"
28150 "\n"
28151 msgstr ""
28152
28153 # type: textblock
28154 #. type: textblock
28155 #: ../fish/guestfish-actions.pod:3691
28156 msgid ""
28157 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28158 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28159 "closed (also if the program exits without closing handles)."
28160 msgstr ""
28161
28162 # type: =head2
28163 #. type: =head2
28164 #: ../fish/guestfish-actions.pod:3699
28165 msgid "set-direct"
28166 msgstr ""
28167
28168 # type: =head2
28169 #. type: =head2
28170 #: ../fish/guestfish-actions.pod:3701
28171 msgid "direct"
28172 msgstr ""
28173
28174 # type: verbatim
28175 #. type: verbatim
28176 #: ../fish/guestfish-actions.pod:3703
28177 #, no-wrap
28178 msgid ""
28179 " set-direct true|false\n"
28180 "\n"
28181 msgstr ""
28182
28183 # type: textblock
28184 #. type: textblock
28185 #: ../fish/guestfish-actions.pod:3709
28186 msgid ""
28187 "One consequence of this is that log messages aren't caught by the library "
28188 "and handled by L</set-log-message-callback>, but go straight to stdout."
28189 msgstr ""
28190
28191 # type: =head2
28192 #. type: =head2
28193 #: ../fish/guestfish-actions.pod:3718
28194 msgid "set-e2label"
28195 msgstr ""
28196
28197 # type: verbatim
28198 #. type: verbatim
28199 #: ../fish/guestfish-actions.pod:3720
28200 #, no-wrap
28201 msgid ""
28202 " set-e2label device label\n"
28203 "\n"
28204 msgstr ""
28205
28206 # type: textblock
28207 #. type: textblock
28208 #: ../fish/guestfish-actions.pod:3726
28209 msgid ""
28210 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28211 "label on a filesystem."
28212 msgstr ""
28213
28214 # type: =head2
28215 #. type: =head2
28216 #: ../fish/guestfish-actions.pod:3729
28217 msgid "set-e2uuid"
28218 msgstr ""
28219
28220 # type: verbatim
28221 #. type: verbatim
28222 #: ../fish/guestfish-actions.pod:3731
28223 #, no-wrap
28224 msgid ""
28225 " set-e2uuid device uuid\n"
28226 "\n"
28227 msgstr ""
28228
28229 # type: textblock
28230 #. type: textblock
28231 #: ../fish/guestfish-actions.pod:3738
28232 msgid ""
28233 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28234 "UUID of a filesystem."
28235 msgstr ""
28236
28237 # type: =head2
28238 #. type: =head2
28239 #: ../fish/guestfish-actions.pod:3741
28240 msgid "set-memsize"
28241 msgstr ""
28242
28243 # type: =head2
28244 #. type: =head2
28245 #: ../fish/guestfish-actions.pod:3743
28246 msgid "memsize"
28247 msgstr ""
28248
28249 # type: verbatim
28250 #. type: verbatim
28251 #: ../fish/guestfish-actions.pod:3745
28252 #, no-wrap
28253 msgid ""
28254 " set-memsize memsize\n"
28255 "\n"
28256 msgstr ""
28257
28258 # type: textblock
28259 #. type: textblock
28260 #: ../fish/guestfish-actions.pod:3747
28261 msgid ""
28262 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28263 "This only has any effect if called before L</launch>."
28264 msgstr ""
28265
28266 # type: =head2
28267 #. type: =head2
28268 #: ../fish/guestfish-actions.pod:3758
28269 msgid "set-network"
28270 msgstr ""
28271
28272 # type: =head2
28273 #. type: =head2
28274 #: ../fish/guestfish-actions.pod:3760
28275 msgid "network"
28276 msgstr ""
28277
28278 # type: verbatim
28279 #. type: verbatim
28280 #: ../fish/guestfish-actions.pod:3762
28281 #, no-wrap
28282 msgid ""
28283 " set-network true|false\n"
28284 "\n"
28285 msgstr ""
28286
28287 # type: textblock
28288 #. type: textblock
28289 #: ../fish/guestfish-actions.pod:3770
28290 msgid ""
28291 "You must call this before calling L</launch>, otherwise it has no effect."
28292 msgstr ""
28293
28294 # type: =head2
28295 #. type: =head2
28296 #: ../fish/guestfish-actions.pod:3773
28297 msgid "set-path"
28298 msgstr ""
28299
28300 # type: =head2
28301 #. type: =head2
28302 #: ../fish/guestfish-actions.pod:3775
28303 msgid "path"
28304 msgstr ""
28305
28306 # type: verbatim
28307 #. type: verbatim
28308 #: ../fish/guestfish-actions.pod:3777
28309 #, no-wrap
28310 msgid ""
28311 " set-path searchpath\n"
28312 "\n"
28313 msgstr ""
28314
28315 # type: =head2
28316 #. type: =head2
28317 #: ../fish/guestfish-actions.pod:3786
28318 msgid "set-qemu"
28319 msgstr ""
28320
28321 # type: =head2
28322 #. type: =head2
28323 #: ../fish/guestfish-actions.pod:3788
28324 msgid "qemu"
28325 msgstr ""
28326
28327 # type: verbatim
28328 #. type: verbatim
28329 #: ../fish/guestfish-actions.pod:3790
28330 #, no-wrap
28331 msgid ""
28332 " set-qemu qemu\n"
28333 "\n"
28334 msgstr ""
28335
28336 # type: =head2
28337 #. type: =head2
28338 #: ../fish/guestfish-actions.pod:3810
28339 msgid "set-recovery-proc"
28340 msgstr ""
28341
28342 # type: =head2
28343 #. type: =head2
28344 #: ../fish/guestfish-actions.pod:3812
28345 msgid "recovery-proc"
28346 msgstr ""
28347
28348 # type: verbatim
28349 #. type: verbatim
28350 #: ../fish/guestfish-actions.pod:3814
28351 #, no-wrap
28352 msgid ""
28353 " set-recovery-proc true|false\n"
28354 "\n"
28355 msgstr ""
28356
28357 # type: textblock
28358 #. type: textblock
28359 #: ../fish/guestfish-actions.pod:3816
28360 msgid ""
28361 "If this is called with the parameter C<false> then L</launch> does not "
28362 "create a recovery process.  The purpose of the recovery process is to stop "
28363 "runaway qemu processes in the case where the main program aborts abruptly."
28364 msgstr ""
28365
28366 # type: textblock
28367 #. type: textblock
28368 #: ../fish/guestfish-actions.pod:3821
28369 msgid ""
28370 "This only has any effect if called before L</launch>, and the default is "
28371 "true."
28372 msgstr ""
28373
28374 # type: =head2
28375 #. type: =head2
28376 #: ../fish/guestfish-actions.pod:3830
28377 msgid "set-selinux"
28378 msgstr ""
28379
28380 # type: =head2
28381 #. type: =head2
28382 #: ../fish/guestfish-actions.pod:3832
28383 msgid "selinux"
28384 msgstr ""
28385
28386 # type: verbatim
28387 #. type: verbatim
28388 #: ../fish/guestfish-actions.pod:3834
28389 #, no-wrap
28390 msgid ""
28391 " set-selinux true|false\n"
28392 "\n"
28393 msgstr ""
28394
28395 # type: =head2
28396 #. type: =head2
28397 #: ../fish/guestfish-actions.pod:3845
28398 msgid "set-trace"
28399 msgstr ""
28400
28401 # type: =head2
28402 #. type: =head2
28403 #: ../fish/guestfish-actions.pod:3847
28404 msgid "trace"
28405 msgstr ""
28406
28407 # type: verbatim
28408 #. type: verbatim
28409 #: ../fish/guestfish-actions.pod:3849
28410 #, no-wrap
28411 msgid ""
28412 " set-trace true|false\n"
28413 "\n"
28414 msgstr ""
28415
28416 # type: =head2
28417 #. type: =head2
28418 #: ../fish/guestfish-actions.pod:3865
28419 msgid "set-verbose"
28420 msgstr ""
28421
28422 # type: =head2
28423 #. type: =head2
28424 #: ../fish/guestfish-actions.pod:3867
28425 msgid "verbose"
28426 msgstr ""
28427
28428 # type: verbatim
28429 #. type: verbatim
28430 #: ../fish/guestfish-actions.pod:3869
28431 #, no-wrap
28432 msgid ""
28433 " set-verbose true|false\n"
28434 "\n"
28435 msgstr ""
28436
28437 # type: =head2
28438 #. type: =head2
28439 #: ../fish/guestfish-actions.pod:3876
28440 msgid "setcon"
28441 msgstr ""
28442
28443 # type: verbatim
28444 #. type: verbatim
28445 #: ../fish/guestfish-actions.pod:3878
28446 #, no-wrap
28447 msgid ""
28448 " setcon context\n"
28449 "\n"
28450 msgstr ""
28451
28452 # type: =head2
28453 #. type: =head2
28454 #: ../fish/guestfish-actions.pod:3885
28455 msgid "setxattr"
28456 msgstr ""
28457
28458 # type: verbatim
28459 #. type: verbatim
28460 #: ../fish/guestfish-actions.pod:3887
28461 #, no-wrap
28462 msgid ""
28463 " setxattr xattr val vallen path\n"
28464 "\n"
28465 msgstr ""
28466
28467 # type: textblock
28468 #. type: textblock
28469 #: ../fish/guestfish-actions.pod:3893
28470 msgid "See also: L</lsetxattr>, L<attr(5)>."
28471 msgstr ""
28472
28473 # type: =head2
28474 #. type: =head2
28475 #: ../fish/guestfish-actions.pod:3895
28476 msgid "sfdisk"
28477 msgstr ""
28478
28479 # type: verbatim
28480 #. type: verbatim
28481 #: ../fish/guestfish-actions.pod:3897
28482 #, no-wrap
28483 msgid ""
28484 " sfdisk device cyls heads sectors 'lines ...'\n"
28485 "\n"
28486 msgstr ""
28487
28488 # type: textblock
28489 #. type: textblock
28490 #: ../fish/guestfish-actions.pod:3919
28491 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28492 msgstr ""
28493
28494 # type: =head2
28495 #. type: =head2
28496 #: ../fish/guestfish-actions.pod:3925
28497 msgid "sfdiskM"
28498 msgstr ""
28499
28500 # type: verbatim
28501 #. type: verbatim
28502 #: ../fish/guestfish-actions.pod:3927
28503 #, no-wrap
28504 msgid ""
28505 " sfdiskM device 'lines ...'\n"
28506 "\n"
28507 msgstr ""
28508
28509 # type: textblock
28510 #. type: textblock
28511 #: ../fish/guestfish-actions.pod:3929
28512 msgid ""
28513 "This is a simplified interface to the L</sfdisk> command, where partition "
28514 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28515 "you don't need to specify the cyls, heads and sectors parameters which were "
28516 "rarely if ever used anyway."
28517 msgstr ""
28518
28519 # type: textblock
28520 #. type: textblock
28521 #: ../fish/guestfish-actions.pod:3935
28522 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28523 msgstr ""
28524
28525 # type: =head2
28526 #. type: =head2
28527 #: ../fish/guestfish-actions.pod:3941
28528 msgid "sfdisk-N"
28529 msgstr ""
28530
28531 # type: verbatim
28532 #. type: verbatim
28533 #: ../fish/guestfish-actions.pod:3943
28534 #, no-wrap
28535 msgid ""
28536 " sfdisk-N device partnum cyls heads sectors line\n"
28537 "\n"
28538 msgstr ""
28539
28540 # type: textblock
28541 #. type: textblock
28542 #: ../fish/guestfish-actions.pod:3948
28543 msgid ""
28544 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28545 "cyls/heads/sectors parameters."
28546 msgstr ""
28547
28548 # type: textblock
28549 #. type: textblock
28550 #: ../fish/guestfish-actions.pod:3951
28551 msgid "See also: L</part-add>"
28552 msgstr ""
28553
28554 # type: =head2
28555 #. type: =head2
28556 #: ../fish/guestfish-actions.pod:3956
28557 msgid "sfdisk-disk-geometry"
28558 msgstr ""
28559
28560 # type: verbatim
28561 #. type: verbatim
28562 #: ../fish/guestfish-actions.pod:3958
28563 #, no-wrap
28564 msgid ""
28565 " sfdisk-disk-geometry device\n"
28566 "\n"
28567 msgstr ""
28568
28569 # type: textblock
28570 #. type: textblock
28571 #: ../fish/guestfish-actions.pod:3960
28572 msgid ""
28573 "This displays the disk geometry of C<device> read from the partition table.  "
28574 "Especially in the case where the underlying block device has been resized, "
28575 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28576 "kernel-geometry>)."
28577 msgstr ""
28578
28579 # type: =head2
28580 #. type: =head2
28581 #: ../fish/guestfish-actions.pod:3968
28582 msgid "sfdisk-kernel-geometry"
28583 msgstr ""
28584
28585 # type: verbatim
28586 #. type: verbatim
28587 #: ../fish/guestfish-actions.pod:3970
28588 #, no-wrap
28589 msgid ""
28590 " sfdisk-kernel-geometry device\n"
28591 "\n"
28592 msgstr ""
28593
28594 # type: =head2
28595 #. type: =head2
28596 #: ../fish/guestfish-actions.pod:3977
28597 msgid "sfdisk-l"
28598 msgstr ""
28599
28600 # type: verbatim
28601 #. type: verbatim
28602 #: ../fish/guestfish-actions.pod:3979
28603 #, no-wrap
28604 msgid ""
28605 " sfdisk-l device\n"
28606 "\n"
28607 msgstr ""
28608
28609 # type: textblock
28610 #. type: textblock
28611 #: ../fish/guestfish-actions.pod:3985
28612 msgid "See also: L</part-list>"
28613 msgstr ""
28614
28615 # type: =head2
28616 #. type: =head2
28617 #: ../fish/guestfish-actions.pod:3987
28618 msgid "sh"
28619 msgstr ""
28620
28621 # type: verbatim
28622 #. type: verbatim
28623 #: ../fish/guestfish-actions.pod:3989
28624 #, no-wrap
28625 msgid ""
28626 " sh command\n"
28627 "\n"
28628 msgstr ""
28629
28630 # type: textblock
28631 #. type: textblock
28632 #: ../fish/guestfish-actions.pod:3994
28633 msgid "This is like L</command>, but passes the command to:"
28634 msgstr ""
28635
28636 # type: textblock
28637 #. type: textblock
28638 #: ../fish/guestfish-actions.pod:4002
28639 msgid "All the provisos about L</command> apply to this call."
28640 msgstr ""
28641
28642 # type: =head2
28643 #. type: =head2
28644 #: ../fish/guestfish-actions.pod:4004
28645 msgid "sh-lines"
28646 msgstr ""
28647
28648 # type: verbatim
28649 #. type: verbatim
28650 #: ../fish/guestfish-actions.pod:4006
28651 #, no-wrap
28652 msgid ""
28653 " sh-lines command\n"
28654 "\n"
28655 msgstr ""
28656
28657 # type: textblock
28658 #. type: textblock
28659 #: ../fish/guestfish-actions.pod:4008
28660 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28661 msgstr ""
28662
28663 # type: textblock
28664 #. type: textblock
28665 #: ../fish/guestfish-actions.pod:4011
28666 msgid "See also: L</command-lines>"
28667 msgstr ""
28668
28669 # type: =head2
28670 #. type: =head2
28671 #: ../fish/guestfish-actions.pod:4013
28672 msgid "sleep"
28673 msgstr ""
28674
28675 # type: verbatim
28676 #. type: verbatim
28677 #: ../fish/guestfish-actions.pod:4015
28678 #, no-wrap
28679 msgid ""
28680 " sleep secs\n"
28681 "\n"
28682 msgstr ""
28683
28684 # type: =head2
28685 #. type: =head2
28686 #: ../fish/guestfish-actions.pod:4019
28687 msgid "stat"
28688 msgstr ""
28689
28690 # type: verbatim
28691 #. type: verbatim
28692 #: ../fish/guestfish-actions.pod:4021
28693 #, no-wrap
28694 msgid ""
28695 " stat path\n"
28696 "\n"
28697 msgstr ""
28698
28699 # type: =head2
28700 #. type: =head2
28701 #: ../fish/guestfish-actions.pod:4027
28702 msgid "statvfs"
28703 msgstr ""
28704
28705 # type: verbatim
28706 #. type: verbatim
28707 #: ../fish/guestfish-actions.pod:4029
28708 #, no-wrap
28709 msgid ""
28710 " statvfs path\n"
28711 "\n"
28712 msgstr ""
28713
28714 # type: =head2
28715 #. type: =head2
28716 #: ../fish/guestfish-actions.pod:4037
28717 msgid "strings"
28718 msgstr ""
28719
28720 # type: verbatim
28721 #. type: verbatim
28722 #: ../fish/guestfish-actions.pod:4039
28723 #, no-wrap
28724 msgid ""
28725 " strings path\n"
28726 "\n"
28727 msgstr ""
28728
28729 # type: =head2
28730 #. type: =head2
28731 #: ../fish/guestfish-actions.pod:4047
28732 msgid "strings-e"
28733 msgstr ""
28734
28735 # type: verbatim
28736 #. type: verbatim
28737 #: ../fish/guestfish-actions.pod:4049
28738 #, no-wrap
28739 msgid ""
28740 " strings-e encoding path\n"
28741 "\n"
28742 msgstr ""
28743
28744 # type: textblock
28745 #. type: textblock
28746 #: ../fish/guestfish-actions.pod:4051
28747 msgid ""
28748 "This is like the L</strings> command, but allows you to specify the encoding "
28749 "of strings that are looked for in the source file C<path>."
28750 msgstr ""
28751
28752 # type: textblock
28753 #. type: textblock
28754 #: ../fish/guestfish-actions.pod:4061
28755 msgid ""
28756 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28757 "ISO-8859-X (this is what L</strings> uses)."
28758 msgstr ""
28759
28760 # type: =head2
28761 #. type: =head2
28762 #: ../fish/guestfish-actions.pod:4093
28763 msgid "swapoff-device"
28764 msgstr ""
28765
28766 # type: verbatim
28767 #. type: verbatim
28768 #: ../fish/guestfish-actions.pod:4095
28769 #, no-wrap
28770 msgid ""
28771 " swapoff-device device\n"
28772 "\n"
28773 msgstr ""
28774
28775 # type: textblock
28776 #. type: textblock
28777 #: ../fish/guestfish-actions.pod:4097
28778 msgid ""
28779 "This command disables the libguestfs appliance swap device or partition "
28780 "named C<device>.  See L</swapon-device>."
28781 msgstr ""
28782
28783 # type: =head2
28784 #. type: =head2
28785 #: ../fish/guestfish-actions.pod:4101
28786 msgid "swapoff-file"
28787 msgstr ""
28788
28789 # type: verbatim
28790 #. type: verbatim
28791 #: ../fish/guestfish-actions.pod:4103
28792 #, no-wrap
28793 msgid ""
28794 " swapoff-file file\n"
28795 "\n"
28796 msgstr ""
28797
28798 # type: =head2
28799 #. type: =head2
28800 #: ../fish/guestfish-actions.pod:4107
28801 msgid "swapoff-label"
28802 msgstr ""
28803
28804 # type: verbatim
28805 #. type: verbatim
28806 #: ../fish/guestfish-actions.pod:4109
28807 #, no-wrap
28808 msgid ""
28809 " swapoff-label label\n"
28810 "\n"
28811 msgstr ""
28812
28813 # type: =head2
28814 #. type: =head2
28815 #: ../fish/guestfish-actions.pod:4114
28816 msgid "swapoff-uuid"
28817 msgstr ""
28818
28819 # type: verbatim
28820 #. type: verbatim
28821 #: ../fish/guestfish-actions.pod:4116
28822 #, no-wrap
28823 msgid ""
28824 " swapoff-uuid uuid\n"
28825 "\n"
28826 msgstr ""
28827
28828 # type: =head2
28829 #. type: =head2
28830 #: ../fish/guestfish-actions.pod:4121
28831 msgid "swapon-device"
28832 msgstr ""
28833
28834 # type: verbatim
28835 #. type: verbatim
28836 #: ../fish/guestfish-actions.pod:4123
28837 #, no-wrap
28838 msgid ""
28839 " swapon-device device\n"
28840 "\n"
28841 msgstr ""
28842
28843 # type: textblock
28844 #. type: textblock
28845 #: ../fish/guestfish-actions.pod:4125
28846 msgid ""
28847 "This command enables the libguestfs appliance to use the swap device or "
28848 "partition named C<device>.  The increased memory is made available for all "
28849 "commands, for example those run using L</command> or L</sh>."
28850 msgstr ""
28851
28852 # type: =head2
28853 #. type: =head2
28854 #: ../fish/guestfish-actions.pod:4137
28855 msgid "swapon-file"
28856 msgstr ""
28857
28858 # type: verbatim
28859 #. type: verbatim
28860 #: ../fish/guestfish-actions.pod:4139
28861 #, no-wrap
28862 msgid ""
28863 " swapon-file file\n"
28864 "\n"
28865 msgstr ""
28866
28867 # type: textblock
28868 #. type: textblock
28869 #: ../fish/guestfish-actions.pod:4141
28870 msgid ""
28871 "This command enables swap to a file.  See L</swapon-device> for other notes."
28872 msgstr ""
28873
28874 # type: =head2
28875 #. type: =head2
28876 #: ../fish/guestfish-actions.pod:4144
28877 msgid "swapon-label"
28878 msgstr ""
28879
28880 # type: verbatim
28881 #. type: verbatim
28882 #: ../fish/guestfish-actions.pod:4146
28883 #, no-wrap
28884 msgid ""
28885 " swapon-label label\n"
28886 "\n"
28887 msgstr ""
28888
28889 # type: textblock
28890 #. type: textblock
28891 #: ../fish/guestfish-actions.pod:4148
28892 msgid ""
28893 "This command enables swap to a labeled swap partition.  See L</swapon-"
28894 "device> for other notes."
28895 msgstr ""
28896
28897 # type: =head2
28898 #. type: =head2
28899 #: ../fish/guestfish-actions.pod:4151
28900 msgid "swapon-uuid"
28901 msgstr ""
28902
28903 # type: verbatim
28904 #. type: verbatim
28905 #: ../fish/guestfish-actions.pod:4153
28906 #, no-wrap
28907 msgid ""
28908 " swapon-uuid uuid\n"
28909 "\n"
28910 msgstr ""
28911
28912 # type: textblock
28913 #. type: textblock
28914 #: ../fish/guestfish-actions.pod:4155
28915 msgid ""
28916 "This command enables swap to a swap partition with the given UUID.  See L</"
28917 "swapon-device> for other notes."
28918 msgstr ""
28919
28920 # type: =head2
28921 #. type: =head2
28922 #: ../fish/guestfish-actions.pod:4158
28923 msgid "sync"
28924 msgstr ""
28925
28926 # type: verbatim
28927 #. type: verbatim
28928 #: ../fish/guestfish-actions.pod:4160
28929 #, no-wrap
28930 msgid ""
28931 " sync\n"
28932 "\n"
28933 msgstr ""
28934
28935 # type: =head2
28936 #. type: =head2
28937 #: ../fish/guestfish-actions.pod:4168
28938 msgid "tail"
28939 msgstr ""
28940
28941 # type: verbatim
28942 #. type: verbatim
28943 #: ../fish/guestfish-actions.pod:4170
28944 #, no-wrap
28945 msgid ""
28946 " tail path\n"
28947 "\n"
28948 msgstr ""
28949
28950 # type: =head2
28951 #. type: =head2
28952 #: ../fish/guestfish-actions.pod:4178
28953 msgid "tail-n"
28954 msgstr ""
28955
28956 # type: verbatim
28957 #. type: verbatim
28958 #: ../fish/guestfish-actions.pod:4180
28959 #, no-wrap
28960 msgid ""
28961 " tail-n nrlines path\n"
28962 "\n"
28963 msgstr ""
28964
28965 # type: =head2
28966 #. type: =head2
28967 #: ../fish/guestfish-actions.pod:4193
28968 msgid "tar-in"
28969 msgstr ""
28970
28971 # type: verbatim
28972 #. type: verbatim
28973 #: ../fish/guestfish-actions.pod:4195
28974 #, no-wrap
28975 msgid ""
28976 " tar-in (tarfile|-) directory\n"
28977 "\n"
28978 msgstr ""
28979
28980 # type: textblock
28981 #. type: textblock
28982 #: ../fish/guestfish-actions.pod:4200
28983 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
28984 msgstr ""
28985
28986 # type: =head2
28987 #. type: =head2
28988 #: ../fish/guestfish-actions.pod:4205
28989 msgid "tar-out"
28990 msgstr ""
28991
28992 # type: verbatim
28993 #. type: verbatim
28994 #: ../fish/guestfish-actions.pod:4207
28995 #, no-wrap
28996 msgid ""
28997 " tar-out directory (tarfile|-)\n"
28998 "\n"
28999 msgstr ""
29000
29001 # type: textblock
29002 #. type: textblock
29003 #: ../fish/guestfish-actions.pod:4212
29004 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
29005 msgstr ""
29006
29007 # type: =head2
29008 #. type: =head2
29009 #: ../fish/guestfish-actions.pod:4217
29010 msgid "tgz-in"
29011 msgstr ""
29012
29013 # type: verbatim
29014 #. type: verbatim
29015 #: ../fish/guestfish-actions.pod:4219
29016 #, no-wrap
29017 msgid ""
29018 " tgz-in (tarball|-) directory\n"
29019 "\n"
29020 msgstr ""
29021
29022 # type: textblock
29023 #. type: textblock
29024 #: ../fish/guestfish-actions.pod:4224
29025 msgid "To upload an uncompressed tarball, use L</tar-in>."
29026 msgstr ""
29027
29028 # type: =head2
29029 #. type: =head2
29030 #: ../fish/guestfish-actions.pod:4228
29031 msgid "tgz-out"
29032 msgstr ""
29033
29034 # type: verbatim
29035 #. type: verbatim
29036 #: ../fish/guestfish-actions.pod:4230
29037 #, no-wrap
29038 msgid ""
29039 " tgz-out directory (tarball|-)\n"
29040 "\n"
29041 msgstr ""
29042
29043 # type: textblock
29044 #. type: textblock
29045 #: ../fish/guestfish-actions.pod:4235
29046 msgid "To download an uncompressed tarball, use L</tar-out>."
29047 msgstr ""
29048
29049 # type: =head2
29050 #. type: =head2
29051 #: ../fish/guestfish-actions.pod:4239
29052 msgid "touch"
29053 msgstr ""
29054
29055 # type: verbatim
29056 #. type: verbatim
29057 #: ../fish/guestfish-actions.pod:4241
29058 #, no-wrap
29059 msgid ""
29060 " touch path\n"
29061 "\n"
29062 msgstr ""
29063
29064 # type: =head2
29065 #. type: =head2
29066 #: ../fish/guestfish-actions.pod:4250
29067 msgid "truncate"
29068 msgstr ""
29069
29070 # type: verbatim
29071 #. type: verbatim
29072 #: ../fish/guestfish-actions.pod:4252
29073 #, no-wrap
29074 msgid ""
29075 " truncate path\n"
29076 "\n"
29077 msgstr ""
29078
29079 # type: =head2
29080 #. type: =head2
29081 #: ../fish/guestfish-actions.pod:4257
29082 msgid "truncate-size"
29083 msgstr ""
29084
29085 # type: verbatim
29086 #. type: verbatim
29087 #: ../fish/guestfish-actions.pod:4259
29088 #, no-wrap
29089 msgid ""
29090 " truncate-size path size\n"
29091 "\n"
29092 msgstr ""
29093
29094 # type: textblock
29095 #. type: textblock
29096 #: ../fish/guestfish-actions.pod:4264
29097 msgid ""
29098 "If the current file size is less than C<size> then the file is extended to "
29099 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29100 "blocks are not allocated for the file until you write to it).  To create a "
29101 "non-sparse file of zeroes, use L</fallocate64> instead."
29102 msgstr ""
29103
29104 # type: =head2
29105 #. type: =head2
29106 #: ../fish/guestfish-actions.pod:4270
29107 msgid "tune2fs-l"
29108 msgstr ""
29109
29110 # type: verbatim
29111 #. type: verbatim
29112 #: ../fish/guestfish-actions.pod:4272
29113 #, no-wrap
29114 msgid ""
29115 " tune2fs-l device\n"
29116 "\n"
29117 msgstr ""
29118
29119 # type: =head2
29120 #. type: =head2
29121 #: ../fish/guestfish-actions.pod:4282
29122 msgid "txz-in"
29123 msgstr ""
29124
29125 # type: verbatim
29126 #. type: verbatim
29127 #: ../fish/guestfish-actions.pod:4284
29128 #, no-wrap
29129 msgid ""
29130 " txz-in (tarball|-) directory\n"
29131 "\n"
29132 msgstr ""
29133
29134 # type: =head2
29135 #. type: =head2
29136 #: ../fish/guestfish-actions.pod:4291
29137 msgid "txz-out"
29138 msgstr ""
29139
29140 # type: verbatim
29141 #. type: verbatim
29142 #: ../fish/guestfish-actions.pod:4293
29143 #, no-wrap
29144 msgid ""
29145 " txz-out directory (tarball|-)\n"
29146 "\n"
29147 msgstr ""
29148
29149 # type: =head2
29150 #. type: =head2
29151 #: ../fish/guestfish-actions.pod:4300
29152 msgid "umask"
29153 msgstr ""
29154
29155 # type: verbatim
29156 #. type: verbatim
29157 #: ../fish/guestfish-actions.pod:4302
29158 #, no-wrap
29159 msgid ""
29160 " umask mask\n"
29161 "\n"
29162 msgstr ""
29163
29164 # type: textblock
29165 #. type: textblock
29166 #: ../fish/guestfish-actions.pod:4316
29167 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29168 msgstr ""
29169
29170 # type: =head2
29171 #. type: =head2
29172 #: ../fish/guestfish-actions.pod:4321
29173 msgid "umount"
29174 msgstr ""
29175
29176 # type: =head2
29177 #. type: =head2
29178 #: ../fish/guestfish-actions.pod:4323
29179 msgid "unmount"
29180 msgstr ""
29181
29182 # type: verbatim
29183 #. type: verbatim
29184 #: ../fish/guestfish-actions.pod:4325
29185 #, no-wrap
29186 msgid ""
29187 " umount pathordevice\n"
29188 "\n"
29189 msgstr ""
29190
29191 # type: =head2
29192 #. type: =head2
29193 #: ../fish/guestfish-actions.pod:4331
29194 msgid "umount-all"
29195 msgstr ""
29196
29197 # type: =head2
29198 #. type: =head2
29199 #: ../fish/guestfish-actions.pod:4333
29200 msgid "unmount-all"
29201 msgstr ""
29202
29203 # type: verbatim
29204 #. type: verbatim
29205 #: ../fish/guestfish-actions.pod:4335
29206 #, no-wrap
29207 msgid ""
29208 " umount-all\n"
29209 "\n"
29210 msgstr ""
29211
29212 # type: =head2
29213 #. type: =head2
29214 #: ../fish/guestfish-actions.pod:4341
29215 msgid "upload"
29216 msgstr ""
29217
29218 # type: verbatim
29219 #. type: verbatim
29220 #: ../fish/guestfish-actions.pod:4343
29221 #, no-wrap
29222 msgid ""
29223 " upload (filename|-) remotefilename\n"
29224 "\n"
29225 msgstr ""
29226
29227 # type: textblock
29228 #. type: textblock
29229 #: ../fish/guestfish-actions.pod:4350
29230 msgid "See also L</download>."
29231 msgstr ""
29232
29233 # type: =head2
29234 #. type: =head2
29235 #: ../fish/guestfish-actions.pod:4354
29236 msgid "upload-offset"
29237 msgstr ""
29238
29239 # type: verbatim
29240 #. type: verbatim
29241 #: ../fish/guestfish-actions.pod:4356
29242 #, no-wrap
29243 msgid ""
29244 " upload-offset (filename|-) remotefilename offset\n"
29245 "\n"
29246 msgstr ""
29247
29248 # type: textblock
29249 #. type: textblock
29250 #: ../fish/guestfish-actions.pod:4368
29251 msgid ""
29252 "Note that there is no limit on the amount of data that can be uploaded with "
29253 "this call, unlike with L</pwrite>, and this call always writes the full "
29254 "amount unless an error occurs."
29255 msgstr ""
29256
29257 # type: textblock
29258 #. type: textblock
29259 #: ../fish/guestfish-actions.pod:4373
29260 msgid "See also L</upload>, L</pwrite>."
29261 msgstr ""
29262
29263 # type: =head2
29264 #. type: =head2
29265 #: ../fish/guestfish-actions.pod:4377
29266 msgid "utimens"
29267 msgstr ""
29268
29269 # type: verbatim
29270 #. type: verbatim
29271 #: ../fish/guestfish-actions.pod:4379
29272 #, no-wrap
29273 msgid ""
29274 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29275 "\n"
29276 msgstr ""
29277
29278 # type: =head2
29279 #. type: =head2
29280 #: ../fish/guestfish-actions.pod:4398
29281 msgid "version"
29282 msgstr ""
29283
29284 # type: verbatim
29285 #. type: verbatim
29286 #: ../fish/guestfish-actions.pod:4400
29287 #, no-wrap
29288 msgid ""
29289 " version\n"
29290 "\n"
29291 msgstr ""
29292
29293 # type: textblock
29294 #. type: textblock
29295 #: ../fish/guestfish-actions.pod:4427
29296 msgid ""
29297 "I<Note:> Don't use this call to test for availability of features.  In "
29298 "enterprise distributions we backport features from later versions into "
29299 "earlier versions, making this an unreliable way to test for features.  Use "
29300 "L</available> instead."
29301 msgstr ""
29302
29303 # type: =head2
29304 #. type: =head2
29305 #: ../fish/guestfish-actions.pod:4433
29306 msgid "vfs-label"
29307 msgstr ""
29308
29309 # type: verbatim
29310 #. type: verbatim
29311 #: ../fish/guestfish-actions.pod:4435
29312 #, no-wrap
29313 msgid ""
29314 " vfs-label device\n"
29315 "\n"
29316 msgstr ""
29317
29318 # type: textblock
29319 #. type: textblock
29320 #: ../fish/guestfish-actions.pod:4442
29321 msgid "To find a filesystem from the label, use L</findfs-label>."
29322 msgstr ""
29323
29324 # type: =head2
29325 #. type: =head2
29326 #: ../fish/guestfish-actions.pod:4444
29327 msgid "vfs-type"
29328 msgstr ""
29329
29330 # type: verbatim
29331 #. type: verbatim
29332 #: ../fish/guestfish-actions.pod:4446
29333 #, no-wrap
29334 msgid ""
29335 " vfs-type device\n"
29336 "\n"
29337 msgstr ""
29338
29339 # type: =head2
29340 #. type: =head2
29341 #: ../fish/guestfish-actions.pod:4456
29342 msgid "vfs-uuid"
29343 msgstr ""
29344
29345 # type: verbatim
29346 #. type: verbatim
29347 #: ../fish/guestfish-actions.pod:4458
29348 #, no-wrap
29349 msgid ""
29350 " vfs-uuid device\n"
29351 "\n"
29352 msgstr ""
29353
29354 # type: textblock
29355 #. type: textblock
29356 #: ../fish/guestfish-actions.pod:4465
29357 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29358 msgstr ""
29359
29360 # type: =head2
29361 #. type: =head2
29362 #: ../fish/guestfish-actions.pod:4467
29363 msgid "vg-activate"
29364 msgstr ""
29365
29366 # type: verbatim
29367 #. type: verbatim
29368 #: ../fish/guestfish-actions.pod:4469
29369 #, no-wrap
29370 msgid ""
29371 " vg-activate true|false 'volgroups ...'\n"
29372 "\n"
29373 msgstr ""
29374
29375 # type: =head2
29376 #. type: =head2
29377 #: ../fish/guestfish-actions.pod:4482
29378 msgid "vg-activate-all"
29379 msgstr ""
29380
29381 # type: verbatim
29382 #. type: verbatim
29383 #: ../fish/guestfish-actions.pod:4484
29384 #, no-wrap
29385 msgid ""
29386 " vg-activate-all true|false\n"
29387 "\n"
29388 msgstr ""
29389
29390 # type: =head2
29391 #. type: =head2
29392 #: ../fish/guestfish-actions.pod:4494
29393 msgid "vgcreate"
29394 msgstr ""
29395
29396 # type: verbatim
29397 #. type: verbatim
29398 #: ../fish/guestfish-actions.pod:4496
29399 #, no-wrap
29400 msgid ""
29401 " vgcreate volgroup 'physvols ...'\n"
29402 "\n"
29403 msgstr ""
29404
29405 # type: =head2
29406 #. type: =head2
29407 #: ../fish/guestfish-actions.pod:4501
29408 msgid "vglvuuids"
29409 msgstr ""
29410
29411 # type: verbatim
29412 #. type: verbatim
29413 #: ../fish/guestfish-actions.pod:4503
29414 #, no-wrap
29415 msgid ""
29416 " vglvuuids vgname\n"
29417 "\n"
29418 msgstr ""
29419
29420 # type: textblock
29421 #. type: textblock
29422 #: ../fish/guestfish-actions.pod:4508
29423 msgid ""
29424 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29425 "logical volumes and volume groups."
29426 msgstr ""
29427
29428 # type: textblock
29429 #. type: textblock
29430 #: ../fish/guestfish-actions.pod:4511
29431 msgid "See also L</vgpvuuids>."
29432 msgstr ""
29433
29434 # type: =head2
29435 #. type: =head2
29436 #: ../fish/guestfish-actions.pod:4513
29437 msgid "vgpvuuids"
29438 msgstr ""
29439
29440 # type: verbatim
29441 #. type: verbatim
29442 #: ../fish/guestfish-actions.pod:4515
29443 #, no-wrap
29444 msgid ""
29445 " vgpvuuids vgname\n"
29446 "\n"
29447 msgstr ""
29448
29449 # type: textblock
29450 #. type: textblock
29451 #: ../fish/guestfish-actions.pod:4520
29452 msgid ""
29453 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29454 "physical volumes and volume groups."
29455 msgstr ""
29456
29457 # type: textblock
29458 #. type: textblock
29459 #: ../fish/guestfish-actions.pod:4523
29460 msgid "See also L</vglvuuids>."
29461 msgstr ""
29462
29463 # type: =head2
29464 #. type: =head2
29465 #: ../fish/guestfish-actions.pod:4525
29466 msgid "vgremove"
29467 msgstr ""
29468
29469 # type: verbatim
29470 #. type: verbatim
29471 #: ../fish/guestfish-actions.pod:4527
29472 #, no-wrap
29473 msgid ""
29474 " vgremove vgname\n"
29475 "\n"
29476 msgstr ""
29477
29478 # type: =head2
29479 #. type: =head2
29480 #: ../fish/guestfish-actions.pod:4534
29481 msgid "vgrename"
29482 msgstr ""
29483
29484 # type: verbatim
29485 #. type: verbatim
29486 #: ../fish/guestfish-actions.pod:4536
29487 #, no-wrap
29488 msgid ""
29489 " vgrename volgroup newvolgroup\n"
29490 "\n"
29491 msgstr ""
29492
29493 # type: =head2
29494 #. type: =head2
29495 #: ../fish/guestfish-actions.pod:4540
29496 msgid "vgs"
29497 msgstr ""
29498
29499 # type: verbatim
29500 #. type: verbatim
29501 #: ../fish/guestfish-actions.pod:4542
29502 #, no-wrap
29503 msgid ""
29504 " vgs\n"
29505 "\n"
29506 msgstr ""
29507
29508 # type: textblock
29509 #. type: textblock
29510 #: ../fish/guestfish-actions.pod:4550
29511 msgid "See also L</vgs-full>."
29512 msgstr ""
29513
29514 # type: =head2
29515 #. type: =head2
29516 #: ../fish/guestfish-actions.pod:4552
29517 msgid "vgs-full"
29518 msgstr ""
29519
29520 # type: verbatim
29521 #. type: verbatim
29522 #: ../fish/guestfish-actions.pod:4554
29523 #, no-wrap
29524 msgid ""
29525 " vgs-full\n"
29526 "\n"
29527 msgstr ""
29528
29529 # type: =head2
29530 #. type: =head2
29531 #: ../fish/guestfish-actions.pod:4559
29532 msgid "vgscan"
29533 msgstr ""
29534
29535 # type: verbatim
29536 #. type: verbatim
29537 #: ../fish/guestfish-actions.pod:4561
29538 #, no-wrap
29539 msgid ""
29540 " vgscan\n"
29541 "\n"
29542 msgstr ""
29543
29544 # type: =head2
29545 #. type: =head2
29546 #: ../fish/guestfish-actions.pod:4566
29547 msgid "vguuid"
29548 msgstr ""
29549
29550 # type: verbatim
29551 #. type: verbatim
29552 #: ../fish/guestfish-actions.pod:4568
29553 #, no-wrap
29554 msgid ""
29555 " vguuid vgname\n"
29556 "\n"
29557 msgstr ""
29558
29559 # type: =head2
29560 #. type: =head2
29561 #: ../fish/guestfish-actions.pod:4572
29562 msgid "wc-c"
29563 msgstr ""
29564
29565 # type: verbatim
29566 #. type: verbatim
29567 #: ../fish/guestfish-actions.pod:4574
29568 #, no-wrap
29569 msgid ""
29570 " wc-c path\n"
29571 "\n"
29572 msgstr ""
29573
29574 # type: =head2
29575 #. type: =head2
29576 #: ../fish/guestfish-actions.pod:4579
29577 msgid "wc-l"
29578 msgstr ""
29579
29580 # type: verbatim
29581 #. type: verbatim
29582 #: ../fish/guestfish-actions.pod:4581
29583 #, no-wrap
29584 msgid ""
29585 " wc-l path\n"
29586 "\n"
29587 msgstr ""
29588
29589 # type: =head2
29590 #. type: =head2
29591 #: ../fish/guestfish-actions.pod:4586
29592 msgid "wc-w"
29593 msgstr ""
29594
29595 # type: verbatim
29596 #. type: verbatim
29597 #: ../fish/guestfish-actions.pod:4588
29598 #, no-wrap
29599 msgid ""
29600 " wc-w path\n"
29601 "\n"
29602 msgstr ""
29603
29604 # type: =head2
29605 #. type: =head2
29606 #: ../fish/guestfish-actions.pod:4593
29607 msgid "write"
29608 msgstr ""
29609
29610 # type: verbatim
29611 #. type: verbatim
29612 #: ../fish/guestfish-actions.pod:4595
29613 #, no-wrap
29614 msgid ""
29615 " write path content\n"
29616 "\n"
29617 msgstr ""
29618
29619 # type: =head2
29620 #. type: =head2
29621 #: ../fish/guestfish-actions.pod:4603
29622 msgid "write-file"
29623 msgstr ""
29624
29625 # type: verbatim
29626 #. type: verbatim
29627 #: ../fish/guestfish-actions.pod:4605
29628 #, no-wrap
29629 msgid ""
29630 " write-file path content size\n"
29631 "\n"
29632 msgstr ""
29633
29634 # type: =head2
29635 #. type: =head2
29636 #: ../fish/guestfish-actions.pod:4628
29637 msgid "zegrep"
29638 msgstr ""
29639
29640 # type: verbatim
29641 #. type: verbatim
29642 #: ../fish/guestfish-actions.pod:4630
29643 #, no-wrap
29644 msgid ""
29645 " zegrep regex path\n"
29646 "\n"
29647 msgstr ""
29648
29649 # type: =head2
29650 #. type: =head2
29651 #: ../fish/guestfish-actions.pod:4638
29652 msgid "zegrepi"
29653 msgstr ""
29654
29655 # type: verbatim
29656 #. type: verbatim
29657 #: ../fish/guestfish-actions.pod:4640
29658 #, no-wrap
29659 msgid ""
29660 " zegrepi regex path\n"
29661 "\n"
29662 msgstr ""
29663
29664 # type: =head2
29665 #. type: =head2
29666 #: ../fish/guestfish-actions.pod:4648
29667 msgid "zero"
29668 msgstr ""
29669
29670 # type: verbatim
29671 #. type: verbatim
29672 #: ../fish/guestfish-actions.pod:4650
29673 #, no-wrap
29674 msgid ""
29675 " zero device\n"
29676 "\n"
29677 msgstr ""
29678
29679 # type: textblock
29680 #. type: textblock
29681 #: ../fish/guestfish-actions.pod:4658
29682 msgid "See also: L</zero-device>, L</scrub-device>."
29683 msgstr ""
29684
29685 # type: =head2
29686 #. type: =head2
29687 #: ../fish/guestfish-actions.pod:4660
29688 msgid "zero-device"
29689 msgstr ""
29690
29691 # type: verbatim
29692 #. type: verbatim
29693 #: ../fish/guestfish-actions.pod:4662
29694 #, no-wrap
29695 msgid ""
29696 " zero-device device\n"
29697 "\n"
29698 msgstr ""
29699
29700 # type: textblock
29701 #. type: textblock
29702 #: ../fish/guestfish-actions.pod:4664
29703 msgid ""
29704 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29705 "which just zeroes the first few blocks of a device."
29706 msgstr ""
29707
29708 # type: =head2
29709 #. type: =head2
29710 #: ../fish/guestfish-actions.pod:4671
29711 msgid "zerofree"
29712 msgstr ""
29713
29714 # type: verbatim
29715 #. type: verbatim
29716 #: ../fish/guestfish-actions.pod:4673
29717 #, no-wrap
29718 msgid ""
29719 " zerofree device\n"
29720 "\n"
29721 msgstr ""
29722
29723 # type: =head2
29724 #. type: =head2
29725 #: ../fish/guestfish-actions.pod:4686
29726 msgid "zfgrep"
29727 msgstr ""
29728
29729 # type: verbatim
29730 #. type: verbatim
29731 #: ../fish/guestfish-actions.pod:4688
29732 #, no-wrap
29733 msgid ""
29734 " zfgrep pattern path\n"
29735 "\n"
29736 msgstr ""
29737
29738 # type: =head2
29739 #. type: =head2
29740 #: ../fish/guestfish-actions.pod:4696
29741 msgid "zfgrepi"
29742 msgstr ""
29743
29744 # type: verbatim
29745 #. type: verbatim
29746 #: ../fish/guestfish-actions.pod:4698
29747 #, no-wrap
29748 msgid ""
29749 " zfgrepi pattern path\n"
29750 "\n"
29751 msgstr ""
29752
29753 # type: =head2
29754 #. type: =head2
29755 #: ../fish/guestfish-actions.pod:4706
29756 msgid "zfile"
29757 msgstr ""
29758
29759 # type: verbatim
29760 #. type: verbatim
29761 #: ../fish/guestfish-actions.pod:4708
29762 #, no-wrap
29763 msgid ""
29764 " zfile meth path\n"
29765 "\n"
29766 msgstr ""
29767
29768 # type: textblock
29769 #. type: textblock
29770 #: ../fish/guestfish-actions.pod:4715
29771 msgid ""
29772 "Since 1.0.63, use L</file> instead which can now process compressed files."
29773 msgstr ""
29774
29775 # type: =head2
29776 #. type: =head2
29777 #: ../fish/guestfish-actions.pod:4725
29778 msgid "zgrep"
29779 msgstr ""
29780
29781 # type: verbatim
29782 #. type: verbatim
29783 #: ../fish/guestfish-actions.pod:4727
29784 #, no-wrap
29785 msgid ""
29786 " zgrep regex path\n"
29787 "\n"
29788 msgstr ""
29789
29790 # type: =head2
29791 #. type: =head2
29792 #: ../fish/guestfish-actions.pod:4735
29793 msgid "zgrepi"
29794 msgstr ""
29795
29796 # type: verbatim
29797 #. type: verbatim
29798 #: ../fish/guestfish-actions.pod:4737
29799 #, no-wrap
29800 msgid ""
29801 " zgrepi regex path\n"
29802 "\n"
29803 msgstr ""
29804
29805 # type: =head2
29806 #. type: =head2
29807 #: ../fish/guestfish-commands.pod:1
29808 msgid "alloc"
29809 msgstr ""
29810
29811 # type: =head2
29812 #. type: =head2
29813 #: ../fish/guestfish-commands.pod:3
29814 msgid "allocate"
29815 msgstr ""
29816
29817 # type: verbatim
29818 #. type: verbatim
29819 #: ../fish/guestfish-commands.pod:5
29820 #, no-wrap
29821 msgid ""
29822 " alloc filename size\n"
29823 "\n"
29824 msgstr ""
29825
29826 # type: textblock
29827 #. type: textblock
29828 #: ../fish/guestfish-commands.pod:7
29829 msgid ""
29830 "This creates an empty (zeroed) file of the given size, and then adds so it "
29831 "can be further examined."
29832 msgstr ""
29833
29834 # type: textblock
29835 #. type: textblock
29836 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29837 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29838 msgstr ""
29839
29840 # type: textblock
29841 #. type: textblock
29842 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29843 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29844 msgstr ""
29845
29846 # type: textblock
29847 #. type: textblock
29848 #: ../fish/guestfish-commands.pod:14
29849 msgid ""
29850 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29851 "image, see L</PREPARED DISK IMAGES>."
29852 msgstr ""
29853
29854 # type: =head2
29855 #. type: =head2
29856 #: ../fish/guestfish-commands.pod:17
29857 msgid "copy-in"
29858 msgstr ""
29859
29860 # type: verbatim
29861 #. type: verbatim
29862 #: ../fish/guestfish-commands.pod:19
29863 #, no-wrap
29864 msgid ""
29865 " copy-in local [local ...] /remotedir\n"
29866 "\n"
29867 msgstr ""
29868
29869 # type: textblock
29870 #. type: textblock
29871 #: ../fish/guestfish-commands.pod:21
29872 msgid ""
29873 "C<copy-in> copies local files or directories recursively into the disk "
29874 "image, placing them in the directory called C</remotedir> (which must "
29875 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29876 "other commands as necessary."
29877 msgstr ""
29878
29879 # type: textblock
29880 #. type: textblock
29881 #: ../fish/guestfish-commands.pod:26
29882 msgid ""
29883 "Multiple local files and directories can be specified, but the last "
29884 "parameter must always be a remote directory.  Wildcards cannot be used."
29885 msgstr ""
29886
29887 # type: =head2
29888 #. type: =head2
29889 #: ../fish/guestfish-commands.pod:30
29890 msgid "copy-out"
29891 msgstr ""
29892
29893 # type: verbatim
29894 #. type: verbatim
29895 #: ../fish/guestfish-commands.pod:32
29896 #, no-wrap
29897 msgid ""
29898 " copy-out remote [remote ...] localdir\n"
29899 "\n"
29900 msgstr ""
29901
29902 # type: textblock
29903 #. type: textblock
29904 #: ../fish/guestfish-commands.pod:34
29905 msgid ""
29906 "C<copy-out> copies remote files or directories recursively out of the disk "
29907 "image, placing them on the host disk in a local directory called C<localdir> "
29908 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
29909 "download>, L</tar-out> and other commands as necessary."
29910 msgstr ""
29911
29912 # type: textblock
29913 #. type: textblock
29914 #: ../fish/guestfish-commands.pod:40
29915 msgid ""
29916 "Multiple remote files and directories can be specified, but the last "
29917 "parameter must always be a local directory.  To download to the current "
29918 "directory, use C<.> as in:"
29919 msgstr ""
29920
29921 # type: verbatim
29922 #. type: verbatim
29923 #: ../fish/guestfish-commands.pod:44
29924 #, no-wrap
29925 msgid ""
29926 " copy-out /home .\n"
29927 "\n"
29928 msgstr ""
29929
29930 # type: textblock
29931 #. type: textblock
29932 #: ../fish/guestfish-commands.pod:46
29933 msgid ""
29934 "Wildcards cannot be used in the ordinary command, but you can use them with "
29935 "the help of L</glob> like this:"
29936 msgstr ""
29937
29938 # type: verbatim
29939 #. type: verbatim
29940 #: ../fish/guestfish-commands.pod:49
29941 #, no-wrap
29942 msgid ""
29943 " glob copy-out /home/* .\n"
29944 "\n"
29945 msgstr ""
29946
29947 # type: =head2
29948 #. type: =head2
29949 #: ../fish/guestfish-commands.pod:51
29950 msgid "echo"
29951 msgstr ""
29952
29953 # type: verbatim
29954 #. type: verbatim
29955 #: ../fish/guestfish-commands.pod:53
29956 #, no-wrap
29957 msgid ""
29958 " echo [params ...]\n"
29959 "\n"
29960 msgstr ""
29961
29962 # type: textblock
29963 #. type: textblock
29964 #: ../fish/guestfish-commands.pod:55
29965 msgid "This echos the parameters to the terminal."
29966 msgstr ""
29967
29968 # type: =head2
29969 #. type: =head2
29970 #: ../fish/guestfish-commands.pod:57
29971 msgid "edit"
29972 msgstr ""
29973
29974 # type: =head2
29975 #. type: =head2
29976 #: ../fish/guestfish-commands.pod:59
29977 msgid "vi"
29978 msgstr ""
29979
29980 # type: =head2
29981 #. type: =head2
29982 #: ../fish/guestfish-commands.pod:61
29983 msgid "emacs"
29984 msgstr ""
29985
29986 # type: verbatim
29987 #. type: verbatim
29988 #: ../fish/guestfish-commands.pod:63
29989 #, no-wrap
29990 msgid ""
29991 " edit filename\n"
29992 "\n"
29993 msgstr ""
29994
29995 # type: textblock
29996 #. type: textblock
29997 #: ../fish/guestfish-commands.pod:65
29998 msgid ""
29999 "This is used to edit a file.  It downloads the file, edits it locally using "
30000 "your editor, then uploads the result."
30001 msgstr ""
30002
30003 # type: textblock
30004 #. type: textblock
30005 #: ../fish/guestfish-commands.pod:68
30006 msgid ""
30007 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30008 "or C<emacs> you will get those corresponding editors."
30009 msgstr ""
30010
30011 # type: =head2
30012 #. type: =head2
30013 #: ../fish/guestfish-commands.pod:72
30014 msgid "glob"
30015 msgstr ""
30016
30017 # type: verbatim
30018 #. type: verbatim
30019 #: ../fish/guestfish-commands.pod:74
30020 #, no-wrap
30021 msgid ""
30022 " glob command args...\n"
30023 "\n"
30024 msgstr ""
30025
30026 # type: textblock
30027 #. type: textblock
30028 #: ../fish/guestfish-commands.pod:76
30029 msgid ""
30030 "Expand wildcards in any paths in the args list, and run C<command> "
30031 "repeatedly on each matching path."
30032 msgstr ""
30033
30034 # type: textblock
30035 #. type: textblock
30036 #: ../fish/guestfish-commands.pod:79
30037 msgid "See L</WILDCARDS AND GLOBBING>."
30038 msgstr ""
30039
30040 # type: =head2
30041 #. type: =head2
30042 #: ../fish/guestfish-commands.pod:81
30043 msgid "hexedit"
30044 msgstr ""
30045
30046 # type: verbatim
30047 #. type: verbatim
30048 #: ../fish/guestfish-commands.pod:83
30049 #, no-wrap
30050 msgid ""
30051 " hexedit <filename|device>\n"
30052 " hexedit <filename|device> <max>\n"
30053 " hexedit <filename|device> <start> <max>\n"
30054 "\n"
30055 msgstr ""
30056
30057 # type: textblock
30058 #. type: textblock
30059 #: ../fish/guestfish-commands.pod:87
30060 msgid ""
30061 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30062 "device."
30063 msgstr ""
30064
30065 # type: textblock
30066 #. type: textblock
30067 #: ../fish/guestfish-commands.pod:90
30068 msgid ""
30069 "This command works by downloading potentially the whole file or device, "
30070 "editing it locally, then uploading it.  If the file or device is large, you "
30071 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30072 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30073 "usual modifiers allowed such as C<1M> (1 megabyte)."
30074 msgstr ""
30075
30076 # type: textblock
30077 #. type: textblock
30078 #: ../fish/guestfish-commands.pod:97
30079 msgid "For example to edit the first few sectors of a disk you might do:"
30080 msgstr ""
30081
30082 # type: verbatim
30083 #. type: verbatim
30084 #: ../fish/guestfish-commands.pod:100
30085 #, no-wrap
30086 msgid ""
30087 " hexedit /dev/sda 1M\n"
30088 "\n"
30089 msgstr ""
30090
30091 # type: textblock
30092 #. type: textblock
30093 #: ../fish/guestfish-commands.pod:102
30094 msgid ""
30095 "which would allow you to edit anywhere within the first megabyte of the disk."
30096 msgstr ""
30097
30098 # type: textblock
30099 #. type: textblock
30100 #: ../fish/guestfish-commands.pod:105
30101 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30102 msgstr ""
30103
30104 # type: verbatim
30105 #. type: verbatim
30106 #: ../fish/guestfish-commands.pod:107
30107 #, no-wrap
30108 msgid ""
30109 " hexedit /dev/sda1 0x400 0x400\n"
30110 "\n"
30111 msgstr ""
30112
30113 # type: textblock
30114 #. type: textblock
30115 #: ../fish/guestfish-commands.pod:109
30116 msgid "(assuming the superblock is in the standard location)."
30117 msgstr ""
30118
30119 # type: textblock
30120 #. type: textblock
30121 #: ../fish/guestfish-commands.pod:111
30122 msgid ""
30123 "This command requires the external L<hexedit(1)> program.  You can specify "
30124 "another program to use by setting the C<HEXEDITOR> environment variable."
30125 msgstr ""
30126
30127 # type: textblock
30128 #. type: textblock
30129 #: ../fish/guestfish-commands.pod:115
30130 msgid "See also L</hexdump>."
30131 msgstr ""
30132
30133 # type: =head2
30134 #. type: =head2
30135 #: ../fish/guestfish-commands.pod:117
30136 msgid "lcd"
30137 msgstr ""
30138
30139 # type: verbatim
30140 #. type: verbatim
30141 #: ../fish/guestfish-commands.pod:119
30142 #, no-wrap
30143 msgid ""
30144 " lcd directory\n"
30145 "\n"
30146 msgstr ""
30147
30148 # type: textblock
30149 #. type: textblock
30150 #: ../fish/guestfish-commands.pod:121
30151 msgid ""
30152 "Change the local directory, ie. the current directory of guestfish itself."
30153 msgstr ""
30154
30155 # type: textblock
30156 #. type: textblock
30157 #: ../fish/guestfish-commands.pod:124
30158 msgid "Note that C<!cd> won't do what you might expect."
30159 msgstr ""
30160
30161 # type: =head2
30162 #. type: =head2
30163 #: ../fish/guestfish-commands.pod:126
30164 msgid "man"
30165 msgstr ""
30166
30167 # type: =head2
30168 #. type: =head2
30169 #: ../fish/guestfish-commands.pod:128
30170 msgid "manual"
30171 msgstr ""
30172
30173 # type: verbatim
30174 #. type: verbatim
30175 #: ../fish/guestfish-commands.pod:130
30176 #, no-wrap
30177 msgid ""
30178 "  man\n"
30179 "\n"
30180 msgstr ""
30181
30182 # type: textblock
30183 #. type: textblock
30184 #: ../fish/guestfish-commands.pod:132
30185 msgid "Opens the manual page for guestfish."
30186 msgstr ""
30187
30188 # type: =head2
30189 #. type: =head2
30190 #: ../fish/guestfish-commands.pod:134
30191 msgid "more"
30192 msgstr ""
30193
30194 # type: =head2
30195 #. type: =head2
30196 #: ../fish/guestfish-commands.pod:136
30197 msgid "less"
30198 msgstr ""
30199
30200 # type: verbatim
30201 #. type: verbatim
30202 #: ../fish/guestfish-commands.pod:138
30203 #, no-wrap
30204 msgid ""
30205 " more filename\n"
30206 "\n"
30207 msgstr ""
30208
30209 # type: verbatim
30210 #. type: verbatim
30211 #: ../fish/guestfish-commands.pod:140
30212 #, no-wrap
30213 msgid ""
30214 " less filename\n"
30215 "\n"
30216 msgstr ""
30217
30218 # type: textblock
30219 #. type: textblock
30220 #: ../fish/guestfish-commands.pod:142
30221 msgid "This is used to view a file."
30222 msgstr ""
30223
30224 # type: textblock
30225 #. type: textblock
30226 #: ../fish/guestfish-commands.pod:144
30227 msgid ""
30228 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30229 "C<less> you will get the C<less> command specifically."
30230 msgstr ""
30231
30232 # type: =head2
30233 #. type: =head2
30234 #: ../fish/guestfish-commands.pod:147
30235 msgid "reopen"
30236 msgstr ""
30237
30238 # type: verbatim
30239 #. type: verbatim
30240 #: ../fish/guestfish-commands.pod:149
30241 #, no-wrap
30242 msgid ""
30243 "  reopen\n"
30244 "\n"
30245 msgstr ""
30246
30247 # type: textblock
30248 #. type: textblock
30249 #: ../fish/guestfish-commands.pod:151
30250 msgid ""
30251 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30252 "normally, because the handle is closed properly when guestfish exits.  "
30253 "However this is occasionally useful for testing."
30254 msgstr ""
30255
30256 # type: =head2
30257 #. type: =head2
30258 #: ../fish/guestfish-commands.pod:155
30259 msgid "sparse"
30260 msgstr ""
30261
30262 # type: verbatim
30263 #. type: verbatim
30264 #: ../fish/guestfish-commands.pod:157
30265 #, no-wrap
30266 msgid ""
30267 " sparse filename size\n"
30268 "\n"
30269 msgstr ""
30270
30271 # type: textblock
30272 #. type: textblock
30273 #: ../fish/guestfish-commands.pod:159
30274 msgid ""
30275 "This creates an empty sparse file of the given size, and then adds so it can "
30276 "be further examined."
30277 msgstr ""
30278
30279 # type: textblock
30280 #. type: textblock
30281 #: ../fish/guestfish-commands.pod:162
30282 msgid ""
30283 "In all respects it works the same as the L</alloc> command, except that the "
30284 "image file is allocated sparsely, which means that disk blocks are not "
30285 "assigned to the file until they are needed.  Sparse disk files only use "
30286 "space when written to, but they are slower and there is a danger you could "
30287 "run out of real disk space during a write operation."
30288 msgstr ""
30289
30290 # type: =head2
30291 #. type: =head2
30292 #: ../fish/guestfish-commands.pod:172
30293 msgid "supported"
30294 msgstr ""
30295
30296 # type: verbatim
30297 #. type: verbatim
30298 #: ../fish/guestfish-commands.pod:174
30299 #, no-wrap
30300 msgid ""
30301 " supported\n"
30302 "\n"
30303 msgstr ""
30304
30305 # type: textblock
30306 #. type: textblock
30307 #: ../fish/guestfish-commands.pod:176
30308 msgid ""
30309 "This command returns a list of the optional groups known to the daemon, and "
30310 "indicates which ones are supported by this build of the libguestfs appliance."
30311 msgstr ""
30312
30313 # type: textblock
30314 #. type: textblock
30315 #: ../fish/guestfish-commands.pod:180
30316 msgid "See also L<guestfs(3)/AVAILABILITY>."
30317 msgstr ""
30318
30319 # type: =head2
30320 #. type: =head2
30321 #: ../fish/guestfish-commands.pod:182
30322 msgid "time"
30323 msgstr ""
30324
30325 # type: verbatim
30326 #. type: verbatim
30327 #: ../fish/guestfish-commands.pod:184
30328 #, no-wrap
30329 msgid ""
30330 " time command args...\n"
30331 "\n"
30332 msgstr ""
30333
30334 # type: textblock
30335 #. type: textblock
30336 #: ../fish/guestfish-commands.pod:186
30337 msgid ""
30338 "Run the command as usual, but print the elapsed time afterwards.  This can "
30339 "be useful for benchmarking operations."
30340 msgstr ""
30341
30342 # type: textblock
30343 #. type: textblock
30344 #: ../test-tool/libguestfs-test-tool.pod:5
30345 msgid "libguestfs-test-tool - End user tests for libguestfs"
30346 msgstr ""
30347
30348 # type: verbatim
30349 #. type: verbatim
30350 #: ../test-tool/libguestfs-test-tool.pod:9
30351 #, no-wrap
30352 msgid ""
30353 " libguestfs-test-tool [--options]\n"
30354 "\n"
30355 msgstr ""
30356
30357 # type: textblock
30358 #. type: textblock
30359 #: ../test-tool/libguestfs-test-tool.pod:13
30360 msgid ""
30361 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30362 "and developers, to allow them to check basic libguestfs functionality is "
30363 "working.  This is needed because libguestfs occasionally breaks for reasons "
30364 "beyond our control: usually because of changes in the underlying qemu or "
30365 "kernel packages, or the host environment."
30366 msgstr ""
30367
30368 # type: textblock
30369 #. type: textblock
30370 #: ../test-tool/libguestfs-test-tool.pod:20
30371 msgid "If you suspect a problem in libguestfs, then just run:"
30372 msgstr ""
30373
30374 # type: verbatim
30375 #. type: verbatim
30376 #: ../test-tool/libguestfs-test-tool.pod:22
30377 #, no-wrap
30378 msgid ""
30379 " libguestfs-test-tool\n"
30380 "\n"
30381 msgstr ""
30382
30383 # type: textblock
30384 #. type: textblock
30385 #: ../test-tool/libguestfs-test-tool.pod:24
30386 msgid "It will print lots of diagnostic messages."
30387 msgstr ""
30388
30389 # type: textblock
30390 #. type: textblock
30391 #: ../test-tool/libguestfs-test-tool.pod:26
30392 msgid "If it runs to completion successfully, you will see this near the end:"
30393 msgstr ""
30394
30395 # type: verbatim
30396 #. type: verbatim
30397 #: ../test-tool/libguestfs-test-tool.pod:28
30398 #, no-wrap
30399 msgid ""
30400 " ===== TEST FINISHED OK =====\n"
30401 "\n"
30402 msgstr ""
30403
30404 # type: textblock
30405 #. type: textblock
30406 #: ../test-tool/libguestfs-test-tool.pod:30
30407 msgid "and the test tool will exit with code 0."
30408 msgstr ""
30409
30410 # type: textblock
30411 #. type: textblock
30412 #: ../test-tool/libguestfs-test-tool.pod:32
30413 msgid ""
30414 "If it fails (and/or exits with non-zero error code), please paste the "
30415 "B<complete, unedited> output of the test tool into a bug report.  More "
30416 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30417 "> website."
30418 msgstr ""
30419
30420 # type: =item
30421 #. type: =item
30422 #: ../test-tool/libguestfs-test-tool.pod:41
30423 msgid "I<--help>"
30424 msgstr ""
30425
30426 # type: textblock
30427 #. type: textblock
30428 #: ../test-tool/libguestfs-test-tool.pod:43
30429 msgid "Display short usage information and exit."
30430 msgstr ""
30431
30432 # type: =item
30433 #. type: =item
30434 #: ../test-tool/libguestfs-test-tool.pod:45
30435 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30436 msgstr ""
30437
30438 # type: textblock
30439 #. type: textblock
30440 #: ../test-tool/libguestfs-test-tool.pod:47
30441 msgid ""
30442 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30443 "normally look in the C<$libexec> directory that was configured when the tool "
30444 "was built."
30445 msgstr ""
30446
30447 # type: =item
30448 #. type: =item
30449 #: ../test-tool/libguestfs-test-tool.pod:51
30450 msgid "I<--qemu qemu_binary>"
30451 msgstr ""
30452
30453 # type: textblock
30454 #. type: textblock
30455 #: ../test-tool/libguestfs-test-tool.pod:53
30456 msgid ""
30457 "If you have downloaded another qemu binary, point this option at the full "
30458 "path of the binary to try it."
30459 msgstr ""
30460
30461 # type: =item
30462 #. type: =item
30463 #: ../test-tool/libguestfs-test-tool.pod:56
30464 msgid "I<--qemudir qemu_source_dir>"
30465 msgstr ""
30466
30467 # type: textblock
30468 #. type: textblock
30469 #: ../test-tool/libguestfs-test-tool.pod:58
30470 msgid ""
30471 "If you have compiled qemu from source, point this option at the source "
30472 "directory to try it."
30473 msgstr ""
30474
30475 # type: =item
30476 #. type: =item
30477 #: ../test-tool/libguestfs-test-tool.pod:61
30478 msgid "I<--timeout N>"
30479 msgstr ""
30480
30481 # type: textblock
30482 #. type: textblock
30483 #: ../test-tool/libguestfs-test-tool.pod:63
30484 msgid ""
30485 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30486 "does not usually need to be adjusted unless your machine is very slow."
30487 msgstr ""
30488
30489 # type: =head1
30490 #. type: =head1
30491 #: ../test-tool/libguestfs-test-tool.pod:69
30492 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30493 msgstr ""
30494
30495 # type: textblock
30496 #. type: textblock
30497 #: ../test-tool/libguestfs-test-tool.pod:71
30498 msgid ""
30499 "If you have compiled another version of qemu from source and would like to "
30500 "try that, then you can use the I<--qemudir> option to point to the qemu "
30501 "source directory."
30502 msgstr ""
30503
30504 # type: textblock
30505 #. type: textblock
30506 #: ../test-tool/libguestfs-test-tool.pod:75
30507 msgid ""
30508 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30509 "option to point to the binary."
30510 msgstr ""
30511
30512 # type: textblock
30513 #. type: textblock
30514 #: ../test-tool/libguestfs-test-tool.pod:78
30515 msgid ""
30516 "When using an alternate qemu with libguestfs, usually you would need to "
30517 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30518 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30519 "use either of the I<--qemudir> or I<--qemu> options."
30520 msgstr ""
30521
30522 # type: textblock
30523 #. type: textblock
30524 #: ../test-tool/libguestfs-test-tool.pod:85
30525 msgid ""
30526 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30527 "I<1> if there was an error."
30528 msgstr ""
30529
30530 # type: =item
30531 #. type: =item
30532 #: ../test-tool/libguestfs-test-tool.pod:92
30533 msgid "/usr/libexec/libguestfs-test-tool-helper"
30534 msgstr ""
30535
30536 # type: textblock
30537 #. type: textblock
30538 #: ../test-tool/libguestfs-test-tool.pod:94
30539 msgid ""
30540 "This helper program is run inside the appliance and provides additional "
30541 "tests."
30542 msgstr ""
30543
30544 # type: =item
30545 #. type: =item
30546 #: ../test-tool/libguestfs-test-tool.pod:97
30547 msgid "/usr/bin/mkisofs"
30548 msgstr ""
30549
30550 # type: textblock
30551 #. type: textblock
30552 #: ../test-tool/libguestfs-test-tool.pod:99
30553 msgid ""
30554 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30555 "which is used as part of the tests."
30556 msgstr ""
30557
30558 # type: textblock
30559 #. type: textblock
30560 #: ../test-tool/libguestfs-test-tool.pod:106
30561 msgid ""
30562 "For the full list of environment variables which may affect libguestfs, "
30563 "please see the L<guestfs(3)> manual page."
30564 msgstr ""
30565
30566 # type: textblock
30567 #. type: textblock
30568 #: ../test-tool/libguestfs-test-tool.pod:111
30569 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30570 msgstr ""
30571
30572 # type: textblock
30573 #. type: textblock
30574 #: ../test-tool/libguestfs-test-tool.pod:121
30575 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30576 msgstr ""
30577
30578 # type: textblock
30579 #. type: textblock
30580 #: ../fuse/guestmount.pod:5
30581 msgid ""
30582 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30583 msgstr ""
30584
30585 # type: verbatim
30586 #. type: verbatim
30587 #: ../fuse/guestmount.pod:9
30588 #, no-wrap
30589 msgid ""
30590 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30591 "\n"
30592 msgstr ""
30593
30594 # type: verbatim
30595 #. type: verbatim
30596 #: ../fuse/guestmount.pod:11
30597 #, no-wrap
30598 msgid ""
30599 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30600 "\n"
30601 msgstr ""
30602
30603 # type: verbatim
30604 #. type: verbatim
30605 #: ../fuse/guestmount.pod:13
30606 #, no-wrap
30607 msgid ""
30608 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30609 "\n"
30610 msgstr ""
30611
30612 # type: textblock
30613 #. type: textblock
30614 #: ../fuse/guestmount.pod:17
30615 msgid ""
30616 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30617 "machines.  If you do this, you risk disk corruption in the VM."
30618 msgstr ""
30619
30620 # type: textblock
30621 #. type: textblock
30622 #: ../fuse/guestmount.pod:22
30623 msgid ""
30624 "The guestmount program can be used to mount virtual machine filesystems and "
30625 "other disk images on the host.  It uses libguestfs for access to the guest "
30626 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30627 "a mountable device."
30628 msgstr ""
30629
30630 # type: textblock
30631 #. type: textblock
30632 #: ../fuse/guestmount.pod:27
30633 msgid ""
30634 "Along with other options, you have to give at least one device (I<-a> "
30635 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30636 "option) or use the I<-i> inspection option.  How this works is better "
30637 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30638 "below."
30639 msgstr ""
30640
30641 # type: textblock
30642 #. type: textblock
30643 #: ../fuse/guestmount.pod:33
30644 msgid ""
30645 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30646 "by you, and the filesystem will not be visible to any other users unless you "
30647 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30648 "the filesystem, use the C<fusermount -u> command."
30649 msgstr ""
30650
30651 # type: textblock
30652 #. type: textblock
30653 #: ../fuse/guestmount.pod:41
30654 msgid ""
30655 "For a typical Windows guest which has its main filesystem on the first "
30656 "partition:"
30657 msgstr ""
30658
30659 # type: verbatim
30660 #. type: verbatim
30661 #: ../fuse/guestmount.pod:44
30662 #, no-wrap
30663 msgid ""
30664 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30665 "\n"
30666 msgstr ""
30667
30668 # type: textblock
30669 #. type: textblock
30670 #: ../fuse/guestmount.pod:46
30671 msgid ""
30672 "For a typical Linux guest which has a /boot filesystem on the first "
30673 "partition, and the root filesystem on a logical volume:"
30674 msgstr ""
30675
30676 # type: verbatim
30677 #. type: verbatim
30678 #: ../fuse/guestmount.pod:49
30679 #, no-wrap
30680 msgid ""
30681 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30682 "\n"
30683 msgstr ""
30684
30685 # type: textblock
30686 #. type: textblock
30687 #: ../fuse/guestmount.pod:51
30688 msgid "To get libguestfs to detect guest mountpoints for you:"
30689 msgstr ""
30690
30691 # type: verbatim
30692 #. type: verbatim
30693 #: ../fuse/guestmount.pod:53
30694 #, no-wrap
30695 msgid ""
30696 " guestmount -a guest.img -i --ro /mnt\n"
30697 "\n"
30698 msgstr ""
30699
30700 # type: textblock
30701 #. type: textblock
30702 #: ../fuse/guestmount.pod:55
30703 msgid "For a libvirt guest called \"Guest\" you could do:"
30704 msgstr ""
30705
30706 # type: verbatim
30707 #. type: verbatim
30708 #: ../fuse/guestmount.pod:57
30709 #, no-wrap
30710 msgid ""
30711 " guestmount -d Guest -i --ro /mnt\n"
30712 "\n"
30713 msgstr ""
30714
30715 # type: textblock
30716 #. type: textblock
30717 #: ../fuse/guestmount.pod:59
30718 msgid ""
30719 "If you don't know what filesystems are contained in a guest or disk image, "
30720 "use L<virt-filesystems(1)> first:"
30721 msgstr ""
30722
30723 # type: verbatim
30724 #. type: verbatim
30725 #: ../fuse/guestmount.pod:62
30726 #, no-wrap
30727 msgid ""
30728 " virt-filesystems MyGuest\n"
30729 "\n"
30730 msgstr ""
30731
30732 # type: textblock
30733 #. type: textblock
30734 #: ../fuse/guestmount.pod:64
30735 msgid ""
30736 "If you want to trace the libguestfs calls but without excessive debugging "
30737 "information, we recommend:"
30738 msgstr ""
30739
30740 # type: verbatim
30741 #. type: verbatim
30742 #: ../fuse/guestmount.pod:67
30743 #, no-wrap
30744 msgid ""
30745 " guestmount [...] --trace /mnt\n"
30746 "\n"
30747 msgstr ""
30748
30749 # type: textblock
30750 #. type: textblock
30751 #: ../fuse/guestmount.pod:69
30752 msgid "If you want to debug the program, we recommend:"
30753 msgstr ""
30754
30755 # type: verbatim
30756 #. type: verbatim
30757 #: ../fuse/guestmount.pod:71
30758 #, no-wrap
30759 msgid ""
30760 " guestmount [...] --trace --verbose /mnt\n"
30761 "\n"
30762 msgstr ""
30763
30764 # type: =item
30765 #. type: =item
30766 #: ../fuse/guestmount.pod:77
30767 msgid "B<-a image> | B<--add image>"
30768 msgstr ""
30769
30770 # type: textblock
30771 #. type: textblock
30772 #: ../fuse/guestmount.pod:79
30773 msgid "Add a block device or virtual machine image."
30774 msgstr ""
30775
30776 # type: =item
30777 #. type: =item
30778 #: ../fuse/guestmount.pod:84
30779 msgid "B<-c URI> | B<--connect URI>"
30780 msgstr ""
30781
30782 # type: =item
30783 #. type: =item
30784 #: ../fuse/guestmount.pod:90
30785 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30786 msgstr ""
30787
30788 # type: =item
30789 #. type: =item
30790 #: ../fuse/guestmount.pod:96
30791 msgid "B<--dir-cache-timeout N>"
30792 msgstr ""
30793
30794 # type: textblock
30795 #. type: textblock
30796 #: ../fuse/guestmount.pod:98
30797 msgid ""
30798 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30799 "seconds.  The readdir cache [actually, there are several semi-independent "
30800 "caches] is populated after a readdir(2) call with the stat and extended "
30801 "attributes of the files in the directory, in anticipation that they will be "
30802 "requested soon after."
30803 msgstr ""
30804
30805 # type: textblock
30806 #. type: textblock
30807 #: ../fuse/guestmount.pod:104
30808 msgid ""
30809 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30810 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30811 "requests, only cache existing ones."
30812 msgstr ""
30813
30814 # type: =item
30815 #. type: =item
30816 #: ../fuse/guestmount.pod:115
30817 msgid "B<--format=raw|qcow2|..> | B<--format>"
30818 msgstr ""
30819
30820 # type: textblock
30821 #. type: textblock
30822 #: ../fuse/guestmount.pod:122
30823 msgid ""
30824 "If you have untrusted raw-format guest disk images, you should use this "
30825 "option to specify the disk format.  This avoids a possible security problem "
30826 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30827 "guestfs_add_drive_opts>."
30828 msgstr ""
30829
30830 # type: =item
30831 #. type: =item
30832 #: ../fuse/guestmount.pod:127
30833 msgid "B<--fuse-help>"
30834 msgstr ""
30835
30836 # type: textblock
30837 #. type: textblock
30838 #: ../fuse/guestmount.pod:129
30839 msgid "Display help on special FUSE options (see I<-o> below)."
30840 msgstr ""
30841
30842 # type: textblock
30843 #. type: textblock
30844 #: ../fuse/guestmount.pod:133
30845 msgid "Display brief help and exit."
30846 msgstr ""
30847
30848 # type: =item
30849 #. type: =item
30850 #: ../fuse/guestmount.pod:135
30851 msgid "B<-i> | B<--inspector>"
30852 msgstr ""
30853
30854 # type: =item
30855 #. type: =item
30856 #: ../fuse/guestmount.pod:146
30857 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30858 msgstr ""
30859
30860 # type: textblock
30861 #. type: textblock
30862 #: ../fuse/guestmount.pod:148
30863 msgid ""
30864 "Mount the named partition or logical volume on the given mountpoint B<in the "
30865 "guest> (this has nothing to do with mountpoints in the host)."
30866 msgstr ""
30867
30868 # type: textblock
30869 #. type: textblock
30870 #: ../fuse/guestmount.pod:151
30871 msgid ""
30872 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30873 "something on C</>."
30874 msgstr ""
30875
30876 # type: =item
30877 #. type: =item
30878 #: ../fuse/guestmount.pod:154
30879 msgid "B<-n> | B<--no-sync>"
30880 msgstr ""
30881
30882 # type: textblock
30883 #. type: textblock
30884 #: ../fuse/guestmount.pod:156
30885 msgid ""
30886 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30887 "unmounted.  If you specify this option, then we don't attempt to sync the "
30888 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30889 msgstr ""
30890
30891 # type: =item
30892 #. type: =item
30893 #: ../fuse/guestmount.pod:161
30894 msgid "B<-o option> | B<--option option>"
30895 msgstr ""
30896
30897 # type: textblock
30898 #. type: textblock
30899 #: ../fuse/guestmount.pod:163
30900 msgid "Pass extra options to FUSE."
30901 msgstr ""
30902
30903 # type: textblock
30904 #. type: textblock
30905 #: ../fuse/guestmount.pod:165
30906 msgid ""
30907 "To get a list of all the extra options supported by FUSE, use the command "
30908 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
30909 "of them are a good idea."
30910 msgstr ""
30911
30912 # type: verbatim
30913 #. type: verbatim
30914 #: ../fuse/guestmount.pod:169
30915 #, no-wrap
30916 msgid ""
30917 " guestmount --fuse-help\n"
30918 "\n"
30919 msgstr ""
30920
30921 # type: textblock
30922 #. type: textblock
30923 #: ../fuse/guestmount.pod:171
30924 msgid "Some potentially useful FUSE options:"
30925 msgstr ""
30926
30927 # type: =item
30928 #. type: =item
30929 #: ../fuse/guestmount.pod:175
30930 msgid "B<-o allow_other>"
30931 msgstr ""
30932
30933 # type: textblock
30934 #. type: textblock
30935 #: ../fuse/guestmount.pod:177
30936 msgid "Allow other users to see the filesystem."
30937 msgstr ""
30938
30939 # type: =item
30940 #. type: =item
30941 #: ../fuse/guestmount.pod:179
30942 msgid "B<-o attr_timeout=N>"
30943 msgstr ""
30944
30945 # type: textblock
30946 #. type: textblock
30947 #: ../fuse/guestmount.pod:181
30948 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
30949 msgstr ""
30950
30951 # type: =item
30952 #. type: =item
30953 #: ../fuse/guestmount.pod:183
30954 msgid "B<-o kernel_cache>"
30955 msgstr ""
30956
30957 # type: textblock
30958 #. type: textblock
30959 #: ../fuse/guestmount.pod:185
30960 msgid ""
30961 "Allow the kernel to cache files (reduces the number of reads that have to go "
30962 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
30963 "afford the extra memory usage."
30964 msgstr ""
30965
30966 # type: =item
30967 #. type: =item
30968 #: ../fuse/guestmount.pod:189
30969 msgid "B<-o uid=N> B<-o gid=N>"
30970 msgstr ""
30971
30972 # type: textblock
30973 #. type: textblock
30974 #: ../fuse/guestmount.pod:191
30975 msgid ""
30976 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
30977 "the chosen values."
30978 msgstr ""
30979
30980 # type: =item
30981 #. type: =item
30982 #: ../fuse/guestmount.pod:196
30983 msgid "B<-r> | B<--ro>"
30984 msgstr ""
30985
30986 # type: textblock
30987 #. type: textblock
30988 #: ../fuse/guestmount.pod:198
30989 msgid ""
30990 "Add devices and mount everything read-only.  Also disallow writes and make "
30991 "the disk appear read-only to FUSE."
30992 msgstr ""
30993
30994 # type: textblock
30995 #. type: textblock
30996 #: ../fuse/guestmount.pod:201
30997 msgid ""
30998 "This is highly recommended if you are not going to edit the guest disk.  If "
30999 "the guest is running and this option is I<not> supplied, then there is a "
31000 "strong risk of disk corruption in the guest.  We try to prevent this from "
31001 "happening, but it is not always possible."
31002 msgstr ""
31003
31004 # type: textblock
31005 #. type: textblock
31006 #: ../fuse/guestmount.pod:206
31007 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31008 msgstr ""
31009
31010 # type: textblock
31011 #. type: textblock
31012 #: ../fuse/guestmount.pod:210
31013 msgid "Enable SELinux support for the guest."
31014 msgstr ""
31015
31016 # type: =item
31017 #. type: =item
31018 #: ../fuse/guestmount.pod:212
31019 msgid "B<-v> | B<--verbose>"
31020 msgstr ""
31021
31022 # type: textblock
31023 #. type: textblock
31024 #: ../fuse/guestmount.pod:214
31025 msgid "Enable verbose messages from underlying libguestfs."
31026 msgstr ""
31027
31028 # type: =item
31029 #. type: =item
31030 #: ../fuse/guestmount.pod:216
31031 msgid "B<-V> | B<--version>"
31032 msgstr ""
31033
31034 # type: textblock
31035 #. type: textblock
31036 #: ../fuse/guestmount.pod:218
31037 msgid "Display the program version and exit."
31038 msgstr ""
31039
31040 # type: =item
31041 #. type: =item
31042 #: ../fuse/guestmount.pod:220
31043 msgid "B<-w> | B<--rw>"
31044 msgstr ""
31045
31046 # type: textblock
31047 #. type: textblock
31048 #: ../fuse/guestmount.pod:222
31049 msgid ""
31050 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31051 "FOR READ AND WRITE>."
31052 msgstr ""
31053
31054 # type: =item
31055 #. type: =item
31056 #: ../fuse/guestmount.pod:225
31057 msgid "B<-x> | B<--trace>"
31058 msgstr ""
31059
31060 # type: textblock
31061 #. type: textblock
31062 #: ../fuse/guestmount.pod:227
31063 msgid "Trace libguestfs calls and entry into each FUSE function."
31064 msgstr ""
31065
31066 # type: textblock
31067 #. type: textblock
31068 #: ../fuse/guestmount.pod:229
31069 msgid "This also stops the daemon from forking into the background."
31070 msgstr ""
31071
31072 # type: textblock
31073 #. type: textblock
31074 #: ../fuse/guestmount.pod:235
31075 msgid ""
31076 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31077 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31078 "net/>."
31079 msgstr ""
31080
31081 #. type: textblock
31082 #: ../tools/virt-edit.pl:34
31083 msgid "virt-edit - Edit a file in a virtual machine"
31084 msgstr ""
31085
31086 #. type: verbatim
31087 #: ../tools/virt-edit.pl:38
31088 #, no-wrap
31089 msgid ""
31090 " virt-edit [--options] domname file\n"
31091 "\n"
31092 msgstr ""
31093
31094 #. type: verbatim
31095 #: ../tools/virt-edit.pl:40
31096 #, no-wrap
31097 msgid ""
31098 " virt-edit [--options] disk.img [disk.img ...] file\n"
31099 "\n"
31100 msgstr ""
31101
31102 #. type: verbatim
31103 #: ../tools/virt-edit.pl:42
31104 #, no-wrap
31105 msgid ""
31106 " virt-edit [domname|disk.img] file -e 'expr'\n"
31107 "\n"
31108 msgstr ""
31109
31110 #. type: textblock
31111 #: ../tools/virt-edit.pl:46
31112 msgid ""
31113 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31114 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31115 "doing this, but doesn't catch all cases."
31116 msgstr ""
31117
31118 #. type: textblock
31119 #: ../tools/virt-edit.pl:52
31120 msgid ""
31121 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31122 "the named virtual machine (or disk image)."
31123 msgstr ""
31124
31125 #. type: textblock
31126 #: ../tools/virt-edit.pl:55
31127 msgid ""
31128 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
31129 "you should look at the L<guestfish(1)> tool."
31130 msgstr ""
31131
31132 #. type: textblock
31133 #: ../tools/virt-edit.pl:60
31134 msgid "Edit the named files interactively:"
31135 msgstr ""
31136
31137 #. type: verbatim
31138 #: ../tools/virt-edit.pl:62
31139 #, no-wrap
31140 msgid ""
31141 " virt-edit mydomain /boot/grub/grub.conf\n"
31142 "\n"
31143 msgstr ""
31144
31145 #. type: verbatim
31146 #: ../tools/virt-edit.pl:64
31147 #, no-wrap
31148 msgid ""
31149 " virt-edit mydomain /etc/passwd\n"
31150 "\n"
31151 msgstr ""
31152
31153 #. type: textblock
31154 #: ../tools/virt-edit.pl:66
31155 msgid ""
31156 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
31157 "below).  To change the init default level to 5:"
31158 msgstr ""
31159
31160 #. type: verbatim
31161 #: ../tools/virt-edit.pl:70
31162 #, no-wrap
31163 msgid ""
31164 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31165 "\n"
31166 msgstr ""
31167
31168 #. type: textblock
31169 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106
31170 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
31171 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31172 msgid "Display brief help."
31173 msgstr ""
31174
31175 #. type: textblock
31176 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114
31177 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31178 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
31179 #: ../tools/virt-list-partitions.pl:72
31180 msgid "Display version number and exit."
31181 msgstr ""
31182
31183 #. type: =item
31184 #: ../tools/virt-edit.pl:96
31185 msgid "B<--backup extension> | B<-b extension>"
31186 msgstr ""
31187
31188 #. type: textblock
31189 #: ../tools/virt-edit.pl:98
31190 msgid ""
31191 "Create a backup of the original file I<in the guest disk image>.  The backup "
31192 "has the original filename with C<extension> added."
31193 msgstr ""
31194
31195 #. type: textblock
31196 #: ../tools/virt-edit.pl:101
31197 msgid ""
31198 "Usually the first character of C<extension> would be a dot C<.> so you would "
31199 "write:"
31200 msgstr ""
31201
31202 #. type: verbatim
31203 #: ../tools/virt-edit.pl:104
31204 #, no-wrap
31205 msgid ""
31206 " virt-edit -b .orig [etc]\n"
31207 "\n"
31208 msgstr ""
31209
31210 #. type: textblock
31211 #: ../tools/virt-edit.pl:106
31212 msgid "By default, no backup file is made."
31213 msgstr ""
31214
31215 #. type: =item
31216 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128
31217 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
31218 #: ../tools/virt-list-partitions.pl:78
31219 msgid "B<--connect URI> | B<-c URI>"
31220 msgstr ""
31221
31222 #. type: textblock
31223 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130
31224 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
31225 #: ../tools/virt-list-partitions.pl:80
31226 msgid ""
31227 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31228 "to the default libvirt hypervisor."
31229 msgstr ""
31230
31231 #. type: textblock
31232 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133
31233 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
31234 #: ../tools/virt-list-partitions.pl:83
31235 msgid ""
31236 "If you specify guest block devices directly, then libvirt is not used at all."
31237 msgstr ""
31238
31239 #. type: =item
31240 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140
31241 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31242 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
31243 msgid "B<--format> raw"
31244 msgstr ""
31245
31246 #. type: textblock
31247 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142
31248 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
31249 #: ../tools/virt-list-partitions.pl:92
31250 msgid ""
31251 "Specify the format of disk images given on the command line.  If this is "
31252 "omitted then the format is autodetected from the content of the disk image."
31253 msgstr ""
31254
31255 #. type: textblock
31256 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146
31257 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
31258 #: ../tools/virt-list-partitions.pl:96
31259 msgid ""
31260 "If disk images are requested from libvirt, then this program asks libvirt "
31261 "for this information.  In this case, the value of the format parameter is "
31262 "ignored."
31263 msgstr ""
31264
31265 #. type: textblock
31266 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150
31267 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31268 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
31269 #: ../tools/virt-list-partitions.pl:100
31270 msgid ""
31271 "If working with untrusted raw-format guest disk images, you should ensure "
31272 "the format is always specified."
31273 msgstr ""
31274
31275 #. type: =item
31276 #: ../tools/virt-edit.pl:141
31277 msgid "B<--expr EXPR> | B<-e EXPR>"
31278 msgstr ""
31279
31280 #. type: textblock
31281 #: ../tools/virt-edit.pl:143
31282 msgid ""
31283 "Instead of launching the external editor, non-interactively apply the Perl "
31284 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31285 "EDITING> below."
31286 msgstr ""
31287
31288 #. type: textblock
31289 #: ../tools/virt-edit.pl:147
31290 msgid ""
31291 "Be careful to properly quote the expression to prevent it from being altered "
31292 "by the shell."
31293 msgstr ""
31294
31295 #. type: =head1
31296 #: ../tools/virt-edit.pl:268
31297 msgid "NON-INTERACTIVE EDITING"
31298 msgstr ""
31299
31300 #. type: textblock
31301 #: ../tools/virt-edit.pl:270
31302 msgid ""
31303 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31304 "administrator can interactively edit the file."
31305 msgstr ""
31306
31307 #. type: textblock
31308 #: ../tools/virt-edit.pl:273
31309 msgid ""
31310 "There are two ways also to use C<virt-edit> from scripts in order to make "
31311 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31312 "like this, it's less error-prone to write scripts directly using the "
31313 "libguestfs API and Augeas for configuration file editing.)"
31314 msgstr ""
31315
31316 #. type: textblock
31317 #: ../tools/virt-edit.pl:279
31318 msgid ""
31319 "The first method is to temporarily set C<$EDITOR> to any script or program "
31320 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31321 "update C<tmpfile> in place however it likes."
31322 msgstr ""
31323
31324 #. type: textblock
31325 #: ../tools/virt-edit.pl:283
31326 msgid ""
31327 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31328 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31329 "instances of C<foo> with C<bar> in a file:"
31330 msgstr ""
31331
31332 #. type: verbatim
31333 #: ../tools/virt-edit.pl:287
31334 #, no-wrap
31335 msgid ""
31336 " virt-edit domname filename -e 's/foo/bar/'\n"
31337 "\n"
31338 msgstr ""
31339
31340 #. type: textblock
31341 #: ../tools/virt-edit.pl:289
31342 msgid ""
31343 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31344 "For example to delete root's password you could do:"
31345 msgstr ""
31346
31347 #. type: verbatim
31348 #: ../tools/virt-edit.pl:292
31349 #, no-wrap
31350 msgid ""
31351 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31352 "\n"
31353 msgstr ""
31354
31355 #. type: textblock
31356 #: ../tools/virt-edit.pl:294
31357 msgid ""
31358 "What really happens is that the snippet is evaluated as a Perl expression "
31359 "for each line of the file.  The line, including the final C<\\n>, is passed "
31360 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31361 msgstr ""
31362
31363 #. type: textblock
31364 #: ../tools/virt-edit.pl:299
31365 msgid ""
31366 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31367 "C<apache> user account from the password file you can do:"
31368 msgstr ""
31369
31370 #. type: verbatim
31371 #: ../tools/virt-edit.pl:302
31372 #, no-wrap
31373 msgid ""
31374 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31375 "\n"
31376 msgstr ""
31377
31378 #. type: textblock
31379 #: ../tools/virt-edit.pl:304
31380 msgid ""
31381 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31382 "the end of the file is rather difficult this way since there is no concept "
31383 "of \"last line of the file\" - your expression just doesn't get called "
31384 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31385 "want to do this."
31386 msgstr ""
31387
31388 #. type: textblock
31389 #: ../tools/virt-edit.pl:310
31390 msgid ""
31391 "The variable C<$lineno> contains the current line number.  As is "
31392 "traditional, the first line in the file is number C<1>."
31393 msgstr ""
31394
31395 #. type: textblock
31396 #: ../tools/virt-edit.pl:313
31397 msgid ""
31398 "The return value from the expression is ignored, but the expression may call "
31399 "C<die> in order to abort the whole program, leaving the original file "
31400 "untouched."
31401 msgstr ""
31402
31403 #. type: textblock
31404 #: ../tools/virt-edit.pl:317
31405 msgid ""
31406 "Remember when matching the end of a line that C<$_> may contain the final C<"
31407 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31408 "newline then neither of these.  Thus to match or substitute some text at the "
31409 "end of a line, use this regular expression:"
31410 msgstr ""
31411
31412 #. type: verbatim
31413 #: ../tools/virt-edit.pl:322
31414 #, no-wrap
31415 msgid ""
31416 " /some text(\\r?\\n)?$/\n"
31417 "\n"
31418 msgstr ""
31419
31420 #. type: textblock
31421 #: ../tools/virt-edit.pl:324
31422 msgid ""
31423 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31424 "$_> itself (since that would remove all newlines from the file):"
31425 msgstr ""
31426
31427 #. type: verbatim
31428 #: ../tools/virt-edit.pl:328
31429 #, no-wrap
31430 msgid ""
31431 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31432 "\n"
31433 msgstr ""
31434
31435 #. type: =item
31436 #: ../tools/virt-edit.pl:334
31437 msgid "C<EDITOR>"
31438 msgstr ""
31439
31440 #. type: textblock
31441 #: ../tools/virt-edit.pl:336
31442 msgid ""
31443 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31444 "\"emacs -nw\">"
31445 msgstr ""
31446
31447 #. type: textblock
31448 #: ../tools/virt-edit.pl:339
31449 msgid "If not set, C<vi> is used."
31450 msgstr ""
31451
31452 #. type: =head1
31453 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559
31454 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31455 #: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
31456 #: ../tools/virt-list-partitions.pl:250
31457 msgid "SHELL QUOTING"
31458 msgstr ""
31459
31460 #. type: textblock
31461 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567
31462 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31463 #: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
31464 #: ../tools/virt-list-partitions.pl:252
31465 msgid ""
31466 "Libvirt guest names can contain arbitrary characters, some of which have "
31467 "meaning to the shell such as C<#> and space.  You may need to quote or "
31468 "escape these characters on the command line.  See the shell manual page L<sh"
31469 "(1)> for details."
31470 msgstr ""
31471
31472 #. type: textblock
31473 #: ../tools/virt-edit.pl:352
31474 msgid ""
31475 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31476 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
31477 "L<perlre(1)>."
31478 msgstr ""
31479
31480 #. type: =head1
31481 #: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:598
31482 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31483 #: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
31484 #: ../tools/virt-list-partitions.pl:269
31485 msgid "AUTHOR"
31486 msgstr ""
31487
31488 #. type: textblock
31489 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:600
31490 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31491 #: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
31492 #: ../tools/virt-list-partitions.pl:271
31493 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31494 msgstr ""
31495
31496 #. type: textblock
31497 #: ../tools/virt-edit.pl:368 ../tools/virt-list-partitions.pl:275
31498 msgid "Copyright (C) 2009-2010 Red Hat Inc."
31499 msgstr ""
31500
31501 #. type: textblock
31502 #: ../tools/virt-win-reg.pl:37
31503 msgid ""
31504 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31505 msgstr ""
31506
31507 #. type: verbatim
31508 #: ../tools/virt-win-reg.pl:41
31509 #, no-wrap
31510 msgid ""
31511 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31512 "\n"
31513 msgstr ""
31514
31515 #. type: verbatim
31516 #: ../tools/virt-win-reg.pl:43
31517 #, no-wrap
31518 msgid ""
31519 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31520 "\n"
31521 msgstr ""
31522
31523 #. type: verbatim
31524 #: ../tools/virt-win-reg.pl:45
31525 #, no-wrap
31526 msgid ""
31527 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31528 "\n"
31529 msgstr ""
31530
31531 #. type: verbatim
31532 #: ../tools/virt-win-reg.pl:47
31533 #, no-wrap
31534 msgid ""
31535 " virt-win-reg --merge domname [input.reg ...]\n"
31536 "\n"
31537 msgstr ""
31538
31539 #. type: verbatim
31540 #: ../tools/virt-win-reg.pl:49
31541 #, no-wrap
31542 msgid ""
31543 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31544 "\n"
31545 msgstr ""
31546
31547 #. type: textblock
31548 #: ../tools/virt-win-reg.pl:53
31549 msgid ""
31550 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31551 "virtual machines.  If you do this, you I<will> get irreversible disk "
31552 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31553 "but doesn't catch all cases."
31554 msgstr ""
31555
31556 #. type: textblock
31557 #: ../tools/virt-win-reg.pl:58
31558 msgid ""
31559 "Modifying the Windows Registry is an inherently risky operation.  The format "
31560 "is deliberately obscure and undocumented, and Registry changes can leave the "
31561 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31562 "you have a reliable backup first."
31563 msgstr ""
31564
31565 #. type: textblock
31566 #: ../tools/virt-win-reg.pl:65
31567 msgid ""
31568 "This program can export and merge Windows Registry entries from a Windows "
31569 "guest."
31570 msgstr ""
31571
31572 #. type: textblock
31573 #: ../tools/virt-win-reg.pl:68
31574 msgid ""
31575 "The first parameter is the libvirt guest name or the raw disk image of a "
31576 "Windows guest."
31577 msgstr ""
31578
31579 #. type: textblock
31580 #: ../tools/virt-win-reg.pl:71
31581 msgid ""
31582 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31583 "exported (recursively).  For example:"
31584 msgstr ""
31585
31586 #. type: verbatim
31587 #: ../tools/virt-win-reg.pl:74
31588 #, no-wrap
31589 msgid ""
31590 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31591 "\n"
31592 msgstr ""
31593
31594 #. type: textblock
31595 #: ../tools/virt-win-reg.pl:76
31596 msgid ""
31597 "You can also display single values from within registry keys, for example:"
31598 msgstr ""
31599
31600 #. type: verbatim
31601 #: ../tools/virt-win-reg.pl:79
31602 #, no-wrap
31603 msgid ""
31604 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31605 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31606 " Windows 7 Enterprise\n"
31607 "\n"
31608 msgstr ""
31609
31610 #. type: textblock
31611 #: ../tools/virt-win-reg.pl:83
31612 msgid ""
31613 "With C<--merge>, you can merge a textual regedit file into the Windows "
31614 "Registry:"
31615 msgstr ""
31616
31617 #. type: verbatim
31618 #: ../tools/virt-win-reg.pl:86
31619 #, no-wrap
31620 msgid ""
31621 " $ virt-win-reg --merge Windows7 changes.reg\n"
31622 "\n"
31623 msgstr ""
31624
31625 #. type: =head2
31626 #: ../tools/virt-win-reg.pl:88
31627 msgid "NOTE"
31628 msgstr ""
31629
31630 #. type: textblock
31631 #: ../tools/virt-win-reg.pl:90
31632 msgid ""
31633 "This program is only meant for simple access to the registry.  If you want "
31634 "to do complicated things with the registry, we suggest you download the "
31635 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31636 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31637 "L<hivexregedit(1)>."
31638 msgstr ""
31639
31640 #. type: =item
31641 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31642 msgid "B<--debug>"
31643 msgstr ""
31644
31645 #. type: textblock
31646 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31647 msgid "Enable debugging messages."
31648 msgstr ""
31649
31650 #. type: =item
31651 #: ../tools/virt-win-reg.pl:157
31652 msgid "B<--merge>"
31653 msgstr ""
31654
31655 #. type: textblock
31656 #: ../tools/virt-win-reg.pl:159
31657 msgid ""
31658 "In merge mode, this merges a textual regedit file into the Windows Registry "
31659 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31660 "displays or exports Registry entries instead."
31661 msgstr ""
31662
31663 #. type: textblock
31664 #: ../tools/virt-win-reg.pl:163
31665 msgid ""
31666 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31667 "result in disk corruption.  However exporting (without this flag)  is always "
31668 "safe."
31669 msgstr ""
31670
31671 #. type: =item
31672 #: ../tools/virt-win-reg.pl:171
31673 msgid "B<--encoding> UTF-16LE|ASCII"
31674 msgstr ""
31675
31676 #. type: textblock
31677 #: ../tools/virt-win-reg.pl:173
31678 msgid ""
31679 "When merging (only), you may need to specify the encoding for strings to be "
31680 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31681 "(3)/ENCODING STRINGS>."
31682 msgstr ""
31683
31684 #. type: textblock
31685 #: ../tools/virt-win-reg.pl:177
31686 msgid ""
31687 "The default is to use UTF-16LE, which should work with recent versions of "
31688 "Windows."
31689 msgstr ""
31690
31691 #. type: =head1
31692 #: ../tools/virt-win-reg.pl:402
31693 msgid "SUPPORTED SYSTEMS"
31694 msgstr ""
31695
31696 #. type: textblock
31697 #: ../tools/virt-win-reg.pl:404
31698 msgid ""
31699 "The program currently supports Windows NT-derived guests starting with "
31700 "Windows XP through to at least Windows 7."
31701 msgstr ""
31702
31703 #. type: textblock
31704 #: ../tools/virt-win-reg.pl:407
31705 msgid ""
31706 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31707 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31708 "and C<HKEY_USERS\\.DEFAULT>."
31709 msgstr ""
31710
31711 #. type: textblock
31712 #: ../tools/virt-win-reg.pl:411
31713 msgid ""
31714 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31715 "C<HKEY_USERS>."
31716 msgstr ""
31717
31718 #. type: textblock
31719 #: ../tools/virt-win-reg.pl:414
31720 msgid ""
31721 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31722 "time."
31723 msgstr ""
31724
31725 #. type: =head1
31726 #: ../tools/virt-win-reg.pl:417
31727 msgid "ENCODING"
31728 msgstr ""
31729
31730 #. type: textblock
31731 #: ../tools/virt-win-reg.pl:419
31732 msgid ""
31733 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31734 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31735 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31736 "Windows-style line endings, you may need to reencode the whole file before "
31737 "or after processing."
31738 msgstr ""
31739
31740 #. type: textblock
31741 #: ../tools/virt-win-reg.pl:425
31742 msgid ""
31743 "To reencode a file from Windows format to Linux (before processing it with "
31744 "the C<--merge> option), you would do something like this:"
31745 msgstr ""
31746
31747 #. type: verbatim
31748 #: ../tools/virt-win-reg.pl:428
31749 #, no-wrap
31750 msgid ""
31751 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31752 "\n"
31753 msgstr ""
31754
31755 #. type: textblock
31756 #: ../tools/virt-win-reg.pl:430
31757 msgid ""
31758 "To go in the opposite direction, after exporting and before sending the file "
31759 "to a Windows user, do something like this:"
31760 msgstr ""
31761
31762 #. type: verbatim
31763 #: ../tools/virt-win-reg.pl:433
31764 #, no-wrap
31765 msgid ""
31766 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31767 "\n"
31768 msgstr ""
31769
31770 #. type: textblock
31771 #: ../tools/virt-win-reg.pl:435
31772 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31773 msgstr ""
31774
31775 #. type: textblock
31776 #: ../tools/virt-win-reg.pl:437
31777 msgid ""
31778 "If you are unsure about the current encoding, use the L<file(1)> command.  "
31779 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
31780 "style (CRLF) line endings, like this:"
31781 msgstr ""
31782
31783 #. type: verbatim
31784 #: ../tools/virt-win-reg.pl:441
31785 #, no-wrap
31786 msgid ""
31787 " $ file software.reg\n"
31788 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
31789 " with CRLF line terminators\n"
31790 "\n"
31791 msgstr ""
31792
31793 #. type: textblock
31794 #: ../tools/virt-win-reg.pl:445
31795 msgid "This file would need conversion before you could C<--merge> it."
31796 msgstr ""
31797
31798 #. type: =head1
31799 #: ../tools/virt-win-reg.pl:447
31800 msgid "CurrentControlSet etc."
31801 msgstr ""
31802
31803 #. type: textblock
31804 #: ../tools/virt-win-reg.pl:449
31805 msgid ""
31806 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
31807 "Registry at the level of the hive file, and therefore you cannot modify "
31808 "these."
31809 msgstr ""
31810
31811 #. type: textblock
31812 #: ../tools/virt-win-reg.pl:453
31813 msgid ""
31814 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
31815 "circumstances it might refer to another control set.  The way to find out is "
31816 "to look at the C<HKLM\\SYSTEM\\Select> key:"
31817 msgstr ""
31818
31819 #. type: verbatim
31820 #: ../tools/virt-win-reg.pl:457
31821 #, no-wrap
31822 msgid ""
31823 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
31824 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
31825 " \"Current\"=dword:00000001\n"
31826 " \"Default\"=dword:00000001\n"
31827 " \"Failed\"=dword:00000000\n"
31828 " \"LastKnownGood\"=dword:00000002\n"
31829 "\n"
31830 msgstr ""
31831
31832 #. type: textblock
31833 #: ../tools/virt-win-reg.pl:464
31834 msgid "\"Current\" is the one which Windows will choose when it boots."
31835 msgstr ""
31836
31837 #. type: textblock
31838 #: ../tools/virt-win-reg.pl:466
31839 msgid ""
31840 "Similarly, other C<Current...> keys in the path may need to be replaced."
31841 msgstr ""
31842
31843 #. type: =head1
31844 #: ../tools/virt-win-reg.pl:469
31845 msgid "WINDOWS TIPS"
31846 msgstr ""
31847
31848 #. type: textblock
31849 #: ../tools/virt-win-reg.pl:471
31850 msgid ""
31851 "Note that some of these tips modify the guest disk image.  The guest I<must> "
31852 "be shut off, else you will get disk corruption."
31853 msgstr ""
31854
31855 #. type: =head2
31856 #: ../tools/virt-win-reg.pl:474
31857 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
31858 msgstr ""
31859
31860 #. type: textblock
31861 #: ../tools/virt-win-reg.pl:476
31862 msgid ""
31863 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
31864 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
31865 "is uploaded into C<C:\\>:"
31866 msgstr ""
31867
31868 #. type: verbatim
31869 #: ../tools/virt-win-reg.pl:480
31870 #, no-wrap
31871 msgid ""
31872 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
31873 "\n"
31874 msgstr ""
31875
31876 #. type: textblock
31877 #: ../tools/virt-win-reg.pl:482
31878 msgid "Prepare a regedit file containing the registry change:"
31879 msgstr ""
31880
31881 #. type: verbatim
31882 #: ../tools/virt-win-reg.pl:484
31883 #, no-wrap
31884 msgid ""
31885 " cat > test.reg <<'EOF'\n"
31886 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
31887 " \"Test\"=\"c:\\\\test.bat\"\n"
31888 " EOF\n"
31889 "\n"
31890 msgstr ""
31891
31892 #. type: textblock
31893 #: ../tools/virt-win-reg.pl:489
31894 msgid ""
31895 "In this example we use the key C<RunOnce> which means that the script will "
31896 "run precisely once when the first user logs in.  If you want it to run every "
31897 "time a user logs in, replace C<RunOnce> with C<Run>."
31898 msgstr ""
31899
31900 #. type: textblock
31901 #: ../tools/virt-win-reg.pl:493
31902 msgid "Now update the registry:"
31903 msgstr ""
31904
31905 #. type: verbatim
31906 #: ../tools/virt-win-reg.pl:495
31907 #, no-wrap
31908 msgid ""
31909 " virt-win-reg --merge WindowsGuest test.reg\n"
31910 "\n"
31911 msgstr ""
31912
31913 #. type: =head2
31914 #: ../tools/virt-win-reg.pl:497
31915 msgid "INSTALLING A SERVICE"
31916 msgstr ""
31917
31918 #. type: textblock
31919 #: ../tools/virt-win-reg.pl:499
31920 msgid ""
31921 "This section assumes you are familiar with Windows services, and you either "
31922 "have a program which handles the Windows Service Control Protocol directly "
31923 "or you want to run any program using a service wrapper like SrvAny or the "
31924 "free RHSrvAny."
31925 msgstr ""
31926
31927 #. type: textblock
31928 #: ../tools/virt-win-reg.pl:504
31929 msgid ""
31930 "First upload the program and optionally the service wrapper.  In this case "
31931 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
31932 msgstr ""
31933
31934 #. type: verbatim
31935 #: ../tools/virt-win-reg.pl:508
31936 #, no-wrap
31937 msgid ""
31938 " guestfish -i -d WindowsGuest <<EOF\n"
31939 "   upload rhsrvany.exe /rhsrvany.exe\n"
31940 "   upload test.exe /test.exe\n"
31941 " EOF\n"
31942 "\n"
31943 msgstr ""
31944
31945 #. type: textblock
31946 #: ../tools/virt-win-reg.pl:513
31947 msgid ""
31948 "Prepare a regedit file containing the registry changes.  In this example, "
31949 "the first registry change is needed for the service itself or the service "
31950 "wrapper (if used).  The second registry change is only needed because I am "
31951 "using the RHSrvAny service wrapper."
31952 msgstr ""
31953
31954 #. type: verbatim
31955 #: ../tools/virt-win-reg.pl:518
31956 #, no-wrap
31957 msgid ""
31958 " cat > service.reg <<'EOF'\n"
31959 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
31960 " \"Type\"=dword:00000010\n"
31961 " \"Start\"=dword:00000002\n"
31962 " \"ErrorControl\"=dword:00000001\n"
31963 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
31964 " \"DisplayName\"=\"RHSrvAny\"\n"
31965 " \"ObjectName\"=\"NetworkService\"\n"
31966 " \n"
31967 msgstr ""
31968
31969 #. type: verbatim
31970 #: ../tools/virt-win-reg.pl:527
31971 #, no-wrap
31972 msgid ""
31973 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
31974 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
31975 " \"PWD\"=\"c:\\\\Temp\"\n"
31976 " EOF\n"
31977 "\n"
31978 msgstr ""
31979
31980 #. type: textblock
31981 #: ../tools/virt-win-reg.pl:538
31982 msgid ""
31983 "For use of C<ControlSet001> see the section above in this manual page.  You "
31984 "may need to adjust this according to the control set that is in use by the "
31985 "guest."
31986 msgstr ""
31987
31988 #. type: textblock
31989 #: ../tools/virt-win-reg.pl:544
31990 msgid ""
31991 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
31992 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
31993 "privileged account."
31994 msgstr ""
31995
31996 #. type: textblock
31997 #: ../tools/virt-win-reg.pl:550
31998 msgid ""
31999 "For the meaning of the magic numbers, see this Microsoft KB article: "
32000 "L<http://support.microsoft.com/kb/103000>."
32001 msgstr ""
32002
32003 #. type: textblock
32004 #: ../tools/virt-win-reg.pl:555
32005 msgid "Update the registry:"
32006 msgstr ""
32007
32008 #. type: verbatim
32009 #: ../tools/virt-win-reg.pl:557
32010 #, no-wrap
32011 msgid ""
32012 " virt-win-reg --merge WindowsGuest service.reg\n"
32013 "\n"
32014 msgstr ""
32015
32016 #. type: textblock
32017 #: ../tools/virt-win-reg.pl:561
32018 msgid ""
32019 "Be careful when passing parameters containing C<\\> (backslash) in the "
32020 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32021 "(but not both) to protect them from the shell."
32022 msgstr ""
32023
32024 #. type: textblock
32025 #: ../tools/virt-win-reg.pl:565
32026 msgid "Paths and value names are case-insensitive."
32027 msgstr ""
32028
32029 #. type: textblock
32030 #: ../tools/virt-win-reg.pl:574
32031 msgid ""
32032 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32033 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32034 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32035 msgstr ""
32036
32037 #. type: textblock
32038 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
32039 msgid ""
32040 "When reporting bugs, please enable debugging and capture the I<complete> "
32041 "output:"
32042 msgstr ""
32043
32044 #. type: verbatim
32045 #: ../tools/virt-win-reg.pl:592
32046 #, no-wrap
32047 msgid ""
32048 " export LIBGUESTFS_DEBUG=1\n"
32049 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32050 "\n"
32051 msgstr ""
32052
32053 #. type: textblock
32054 #: ../tools/virt-win-reg.pl:595
32055 msgid ""
32056 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32057 "redhat.com/>"
32058 msgstr ""
32059
32060 #. type: textblock
32061 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32062 #: ../tools/virt-make-fs.pl:570
32063 msgid "Copyright (C) 2010 Red Hat Inc."
32064 msgstr ""
32065
32066 #. type: textblock
32067 #: ../tools/virt-resize.pl:42
32068 msgid "virt-resize - Resize a virtual machine disk"
32069 msgstr ""
32070
32071 #. type: verbatim
32072 #: ../tools/virt-resize.pl:46
32073 #, no-wrap
32074 msgid ""
32075 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32076 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32077 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32078 "\n"
32079 msgstr ""
32080
32081 #. type: textblock
32082 #: ../tools/virt-resize.pl:52
32083 msgid ""
32084 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32085 "larger or smaller overall, and resizing or deleting any partitions contained "
32086 "within."
32087 msgstr ""
32088
32089 #. type: textblock
32090 #: ../tools/virt-resize.pl:56
32091 msgid ""
32092 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32093 "not> be used on live virtual machines - for consistent results, shut the "
32094 "virtual machine down before resizing it."
32095 msgstr ""
32096
32097 #. type: textblock
32098 #: ../tools/virt-resize.pl:60
32099 msgid ""
32100 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32101 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32102 msgstr ""
32103
32104 #. type: textblock
32105 #: ../tools/virt-resize.pl:66
32106 msgid ""
32107 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32108 "fill the extra 5GB of space."
32109 msgstr ""
32110
32111 #. type: verbatim
32112 #: ../tools/virt-resize.pl:69
32113 #, no-wrap
32114 msgid ""
32115 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32116 " virt-filesystems --long -h --all -a olddisk\n"
32117 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32118 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32119 "\n"
32120 msgstr ""
32121
32122 #. type: textblock
32123 #: ../tools/virt-resize.pl:74
32124 msgid ""
32125 "As above, but make the /boot partition 200MB bigger, while giving the "
32126 "remaining space to /dev/sda2:"
32127 msgstr ""
32128
32129 #. type: verbatim
32130 #: ../tools/virt-resize.pl:77
32131 #, no-wrap
32132 msgid ""
32133 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32134 "\n"
32135 msgstr ""
32136
32137 #. type: textblock
32138 #: ../tools/virt-resize.pl:79
32139 msgid "As above, but the output format will be uncompressed qcow2:"
32140 msgstr ""
32141
32142 #. type: verbatim
32143 #: ../tools/virt-resize.pl:81
32144 #, no-wrap
32145 msgid ""
32146 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32147 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32148 "\n"
32149 msgstr ""
32150
32151 #. type: =head1
32152 #: ../tools/virt-resize.pl:84
32153 msgid "DETAILED USAGE"
32154 msgstr ""
32155
32156 #. type: =head2
32157 #: ../tools/virt-resize.pl:86
32158 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32159 msgstr ""
32160
32161 #. type: =item
32162 #: ../tools/virt-resize.pl:90
32163 msgid "1. Shut down the virtual machine"
32164 msgstr ""
32165
32166 #. type: =item
32167 #: ../tools/virt-resize.pl:92
32168 msgid "2. Locate input disk image"
32169 msgstr ""
32170
32171 #. type: textblock
32172 #: ../tools/virt-resize.pl:94
32173 msgid ""
32174 "Locate the input disk image (ie. the file or device on the host containing "
32175 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32176 "dumpxml> like this to find the disk image name:"
32177 msgstr ""
32178
32179 #. type: verbatim
32180 #: ../tools/virt-resize.pl:98
32181 #, no-wrap
32182 msgid ""
32183 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32184 " Found 1 nodes:\n"
32185 " -- NODE --\n"
32186 " <source dev=\"/dev/vg/lv_guest\" />\n"
32187 "\n"
32188 msgstr ""
32189
32190 #. type: =item
32191 #: ../tools/virt-resize.pl:103
32192 msgid "3. Look at current sizing"
32193 msgstr ""
32194
32195 #. type: textblock
32196 #: ../tools/virt-resize.pl:105
32197 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32198 msgstr ""
32199
32200 #. type: verbatim
32201 #: ../tools/virt-resize.pl:108
32202 #, no-wrap
32203 msgid ""
32204 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32205 " Name       Type       Size  Parent\n"
32206 " /dev/sda1  partition  101M  /dev/sda\n"
32207 " /dev/sda2  partition  7.9G  /dev/sda\n"
32208 " /dev/sda   device     8.0G  -\n"
32209 "\n"
32210 msgstr ""
32211
32212 #. type: textblock
32213 #: ../tools/virt-resize.pl:114
32214 msgid ""
32215 "(This example is a virtual machine with an 8 GB disk which we would like to "
32216 "expand up to 10 GB)."
32217 msgstr ""
32218
32219 #. type: =item
32220 #: ../tools/virt-resize.pl:117
32221 msgid "4. Create output disk"
32222 msgstr ""
32223
32224 #. type: textblock
32225 #: ../tools/virt-resize.pl:119
32226 msgid ""
32227 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32228 "to store the resized output disk."
32229 msgstr ""
32230
32231 #. type: textblock
32232 #: ../tools/virt-resize.pl:122
32233 msgid ""
32234 "To store the resized disk image in a file, create a file of a suitable size:"
32235 msgstr ""
32236
32237 #. type: verbatim
32238 #: ../tools/virt-resize.pl:125
32239 #, no-wrap
32240 msgid ""
32241 " # rm -f outdisk\n"
32242 " # truncate -s 10G outdisk\n"
32243 "\n"
32244 msgstr ""
32245
32246 #. type: textblock
32247 #: ../tools/virt-resize.pl:128
32248 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32249 msgstr ""
32250
32251 #. type: verbatim
32252 #: ../tools/virt-resize.pl:130
32253 #, no-wrap
32254 msgid ""
32255 " # lvcreate -L 10G -n lv_name vg_name\n"
32256 "\n"
32257 msgstr ""
32258
32259 #. type: textblock
32260 #: ../tools/virt-resize.pl:132
32261 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32262 msgstr ""
32263
32264 #. type: verbatim
32265 #: ../tools/virt-resize.pl:134
32266 #, no-wrap
32267 msgid ""
32268 " # virsh pool-list\n"
32269 " # virsh vol-create-as poolname newvol 10G\n"
32270 "\n"
32271 msgstr ""
32272
32273 #. type: =item
32274 #: ../tools/virt-resize.pl:137
32275 msgid "5. Resize"
32276 msgstr ""
32277
32278 #. type: textblock
32279 #: ../tools/virt-resize.pl:139
32280 msgid ""
32281 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32282 "file) and the output disk.  The output disk is the one created in the "
32283 "previous step."
32284 msgstr ""
32285
32286 #. type: verbatim
32287 #: ../tools/virt-resize.pl:143
32288 #, no-wrap
32289 msgid ""
32290 " # virt-resize indisk outdisk\n"
32291 "\n"
32292 msgstr ""
32293
32294 #. type: textblock
32295 #: ../tools/virt-resize.pl:145
32296 msgid ""
32297 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32298 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32299 "larger, then an extra, empty partition is created at the end of the disk "
32300 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32301 "error."
32302 msgstr ""
32303
32304 #. type: textblock
32305 #: ../tools/virt-resize.pl:151
32306 msgid ""
32307 "More realistically you'd want to expand existing partitions in the disk "
32308 "image by passing extra options (for the full list see the L</OPTIONS> "
32309 "section below)."
32310 msgstr ""
32311
32312 #. type: textblock
32313 #: ../tools/virt-resize.pl:155
32314 msgid ""
32315 "L</--expand> is the most useful option.  It expands the named partition "
32316 "within the disk to fill any extra space:"
32317 msgstr ""
32318
32319 #. type: verbatim
32320 #: ../tools/virt-resize.pl:158
32321 #, no-wrap
32322 msgid ""
32323 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32324 "\n"
32325 msgstr ""
32326
32327 #. type: textblock
32328 #: ../tools/virt-resize.pl:160
32329 msgid ""
32330 "(In this case, an extra partition is I<not> created at the end of the disk, "
32331 "because there will be no unused space)."
32332 msgstr ""
32333
32334 #. type: textblock
32335 #: ../tools/virt-resize.pl:163
32336 msgid ""
32337 "L</--resize> is the other commonly used option.  The following would "
32338 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32339 "rest of the available space:"
32340 msgstr ""
32341
32342 #. type: verbatim
32343 #: ../tools/virt-resize.pl:167
32344 #, no-wrap
32345 msgid ""
32346 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32347 "     indisk outdisk\n"
32348 "\n"
32349 msgstr ""
32350
32351 #. type: textblock
32352 #: ../tools/virt-resize.pl:170
32353 msgid ""
32354 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32355 "if virt-resize knows how, it will resize the contents, the equivalent of "
32356 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32357 ">.  However virt-resize does not know how to resize some filesystems, so you "
32358 "would have to online resize them after booting the guest."
32359 msgstr ""
32360
32361 #. type: textblock
32362 #: ../tools/virt-resize.pl:177
32363 msgid "Other options are covered below."
32364 msgstr ""
32365
32366 #. type: =item
32367 #: ../tools/virt-resize.pl:179
32368 msgid "6. Test"
32369 msgstr ""
32370
32371 #. type: textblock
32372 #: ../tools/virt-resize.pl:181
32373 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32374 msgstr ""
32375
32376 #. type: textblock
32377 #: ../tools/virt-resize.pl:183
32378 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32379 msgstr ""
32380
32381 #. type: verbatim
32382 #: ../tools/virt-resize.pl:185
32383 #, no-wrap
32384 msgid ""
32385 " # virsh edit guestname\n"
32386 "\n"
32387 msgstr ""
32388
32389 #. type: textblock
32390 #: ../tools/virt-resize.pl:187
32391 msgid ""
32392 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32393 "html#elementsDisks>"
32394 msgstr ""
32395
32396 #. type: textblock
32397 #: ../tools/virt-resize.pl:190
32398 msgid "Then start up the domain with the new, resized disk:"
32399 msgstr ""
32400
32401 #. type: verbatim
32402 #: ../tools/virt-resize.pl:192
32403 #, no-wrap
32404 msgid ""
32405 " # virsh start guestname\n"
32406 "\n"
32407 msgstr ""
32408
32409 #. type: textblock
32410 #: ../tools/virt-resize.pl:194
32411 msgid ""
32412 "and check that it still works.  See also the L</NOTES> section below for "
32413 "additional information."
32414 msgstr ""
32415
32416 #. type: =item
32417 #: ../tools/virt-resize.pl:197
32418 msgid "7. Resize LVs etc inside the guest"
32419 msgstr ""
32420
32421 #. type: textblock
32422 #: ../tools/virt-resize.pl:199
32423 msgid "(This can also be done offline using L<guestfish(1)>)"
32424 msgstr ""
32425
32426 #. type: textblock
32427 #: ../tools/virt-resize.pl:201
32428 msgid ""
32429 "Once the guest has booted you should see the new space available, at least "
32430 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32431 "may need to resize LVs inside PVs, and also resize filesystem types that "
32432 "virt-resize does not know how to expand."
32433 msgstr ""
32434
32435 #. type: =head2
32436 #: ../tools/virt-resize.pl:208
32437 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32438 msgstr ""
32439
32440 #. type: textblock
32441 #: ../tools/virt-resize.pl:210
32442 msgid ""
32443 "Shrinking is somewhat more complex than expanding, and only an overview is "
32444 "given here."
32445 msgstr ""
32446
32447 #. type: textblock
32448 #: ../tools/virt-resize.pl:213
32449 msgid ""
32450 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32451 "filesystems).  The user has to shrink content before passing the disk image "
32452 "to virt-resize, and virt-resize will check that the content has been shrunk "
32453 "properly."
32454 msgstr ""
32455
32456 #. type: textblock
32457 #: ../tools/virt-resize.pl:218
32458 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32459 msgstr ""
32460
32461 #. type: textblock
32462 #: ../tools/virt-resize.pl:220
32463 msgid ""
32464 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32465 "steps 3 and 4 above to allocate a new disk image."
32466 msgstr ""
32467
32468 #. type: textblock
32469 #: ../tools/virt-resize.pl:223
32470 msgid ""
32471 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32472 msgstr ""
32473
32474 #. type: =head2
32475 #: ../tools/virt-resize.pl:226
32476 msgid "IGNORING OR DELETING PARTITIONS"
32477 msgstr ""
32478
32479 #. type: textblock
32480 #: ../tools/virt-resize.pl:228
32481 msgid ""
32482 "virt-resize also gives a convenient way to ignore or delete partitions when "
32483 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32484 "up the copy where you don't care about the existing contents of a "
32485 "partition.  Deleting a partition removes it completely, but note that it "
32486 "also renumbers any partitions after the one which is deleted, which can "
32487 "leave some guests unbootable."
32488 msgstr ""
32489
32490 #. type: =head2
32491 #: ../tools/virt-resize.pl:235
32492 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32493 msgstr ""
32494
32495 #. type: textblock
32496 #: ../tools/virt-resize.pl:237
32497 msgid ""
32498 "If the input disk is in qcow2 format, then you may prefer that the output is "
32499 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32500 "the fly.  The output format is simply determined by the format of the empty "
32501 "output container that you provide.  Thus to create qcow2 output, use:"
32502 msgstr ""
32503
32504 #. type: verbatim
32505 #: ../tools/virt-resize.pl:243
32506 #, no-wrap
32507 msgid ""
32508 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32509 "\n"
32510 msgstr ""
32511
32512 #. type: textblock
32513 #: ../tools/virt-resize.pl:245
32514 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32515 msgstr ""
32516
32517 #. type: textblock
32518 #: ../tools/virt-resize.pl:247
32519 msgid "Similarly, to get non-sparse raw output use:"
32520 msgstr ""
32521
32522 #. type: verbatim
32523 #: ../tools/virt-resize.pl:249
32524 #, no-wrap
32525 msgid ""
32526 " fallocate -l size outdisk\n"
32527 "\n"
32528 msgstr ""
32529
32530 #. type: textblock
32531 #: ../tools/virt-resize.pl:251
32532 msgid ""
32533 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32534 "dev/zero of=outdisk bs=1M count=..>)"
32535 msgstr ""
32536
32537 #. type: textblock
32538 #: ../tools/virt-resize.pl:264
32539 msgid "Display help."
32540 msgstr ""
32541
32542 #. type: =item
32543 #: ../tools/virt-resize.pl:278
32544 msgid "B<--resize part=size>"
32545 msgstr ""
32546
32547 #. type: textblock
32548 #: ../tools/virt-resize.pl:280
32549 msgid ""
32550 "Resize the named partition (expanding or shrinking it) so that it has the "
32551 "given size."
32552 msgstr ""
32553
32554 #. type: textblock
32555 #: ../tools/virt-resize.pl:283
32556 msgid ""
32557 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32558 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32559 "Exabytes; or as a percentage of the current size; or as a relative number or "
32560 "percentage.  For example:"
32561 msgstr ""
32562
32563 #. type: verbatim
32564 #: ../tools/virt-resize.pl:288
32565 #, no-wrap
32566 msgid ""
32567 " --resize /dev/sda2=10G\n"
32568 "\n"
32569 msgstr ""
32570
32571 #. type: verbatim
32572 #: ../tools/virt-resize.pl:290
32573 #, no-wrap
32574 msgid ""
32575 " --resize /dev/sda4=90%\n"
32576 "\n"
32577 msgstr ""
32578
32579 #. type: verbatim
32580 #: ../tools/virt-resize.pl:292
32581 #, no-wrap
32582 msgid ""
32583 " --resize /dev/sda2=+1G\n"
32584 "\n"
32585 msgstr ""
32586
32587 #. type: verbatim
32588 #: ../tools/virt-resize.pl:294
32589 #, no-wrap
32590 msgid ""
32591 " --resize /dev/sda2=-200M\n"
32592 "\n"
32593 msgstr ""
32594
32595 #. type: verbatim
32596 #: ../tools/virt-resize.pl:296
32597 #, no-wrap
32598 msgid ""
32599 " --resize /dev/sda1=+128K\n"
32600 "\n"
32601 msgstr ""
32602
32603 #. type: verbatim
32604 #: ../tools/virt-resize.pl:298
32605 #, no-wrap
32606 msgid ""
32607 " --resize /dev/sda1=+10%\n"
32608 "\n"
32609 msgstr ""
32610
32611 #. type: verbatim
32612 #: ../tools/virt-resize.pl:300
32613 #, no-wrap
32614 msgid ""
32615 " --resize /dev/sda1=-10%\n"
32616 "\n"
32617 msgstr ""
32618
32619 #. type: textblock
32620 #: ../tools/virt-resize.pl:302
32621 msgid ""
32622 "You can increase the size of any partition.  Virt-resize will expand the "
32623 "direct content of the partition if it knows how (see C<--expand> below)."
32624 msgstr ""
32625
32626 #. type: textblock
32627 #: ../tools/virt-resize.pl:306
32628 msgid ""
32629 "You can only I<decrease> the size of partitions that contain filesystems or "
32630 "PVs which have already been shrunk.  Virt-resize will check this has been "
32631 "done before proceeding, or else will print an error (see also C<--resize-"
32632 "force>)."
32633 msgstr ""
32634
32635 #. type: textblock
32636 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32637 #: ../tools/virt-resize.pl:420
32638 msgid "You can give this option multiple times."
32639 msgstr ""
32640
32641 #. type: =item
32642 #: ../tools/virt-resize.pl:317
32643 msgid "B<--resize-force part=size>"
32644 msgstr ""
32645
32646 #. type: textblock
32647 #: ../tools/virt-resize.pl:319
32648 msgid ""
32649 "This is the same as C<--resize> except that it will let you decrease the "
32650 "size of any partition.  Generally this means you will lose any data which "
32651 "was at the end of the partition you shrink, but you may not care about that "
32652 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32653 "as a swap partition)."
32654 msgstr ""
32655
32656 #. type: textblock
32657 #: ../tools/virt-resize.pl:325
32658 msgid "See also the C<--ignore> option."
32659 msgstr ""
32660
32661 #. type: =item
32662 #: ../tools/virt-resize.pl:331
32663 msgid "B<--expand part>"
32664 msgstr ""
32665
32666 #. type: textblock
32667 #: ../tools/virt-resize.pl:333
32668 msgid ""
32669 "Expand the named partition so it uses up all extra space (space left over "
32670 "after any other resize changes that you request have been done)."
32671 msgstr ""
32672
32673 #. type: textblock
32674 #: ../tools/virt-resize.pl:336
32675 msgid ""
32676 "If virt-resize knows how, it will expand the direct content of the "
32677 "partition.  For example, if the partition is an LVM PV, it will expand the "
32678 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32679 "content it doesn't know about alone."
32680 msgstr ""
32681
32682 #. type: textblock
32683 #: ../tools/virt-resize.pl:341
32684 msgid "Currently virt-resize can resize:"
32685 msgstr ""
32686
32687 #. type: textblock
32688 #: ../tools/virt-resize.pl:347
32689 msgid ""
32690 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32691 "partition."
32692 msgstr ""
32693
32694 #. type: textblock
32695 #: ../tools/virt-resize.pl:352
32696 msgid ""
32697 "NTFS filesystems contained directly in a partition, if libguestfs was "
32698 "compiled with support for NTFS."
32699 msgstr ""
32700
32701 #. type: textblock
32702 #: ../tools/virt-resize.pl:355
32703 msgid ""
32704 "The filesystem must have been shut down consistently last time it was used.  "
32705 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32706 "consistency check, so at the first boot after resizing Windows will check "
32707 "the disk."
32708 msgstr ""
32709
32710 #. type: textblock
32711 #: ../tools/virt-resize.pl:362
32712 msgid ""
32713 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32714 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32715 "resize LVs as desired after boot."
32716 msgstr ""
32717
32718 #. type: textblock
32719 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32720 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32721 msgstr ""
32722
32723 #. type: =item
32724 #: ../tools/virt-resize.pl:374
32725 msgid "B<--shrink part>"
32726 msgstr ""
32727
32728 #. type: textblock
32729 #: ../tools/virt-resize.pl:376
32730 msgid ""
32731 "Shrink the named partition until the overall disk image fits in the "
32732 "destination.  The named partition B<must> contain a filesystem or PV which "
32733 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32734 "online tools).  Virt-resize will check this and give an error if it has not "
32735 "been done."
32736 msgstr ""
32737
32738 #. type: textblock
32739 #: ../tools/virt-resize.pl:382
32740 msgid ""
32741 "The amount by which the overall disk must be shrunk (after carrying out all "
32742 "other operations requested by the user) is called the \"deficit\".  For "
32743 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32744 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32745 "would give an error unless the user specified a partition to shrink and that "
32746 "partition had more than a gigabyte of free space."
32747 msgstr ""
32748
32749 #. type: =item
32750 #: ../tools/virt-resize.pl:396
32751 msgid "B<--ignore part>"
32752 msgstr ""
32753
32754 #. type: textblock
32755 #: ../tools/virt-resize.pl:398
32756 msgid ""
32757 "Ignore the named partition.  Effectively this means the partition is "
32758 "allocated on the destination disk, but the content is not copied across from "
32759 "the source disk.  The content of the partition will be blank (all zero "
32760 "bytes)."
32761 msgstr ""
32762
32763 #. type: =item
32764 #: ../tools/virt-resize.pl:409
32765 msgid "B<--delete part>"
32766 msgstr ""
32767
32768 #. type: textblock
32769 #: ../tools/virt-resize.pl:411
32770 msgid ""
32771 "Delete the named partition.  It would be more accurate to describe this as "
32772 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
32773 "the original disk image is left intact."
32774 msgstr ""
32775
32776 #. type: textblock
32777 #: ../tools/virt-resize.pl:415
32778 msgid ""
32779 "Note that when you delete a partition, then anything contained in the "
32780 "partition is also deleted.  Furthermore, this causes any partitions that "
32781 "come after to be I<renumbered>, which can easily make your guest unbootable."
32782 msgstr ""
32783
32784 #. type: =item
32785 #: ../tools/virt-resize.pl:426
32786 msgid "B<--LV-expand logvol>"
32787 msgstr ""
32788
32789 #. type: textblock
32790 #: ../tools/virt-resize.pl:428
32791 msgid ""
32792 "This takes the logical volume and, as a final step, expands it to fill all "
32793 "the space available in its volume group.  A typical usage, assuming a Linux "
32794 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
32795 "lv_root> would be:"
32796 msgstr ""
32797
32798 #. type: verbatim
32799 #: ../tools/virt-resize.pl:433
32800 #, no-wrap
32801 msgid ""
32802 " virt-resize indisk outdisk \\\n"
32803 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
32804 "\n"
32805 msgstr ""
32806
32807 #. type: textblock
32808 #: ../tools/virt-resize.pl:436
32809 msgid ""
32810 "This would first expand the partition (and PV), and then expand the root "
32811 "device to fill the extra space in the PV."
32812 msgstr ""
32813
32814 #. type: textblock
32815 #: ../tools/virt-resize.pl:439
32816 msgid ""
32817 "The contents of the LV are also resized if virt-resize knows how to do "
32818 "that.  You can stop virt-resize from trying to expand the content by using "
32819 "the option C<--no-expand-content>."
32820 msgstr ""
32821
32822 #. type: textblock
32823 #: ../tools/virt-resize.pl:443
32824 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
32825 msgstr ""
32826
32827 #. type: textblock
32828 #: ../tools/virt-resize.pl:446
32829 msgid ""
32830 "You can give this option multiple times, I<but> it doesn't make sense to do "
32831 "this unless the logical volumes you specify are all in different volume "
32832 "groups."
32833 msgstr ""
32834
32835 #. type: =item
32836 #: ../tools/virt-resize.pl:454
32837 msgid "B<--no-copy-boot-loader>"
32838 msgstr ""
32839
32840 #. type: textblock
32841 #: ../tools/virt-resize.pl:456
32842 msgid ""
32843 "By default, virt-resize copies over some sectors at the start of the disk "
32844 "(up to the beginning of the first partition).  Commonly these sectors "
32845 "contain the Master Boot Record (MBR) and the boot loader, and are required "
32846 "in order for the guest to boot correctly."
32847 msgstr ""
32848
32849 #. type: textblock
32850 #: ../tools/virt-resize.pl:461
32851 msgid ""
32852 "If you specify this flag, then this initial copy is not done.  You may need "
32853 "to reinstall the boot loader in this case."
32854 msgstr ""
32855
32856 #. type: =item
32857 #: ../tools/virt-resize.pl:469
32858 msgid "B<--no-extra-partition>"
32859 msgstr ""
32860
32861 #. type: textblock
32862 #: ../tools/virt-resize.pl:471
32863 msgid ""
32864 "By default, virt-resize creates an extra partition if there is any extra, "
32865 "unused space after all resizing has happened.  Use this option to prevent "
32866 "the extra partition from being created.  If you do this then the extra space "
32867 "will be inaccessible until you run fdisk, parted, or some other partitioning "
32868 "tool in the guest."
32869 msgstr ""
32870
32871 #. type: textblock
32872 #: ../tools/virt-resize.pl:477
32873 msgid ""
32874 "Note that if the surplus space is smaller than 10 MB, no extra partition "
32875 "will be created."
32876 msgstr ""
32877
32878 #. type: =item
32879 #: ../tools/virt-resize.pl:484
32880 msgid "B<--no-expand-content>"
32881 msgstr ""
32882
32883 #. type: textblock
32884 #: ../tools/virt-resize.pl:486
32885 msgid ""
32886 "By default, virt-resize will try to expand the direct contents of "
32887 "partitions, if it knows how (see C<--expand> option above)."
32888 msgstr ""
32889
32890 #. type: textblock
32891 #: ../tools/virt-resize.pl:489
32892 msgid ""
32893 "If you give the C<--no-expand-content> option then virt-resize will not "
32894 "attempt this."
32895 msgstr ""
32896
32897 #. type: =item
32898 #: ../tools/virt-resize.pl:496
32899 msgid "B<-d> | B<--debug>"
32900 msgstr ""
32901
32902 #. type: =item
32903 #: ../tools/virt-resize.pl:504
32904 msgid "B<-n> | B<--dryrun>"
32905 msgstr ""
32906
32907 #. type: textblock
32908 #: ../tools/virt-resize.pl:506
32909 msgid "Print a summary of what would be done, but don't do anything."
32910 msgstr ""
32911
32912 #. type: =item
32913 #: ../tools/virt-resize.pl:512
32914 msgid "B<-q> | B<--quiet>"
32915 msgstr ""
32916
32917 #. type: textblock
32918 #: ../tools/virt-resize.pl:514
32919 msgid "Don't print the summary."
32920 msgstr ""
32921
32922 #. type: textblock
32923 #: ../tools/virt-resize.pl:522
32924 msgid ""
32925 "Specify the format of the input disk image.  If this flag is not given then "
32926 "it is auto-detected from the image itself."
32927 msgstr ""
32928
32929 #. type: textblock
32930 #: ../tools/virt-resize.pl:528
32931 msgid ""
32932 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
32933 "AND NON-SPARSE RAW FORMATS>."
32934 msgstr ""
32935
32936 #. type: =item
32937 #: ../tools/virt-resize.pl:535
32938 msgid "B<--output-format> raw"
32939 msgstr ""
32940
32941 #. type: textblock
32942 #: ../tools/virt-resize.pl:537
32943 msgid ""
32944 "Specify the format of the output disk image.  If this flag is not given then "
32945 "it is auto-detected from the image itself."
32946 msgstr ""
32947
32948 #. type: textblock
32949 #: ../tools/virt-resize.pl:543
32950 msgid ""
32951 "Note that you still need to create the output disk with the right format.  "
32952 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
32953 msgstr ""
32954
32955 #. type: =head1
32956 #: ../tools/virt-resize.pl:1419
32957 msgid "NOTES"
32958 msgstr ""
32959
32960 #. type: =head2
32961 #: ../tools/virt-resize.pl:1421
32962 msgid "\"Partition 1 does not end on cylinder boundary.\""
32963 msgstr ""
32964
32965 #. type: textblock
32966 #: ../tools/virt-resize.pl:1423
32967 msgid ""
32968 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
32969 "means the partitions will not be aligned to the ancient CHS geometry.  "
32970 "However CHS geometry is meaningless for disks manufactured since the early "
32971 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
32972 "cylinders is not required by any modern operating system."
32973 msgstr ""
32974
32975 #. type: =head2
32976 #: ../tools/virt-resize.pl:1430
32977 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
32978 msgstr ""
32979
32980 #. type: textblock
32981 #: ../tools/virt-resize.pl:1432
32982 msgid ""
32983 "In Windows Vista and later versions, Microsoft switched to using a separate "
32984 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
32985 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
32986 "the boot partition.  Doing so seems to break the guest completely.  However "
32987 "expanding the second partition (ie. C: drive) should work."
32988 msgstr ""
32989
32990 #. type: textblock
32991 #: ../tools/virt-resize.pl:1439
32992 msgid ""
32993 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
32994 "NTFS partitions have been expanded.  This is just a safety check and (unless "
32995 "it find errors) is nothing to worry about."
32996 msgstr ""
32997
32998 #. type: =head2
32999 #: ../tools/virt-resize.pl:1443
33000 msgid "GUEST BOOT STUCK AT \"GRUB\""
33001 msgstr ""
33002
33003 #. type: textblock
33004 #: ../tools/virt-resize.pl:1445
33005 msgid ""
33006 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33007 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33008 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33009 "although we think is to do with partition alignment."
33010 msgstr ""
33011
33012 #. type: verbatim
33013 #: ../tools/virt-resize.pl:1450
33014 #, no-wrap
33015 msgid ""
33016 " guestfish -i -a newdisk\n"
33017 " ><fs> cat /boot/grub/device.map\n"
33018 " # check the contents of this file are sensible or\n"
33019 " # edit the file if necessary\n"
33020 " ><fs> grub-install / /dev/vda\n"
33021 " ><fs> exit\n"
33022 "\n"
33023 msgstr ""
33024
33025 #. type: textblock
33026 #: ../tools/virt-resize.pl:1457
33027 msgid ""
33028 "For more flexible guest reconfiguration, including if you need to specify "
33029 "other parameters to grub-install, use L<virt-rescue(1)>."
33030 msgstr ""
33031
33032 #. type: =head1
33033 #: ../tools/virt-resize.pl:1460
33034 msgid "ALTERNATIVE TOOLS"
33035 msgstr ""
33036
33037 #. type: textblock
33038 #: ../tools/virt-resize.pl:1462
33039 msgid ""
33040 "There are several proprietary tools for resizing partitions.  We won't "
33041 "mention any here."
33042 msgstr ""
33043
33044 #. type: textblock
33045 #: ../tools/virt-resize.pl:1465
33046 msgid ""
33047 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33048 "operations on disk images.  They can resize and move partitions, but I don't "
33049 "think they can do anything with the contents, and they certainly don't "
33050 "understand LVM."
33051 msgstr ""
33052
33053 #. type: textblock
33054 #: ../tools/virt-resize.pl:1470
33055 msgid ""
33056 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33057 "but at a much lower level.  You will probably end up hand-calculating sector "
33058 "offsets, which is something that virt-resize was designed to avoid.  If you "
33059 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33060 "C<--debug> flag."
33061 msgstr ""
33062
33063 #. type: textblock
33064 #: ../tools/virt-resize.pl:1485
33065 msgid ""
33066 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33067 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33068 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33069 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33070 "libguestfs.org/>."
33071 msgstr ""
33072
33073 #. type: textblock
33074 #: ../tools/virt-list-filesystems.pl:32
33075 msgid ""
33076 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33077 msgstr ""
33078
33079 #. type: verbatim
33080 #: ../tools/virt-list-filesystems.pl:36
33081 #, no-wrap
33082 msgid ""
33083 " virt-list-filesystems [--options] domname\n"
33084 "\n"
33085 msgstr ""
33086
33087 #. type: verbatim
33088 #: ../tools/virt-list-filesystems.pl:38
33089 #, no-wrap
33090 msgid ""
33091 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33092 "\n"
33093 msgstr ""
33094
33095 #. type: textblock
33096 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33097 msgid ""
33098 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33099 "replacement."
33100 msgstr ""
33101
33102 #. type: textblock
33103 #: ../tools/virt-list-filesystems.pl:45
33104 msgid ""
33105 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33106 "are contained in a virtual machine or disk image."
33107 msgstr ""
33108
33109 #. type: textblock
33110 #: ../tools/virt-list-filesystems.pl:49
33111 msgid ""
33112 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33113 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33114 "> tool."
33115 msgstr ""
33116
33117 #. type: =item
33118 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33119 msgid "B<-l> | B<--long>"
33120 msgstr ""
33121
33122 #. type: textblock
33123 #: ../tools/virt-list-filesystems.pl:108
33124 msgid ""
33125 "With this option, C<virt-list-filesystems> displays the type of each "
33126 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33127 msgstr ""
33128
33129 #. type: =item
33130 #: ../tools/virt-list-filesystems.pl:115
33131 msgid "B<-a> | B<--all>"
33132 msgstr ""
33133
33134 #. type: textblock
33135 #: ../tools/virt-list-filesystems.pl:117
33136 msgid ""
33137 "Normally we only show mountable filesystems.  If this option is given then "
33138 "swap devices are shown too."
33139 msgstr ""
33140
33141 #. type: textblock
33142 #: ../tools/virt-list-filesystems.pl:191
33143 msgid ""
33144 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33145 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33146 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33147 msgstr ""
33148
33149 #. type: textblock
33150 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
33151 msgid "Copyright (C) 2009 Red Hat Inc."
33152 msgstr ""
33153
33154 #. type: textblock
33155 #: ../tools/virt-tar.pl:33
33156 msgid "virt-tar - Extract or upload files to a virtual machine"
33157 msgstr ""
33158
33159 #. type: verbatim
33160 #: ../tools/virt-tar.pl:37
33161 #, no-wrap
33162 msgid ""
33163 " virt-tar [--options] -x domname directory tarball\n"
33164 "\n"
33165 msgstr ""
33166
33167 #. type: verbatim
33168 #: ../tools/virt-tar.pl:39
33169 #, no-wrap
33170 msgid ""
33171 " virt-tar [--options] -u domname tarball directory\n"
33172 "\n"
33173 msgstr ""
33174
33175 #. type: verbatim
33176 #: ../tools/virt-tar.pl:41
33177 #, no-wrap
33178 msgid ""
33179 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33180 "\n"
33181 msgstr ""
33182
33183 #. type: verbatim
33184 #: ../tools/virt-tar.pl:43
33185 #, no-wrap
33186 msgid ""
33187 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33188 "\n"
33189 msgstr ""
33190
33191 #. type: textblock
33192 #: ../tools/virt-tar.pl:47
33193 msgid "Download C</home> from the VM into a local tarball:"
33194 msgstr ""
33195
33196 #. type: verbatim
33197 #: ../tools/virt-tar.pl:49
33198 #, no-wrap
33199 msgid ""
33200 " virt-tar -x domname /home home.tar\n"
33201 "\n"
33202 msgstr ""
33203
33204 #. type: verbatim
33205 #: ../tools/virt-tar.pl:51
33206 #, no-wrap
33207 msgid ""
33208 " virt-tar -zx domname /home home.tar.gz\n"
33209 "\n"
33210 msgstr ""
33211
33212 #. type: textblock
33213 #: ../tools/virt-tar.pl:53
33214 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33215 msgstr ""
33216
33217 #. type: verbatim
33218 #: ../tools/virt-tar.pl:55
33219 #, no-wrap
33220 msgid ""
33221 " virt-tar -u domname uploadstuff.tar /tmp\n"
33222 "\n"
33223 msgstr ""
33224
33225 #. type: verbatim
33226 #: ../tools/virt-tar.pl:57
33227 #, no-wrap
33228 msgid ""
33229 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33230 "\n"
33231 msgstr ""
33232
33233 #. type: textblock
33234 #: ../tools/virt-tar.pl:61
33235 msgid ""
33236 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33237 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33238 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33239 msgstr ""
33240
33241 #. type: textblock
33242 #: ../tools/virt-tar.pl:66
33243 msgid ""
33244 "You can use C<-x> (extract) on live virtual machines, but you might get "
33245 "inconsistent results or errors if there is filesystem activity inside the "
33246 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33247 "work, but the only way to guarantee consistent results is if the virtual "
33248 "machine is shut down."
33249 msgstr ""
33250
33251 #. type: textblock
33252 #: ../tools/virt-tar.pl:74
33253 msgid ""
33254 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33255 "parts of a guest filesystem.  There are many possibilities: making backups, "
33256 "uploading data files, snooping on guest activity, fixing or customizing "
33257 "guests, etc."
33258 msgstr ""
33259
33260 #. type: textblock
33261 #: ../tools/virt-tar.pl:79
33262 msgid ""
33263 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33264 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33265 "should look at the L<guestfish(1)> tool."
33266 msgstr ""
33267
33268 #. type: textblock
33269 #: ../tools/virt-tar.pl:83
33270 msgid ""
33271 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33272 "its contents (recursively) from the virtual machine into a local tarball.  "
33273 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33274 "virtual machine.  You cannot use these two options together."
33275 msgstr ""
33276
33277 #. type: textblock
33278 #: ../tools/virt-tar.pl:89
33279 msgid ""
33280 "In addition, you may need to use the C<-z> (gZip) option to enable "
33281 "compression.  When uploading, you have to specify C<-z> if the upload file "
33282 "is compressed because virt-tar won't detect this on its own."
33283 msgstr ""
33284
33285 #. type: textblock
33286 #: ../tools/virt-tar.pl:93
33287 msgid ""
33288 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33289 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33290 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33291 "the L<libguestfs(3)> API)."
33292 msgstr ""
33293
33294 #. type: =item
33295 #: ../tools/virt-tar.pl:151
33296 msgid "B<-x> | B<--extract> | B<--download>"
33297 msgstr ""
33298
33299 #. type: =item
33300 #: ../tools/virt-tar.pl:153
33301 msgid "B<-u> | B<--upload>"
33302 msgstr ""
33303
33304 #. type: textblock
33305 #: ../tools/virt-tar.pl:155
33306 msgid ""
33307 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33308 "local tarball."
33309 msgstr ""
33310
33311 #. type: textblock
33312 #: ../tools/virt-tar.pl:158
33313 msgid ""
33314 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33315 "Please read the L</WARNING> section above before using this option."
33316 msgstr ""
33317
33318 #. type: textblock
33319 #: ../tools/virt-tar.pl:162
33320 msgid "You must specify exactly one of these options."
33321 msgstr ""
33322
33323 #. type: =item
33324 #: ../tools/virt-tar.pl:168
33325 msgid "B<-z> | B<--gzip>"
33326 msgstr ""
33327
33328 #. type: textblock
33329 #: ../tools/virt-tar.pl:170
33330 msgid "Specify that the input or output tarball is gzip-compressed."
33331 msgstr ""
33332
33333 #. type: textblock
33334 #: ../tools/virt-tar.pl:283
33335 msgid ""
33336 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<Sys::"
33337 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33338 "org/>."
33339 msgstr ""
33340
33341 #. type: textblock
33342 #: ../tools/virt-make-fs.pl:37
33343 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33344 msgstr ""
33345
33346 #. type: verbatim
33347 #: ../tools/virt-make-fs.pl:41
33348 #, no-wrap
33349 msgid ""
33350 " virt-make-fs [--options] input.tar output.img\n"
33351 "\n"
33352 msgstr ""
33353
33354 #. type: verbatim
33355 #: ../tools/virt-make-fs.pl:43
33356 #, no-wrap
33357 msgid ""
33358 " virt-make-fs [--options] input.tar.gz output.img\n"
33359 "\n"
33360 msgstr ""
33361
33362 #. type: verbatim
33363 #: ../tools/virt-make-fs.pl:45
33364 #, no-wrap
33365 msgid ""
33366 " virt-make-fs [--options] directory output.img\n"
33367 "\n"
33368 msgstr ""
33369
33370 #. type: textblock
33371 #: ../tools/virt-make-fs.pl:49
33372 msgid ""
33373 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33374 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33375 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33376 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33377 "you want to attach these filesystems to existing virtual machines (eg. to "
33378 "import large amounts of read-only data to a VM)."
33379 msgstr ""
33380
33381 #. type: textblock
33382 #: ../tools/virt-make-fs.pl:57
33383 msgid "Basic usage is:"
33384 msgstr ""
33385
33386 #. type: verbatim
33387 #: ../tools/virt-make-fs.pl:59
33388 #, no-wrap
33389 msgid ""
33390 " virt-make-fs input output\n"
33391 "\n"
33392 msgstr ""
33393
33394 #. type: textblock
33395 #: ../tools/virt-make-fs.pl:61
33396 msgid ""
33397 "where C<input> is either a directory containing files that you want to add, "
33398 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33399 "C<output> is a disk image.  The input type is detected automatically.  The "
33400 "output disk image defaults to a raw ext2 image unless you specify extra "
33401 "flags (see L</OPTIONS> below)."
33402 msgstr ""
33403
33404 #. type: =head2
33405 #: ../tools/virt-make-fs.pl:67
33406 msgid "EXTRA SPACE"
33407 msgstr ""
33408
33409 #. type: textblock
33410 #: ../tools/virt-make-fs.pl:69
33411 msgid ""
33412 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33413 "the files that it contains, but might have extra space.  Depending on how "
33414 "you are going to use the output, you might think this extra space is wasted "
33415 "and want to minimize it, or you might want to leave space so that more files "
33416 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33417 "but you can use the C<--size> flag to leave space in the filesystem if you "
33418 "want it."
33419 msgstr ""
33420
33421 #. type: textblock
33422 #: ../tools/virt-make-fs.pl:77
33423 msgid ""
33424 "An alternative way to leave extra space but not make the output image any "
33425 "bigger is to use an alternative disk image format (instead of the default "
33426 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33427 "image format (check your hypervisor supports this before using it).  This "
33428 "allows you to choose a large C<--size> but the extra space won't actually be "
33429 "allocated in the image until you try to store something in it."
33430 msgstr ""
33431
33432 #. type: textblock
33433 #: ../tools/virt-make-fs.pl:85
33434 msgid ""
33435 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33436 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33437 "to build another image from scratch."
33438 msgstr ""
33439
33440 #. type: =head3
33441 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33442 #: ../tools/virt-make-fs.pl:142
33443 msgid "EXAMPLE"
33444 msgstr ""
33445
33446 #. type: verbatim
33447 #: ../tools/virt-make-fs.pl:91
33448 #, no-wrap
33449 msgid ""
33450 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33451 "\n"
33452 msgstr ""
33453
33454 #. type: =head2
33455 #: ../tools/virt-make-fs.pl:93
33456 msgid "FILESYSTEM TYPE"
33457 msgstr ""
33458
33459 #. type: textblock
33460 #: ../tools/virt-make-fs.pl:95
33461 msgid ""
33462 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33463 "libguestfs supports can be used (but I<not> read-only formats like "
33464 "ISO9660).  Here are some of the more common choices:"
33465 msgstr ""
33466
33467 #. type: =item
33468 #: ../tools/virt-make-fs.pl:101
33469 msgid "I<ext3>"
33470 msgstr ""
33471
33472 #. type: textblock
33473 #: ../tools/virt-make-fs.pl:103
33474 msgid ""
33475 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33476 "you are not going to use the filesystem in a way that requires the journal, "
33477 "then this is just wasted overhead."
33478 msgstr ""
33479
33480 #. type: =item
33481 #: ../tools/virt-make-fs.pl:107
33482 msgid "I<ntfs> or I<vfat>"
33483 msgstr ""
33484
33485 #. type: textblock
33486 #: ../tools/virt-make-fs.pl:109
33487 msgid "Useful if exporting data to a Windows guest."
33488 msgstr ""
33489
33490 #. type: textblock
33491 #: ../tools/virt-make-fs.pl:111
33492 msgid ""
33493 "I<Note for vfat>: The tar archive or local directory must only contain files "
33494 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33495 "program running within libguestfs is unable to change the ownership of non-"
33496 "root files, since vfat itself does not support this."
33497 msgstr ""
33498
33499 #. type: =item
33500 #: ../tools/virt-make-fs.pl:116
33501 msgid "I<minix>"
33502 msgstr ""
33503
33504 #. type: textblock
33505 #: ../tools/virt-make-fs.pl:118
33506 msgid ""
33507 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33508 "total filesystem size."
33509 msgstr ""
33510
33511 #. type: verbatim
33512 #: ../tools/virt-make-fs.pl:125
33513 #, no-wrap
33514 msgid ""
33515 " virt-make-fs --type=minix input minixfs.img\n"
33516 "\n"
33517 msgstr ""
33518
33519 #. type: =head2
33520 #: ../tools/virt-make-fs.pl:127
33521 msgid "TO PARTITION OR NOT TO PARTITION"
33522 msgstr ""
33523
33524 #. type: textblock
33525 #: ../tools/virt-make-fs.pl:129
33526 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33527 msgstr ""
33528
33529 #. type: textblock
33530 #: ../tools/virt-make-fs.pl:131
33531 msgid ""
33532 "Adding a partition can make the disk image more compatible with certain "
33533 "virtualized operating systems which don't expect to see a filesystem "
33534 "directly located on a block device (Linux doesn't care and will happily "
33535 "handle both types)."
33536 msgstr ""
33537
33538 #. type: textblock
33539 #: ../tools/virt-make-fs.pl:136
33540 msgid ""
33541 "On the other hand, if you have a partition table then the output image is no "
33542 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33543 "directly on a partitioned disk image.  (However libguestfs tools such as "
33544 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33545 msgstr ""
33546
33547 #. type: textblock
33548 #: ../tools/virt-make-fs.pl:144
33549 msgid "Add an MBR partition:"
33550 msgstr ""
33551
33552 #. type: verbatim
33553 #: ../tools/virt-make-fs.pl:146
33554 #, no-wrap
33555 msgid ""
33556 " virt-make-fs --partition -- input disk.img\n"
33557 "\n"
33558 msgstr ""
33559
33560 #. type: textblock
33561 #: ../tools/virt-make-fs.pl:148
33562 msgid ""
33563 "If the output disk image could be terabyte-sized or larger, it's better to "
33564 "use an EFI/GPT-compatible partition table:"
33565 msgstr ""
33566
33567 #. type: verbatim
33568 #: ../tools/virt-make-fs.pl:151
33569 #, no-wrap
33570 msgid ""
33571 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33572 "\n"
33573 msgstr ""
33574
33575 #. type: textblock
33576 #: ../tools/virt-make-fs.pl:179
33577 msgid "Enable debugging information."
33578 msgstr ""
33579
33580 #. type: =item
33581 #: ../tools/virt-make-fs.pl:185
33582 msgid "B<--size=E<lt>NE<gt>>"
33583 msgstr ""
33584
33585 #. type: =item
33586 #: ../tools/virt-make-fs.pl:187
33587 msgid "B<--size=+E<lt>NE<gt>>"
33588 msgstr ""
33589
33590 #. type: =item
33591 #: ../tools/virt-make-fs.pl:189
33592 msgid "B<-s E<lt>NE<gt>>"
33593 msgstr ""
33594
33595 #. type: =item
33596 #: ../tools/virt-make-fs.pl:191
33597 msgid "B<-s +E<lt>NE<gt>>"
33598 msgstr ""
33599
33600 #. type: textblock
33601 #: ../tools/virt-make-fs.pl:193
33602 msgid ""
33603 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33604 msgstr ""
33605
33606 #. type: textblock
33607 #: ../tools/virt-make-fs.pl:196
33608 msgid ""
33609 "If this option is I<not> given, then the output image will be just large "
33610 "enough to contain all the files, with not much wasted space."
33611 msgstr ""
33612
33613 #. type: textblock
33614 #: ../tools/virt-make-fs.pl:199
33615 msgid ""
33616 "To choose a fixed size output disk, specify an absolute number followed by b/"
33617 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33618 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33619 "files, else you will get an error."
33620 msgstr ""
33621
33622 #. type: textblock
33623 #: ../tools/virt-make-fs.pl:204
33624 msgid ""
33625 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33626 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33627 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33628 "the input files, and (approximately) an extra 200 MB free space."
33629 msgstr ""
33630
33631 #. type: textblock
33632 #: ../tools/virt-make-fs.pl:210
33633 msgid ""
33634 "Note that virt-make-fs estimates free space, and therefore will not produce "
33635 "filesystems containing precisely the free space requested.  (It is much more "
33636 "expensive and time-consuming to produce a filesystem which has precisely the "
33637 "desired free space)."
33638 msgstr ""
33639
33640 #. type: =item
33641 #: ../tools/virt-make-fs.pl:219
33642 msgid "B<--format=E<lt>fmtE<gt>>"
33643 msgstr ""
33644
33645 #. type: =item
33646 #: ../tools/virt-make-fs.pl:221
33647 msgid "B<-F E<lt>fmtE<gt>>"
33648 msgstr ""
33649
33650 #. type: textblock
33651 #: ../tools/virt-make-fs.pl:223
33652 msgid "Choose the output disk image format."
33653 msgstr ""
33654
33655 #. type: textblock
33656 #: ../tools/virt-make-fs.pl:225
33657 msgid "The default is C<raw> (raw disk image)."
33658 msgstr ""
33659
33660 #. type: textblock
33661 #: ../tools/virt-make-fs.pl:227
33662 msgid ""
33663 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
33664 "that would really make sense here is C<qcow2>."
33665 msgstr ""
33666
33667 #. type: =item
33668 #: ../tools/virt-make-fs.pl:234
33669 msgid "B<--type=E<lt>fsE<gt>>"
33670 msgstr ""
33671
33672 #. type: =item
33673 #: ../tools/virt-make-fs.pl:236
33674 msgid "B<-t E<lt>fsE<gt>>"
33675 msgstr ""
33676
33677 #. type: textblock
33678 #: ../tools/virt-make-fs.pl:238
33679 msgid "Choose the output filesystem type."
33680 msgstr ""
33681
33682 #. type: textblock
33683 #: ../tools/virt-make-fs.pl:240
33684 msgid "The default is C<ext2>."
33685 msgstr ""
33686
33687 #. type: textblock
33688 #: ../tools/virt-make-fs.pl:242
33689 msgid ""
33690 "Any filesystem which is supported read-write by libguestfs can be used here."
33691 msgstr ""
33692
33693 #. type: =item
33694 #: ../tools/virt-make-fs.pl:249
33695 msgid "B<--partition>"
33696 msgstr ""
33697
33698 #. type: =item
33699 #: ../tools/virt-make-fs.pl:251
33700 msgid "B<--partition=E<lt>parttypeE<gt>>"
33701 msgstr ""
33702
33703 #. type: textblock
33704 #: ../tools/virt-make-fs.pl:253
33705 msgid ""
33706 "If specified, this flag adds an MBR partition table to the output disk image."
33707 msgstr ""
33708
33709 #. type: textblock
33710 #: ../tools/virt-make-fs.pl:256
33711 msgid ""
33712 "You can change the partition table type, eg. C<--partition=gpt> for large "
33713 "disks."
33714 msgstr ""
33715
33716 #. type: textblock
33717 #: ../tools/virt-make-fs.pl:259
33718 msgid ""
33719 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
33720 "might consider the next parameter to be the partition type.  For example:"
33721 msgstr ""
33722
33723 #. type: verbatim
33724 #: ../tools/virt-make-fs.pl:263
33725 #, no-wrap
33726 msgid ""
33727 " virt-make-fs --partition input.tar ...\n"
33728 "\n"
33729 msgstr ""
33730
33731 #. type: textblock
33732 #: ../tools/virt-make-fs.pl:265
33733 msgid ""
33734 "would cause virt-make-fs to think you wanted to use a partition type of "
33735 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
33736 "dash) between options and the input file argument:"
33737 msgstr ""
33738
33739 #. type: verbatim
33740 #: ../tools/virt-make-fs.pl:269
33741 #, no-wrap
33742 msgid ""
33743 " virt-make-fs --partition -- input.tar ...\n"
33744 "\n"
33745 msgstr ""
33746
33747 #. type: textblock
33748 #: ../tools/virt-make-fs.pl:541
33749 msgid ""
33750 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
33751 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
33752 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
33753 msgstr ""
33754
33755 #. type: verbatim
33756 #: ../tools/virt-make-fs.pl:558
33757 #, no-wrap
33758 msgid ""
33759 " export LIBGUESTFS_DEBUG=1\n"
33760 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
33761 "\n"
33762 msgstr ""
33763
33764 #. type: textblock
33765 #: ../tools/virt-make-fs.pl:561
33766 msgid ""
33767 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
33768 "redhat.com/>"
33769 msgstr ""
33770
33771 #. type: textblock
33772 #: ../tools/virt-list-partitions.pl:32
33773 msgid ""
33774 "virt-list-partitions - List partitions in a virtual machine or disk image"
33775 msgstr ""
33776
33777 #. type: verbatim
33778 #: ../tools/virt-list-partitions.pl:36
33779 #, no-wrap
33780 msgid ""
33781 " virt-list-partitions [--options] domname\n"
33782 "\n"
33783 msgstr ""
33784
33785 #. type: verbatim
33786 #: ../tools/virt-list-partitions.pl:38
33787 #, no-wrap
33788 msgid ""
33789 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
33790 "\n"
33791 msgstr ""
33792
33793 #. type: textblock
33794 #: ../tools/virt-list-partitions.pl:45
33795 msgid ""
33796 "C<virt-list-partitions> is a command line tool to list the partitions that "
33797 "are contained in a virtual machine or disk image.  It is mainly useful as a "
33798 "first step to using L<virt-resize(1)>."
33799 msgstr ""
33800
33801 #. type: textblock
33802 #: ../tools/virt-list-partitions.pl:50
33803 msgid ""
33804 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
33805 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33806 "> tool."
33807 msgstr ""
33808
33809 #. type: =item
33810 #: ../tools/virt-list-partitions.pl:107
33811 msgid "B<-h> | B<--human-readable>"
33812 msgstr ""
33813
33814 #. type: textblock
33815 #: ../tools/virt-list-partitions.pl:109
33816 msgid "Show sizes in human-readable form (eg. \"1G\")."
33817 msgstr ""
33818
33819 #. type: textblock
33820 #: ../tools/virt-list-partitions.pl:117
33821 msgid ""
33822 "With this option, C<virt-list-partitions> displays the type and size of each "
33823 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
33824 msgstr ""
33825
33826 #. type: =item
33827 #: ../tools/virt-list-partitions.pl:124
33828 msgid "B<-t> | B<--total>"
33829 msgstr ""
33830
33831 #. type: textblock
33832 #: ../tools/virt-list-partitions.pl:126
33833 msgid ""
33834 "Display the total size of each block device (as a separate row or rows)."
33835 msgstr ""
33836
33837 #. type: textblock
33838 #: ../tools/virt-list-partitions.pl:259
33839 msgid ""
33840 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
33841 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
33842 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33843 msgstr ""