blkid: Use -c /dev/null option to kill the cache.
[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-07-16 10:13+0200\n"
11 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 # type: =head1
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
22 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
23 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
24 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "名前"
29
30 # type: textblock
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35
36 # type: =head1
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
42 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
43 #: ../tools/virt-list-partitions.pl:34
44 msgid "SYNOPSIS"
45 msgstr ""
46
47 # type: verbatim
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55
56 # type: verbatim
57 #. type: verbatim
58 #: ../src/guestfs.pod:11
59 #, no-wrap
60 msgid ""
61 " guestfs_h *g = guestfs_create ();\n"
62 " guestfs_add_drive (g, \"guest.img\");\n"
63 " guestfs_launch (g);\n"
64 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
65 " guestfs_touch (g, \"/hello\");\n"
66 " guestfs_umount (g, \"/\");\n"
67 " guestfs_close (g);\n"
68 "\n"
69 msgstr ""
70
71 # type: verbatim
72 #. type: verbatim
73 #: ../src/guestfs.pod:19
74 #, no-wrap
75 msgid ""
76 " cc prog.c -o prog -lguestfs\n"
77 "or:\n"
78 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
79 "\n"
80 msgstr ""
81
82 # type: =head1
83 #. type: =head1
84 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
85 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
86 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
87 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
88 #: ../tools/virt-tar.pl:72 ../tools/virt-make-fs.pl:47
89 #: ../tools/virt-list-partitions.pl:40
90 msgid "DESCRIPTION"
91 msgstr ""
92
93 # type: textblock
94 #. type: textblock
95 #: ../src/guestfs.pod:25
96 msgid ""
97 "Libguestfs is a library for accessing and modifying guest disk images.  "
98 "Amongst the things this is good for: making batch configuration changes to "
99 "guests, getting disk used/free statistics (see also: virt-df), migrating "
100 "between virtualization systems (see also: virt-p2v), performing partial "
101 "backups, performing partial guest clones, cloning guests and changing "
102 "registry/UUID/hostname info, and much else besides."
103 msgstr ""
104
105 # type: textblock
106 #. type: textblock
107 #: ../src/guestfs.pod:33
108 msgid ""
109 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
110 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
111 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
112 "qcow2, vmdk."
113 msgstr ""
114
115 # type: textblock
116 #. type: textblock
117 #: ../src/guestfs.pod:38
118 msgid ""
119 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
120 "what filesystem is in each LV, etc.).  It can also run commands in the "
121 "context of the guest.  Also you can access filesystems over FUSE."
122 msgstr ""
123
124 # type: textblock
125 #. type: textblock
126 #: ../src/guestfs.pod:43
127 msgid ""
128 "Libguestfs is a library that can be linked with C and C++ management "
129 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
130 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
131 "line."
132 msgstr ""
133
134 # type: textblock
135 #. type: textblock
136 #: ../src/guestfs.pod:48
137 msgid ""
138 "You don't need to be root to use libguestfs, although obviously you do need "
139 "enough permissions to access the disk images."
140 msgstr ""
141
142 # type: textblock
143 #. type: textblock
144 #: ../src/guestfs.pod:51
145 msgid ""
146 "Libguestfs is a large API because it can do many things.  For a gentle "
147 "introduction, please read the L</API OVERVIEW> section next."
148 msgstr ""
149
150 # type: textblock
151 #. type: textblock
152 #: ../src/guestfs.pod:54
153 msgid ""
154 "There are also some example programs in the L<guestfs-examples(3)> manual "
155 "page."
156 msgstr ""
157
158 # type: =head1
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr ""
163
164 # type: textblock
165 #. type: textblock
166 #: ../src/guestfs.pod:59
167 msgid ""
168 "This section provides a gentler overview of the libguestfs API.  We also try "
169 "to group API calls together, where that may not be obvious from reading "
170 "about the individual calls in the main section of this manual."
171 msgstr ""
172
173 # type: =head2
174 #. type: =head2
175 #: ../src/guestfs.pod:64
176 msgid "HANDLES"
177 msgstr ""
178
179 # type: textblock
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 # type: textblock
191 #. type: textblock
192 #: ../src/guestfs.pod:73
193 msgid "The general structure of all libguestfs-using programs looks like this:"
194 msgstr ""
195
196 # type: verbatim
197 #. type: verbatim
198 #: ../src/guestfs.pod:76
199 #, no-wrap
200 msgid ""
201 " guestfs_h *g = guestfs_create ();\n"
202 " \n"
203 msgstr ""
204
205 # type: verbatim
206 #. type: verbatim
207 #: ../src/guestfs.pod:78
208 #, no-wrap
209 msgid ""
210 " /* Call guestfs_add_drive additional times if there are\n"
211 "  * multiple disk images.\n"
212 "  */\n"
213 " guestfs_add_drive (g, \"guest.img\");\n"
214 " \n"
215 msgstr ""
216
217 # type: verbatim
218 #. type: verbatim
219 #: ../src/guestfs.pod:83
220 #, no-wrap
221 msgid ""
222 " /* Most manipulation calls won't work until you've launched\n"
223 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
224 "  * and _before_ other commands.\n"
225 "  */\n"
226 " guestfs_launch (g);\n"
227 " \n"
228 msgstr ""
229
230 # type: verbatim
231 #. type: verbatim
232 #: ../src/guestfs.pod:89
233 #, no-wrap
234 msgid ""
235 " /* Now you can examine what partitions, LVs etc are available.\n"
236 "  */\n"
237 " char **partitions = guestfs_list_partitions (g);\n"
238 " char **logvols = guestfs_lvs (g);\n"
239 " \n"
240 msgstr ""
241
242 # type: verbatim
243 #. type: verbatim
244 #: ../src/guestfs.pod:94
245 #, no-wrap
246 msgid ""
247 " /* To access a filesystem in the image, you must mount it.\n"
248 "  */\n"
249 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
250 " \n"
251 msgstr ""
252
253 #. type: verbatim
254 #: ../src/guestfs.pod:98
255 #, no-wrap
256 msgid ""
257 " /* Now you can perform filesystem actions on the guest\n"
258 "  * disk image.\n"
259 "  */\n"
260 " guestfs_touch (g, \"/hello\");\n"
261 " \n"
262 msgstr ""
263
264 # type: verbatim
265 #. type: verbatim
266 #: ../src/guestfs.pod:103
267 #, no-wrap
268 msgid ""
269 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
270 "  * it is done automatically when you close the handle.  See\n"
271 "  * discussion of autosync in this page.\n"
272 "  */\n"
273 " guestfs_sync (g);\n"
274 " \n"
275 msgstr ""
276
277 # type: verbatim
278 #. type: verbatim
279 #: ../src/guestfs.pod:109
280 #, no-wrap
281 msgid ""
282 " /* Close the handle 'g'. */\n"
283 " guestfs_close (g);\n"
284 "\n"
285 msgstr ""
286
287 # type: textblock
288 #. type: textblock
289 #: ../src/guestfs.pod:112
290 msgid ""
291 "The code above doesn't include any error checking.  In real code you should "
292 "check return values carefully for errors.  In general all functions that "
293 "return integers return C<-1> on error, and all functions that return "
294 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
295 "how to handle errors, and consult the documentation for each function call "
296 "below to see precisely how they return error indications.  See L<guestfs-"
297 "examples(3)> for fully worked examples."
298 msgstr ""
299
300 # type: =head2
301 #. type: =head2
302 #: ../src/guestfs.pod:121
303 msgid "DISK IMAGES"
304 msgstr ""
305
306 # type: textblock
307 #. type: textblock
308 #: ../src/guestfs.pod:123
309 msgid ""
310 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
311 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
312 "actual block device, or simply an empty file of zeroes that you have created "
313 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
314 "of these."
315 msgstr ""
316
317 # type: textblock
318 #. type: textblock
319 #: ../src/guestfs.pod:129
320 msgid ""
321 "The call you should use in modern code for adding drives is L</"
322 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
323 "specifying that the format is raw, do:"
324 msgstr ""
325
326 # type: verbatim
327 #. type: verbatim
328 #: ../src/guestfs.pod:133
329 #, no-wrap
330 msgid ""
331 " guestfs_add_drive_opts (g, filename,\n"
332 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
333 "                         -1);\n"
334 "\n"
335 msgstr ""
336
337 # type: textblock
338 #. type: textblock
339 #: ../src/guestfs.pod:137
340 msgid "You can add a disk read-only using:"
341 msgstr ""
342
343 # type: verbatim
344 #. type: verbatim
345 #: ../src/guestfs.pod:139
346 #, no-wrap
347 msgid ""
348 " guestfs_add_drive_opts (g, filename,\n"
349 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
350 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
351 "                         -1);\n"
352 "\n"
353 msgstr ""
354
355 # type: textblock
356 #. type: textblock
357 #: ../src/guestfs.pod:144
358 msgid ""
359 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
360 "libguestfs won't modify the file."
361 msgstr ""
362
363 # type: textblock
364 #. type: textblock
365 #: ../src/guestfs.pod:147
366 msgid ""
367 "Be extremely cautious if the disk image is in use, eg. if it is being used "
368 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
369 "corruption, but adding it read-only is safe."
370 msgstr ""
371
372 # type: textblock
373 #. type: textblock
374 #: ../src/guestfs.pod:151
375 msgid ""
376 "You must add at least one disk image, and you may add multiple disk images.  "
377 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
378 "first one you added), C</dev/sdb> (for the second one you added), etc."
379 msgstr ""
380
381 # type: textblock
382 #. type: textblock
383 #: ../src/guestfs.pod:156
384 msgid ""
385 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
386 "can call L</guestfs_list_devices> to get a list of the device names, in the "
387 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
388 msgstr ""
389
390 # type: =head2
391 #. type: =head2
392 #: ../src/guestfs.pod:161
393 msgid "MOUNTING"
394 msgstr ""
395
396 #. type: textblock
397 #: ../src/guestfs.pod:163
398 msgid ""
399 "Before you can read or write files, create directories and so on in a disk "
400 "image that contains filesystems, you have to mount those filesystems using "
401 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
402 "a disk image contains (for example) one partition with a filesystem on that "
403 "partition, then you can mount it directly:"
404 msgstr ""
405
406 #. type: verbatim
407 #: ../src/guestfs.pod:170
408 #, no-wrap
409 msgid ""
410 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
411 "\n"
412 msgstr ""
413
414 #. type: textblock
415 #: ../src/guestfs.pod:172
416 msgid ""
417 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
418 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
419 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
420 "that these are libguestfs virtual devices, and are nothing to do with host "
421 "devices."
422 msgstr ""
423
424 #. type: textblock
425 #: ../src/guestfs.pod:178
426 msgid ""
427 "If you are given a disk image and you don't know what it contains then you "
428 "have to find out.  Libguestfs can do that too: use L</"
429 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
430 "LVs, and either try mounting each to see what is mountable, or else examine "
431 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
432 "filesystems, use L</guestfs_list_filesystems>."
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:186
437 msgid ""
438 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
439 "L</INSPECTION> below).  But you might find it easier to look at higher level "
440 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:191
445 msgid ""
446 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
447 "several other variations of the C<guestfs_mount_*> call."
448 msgstr ""
449
450 # type: =head2
451 #. type: =head2
452 #: ../src/guestfs.pod:194
453 msgid "FILESYSTEM ACCESS AND MODIFICATION"
454 msgstr ""
455
456 # type: textblock
457 #. type: textblock
458 #: ../src/guestfs.pod:196
459 msgid ""
460 "The majority of the libguestfs API consists of fairly low-level calls for "
461 "accessing and modifying the files, directories, symlinks etc on mounted "
462 "filesystems.  There are over a hundred such calls which you can find listed "
463 "in detail below in this man page, and we don't even pretend to cover them "
464 "all in this overview."
465 msgstr ""
466
467 # type: textblock
468 #. type: textblock
469 #: ../src/guestfs.pod:202
470 msgid ""
471 "Specify filenames as full paths, starting with C<\"/\"> and including the "
472 "mount point."
473 msgstr ""
474
475 # type: textblock
476 #. type: textblock
477 #: ../src/guestfs.pod:205
478 msgid ""
479 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
480 "the file called C<\"etc/passwd\"> then you could do:"
481 msgstr ""
482
483 # type: verbatim
484 #. type: verbatim
485 #: ../src/guestfs.pod:208
486 #, no-wrap
487 msgid ""
488 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
489 "\n"
490 msgstr ""
491
492 # type: textblock
493 #. type: textblock
494 #: ../src/guestfs.pod:210
495 msgid ""
496 "This would return C<data> as a newly allocated buffer containing the full "
497 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
498 "or C<NULL> if there was an error."
499 msgstr ""
500
501 # type: textblock
502 #. type: textblock
503 #: ../src/guestfs.pod:214
504 msgid ""
505 "As another example, to create a top-level directory on that filesystem "
506 "called C<\"var\"> you would do:"
507 msgstr ""
508
509 # type: verbatim
510 #. type: verbatim
511 #: ../src/guestfs.pod:217
512 #, no-wrap
513 msgid ""
514 " guestfs_mkdir (g, \"/var\");\n"
515 "\n"
516 msgstr ""
517
518 # type: textblock
519 #. type: textblock
520 #: ../src/guestfs.pod:219
521 msgid "To create a symlink you could do:"
522 msgstr ""
523
524 # type: verbatim
525 #. type: verbatim
526 #: ../src/guestfs.pod:221
527 #, no-wrap
528 msgid ""
529 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
530 "               \"/etc/rc3.d/S30portmap\");\n"
531 "\n"
532 msgstr ""
533
534 # type: textblock
535 #. type: textblock
536 #: ../src/guestfs.pod:224
537 msgid ""
538 "Libguestfs will reject attempts to use relative paths and there is no "
539 "concept of a current working directory."
540 msgstr ""
541
542 # type: textblock
543 #. type: textblock
544 #: ../src/guestfs.pod:227
545 msgid ""
546 "Libguestfs can return errors in many situations: for example if the "
547 "filesystem isn't writable, or if a file or directory that you requested "
548 "doesn't exist.  If you are using the C API (documented here)  you have to "
549 "check for those error conditions after each call.  (Other language bindings "
550 "turn these errors into exceptions)."
551 msgstr ""
552
553 # type: textblock
554 #. type: textblock
555 #: ../src/guestfs.pod:233
556 msgid ""
557 "File writes are affected by the per-handle umask, set by calling L</"
558 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
559 msgstr ""
560
561 # type: =head2
562 #. type: =head2
563 #: ../src/guestfs.pod:236
564 msgid "PARTITIONING"
565 msgstr ""
566
567 # type: textblock
568 #. type: textblock
569 #: ../src/guestfs.pod:238
570 msgid ""
571 "Libguestfs contains API calls to read, create and modify partition tables on "
572 "disk images."
573 msgstr ""
574
575 # type: textblock
576 #. type: textblock
577 #: ../src/guestfs.pod:241
578 msgid ""
579 "In the common case where you want to create a single partition covering the "
580 "whole disk, you should use the L</guestfs_part_disk> call:"
581 msgstr ""
582
583 # type: verbatim
584 #. type: verbatim
585 #: ../src/guestfs.pod:245
586 #, no-wrap
587 msgid ""
588 " const char *parttype = \"mbr\";\n"
589 " if (disk_is_larger_than_2TB)\n"
590 "   parttype = \"gpt\";\n"
591 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
592 "\n"
593 msgstr ""
594
595 # type: textblock
596 #. type: textblock
597 #: ../src/guestfs.pod:250
598 msgid ""
599 "Obviously this effectively wipes anything that was on that disk image before."
600 msgstr ""
601
602 # type: =head2
603 #. type: =head2
604 #: ../src/guestfs.pod:253
605 msgid "LVM2"
606 msgstr ""
607
608 # type: textblock
609 #. type: textblock
610 #: ../src/guestfs.pod:255
611 msgid ""
612 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
613 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
614 "you familiarize yourself with the concepts of physical volumes, volume "
615 "groups and logical volumes."
616 msgstr ""
617
618 # type: textblock
619 #. type: textblock
620 #: ../src/guestfs.pod:260
621 msgid ""
622 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
623 "tldp.org/HOWTO/LVM-HOWTO/>."
624 msgstr ""
625
626 # type: =head2
627 #. type: =head2
628 #: ../src/guestfs.pod:263
629 msgid "DOWNLOADING"
630 msgstr ""
631
632 #. type: textblock
633 #: ../src/guestfs.pod:265
634 msgid ""
635 "Use L</guestfs_cat> to download small, text only files.  This call is "
636 "limited to files which are less than 2 MB and which cannot contain any ASCII "
637 "NUL (C<\\0>) characters.  However the API is very simple to use."
638 msgstr ""
639
640 # type: textblock
641 #. type: textblock
642 #: ../src/guestfs.pod:269
643 msgid ""
644 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
645 "bit data, since it returns a (pointer, size) pair.  However it is still "
646 "limited to \"small\" files, less than 2 MB."
647 msgstr ""
648
649 # type: textblock
650 #. type: textblock
651 #: ../src/guestfs.pod:273
652 msgid ""
653 "L</guestfs_download> can be used to download any file, with no limits on "
654 "content or size (even files larger than 4 GB)."
655 msgstr ""
656
657 # type: textblock
658 #. type: textblock
659 #: ../src/guestfs.pod:276
660 msgid ""
661 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
662 msgstr ""
663
664 # type: =head2
665 #. type: =head2
666 #: ../src/guestfs.pod:279
667 msgid "UPLOADING"
668 msgstr ""
669
670 # type: textblock
671 #. type: textblock
672 #: ../src/guestfs.pod:281
673 msgid ""
674 "It's often the case that you want to write a file or files to the disk image."
675 msgstr ""
676
677 # type: textblock
678 #. type: textblock
679 #: ../src/guestfs.pod:284
680 msgid ""
681 "To write a small file with fixed content, use L</guestfs_write>.  To create "
682 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
683 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
684 "of other functions for creating test files, for example L</guestfs_fill> and "
685 "L</guestfs_fill_pattern>."
686 msgstr ""
687
688 # type: textblock
689 #. type: textblock
690 #: ../src/guestfs.pod:290
691 msgid ""
692 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
693 "file content or size (even files larger than 4 GB)."
694 msgstr ""
695
696 # type: textblock
697 #. type: textblock
698 #: ../src/guestfs.pod:293
699 msgid ""
700 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
701 msgstr ""
702
703 # type: textblock
704 #. type: textblock
705 #: ../src/guestfs.pod:295
706 msgid ""
707 "However the fastest way to upload I<large numbers of arbitrary files> is to "
708 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
709 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
710 "in a predictable way (eg. adding it last after all other drives) then you "
711 "can get the device name from L</guestfs_list_devices> and mount it directly "
712 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
713 "portable between kernel versions, and they don't support labels or UUIDs.  "
714 "If you want to pre-build an image or you need to mount it using a label or "
715 "UUID, use an ISO image instead."
716 msgstr ""
717
718 # type: =head2
719 #. type: =head2
720 #: ../src/guestfs.pod:306
721 msgid "COPYING"
722 msgstr ""
723
724 # type: textblock
725 #. type: textblock
726 #: ../src/guestfs.pod:308
727 msgid ""
728 "There are various different commands for copying between files and devices "
729 "and in and out of the guest filesystem.  These are summarised in the table "
730 "below."
731 msgstr ""
732
733 # type: =item
734 #. type: =item
735 #: ../src/guestfs.pod:314
736 msgid "B<file> to B<file>"
737 msgstr ""
738
739 # type: textblock
740 #. type: textblock
741 #: ../src/guestfs.pod:316
742 msgid ""
743 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
744 "directories recursively."
745 msgstr ""
746
747 # type: =item
748 #. type: =item
749 #: ../src/guestfs.pod:319
750 msgid "B<file or device> to B<file or device>"
751 msgstr ""
752
753 # type: textblock
754 #. type: textblock
755 #: ../src/guestfs.pod:321
756 msgid ""
757 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
758 "devices in the guest."
759 msgstr ""
760
761 # type: textblock
762 #. type: textblock
763 #: ../src/guestfs.pod:324
764 msgid "Example: duplicate the contents of an LV:"
765 msgstr ""
766
767 # type: verbatim
768 #. type: verbatim
769 #: ../src/guestfs.pod:326
770 #, no-wrap
771 msgid ""
772 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
773 "\n"
774 msgstr ""
775
776 # type: textblock
777 #. type: textblock
778 #: ../src/guestfs.pod:328
779 msgid ""
780 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
781 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
782 "guestfs_copy_size>."
783 msgstr ""
784
785 # type: =item
786 #. type: =item
787 #: ../src/guestfs.pod:332
788 msgid "B<file on the host> to B<file or device>"
789 msgstr ""
790
791 # type: textblock
792 #. type: textblock
793 #: ../src/guestfs.pod:334
794 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
795 msgstr ""
796
797 # type: =item
798 #. type: =item
799 #: ../src/guestfs.pod:336
800 msgid "B<file or device> to B<file on the host>"
801 msgstr ""
802
803 # type: textblock
804 #. type: textblock
805 #: ../src/guestfs.pod:338
806 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
807 msgstr ""
808
809 # type: =head2
810 #. type: =head2
811 #: ../src/guestfs.pod:342
812 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
813 msgstr ""
814
815 # type: textblock
816 #. type: textblock
817 #: ../src/guestfs.pod:344
818 msgid ""
819 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
820 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
821 "appears you can only upload and download to files.  However many Un*x-like "
822 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
823 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
824 "and arbitrary file descriptor N."
825 msgstr ""
826
827 # type: textblock
828 #. type: textblock
829 #: ../src/guestfs.pod:352
830 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
831 msgstr ""
832
833 #. type: verbatim
834 #: ../src/guestfs.pod:355
835 #, no-wrap
836 msgid ""
837 " guestfs_download (g, filename, \"/dev/stdout\");\n"
838 "\n"
839 msgstr ""
840
841 # type: textblock
842 #. type: textblock
843 #: ../src/guestfs.pod:357
844 msgid "and you can write tar output to a pipe C<fd> by doing:"
845 msgstr ""
846
847 #. type: verbatim
848 #: ../src/guestfs.pod:359
849 #, no-wrap
850 msgid ""
851 " char devfd[64];\n"
852 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
853 " guestfs_tar_out (g, \"/\", devfd);\n"
854 "\n"
855 msgstr ""
856
857 # type: =head2
858 #. type: =head2
859 #: ../src/guestfs.pod:363
860 msgid "LISTING FILES"
861 msgstr ""
862
863 # type: textblock
864 #. type: textblock
865 #: ../src/guestfs.pod:365
866 msgid ""
867 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
868 "L<guestfish(1)>-equivalent command C<ll>)."
869 msgstr ""
870
871 # type: textblock
872 #. type: textblock
873 #: ../src/guestfs.pod:368
874 msgid ""
875 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
876 "programs, as a flat list of strings."
877 msgstr ""
878
879 # type: textblock
880 #. type: textblock
881 #: ../src/guestfs.pod:371
882 msgid ""
883 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
884 "directory, plus additional information about each one.  It is more "
885 "equivalent to using the L<readdir(3)> call on a local filesystem."
886 msgstr ""
887
888 # type: textblock
889 #. type: textblock
890 #: ../src/guestfs.pod:375
891 msgid ""
892 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
893 msgstr ""
894
895 # type: =head2
896 #. type: =head2
897 #: ../src/guestfs.pod:378
898 msgid "RUNNING COMMANDS"
899 msgstr ""
900
901 # type: textblock
902 #. type: textblock
903 #: ../src/guestfs.pod:380
904 msgid ""
905 "Although libguestfs is primarily an API for manipulating files inside guest "
906 "images, we also provide some limited facilities for running commands inside "
907 "guests."
908 msgstr ""
909
910 # type: textblock
911 #. type: textblock
912 #: ../src/guestfs.pod:384
913 msgid "There are many limitations to this:"
914 msgstr ""
915
916 # type: =item
917 #. type: =item
918 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
919 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
920 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011
921 #: ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024
922 #: ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059
923 #: ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089
924 #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101
925 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592
926 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711
927 #: ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075
928 #: ../src/guestfs.pod:2081 ../src/guestfs.pod:2540 ../src/guestfs.pod:2544
929 #: ../src/guestfs.pod:2548 ../src/guestfs.pod:2552
930 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
931 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577
932 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591
933 #: ../src/guestfs-actions.pod:1584 ../src/guestfs-actions.pod:1588
934 #: ../src/guestfs-actions.pod:1592 ../src/guestfs-actions.pod:1596
935 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
936 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1622
937 #: ../src/guestfs-actions.pod:1626 ../src/guestfs-actions.pod:1630
938 #: ../src/guestfs-actions.pod:1768 ../src/guestfs-actions.pod:1772
939 #: ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1782
940 #: ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:1847
941 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish.pod:427
942 #: ../fish/guestfish.pod:431 ../fish/guestfish.pod:435
943 #: ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13
944 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373
945 #: ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388
946 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1062
947 #: ../fish/guestfish-actions.pod:1066 ../fish/guestfish-actions.pod:1070
948 #: ../fish/guestfish-actions.pod:1074 ../fish/guestfish-actions.pod:1082
949 #: ../fish/guestfish-actions.pod:1086 ../fish/guestfish-actions.pod:1090
950 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1104
951 #: ../fish/guestfish-actions.pod:1108 ../fish/guestfish-actions.pod:1198
952 #: ../fish/guestfish-actions.pod:1202 ../fish/guestfish-actions.pod:1207
953 #: ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1254
954 #: ../fish/guestfish-actions.pod:1258 ../fish/guestfish-actions.pod:1263
955 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
956 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
957 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
958 msgid "*"
959 msgstr ""
960
961 # type: textblock
962 #. type: textblock
963 #: ../src/guestfs.pod:390
964 msgid ""
965 "The kernel version that the command runs under will be different from what "
966 "it expects."
967 msgstr ""
968
969 # type: textblock
970 #. type: textblock
971 #: ../src/guestfs.pod:395
972 msgid ""
973 "If the command needs to communicate with daemons, then most likely they "
974 "won't be running."
975 msgstr ""
976
977 # type: textblock
978 #. type: textblock
979 #: ../src/guestfs.pod:400
980 msgid "The command will be running in limited memory."
981 msgstr ""
982
983 # type: textblock
984 #. type: textblock
985 #: ../src/guestfs.pod:404
986 msgid ""
987 "The network may not be available unless you enable it (see L</"
988 "guestfs_set_network>)."
989 msgstr ""
990
991 # type: textblock
992 #. type: textblock
993 #: ../src/guestfs.pod:409
994 msgid "Only supports Linux guests (not Windows, BSD, etc)."
995 msgstr ""
996
997 # type: textblock
998 #. type: textblock
999 #: ../src/guestfs.pod:413
1000 msgid ""
1001 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1002 msgstr ""
1003
1004 # type: textblock
1005 #. type: textblock
1006 #: ../src/guestfs.pod:418
1007 msgid ""
1008 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1009 "See L</SELINUX> in this manpage."
1010 msgstr ""
1011
1012 # type: textblock
1013 #. type: textblock
1014 #: ../src/guestfs.pod:423
1015 msgid ""
1016 "I<Security:> It is not safe to run commands from untrusted, possibly "
1017 "malicious guests.  These commands may attempt to exploit your program by "
1018 "sending unexpected output.  They could also try to exploit the Linux kernel "
1019 "or qemu provided by the libguestfs appliance.  They could use the network "
1020 "provided by the libguestfs appliance to bypass ordinary network partitions "
1021 "and firewalls.  They could use the elevated privileges or different SELinux "
1022 "context of your program to their advantage."
1023 msgstr ""
1024
1025 # type: textblock
1026 #. type: textblock
1027 #: ../src/guestfs.pod:432
1028 msgid ""
1029 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1030 "(a script which runs when the guest next boots normally), and to have this "
1031 "script run the commands you want in the normal context of the running guest, "
1032 "network security and so on.  For information about other security issues, "
1033 "see L</SECURITY>."
1034 msgstr ""
1035
1036 # type: textblock
1037 #. type: textblock
1038 #: ../src/guestfs.pod:440
1039 msgid ""
1040 "The two main API calls to run commands are L</guestfs_command> and L</"
1041 "guestfs_sh> (there are also variations)."
1042 msgstr ""
1043
1044 # type: textblock
1045 #. type: textblock
1046 #: ../src/guestfs.pod:443
1047 msgid ""
1048 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1049 "shell globs, redirections, etc will work."
1050 msgstr ""
1051
1052 # type: =head2
1053 #. type: =head2
1054 #: ../src/guestfs.pod:446
1055 msgid "CONFIGURATION FILES"
1056 msgstr ""
1057
1058 # type: textblock
1059 #. type: textblock
1060 #: ../src/guestfs.pod:448
1061 msgid ""
1062 "To read and write configuration files in Linux guest filesystems, we "
1063 "strongly recommend using Augeas.  For example, Augeas understands how to "
1064 "read and write, say, a Linux shadow password file or X.org configuration "
1065 "file, and so avoids you having to write that code."
1066 msgstr ""
1067
1068 # type: textblock
1069 #. type: textblock
1070 #: ../src/guestfs.pod:453
1071 msgid ""
1072 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1073 "document Augeas itself here because there is excellent documentation on the "
1074 "L<http://augeas.net/> website."
1075 msgstr ""
1076
1077 # type: textblock
1078 #. type: textblock
1079 #: ../src/guestfs.pod:457
1080 msgid ""
1081 "If you don't want to use Augeas (you fool!) then try calling L</"
1082 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1083 "over."
1084 msgstr ""
1085
1086 # type: =head2
1087 #. type: =head2
1088 #: ../src/guestfs.pod:461
1089 msgid "SELINUX"
1090 msgstr ""
1091
1092 # type: textblock
1093 #. type: textblock
1094 #: ../src/guestfs.pod:463
1095 msgid ""
1096 "We support SELinux guests.  To ensure that labeling happens correctly in "
1097 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1098 msgstr ""
1099
1100 # type: =item
1101 #. type: =item
1102 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
1103 #: ../src/guestfs.pod:2109
1104 msgid "1."
1105 msgstr ""
1106
1107 # type: textblock
1108 #. type: textblock
1109 #: ../src/guestfs.pod:471
1110 msgid "Before launching, do:"
1111 msgstr ""
1112
1113 # type: verbatim
1114 #. type: verbatim
1115 #: ../src/guestfs.pod:473
1116 #, no-wrap
1117 msgid ""
1118 " guestfs_set_selinux (g, 1);\n"
1119 "\n"
1120 msgstr ""
1121
1122 # type: =item
1123 #. type: =item
1124 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339
1125 #: ../src/guestfs.pod:2134
1126 msgid "2."
1127 msgstr ""
1128
1129 # type: textblock
1130 #. type: textblock
1131 #: ../src/guestfs.pod:477
1132 msgid ""
1133 "After mounting the guest's filesystem(s), load the policy.  This is best "
1134 "done by running the L<load_policy(8)> command in the guest itself:"
1135 msgstr ""
1136
1137 # type: verbatim
1138 #. type: verbatim
1139 #: ../src/guestfs.pod:481
1140 #, no-wrap
1141 msgid ""
1142 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1143 "\n"
1144 msgstr ""
1145
1146 # type: textblock
1147 #. type: textblock
1148 #: ../src/guestfs.pod:483
1149 msgid ""
1150 "(Older versions of C<load_policy> require you to specify the name of the "
1151 "policy file)."
1152 msgstr ""
1153
1154 # type: =item
1155 #. type: =item
1156 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
1157 msgid "3."
1158 msgstr ""
1159
1160 # type: textblock
1161 #. type: textblock
1162 #: ../src/guestfs.pod:488
1163 msgid ""
1164 "Optionally, set the security context for the API.  The correct security "
1165 "context to use can only be known by inspecting the guest.  As an example:"
1166 msgstr ""
1167
1168 # type: verbatim
1169 #. type: verbatim
1170 #: ../src/guestfs.pod:492
1171 #, no-wrap
1172 msgid ""
1173 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1174 "\n"
1175 msgstr ""
1176
1177 # type: textblock
1178 #. type: textblock
1179 #: ../src/guestfs.pod:496
1180 msgid "This will work for running commands and editing existing files."
1181 msgstr ""
1182
1183 # type: textblock
1184 #. type: textblock
1185 #: ../src/guestfs.pod:498
1186 msgid ""
1187 "When new files are created, you may need to label them explicitly, for "
1188 "example by running the external command C<restorecon pathname>."
1189 msgstr ""
1190
1191 # type: =head2
1192 #. type: =head2
1193 #: ../src/guestfs.pod:502
1194 msgid "UMASK"
1195 msgstr ""
1196
1197 # type: textblock
1198 #. type: textblock
1199 #: ../src/guestfs.pod:504
1200 msgid ""
1201 "Certain calls are affected by the current file mode creation mask (the "
1202 "\"umask\").  In particular ones which create files or directories, such as "
1203 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1204 "either the default mode that the file is created with or modifies the mode "
1205 "that you supply."
1206 msgstr ""
1207
1208 # type: textblock
1209 #. type: textblock
1210 #: ../src/guestfs.pod:510
1211 msgid ""
1212 "The default umask is C<022>, so files are created with modes such as C<0644> "
1213 "and directories with C<0755>."
1214 msgstr ""
1215
1216 # type: textblock
1217 #. type: textblock
1218 #: ../src/guestfs.pod:513
1219 msgid ""
1220 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1221 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1222 "guestfs_chmod> after creating each file or directory."
1223 msgstr ""
1224
1225 # type: textblock
1226 #. type: textblock
1227 #: ../src/guestfs.pod:517
1228 msgid "For more information about umask, see L<umask(2)>."
1229 msgstr ""
1230
1231 # type: =head1
1232 #. type: =head1
1233 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1234 msgid "ENCRYPTED DISKS"
1235 msgstr ""
1236
1237 # type: textblock
1238 #. type: textblock
1239 #: ../src/guestfs.pod:521
1240 msgid ""
1241 "Libguestfs allows you to access Linux guests which have been encrypted using "
1242 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1243 "standard.  This includes nearly all whole disk encryption systems used by "
1244 "modern Linux guests."
1245 msgstr ""
1246
1247 # type: textblock
1248 #. type: textblock
1249 #: ../src/guestfs.pod:527
1250 msgid ""
1251 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1252 "returns the string C<crypto_LUKS>)."
1253 msgstr ""
1254
1255 # type: textblock
1256 #. type: textblock
1257 #: ../src/guestfs.pod:530
1258 msgid ""
1259 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1260 "will require the passphrase!"
1261 msgstr ""
1262
1263 # type: textblock
1264 #. type: textblock
1265 #: ../src/guestfs.pod:533
1266 msgid ""
1267 "Opening a LUKS device creates a new device mapper device called C</dev/"
1268 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1269 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1270 "from and encrypted to the underlying block device respectively."
1271 msgstr ""
1272
1273 # type: textblock
1274 #. type: textblock
1275 #: ../src/guestfs.pod:539
1276 msgid ""
1277 "LVM volume groups on the device can be made visible by calling L</"
1278 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1279 "(s) can now be mounted in the usual way."
1280 msgstr ""
1281
1282 # type: textblock
1283 #. type: textblock
1284 #: ../src/guestfs.pod:543
1285 msgid ""
1286 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1287 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1288 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1289 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1290 "underlying encrypted block device)."
1291 msgstr ""
1292
1293 # type: =head2
1294 #. type: =head2
1295 #: ../src/guestfs.pod:550
1296 msgid "INSPECTION"
1297 msgstr ""
1298
1299 # type: textblock
1300 #. type: textblock
1301 #: ../src/guestfs.pod:552
1302 msgid ""
1303 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1304 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1305 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1306 "frequently used part of this library has been rewritten in C and moved into "
1307 "the core code)."
1308 msgstr ""
1309
1310 # type: textblock
1311 #. type: textblock
1312 #: ../src/guestfs.pod:558
1313 msgid ""
1314 "Add all disks belonging to the unknown virtual machine and call L</"
1315 "guestfs_launch> in the usual way."
1316 msgstr ""
1317
1318 # type: textblock
1319 #. type: textblock
1320 #: ../src/guestfs.pod:561
1321 msgid ""
1322 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1323 "and certain heuristics, and returns a list of operating systems that were "
1324 "found.  An empty list means none were found.  A single element is the root "
1325 "filesystem of the operating system.  For dual- or multi-boot guests, "
1326 "multiple roots can be returned, each one corresponding to a separate "
1327 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1328 "world of virtualization, but since this scenario can happen, we have built "
1329 "libguestfs to deal with it.)"
1330 msgstr ""
1331
1332 # type: textblock
1333 #. type: textblock
1334 #: ../src/guestfs.pod:570
1335 msgid ""
1336 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1337 "to get additional details about that operating system.  For example, call L</"
1338 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1339 "Windows and Linux-based operating systems respectively."
1340 msgstr ""
1341
1342 # type: textblock
1343 #. type: textblock
1344 #: ../src/guestfs.pod:576
1345 msgid ""
1346 "Un*x-like and Linux-based operating systems usually consist of several "
1347 "filesystems which are mounted at boot time (for example, a separate boot "
1348 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1349 "filesystems correspond to mount points.  Call "
1350 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1351 "hash table like this example:"
1352 msgstr ""
1353
1354 # type: verbatim
1355 #. type: verbatim
1356 #: ../src/guestfs.pod:583
1357 #, no-wrap
1358 msgid ""
1359 " /boot => /dev/sda1\n"
1360 " /     => /dev/vg_guest/lv_root\n"
1361 " /usr  => /dev/vg_guest/lv_usr\n"
1362 "\n"
1363 msgstr ""
1364
1365 # type: textblock
1366 #. type: textblock
1367 #: ../src/guestfs.pod:587
1368 msgid ""
1369 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1370 "filesystems as suggested."
1371 msgstr ""
1372
1373 # type: textblock
1374 #. type: textblock
1375 #: ../src/guestfs.pod:590
1376 msgid ""
1377 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1378 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1379 msgstr ""
1380
1381 # type: textblock
1382 #. type: textblock
1383 #: ../src/guestfs.pod:594
1384 msgid ""
1385 "Inspection currently only works for some common operating systems.  "
1386 "Contributors are welcome to send patches for other operating systems that we "
1387 "currently cannot detect."
1388 msgstr ""
1389
1390 # type: textblock
1391 #. type: textblock
1392 #: ../src/guestfs.pod:598
1393 msgid ""
1394 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1395 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1396 "encrypted devices."
1397 msgstr ""
1398
1399 # type: textblock
1400 #. type: textblock
1401 #: ../src/guestfs.pod:602
1402 msgid ""
1403 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1404 "inspection and caches the results in the guest handle.  Subsequent calls to "
1405 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1406 "read the disks.  If you change the content of the guest disks, you can redo "
1407 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1408 "guestfs_inspect_list_applications> works a little differently from the other "
1409 "calls and does read the disks.  See documentation for that function for "
1410 "details)."
1411 msgstr ""
1412
1413 # type: =head2
1414 #. type: =head2
1415 #: ../src/guestfs.pod:611
1416 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1417 msgstr ""
1418
1419 # type: textblock
1420 #. type: textblock
1421 #: ../src/guestfs.pod:613
1422 msgid ""
1423 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1424 "ntfs-3g.org/> driver."
1425 msgstr ""
1426
1427 # type: =head3
1428 #. type: =head3
1429 #: ../src/guestfs.pod:616
1430 msgid "DRIVE LETTERS AND PATHS"
1431 msgstr ""
1432
1433 # type: textblock
1434 #. type: textblock
1435 #: ../src/guestfs.pod:618
1436 msgid ""
1437 "DOS and Windows still use drive letters, and the filesystems are always "
1438 "treated as case insensitive by Windows itself, and therefore you might find "
1439 "a Windows configuration file referring to a path like C<c:\\windows"
1440 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1441 "might be referred to as C</WINDOWS/System32>."
1442 msgstr ""
1443
1444 # type: textblock
1445 #. type: textblock
1446 #: ../src/guestfs.pod:624
1447 msgid ""
1448 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1449 "libguestfs to read the appropriate Windows Registry and configuration files, "
1450 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1451 "inspector(1)>)."
1452 msgstr ""
1453
1454 # type: textblock
1455 #. type: textblock
1456 #: ../src/guestfs.pod:629
1457 msgid ""
1458 "Replacing backslash characters with forward slash characters is also outside "
1459 "the scope of libguestfs, but something that you can easily do."
1460 msgstr ""
1461
1462 # type: textblock
1463 #. type: textblock
1464 #: ../src/guestfs.pod:632
1465 msgid ""
1466 "Where we can help is in resolving the case insensitivity of paths.  For "
1467 "this, call L</guestfs_case_sensitive_path>."
1468 msgstr ""
1469
1470 # type: =head3
1471 #. type: =head3
1472 #: ../src/guestfs.pod:635
1473 msgid "ACCESSING THE WINDOWS REGISTRY"
1474 msgstr ""
1475
1476 # type: textblock
1477 #. type: textblock
1478 #: ../src/guestfs.pod:637
1479 msgid ""
1480 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1481 "files, through the library C<hivex> which is part of the libguestfs project "
1482 "although ships as a separate tarball.  You have to locate and download the "
1483 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1484 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1485 "reg(1)> for more help on this issue."
1486 msgstr ""
1487
1488 # type: =head3
1489 #. type: =head3
1490 #: ../src/guestfs.pod:645
1491 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1492 msgstr ""
1493
1494 # type: textblock
1495 #. type: textblock
1496 #: ../src/guestfs.pod:647
1497 msgid ""
1498 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1499 "provide something which looks like a Linux symlink.  The way it tries to do "
1500 "the rewriting is described here:"
1501 msgstr ""
1502
1503 # type: textblock
1504 #. type: textblock
1505 #: ../src/guestfs.pod:651
1506 msgid ""
1507 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1508 "symbolic-links/>"
1509 msgstr ""
1510
1511 # type: textblock
1512 #. type: textblock
1513 #: ../src/guestfs.pod:653
1514 msgid ""
1515 "The essential problem is that ntfs-3g simply does not have enough "
1516 "information to do a correct job.  NTFS links can contain drive letters and "
1517 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1518 "It is almost certainly the case that libguestfs callers should ignore what "
1519 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1520 msgstr ""
1521
1522 # type: textblock
1523 #. type: textblock
1524 #: ../src/guestfs.pod:660
1525 msgid ""
1526 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1527 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1528 "attribute, and read the raw reparse data from that (you can find the format "
1529 "documented in various places around the web)."
1530 msgstr ""
1531
1532 # type: =head3
1533 #. type: =head3
1534 #: ../src/guestfs.pod:665
1535 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1536 msgstr ""
1537
1538 # type: textblock
1539 #. type: textblock
1540 #: ../src/guestfs.pod:667
1541 msgid ""
1542 "There are other useful extended attributes that can be read from ntfs-3g "
1543 "filesystems (using L</guestfs_getxattr>).  See:"
1544 msgstr ""
1545
1546 # type: textblock
1547 #. type: textblock
1548 #: ../src/guestfs.pod:670
1549 msgid ""
1550 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1551 msgstr ""
1552
1553 # type: =head2
1554 #. type: =head2
1555 #: ../src/guestfs.pod:672
1556 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1557 msgstr ""
1558
1559 # type: textblock
1560 #. type: textblock
1561 #: ../src/guestfs.pod:674
1562 msgid ""
1563 "Although we don't want to discourage you from using the C API, we will "
1564 "mention here that the same API is also available in other languages."
1565 msgstr ""
1566
1567 #. type: textblock
1568 #: ../src/guestfs.pod:677
1569 msgid ""
1570 "The API is broadly identical in all supported languages.  This means that "
1571 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1572 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1573 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1574 "each language."
1575 msgstr ""
1576
1577 # type: textblock
1578 #. type: textblock
1579 #: ../src/guestfs.pod:683
1580 msgid ""
1581 "Error messages are automatically transformed into exceptions if the language "
1582 "supports it."
1583 msgstr ""
1584
1585 # type: textblock
1586 #. type: textblock
1587 #: ../src/guestfs.pod:686
1588 msgid ""
1589 "We don't try to \"object orientify\" parts of the API in OO languages, "
1590 "although contributors are welcome to write higher level APIs above what we "
1591 "provide in their favourite languages if they wish."
1592 msgstr ""
1593
1594 # type: =item
1595 #. type: =item
1596 #: ../src/guestfs.pod:692
1597 msgid "B<C++>"
1598 msgstr ""
1599
1600 # type: textblock
1601 #. type: textblock
1602 #: ../src/guestfs.pod:694
1603 msgid ""
1604 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1605 "identical to the C API.  C++ classes and exceptions are not used."
1606 msgstr ""
1607
1608 # type: =item
1609 #. type: =item
1610 #: ../src/guestfs.pod:698
1611 msgid "B<C#>"
1612 msgstr ""
1613
1614 # type: textblock
1615 #. type: textblock
1616 #: ../src/guestfs.pod:700
1617 msgid ""
1618 "The C# bindings are highly experimental.  Please read the warnings at the "
1619 "top of C<csharp/Libguestfs.cs>."
1620 msgstr ""
1621
1622 # type: =item
1623 #. type: =item
1624 #: ../src/guestfs.pod:703
1625 msgid "B<Haskell>"
1626 msgstr ""
1627
1628 # type: textblock
1629 #. type: textblock
1630 #: ../src/guestfs.pod:705
1631 msgid ""
1632 "This is the only language binding that is working but incomplete.  Only "
1633 "calls which return simple integers have been bound in Haskell, and we are "
1634 "looking for help to complete this binding."
1635 msgstr ""
1636
1637 # type: =item
1638 #. type: =item
1639 #: ../src/guestfs.pod:709
1640 msgid "B<Java>"
1641 msgstr ""
1642
1643 # type: textblock
1644 #. type: textblock
1645 #: ../src/guestfs.pod:711
1646 msgid ""
1647 "Full documentation is contained in the Javadoc which is distributed with "
1648 "libguestfs."
1649 msgstr ""
1650
1651 # type: =item
1652 #. type: =item
1653 #: ../src/guestfs.pod:714
1654 msgid "B<OCaml>"
1655 msgstr ""
1656
1657 #. type: textblock
1658 #: ../src/guestfs.pod:716
1659 msgid "See L<guestfs-ocaml(3)>."
1660 msgstr ""
1661
1662 # type: =item
1663 #. type: =item
1664 #: ../src/guestfs.pod:718
1665 msgid "B<Perl>"
1666 msgstr ""
1667
1668 #. type: textblock
1669 #: ../src/guestfs.pod:720
1670 msgid "See L<Sys::Guestfs(3)>."
1671 msgstr ""
1672
1673 # type: =item
1674 #. type: =item
1675 #: ../src/guestfs.pod:722
1676 msgid "B<PHP>"
1677 msgstr ""
1678
1679 # type: textblock
1680 #. type: textblock
1681 #: ../src/guestfs.pod:724
1682 msgid ""
1683 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1684 "the php-libguestfs package for your distribution."
1685 msgstr ""
1686
1687 # type: textblock
1688 #. type: textblock
1689 #: ../src/guestfs.pod:727
1690 msgid "The PHP binding only works correctly on 64 bit machines."
1691 msgstr ""
1692
1693 # type: =item
1694 #. type: =item
1695 #: ../src/guestfs.pod:729
1696 msgid "B<Python>"
1697 msgstr ""
1698
1699 #. type: textblock
1700 #: ../src/guestfs.pod:731
1701 msgid "See L<guestfs-python(3)>."
1702 msgstr ""
1703
1704 # type: =item
1705 #. type: =item
1706 #: ../src/guestfs.pod:733
1707 msgid "B<Ruby>"
1708 msgstr ""
1709
1710 #. type: textblock
1711 #: ../src/guestfs.pod:735
1712 msgid "See L<guestfs-ruby(3)>."
1713 msgstr ""
1714
1715 # type: =item
1716 #. type: =item
1717 #: ../src/guestfs.pod:737
1718 msgid "B<shell scripts>"
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:739
1723 msgid "See L<guestfish(1)>."
1724 msgstr ""
1725
1726 # type: =head2
1727 #. type: =head2
1728 #: ../src/guestfs.pod:743
1729 msgid "LIBGUESTFS GOTCHAS"
1730 msgstr ""
1731
1732 # type: textblock
1733 #. type: textblock
1734 #: ../src/guestfs.pod:745
1735 msgid ""
1736 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1737 "system [...] that works in the way it is documented but is counterintuitive "
1738 "and almost invites mistakes.\""
1739 msgstr ""
1740
1741 # type: textblock
1742 #. type: textblock
1743 #: ../src/guestfs.pod:749
1744 msgid ""
1745 "Since we developed libguestfs and the associated tools, there are several "
1746 "things we would have designed differently, but are now stuck with for "
1747 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1748 "release, you can expect these to change.  Beware of them."
1749 msgstr ""
1750
1751 # type: =item
1752 #. type: =item
1753 #: ../src/guestfs.pod:757
1754 msgid "Autosync / forgetting to sync."
1755 msgstr ""
1756
1757 # type: textblock
1758 #. type: textblock
1759 #: ../src/guestfs.pod:759
1760 msgid ""
1761 "When modifying a filesystem from C or another language, you B<must> unmount "
1762 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1763 "libguestfs handle.  You can also call:"
1764 msgstr ""
1765
1766 # type: verbatim
1767 #. type: verbatim
1768 #: ../src/guestfs.pod:763
1769 #, no-wrap
1770 msgid ""
1771 " guestfs_set_autosync (g, 1);\n"
1772 "\n"
1773 msgstr ""
1774
1775 # type: textblock
1776 #. type: textblock
1777 #: ../src/guestfs.pod:765
1778 msgid ""
1779 "to have the unmount/sync done automatically for you when the handle 'g' is "
1780 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1781 msgstr ""
1782
1783 # type: textblock
1784 #. type: textblock
1785 #: ../src/guestfs.pod:769
1786 msgid ""
1787 "If you forget to do this, then it is entirely possible that your changes "
1788 "won't be written out, or will be partially written, or (very rarely) that "
1789 "you'll get disk corruption."
1790 msgstr ""
1791
1792 # type: textblock
1793 #. type: textblock
1794 #: ../src/guestfs.pod:773
1795 msgid ""
1796 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1797 "guestfish scripts that forget to sync will work just fine, which can make "
1798 "this very puzzling if you are trying to debug a problem."
1799 msgstr ""
1800
1801 # type: textblock
1802 #. type: textblock
1803 #: ../src/guestfs.pod:777
1804 msgid ""
1805 "Update: Autosync is enabled by default for all API users starting from "
1806 "libguestfs 1.5.24."
1807 msgstr ""
1808
1809 # type: =item
1810 #. type: =item
1811 #: ../src/guestfs.pod:780
1812 msgid "Mount option C<-o sync> should not be the default."
1813 msgstr ""
1814
1815 # type: textblock
1816 #. type: textblock
1817 #: ../src/guestfs.pod:782
1818 msgid ""
1819 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1820 "However C<-o sync> does not add any reliability benefit, but does have a "
1821 "very large performance impact."
1822 msgstr ""
1823
1824 # type: textblock
1825 #. type: textblock
1826 #: ../src/guestfs.pod:786
1827 msgid ""
1828 "The work around is to use L</guestfs_mount_options> and set the mount "
1829 "options that you actually want to use."
1830 msgstr ""
1831
1832 # type: =item
1833 #. type: =item
1834 #: ../src/guestfs.pod:789
1835 msgid "Read-only should be the default."
1836 msgstr ""
1837
1838 # type: textblock
1839 #. type: textblock
1840 #: ../src/guestfs.pod:791
1841 msgid ""
1842 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1843 "specify I<--rw> if you want to make changes to the image."
1844 msgstr ""
1845
1846 # type: textblock
1847 #. type: textblock
1848 #: ../src/guestfs.pod:794
1849 msgid "This would reduce the potential to corrupt live VM images."
1850 msgstr ""
1851
1852 # type: textblock
1853 #. type: textblock
1854 #: ../src/guestfs.pod:796
1855 msgid ""
1856 "Note that many filesystems change the disk when you just mount and unmount, "
1857 "even if you didn't perform any writes.  You need to use L</"
1858 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1859 msgstr ""
1860
1861 # type: =item
1862 #. type: =item
1863 #: ../src/guestfs.pod:800
1864 msgid "guestfish command line is hard to use."
1865 msgstr ""
1866
1867 # type: textblock
1868 #. type: textblock
1869 #: ../src/guestfs.pod:802
1870 msgid ""
1871 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1872 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1873 "exist, so it fails.  In earlier versions of guestfish the error message was "
1874 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1875 "we should have used C<guestfish -c command> to run commands."
1876 msgstr ""
1877
1878 # type: =item
1879 #. type: =item
1880 #: ../src/guestfs.pod:809
1881 msgid "guestfish megabyte modifiers don't work right on all commands"
1882 msgstr ""
1883
1884 # type: textblock
1885 #. type: textblock
1886 #: ../src/guestfs.pod:811
1887 msgid ""
1888 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1889 "other modifiers).  What guestfish actually does is to multiply the number "
1890 "part by the modifier part and pass the result to the C API.  However this "
1891 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1892 "expecting some other unit (eg. megabytes)."
1893 msgstr ""
1894
1895 # type: textblock
1896 #. type: textblock
1897 #: ../src/guestfs.pod:818
1898 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1899 msgstr ""
1900
1901 # type: verbatim
1902 #. type: verbatim
1903 #: ../src/guestfs.pod:820
1904 #, no-wrap
1905 msgid ""
1906 " lvcreate LV VG 100M\n"
1907 "\n"
1908 msgstr ""
1909
1910 # type: textblock
1911 #. type: textblock
1912 #: ../src/guestfs.pod:822
1913 msgid ""
1914 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1915 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1916 "megabytes * megabytes) logical volume.  The error message you get from this "
1917 "is also a little obscure."
1918 msgstr ""
1919
1920 # type: textblock
1921 #. type: textblock
1922 #: ../src/guestfs.pod:827
1923 msgid ""
1924 "This could be fixed in the generator by specially marking parameters and "
1925 "return values which take bytes or other units."
1926 msgstr ""
1927
1928 # type: =item
1929 #. type: =item
1930 #: ../src/guestfs.pod:830
1931 msgid "Ambiguity between devices and paths"
1932 msgstr ""
1933
1934 # type: textblock
1935 #. type: textblock
1936 #: ../src/guestfs.pod:832
1937 msgid ""
1938 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1939 "sdb2>) and a similar pathname.  A file might just happen to be called "
1940 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1941 msgstr ""
1942
1943 # type: textblock
1944 #. type: textblock
1945 #: ../src/guestfs.pod:837
1946 msgid ""
1947 "In the current API we usually resolve this ambiguity by having two separate "
1948 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1949 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1950 "detecting if the path supplied begins with C</dev/>."
1951 msgstr ""
1952
1953 # type: textblock
1954 #. type: textblock
1955 #: ../src/guestfs.pod:843
1956 msgid ""
1957 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1958 "make paths/devices into structured names.  One way to do this would be to "
1959 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1960 "aspect of grub.  Another way would be to use a structured type, equivalent "
1961 "to this OCaml type:"
1962 msgstr ""
1963
1964 # type: verbatim
1965 #. type: verbatim
1966 #: ../src/guestfs.pod:849
1967 #, no-wrap
1968 msgid ""
1969 " type path = Path of string | Device of int | Partition of int * int\n"
1970 "\n"
1971 msgstr ""
1972
1973 # type: textblock
1974 #. type: textblock
1975 #: ../src/guestfs.pod:851
1976 msgid "which would allow you to pass arguments like:"
1977 msgstr ""
1978
1979 # type: verbatim
1980 #. type: verbatim
1981 #: ../src/guestfs.pod:853
1982 #, no-wrap
1983 msgid ""
1984 " Path \"/foo/bar\"\n"
1985 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1986 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1987 " Path \"/dev/sdb2\"    (* not a device *)\n"
1988 "\n"
1989 msgstr ""
1990
1991 # type: textblock
1992 #. type: textblock
1993 #: ../src/guestfs.pod:858
1994 msgid ""
1995 "As you can see there are still problems to resolve even with this "
1996 "representation.  Also consider how it might work in guestfish."
1997 msgstr ""
1998
1999 # type: =head2
2000 #. type: =head2
2001 #: ../src/guestfs.pod:863
2002 msgid "PROTOCOL LIMITS"
2003 msgstr ""
2004
2005 # type: textblock
2006 #. type: textblock
2007 #: ../src/guestfs.pod:865
2008 msgid ""
2009 "Internally libguestfs uses a message-based protocol to pass API calls and "
2010 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
2011 "plenty more detail about this).  The maximum message size used by the "
2012 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
2013 "aware of this limit.  The API calls which may be affected are individually "
2014 "documented, with a link back to this section of the documentation."
2015 msgstr ""
2016
2017 # type: textblock
2018 #. type: textblock
2019 #: ../src/guestfs.pod:873
2020 msgid ""
2021 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
2022 "a simple string.  Because this string is at some point internally encoded as "
2023 "a message, the maximum size that it can return is slightly under 4 MB.  If "
2024 "the requested file is larger than this then you will get an error."
2025 msgstr ""
2026
2027 # type: textblock
2028 #. type: textblock
2029 #: ../src/guestfs.pod:879
2030 msgid ""
2031 "In order to transfer large files into and out of the guest filesystem, you "
2032 "need to use particular calls that support this.  The sections L</UPLOADING> "
2033 "and L</DOWNLOADING> document how to do this."
2034 msgstr ""
2035
2036 # type: textblock
2037 #. type: textblock
2038 #: ../src/guestfs.pod:883
2039 msgid ""
2040 "You might also consider mounting the disk image using our FUSE filesystem "
2041 "support (L<guestmount(1)>)."
2042 msgstr ""
2043
2044 # type: =head2
2045 #. type: =head2
2046 #: ../src/guestfs.pod:886
2047 msgid "KEYS AND PASSPHRASES"
2048 msgstr ""
2049
2050 # type: textblock
2051 #. type: textblock
2052 #: ../src/guestfs.pod:888
2053 msgid ""
2054 "Certain libguestfs calls take a parameter that contains sensitive key "
2055 "material, passed in as a C string."
2056 msgstr ""
2057
2058 # type: textblock
2059 #. type: textblock
2060 #: ../src/guestfs.pod:891
2061 msgid ""
2062 "In the future we would hope to change the libguestfs implementation so that "
2063 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2064 "swap.  However this is I<not> done at the moment, because of the complexity "
2065 "of such an implementation."
2066 msgstr ""
2067
2068 # type: textblock
2069 #. type: textblock
2070 #: ../src/guestfs.pod:896
2071 msgid ""
2072 "Therefore you should be aware that any key parameter you pass to libguestfs "
2073 "might end up being written out to the swap partition.  If this is a concern, "
2074 "scrub the swap partition or don't use libguestfs on encrypted devices."
2075 msgstr ""
2076
2077 # type: =head1
2078 #. type: =head2
2079 #: ../src/guestfs.pod:901
2080 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2081 msgstr ""
2082
2083 # type: textblock
2084 #. type: textblock
2085 #: ../src/guestfs.pod:903
2086 msgid ""
2087 "All high-level libguestfs actions are synchronous.  If you want to use "
2088 "libguestfs asynchronously then you must create a thread."
2089 msgstr ""
2090
2091 # type: textblock
2092 #. type: textblock
2093 #: ../src/guestfs.pod:906
2094 msgid ""
2095 "Only use the handle from a single thread.  Either use the handle exclusively "
2096 "from one thread, or provide your own mutex so that two threads cannot issue "
2097 "calls on the same handle at the same time."
2098 msgstr ""
2099
2100 # type: textblock
2101 #. type: textblock
2102 #: ../src/guestfs.pod:910
2103 msgid ""
2104 "See the graphical program guestfs-browser for one possible architecture for "
2105 "multithreaded programs using libvirt and libguestfs."
2106 msgstr ""
2107
2108 # type: =head1
2109 #. type: =head2
2110 #: ../src/guestfs.pod:913
2111 msgid "PATH"
2112 msgstr ""
2113
2114 #. type: textblock
2115 #: ../src/guestfs.pod:915
2116 msgid ""
2117 "Libguestfs needs a supermin appliance, which it finds by looking along an "
2118 "internal path."
2119 msgstr ""
2120
2121 # type: textblock
2122 #. type: textblock
2123 #: ../src/guestfs.pod:918
2124 msgid ""
2125 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2126 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2127 msgstr ""
2128
2129 # type: textblock
2130 #. type: textblock
2131 #: ../src/guestfs.pod:921
2132 msgid ""
2133 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2134 "to change the directories that libguestfs will search in.  The value is a "
2135 "colon-separated list of paths.  The current directory is I<not> searched "
2136 "unless the path contains an empty element or C<.>.  For example "
2137 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2138 "then C</usr/lib/guestfs>."
2139 msgstr ""
2140
2141 # type: =head1
2142 #. type: =head2
2143 #: ../src/guestfs.pod:928
2144 msgid "QEMU WRAPPERS"
2145 msgstr ""
2146
2147 # type: textblock
2148 #. type: textblock
2149 #: ../src/guestfs.pod:930
2150 msgid ""
2151 "If you want to compile your own qemu, run qemu from a non-standard location, "
2152 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2153 "around qemu."
2154 msgstr ""
2155
2156 # type: textblock
2157 #. type: textblock
2158 #: ../src/guestfs.pod:934
2159 msgid ""
2160 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2161 "last command in the shell script (so that qemu replaces the shell and "
2162 "becomes the direct child of the libguestfs-using program).  If you don't do "
2163 "this, then the qemu process won't be cleaned up correctly."
2164 msgstr ""
2165
2166 # type: textblock
2167 #. type: textblock
2168 #: ../src/guestfs.pod:939
2169 msgid ""
2170 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2171 "source:"
2172 msgstr ""
2173
2174 # type: verbatim
2175 #. type: verbatim
2176 #: ../src/guestfs.pod:942
2177 #, no-wrap
2178 msgid ""
2179 " #!/bin/sh -\n"
2180 " qemudir=/home/rjones/d/qemu\n"
2181 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2182 "\n"
2183 msgstr ""
2184
2185 # type: textblock
2186 #. type: textblock
2187 #: ../src/guestfs.pod:946
2188 msgid ""
2189 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2190 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2191 "example:"
2192 msgstr ""
2193
2194 # type: verbatim
2195 #. type: verbatim
2196 #: ../src/guestfs.pod:950
2197 #, no-wrap
2198 msgid ""
2199 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2200 "\n"
2201 msgstr ""
2202
2203 # type: textblock
2204 #. type: textblock
2205 #: ../src/guestfs.pod:952
2206 msgid ""
2207 "Note that libguestfs also calls qemu with the -help and -version options in "
2208 "order to determine features."
2209 msgstr ""
2210
2211 # type: =head2
2212 #. type: =head2
2213 #: ../src/guestfs.pod:955
2214 msgid "ABI GUARANTEE"
2215 msgstr ""
2216
2217 # type: textblock
2218 #. type: textblock
2219 #: ../src/guestfs.pod:957
2220 msgid ""
2221 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2222 "actions as outlined in this section.  Although we will deprecate some "
2223 "actions, for example if they get replaced by newer calls, we will keep the "
2224 "old actions forever.  This allows you the developer to program in confidence "
2225 "against the libguestfs API."
2226 msgstr ""
2227
2228 # type: =head1
2229 #. type: =head2
2230 #: ../src/guestfs.pod:963
2231 msgid "BLOCK DEVICE NAMING"
2232 msgstr ""
2233
2234 # type: textblock
2235 #. type: textblock
2236 #: ../src/guestfs.pod:965
2237 msgid ""
2238 "In the kernel there is now quite a profusion of schemata for naming block "
2239 "devices (in this context, by I<block device> I mean a physical or virtual "
2240 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2241 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2242 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2243 "for the old IDE driver (particularly for SATA devices) those devices also "
2244 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2245 "paravirtualized drivers.  This has created several different naming systems, "
2246 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2247 msgstr ""
2248
2249 # type: textblock
2250 #. type: textblock
2251 #: ../src/guestfs.pod:977
2252 msgid ""
2253 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2254 "Linux kernel to access block devices.  We can run a variety of appliances "
2255 "based on a variety of Linux kernels."
2256 msgstr ""
2257
2258 # type: textblock
2259 #. type: textblock
2260 #: ../src/guestfs.pod:981
2261 msgid ""
2262 "This causes a problem for libguestfs because many API calls use device or "
2263 "partition names.  Working scripts and the recipe (example) scripts that we "
2264 "make available over the internet could fail if the naming scheme changes."
2265 msgstr ""
2266
2267 # type: textblock
2268 #. type: textblock
2269 #: ../src/guestfs.pod:986
2270 msgid ""
2271 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2272 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2273 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2274 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2275 msgstr ""
2276
2277 # type: textblock
2278 #. type: textblock
2279 #: ../src/guestfs.pod:992
2280 msgid ""
2281 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2282 "L</guestfs_list_partitions> and similar calls return the true names of the "
2283 "devices and partitions as known to the appliance."
2284 msgstr ""
2285
2286 # type: =head2
2287 #. type: =head3
2288 #: ../src/guestfs.pod:997
2289 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2290 msgstr ""
2291
2292 # type: textblock
2293 #. type: textblock
2294 #: ../src/guestfs.pod:999
2295 msgid ""
2296 "Usually this translation is transparent.  However in some (very rare)  cases "
2297 "you may need to know the exact algorithm.  Such cases include where you use "
2298 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2299 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2300 msgstr ""
2301
2302 # type: textblock
2303 #. type: textblock
2304 #: ../src/guestfs.pod:1005
2305 msgid ""
2306 "The algorithm is applied only to I<parameters> which are known to be either "
2307 "device or partition names.  Return values from functions such as L</"
2308 "guestfs_list_devices> are never changed."
2309 msgstr ""
2310
2311 # type: textblock
2312 #. type: textblock
2313 #: ../src/guestfs.pod:1013
2314 msgid "Is the string a parameter which is a device or partition name?"
2315 msgstr ""
2316
2317 # type: textblock
2318 #. type: textblock
2319 #: ../src/guestfs.pod:1017
2320 msgid "Does the string begin with C</dev/sd>?"
2321 msgstr ""
2322
2323 # type: textblock
2324 #. type: textblock
2325 #: ../src/guestfs.pod:1021
2326 msgid ""
2327 "Does the named device exist? If so, we use that device.  However if I<not> "
2328 "then we continue with this algorithm."
2329 msgstr ""
2330
2331 # type: textblock
2332 #. type: textblock
2333 #: ../src/guestfs.pod:1026
2334 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2335 msgstr ""
2336
2337 # type: textblock
2338 #. type: textblock
2339 #: ../src/guestfs.pod:1028
2340 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2341 msgstr ""
2342
2343 # type: textblock
2344 #. type: textblock
2345 #: ../src/guestfs.pod:1030
2346 msgid "If that named device exists, use it.  If not, continue."
2347 msgstr ""
2348
2349 # type: textblock
2350 #. type: textblock
2351 #: ../src/guestfs.pod:1034
2352 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2353 msgstr ""
2354
2355 # type: textblock
2356 #. type: textblock
2357 #: ../src/guestfs.pod:1036
2358 msgid "If that named device exists, use it.  If not, return an error."
2359 msgstr ""
2360
2361 # type: =head3
2362 #. type: =head3
2363 #: ../src/guestfs.pod:1040
2364 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2365 msgstr ""
2366
2367 # type: textblock
2368 #. type: textblock
2369 #: ../src/guestfs.pod:1042
2370 msgid ""
2371 "Although the standard naming scheme and automatic translation is useful for "
2372 "simple programs and guestfish scripts, for larger programs it is best not to "
2373 "rely on this mechanism."
2374 msgstr ""
2375
2376 # type: textblock
2377 #. type: textblock
2378 #: ../src/guestfs.pod:1046
2379 msgid ""
2380 "Where possible for maximum future portability programs using libguestfs "
2381 "should use these future-proof techniques:"
2382 msgstr ""
2383
2384 # type: textblock
2385 #. type: textblock
2386 #: ../src/guestfs.pod:1053
2387 msgid ""
2388 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2389 "device names, and then use those names directly."
2390 msgstr ""
2391
2392 # type: textblock
2393 #. type: textblock
2394 #: ../src/guestfs.pod:1056
2395 msgid ""
2396 "Since those device names exist by definition, they will never be translated."
2397 msgstr ""
2398
2399 # type: textblock
2400 #. type: textblock
2401 #: ../src/guestfs.pod:1061
2402 msgid ""
2403 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2404 "filesystem labels."
2405 msgstr ""
2406
2407 # type: =head1
2408 #. type: =head1
2409 #: ../src/guestfs.pod:1066
2410 msgid "SECURITY"
2411 msgstr ""
2412
2413 # type: textblock
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1068
2416 msgid ""
2417 "This section discusses security implications of using libguestfs, "
2418 "particularly with untrusted or malicious guests or disk images."
2419 msgstr ""
2420
2421 # type: =head2
2422 #. type: =head2
2423 #: ../src/guestfs.pod:1071
2424 msgid "GENERAL SECURITY CONSIDERATIONS"
2425 msgstr ""
2426
2427 # type: textblock
2428 #. type: textblock
2429 #: ../src/guestfs.pod:1073
2430 msgid ""
2431 "Be careful with any files or data that you download from a guest (by "
2432 "\"download\" we mean not just the L</guestfs_download> command but any "
2433 "command that reads files, filenames, directories or anything else from a "
2434 "disk image).  An attacker could manipulate the data to fool your program "
2435 "into doing the wrong thing.  Consider cases such as:"
2436 msgstr ""
2437
2438 # type: textblock
2439 #. type: textblock
2440 #: ../src/guestfs.pod:1083
2441 msgid "the data (file etc) not being present"
2442 msgstr ""
2443
2444 # type: textblock
2445 #. type: textblock
2446 #: ../src/guestfs.pod:1087
2447 msgid "being present but empty"
2448 msgstr ""
2449
2450 # type: textblock
2451 #. type: textblock
2452 #: ../src/guestfs.pod:1091
2453 msgid "being much larger than normal"
2454 msgstr ""
2455
2456 # type: textblock
2457 #. type: textblock
2458 #: ../src/guestfs.pod:1095
2459 msgid "containing arbitrary 8 bit data"
2460 msgstr ""
2461
2462 # type: textblock
2463 #. type: textblock
2464 #: ../src/guestfs.pod:1099
2465 msgid "being in an unexpected character encoding"
2466 msgstr ""
2467
2468 # type: textblock
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1103
2471 msgid "containing homoglyphs."
2472 msgstr ""
2473
2474 # type: =head2
2475 #. type: =head2
2476 #: ../src/guestfs.pod:1107
2477 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2478 msgstr ""
2479
2480 # type: textblock
2481 #. type: textblock
2482 #: ../src/guestfs.pod:1109
2483 msgid ""
2484 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2485 "(VFS) module can sometimes be escalated into exploits by deliberately "
2486 "creating a malicious, malformed filesystem.  These exploits are very severe "
2487 "for two reasons.  Firstly there are very many filesystem drivers in the "
2488 "kernel, and many of them are infrequently used and not much developer "
2489 "attention has been paid to the code.  Linux userspace helps potential "
2490 "crackers by detecting the filesystem type and automatically choosing the "
2491 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2492 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2493 "exploit (worse in some ways), giving immediate and total access to the "
2494 "system right down to the hardware level."
2495 msgstr ""
2496
2497 # type: textblock
2498 #. type: textblock
2499 #: ../src/guestfs.pod:1122
2500 msgid ""
2501 "That explains why you should never mount a filesystem from an untrusted "
2502 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2503 "inside a qemu virtual machine, usually running as a non-root user.  The "
2504 "attacker would need to write a filesystem which first exploited the kernel, "
2505 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2506 "the libguestfs protocol, and finally to be as serious as the host kernel "
2507 "exploit it would need to escalate its privileges to root.  This multi-step "
2508 "escalation, performed by a static piece of data, is thought to be extremely "
2509 "hard to do, although we never say 'never' about security issues."
2510 msgstr ""
2511
2512 # type: textblock
2513 #. type: textblock
2514 #: ../src/guestfs.pod:1133
2515 msgid ""
2516 "In any case callers can reduce the attack surface by forcing the filesystem "
2517 "type when mounting (use L</guestfs_mount_vfs>)."
2518 msgstr ""
2519
2520 # type: =head2
2521 #. type: =head2
2522 #: ../src/guestfs.pod:1136
2523 msgid "PROTOCOL SECURITY"
2524 msgstr ""
2525
2526 # type: textblock
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1138
2529 msgid ""
2530 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2531 "defined upper message size.  However a program that uses libguestfs must "
2532 "also take care - for example you can write a program that downloads a binary "
2533 "from a disk image and executes it locally, and no amount of protocol "
2534 "security will save you from the consequences."
2535 msgstr ""
2536
2537 # type: =head2
2538 #. type: =head2
2539 #: ../src/guestfs.pod:1144
2540 msgid "INSPECTION SECURITY"
2541 msgstr ""
2542
2543 # type: textblock
2544 #. type: textblock
2545 #: ../src/guestfs.pod:1146
2546 msgid ""
2547 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2548 "directly from the guest, and these could contain any 8 bit data.  Callers "
2549 "should be careful to escape these before printing them to a structured file "
2550 "(for example, use HTML escaping if creating a web page)."
2551 msgstr ""
2552
2553 # type: textblock
2554 #. type: textblock
2555 #: ../src/guestfs.pod:1152
2556 msgid ""
2557 "Guest configuration may be altered in unusual ways by the administrator of "
2558 "the virtual machine, and may not reflect reality (particularly for untrusted "
2559 "or actively malicious guests).  For example we parse the hostname from "
2560 "configuration files like C</etc/sysconfig/network> that we find in the "
2561 "guest, but the guest administrator can easily manipulate these files to "
2562 "provide the wrong hostname."
2563 msgstr ""
2564
2565 # type: textblock
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1160
2568 msgid ""
2569 "The inspection API parses guest configuration using two external libraries: "
2570 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2571 "designed to be robust in the face of malicious data, although denial of "
2572 "service attacks are still possible, for example with oversized configuration "
2573 "files."
2574 msgstr ""
2575
2576 # type: =head2
2577 #. type: =head2
2578 #: ../src/guestfs.pod:1166
2579 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2580 msgstr ""
2581
2582 # type: textblock
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1168
2585 msgid ""
2586 "Be very cautious about running commands from the guest.  By running a "
2587 "command in the guest, you are giving CPU time to a binary that you do not "
2588 "control, under the same user account as the library, albeit wrapped in qemu "
2589 "virtualization.  More information and alternatives can be found in the "
2590 "section L</RUNNING COMMANDS>."
2591 msgstr ""
2592
2593 # type: =head2
2594 #. type: =head2
2595 #: ../src/guestfs.pod:1174
2596 msgid "CVE-2010-3851"
2597 msgstr ""
2598
2599 # type: textblock
2600 #. type: textblock
2601 #: ../src/guestfs.pod:1176
2602 msgid "https://bugzilla.redhat.com/642934"
2603 msgstr ""
2604
2605 # type: textblock
2606 #. type: textblock
2607 #: ../src/guestfs.pod:1178
2608 msgid ""
2609 "This security bug concerns the automatic disk format detection that qemu "
2610 "does on disk images."
2611 msgstr ""
2612
2613 # type: textblock
2614 #. type: textblock
2615 #: ../src/guestfs.pod:1181
2616 msgid ""
2617 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2618 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2619 "for one of the known headers, and if none is found then assuming the disk "
2620 "image must be raw."
2621 msgstr ""
2622
2623 # type: textblock
2624 #. type: textblock
2625 #: ../src/guestfs.pod:1186
2626 msgid ""
2627 "This allows a guest which has been given a raw disk image to write some "
2628 "other header.  At next boot (or when the disk image is accessed by "
2629 "libguestfs) qemu would do autodetection and think the disk image format was, "
2630 "say, qcow2 based on the header written by the guest."
2631 msgstr ""
2632
2633 # type: textblock
2634 #. type: textblock
2635 #: ../src/guestfs.pod:1191
2636 msgid ""
2637 "This in itself would not be a problem, but qcow2 offers many features, one "
2638 "of which is to allow a disk image to refer to another image (called the "
2639 "\"backing disk\").  It does this by placing the path to the backing disk "
2640 "into the qcow2 header.  This path is not validated and could point to any "
2641 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2642 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2643 "control of the attacker."
2644 msgstr ""
2645
2646 # type: textblock
2647 #. type: textblock
2648 #: ../src/guestfs.pod:1199
2649 msgid ""
2650 "In libguestfs this is rather hard to exploit except under two circumstances:"
2651 msgstr ""
2652
2653 # type: textblock
2654 #. type: textblock
2655 #: ../src/guestfs.pod:1206
2656 msgid "You have enabled the network or have opened the disk in write mode."
2657 msgstr ""
2658
2659 # type: textblock
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1210
2662 msgid ""
2663 "You are also running untrusted code from the guest (see L</RUNNING "
2664 "COMMANDS>)."
2665 msgstr ""
2666
2667 # type: textblock
2668 #. type: textblock
2669 #: ../src/guestfs.pod:1215
2670 msgid ""
2671 "The way to avoid this is to specify the expected disk format when adding "
2672 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2673 "should always do this if the disk is raw format, and it's a good idea for "
2674 "other cases too."
2675 msgstr ""
2676
2677 # type: textblock
2678 #. type: textblock
2679 #: ../src/guestfs.pod:1220
2680 msgid ""
2681 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2682 "format is fetched from libvirt and passed through."
2683 msgstr ""
2684
2685 # type: textblock
2686 #. type: textblock
2687 #: ../src/guestfs.pod:1223
2688 msgid ""
2689 "For libguestfs tools, use the I<--format> command line parameter as "
2690 "appropriate."
2691 msgstr ""
2692
2693 # type: =head1
2694 #. type: =head1
2695 #: ../src/guestfs.pod:1226
2696 msgid "CONNECTION MANAGEMENT"
2697 msgstr ""
2698
2699 # type: =head2
2700 #. type: =head2
2701 #: ../src/guestfs.pod:1228
2702 msgid "guestfs_h *"
2703 msgstr ""
2704
2705 # type: textblock
2706 #. type: textblock
2707 #: ../src/guestfs.pod:1230
2708 msgid ""
2709 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2710 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2711 "handle and release all resources used."
2712 msgstr ""
2713
2714 # type: textblock
2715 #. type: textblock
2716 #: ../src/guestfs.pod:1234
2717 msgid ""
2718 "For information on using multiple handles and threads, see the section L</"
2719 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2720 msgstr ""
2721
2722 # type: =head2
2723 #. type: =head2
2724 #: ../src/guestfs.pod:1237
2725 msgid "guestfs_create"
2726 msgstr ""
2727
2728 # type: verbatim
2729 #. type: verbatim
2730 #: ../src/guestfs.pod:1239
2731 #, no-wrap
2732 msgid ""
2733 " guestfs_h *guestfs_create (void);\n"
2734 "\n"
2735 msgstr ""
2736
2737 # type: textblock
2738 #. type: textblock
2739 #: ../src/guestfs.pod:1241
2740 msgid "Create a connection handle."
2741 msgstr ""
2742
2743 # type: textblock
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1243
2746 msgid ""
2747 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2748 "on the handle at least once."
2749 msgstr ""
2750
2751 # type: textblock
2752 #. type: textblock
2753 #: ../src/guestfs.pod:1246
2754 msgid ""
2755 "This function returns a non-NULL pointer to a handle on success or NULL on "
2756 "error."
2757 msgstr ""
2758
2759 # type: textblock
2760 #. type: textblock
2761 #: ../src/guestfs.pod:1249
2762 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2763 msgstr ""
2764
2765 # type: textblock
2766 #. type: textblock
2767 #: ../src/guestfs.pod:1251
2768 msgid ""
2769 "You may also want to configure error handling for the handle.  See L</ERROR "
2770 "HANDLING> section below."
2771 msgstr ""
2772
2773 # type: =head2
2774 #. type: =head2
2775 #: ../src/guestfs.pod:1254
2776 msgid "guestfs_close"
2777 msgstr ""
2778
2779 # type: verbatim
2780 #. type: verbatim
2781 #: ../src/guestfs.pod:1256
2782 #, no-wrap
2783 msgid ""
2784 " void guestfs_close (guestfs_h *g);\n"
2785 "\n"
2786 msgstr ""
2787
2788 # type: textblock
2789 #. type: textblock
2790 #: ../src/guestfs.pod:1258
2791 msgid "This closes the connection handle and frees up all resources used."
2792 msgstr ""
2793
2794 # type: =head1
2795 #. type: =head1
2796 #: ../src/guestfs.pod:1260
2797 msgid "ERROR HANDLING"
2798 msgstr ""
2799
2800 # type: textblock
2801 #. type: textblock
2802 #: ../src/guestfs.pod:1262
2803 msgid ""
2804 "API functions can return errors.  For example, almost all functions that "
2805 "return C<int> will return C<-1> to indicate an error."
2806 msgstr ""
2807
2808 # type: textblock
2809 #. type: textblock
2810 #: ../src/guestfs.pod:1265
2811 msgid ""
2812 "Additional information is available for errors: an error message string and "
2813 "optionally an error number (errno) if the thing that failed was a system "
2814 "call."
2815 msgstr ""
2816
2817 # type: textblock
2818 #. type: textblock
2819 #: ../src/guestfs.pod:1269
2820 msgid ""
2821 "You can get at the additional information about the last error on the handle "
2822 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2823 "up an error handler with L</guestfs_set_error_handler>."
2824 msgstr ""
2825
2826 # type: textblock
2827 #. type: textblock
2828 #: ../src/guestfs.pod:1274
2829 msgid ""
2830 "When the handle is created, a default error handler is installed which "
2831 "prints the error message string to C<stderr>.  For small short-running "
2832 "command line programs it is sufficient to do:"
2833 msgstr ""
2834
2835 # type: verbatim
2836 #. type: verbatim
2837 #: ../src/guestfs.pod:1278
2838 #, no-wrap
2839 msgid ""
2840 " if (guestfs_launch (g) == -1)\n"
2841 "   exit (EXIT_FAILURE);\n"
2842 "\n"
2843 msgstr ""
2844
2845 # type: textblock
2846 #. type: textblock
2847 #: ../src/guestfs.pod:1281
2848 msgid ""
2849 "since the default error handler will ensure that an error message has been "
2850 "printed to C<stderr> before the program exits."
2851 msgstr ""
2852
2853 # type: textblock
2854 #. type: textblock
2855 #: ../src/guestfs.pod:1284
2856 msgid ""
2857 "For other programs the caller will almost certainly want to install an "
2858 "alternate error handler or do error handling in-line like this:"
2859 msgstr ""
2860
2861 # type: verbatim
2862 #. type: verbatim
2863 #: ../src/guestfs.pod:1287
2864 #, no-wrap
2865 msgid ""
2866 " g = guestfs_create ();\n"
2867 " \n"
2868 msgstr ""
2869
2870 # type: verbatim
2871 #. type: verbatim
2872 #: ../src/guestfs.pod:1289
2873 #, no-wrap
2874 msgid ""
2875 " /* This disables the default behaviour of printing errors\n"
2876 "    on stderr. */\n"
2877 " guestfs_set_error_handler (g, NULL, NULL);\n"
2878 " \n"
2879 msgstr ""
2880
2881 # type: verbatim
2882 #. type: verbatim
2883 #: ../src/guestfs.pod:1293
2884 #, no-wrap
2885 msgid ""
2886 " if (guestfs_launch (g) == -1) {\n"
2887 "   /* Examine the error message and print it etc. */\n"
2888 "   char *msg = guestfs_last_error (g);\n"
2889 "   int errnum = guestfs_last_errno (g);\n"
2890 "   fprintf (stderr, \"%s\\n\", msg);\n"
2891 "   /* ... */\n"
2892 "  }\n"
2893 "\n"
2894 msgstr ""
2895
2896 # type: textblock
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1301
2899 msgid ""
2900 "Out of memory errors are handled differently.  The default action is to call "
2901 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2902 "guestfs_set_out_of_memory_handler>."
2903 msgstr ""
2904
2905 # type: textblock
2906 #. type: textblock
2907 #: ../src/guestfs.pod:1305
2908 msgid ""
2909 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2910 "because there is no handle if this happens there is no way to get additional "
2911 "error information.  However L</guestfs_create> is supposed to be a "
2912 "lightweight operation which can only fail because of insufficient memory (it "
2913 "returns NULL in this case)."
2914 msgstr ""
2915
2916 # type: =head2
2917 #. type: =head2
2918 #: ../src/guestfs.pod:1311
2919 msgid "guestfs_last_error"
2920 msgstr ""
2921
2922 # type: verbatim
2923 #. type: verbatim
2924 #: ../src/guestfs.pod:1313
2925 #, no-wrap
2926 msgid ""
2927 " const char *guestfs_last_error (guestfs_h *g);\n"
2928 "\n"
2929 msgstr ""
2930
2931 # type: textblock
2932 #. type: textblock
2933 #: ../src/guestfs.pod:1315
2934 msgid ""
2935 "This returns the last error message that happened on C<g>.  If there has not "
2936 "been an error since the handle was created, then this returns C<NULL>."
2937 msgstr ""
2938
2939 # type: textblock
2940 #. type: textblock
2941 #: ../src/guestfs.pod:1319
2942 msgid ""
2943 "The lifetime of the returned string is until the next error occurs, or L</"
2944 "guestfs_close> is called."
2945 msgstr ""
2946
2947 # type: =head2
2948 #. type: =head2
2949 #: ../src/guestfs.pod:1322
2950 msgid "guestfs_last_errno"
2951 msgstr ""
2952
2953 # type: verbatim
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1324
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_last_errno (guestfs_h *g);\n"
2959 "\n"
2960 msgstr ""
2961
2962 # type: textblock
2963 #. type: textblock
2964 #: ../src/guestfs.pod:1326
2965 msgid "This returns the last error number (errno) that happened on C<g>."
2966 msgstr ""
2967
2968 # type: textblock
2969 #. type: textblock
2970 #: ../src/guestfs.pod:1328
2971 msgid "If successful, an errno integer not equal to zero is returned."
2972 msgstr ""
2973
2974 # type: textblock
2975 #. type: textblock
2976 #: ../src/guestfs.pod:1330
2977 msgid ""
2978 "If no error, this returns 0.  This call can return 0 in three situations:"
2979 msgstr ""
2980
2981 # type: textblock
2982 #. type: textblock
2983 #: ../src/guestfs.pod:1337
2984 msgid "There has not been any error on the handle."
2985 msgstr ""
2986
2987 # type: textblock
2988 #. type: textblock
2989 #: ../src/guestfs.pod:1341
2990 msgid ""
2991 "There has been an error but the errno was meaningless.  This corresponds to "
2992 "the case where the error did not come from a failed system call, but for "
2993 "some other reason."
2994 msgstr ""
2995
2996 # type: textblock
2997 #. type: textblock
2998 #: ../src/guestfs.pod:1347
2999 msgid ""
3000 "There was an error from a failed system call, but for some reason the errno "
3001 "was not captured and returned.  This usually indicates a bug in libguestfs."
3002 msgstr ""
3003
3004 # type: textblock
3005 #. type: textblock
3006 #: ../src/guestfs.pod:1353
3007 msgid ""
3008 "Libguestfs tries to convert the errno from inside the applicance into a "
3009 "corresponding errno for the caller (not entirely trivial: the appliance "
3010 "might be running a completely different operating system from the library "
3011 "and error numbers are not standardized across Un*xen).  If this could not be "
3012 "done, then the error is translated to C<EINVAL>.  In practice this should "
3013 "only happen in very rare circumstances."
3014 msgstr ""
3015
3016 # type: =head2
3017 #. type: =head2
3018 #: ../src/guestfs.pod:1361
3019 msgid "guestfs_set_error_handler"
3020 msgstr ""
3021
3022 # type: verbatim
3023 #. type: verbatim
3024 #: ../src/guestfs.pod:1363
3025 #, no-wrap
3026 msgid ""
3027 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3028 "                                           void *opaque,\n"
3029 "                                           const char *msg);\n"
3030 " void guestfs_set_error_handler (guestfs_h *g,\n"
3031 "                                 guestfs_error_handler_cb cb,\n"
3032 "                                 void *opaque);\n"
3033 "\n"
3034 msgstr ""
3035
3036 # type: textblock
3037 #. type: textblock
3038 #: ../src/guestfs.pod:1370
3039 msgid ""
3040 "The callback C<cb> will be called if there is an error.  The parameters "
3041 "passed to the callback are an opaque data pointer and the error message "
3042 "string."
3043 msgstr ""
3044
3045 # type: textblock
3046 #. type: textblock
3047 #: ../src/guestfs.pod:1374
3048 msgid ""
3049 "C<errno> is not passed to the callback.  To get that the callback must call "
3050 "L</guestfs_last_errno>."
3051 msgstr ""
3052
3053 # type: textblock
3054 #. type: textblock
3055 #: ../src/guestfs.pod:1377
3056 msgid ""
3057 "Note that the message string C<msg> is freed as soon as the callback "
3058 "function returns, so if you want to stash it somewhere you must make your "
3059 "own copy."
3060 msgstr ""
3061
3062 # type: textblock
3063 #. type: textblock
3064 #: ../src/guestfs.pod:1381
3065 msgid "The default handler prints messages on C<stderr>."
3066 msgstr ""
3067
3068 # type: textblock
3069 #. type: textblock
3070 #: ../src/guestfs.pod:1383
3071 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3072 msgstr ""
3073
3074 # type: =head2
3075 #. type: =head2
3076 #: ../src/guestfs.pod:1385
3077 msgid "guestfs_get_error_handler"
3078 msgstr ""
3079
3080 # type: verbatim
3081 #. type: verbatim
3082 #: ../src/guestfs.pod:1387
3083 #, no-wrap
3084 msgid ""
3085 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3086 "                                                     void **opaque_rtn);\n"
3087 "\n"
3088 msgstr ""
3089
3090 # type: textblock
3091 #. type: textblock
3092 #: ../src/guestfs.pod:1390
3093 msgid "Returns the current error handler callback."
3094 msgstr ""
3095
3096 # type: =head2
3097 #. type: =head2
3098 #: ../src/guestfs.pod:1392
3099 msgid "guestfs_set_out_of_memory_handler"
3100 msgstr ""
3101
3102 # type: verbatim
3103 #. type: verbatim
3104 #: ../src/guestfs.pod:1394
3105 #, no-wrap
3106 msgid ""
3107 " typedef void (*guestfs_abort_cb) (void);\n"
3108 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3109 "                                        guestfs_abort_cb);\n"
3110 "\n"
3111 msgstr ""
3112
3113 # type: textblock
3114 #. type: textblock
3115 #: ../src/guestfs.pod:1398
3116 msgid ""
3117 "The callback C<cb> will be called if there is an out of memory situation.  "
3118 "I<Note this callback must not return>."
3119 msgstr ""
3120
3121 # type: textblock
3122 #. type: textblock
3123 #: ../src/guestfs.pod:1401
3124 msgid "The default is to call L<abort(3)>."
3125 msgstr ""
3126
3127 # type: textblock
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1403
3130 msgid ""
3131 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3132 msgstr ""
3133
3134 # type: =head2
3135 #. type: =head2
3136 #: ../src/guestfs.pod:1406
3137 msgid "guestfs_get_out_of_memory_handler"
3138 msgstr ""
3139
3140 # type: verbatim
3141 #. type: verbatim
3142 #: ../src/guestfs.pod:1408
3143 #, no-wrap
3144 msgid ""
3145 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3146 "\n"
3147 msgstr ""
3148
3149 # type: textblock
3150 #. type: textblock
3151 #: ../src/guestfs.pod:1410
3152 msgid "This returns the current out of memory handler."
3153 msgstr ""
3154
3155 # type: =head1
3156 #. type: =head1
3157 #: ../src/guestfs.pod:1412
3158 msgid "API CALLS"
3159 msgstr ""
3160
3161 # type: textblock
3162 #. type: textblock
3163 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
3164 msgid "@ACTIONS@"
3165 msgstr ""
3166
3167 # type: =head1
3168 #. type: =head1
3169 #: ../src/guestfs.pod:1416
3170 msgid "STRUCTURES"
3171 msgstr ""
3172
3173 # type: textblock
3174 #. type: textblock
3175 #: ../src/guestfs.pod:1418
3176 msgid "@STRUCTS@"
3177 msgstr ""
3178
3179 # type: =head1
3180 #. type: =head1
3181 #: ../src/guestfs.pod:1420
3182 msgid "AVAILABILITY"
3183 msgstr ""
3184
3185 # type: =head2
3186 #. type: =head2
3187 #: ../src/guestfs.pod:1422
3188 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3189 msgstr ""
3190
3191 # type: textblock
3192 #. type: textblock
3193 #: ../src/guestfs.pod:1424
3194 msgid ""
3195 "Using L</guestfs_available> you can test availability of the following "
3196 "groups of functions.  This test queries the appliance to see if the "
3197 "appliance you are currently using supports the functionality."
3198 msgstr ""
3199
3200 # type: textblock
3201 #. type: textblock
3202 #: ../src/guestfs.pod:1429
3203 msgid "@AVAILABILITY@"
3204 msgstr ""
3205
3206 # type: =head2
3207 #. type: =head2
3208 #: ../src/guestfs.pod:1431
3209 msgid "GUESTFISH supported COMMAND"
3210 msgstr ""
3211
3212 # type: textblock
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1433
3215 msgid ""
3216 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3217 "prints out the available groups and whether they are supported by this build "
3218 "of libguestfs.  Note however that you have to do C<run> first."
3219 msgstr ""
3220
3221 # type: =head2
3222 #. type: =head2
3223 #: ../src/guestfs.pod:1438
3224 msgid "SINGLE CALLS AT COMPILE TIME"
3225 msgstr ""
3226
3227 # type: textblock
3228 #. type: textblock
3229 #: ../src/guestfs.pod:1440
3230 msgid ""
3231 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3232 "function, such as:"
3233 msgstr ""
3234
3235 # type: verbatim
3236 #. type: verbatim
3237 #: ../src/guestfs.pod:1443
3238 #, no-wrap
3239 msgid ""
3240 " #define LIBGUESTFS_HAVE_DD 1\n"
3241 "\n"
3242 msgstr ""
3243
3244 # type: textblock
3245 #. type: textblock
3246 #: ../src/guestfs.pod:1445
3247 msgid "if L</guestfs_dd> is available."
3248 msgstr ""
3249
3250 # type: textblock
3251 #. type: textblock
3252 #: ../src/guestfs.pod:1447
3253 msgid ""
3254 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3255 "function is available at compile time, we recommended using build tools such "
3256 "as autoconf or cmake.  For example in autotools you could use:"
3257 msgstr ""
3258
3259 # type: verbatim
3260 #. type: verbatim
3261 #: ../src/guestfs.pod:1452
3262 #, no-wrap
3263 msgid ""
3264 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3265 " AC_CHECK_FUNCS([guestfs_dd])\n"
3266 "\n"
3267 msgstr ""
3268
3269 # type: textblock
3270 #. type: textblock
3271 #: ../src/guestfs.pod:1455
3272 msgid ""
3273 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3274 "in your program."
3275 msgstr ""
3276
3277 # type: =head2
3278 #. type: =head2
3279 #: ../src/guestfs.pod:1458
3280 msgid "SINGLE CALLS AT RUN TIME"
3281 msgstr ""
3282
3283 # type: textblock
3284 #. type: textblock
3285 #: ../src/guestfs.pod:1460
3286 msgid ""
3287 "Testing at compile time doesn't guarantee that a function really exists in "
3288 "the library.  The reason is that you might be dynamically linked against a "
3289 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3290 "This situation unfortunately results in a segmentation fault, which is a "
3291 "shortcoming of the C dynamic linking system itself."
3292 msgstr ""
3293
3294 # type: textblock
3295 #. type: textblock
3296 #: ../src/guestfs.pod:1467
3297 msgid ""
3298 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3299 "in this example program (note that you still need the compile time check as "
3300 "well):"
3301 msgstr ""
3302
3303 # type: verbatim
3304 #. type: verbatim
3305 #: ../src/guestfs.pod:1471
3306 #, no-wrap
3307 msgid ""
3308 " #include <stdio.h>\n"
3309 " #include <stdlib.h>\n"
3310 " #include <unistd.h>\n"
3311 " #include <dlfcn.h>\n"
3312 " #include <guestfs.h>\n"
3313 " \n"
3314 msgstr ""
3315
3316 # type: verbatim
3317 #. type: verbatim
3318 #: ../src/guestfs.pod:1477
3319 #, no-wrap
3320 msgid ""
3321 " main ()\n"
3322 " {\n"
3323 " #ifdef LIBGUESTFS_HAVE_DD\n"
3324 "   void *dl;\n"
3325 "   int has_function;\n"
3326 " \n"
3327 msgstr ""
3328
3329 # type: verbatim
3330 #. type: verbatim
3331 #: ../src/guestfs.pod:1483
3332 #, no-wrap
3333 msgid ""
3334 "   /* Test if the function guestfs_dd is really available. */\n"
3335 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3336 "   if (!dl) {\n"
3337 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3338 "     exit (EXIT_FAILURE);\n"
3339 "   }\n"
3340 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3341 "   dlclose (dl);\n"
3342 " \n"
3343 msgstr ""
3344
3345 # type: verbatim
3346 #. type: verbatim
3347 #: ../src/guestfs.pod:1492
3348 #, no-wrap
3349 msgid ""
3350 "   if (!has_function)\n"
3351 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3352 "   else {\n"
3353 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3354 "     /* Now it's safe to call\n"
3355 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3356 "     */\n"
3357 "   }\n"
3358 " #else\n"
3359 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3360 " #endif\n"
3361 "  }\n"
3362 "\n"
3363 msgstr ""
3364
3365 # type: textblock
3366 #. type: textblock
3367 #: ../src/guestfs.pod:1505
3368 msgid ""
3369 "You may think the above is an awful lot of hassle, and it is.  There are "
3370 "other ways outside of the C linking system to ensure that this kind of "
3371 "incompatibility never arises, such as using package versioning:"
3372 msgstr ""
3373
3374 # type: verbatim
3375 #. type: verbatim
3376 #: ../src/guestfs.pod:1510
3377 #, no-wrap
3378 msgid ""
3379 " Requires: libguestfs >= 1.0.80\n"
3380 "\n"
3381 msgstr ""
3382
3383 # type: =head1
3384 #. type: =head1
3385 #: ../src/guestfs.pod:1512
3386 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3387 msgstr ""
3388
3389 # type: textblock
3390 #. type: textblock
3391 #: ../src/guestfs.pod:1514
3392 msgid ""
3393 "A recent feature of the API is the introduction of calls which take optional "
3394 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3395 "takes variable arguments (ie. C<...>), as in this example:"
3396 msgstr ""
3397
3398 # type: verbatim
3399 #. type: verbatim
3400 #: ../src/guestfs.pod:1519
3401 #, no-wrap
3402 msgid ""
3403 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3404 "\n"
3405 msgstr ""
3406
3407 # type: textblock
3408 #. type: textblock
3409 #: ../src/guestfs.pod:1521
3410 msgid ""
3411 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3412 "call with no optional arguments specified:"
3413 msgstr ""
3414
3415 # type: verbatim
3416 #. type: verbatim
3417 #: ../src/guestfs.pod:1524
3418 #, no-wrap
3419 msgid ""
3420 " guestfs_add_drive_opts (g, filename, -1);\n"
3421 "\n"
3422 msgstr ""
3423
3424 # type: textblock
3425 #. type: textblock
3426 #: ../src/guestfs.pod:1526
3427 msgid "With a single optional argument:"
3428 msgstr ""
3429
3430 # type: verbatim
3431 #. type: verbatim
3432 #: ../src/guestfs.pod:1528
3433 #, no-wrap
3434 msgid ""
3435 " guestfs_add_drive_opts (g, filename,\n"
3436 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3437 "                         -1);\n"
3438 "\n"
3439 msgstr ""
3440
3441 # type: textblock
3442 #. type: textblock
3443 #: ../src/guestfs.pod:1532
3444 msgid "With two:"
3445 msgstr ""
3446
3447 # type: verbatim
3448 #. type: verbatim
3449 #: ../src/guestfs.pod:1534
3450 #, no-wrap
3451 msgid ""
3452 " guestfs_add_drive_opts (g, filename,\n"
3453 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3454 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3455 "                         -1);\n"
3456 "\n"
3457 msgstr ""
3458
3459 # type: textblock
3460 #. type: textblock
3461 #: ../src/guestfs.pod:1539
3462 msgid ""
3463 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3464 "happen!"
3465 msgstr ""
3466
3467 # type: =head2
3468 #. type: =head2
3469 #: ../src/guestfs.pod:1542
3470 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3471 msgstr ""
3472
3473 # type: textblock
3474 #. type: textblock
3475 #: ../src/guestfs.pod:1544
3476 msgid ""
3477 "The second variant has the same name with the suffix C<_va>, which works the "
3478 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3479 "example function, this is declared:"
3480 msgstr ""
3481
3482 # type: verbatim
3483 #. type: verbatim
3484 #: ../src/guestfs.pod:1548
3485 #, no-wrap
3486 msgid ""
3487 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3488 "                                va_list args);\n"
3489 "\n"
3490 msgstr ""
3491
3492 # type: =head2
3493 #. type: =head2
3494 #: ../src/guestfs.pod:1551
3495 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3496 msgstr ""
3497
3498 # type: textblock
3499 #. type: textblock
3500 #: ../src/guestfs.pod:1553
3501 msgid ""
3502 "The third variant is useful where you need to construct these calls.  You "
3503 "pass in a structure where you fill in the optional fields.  The structure "
3504 "has a bitmask as the first element which you must set to indicate which "
3505 "fields you have filled in.  For our example function the structure and call "
3506 "are declared:"
3507 msgstr ""
3508
3509 # type: verbatim
3510 #. type: verbatim
3511 #: ../src/guestfs.pod:1559
3512 #, no-wrap
3513 msgid ""
3514 " struct guestfs_add_drive_opts_argv {\n"
3515 "   uint64_t bitmask;\n"
3516 "   int readonly;\n"
3517 "   const char *format;\n"
3518 "   /* ... */\n"
3519 " };\n"
3520 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3521 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3522 "\n"
3523 msgstr ""
3524
3525 # type: textblock
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1568
3528 msgid "You could call it like this:"
3529 msgstr ""
3530
3531 # type: verbatim
3532 #. type: verbatim
3533 #: ../src/guestfs.pod:1570
3534 #, no-wrap
3535 msgid ""
3536 " struct guestfs_add_drive_opts_argv optargs = {\n"
3537 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3538 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3539 "   .readonly = 1,\n"
3540 "   .format = \"qcow2\"\n"
3541 " };\n"
3542 " \n"
3543 msgstr ""
3544
3545 # type: verbatim
3546 #. type: verbatim
3547 #: ../src/guestfs.pod:1577
3548 #, no-wrap
3549 msgid ""
3550 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3551 "\n"
3552 msgstr ""
3553
3554 # type: textblock
3555 #. type: textblock
3556 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11
3557 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:9
3558 #: ../fish/guestfish-actions.pod:1250 ../tools/virt-win-reg.pl:532
3559 msgid "Notes:"
3560 msgstr ""
3561
3562 # type: textblock
3563 #. type: textblock
3564 #: ../src/guestfs.pod:1585
3565 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3566 msgstr ""
3567
3568 # type: textblock
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1590
3571 msgid "You do not need to fill in all fields of the structure."
3572 msgstr ""
3573
3574 # type: textblock
3575 #. type: textblock
3576 #: ../src/guestfs.pod:1594
3577 msgid ""
3578 "There must be a one-to-one correspondence between fields of the structure "
3579 "that are filled in, and bits set in the bitmask."
3580 msgstr ""
3581
3582 # type: =head2
3583 #. type: =head2
3584 #: ../src/guestfs.pod:1599
3585 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3586 msgstr ""
3587
3588 # type: textblock
3589 #. type: textblock
3590 #: ../src/guestfs.pod:1601
3591 msgid ""
3592 "In other languages, optional arguments are expressed in the way that is "
3593 "natural for that language.  We refer you to the language-specific "
3594 "documentation for more details on that."
3595 msgstr ""
3596
3597 # type: textblock
3598 #. type: textblock
3599 #: ../src/guestfs.pod:1605
3600 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3601 msgstr ""
3602
3603 # type: =head2
3604 #. type: =head2
3605 #: ../src/guestfs.pod:1607
3606 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3607 msgstr ""
3608
3609 # type: textblock
3610 #. type: textblock
3611 #: ../src/guestfs.pod:1609
3612 msgid ""
3613 "The child process generates events in some situations.  Current events "
3614 "include: receiving a log message, the child process exits."
3615 msgstr ""
3616
3617 # type: textblock
3618 #. type: textblock
3619 #: ../src/guestfs.pod:1612
3620 msgid ""
3621 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3622 "types of events."
3623 msgstr ""
3624
3625 # type: textblock
3626 #. type: textblock
3627 #: ../src/guestfs.pod:1615
3628 msgid ""
3629 "Only I<one callback of each type> can be registered for each handle.  "
3630 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3631 "that type.  Cancel all callbacks of this type by calling this function with "
3632 "C<cb> set to C<NULL>."
3633 msgstr ""
3634
3635 # type: =head2
3636 #. type: =head2
3637 #: ../src/guestfs.pod:1620
3638 msgid "guestfs_set_log_message_callback"
3639 msgstr ""
3640
3641 # type: verbatim
3642 #. type: verbatim
3643 #: ../src/guestfs.pod:1622
3644 #, no-wrap
3645 msgid ""
3646 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3647 "                                         char *buf, int len);\n"
3648 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3649 "                                        guestfs_log_message_cb cb,\n"
3650 "                                        void *opaque);\n"
3651 "\n"
3652 msgstr ""
3653
3654 # type: textblock
3655 #. type: textblock
3656 #: ../src/guestfs.pod:1628
3657 msgid ""
3658 "The callback function C<cb> will be called whenever qemu or the guest writes "
3659 "anything to the console."
3660 msgstr ""
3661
3662 # type: textblock
3663 #. type: textblock
3664 #: ../src/guestfs.pod:1631
3665 msgid "Use this function to capture kernel messages and similar."
3666 msgstr ""
3667
3668 # type: textblock
3669 #. type: textblock
3670 #: ../src/guestfs.pod:1633
3671 msgid ""
3672 "Normally there is no log message handler, and log messages are just "
3673 "discarded."
3674 msgstr ""
3675
3676 # type: =head2
3677 #. type: =head2
3678 #: ../src/guestfs.pod:1636
3679 msgid "guestfs_set_subprocess_quit_callback"
3680 msgstr ""
3681
3682 # type: verbatim
3683 #. type: verbatim
3684 #: ../src/guestfs.pod:1638
3685 #, no-wrap
3686 msgid ""
3687 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3688 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3689 "                                            guestfs_subprocess_quit_cb cb,\n"
3690 "                                            void *opaque);\n"
3691 "\n"
3692 msgstr ""
3693
3694 # type: textblock
3695 #. type: textblock
3696 #: ../src/guestfs.pod:1643
3697 msgid ""
3698 "The callback function C<cb> will be called when the child process quits, "
3699 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3700 "corresponds to a transition from any state to the CONFIG state)."
3701 msgstr ""
3702
3703 # type: =head2
3704 #. type: =head2
3705 #: ../src/guestfs.pod:1648
3706 msgid "guestfs_set_launch_done_callback"
3707 msgstr ""
3708
3709 # type: verbatim
3710 #. type: verbatim
3711 #: ../src/guestfs.pod:1650
3712 #, no-wrap
3713 msgid ""
3714 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3715 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3716 "                                        guestfs_launch_done_cb cb,\n"
3717 "                                        void *opaque);\n"
3718 "\n"
3719 msgstr ""
3720
3721 # type: textblock
3722 #. type: textblock
3723 #: ../src/guestfs.pod:1655
3724 msgid ""
3725 "The callback function C<cb> will be called when the child process becomes "
3726 "ready first time after it has been launched.  (This corresponds to a "
3727 "transition from LAUNCHING to the READY state)."
3728 msgstr ""
3729
3730 # type: =head2
3731 #. type: =head2
3732 #: ../src/guestfs.pod:1659
3733 msgid "guestfs_set_close_callback"
3734 msgstr ""
3735
3736 # type: verbatim
3737 #. type: verbatim
3738 #: ../src/guestfs.pod:1661
3739 #, no-wrap
3740 msgid ""
3741 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3742 " void guestfs_set_close_callback (guestfs_h *g,\n"
3743 "                                  guestfs_close_cb cb,\n"
3744 "                                  void *opaque);\n"
3745 "\n"
3746 msgstr ""
3747
3748 # type: textblock
3749 #. type: textblock
3750 #: ../src/guestfs.pod:1666
3751 msgid ""
3752 "The callback function C<cb> will be called while the handle is being closed "
3753 "(synchronously from L</guestfs_close>)."
3754 msgstr ""
3755
3756 # type: textblock
3757 #. type: textblock
3758 #: ../src/guestfs.pod:1669
3759 msgid ""
3760 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3761 "handles that are open when the program exits.  This means that this callback "
3762 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3763 "problems in higher-level languages (eg. if your HLL interpreter has already "
3764 "been cleaned up by the time this is called, and if your callback then jumps "
3765 "into some HLL function)."
3766 msgstr ""
3767
3768 # type: =head2
3769 #. type: =head2
3770 #: ../src/guestfs.pod:1677
3771 msgid "guestfs_set_progress_callback"
3772 msgstr ""
3773
3774 # type: verbatim
3775 #. type: verbatim
3776 #: ../src/guestfs.pod:1679
3777 #, no-wrap
3778 msgid ""
3779 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3780 "                                      int proc_nr, int serial,\n"
3781 "                                      uint64_t position, uint64_t total);\n"
3782 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3783 "                                     guestfs_progress_cb cb,\n"
3784 "                                     void *opaque);\n"
3785 "\n"
3786 msgstr ""
3787
3788 # type: textblock
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1686
3791 msgid ""
3792 "Some long-running operations can generate progress messages.  If this "
3793 "callback is registered, then it will be called each time a progress message "
3794 "is generated (usually two seconds after the operation started, and three "
3795 "times per second thereafter until it completes, although the frequency may "
3796 "change in future versions)."
3797 msgstr ""
3798
3799 # type: textblock
3800 #. type: textblock
3801 #: ../src/guestfs.pod:1692
3802 msgid ""
3803 "The callback receives two numbers: C<position> and C<total>.  The units of "
3804 "C<total> are not defined, although for some operations C<total> may relate "
3805 "in some way to the amount of data to be transferred (eg. in bytes or "
3806 "megabytes), and C<position> may be the portion which has been transferred."
3807 msgstr ""
3808
3809 # type: textblock
3810 #. type: textblock
3811 #: ../src/guestfs.pod:1698
3812 msgid "The only defined and stable parts of the API are:"
3813 msgstr ""
3814
3815 # type: textblock
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1704
3818 msgid ""
3819 "The callback can display to the user some type of progress bar or indicator "
3820 "which shows the ratio of C<position>:C<total>."
3821 msgstr ""
3822
3823 # type: textblock
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1709
3826 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3827 msgstr ""
3828
3829 #. type: textblock
3830 #: ../src/guestfs.pod:1713
3831 msgid ""
3832 "If any progress notification is sent during a call, then a final progress "
3833 "notification is always sent when C<position> = C<total> (I<unless> the call "
3834 "fails with an error)."
3835 msgstr ""
3836
3837 # type: textblock
3838 #. type: textblock
3839 #: ../src/guestfs.pod:1717
3840 msgid ""
3841 "This is to simplify caller code, so callers can easily set the progress "
3842 "indicator to \"100%\" at the end of the operation, without requiring special "
3843 "code to detect this case."
3844 msgstr ""
3845
3846 # type: textblock
3847 #. type: textblock
3848 #: ../src/guestfs.pod:1723
3849 msgid ""
3850 "The callback also receives the procedure number and serial number of the "
3851 "call.  These are only useful for debugging protocol issues, and the callback "
3852 "can normally ignore them.  The callback may want to print these numbers in "
3853 "error messages or debugging messages."
3854 msgstr ""
3855
3856 # type: =head1
3857 #. type: =head1
3858 #: ../src/guestfs.pod:1728
3859 msgid "PRIVATE DATA AREA"
3860 msgstr ""
3861
3862 # type: textblock
3863 #. type: textblock
3864 #: ../src/guestfs.pod:1730
3865 msgid ""
3866 "You can attach named pieces of private data to the libguestfs handle, and "
3867 "fetch them by name for the lifetime of the handle.  This is called the "
3868 "private data area and is only available from the C API."
3869 msgstr ""
3870
3871 # type: textblock
3872 #. type: textblock
3873 #: ../src/guestfs.pod:1734
3874 msgid "To attach a named piece of data, use the following call:"
3875 msgstr ""
3876
3877 # type: verbatim
3878 #. type: verbatim
3879 #: ../src/guestfs.pod:1736
3880 #, no-wrap
3881 msgid ""
3882 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3883 "\n"
3884 msgstr ""
3885
3886 # type: textblock
3887 #. type: textblock
3888 #: ../src/guestfs.pod:1738
3889 msgid ""
3890 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3891 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3892 "overwritten."
3893 msgstr ""
3894
3895 # type: textblock
3896 #. type: textblock
3897 #: ../src/guestfs.pod:1742
3898 msgid ""
3899 "You can use any C<key> you want, but names beginning with an underscore "
3900 "character are reserved for internal libguestfs purposes (for implementing "
3901 "language bindings).  It is recommended to prefix the name with some unique "
3902 "string to avoid collisions with other users."
3903 msgstr ""
3904
3905 # type: textblock
3906 #. type: textblock
3907 #: ../src/guestfs.pod:1747
3908 msgid "To retrieve the pointer, use:"
3909 msgstr ""
3910
3911 # type: verbatim
3912 #. type: verbatim
3913 #: ../src/guestfs.pod:1749
3914 #, no-wrap
3915 msgid ""
3916 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3917 "\n"
3918 msgstr ""
3919
3920 # type: textblock
3921 #. type: textblock
3922 #: ../src/guestfs.pod:1751
3923 msgid ""
3924 "This function returns C<NULL> if either no data is found associated with "
3925 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3926 "C<NULL>."
3927 msgstr ""
3928
3929 # type: textblock
3930 #. type: textblock
3931 #: ../src/guestfs.pod:1755
3932 msgid ""
3933 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3934 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3935 "all.  In particular, libguestfs does I<not> try to free the data when the "
3936 "handle is closed.  If the data must be freed, then the caller must either "
3937 "free it before calling L</guestfs_close> or must set up a close callback to "
3938 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3939 "can be registered for a handle)."
3940 msgstr ""
3941
3942 # type: textblock
3943 #. type: textblock
3944 #: ../src/guestfs.pod:1763
3945 msgid ""
3946 "The private data area is implemented using a hash table, and should be "
3947 "reasonably efficient for moderate numbers of keys."
3948 msgstr ""
3949
3950 # type: =end
3951 #. type: =end
3952 #: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771
3953 msgid "html"
3954 msgstr ""
3955
3956 # type: textblock
3957 #. type: textblock
3958 #: ../src/guestfs.pod:1768
3959 msgid ""
3960 "<!-- old anchor for the next section --> <a name="
3961 "\"state_machine_and_low_level_event_api\"/>"
3962 msgstr ""
3963
3964 # type: =head1
3965 #. type: =head1
3966 #: ../src/guestfs.pod:1773
3967 msgid "ARCHITECTURE"
3968 msgstr ""
3969
3970 # type: textblock
3971 #. type: textblock
3972 #: ../src/guestfs.pod:1775
3973 msgid ""
3974 "Internally, libguestfs is implemented by running an appliance (a special "
3975 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3976 "process of the main program."
3977 msgstr ""
3978
3979 # type: verbatim
3980 #. type: verbatim
3981 #: ../src/guestfs.pod:1779
3982 #, no-wrap
3983 msgid ""
3984 "  ___________________\n"
3985 " /                   \\\n"
3986 " | main program      |\n"
3987 " |                   |\n"
3988 " |                   |           child process / appliance\n"
3989 " |                   |           __________________________\n"
3990 " |                   |          / qemu                     \\\n"
3991 " +-------------------+   RPC    |      +-----------------+ |\n"
3992 " | libguestfs     <--------------------> guestfsd        | |\n"
3993 " |                   |          |      +-----------------+ |\n"
3994 " \\___________________/          |      | Linux kernel    | |\n"
3995 "                                |      +--^--------------+ |\n"
3996 "                                \\_________|________________/\n"
3997 "                                          |\n"
3998 "                                   _______v______\n"
3999 "                                  /              \\\n"
4000 "                                  | Device or    |\n"
4001 "                                  | disk image   |\n"
4002 "                                  \\______________/\n"
4003 "\n"
4004 msgstr ""
4005
4006 # type: textblock
4007 #. type: textblock
4008 #: ../src/guestfs.pod:1799
4009 msgid ""
4010 "The library, linked to the main program, creates the child process and hence "
4011 "the appliance in the L</guestfs_launch> function."
4012 msgstr ""
4013
4014 # type: textblock
4015 #. type: textblock
4016 #: ../src/guestfs.pod:1802
4017 msgid ""
4018 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4019 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4020 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4021 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4022 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4023 "attached to the qemu process which translates device access by the "
4024 "appliance's Linux kernel into accesses to the image."
4025 msgstr ""
4026
4027 # type: textblock
4028 #. type: textblock
4029 #: ../src/guestfs.pod:1811
4030 msgid ""
4031 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4032 "Although the disk image you are attached to might also be used by some "
4033 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4034 "care if both libguestfs's qemu process and your virtual machine are trying "
4035 "to update the disk image at the same time, since these usually results in "
4036 "massive disk corruption)."
4037 msgstr ""
4038
4039 # type: =head1
4040 #. type: =head1
4041 #: ../src/guestfs.pod:1818
4042 msgid "STATE MACHINE"
4043 msgstr ""
4044
4045 # type: textblock
4046 #. type: textblock
4047 #: ../src/guestfs.pod:1820
4048 msgid "libguestfs uses a state machine to model the child process:"
4049 msgstr ""
4050
4051 # type: verbatim
4052 #. type: verbatim
4053 #: ../src/guestfs.pod:1822
4054 #, no-wrap
4055 msgid ""
4056 "                         |\n"
4057 "                    guestfs_create\n"
4058 "                         |\n"
4059 "                         |\n"
4060 "                     ____V_____\n"
4061 "                    /          \\\n"
4062 "                    |  CONFIG  |\n"
4063 "                    \\__________/\n"
4064 "                     ^ ^   ^  \\\n"
4065 "                    /  |    \\  \\ guestfs_launch\n"
4066 "                   /   |    _\\__V______\n"
4067 "                  /    |   /           \\\n"
4068 "                 /     |   | LAUNCHING |\n"
4069 "                /      |   \\___________/\n"
4070 "               /       |       /\n"
4071 "              /        |  guestfs_launch\n"
4072 "             /         |     /\n"
4073 "    ______  /        __|____V\n"
4074 "   /      \\ ------> /        \\\n"
4075 "   | BUSY |         | READY  |\n"
4076 "   \\______/ <------ \\________/\n"
4077 "\n"
4078 msgstr ""
4079
4080 # type: textblock
4081 #. type: textblock
4082 #: ../src/guestfs.pod:1844
4083 msgid ""
4084 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4085 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4086 "(3) alternating between READY and BUSY as commands are issued to, and "
4087 "carried out by, the child process."
4088 msgstr ""
4089
4090 # type: textblock
4091 #. type: textblock
4092 #: ../src/guestfs.pod:1849
4093 msgid ""
4094 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4095 "asynchronously at any time (eg. due to some internal error), and that causes "
4096 "the state to transition back to CONFIG."
4097 msgstr ""
4098
4099 # type: textblock
4100 #. type: textblock
4101 #: ../src/guestfs.pod:1853
4102 msgid ""
4103 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4104 "issued when in the CONFIG state."
4105 msgstr ""
4106
4107 # type: textblock
4108 #. type: textblock
4109 #: ../src/guestfs.pod:1856
4110 msgid ""
4111 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4112 "L</guestfs_launch> blocks until the child process is READY to accept "
4113 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4114 "moves the state from CONFIG to LAUNCHING while it is running."
4115 msgstr ""
4116
4117 # type: textblock
4118 #. type: textblock
4119 #: ../src/guestfs.pod:1862
4120 msgid ""
4121 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4122 "state.  These API calls block waiting for the command to be carried out (ie. "
4123 "the state to transition to BUSY and then back to READY).  There are no non-"
4124 "blocking versions, and no way to issue more than one command per handle at "
4125 "the same time."
4126 msgstr ""
4127
4128 # type: textblock
4129 #. type: textblock
4130 #: ../src/guestfs.pod:1868
4131 msgid ""
4132 "Finally, the child process sends asynchronous messages back to the main "
4133 "program, such as kernel log messages.  You can register a callback to "
4134 "receive these messages."
4135 msgstr ""
4136
4137 # type: =head1
4138 #. type: =head1
4139 #: ../src/guestfs.pod:1872
4140 msgid "INTERNALS"
4141 msgstr ""
4142
4143 # type: =head2
4144 #. type: =head2
4145 #: ../src/guestfs.pod:1874
4146 msgid "COMMUNICATION PROTOCOL"
4147 msgstr ""
4148
4149 # type: textblock
4150 #. type: textblock
4151 #: ../src/guestfs.pod:1876
4152 msgid ""
4153 "Don't rely on using this protocol directly.  This section documents how it "
4154 "currently works, but it may change at any time."
4155 msgstr ""
4156
4157 # type: textblock
4158 #. type: textblock
4159 #: ../src/guestfs.pod:1879
4160 msgid ""
4161 "The protocol used to talk between the library and the daemon running inside "
4162 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4163 "1014, RFC 1832, RFC 4506)."
4164 msgstr ""
4165
4166 # type: textblock
4167 #. type: textblock
4168 #: ../src/guestfs.pod:1883
4169 msgid ""
4170 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4171 "this file is automatically generated)."
4172 msgstr ""
4173
4174 # type: textblock
4175 #. type: textblock
4176 #: ../src/guestfs.pod:1886
4177 msgid ""
4178 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4179 "and C<FileOut> parameters, which are handled with very simple request/reply "
4180 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4181 "parameters, which use the same request and reply messages, but they may also "
4182 "be followed by files sent using a chunked encoding."
4183 msgstr ""
4184
4185 # type: =head3
4186 #. type: =head3
4187 #: ../src/guestfs.pod:1893
4188 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4189 msgstr ""
4190
4191 # type: textblock
4192 #. type: textblock
4193 #: ../src/guestfs.pod:1895
4194 msgid "For ordinary functions, the request message is:"
4195 msgstr ""
4196
4197 # type: verbatim
4198 #. type: verbatim
4199 #: ../src/guestfs.pod:1897
4200 #, no-wrap
4201 msgid ""
4202 " total length (header + arguments,\n"
4203 "      but not including the length word itself)\n"
4204 " struct guestfs_message_header (encoded as XDR)\n"
4205 " struct guestfs_<foo>_args (encoded as XDR)\n"
4206 "\n"
4207 msgstr ""
4208
4209 # type: textblock
4210 #. type: textblock
4211 #: ../src/guestfs.pod:1902
4212 msgid ""
4213 "The total length field allows the daemon to allocate a fixed size buffer "
4214 "into which it slurps the rest of the message.  As a result, the total length "
4215 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4216 "effective size of any request is limited to somewhere under this size."
4217 msgstr ""
4218
4219 # type: textblock
4220 #. type: textblock
4221 #: ../src/guestfs.pod:1908
4222 msgid ""
4223 "Note also that many functions don't take any arguments, in which case the "
4224 "C<guestfs_I<foo>_args> is completely omitted."
4225 msgstr ""
4226
4227 # type: textblock
4228 #. type: textblock
4229 #: ../src/guestfs.pod:1911
4230 msgid ""
4231 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4232 "receiver knows what type of args structure to expect, or none at all."
4233 msgstr ""
4234
4235 # type: textblock
4236 #. type: textblock
4237 #: ../src/guestfs.pod:1915
4238 msgid ""
4239 "For functions that take optional arguments, the optional arguments are "
4240 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4241 "arguments.  A bitmask in the header indicates which optional arguments are "
4242 "meaningful.  The bitmask is also checked to see if it contains bits set "
4243 "which the daemon does not know about (eg. if more optional arguments were "
4244 "added in a later version of the library), and this causes the call to be "
4245 "rejected."
4246 msgstr ""
4247
4248 # type: textblock
4249 #. type: textblock
4250 #: ../src/guestfs.pod:1923
4251 msgid "The reply message for ordinary functions is:"
4252 msgstr ""
4253
4254 # type: verbatim
4255 #. type: verbatim
4256 #: ../src/guestfs.pod:1925
4257 #, no-wrap
4258 msgid ""
4259 " total length (header + ret,\n"
4260 "      but not including the length word itself)\n"
4261 " struct guestfs_message_header (encoded as XDR)\n"
4262 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4263 "\n"
4264 msgstr ""
4265
4266 # type: textblock
4267 #. type: textblock
4268 #: ../src/guestfs.pod:1930
4269 msgid ""
4270 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4271 "functions that return no formal return values."
4272 msgstr ""
4273
4274 # type: textblock
4275 #. type: textblock
4276 #: ../src/guestfs.pod:1933
4277 msgid ""
4278 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4279 msgstr ""
4280
4281 # type: textblock
4282 #. type: textblock
4283 #: ../src/guestfs.pod:1936
4284 msgid ""
4285 "In the case of an error, a flag is set in the header, and the reply message "
4286 "is slightly changed:"
4287 msgstr ""
4288
4289 # type: verbatim
4290 #. type: verbatim
4291 #: ../src/guestfs.pod:1939
4292 #, no-wrap
4293 msgid ""
4294 " total length (header + error,\n"
4295 "      but not including the length word itself)\n"
4296 " struct guestfs_message_header (encoded as XDR)\n"
4297 " struct guestfs_message_error (encoded as XDR)\n"
4298 "\n"
4299 msgstr ""
4300
4301 # type: textblock
4302 #. type: textblock
4303 #: ../src/guestfs.pod:1944
4304 msgid ""
4305 "The C<guestfs_message_error> structure contains the error message as a "
4306 "string."
4307 msgstr ""
4308
4309 # type: =head3
4310 #. type: =head3
4311 #: ../src/guestfs.pod:1947
4312 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4313 msgstr ""
4314
4315 # type: textblock
4316 #. type: textblock
4317 #: ../src/guestfs.pod:1949
4318 msgid ""
4319 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4320 "The normal request message is sent (see above).  However this is followed by "
4321 "a sequence of file chunks."
4322 msgstr ""
4323
4324 # type: verbatim
4325 #. type: verbatim
4326 #: ../src/guestfs.pod:1953
4327 #, no-wrap
4328 msgid ""
4329 " total length (header + arguments,\n"
4330 "      but not including the length word itself,\n"
4331 "      and not including the chunks)\n"
4332 " struct guestfs_message_header (encoded as XDR)\n"
4333 " struct guestfs_<foo>_args (encoded as XDR)\n"
4334 " sequence of chunks for FileIn param #0\n"
4335 " sequence of chunks for FileIn param #1 etc.\n"
4336 "\n"
4337 msgstr ""
4338
4339 # type: textblock
4340 #. type: textblock
4341 #: ../src/guestfs.pod:1961
4342 msgid "The \"sequence of chunks\" is:"
4343 msgstr ""
4344
4345 # type: verbatim
4346 #. type: verbatim
4347 #: ../src/guestfs.pod:1963
4348 #, no-wrap
4349 msgid ""
4350 " length of chunk (not including length word itself)\n"
4351 " struct guestfs_chunk (encoded as XDR)\n"
4352 " length of chunk\n"
4353 " struct guestfs_chunk (encoded as XDR)\n"
4354 "   ...\n"
4355 " length of chunk\n"
4356 " struct guestfs_chunk (with data.data_len == 0)\n"
4357 "\n"
4358 msgstr ""
4359
4360 # type: textblock
4361 #. type: textblock
4362 #: ../src/guestfs.pod:1971
4363 msgid ""
4364 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4365 "is set in the final chunk to indicate either successful completion or early "
4366 "cancellation."
4367 msgstr ""
4368
4369 # type: textblock
4370 #. type: textblock
4371 #: ../src/guestfs.pod:1975
4372 msgid ""
4373 "At time of writing there are no functions that have more than one FileIn "
4374 "parameter.  However this is (theoretically) supported, by sending the "
4375 "sequence of chunks for each FileIn parameter one after another (from left to "
4376 "right)."
4377 msgstr ""
4378
4379 # type: textblock
4380 #. type: textblock
4381 #: ../src/guestfs.pod:1980
4382 msgid ""
4383 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4384 "transfer.  The library does this by sending a chunk with a special flag set "
4385 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4386 "RPC, does I<not> send any reply, and goes back to reading the next request."
4387 msgstr ""
4388
4389 # type: textblock
4390 #. type: textblock
4391 #: ../src/guestfs.pod:1986
4392 msgid ""
4393 "The daemon may also cancel.  It does this by writing a special word "
4394 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4395 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4396 "cancel chunk).  The special word is chosen so that even if cancellation "
4397 "happens right at the end of the transfer (after the library has finished "
4398 "writing and has started listening for the reply), the \"spurious\" cancel "
4399 "flag will not be confused with the reply message."
4400 msgstr ""
4401
4402 # type: textblock
4403 #. type: textblock
4404 #: ../src/guestfs.pod:1995
4405 msgid ""
4406 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4407 "limit), and also files where the size is not known in advance (eg. from "
4408 "pipes or sockets).  However the chunks are rather small "
4409 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4410 "to keep much in memory."
4411 msgstr ""
4412
4413 # type: =head3
4414 #. type: =head3
4415 #: ../src/guestfs.pod:2001
4416 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4417 msgstr ""
4418
4419 # type: textblock
4420 #. type: textblock
4421 #: ../src/guestfs.pod:2003
4422 msgid ""
4423 "The protocol for FileOut parameters is exactly the same as for FileIn "
4424 "parameters, but with the roles of daemon and library reversed."
4425 msgstr ""
4426
4427 # type: verbatim
4428 #. type: verbatim
4429 #: ../src/guestfs.pod:2006
4430 #, no-wrap
4431 msgid ""
4432 " total length (header + ret,\n"
4433 "      but not including the length word itself,\n"
4434 "      and not including the chunks)\n"
4435 " struct guestfs_message_header (encoded as XDR)\n"
4436 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4437 " sequence of chunks for FileOut param #0\n"
4438 " sequence of chunks for FileOut param #1 etc.\n"
4439 "\n"
4440 msgstr ""
4441
4442 # type: =head3
4443 #. type: =head3
4444 #: ../src/guestfs.pod:2014
4445 msgid "INITIAL MESSAGE"
4446 msgstr ""
4447
4448 # type: textblock
4449 #. type: textblock
4450 #: ../src/guestfs.pod:2016
4451 msgid ""
4452 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4453 "which indicates that the guest and daemon is alive.  This is what L</"
4454 "guestfs_launch> waits for."
4455 msgstr ""
4456
4457 # type: =head3
4458 #. type: =head3
4459 #: ../src/guestfs.pod:2020
4460 msgid "PROGRESS NOTIFICATION MESSAGES"
4461 msgstr ""
4462
4463 # type: textblock
4464 #. type: textblock
4465 #: ../src/guestfs.pod:2022
4466 msgid ""
4467 "The daemon may send progress notification messages at any time.  These are "
4468 "distinguished by the normal length word being replaced by "
4469 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4470 msgstr ""
4471
4472 # type: textblock
4473 #. type: textblock
4474 #: ../src/guestfs.pod:2026
4475 msgid ""
4476 "The library turns them into progress callbacks (see "
4477 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
4478 "discards them if not."
4479 msgstr ""
4480
4481 # type: textblock
4482 #. type: textblock
4483 #: ../src/guestfs.pod:2030
4484 msgid ""
4485 "The daemon self-limits the frequency of progress messages it sends (see "
4486 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4487 "messages."
4488 msgstr ""
4489
4490 # type: =head1
4491 #. type: =head1
4492 #: ../src/guestfs.pod:2034
4493 msgid "LIBGUESTFS VERSION NUMBERS"
4494 msgstr ""
4495
4496 # type: textblock
4497 #. type: textblock
4498 #: ../src/guestfs.pod:2036
4499 msgid ""
4500 "Since April 2010, libguestfs has started to make separate development and "
4501 "stable releases, along with corresponding branches in our git repository.  "
4502 "These separate releases can be identified by version number:"
4503 msgstr ""
4504
4505 # type: verbatim
4506 #. type: verbatim
4507 #: ../src/guestfs.pod:2041
4508 #, no-wrap
4509 msgid ""
4510 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4511 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4512 "       |\n"
4513 "       v\n"
4514 " 1  .  3  .  5\n"
4515 " ^           ^\n"
4516 " |           |\n"
4517 " |           `-------- sub-version\n"
4518 " |\n"
4519 " `------ always '1' because we don't change the ABI\n"
4520 "\n"
4521 msgstr ""
4522
4523 # type: textblock
4524 #. type: textblock
4525 #: ../src/guestfs.pod:2052
4526 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4527 msgstr ""
4528
4529 # type: textblock
4530 #. type: textblock
4531 #: ../src/guestfs.pod:2054
4532 msgid ""
4533 "As time passes we cherry pick fixes from the development branch and backport "
4534 "those into the stable branch, the effect being that the stable branch should "
4535 "get more stable and less buggy over time.  So the stable releases are ideal "
4536 "for people who don't need new features but would just like the software to "
4537 "work."
4538 msgstr ""
4539
4540 # type: textblock
4541 #. type: textblock
4542 #: ../src/guestfs.pod:2060
4543 msgid "Our criteria for backporting changes are:"
4544 msgstr ""
4545
4546 # type: textblock
4547 #. type: textblock
4548 #: ../src/guestfs.pod:2066
4549 msgid ""
4550 "Documentation changes which don't affect any code are backported unless the "
4551 "documentation refers to a future feature which is not in stable."
4552 msgstr ""
4553
4554 # type: textblock
4555 #. type: textblock
4556 #: ../src/guestfs.pod:2072
4557 msgid ""
4558 "Bug fixes which are not controversial, fix obvious problems, and have been "
4559 "well tested are backported."
4560 msgstr ""
4561
4562 # type: textblock
4563 #. type: textblock
4564 #: ../src/guestfs.pod:2077
4565 msgid ""
4566 "Simple rearrangements of code which shouldn't affect how it works get "
4567 "backported.  This is so that the code in the two branches doesn't get too "
4568 "far out of step, allowing us to backport future fixes more easily."
4569 msgstr ""
4570
4571 # type: textblock
4572 #. type: textblock
4573 #: ../src/guestfs.pod:2083
4574 msgid ""
4575 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4576 "exceptional case: the new feature is required in order to implement an "
4577 "important bug fix."
4578 msgstr ""
4579
4580 # type: textblock
4581 #. type: textblock
4582 #: ../src/guestfs.pod:2089
4583 msgid ""
4584 "A new stable branch starts when we think the new features in development are "
4585 "substantial and compelling enough over the current stable branch to warrant "
4586 "it.  When that happens we create new stable and development versions 1.N.0 "
4587 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4588 "stable at this point, but by backporting fixes from development, that branch "
4589 "will stabilize over time."
4590 msgstr ""
4591
4592 #. type: =head1
4593 #: ../src/guestfs.pod:2097
4594 msgid "EXTENDING LIBGUESTFS"
4595 msgstr ""
4596
4597 #. type: =head2
4598 #: ../src/guestfs.pod:2099
4599 msgid "ADDING A NEW API ACTION"
4600 msgstr ""
4601
4602 #. type: textblock
4603 #: ../src/guestfs.pod:2101
4604 msgid ""
4605 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4606 "documentation) are generated, and this makes it easy to extend the "
4607 "libguestfs API."
4608 msgstr ""
4609
4610 #. type: textblock
4611 #: ../src/guestfs.pod:2105
4612 msgid "To add a new API action there are two changes:"
4613 msgstr ""
4614
4615 #. type: textblock
4616 #: ../src/guestfs.pod:2111
4617 msgid ""
4618 "You need to add a description of the call (name, parameters, return type, "
4619 "tests, documentation) to C<generator/generator_actions.ml>."
4620 msgstr ""
4621
4622 #. type: textblock
4623 #: ../src/guestfs.pod:2114
4624 msgid ""
4625 "There are two sorts of API action, depending on whether the call goes "
4626 "through to the daemon in the appliance, or is serviced entirely by the "
4627 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4628 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4629 "an example of the latter, since a trace flag is maintained in the handle and "
4630 "all tracing is done on the library side."
4631 msgstr ""
4632
4633 #. type: textblock
4634 #: ../src/guestfs.pod:2122
4635 msgid ""
4636 "Most new actions are of the first type, and get added to the "
4637 "C<daemon_functions> list.  Each function has a unique procedure number used "
4638 "in the RPC protocol which is assigned to that action when we publish "
4639 "libguestfs and cannot be reused.  Take the latest procedure number and "
4640 "increment it."
4641 msgstr ""
4642
4643 #. type: textblock
4644 #: ../src/guestfs.pod:2128
4645 msgid ""
4646 "For library-only actions of the second type, add to the "
4647 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4648 "library and do not travel over the RPC mechanism to the daemon, these "
4649 "functions do not need a procedure number, and so the procedure number is set "
4650 "to C<-1>."
4651 msgstr ""
4652
4653 #. type: textblock
4654 #: ../src/guestfs.pod:2136
4655 msgid "Implement the action (in C):"
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../src/guestfs.pod:2138
4660 msgid ""
4661 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4662 "C<daemon/> directory."
4663 msgstr ""
4664
4665 #. type: textblock
4666 #: ../src/guestfs.pod:2141
4667 msgid ""
4668 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4669 "(note: double underscore) in the C<src/> directory."
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2144
4674 msgid "In either case, use another function as an example of what to do."
4675 msgstr ""
4676
4677 #. type: textblock
4678 #: ../src/guestfs.pod:2148
4679 msgid "After making these changes, use C<make> to compile."
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2150
4684 msgid ""
4685 "Note that you don't need to implement the RPC, language bindings, manual "
4686 "pages or anything else.  It's all automatically generated from the OCaml "
4687 "description."
4688 msgstr ""
4689
4690 #. type: =head2
4691 #: ../src/guestfs.pod:2154
4692 msgid "ADDING TESTS FOR AN API ACTION"
4693 msgstr ""
4694
4695 #. type: textblock
4696 #: ../src/guestfs.pod:2156
4697 msgid ""
4698 "You can supply zero or as many tests as you want per API call.  The tests "
4699 "can either be added as part of the API description (C<generator/"
4700 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4701 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4702 "slower, so if possible use the first method."
4703 msgstr ""
4704
4705 #. type: textblock
4706 #: ../src/guestfs.pod:2162
4707 msgid ""
4708 "The following describes the test environment used when you add an API test "
4709 "in C<generator_actions.ml>."
4710 msgstr ""
4711
4712 #. type: textblock
4713 #: ../src/guestfs.pod:2165
4714 msgid "The test environment has 4 block devices:"
4715 msgstr ""
4716
4717 #. type: =item
4718 #: ../src/guestfs.pod:2169
4719 msgid "C</dev/sda> 500MB"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2171
4724 msgid "General block device for testing."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../src/guestfs.pod:2173
4729 msgid "C</dev/sdb> 50MB"
4730 msgstr ""
4731
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2175
4734 msgid ""
4735 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4736 "operations."
4737 msgstr ""
4738
4739 #. type: =item
4740 #: ../src/guestfs.pod:2178
4741 msgid "C</dev/sdc> 10MB"
4742 msgstr ""
4743
4744 #. type: textblock
4745 #: ../src/guestfs.pod:2180
4746 msgid "Used in a few tests where two block devices are needed."
4747 msgstr ""
4748
4749 #. type: =item
4750 #: ../src/guestfs.pod:2182
4751 msgid "C</dev/sdd>"
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2184
4756 msgid "ISO with fixed content (see C<images/test.iso>)."
4757 msgstr ""
4758
4759 #. type: textblock
4760 #: ../src/guestfs.pod:2188
4761 msgid ""
4762 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4763 "appliance and block devices are reused between tests.  So don't try testing "
4764 "L</guestfs_kill_subprocess> :-x"
4765 msgstr ""
4766
4767 #. type: textblock
4768 #: ../src/guestfs.pod:2192
4769 msgid ""
4770 "Each test starts with an initial scenario, selected using one of the "
4771 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4772 "initialize the disks mentioned above in a particular way as documented in "
4773 "C<generator_types.ml>.  You should not assume anything about the previous "
4774 "contents of other disks that are not initialized."
4775 msgstr ""
4776
4777 #. type: textblock
4778 #: ../src/guestfs.pod:2198
4779 msgid ""
4780 "You can add a prerequisite clause to any individual test.  This is a run-"
4781 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4782 "testing a command which might not work on all variations of libguestfs "
4783 "builds.  A test that has prerequisite of C<Always> means to run "
4784 "unconditionally."
4785 msgstr ""
4786
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2204
4789 msgid ""
4790 "In addition, packagers can skip individual tests by setting environment "
4791 "variables before running C<make check>."
4792 msgstr ""
4793
4794 #. type: verbatim
4795 #: ../src/guestfs.pod:2207
4796 #, no-wrap
4797 msgid ""
4798 " SKIP_TEST_<CMD>_<NUM>=1\n"
4799 "\n"
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2209
4804 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4805 msgstr ""
4806
4807 #. type: textblock
4808 #: ../src/guestfs.pod:2211
4809 msgid "or:"
4810 msgstr ""
4811
4812 #. type: verbatim
4813 #: ../src/guestfs.pod:2213
4814 #, no-wrap
4815 msgid ""
4816 " SKIP_TEST_<CMD>=1\n"
4817 "\n"
4818 msgstr ""
4819
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2215
4822 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4823 msgstr ""
4824
4825 #. type: textblock
4826 #: ../src/guestfs.pod:2217
4827 msgid "Packagers can run only certain tests by setting for example:"
4828 msgstr ""
4829
4830 #. type: verbatim
4831 #: ../src/guestfs.pod:2219
4832 #, no-wrap
4833 msgid ""
4834 " TEST_ONLY=\"vfs_type zerofree\"\n"
4835 "\n"
4836 msgstr ""
4837
4838 #. type: textblock
4839 #: ../src/guestfs.pod:2221
4840 msgid ""
4841 "See C<capitests/tests.c> for more details of how these environment variables "
4842 "work."
4843 msgstr ""
4844
4845 #. type: =head2
4846 #: ../src/guestfs.pod:2224
4847 msgid "DEBUGGING NEW API ACTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2226
4852 msgid "Test new actions work before submitting them."
4853 msgstr ""
4854
4855 #. type: textblock
4856 #: ../src/guestfs.pod:2228
4857 msgid "You can use guestfish to try out new commands."
4858 msgstr ""
4859
4860 #. type: textblock
4861 #: ../src/guestfs.pod:2230
4862 msgid ""
4863 "Debugging the daemon is a problem because it runs inside a minimal "
4864 "environment.  However you can fprintf messages in the daemon to stderr, and "
4865 "they will show up if you use C<guestfish -v>."
4866 msgstr ""
4867
4868 #. type: =head2
4869 #: ../src/guestfs.pod:2234
4870 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4871 msgstr ""
4872
4873 #. type: textblock
4874 #: ../src/guestfs.pod:2236
4875 msgid ""
4876 "Our C source code generally adheres to some basic code-formatting "
4877 "conventions.  The existing code base is not totally consistent on this "
4878 "front, but we do prefer that contributed code be formatted similarly.  In "
4879 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4880 "indentation level, and other than that, follow the K&R style."
4881 msgstr ""
4882
4883 #. type: textblock
4884 #: ../src/guestfs.pod:2242
4885 msgid ""
4886 "If you use Emacs, add the following to one of one of your start-up files (e."
4887 "g., ~/.emacs), to help ensure that you get indentation right:"
4888 msgstr ""
4889
4890 #. type: verbatim
4891 #: ../src/guestfs.pod:2245
4892 #, no-wrap
4893 msgid ""
4894 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4895 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4896 " (add-hook 'find-file-hook\n"
4897 "     '(lambda () (if (and buffer-file-name\n"
4898 "                          (string-match \"/libguestfs\\\\>\"\n"
4899 "                              (buffer-file-name))\n"
4900 "                          (not (string-equal mode-name \"Change Log\"))\n"
4901 "                          (not (string-equal mode-name \"Makefile\")))\n"
4902 "                     (setq indent-tabs-mode nil))))\n"
4903 " \n"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../src/guestfs.pod:2255
4908 #, no-wrap
4909 msgid ""
4910 " ;;; When editing C sources in libguestfs, use this style.\n"
4911 " (defun libguestfs-c-mode ()\n"
4912 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4913 "   (interactive)\n"
4914 "   (c-set-style \"K&R\")\n"
4915 "   (setq c-indent-level 2)\n"
4916 "   (setq c-basic-offset 2))\n"
4917 " (add-hook 'c-mode-hook\n"
4918 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4919 "                               (buffer-file-name))\n"
4920 "                           (libguestfs-c-mode))))\n"
4921 "\n"
4922 msgstr ""
4923
4924 #. type: textblock
4925 #: ../src/guestfs.pod:2267
4926 msgid "Enable warnings when compiling (and fix any problems this finds):"
4927 msgstr ""
4928
4929 #. type: verbatim
4930 #: ../src/guestfs.pod:2270
4931 #, no-wrap
4932 msgid ""
4933 " ./configure --enable-gcc-warnings\n"
4934 "\n"
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2272
4939 msgid "Useful targets are:"
4940 msgstr ""
4941
4942 #. type: verbatim
4943 #: ../src/guestfs.pod:2274
4944 #, no-wrap
4945 msgid ""
4946 " make syntax-check  # checks the syntax of the C code\n"
4947 " make check         # runs the test suite\n"
4948 "\n"
4949 msgstr ""
4950
4951 #. type: =head2
4952 #: ../src/guestfs.pod:2277
4953 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4954 msgstr ""
4955
4956 #. type: textblock
4957 #: ../src/guestfs.pod:2279
4958 msgid ""
4959 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4960 "which are used to do shell quoting."
4961 msgstr ""
4962
4963 #. type: =item
4964 #: ../src/guestfs.pod:2284
4965 msgid "%Q"
4966 msgstr ""
4967
4968 #. type: textblock
4969 #: ../src/guestfs.pod:2286
4970 msgid ""
4971 "Simple shell quoted string.  Any spaces or other shell characters are "
4972 "escaped for you."
4973 msgstr ""
4974
4975 #. type: =item
4976 #: ../src/guestfs.pod:2289
4977 msgid "%R"
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../src/guestfs.pod:2291
4982 msgid ""
4983 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4984 "the sysroot."
4985 msgstr ""
4986
4987 # type: textblock
4988 #. type: textblock
4989 #: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4990 msgid "For example:"
4991 msgstr ""
4992
4993 #. type: verbatim
4994 #: ../src/guestfs.pod:2298
4995 #, no-wrap
4996 msgid ""
4997 " asprintf (&cmd, \"cat %R\", path);\n"
4998 "\n"
4999 msgstr ""
5000
5001 #. type: textblock
5002 #: ../src/guestfs.pod:2300
5003 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs.pod:2302
5008 msgid ""
5009 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5010 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5011 "they are not passed via the shell (instead, straight to exec).  You probably "
5012 "want to use the C<sysroot_path()> function however."
5013 msgstr ""
5014
5015 #. type: =head2
5016 #: ../src/guestfs.pod:2308
5017 msgid "SUBMITTING YOUR NEW API ACTIONS"
5018 msgstr ""
5019
5020 #. type: textblock
5021 #: ../src/guestfs.pod:2310
5022 msgid ""
5023 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5024 "libguestfs> and CC to L<rjones@redhat.com>."
5025 msgstr ""
5026
5027 #. type: =head2
5028 #: ../src/guestfs.pod:2314
5029 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5030 msgstr ""
5031
5032 #. type: textblock
5033 #: ../src/guestfs.pod:2316
5034 msgid "We support i18n (gettext anyhow) in the library."
5035 msgstr ""
5036
5037 #. type: textblock
5038 #: ../src/guestfs.pod:2318
5039 msgid ""
5040 "However many messages come from the daemon, and we don't translate those at "
5041 "the moment.  One reason is that the appliance generally has all locale files "
5042 "removed from it, because they take up a lot of space.  So we'd have to readd "
5043 "some of those, as well as copying our PO files into the appliance."
5044 msgstr ""
5045
5046 #. type: textblock
5047 #: ../src/guestfs.pod:2324
5048 msgid ""
5049 "Debugging messages are never translated, since they are intended for the "
5050 "programmers."
5051 msgstr ""
5052
5053 #. type: =head2
5054 #: ../src/guestfs.pod:2327
5055 msgid "SOURCE CODE SUBDIRECTORIES"
5056 msgstr ""
5057
5058 #. type: =item
5059 #: ../src/guestfs.pod:2331
5060 msgid "C<appliance>"
5061 msgstr ""
5062
5063 #. type: textblock
5064 #: ../src/guestfs.pod:2333
5065 msgid "The libguestfs appliance, build scripts and so on."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2335
5070 msgid "C<capitests>"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2337
5075 msgid "Automated tests of the C API."
5076 msgstr ""
5077
5078 #. type: =item
5079 #: ../src/guestfs.pod:2339
5080 msgid "C<cat>"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2341
5085 msgid ""
5086 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5087 "documentation."
5088 msgstr ""
5089
5090 #. type: =item
5091 #: ../src/guestfs.pod:2344
5092 msgid "C<caution>"
5093 msgstr ""
5094
5095 #. type: textblock
5096 #: ../src/guestfs.pod:2346
5097 msgid ""
5098 "Safety and liveness tests of components that libguestfs depends upon (not of "
5099 "libguestfs itself).  Mainly this is for qemu and the kernel."
5100 msgstr ""
5101
5102 #. type: =item
5103 #: ../src/guestfs.pod:2349
5104 msgid "C<contrib>"
5105 msgstr ""
5106
5107 #. type: textblock
5108 #: ../src/guestfs.pod:2351
5109 msgid "Outside contributions, experimental parts."
5110 msgstr ""
5111
5112 #. type: =item
5113 #: ../src/guestfs.pod:2353
5114 msgid "C<daemon>"
5115 msgstr ""
5116
5117 #. type: textblock
5118 #: ../src/guestfs.pod:2355
5119 msgid ""
5120 "The daemon that runs inside the libguestfs appliance and carries out actions."
5121 msgstr ""
5122
5123 #. type: =item
5124 #: ../src/guestfs.pod:2358
5125 msgid "C<df>"
5126 msgstr ""
5127
5128 #. type: textblock
5129 #: ../src/guestfs.pod:2360
5130 msgid "L<virt-df(1)> command and documentation."
5131 msgstr ""
5132
5133 #. type: =item
5134 #: ../src/guestfs.pod:2362
5135 msgid "C<examples>"
5136 msgstr ""
5137
5138 #. type: textblock
5139 #: ../src/guestfs.pod:2364
5140 msgid "C API example code."
5141 msgstr ""
5142
5143 #. type: =item
5144 #: ../src/guestfs.pod:2366
5145 msgid "C<fish>"
5146 msgstr ""
5147
5148 #. type: textblock
5149 #: ../src/guestfs.pod:2368
5150 msgid "L<guestfish(1)>, the command-line shell."
5151 msgstr ""
5152
5153 #. type: =item
5154 #: ../src/guestfs.pod:2370
5155 msgid "C<fuse>"
5156 msgstr ""
5157
5158 #. type: textblock
5159 #: ../src/guestfs.pod:2372
5160 msgid ""
5161 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5162 msgstr ""
5163
5164 #. type: =item
5165 #: ../src/guestfs.pod:2374
5166 msgid "C<generator>"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs.pod:2376
5171 msgid ""
5172 "The crucially important generator, used to automatically generate large "
5173 "amounts of boilerplate C code for things like RPC and bindings."
5174 msgstr ""
5175
5176 #. type: =item
5177 #: ../src/guestfs.pod:2379
5178 msgid "C<images>"
5179 msgstr ""
5180
5181 #. type: textblock
5182 #: ../src/guestfs.pod:2381
5183 msgid "Files used by the test suite."
5184 msgstr ""
5185
5186 #. type: textblock
5187 #: ../src/guestfs.pod:2383
5188 msgid "Some \"phony\" guest images which we test against."
5189 msgstr ""
5190
5191 #. type: =item
5192 #: ../src/guestfs.pod:2385
5193 msgid "C<inspector>"
5194 msgstr ""
5195
5196 #. type: textblock
5197 #: ../src/guestfs.pod:2387
5198 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5199 msgstr ""
5200
5201 #. type: =item
5202 #: ../src/guestfs.pod:2389
5203 msgid "C<m4>"
5204 msgstr ""
5205
5206 #. type: textblock
5207 #: ../src/guestfs.pod:2391
5208 msgid "M4 macros used by autoconf."
5209 msgstr ""
5210
5211 #. type: =item
5212 #: ../src/guestfs.pod:2393
5213 msgid "C<po>"
5214 msgstr ""
5215
5216 #. type: textblock
5217 #: ../src/guestfs.pod:2395
5218 msgid "Translations of simple gettext strings."
5219 msgstr ""
5220
5221 #. type: =item
5222 #: ../src/guestfs.pod:2397
5223 msgid "C<po-docs>"
5224 msgstr ""
5225
5226 #. type: textblock
5227 #: ../src/guestfs.pod:2399
5228 msgid ""
5229 "The build infrastructure and PO files for translations of manpages and POD "
5230 "files.  Eventually this will be combined with the C<po> directory, but that "
5231 "is rather complicated."
5232 msgstr ""
5233
5234 #. type: =item
5235 #: ../src/guestfs.pod:2403
5236 msgid "C<regressions>"
5237 msgstr ""
5238
5239 #. type: textblock
5240 #: ../src/guestfs.pod:2405
5241 msgid "Regression tests."
5242 msgstr ""
5243
5244 #. type: =item
5245 #: ../src/guestfs.pod:2407
5246 msgid "C<rescue>"
5247 msgstr ""
5248
5249 #. type: textblock
5250 #: ../src/guestfs.pod:2409
5251 msgid "L<virt-rescue(1)> command and documentation."
5252 msgstr ""
5253
5254 #. type: =item
5255 #: ../src/guestfs.pod:2411
5256 msgid "C<src>"
5257 msgstr ""
5258
5259 #. type: textblock
5260 #: ../src/guestfs.pod:2413
5261 msgid "Source code to the C library."
5262 msgstr ""
5263
5264 #. type: =item
5265 #: ../src/guestfs.pod:2415
5266 msgid "C<tools>"
5267 msgstr ""
5268
5269 #. type: textblock
5270 #: ../src/guestfs.pod:2417
5271 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5272 msgstr ""
5273
5274 #. type: =item
5275 #: ../src/guestfs.pod:2419
5276 msgid "C<test-tool>"
5277 msgstr ""
5278
5279 #. type: textblock
5280 #: ../src/guestfs.pod:2421
5281 msgid ""
5282 "Test tool for end users to test if their qemu/kernel combination will work "
5283 "with libguestfs."
5284 msgstr ""
5285
5286 #. type: =item
5287 #: ../src/guestfs.pod:2424
5288 msgid "C<csharp>"
5289 msgstr ""
5290
5291 #. type: =item
5292 #: ../src/guestfs.pod:2426
5293 msgid "C<haskell>"
5294 msgstr ""
5295
5296 #. type: =item
5297 #: ../src/guestfs.pod:2428
5298 msgid "C<java>"
5299 msgstr ""
5300
5301 #. type: =item
5302 #: ../src/guestfs.pod:2430
5303 msgid "C<ocaml>"
5304 msgstr ""
5305
5306 #. type: =item
5307 #: ../src/guestfs.pod:2432
5308 msgid "C<php>"
5309 msgstr ""
5310
5311 #. type: =item
5312 #: ../src/guestfs.pod:2434
5313 msgid "C<perl>"
5314 msgstr ""
5315
5316 #. type: =item
5317 #: ../src/guestfs.pod:2436
5318 msgid "C<python>"
5319 msgstr ""
5320
5321 #. type: =item
5322 #: ../src/guestfs.pod:2438
5323 msgid "C<ruby>"
5324 msgstr ""
5325
5326 #. type: textblock
5327 #: ../src/guestfs.pod:2440
5328 msgid "Language bindings."
5329 msgstr ""
5330
5331 # type: =head1
5332 #. type: =head1
5333 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:965
5334 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375
5335 msgid "ENVIRONMENT VARIABLES"
5336 msgstr ""
5337
5338 # type: =item
5339 #. type: =item
5340 #: ../src/guestfs.pod:2448 ../fish/guestfish.pod:991
5341 msgid "LIBGUESTFS_APPEND"
5342 msgstr ""
5343
5344 # type: textblock
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2450 ../fish/guestfish.pod:993
5347 msgid "Pass additional options to the guest kernel."
5348 msgstr ""
5349
5350 # type: =item
5351 #. type: =item
5352 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:995
5353 msgid "LIBGUESTFS_DEBUG"
5354 msgstr ""
5355
5356 # type: textblock
5357 #. type: textblock
5358 #: ../src/guestfs.pod:2454
5359 msgid ""
5360 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5361 "effect as calling C<guestfs_set_verbose (g, 1)>."
5362 msgstr ""
5363
5364 # type: =item
5365 #. type: =item
5366 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1000
5367 msgid "LIBGUESTFS_MEMSIZE"
5368 msgstr ""
5369
5370 # type: textblock
5371 #. type: textblock
5372 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1002
5373 msgid ""
5374 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5375 msgstr ""
5376
5377 # type: verbatim
5378 #. type: verbatim
5379 #: ../src/guestfs.pod:2462 ../fish/guestfish.pod:1005
5380 #, no-wrap
5381 msgid ""
5382 " LIBGUESTFS_MEMSIZE=700\n"
5383 "\n"
5384 msgstr ""
5385
5386 # type: =item
5387 #. type: =item
5388 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1007
5389 msgid "LIBGUESTFS_PATH"
5390 msgstr ""
5391
5392 #. type: textblock
5393 #: ../src/guestfs.pod:2466
5394 msgid ""
5395 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5396 "the discussion of paths in section L</PATH> above."
5397 msgstr ""
5398
5399 # type: =item
5400 #. type: =item
5401 #: ../src/guestfs.pod:2469 ../fish/guestfish.pod:1012
5402 msgid "LIBGUESTFS_QEMU"
5403 msgstr ""
5404
5405 # type: textblock
5406 #. type: textblock
5407 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1014
5408 msgid ""
5409 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5410 "which was found at compile time by the configure script is used."
5411 msgstr ""
5412
5413 # type: textblock
5414 #. type: textblock
5415 #: ../src/guestfs.pod:2475
5416 msgid "See also L</QEMU WRAPPERS> above."
5417 msgstr ""
5418
5419 # type: =item
5420 #. type: =item
5421 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1018
5422 msgid "LIBGUESTFS_TRACE"
5423 msgstr ""
5424
5425 # type: textblock
5426 #. type: textblock
5427 #: ../src/guestfs.pod:2479
5428 msgid ""
5429 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5430 "effect as calling C<guestfs_set_trace (g, 1)>."
5431 msgstr ""
5432
5433 # type: =item
5434 #. type: =item
5435 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1027
5436 msgid "TMPDIR"
5437 msgstr ""
5438
5439 # type: textblock
5440 #. type: textblock
5441 #: ../src/guestfs.pod:2484 ../fish/guestfish.pod:1029
5442 msgid "Location of temporary directory, defaults to C</tmp>."
5443 msgstr ""
5444
5445 # type: textblock
5446 #. type: textblock
5447 #: ../src/guestfs.pod:2486 ../fish/guestfish.pod:1031
5448 msgid ""
5449 "If libguestfs was compiled to use the supermin appliance then the real "
5450 "appliance is cached in this directory, shared between all handles belonging "
5451 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5452 "use in case C</tmp> is not large enough."
5453 msgstr ""
5454
5455 # type: =head1
5456 #. type: =head1
5457 #: ../src/guestfs.pod:2494 ../fish/guestfish.pod:1089
5458 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5459 #: ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572
5460 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
5461 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539
5462 #: ../tools/virt-list-partitions.pl:257
5463 msgid "SEE ALSO"
5464 msgstr ""
5465
5466 # type: textblock
5467 #. type: textblock
5468 #: ../src/guestfs.pod:2496
5469 msgid ""
5470 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5471 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
5472 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
5473 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
5474 ">, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
5475 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5476 msgstr ""
5477
5478 # type: textblock
5479 #. type: textblock
5480 #: ../src/guestfs.pod:2519
5481 msgid ""
5482 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5483 "(8)>, L<disktype(1)>."
5484 msgstr ""
5485
5486 # type: =head1
5487 #. type: =head1
5488 #: ../src/guestfs.pod:2526 ../tools/virt-win-reg.pl:587
5489 #: ../tools/virt-make-fs.pl:553
5490 msgid "BUGS"
5491 msgstr ""
5492
5493 # type: textblock
5494 #. type: textblock
5495 #: ../src/guestfs.pod:2528
5496 msgid "To get a list of bugs against libguestfs use this link:"
5497 msgstr ""
5498
5499 # type: textblock
5500 #. type: textblock
5501 #: ../src/guestfs.pod:2530
5502 msgid ""
5503 "L<https://bugzilla.redhat.com/buglist.cgi?"
5504 "component=libguestfs&product=Virtualization+Tools>"
5505 msgstr ""
5506
5507 # type: textblock
5508 #. type: textblock
5509 #: ../src/guestfs.pod:2532
5510 msgid "To report a new bug against libguestfs use this link:"
5511 msgstr ""
5512
5513 # type: textblock
5514 #. type: textblock
5515 #: ../src/guestfs.pod:2534
5516 msgid ""
5517 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5518 "component=libguestfs&product=Virtualization+Tools>"
5519 msgstr ""
5520
5521 # type: textblock
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2536
5524 msgid "When reporting a bug, please check:"
5525 msgstr ""
5526
5527 # type: textblock
5528 #. type: textblock
5529 #: ../src/guestfs.pod:2542
5530 msgid "That the bug hasn't been reported already."
5531 msgstr ""
5532
5533 # type: textblock
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2546
5536 msgid "That you are testing a recent version."
5537 msgstr ""
5538
5539 # type: textblock
5540 #. type: textblock
5541 #: ../src/guestfs.pod:2550
5542 msgid "Describe the bug accurately, and give a way to reproduce it."
5543 msgstr ""
5544
5545 # type: textblock
5546 #. type: textblock
5547 #: ../src/guestfs.pod:2554
5548 msgid ""
5549 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5550 "bug report."
5551 msgstr ""
5552
5553 # type: =head1
5554 #. type: =head1
5555 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1108
5556 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
5557 msgid "AUTHORS"
5558 msgstr ""
5559
5560 # type: textblock
5561 #. type: textblock
5562 #: ../src/guestfs.pod:2561 ../fish/guestfish.pod:1110
5563 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
5564 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5565 msgstr ""
5566
5567 # type: =head1
5568 #. type: =head1
5569 #: ../src/guestfs.pod:2563 ../fish/guestfish.pod:1112
5570 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5571 #: ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602
5572 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
5573 #: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568
5574 #: ../tools/virt-list-partitions.pl:273
5575 msgid "COPYRIGHT"
5576 msgstr ""
5577
5578 # type: textblock
5579 #. type: textblock
5580 #: ../src/guestfs.pod:2565 ../fish/guestfish.pod:1114
5581 #: ../fuse/guestmount.pod:250
5582 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5583 msgstr ""
5584
5585 # type: textblock
5586 #. type: textblock
5587 #: ../src/guestfs.pod:2568
5588 msgid ""
5589 "This library is free software; you can redistribute it and/or modify it "
5590 "under the terms of the GNU Lesser General Public License as published by the "
5591 "Free Software Foundation; either version 2 of the License, or (at your "
5592 "option) any later version."
5593 msgstr ""
5594
5595 # type: textblock
5596 #. type: textblock
5597 #: ../src/guestfs.pod:2573
5598 msgid ""
5599 "This library is distributed in the hope that it will be useful, but WITHOUT "
5600 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5601 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5602 "for more details."
5603 msgstr ""
5604
5605 # type: textblock
5606 #. type: textblock
5607 #: ../src/guestfs.pod:2578
5608 msgid ""
5609 "You should have received a copy of the GNU Lesser General Public License "
5610 "along with this library; if not, write to the Free Software Foundation, "
5611 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5612 msgstr ""
5613
5614 # type: =head2
5615 #. type: =head2
5616 #: ../src/guestfs-actions.pod:1
5617 msgid "guestfs_add_cdrom"
5618 msgstr ""
5619
5620 # type: verbatim
5621 #. type: verbatim
5622 #: ../src/guestfs-actions.pod:3
5623 #, no-wrap
5624 msgid ""
5625 " int\n"
5626 " guestfs_add_cdrom (guestfs_h *g,\n"
5627 "                    const char *filename);\n"
5628 "\n"
5629 msgstr ""
5630
5631 # type: textblock
5632 #. type: textblock
5633 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5634 msgid "This function adds a virtual CD-ROM disk image to the guest."
5635 msgstr ""
5636
5637 # type: textblock
5638 #. type: textblock
5639 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5640 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5641 msgstr ""
5642
5643 # type: textblock
5644 #. type: textblock
5645 #: ../src/guestfs-actions.pod:17
5646 msgid ""
5647 "This call checks for the existence of C<filename>.  This stops you from "
5648 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5649 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5650 "instead."
5651 msgstr ""
5652
5653 # type: textblock
5654 #. type: textblock
5655 #: ../src/guestfs-actions.pod:24
5656 msgid ""
5657 "If you just want to add an ISO file (often you use this as an efficient way "
5658 "to transfer large files into the guest), then you should probably use "
5659 "C<guestfs_add_drive_ro> instead."
5660 msgstr ""
5661
5662 # type: textblock
5663 #. type: textblock
5664 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
5665 #: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
5666 #: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
5667 #: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
5668 #: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428
5669 #: ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487
5670 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533
5671 #: ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633
5672 #: ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662
5673 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
5674 #: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
5675 #: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988
5676 #: ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090
5677 #: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127
5678 #: ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161
5679 #: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262
5680 #: ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324
5681 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464
5682 #: ../src/guestfs-actions.pod:1679 ../src/guestfs-actions.pod:1701
5683 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:2240
5684 #: ../src/guestfs-actions.pod:2384 ../src/guestfs-actions.pod:2445
5685 #: ../src/guestfs-actions.pod:2480 ../src/guestfs-actions.pod:3223
5686 #: ../src/guestfs-actions.pod:3238 ../src/guestfs-actions.pod:3258
5687 #: ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3427
5688 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3454
5689 #: ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:3505
5690 #: ../src/guestfs-actions.pod:3577 ../src/guestfs-actions.pod:3597
5691 #: ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3637
5692 #: ../src/guestfs-actions.pod:3660 ../src/guestfs-actions.pod:3692
5693 #: ../src/guestfs-actions.pod:3711 ../src/guestfs-actions.pod:3730
5694 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3777
5695 #: ../src/guestfs-actions.pod:3813 ../src/guestfs-actions.pod:3829
5696 #: ../src/guestfs-actions.pod:3842 ../src/guestfs-actions.pod:3857
5697 #: ../src/guestfs-actions.pod:3874 ../src/guestfs-actions.pod:3967
5698 #: ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4000
5699 #: ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4069
5700 #: ../src/guestfs-actions.pod:4087 ../src/guestfs-actions.pod:4103
5701 #: ../src/guestfs-actions.pod:4117 ../src/guestfs-actions.pod:4131
5702 #: ../src/guestfs-actions.pod:4148 ../src/guestfs-actions.pod:4163
5703 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4229
5704 #: ../src/guestfs-actions.pod:4302 ../src/guestfs-actions.pod:4333
5705 #: ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4371
5706 #: ../src/guestfs-actions.pod:4383 ../src/guestfs-actions.pod:4400
5707 #: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4428
5708 #: ../src/guestfs-actions.pod:4443 ../src/guestfs-actions.pod:4478
5709 #: ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4513
5710 #: ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4544
5711 #: ../src/guestfs-actions.pod:4593 ../src/guestfs-actions.pod:4639
5712 #: ../src/guestfs-actions.pod:4653 ../src/guestfs-actions.pod:4681
5713 #: ../src/guestfs-actions.pod:4698 ../src/guestfs-actions.pod:4716
5714 #: ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4907
5715 #: ../src/guestfs-actions.pod:4929 ../src/guestfs-actions.pod:4947
5716 #: ../src/guestfs-actions.pod:4979 ../src/guestfs-actions.pod:5045
5717 #: ../src/guestfs-actions.pod:5062 ../src/guestfs-actions.pod:5075
5718 #: ../src/guestfs-actions.pod:5089 ../src/guestfs-actions.pod:5378
5719 #: ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5411
5720 #: ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5437
5721 #: ../src/guestfs-actions.pod:5449 ../src/guestfs-actions.pod:5463
5722 #: ../src/guestfs-actions.pod:5479 ../src/guestfs-actions.pod:5500
5723 #: ../src/guestfs-actions.pod:5519 ../src/guestfs-actions.pod:5538
5724 #: ../src/guestfs-actions.pod:5556 ../src/guestfs-actions.pod:5579
5725 #: ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:5616
5726 #: ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:5656
5727 #: ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:5701
5728 #: ../src/guestfs-actions.pod:5725 ../src/guestfs-actions.pod:5744
5729 #: ../src/guestfs-actions.pod:5768 ../src/guestfs-actions.pod:5783
5730 #: ../src/guestfs-actions.pod:5798 ../src/guestfs-actions.pod:5817
5731 #: ../src/guestfs-actions.pod:5854 ../src/guestfs-actions.pod:5877
5732 #: ../src/guestfs-actions.pod:5903 ../src/guestfs-actions.pod:6011
5733 #: ../src/guestfs-actions.pod:6132 ../src/guestfs-actions.pod:6144
5734 #: ../src/guestfs-actions.pod:6157 ../src/guestfs-actions.pod:6170
5735 #: ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6205
5736 #: ../src/guestfs-actions.pod:6218 ../src/guestfs-actions.pod:6231
5737 #: ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6305
5738 #: ../src/guestfs-actions.pod:6322 ../src/guestfs-actions.pod:6338
5739 #: ../src/guestfs-actions.pod:6354 ../src/guestfs-actions.pod:6371
5740 #: ../src/guestfs-actions.pod:6384 ../src/guestfs-actions.pod:6404
5741 #: ../src/guestfs-actions.pod:6440 ../src/guestfs-actions.pod:6454
5742 #: ../src/guestfs-actions.pod:6495 ../src/guestfs-actions.pod:6508
5743 #: ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6560
5744 #: ../src/guestfs-actions.pod:6596 ../src/guestfs-actions.pod:6715
5745 #: ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6747
5746 #: ../src/guestfs-actions.pod:6802 ../src/guestfs-actions.pod:6815
5747 #: ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6893
5748 #: ../src/guestfs-actions.pod:6947 ../src/guestfs-actions.pod:6973
5749 #: ../src/guestfs-actions.pod:7039 ../src/guestfs-actions.pod:7058
5750 #: ../src/guestfs-actions.pod:7087
5751 msgid "This function returns 0 on success or -1 on error."
5752 msgstr ""
5753
5754 # type: textblock
5755 #. type: textblock
5756 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
5757 #: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
5758 #: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5759 msgid ""
5760 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5761 "instead."
5762 msgstr ""
5763
5764 # type: textblock
5765 #. type: textblock
5766 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
5767 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435
5768 #: ../src/guestfs-actions.pod:1918 ../src/guestfs-actions.pod:1939
5769 #: ../src/guestfs-actions.pod:4188 ../src/guestfs-actions.pod:6981
5770 #: ../src/guestfs-actions.pod:7150 ../fish/guestfish-actions.pod:31
5771 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
5772 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1303
5773 #: ../fish/guestfish-actions.pod:1317 ../fish/guestfish-actions.pod:2817
5774 #: ../fish/guestfish-actions.pod:4630 ../fish/guestfish-actions.pod:4727
5775 msgid ""
5776 "Deprecated functions will not be removed from the API, but the fact that "
5777 "they are deprecated indicates that there are problems with correct use of "
5778 "these functions."
5779 msgstr ""
5780
5781 # type: textblock
5782 #. type: textblock
5783 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
5784 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1890
5785 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2091
5786 #: ../src/guestfs-actions.pod:3225 ../src/guestfs-actions.pod:3240
5787 #: ../src/guestfs-actions.pod:4480 ../src/guestfs-actions.pod:5558
5788 #: ../src/guestfs-actions.pod:5675 ../src/guestfs-actions.pod:5785
5789 #: ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6373
5790 #: ../src/guestfs-actions.pod:6895
5791 msgid "(Added in 0.3)"
5792 msgstr ""
5793
5794 # type: =head2
5795 #. type: =head2
5796 #: ../src/guestfs-actions.pod:41
5797 msgid "guestfs_add_domain"
5798 msgstr ""
5799
5800 # type: verbatim
5801 #. type: verbatim
5802 #: ../src/guestfs-actions.pod:43
5803 #, no-wrap
5804 msgid ""
5805 " int\n"
5806 " guestfs_add_domain (guestfs_h *g,\n"
5807 "                     const char *dom,\n"
5808 "                     ...);\n"
5809 "\n"
5810 msgstr ""
5811
5812 # type: textblock
5813 #. type: textblock
5814 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
5815 #: ../src/guestfs-actions.pod:4202
5816 msgid ""
5817 "You may supply a list of optional arguments to this call.  Use zero or more "
5818 "of the following pairs of parameters, and terminate the list with C<-1> on "
5819 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5820 msgstr ""
5821
5822 # type: verbatim
5823 #. type: verbatim
5824 #: ../src/guestfs-actions.pod:53
5825 #, no-wrap
5826 msgid ""
5827 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5828 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5829 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5830 "\n"
5831 msgstr ""
5832
5833 # type: textblock
5834 #. type: textblock
5835 #: ../src/guestfs-actions.pod:57
5836 msgid ""
5837 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5838 "It works by connecting to libvirt, requesting the domain and domain XML from "
5839 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5840 "one."
5841 msgstr ""
5842
5843 # type: textblock
5844 #. type: textblock
5845 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5846 msgid ""
5847 "The number of disks added is returned.  This operation is atomic: if an "
5848 "error is returned, then no disks are added."
5849 msgstr ""
5850
5851 # type: textblock
5852 #. type: textblock
5853 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5854 msgid ""
5855 "This function does some minimal checks to make sure the libvirt domain is "
5856 "not running (unless C<readonly> is true).  In a future version we will try "
5857 "to acquire the libvirt lock on each disk."
5858 msgstr ""
5859
5860 # type: textblock
5861 #. type: textblock
5862 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5863 msgid ""
5864 "Disks must be accessible locally.  This often means that adding disks from a "
5865 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5866 "unless those disks are accessible via the same device path locally too."
5867 msgstr ""
5868
5869 #. type: textblock
5870 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5871 msgid ""
5872 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5873 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5874 "libvirt URI (or one set through an environment variable, see the libvirt "
5875 "documentation for full details)."
5876 msgstr ""
5877
5878 # type: textblock
5879 #. type: textblock
5880 #: ../src/guestfs-actions.pod:80
5881 msgid ""
5882 "The other optional parameters are passed directly through to "
5883 "C<guestfs_add_drive_opts>."
5884 msgstr ""
5885
5886 # type: textblock
5887 #. type: textblock
5888 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
5889 #: ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679
5890 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728
5891 #: ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307
5892 #: ../src/guestfs-actions.pod:1658 ../src/guestfs-actions.pod:1861
5893 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2000
5894 #: ../src/guestfs-actions.pod:2055 ../src/guestfs-actions.pod:2078
5895 #: ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2659
5896 #: ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:4616
5897 #: ../src/guestfs-actions.pod:4753 ../src/guestfs-actions.pod:5159
5898 #: ../src/guestfs-actions.pod:5185 ../src/guestfs-actions.pod:6481
5899 #: ../src/guestfs-actions.pod:6906 ../src/guestfs-actions.pod:6919
5900 #: ../src/guestfs-actions.pod:6932
5901 msgid "On error this function returns -1."
5902 msgstr ""
5903
5904 # type: textblock
5905 #. type: textblock
5906 #: ../src/guestfs-actions.pod:85
5907 msgid "(Added in 1.7.4)"
5908 msgstr ""
5909
5910 # type: =head2
5911 #. type: =head2
5912 #: ../src/guestfs-actions.pod:87
5913 msgid "guestfs_add_domain_va"
5914 msgstr ""
5915
5916 # type: verbatim
5917 #. type: verbatim
5918 #: ../src/guestfs-actions.pod:89
5919 #, no-wrap
5920 msgid ""
5921 " int\n"
5922 " guestfs_add_domain_va (guestfs_h *g,\n"
5923 "                        const char *dom,\n"
5924 "                        va_list args);\n"
5925 "\n"
5926 msgstr ""
5927
5928 # type: textblock
5929 #. type: textblock
5930 #: ../src/guestfs-actions.pod:94
5931 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5932 msgstr ""
5933
5934 # type: textblock
5935 #. type: textblock
5936 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
5937 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
5938 #: ../src/guestfs-actions.pod:4243 ../src/guestfs-actions.pod:4255
5939 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5940 msgstr ""
5941
5942 # type: =head2
5943 #. type: =head2
5944 #: ../src/guestfs-actions.pod:98
5945 msgid "guestfs_add_domain_argv"
5946 msgstr ""
5947
5948 # type: verbatim
5949 #. type: verbatim
5950 #: ../src/guestfs-actions.pod:100
5951 #, no-wrap
5952 msgid ""
5953 " int\n"
5954 " guestfs_add_domain_argv (guestfs_h *g,\n"
5955 "                          const char *dom,\n"
5956 "                          const struct guestfs_add_domain_argv *optargs);\n"
5957 "\n"
5958 msgstr ""
5959
5960 # type: textblock
5961 #. type: textblock
5962 #: ../src/guestfs-actions.pod:105
5963 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5964 msgstr ""
5965
5966 # type: =head2
5967 #. type: =head2
5968 #: ../src/guestfs-actions.pod:109
5969 msgid "guestfs_add_drive"
5970 msgstr ""
5971
5972 # type: verbatim
5973 #. type: verbatim
5974 #: ../src/guestfs-actions.pod:111
5975 #, no-wrap
5976 msgid ""
5977 " int\n"
5978 " guestfs_add_drive (guestfs_h *g,\n"
5979 "                    const char *filename);\n"
5980 "\n"
5981 msgstr ""
5982
5983 # type: textblock
5984 #. type: textblock
5985 #: ../src/guestfs-actions.pod:115
5986 msgid ""
5987 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5988 "optional parameters, so the disk is added writable, with the format being "
5989 "detected automatically."
5990 msgstr ""
5991
5992 # type: textblock
5993 #. type: textblock
5994 #: ../src/guestfs-actions.pod:119
5995 msgid ""
5996 "Automatic detection of the format opens you up to a potential security hole "
5997 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5998 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5999 "you should think about replacing calls to this function with calls to "
6000 "C<guestfs_add_drive_opts>, and specifying the format."
6001 msgstr ""
6002
6003 # type: =head2
6004 #. type: =head2
6005 #: ../src/guestfs-actions.pod:130
6006 msgid "guestfs_add_drive_opts"
6007 msgstr ""
6008
6009 # type: verbatim
6010 #. type: verbatim
6011 #: ../src/guestfs-actions.pod:132
6012 #, no-wrap
6013 msgid ""
6014 " int\n"
6015 " guestfs_add_drive_opts (guestfs_h *g,\n"
6016 "                         const char *filename,\n"
6017 "                         ...);\n"
6018 "\n"
6019 msgstr ""
6020
6021 # type: verbatim
6022 #. type: verbatim
6023 #: ../src/guestfs-actions.pod:142
6024 #, no-wrap
6025 msgid ""
6026 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6027 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6028 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6029 "\n"
6030 msgstr ""
6031
6032 # type: textblock
6033 #. type: textblock
6034 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
6035 msgid ""
6036 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6037 "The first time you call this function, the disk appears as C</dev/sda>, the "
6038 "second time as C</dev/sdb>, and so on."
6039 msgstr ""
6040
6041 # type: textblock
6042 #. type: textblock
6043 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
6044 msgid ""
6045 "You don't necessarily need to be root when using libguestfs.  However you "
6046 "obviously do need sufficient permissions to access the filename for whatever "
6047 "operations you want to perform (ie. read access if you just want to read the "
6048 "image or write access if you want to modify the image)."
6049 msgstr ""
6050
6051 # type: textblock
6052 #. type: textblock
6053 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
6054 msgid "This call checks that C<filename> exists."
6055 msgstr ""
6056
6057 # type: textblock
6058 #. type: textblock
6059 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4212
6060 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2828
6061 msgid "The optional arguments are:"
6062 msgstr ""
6063
6064 # type: =item
6065 #. type: =item
6066 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
6067 msgid "C<readonly>"
6068 msgstr ""
6069
6070 # type: textblock
6071 #. type: textblock
6072 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
6073 msgid ""
6074 "If true then the image is treated as read-only.  Writes are still allowed, "
6075 "but they are stored in a temporary snapshot overlay which is discarded at "
6076 "the end.  The disk that you add is not modified."
6077 msgstr ""
6078
6079 # type: =item
6080 #. type: =item
6081 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
6082 msgid "C<format>"
6083 msgstr ""
6084
6085 # type: textblock
6086 #. type: textblock
6087 #: ../src/guestfs-actions.pod:171
6088 msgid ""
6089 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6090 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6091 "Possible formats include C<raw> and C<qcow2>."
6092 msgstr ""
6093
6094 # type: textblock
6095 #. type: textblock
6096 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
6097 msgid ""
6098 "Automatic detection of the format opens you up to a potential security hole "
6099 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6100 "RHBZ#642934.  Specifying the format closes this security hole."
6101 msgstr ""
6102
6103 # type: =item
6104 #. type: =item
6105 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
6106 msgid "C<iface>"
6107 msgstr ""
6108
6109 # type: textblock
6110 #. type: textblock
6111 #: ../src/guestfs-actions.pod:182
6112 msgid ""
6113 "This rarely-used option lets you emulate the behaviour of the deprecated "
6114 "C<guestfs_add_drive_with_if> call (q.v.)"
6115 msgstr ""
6116
6117 # type: textblock
6118 #. type: textblock
6119 #: ../src/guestfs-actions.pod:189
6120 msgid "(Added in 1.5.23)"
6121 msgstr ""
6122
6123 # type: =head2
6124 #. type: =head2
6125 #: ../src/guestfs-actions.pod:191
6126 msgid "guestfs_add_drive_opts_va"
6127 msgstr ""
6128
6129 # type: verbatim
6130 #. type: verbatim
6131 #: ../src/guestfs-actions.pod:193
6132 #, no-wrap
6133 msgid ""
6134 " int\n"
6135 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6136 "                            const char *filename,\n"
6137 "                            va_list args);\n"
6138 "\n"
6139 msgstr ""
6140
6141 # type: textblock
6142 #. type: textblock
6143 #: ../src/guestfs-actions.pod:198
6144 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6145 msgstr ""
6146
6147 # type: =head2
6148 #. type: =head2
6149 #: ../src/guestfs-actions.pod:202
6150 msgid "guestfs_add_drive_opts_argv"
6151 msgstr ""
6152
6153 # type: verbatim
6154 #. type: verbatim
6155 #: ../src/guestfs-actions.pod:204
6156 #, no-wrap
6157 msgid ""
6158 " int\n"
6159 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6160 "                              const char *filename,\n"
6161 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6162 "\n"
6163 msgstr ""
6164
6165 # type: textblock
6166 #. type: textblock
6167 #: ../src/guestfs-actions.pod:209
6168 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6169 msgstr ""
6170
6171 # type: =head2
6172 #. type: =head2
6173 #: ../src/guestfs-actions.pod:213
6174 msgid "guestfs_add_drive_ro"
6175 msgstr ""
6176
6177 # type: verbatim
6178 #. type: verbatim
6179 #: ../src/guestfs-actions.pod:215
6180 #, no-wrap
6181 msgid ""
6182 " int\n"
6183 " guestfs_add_drive_ro (guestfs_h *g,\n"
6184 "                       const char *filename);\n"
6185 "\n"
6186 msgstr ""
6187
6188 # type: textblock
6189 #. type: textblock
6190 #: ../src/guestfs-actions.pod:219
6191 msgid ""
6192 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6193 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6194 "disk is added read-only, with the format being detected automatically."
6195 msgstr ""
6196
6197 # type: textblock
6198 #. type: textblock
6199 #: ../src/guestfs-actions.pod:226
6200 msgid "(Added in 1.0.38)"
6201 msgstr ""
6202
6203 # type: =head2
6204 #. type: =head2
6205 #: ../src/guestfs-actions.pod:228
6206 msgid "guestfs_add_drive_ro_with_if"
6207 msgstr ""
6208
6209 # type: verbatim
6210 #. type: verbatim
6211 #: ../src/guestfs-actions.pod:230
6212 #, no-wrap
6213 msgid ""
6214 " int\n"
6215 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6216 "                               const char *filename,\n"
6217 "                               const char *iface);\n"
6218 "\n"
6219 msgstr ""
6220
6221 # type: textblock
6222 #. type: textblock
6223 #: ../src/guestfs-actions.pod:235
6224 msgid ""
6225 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6226 "QEMU interface emulation to use at run time."
6227 msgstr ""
6228
6229 # type: textblock
6230 #. type: textblock
6231 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
6232 #: ../src/guestfs-actions.pod:2330
6233 msgid "(Added in 1.0.84)"
6234 msgstr ""
6235
6236 # type: =head2
6237 #. type: =head2
6238 #: ../src/guestfs-actions.pod:249
6239 msgid "guestfs_add_drive_with_if"
6240 msgstr ""
6241
6242 # type: verbatim
6243 #. type: verbatim
6244 #: ../src/guestfs-actions.pod:251
6245 #, no-wrap
6246 msgid ""
6247 " int\n"
6248 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6249 "                            const char *filename,\n"
6250 "                            const char *iface);\n"
6251 "\n"
6252 msgstr ""
6253
6254 # type: textblock
6255 #. type: textblock
6256 #: ../src/guestfs-actions.pod:256
6257 msgid ""
6258 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6259 "QEMU interface emulation to use at run time."
6260 msgstr ""
6261
6262 # type: =head2
6263 #. type: =head2
6264 #: ../src/guestfs-actions.pod:270
6265 msgid "guestfs_aug_clear"
6266 msgstr ""
6267
6268 # type: verbatim
6269 #. type: verbatim
6270 #: ../src/guestfs-actions.pod:272
6271 #, no-wrap
6272 msgid ""
6273 " int\n"
6274 " guestfs_aug_clear (guestfs_h *g,\n"
6275 "                    const char *augpath);\n"
6276 "\n"
6277 msgstr ""
6278
6279 # type: textblock
6280 #. type: textblock
6281 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
6282 msgid ""
6283 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6284 "L<augtool(1)> C<clear> command."
6285 msgstr ""
6286
6287 # type: textblock
6288 #. type: textblock
6289 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2080
6290 msgid "(Added in 1.3.4)"
6291 msgstr ""
6292
6293 # type: =head2
6294 #. type: =head2
6295 #: ../src/guestfs-actions.pod:283
6296 msgid "guestfs_aug_close"
6297 msgstr ""
6298
6299 # type: verbatim
6300 #. type: verbatim
6301 #: ../src/guestfs-actions.pod:285
6302 #, no-wrap
6303 msgid ""
6304 " int\n"
6305 " guestfs_aug_close (guestfs_h *g);\n"
6306 "\n"
6307 msgstr ""
6308
6309 # type: textblock
6310 #. type: textblock
6311 #: ../src/guestfs-actions.pod:288
6312 msgid ""
6313 "Close the current Augeas handle and free up any resources used by it.  After "
6314 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6315 "any other Augeas functions."
6316 msgstr ""
6317
6318 # type: textblock
6319 #. type: textblock
6320 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
6321 #: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
6322 #: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
6323 #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475
6324 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503
6325 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
6326 #: ../src/guestfs-actions.pod:5236
6327 msgid "(Added in 0.7)"
6328 msgstr ""
6329
6330 # type: =head2
6331 #. type: =head2
6332 #: ../src/guestfs-actions.pod:297
6333 msgid "guestfs_aug_defnode"
6334 msgstr ""
6335
6336 # type: verbatim
6337 #. type: verbatim
6338 #: ../src/guestfs-actions.pod:299
6339 #, no-wrap
6340 msgid ""
6341 " struct guestfs_int_bool *\n"
6342 " guestfs_aug_defnode (guestfs_h *g,\n"
6343 "                      const char *name,\n"
6344 "                      const char *expr,\n"
6345 "                      const char *val);\n"
6346 "\n"
6347 msgstr ""
6348
6349 # type: textblock
6350 #. type: textblock
6351 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
6352 msgid ""
6353 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6354 msgstr ""
6355
6356 # type: textblock
6357 #. type: textblock
6358 #: ../src/guestfs-actions.pod:308
6359 msgid ""
6360 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6361 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6362 "containing that single node."
6363 msgstr ""
6364
6365 # type: textblock
6366 #. type: textblock
6367 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
6368 msgid ""
6369 "On success this returns a pair containing the number of nodes in the "
6370 "nodeset, and a boolean flag if a node was created."
6371 msgstr ""
6372
6373 # type: textblock
6374 #. type: textblock
6375 #: ../src/guestfs-actions.pod:316
6376 msgid ""
6377 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6378 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6379 msgstr ""
6380
6381 # type: =head2
6382 #. type: =head2
6383 #: ../src/guestfs-actions.pod:322
6384 msgid "guestfs_aug_defvar"
6385 msgstr ""
6386
6387 # type: verbatim
6388 #. type: verbatim
6389 #: ../src/guestfs-actions.pod:324
6390 #, no-wrap
6391 msgid ""
6392 " int\n"
6393 " guestfs_aug_defvar (guestfs_h *g,\n"
6394 "                     const char *name,\n"
6395 "                     const char *expr);\n"
6396 "\n"
6397 msgstr ""
6398
6399 # type: textblock
6400 #. type: textblock
6401 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
6402 msgid ""
6403 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6404 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6405 msgstr ""
6406
6407 # type: textblock
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
6410 msgid ""
6411 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6412 "evaluates to something which is not a nodeset."
6413 msgstr ""
6414
6415 # type: =head2
6416 #. type: =head2
6417 #: ../src/guestfs-actions.pod:340
6418 msgid "guestfs_aug_get"
6419 msgstr ""
6420
6421 # type: verbatim
6422 #. type: verbatim
6423 #: ../src/guestfs-actions.pod:342
6424 #, no-wrap
6425 msgid ""
6426 " char *\n"
6427 " guestfs_aug_get (guestfs_h *g,\n"
6428 "                  const char *augpath);\n"
6429 "\n"
6430 msgstr ""
6431
6432 # type: textblock
6433 #. type: textblock
6434 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
6435 msgid ""
6436 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6437 "node, the C<value> is returned."
6438 msgstr ""
6439
6440 # type: textblock
6441 #. type: textblock
6442 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849
6443 #: ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927
6444 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046
6445 #: ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193
6446 #: ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341
6447 #: ../src/guestfs-actions.pod:1529 ../src/guestfs-actions.pod:1641
6448 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1821
6449 #: ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:1933
6450 #: ../src/guestfs-actions.pod:2103 ../src/guestfs-actions.pod:2295
6451 #: ../src/guestfs-actions.pod:2502 ../src/guestfs-actions.pod:2583
6452 #: ../src/guestfs-actions.pod:2631 ../src/guestfs-actions.pod:2745
6453 #: ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:2800
6454 #: ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2885
6455 #: ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3749
6456 #: ../src/guestfs-actions.pod:3919 ../src/guestfs-actions.pod:4029
6457 #: ../src/guestfs-actions.pod:4771 ../src/guestfs-actions.pod:4964
6458 #: ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5312
6459 #: ../src/guestfs-actions.pod:5361 ../src/guestfs-actions.pod:5924
6460 #: ../src/guestfs-actions.pod:5940 ../src/guestfs-actions.pod:5957
6461 #: ../src/guestfs-actions.pod:5981 ../src/guestfs-actions.pod:6655
6462 #: ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6692
6463 #: ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:7144
6464 msgid ""
6465 "This function returns a string, or NULL on error.  I<The caller must free "
6466 "the returned string after use>."
6467 msgstr ""
6468
6469 # type: =head2
6470 #. type: =head2
6471 #: ../src/guestfs-actions.pod:354
6472 msgid "guestfs_aug_init"
6473 msgstr ""
6474
6475 # type: verbatim
6476 #. type: verbatim
6477 #: ../src/guestfs-actions.pod:356
6478 #, no-wrap
6479 msgid ""
6480 " int\n"
6481 " guestfs_aug_init (guestfs_h *g,\n"
6482 "                   const char *root,\n"
6483 "                   int flags);\n"
6484 "\n"
6485 msgstr ""
6486
6487 # type: textblock
6488 #. type: textblock
6489 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
6490 msgid ""
6491 "Create a new Augeas handle for editing configuration files.  If there was "
6492 "any previous Augeas handle associated with this guestfs session, then it is "
6493 "closed."
6494 msgstr ""
6495
6496 # type: textblock
6497 #. type: textblock
6498 #: ../src/guestfs-actions.pod:365
6499 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6500 msgstr ""
6501
6502 # type: textblock
6503 #. type: textblock
6504 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
6505 msgid ""
6506 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6507 msgstr ""
6508
6509 # type: textblock
6510 #. type: textblock
6511 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
6512 msgid ""
6513 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6514 "logical I<or> of the following integers:"
6515 msgstr ""
6516
6517 # type: =item
6518 #. type: =item
6519 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
6520 msgid "C<AUG_SAVE_BACKUP> = 1"
6521 msgstr ""
6522
6523 # type: textblock
6524 #. type: textblock
6525 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
6526 msgid "Keep the original file with a C<.augsave> extension."
6527 msgstr ""
6528
6529 # type: =item
6530 #. type: =item
6531 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
6532 msgid "C<AUG_SAVE_NEWFILE> = 2"
6533 msgstr ""
6534
6535 # type: textblock
6536 #. type: textblock
6537 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
6538 msgid ""
6539 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6540 "original.  Overrides C<AUG_SAVE_BACKUP>."
6541 msgstr ""
6542
6543 # type: =item
6544 #. type: =item
6545 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
6546 msgid "C<AUG_TYPE_CHECK> = 4"
6547 msgstr ""
6548
6549 # type: textblock
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
6552 msgid "Typecheck lenses (can be expensive)."
6553 msgstr ""
6554
6555 # type: =item
6556 #. type: =item
6557 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
6558 msgid "C<AUG_NO_STDINC> = 8"
6559 msgstr ""
6560
6561 # type: textblock
6562 #. type: textblock
6563 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
6564 msgid "Do not use standard load path for modules."
6565 msgstr ""
6566
6567 # type: =item
6568 #. type: =item
6569 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
6570 msgid "C<AUG_SAVE_NOOP> = 16"
6571 msgstr ""
6572
6573 # type: textblock
6574 #. type: textblock
6575 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
6576 msgid "Make save a no-op, just record what would have been changed."
6577 msgstr ""
6578
6579 # type: =item
6580 #. type: =item
6581 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
6582 msgid "C<AUG_NO_LOAD> = 32"
6583 msgstr ""
6584
6585 # type: textblock
6586 #. type: textblock
6587 #: ../src/guestfs-actions.pod:400
6588 msgid "Do not load the tree in C<guestfs_aug_init>."
6589 msgstr ""
6590
6591 # type: textblock
6592 #. type: textblock
6593 #: ../src/guestfs-actions.pod:404
6594 msgid "To close the handle, you can call C<guestfs_aug_close>."
6595 msgstr ""
6596
6597 # type: textblock
6598 #. type: textblock
6599 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
6600 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6601 msgstr ""
6602
6603 # type: =head2
6604 #. type: =head2
6605 #: ../src/guestfs-actions.pod:412
6606 msgid "guestfs_aug_insert"
6607 msgstr ""
6608
6609 # type: verbatim
6610 #. type: verbatim
6611 #: ../src/guestfs-actions.pod:414
6612 #, no-wrap
6613 msgid ""
6614 " int\n"
6615 " guestfs_aug_insert (guestfs_h *g,\n"
6616 "                     const char *augpath,\n"
6617 "                     const char *label,\n"
6618 "                     int before);\n"
6619 "\n"
6620 msgstr ""
6621
6622 # type: textblock
6623 #. type: textblock
6624 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
6625 msgid ""
6626 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6627 "or after C<path> (depending on the boolean flag C<before>)."
6628 msgstr ""
6629
6630 # type: textblock
6631 #. type: textblock
6632 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
6633 msgid ""
6634 "C<path> must match exactly one existing node in the tree, and C<label> must "
6635 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6636 msgstr ""
6637
6638 # type: =head2
6639 #. type: =head2
6640 #: ../src/guestfs-actions.pod:432
6641 msgid "guestfs_aug_load"
6642 msgstr ""
6643
6644 # type: verbatim
6645 #. type: verbatim
6646 #: ../src/guestfs-actions.pod:434
6647 #, no-wrap
6648 msgid ""
6649 " int\n"
6650 " guestfs_aug_load (guestfs_h *g);\n"
6651 "\n"
6652 msgstr ""
6653
6654 # type: textblock
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
6657 msgid "Load files into the tree."
6658 msgstr ""
6659
6660 # type: textblock
6661 #. type: textblock
6662 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
6663 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6664 msgstr ""
6665
6666 # type: =head2
6667 #. type: =head2
6668 #: ../src/guestfs-actions.pod:446
6669 msgid "guestfs_aug_ls"
6670 msgstr ""
6671
6672 # type: verbatim
6673 #. type: verbatim
6674 #: ../src/guestfs-actions.pod:448
6675 #, no-wrap
6676 msgid ""
6677 " char **\n"
6678 " guestfs_aug_ls (guestfs_h *g,\n"
6679 "                 const char *augpath);\n"
6680 "\n"
6681 msgstr ""
6682
6683 # type: textblock
6684 #. type: textblock
6685 #: ../src/guestfs-actions.pod:452
6686 msgid ""
6687 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6688 "sorting the resulting nodes into alphabetical order."
6689 msgstr ""
6690
6691 # type: textblock
6692 #. type: textblock
6693 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471
6694 #: ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065
6695 #: ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375
6696 #: ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497
6697 #: ../src/guestfs-actions.pod:1743 ../src/guestfs-actions.pod:2175
6698 #: ../src/guestfs-actions.pod:2191 ../src/guestfs-actions.pod:2210
6699 #: ../src/guestfs-actions.pod:2253 ../src/guestfs-actions.pod:2277
6700 #: ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2397
6701 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2819
6702 #: ../src/guestfs-actions.pod:3034 ../src/guestfs-actions.pod:3319
6703 #: ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3486
6704 #: ../src/guestfs-actions.pod:3891 ../src/guestfs-actions.pod:4577
6705 #: ../src/guestfs-actions.pod:5106 ../src/guestfs-actions.pod:5232
6706 #: ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5997
6707 #: ../src/guestfs-actions.pod:6058 ../src/guestfs-actions.pod:6113
6708 #: ../src/guestfs-actions.pod:6259 ../src/guestfs-actions.pod:6283
6709 #: ../src/guestfs-actions.pod:6765 ../src/guestfs-actions.pod:6785
6710 #: ../src/guestfs-actions.pod:6832 ../src/guestfs-actions.pod:6997
6711 #: ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7101
6712 #: ../src/guestfs-actions.pod:7120 ../src/guestfs-actions.pod:7166
6713 #: ../src/guestfs-actions.pod:7185
6714 msgid ""
6715 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6716 ">), or NULL if there was an error.  I<The caller must free the strings and "
6717 "the array after use>."
6718 msgstr ""
6719
6720 # type: textblock
6721 #. type: textblock
6722 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
6723 #: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
6724 #: ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:3143
6725 #: ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3782
6726 #: ../src/guestfs-actions.pod:3969 ../src/guestfs-actions.pod:4002
6727 #: ../src/guestfs-actions.pod:4165 ../src/guestfs-actions.pod:4581
6728 #: ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:5425
6729 #: ../src/guestfs-actions.pod:5439 ../src/guestfs-actions.pod:5451
6730 #: ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:6497
6731 #: ../src/guestfs-actions.pod:6510 ../src/guestfs-actions.pod:6749
6732 #: ../src/guestfs-actions.pod:6985
6733 msgid "(Added in 0.8)"
6734 msgstr ""
6735
6736 # type: =head2
6737 #. type: =head2
6738 #: ../src/guestfs-actions.pod:461
6739 msgid "guestfs_aug_match"
6740 msgstr ""
6741
6742 # type: verbatim
6743 #. type: verbatim
6744 #: ../src/guestfs-actions.pod:463
6745 #, no-wrap
6746 msgid ""
6747 " char **\n"
6748 " guestfs_aug_match (guestfs_h *g,\n"
6749 "                    const char *augpath);\n"
6750 "\n"
6751 msgstr ""
6752
6753 # type: textblock
6754 #. type: textblock
6755 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
6756 msgid ""
6757 "Returns a list of paths which match the path expression C<path>.  The "
6758 "returned paths are sufficiently qualified so that they match exactly one "
6759 "node in the current tree."
6760 msgstr ""
6761
6762 # type: =head2
6763 #. type: =head2
6764 #: ../src/guestfs-actions.pod:477
6765 msgid "guestfs_aug_mv"
6766 msgstr ""
6767
6768 # type: verbatim
6769 #. type: verbatim
6770 #: ../src/guestfs-actions.pod:479
6771 #, no-wrap
6772 msgid ""
6773 " int\n"
6774 " guestfs_aug_mv (guestfs_h *g,\n"
6775 "                 const char *src,\n"
6776 "                 const char *dest);\n"
6777 "\n"
6778 msgstr ""
6779
6780 # type: textblock
6781 #. type: textblock
6782 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
6783 msgid ""
6784 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6785 "C<dest> is overwritten if it exists."
6786 msgstr ""
6787
6788 # type: =head2
6789 #. type: =head2
6790 #: ../src/guestfs-actions.pod:491
6791 msgid "guestfs_aug_rm"
6792 msgstr ""
6793
6794 # type: verbatim
6795 #. type: verbatim
6796 #: ../src/guestfs-actions.pod:493
6797 #, no-wrap
6798 msgid ""
6799 " int\n"
6800 " guestfs_aug_rm (guestfs_h *g,\n"
6801 "                 const char *augpath);\n"
6802 "\n"
6803 msgstr ""
6804
6805 # type: textblock
6806 #. type: textblock
6807 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
6808 msgid "Remove C<path> and all of its children."
6809 msgstr ""
6810
6811 # type: textblock
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
6814 msgid "On success this returns the number of entries which were removed."
6815 msgstr ""
6816
6817 # type: =head2
6818 #. type: =head2
6819 #: ../src/guestfs-actions.pod:505
6820 msgid "guestfs_aug_save"
6821 msgstr ""
6822
6823 # type: verbatim
6824 #. type: verbatim
6825 #: ../src/guestfs-actions.pod:507
6826 #, no-wrap
6827 msgid ""
6828 " int\n"
6829 " guestfs_aug_save (guestfs_h *g);\n"
6830 "\n"
6831 msgstr ""
6832
6833 # type: textblock
6834 #. type: textblock
6835 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
6836 msgid "This writes all pending changes to disk."
6837 msgstr ""
6838
6839 # type: textblock
6840 #. type: textblock
6841 #: ../src/guestfs-actions.pod:512
6842 msgid ""
6843 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6844 "are saved."
6845 msgstr ""
6846
6847 # type: =head2
6848 #. type: =head2
6849 #: ../src/guestfs-actions.pod:519
6850 msgid "guestfs_aug_set"
6851 msgstr ""
6852
6853 # type: verbatim
6854 #. type: verbatim
6855 #: ../src/guestfs-actions.pod:521
6856 #, no-wrap
6857 msgid ""
6858 " int\n"
6859 " guestfs_aug_set (guestfs_h *g,\n"
6860 "                  const char *augpath,\n"
6861 "                  const char *val);\n"
6862 "\n"
6863 msgstr ""
6864
6865 # type: textblock
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
6868 msgid "Set the value associated with C<path> to C<val>."
6869 msgstr ""
6870
6871 # type: textblock
6872 #. type: textblock
6873 #: ../src/guestfs-actions.pod:528
6874 msgid ""
6875 "In the Augeas API, it is possible to clear a node by setting the value to "
6876 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6877 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6878 msgstr ""
6879
6880 # type: =head2
6881 #. type: =head2
6882 #: ../src/guestfs-actions.pod:537
6883 msgid "guestfs_available"
6884 msgstr ""
6885
6886 # type: verbatim
6887 #. type: verbatim
6888 #: ../src/guestfs-actions.pod:539
6889 #, no-wrap
6890 msgid ""
6891 " int\n"
6892 " guestfs_available (guestfs_h *g,\n"
6893 "                    char *const *groups);\n"
6894 "\n"
6895 msgstr ""
6896
6897 # type: textblock
6898 #. type: textblock
6899 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
6900 msgid ""
6901 "This command is used to check the availability of some groups of "
6902 "functionality in the appliance, which not all builds of the libguestfs "
6903 "appliance will be able to provide."
6904 msgstr ""
6905
6906 # type: textblock
6907 #. type: textblock
6908 #: ../src/guestfs-actions.pod:547
6909 msgid ""
6910 "The libguestfs groups, and the functions that those groups correspond to, "
6911 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6912 "runtime by calling C<guestfs_available_all_groups>."
6913 msgstr ""
6914
6915 # type: textblock
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
6918 msgid ""
6919 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6920 "\"]> would check for the availability of the Linux inotify functions and "
6921 "Augeas (configuration file editing) functions."
6922 msgstr ""
6923
6924 # type: textblock
6925 #. type: textblock
6926 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
6927 msgid "The command returns no error if I<all> requested groups are available."
6928 msgstr ""
6929
6930 # type: textblock
6931 #. type: textblock
6932 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
6933 msgid ""
6934 "It fails with an error if one or more of the requested groups is unavailable "
6935 "in the appliance."
6936 msgstr ""
6937
6938 # type: textblock
6939 #. type: textblock
6940 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
6941 msgid ""
6942 "If an unknown group name is included in the list of groups then an error is "
6943 "always returned."
6944 msgstr ""
6945
6946 # type: textblock
6947 #. type: textblock
6948 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
6949 msgid "I<Notes:>"
6950 msgstr ""
6951
6952 # type: textblock
6953 #. type: textblock
6954 #: ../src/guestfs-actions.pod:571
6955 msgid "You must call C<guestfs_launch> before calling this function."
6956 msgstr ""
6957
6958 # type: textblock
6959 #. type: textblock
6960 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6961 msgid ""
6962 "The reason is because we don't know what groups are supported by the "
6963 "appliance/daemon until it is running and can be queried."
6964 msgstr ""
6965
6966 # type: textblock
6967 #. type: textblock
6968 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6969 msgid ""
6970 "If a group of functions is available, this does not necessarily mean that "
6971 "they will work.  You still have to check for errors when calling individual "
6972 "API functions even if they are available."
6973 msgstr ""
6974
6975 # type: textblock
6976 #. type: textblock
6977 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6978 msgid ""
6979 "It is usually the job of distro packagers to build complete functionality "
6980 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6981 "with all requirements satisfied, will support everything."
6982 msgstr ""
6983
6984 # type: textblock
6985 #. type: textblock
6986 #: ../src/guestfs-actions.pod:593
6987 msgid ""
6988 "This call was added in version C<1.0.80>.  In previous versions of "
6989 "libguestfs all you could do would be to speculatively execute a command to "
6990 "find out if the daemon implemented it.  See also C<guestfs_version>."
6991 msgstr ""
6992
6993 # type: textblock
6994 #. type: textblock
6995 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6996 msgid "(Added in 1.0.80)"
6997 msgstr ""
6998
6999 # type: =head2
7000 #. type: =head2
7001 #: ../src/guestfs-actions.pod:604
7002 msgid "guestfs_available_all_groups"
7003 msgstr ""
7004
7005 # type: verbatim
7006 #. type: verbatim
7007 #: ../src/guestfs-actions.pod:606
7008 #, no-wrap
7009 msgid ""
7010 " char **\n"
7011 " guestfs_available_all_groups (guestfs_h *g);\n"
7012 "\n"
7013 msgstr ""
7014
7015 # type: textblock
7016 #. type: textblock
7017 #: ../src/guestfs-actions.pod:609
7018 msgid ""
7019 "This command returns a list of all optional groups that this daemon knows "
7020 "about.  Note this returns both supported and unsupported groups.  To find "
7021 "out which ones the daemon can actually support you have to call "
7022 "C<guestfs_available> on each member of the returned list."
7023 msgstr ""
7024
7025 # type: textblock
7026 #. type: textblock
7027 #: ../src/guestfs-actions.pod:615
7028 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7029 msgstr ""
7030
7031 # type: textblock
7032 #. type: textblock
7033 #: ../src/guestfs-actions.pod:621
7034 msgid "(Added in 1.3.15)"
7035 msgstr ""
7036
7037 # type: =head2
7038 #. type: =head2
7039 #: ../src/guestfs-actions.pod:623
7040 msgid "guestfs_base64_in"
7041 msgstr ""
7042
7043 # type: verbatim
7044 #. type: verbatim
7045 #: ../src/guestfs-actions.pod:625
7046 #, no-wrap
7047 msgid ""
7048 " int\n"
7049 " guestfs_base64_in (guestfs_h *g,\n"
7050 "                    const char *base64file,\n"
7051 "                    const char *filename);\n"
7052 "\n"
7053 msgstr ""
7054
7055 # type: textblock
7056 #. type: textblock
7057 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
7058 msgid ""
7059 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7060 msgstr ""
7061
7062 # type: textblock
7063 #. type: textblock
7064 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
7065 msgid "(Added in 1.3.5)"
7066 msgstr ""
7067
7068 # type: =head2
7069 #. type: =head2
7070 #: ../src/guestfs-actions.pod:637
7071 msgid "guestfs_base64_out"
7072 msgstr ""
7073
7074 # type: verbatim
7075 #. type: verbatim
7076 #: ../src/guestfs-actions.pod:639
7077 #, no-wrap
7078 msgid ""
7079 " int\n"
7080 " guestfs_base64_out (guestfs_h *g,\n"
7081 "                     const char *filename,\n"
7082 "                     const char *base64file);\n"
7083 "\n"
7084 msgstr ""
7085
7086 # type: textblock
7087 #. type: textblock
7088 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
7089 msgid ""
7090 "This command downloads the contents of C<filename>, writing it out to local "
7091 "file C<base64file> encoded as base64."
7092 msgstr ""
7093
7094 # type: =head2
7095 #. type: =head2
7096 #: ../src/guestfs-actions.pod:651
7097 msgid "guestfs_blockdev_flushbufs"
7098 msgstr ""
7099
7100 # type: verbatim
7101 #. type: verbatim
7102 #: ../src/guestfs-actions.pod:653
7103 #, no-wrap
7104 msgid ""
7105 " int\n"
7106 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7107 "                             const char *device);\n"
7108 "\n"
7109 msgstr ""
7110
7111 # type: textblock
7112 #. type: textblock
7113 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
7114 msgid ""
7115 "This tells the kernel to flush internal buffers associated with C<device>."
7116 msgstr ""
7117
7118 # type: textblock
7119 #. type: textblock
7120 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677
7121 #: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708
7122 #: ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745
7123 #: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777
7124 #: ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805
7125 #: ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452
7126 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471
7127 #: ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496
7128 #: ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515
7129 #: ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
7130 msgid "This uses the L<blockdev(8)> command."
7131 msgstr ""
7132
7133 # type: textblock
7134 #. type: textblock
7135 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681
7136 #: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712
7137 #: ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749
7138 #: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
7139 #: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
7140 msgid "(Added in 0.9.3)"
7141 msgstr ""
7142
7143 # type: =head2
7144 #. type: =head2
7145 #: ../src/guestfs-actions.pod:666
7146 msgid "guestfs_blockdev_getbsz"
7147 msgstr ""
7148
7149 # type: verbatim
7150 #. type: verbatim
7151 #: ../src/guestfs-actions.pod:668
7152 #, no-wrap
7153 msgid ""
7154 " int\n"
7155 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7156 "                          const char *device);\n"
7157 "\n"
7158 msgstr ""
7159
7160 # type: textblock
7161 #. type: textblock
7162 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
7163 msgid "This returns the block size of a device."
7164 msgstr ""
7165
7166 # type: textblock
7167 #. type: textblock
7168 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774
7169 #: ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
7170 msgid ""
7171 "(Note this is different from both I<size in blocks> and I<filesystem block "
7172 "size>)."
7173 msgstr ""
7174
7175 # type: =head2
7176 #. type: =head2
7177 #: ../src/guestfs-actions.pod:683
7178 msgid "guestfs_blockdev_getro"
7179 msgstr ""
7180
7181 # type: verbatim
7182 #. type: verbatim
7183 #: ../src/guestfs-actions.pod:685
7184 #, no-wrap
7185 msgid ""
7186 " int\n"
7187 " guestfs_blockdev_getro (guestfs_h *g,\n"
7188 "                         const char *device);\n"
7189 "\n"
7190 msgstr ""
7191
7192 # type: textblock
7193 #. type: textblock
7194 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
7195 msgid ""
7196 "Returns a boolean indicating if the block device is read-only (true if read-"
7197 "only, false if not)."
7198 msgstr ""
7199
7200 # type: textblock
7201 #. type: textblock
7202 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396
7203 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1888
7204 #: ../src/guestfs-actions.pod:1899 ../src/guestfs-actions.pod:1971
7205 #: ../src/guestfs-actions.pod:2026 ../src/guestfs-actions.pod:2041
7206 #: ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2089
7207 #: ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3065
7208 #: ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3094
7209 #: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3125
7210 #: ../src/guestfs-actions.pod:3141 ../src/guestfs-actions.pod:3155
7211 #: ../src/guestfs-actions.pod:3168 ../src/guestfs-actions.pod:3182
7212 #: ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3212
7213 #: ../src/guestfs-actions.pod:4735
7214 msgid "This function returns a C truth value on success or -1 on error."
7215 msgstr ""
7216
7217 # type: =head2
7218 #. type: =head2
7219 #: ../src/guestfs-actions.pod:698
7220 msgid "guestfs_blockdev_getsize64"
7221 msgstr ""
7222
7223 # type: verbatim
7224 #. type: verbatim
7225 #: ../src/guestfs-actions.pod:700
7226 #, no-wrap
7227 msgid ""
7228 " int64_t\n"
7229 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7230 "                             const char *device);\n"
7231 "\n"
7232 msgstr ""
7233
7234 # type: textblock
7235 #. type: textblock
7236 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
7237 msgid "This returns the size of the device in bytes."
7238 msgstr ""
7239
7240 # type: textblock
7241 #. type: textblock
7242 #: ../src/guestfs-actions.pod:706
7243 msgid "See also C<guestfs_blockdev_getsz>."
7244 msgstr ""
7245
7246 # type: =head2
7247 #. type: =head2
7248 #: ../src/guestfs-actions.pod:714
7249 msgid "guestfs_blockdev_getss"
7250 msgstr ""
7251
7252 # type: verbatim
7253 #. type: verbatim
7254 #: ../src/guestfs-actions.pod:716
7255 #, no-wrap
7256 msgid ""
7257 " int\n"
7258 " guestfs_blockdev_getss (guestfs_h *g,\n"
7259 "                         const char *device);\n"
7260 "\n"
7261 msgstr ""
7262
7263 # type: textblock
7264 #. type: textblock
7265 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
7266 msgid ""
7267 "This returns the size of sectors on a block device.  Usually 512, but can be "
7268 "larger for modern devices."
7269 msgstr ""
7270
7271 # type: textblock
7272 #. type: textblock
7273 #: ../src/guestfs-actions.pod:723
7274 msgid ""
7275 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7276 "that)."
7277 msgstr ""
7278
7279 # type: =head2
7280 #. type: =head2
7281 #: ../src/guestfs-actions.pod:732
7282 msgid "guestfs_blockdev_getsz"
7283 msgstr ""
7284
7285 # type: verbatim
7286 #. type: verbatim
7287 #: ../src/guestfs-actions.pod:734
7288 #, no-wrap
7289 msgid ""
7290 " int64_t\n"
7291 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7292 "                         const char *device);\n"
7293 "\n"
7294 msgstr ""
7295
7296 # type: textblock
7297 #. type: textblock
7298 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
7299 msgid ""
7300 "This returns the size of the device in units of 512-byte sectors (even if "
7301 "the sectorsize isn't 512 bytes ... weird)."
7302 msgstr ""
7303
7304 # type: textblock
7305 #. type: textblock
7306 #: ../src/guestfs-actions.pod:741
7307 msgid ""
7308 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7309 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7310 msgstr ""
7311
7312 # type: =head2
7313 #. type: =head2
7314 #: ../src/guestfs-actions.pod:751
7315 msgid "guestfs_blockdev_rereadpt"
7316 msgstr ""
7317
7318 # type: verbatim
7319 #. type: verbatim
7320 #: ../src/guestfs-actions.pod:753
7321 #, no-wrap
7322 msgid ""
7323 " int\n"
7324 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7325 "                            const char *device);\n"
7326 "\n"
7327 msgstr ""
7328
7329 # type: textblock
7330 #. type: textblock
7331 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
7332 msgid "Reread the partition table on C<device>."
7333 msgstr ""
7334
7335 # type: =head2
7336 #. type: =head2
7337 #: ../src/guestfs-actions.pod:765
7338 msgid "guestfs_blockdev_setbsz"
7339 msgstr ""
7340
7341 # type: verbatim
7342 #. type: verbatim
7343 #: ../src/guestfs-actions.pod:767
7344 #, no-wrap
7345 msgid ""
7346 " int\n"
7347 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7348 "                          const char *device,\n"
7349 "                          int blocksize);\n"
7350 "\n"
7351 msgstr ""
7352
7353 # type: textblock
7354 #. type: textblock
7355 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
7356 msgid "This sets the block size of a device."
7357 msgstr ""
7358
7359 # type: =head2
7360 #. type: =head2
7361 #: ../src/guestfs-actions.pod:783
7362 msgid "guestfs_blockdev_setro"
7363 msgstr ""
7364
7365 # type: verbatim
7366 #. type: verbatim
7367 #: ../src/guestfs-actions.pod:785
7368 #, no-wrap
7369 msgid ""
7370 " int\n"
7371 " guestfs_blockdev_setro (guestfs_h *g,\n"
7372 "                         const char *device);\n"
7373 "\n"
7374 msgstr ""
7375
7376 # type: textblock
7377 #. type: textblock
7378 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
7379 msgid "Sets the block device named C<device> to read-only."
7380 msgstr ""
7381
7382 # type: =head2
7383 #. type: =head2
7384 #: ../src/guestfs-actions.pod:797
7385 msgid "guestfs_blockdev_setrw"
7386 msgstr ""
7387
7388 # type: verbatim
7389 #. type: verbatim
7390 #: ../src/guestfs-actions.pod:799
7391 #, no-wrap
7392 msgid ""
7393 " int\n"
7394 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7395 "                         const char *device);\n"
7396 "\n"
7397 msgstr ""
7398
7399 # type: textblock
7400 #. type: textblock
7401 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
7402 msgid "Sets the block device named C<device> to read-write."
7403 msgstr ""
7404
7405 # type: =head2
7406 #. type: =head2
7407 #: ../src/guestfs-actions.pod:811
7408 msgid "guestfs_case_sensitive_path"
7409 msgstr ""
7410
7411 # type: verbatim
7412 #. type: verbatim
7413 #: ../src/guestfs-actions.pod:813
7414 #, no-wrap
7415 msgid ""
7416 " char *\n"
7417 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7418 "                              const char *path);\n"
7419 "\n"
7420 msgstr ""
7421
7422 # type: textblock
7423 #. type: textblock
7424 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
7425 msgid ""
7426 "This can be used to resolve case insensitive paths on a filesystem which is "
7427 "case sensitive.  The use case is to resolve paths which you have read from "
7428 "Windows configuration files or the Windows Registry, to the true path."
7429 msgstr ""
7430
7431 # type: textblock
7432 #. type: textblock
7433 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
7434 msgid ""
7435 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7436 "(and probably others), which is that although the underlying filesystem is "
7437 "case-insensitive, the driver exports the filesystem to Linux as case-"
7438 "sensitive."
7439 msgstr ""
7440
7441 # type: textblock
7442 #. type: textblock
7443 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
7444 msgid ""
7445 "One consequence of this is that special directories such as C<c:\\windows> "
7446 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7447 "precise details of how they were created.  In Windows itself this would not "
7448 "be a problem."
7449 msgstr ""
7450
7451 # type: textblock
7452 #. type: textblock
7453 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
7454 msgid ""
7455 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7456 "#posixfilenames1>"
7457 msgstr ""
7458
7459 # type: textblock
7460 #. type: textblock
7461 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
7462 msgid ""
7463 "This function resolves the true case of each element in the path and returns "
7464 "the case-sensitive path."
7465 msgstr ""
7466
7467 # type: textblock
7468 #. type: textblock
7469 #: ../src/guestfs-actions.pod:839
7470 msgid ""
7471 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7472 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7473 "how the directories were originally created under Windows)."
7474 msgstr ""
7475
7476 # type: textblock
7477 #. type: textblock
7478 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
7479 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7480 msgstr ""
7481
7482 # type: textblock
7483 #. type: textblock
7484 #: ../src/guestfs-actions.pod:847
7485 msgid "See also C<guestfs_realpath>."
7486 msgstr ""
7487
7488 # type: textblock
7489 #. type: textblock
7490 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6677
7491 msgid "(Added in 1.0.75)"
7492 msgstr ""
7493
7494 # type: =head2
7495 #. type: =head2
7496 #: ../src/guestfs-actions.pod:854
7497 msgid "guestfs_cat"
7498 msgstr ""
7499
7500 # type: verbatim
7501 #. type: verbatim
7502 #: ../src/guestfs-actions.pod:856
7503 #, no-wrap
7504 msgid ""
7505 " char *\n"
7506 " guestfs_cat (guestfs_h *g,\n"
7507 "              const char *path);\n"
7508 "\n"
7509 msgstr ""
7510
7511 # type: textblock
7512 #. type: textblock
7513 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5222
7514 #: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3474
7515 msgid "Return the contents of the file named C<path>."
7516 msgstr ""
7517
7518 # type: textblock
7519 #. type: textblock
7520 #: ../src/guestfs-actions.pod:862
7521 msgid ""
7522 "Note that this function cannot correctly handle binary files (specifically, "
7523 "files containing C<\\0> character which is treated as end of string).  For "
7524 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7525 "functions which have a more complex interface."
7526 msgstr ""
7527
7528 # type: textblock
7529 #. type: textblock
7530 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049
7531 #: ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360
7532 #: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482
7533 #: ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1747
7534 #: ../src/guestfs-actions.pod:2195 ../src/guestfs-actions.pod:2214
7535 #: ../src/guestfs-actions.pod:2257 ../src/guestfs-actions.pod:2281
7536 #: ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2327
7537 #: ../src/guestfs-actions.pod:5004 ../src/guestfs-actions.pod:5030
7538 #: ../src/guestfs-actions.pod:5161 ../src/guestfs-actions.pod:5187
7539 #: ../src/guestfs-actions.pod:5211 ../src/guestfs-actions.pod:6062
7540 #: ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6263
7541 #: ../src/guestfs-actions.pod:6287 ../src/guestfs-actions.pod:6949
7542 #: ../src/guestfs-actions.pod:6975 ../src/guestfs-actions.pod:7001
7543 #: ../src/guestfs-actions.pod:7020 ../src/guestfs-actions.pod:7105
7544 #: ../src/guestfs-actions.pod:7124 ../src/guestfs-actions.pod:7170
7545 #: ../src/guestfs-actions.pod:7189 ../fish/guestfish-actions.pod:580
7546 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727
7547 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913
7548 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990
7549 #: ../fish/guestfish-actions.pod:1182 ../fish/guestfish-actions.pod:1477
7550 #: ../fish/guestfish-actions.pod:1487 ../fish/guestfish-actions.pod:1515
7551 #: ../fish/guestfish-actions.pod:1530 ../fish/guestfish-actions.pod:1540
7552 #: ../fish/guestfish-actions.pod:1559 ../fish/guestfish-actions.pod:3344
7553 #: ../fish/guestfish-actions.pod:3359 ../fish/guestfish-actions.pod:3435
7554 #: ../fish/guestfish-actions.pod:3452 ../fish/guestfish-actions.pod:3467
7555 #: ../fish/guestfish-actions.pod:4050 ../fish/guestfish-actions.pod:4096
7556 #: ../fish/guestfish-actions.pod:4181 ../fish/guestfish-actions.pod:4196
7557 #: ../fish/guestfish-actions.pod:4606 ../fish/guestfish-actions.pod:4624
7558 #: ../fish/guestfish-actions.pod:4641 ../fish/guestfish-actions.pod:4651
7559 #: ../fish/guestfish-actions.pod:4699 ../fish/guestfish-actions.pod:4709
7560 #: ../fish/guestfish-actions.pod:4738 ../fish/guestfish-actions.pod:4748
7561 msgid ""
7562 "Because of the message protocol, there is a transfer limit of somewhere "
7563 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7564 msgstr ""
7565
7566 # type: textblock
7567 #. type: textblock
7568 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3323
7569 #: ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:3402
7570 #: ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3895
7571 #: ../src/guestfs-actions.pod:3909 ../src/guestfs-actions.pod:5110
7572 #: ../src/guestfs-actions.pod:5124 ../src/guestfs-actions.pod:6836
7573 #: ../src/guestfs-actions.pod:6850
7574 msgid "(Added in 0.4)"
7575 msgstr ""
7576
7577 # type: =head2
7578 #. type: =head2
7579 #: ../src/guestfs-actions.pod:875
7580 msgid "guestfs_checksum"
7581 msgstr ""
7582
7583 # type: verbatim
7584 #. type: verbatim
7585 #: ../src/guestfs-actions.pod:877
7586 #, no-wrap
7587 msgid ""
7588 " char *\n"
7589 " guestfs_checksum (guestfs_h *g,\n"
7590 "                   const char *csumtype,\n"
7591 "                   const char *path);\n"
7592 "\n"
7593 msgstr ""
7594
7595 # type: textblock
7596 #. type: textblock
7597 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
7598 msgid ""
7599 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7600 msgstr ""
7601
7602 # type: textblock
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
7605 msgid ""
7606 "The type of checksum to compute is given by the C<csumtype> parameter which "
7607 "must have one of the following values:"
7608 msgstr ""
7609
7610 # type: =item
7611 #. type: =item
7612 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
7613 msgid "C<crc>"
7614 msgstr ""
7615
7616 # type: textblock
7617 #. type: textblock
7618 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
7619 msgid ""
7620 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7621 "C<cksum> command."
7622 msgstr ""
7623
7624 # type: =item
7625 #. type: =item
7626 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
7627 msgid "C<md5>"
7628 msgstr ""
7629
7630 # type: textblock
7631 #. type: textblock
7632 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
7633 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7634 msgstr ""
7635
7636 # type: =item
7637 #. type: =item
7638 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
7639 msgid "C<sha1>"
7640 msgstr ""
7641
7642 # type: textblock
7643 #. type: textblock
7644 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
7645 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7646 msgstr ""
7647
7648 # type: =item
7649 #. type: =item
7650 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
7651 msgid "C<sha224>"
7652 msgstr ""
7653
7654 # type: textblock
7655 #. type: textblock
7656 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
7657 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7658 msgstr ""
7659
7660 # type: =item
7661 #. type: =item
7662 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
7663 msgid "C<sha256>"
7664 msgstr ""
7665
7666 # type: textblock
7667 #. type: textblock
7668 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
7669 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7670 msgstr ""
7671
7672 # type: =item
7673 #. type: =item
7674 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
7675 msgid "C<sha384>"
7676 msgstr ""
7677
7678 # type: textblock
7679 #. type: textblock
7680 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
7681 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7682 msgstr ""
7683
7684 # type: =item
7685 #. type: =item
7686 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
7687 msgid "C<sha512>"
7688 msgstr ""
7689
7690 # type: textblock
7691 #. type: textblock
7692 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
7693 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7694 msgstr ""
7695
7696 # type: textblock
7697 #. type: textblock
7698 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
7699 msgid "The checksum is returned as a printable string."
7700 msgstr ""
7701
7702 # type: textblock
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:923
7705 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7706 msgstr ""
7707
7708 # type: textblock
7709 #. type: textblock
7710 #: ../src/guestfs-actions.pod:925
7711 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7712 msgstr ""
7713
7714 # type: textblock
7715 #. type: textblock
7716 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238
7717 #: ../src/guestfs-actions.pod:2057 ../src/guestfs-actions.pod:3067
7718 #: ../src/guestfs-actions.pod:3096 ../src/guestfs-actions.pod:3157
7719 #: ../src/guestfs-actions.pod:3184 ../src/guestfs-actions.pod:6533
7720 msgid "(Added in 1.0.2)"
7721 msgstr ""
7722
7723 # type: =head2
7724 #. type: =head2
7725 #: ../src/guestfs-actions.pod:932
7726 msgid "guestfs_checksum_device"
7727 msgstr ""
7728
7729 # type: verbatim
7730 #. type: verbatim
7731 #: ../src/guestfs-actions.pod:934
7732 #, no-wrap
7733 msgid ""
7734 " char *\n"
7735 " guestfs_checksum_device (guestfs_h *g,\n"
7736 "                          const char *csumtype,\n"
7737 "                          const char *device);\n"
7738 "\n"
7739 msgstr ""
7740
7741 # type: textblock
7742 #. type: textblock
7743 #: ../src/guestfs-actions.pod:939
7744 msgid ""
7745 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7746 "device named C<device>.  For the types of checksums supported see the "
7747 "C<guestfs_checksum> command."
7748 msgstr ""
7749
7750 # type: textblock
7751 #. type: textblock
7752 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4641
7753 #: ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:4737
7754 #: ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4931
7755 #: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6456
7756 #: ../src/guestfs-actions.pod:6862
7757 msgid "(Added in 1.3.2)"
7758 msgstr ""
7759
7760 # type: =head2
7761 #. type: =head2
7762 #: ../src/guestfs-actions.pod:948
7763 msgid "guestfs_checksums_out"
7764 msgstr ""
7765
7766 # type: verbatim
7767 #. type: verbatim
7768 #: ../src/guestfs-actions.pod:950
7769 #, no-wrap
7770 msgid ""
7771 " int\n"
7772 " guestfs_checksums_out (guestfs_h *g,\n"
7773 "                        const char *csumtype,\n"
7774 "                        const char *directory,\n"
7775 "                        const char *sumsfile);\n"
7776 "\n"
7777 msgstr ""
7778
7779 # type: textblock
7780 #. type: textblock
7781 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
7782 msgid ""
7783 "This command computes the checksums of all regular files in C<directory> and "
7784 "then emits a list of those checksums to the local output file C<sumsfile>."
7785 msgstr ""
7786
7787 # type: textblock
7788 #. type: textblock
7789 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
7790 msgid ""
7791 "This can be used for verifying the integrity of a virtual machine.  However "
7792 "to be properly secure you should pay attention to the output of the checksum "
7793 "command (it uses the ones from GNU coreutils).  In particular when the "
7794 "filename is not printable, coreutils uses a special backslash syntax.  For "
7795 "more information, see the GNU coreutils info file."
7796 msgstr ""
7797
7798 # type: textblock
7799 #. type: textblock
7800 #: ../src/guestfs-actions.pod:970
7801 msgid "(Added in 1.3.7)"
7802 msgstr ""
7803
7804 # type: =head2
7805 #. type: =head2
7806 #: ../src/guestfs-actions.pod:972
7807 msgid "guestfs_chmod"
7808 msgstr ""
7809
7810 # type: verbatim
7811 #. type: verbatim
7812 #: ../src/guestfs-actions.pod:974
7813 #, no-wrap
7814 msgid ""
7815 " int\n"
7816 " guestfs_chmod (guestfs_h *g,\n"
7817 "                int mode,\n"
7818 "                const char *path);\n"
7819 "\n"
7820 msgstr ""
7821
7822 # type: textblock
7823 #. type: textblock
7824 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
7825 msgid ""
7826 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7827 "supported."
7828 msgstr ""
7829
7830 # type: textblock
7831 #. type: textblock
7832 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
7833 msgid ""
7834 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7835 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7836 "C<700>."
7837 msgstr ""
7838
7839 # type: textblock
7840 #. type: textblock
7841 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4146
7842 #: ../src/guestfs-actions.pod:4331 ../src/guestfs-actions.pod:4350
7843 #: ../src/guestfs-actions.pod:4369 ../fish/guestfish-actions.pod:669
7844 #: ../fish/guestfish-actions.pod:2792 ../fish/guestfish-actions.pod:2910
7845 #: ../fish/guestfish-actions.pod:2920 ../fish/guestfish-actions.pod:2930
7846 msgid "The mode actually set is affected by the umask."
7847 msgstr ""
7848
7849 # type: =head2
7850 #. type: =head2
7851 #: ../src/guestfs-actions.pod:992
7852 msgid "guestfs_chown"
7853 msgstr ""
7854
7855 # type: verbatim
7856 #. type: verbatim
7857 #: ../src/guestfs-actions.pod:994
7858 #, no-wrap
7859 msgid ""
7860 " int\n"
7861 " guestfs_chown (guestfs_h *g,\n"
7862 "                int owner,\n"
7863 "                int group,\n"
7864 "                const char *path);\n"
7865 "\n"
7866 msgstr ""
7867
7868 # type: textblock
7869 #. type: textblock
7870 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
7871 msgid "Change the file owner to C<owner> and group to C<group>."
7872 msgstr ""
7873
7874 # type: textblock
7875 #. type: textblock
7876 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3254
7877 #: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2250
7878 msgid ""
7879 "Only numeric uid and gid are supported.  If you want to use names, you will "
7880 "need to locate and parse the password file yourself (Augeas support makes "
7881 "this relatively easy)."
7882 msgstr ""
7883
7884 # type: =head2
7885 #. type: =head2
7886 #: ../src/guestfs-actions.pod:1010
7887 msgid "guestfs_command"
7888 msgstr ""
7889
7890 # type: verbatim
7891 #. type: verbatim
7892 #: ../src/guestfs-actions.pod:1012
7893 #, no-wrap
7894 msgid ""
7895 " char *\n"
7896 " guestfs_command (guestfs_h *g,\n"
7897 "                  char *const *arguments);\n"
7898 "\n"
7899 msgstr ""
7900
7901 # type: textblock
7902 #. type: textblock
7903 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
7904 msgid ""
7905 "This call runs a command from the guest filesystem.  The filesystem must be "
7906 "mounted, and must contain a compatible operating system (ie. something "
7907 "Linux, with the same or compatible processor architecture)."
7908 msgstr ""
7909
7910 # type: textblock
7911 #. type: textblock
7912 #: ../src/guestfs-actions.pod:1021
7913 msgid ""
7914 "The single parameter is an argv-style list of arguments.  The first element "
7915 "is the name of the program to run.  Subsequent elements are parameters.  The "
7916 "list must be non-empty (ie. must contain a program name).  Note that the "
7917 "command runs directly, and is I<not> invoked via the shell (see "
7918 "C<guestfs_sh>)."
7919 msgstr ""
7920
7921 # type: textblock
7922 #. type: textblock
7923 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
7924 msgid "The return value is anything printed to I<stdout> by the command."
7925 msgstr ""
7926
7927 # type: textblock
7928 #. type: textblock
7929 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
7930 msgid ""
7931 "If the command returns a non-zero exit status, then this function returns an "
7932 "error message.  The error message string is the content of I<stderr> from "
7933 "the command."
7934 msgstr ""
7935
7936 # type: textblock
7937 #. type: textblock
7938 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
7939 msgid ""
7940 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7941 "bin>.  If you require a program from another location, you should provide "
7942 "the full path in the first parameter."
7943 msgstr ""
7944
7945 # type: textblock
7946 #. type: textblock
7947 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
7948 msgid ""
7949 "Shared libraries and data files required by the program must be available on "
7950 "filesystems which are mounted in the correct places.  It is the caller's "
7951 "responsibility to ensure all filesystems that are needed are mounted at the "
7952 "right locations."
7953 msgstr ""
7954
7955 # type: textblock
7956 #. type: textblock
7957 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072
7958 #: ../src/guestfs-actions.pod:1532
7959 msgid "(Added in 0.9.1)"
7960 msgstr ""
7961
7962 # type: =head2
7963 #. type: =head2
7964 #: ../src/guestfs-actions.pod:1054
7965 msgid "guestfs_command_lines"
7966 msgstr ""
7967
7968 # type: verbatim
7969 #. type: verbatim
7970 #: ../src/guestfs-actions.pod:1056
7971 #, no-wrap
7972 msgid ""
7973 " char **\n"
7974 " guestfs_command_lines (guestfs_h *g,\n"
7975 "                        char *const *arguments);\n"
7976 "\n"
7977 msgstr ""
7978
7979 # type: textblock
7980 #. type: textblock
7981 #: ../src/guestfs-actions.pod:1060
7982 msgid ""
7983 "This is the same as C<guestfs_command>, but splits the result into a list of "
7984 "lines."
7985 msgstr ""
7986
7987 # type: textblock
7988 #. type: textblock
7989 #: ../src/guestfs-actions.pod:1063
7990 msgid "See also: C<guestfs_sh_lines>"
7991 msgstr ""
7992
7993 # type: =head2
7994 #. type: =head2
7995 #: ../src/guestfs-actions.pod:1074
7996 msgid "guestfs_config"
7997 msgstr ""
7998
7999 # type: verbatim
8000 #. type: verbatim
8001 #: ../src/guestfs-actions.pod:1076
8002 #, no-wrap
8003 msgid ""
8004 " int\n"
8005 " guestfs_config (guestfs_h *g,\n"
8006 "                 const char *qemuparam,\n"
8007 "                 const char *qemuvalue);\n"
8008 "\n"
8009 msgstr ""
8010
8011 # type: textblock
8012 #. type: textblock
8013 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
8014 msgid ""
8015 "This can be used to add arbitrary qemu command line parameters of the form "
8016 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8017 "setting some parameters which would interfere with parameters that we use."
8018 msgstr ""
8019
8020 # type: textblock
8021 #. type: textblock
8022 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
8023 msgid "The first character of C<param> string must be a C<-> (dash)."
8024 msgstr ""
8025
8026 # type: textblock
8027 #. type: textblock
8028 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
8029 msgid "C<value> can be NULL."
8030 msgstr ""
8031
8032 # type: =head2
8033 #. type: =head2
8034 #: ../src/guestfs-actions.pod:1094
8035 msgid "guestfs_copy_size"
8036 msgstr ""
8037
8038 # type: verbatim
8039 #. type: verbatim
8040 #: ../src/guestfs-actions.pod:1096
8041 #, no-wrap
8042 msgid ""
8043 " int\n"
8044 " guestfs_copy_size (guestfs_h *g,\n"
8045 "                    const char *src,\n"
8046 "                    const char *dest,\n"
8047 "                    int64_t size);\n"
8048 "\n"
8049 msgstr ""
8050
8051 # type: textblock
8052 #. type: textblock
8053 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
8054 msgid ""
8055 "This command copies exactly C<size> bytes from one source device or file "
8056 "C<src> to another destination device or file C<dest>."
8057 msgstr ""
8058
8059 # type: textblock
8060 #. type: textblock
8061 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
8062 msgid ""
8063 "Note this will fail if the source is too short or if the destination is not "
8064 "large enough."
8065 msgstr ""
8066
8067 # type: textblock
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233
8070 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1681
8071 #: ../src/guestfs-actions.pod:1703 ../src/guestfs-actions.pod:6528
8072 #: ../src/guestfs-actions.pod:6562 ../src/guestfs-actions.pod:7041
8073 #: ../src/guestfs-actions.pod:7060
8074 msgid ""
8075 "This long-running command can generate progress notification messages so "
8076 "that the caller can display a progress bar or indicator.  To receive these "
8077 "messages, the caller must register a progress callback.  See L<guestfs(3)/"
8078 "guestfs_set_progress_callback>."
8079 msgstr ""
8080
8081 # type: textblock
8082 #. type: textblock
8083 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3922
8084 #: ../src/guestfs-actions.pod:5137 ../src/guestfs-actions.pod:6769
8085 #: ../src/guestfs-actions.pod:6789 ../src/guestfs-actions.pod:6875
8086 msgid "(Added in 1.0.87)"
8087 msgstr ""
8088
8089 # type: =head2
8090 #. type: =head2
8091 #: ../src/guestfs-actions.pod:1117
8092 msgid "guestfs_cp"
8093 msgstr ""
8094
8095 # type: verbatim
8096 #. type: verbatim
8097 #: ../src/guestfs-actions.pod:1119
8098 #, no-wrap
8099 msgid ""
8100 " int\n"
8101 " guestfs_cp (guestfs_h *g,\n"
8102 "             const char *src,\n"
8103 "             const char *dest);\n"
8104 "\n"
8105 msgstr ""
8106
8107 # type: textblock
8108 #. type: textblock
8109 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
8110 msgid ""
8111 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8112 "destination filename or destination directory."
8113 msgstr ""
8114
8115 # type: textblock
8116 #. type: textblock
8117 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143
8118 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289
8119 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4595
8120 #: ../src/guestfs-actions.pod:4981
8121 msgid "(Added in 1.0.18)"
8122 msgstr ""
8123
8124 # type: =head2
8125 #. type: =head2
8126 #: ../src/guestfs-actions.pod:1131
8127 msgid "guestfs_cp_a"
8128 msgstr ""
8129
8130 # type: verbatim
8131 #. type: verbatim
8132 #: ../src/guestfs-actions.pod:1133
8133 #, no-wrap
8134 msgid ""
8135 " int\n"
8136 " guestfs_cp_a (guestfs_h *g,\n"
8137 "               const char *src,\n"
8138 "               const char *dest);\n"
8139 "\n"
8140 msgstr ""
8141
8142 # type: textblock
8143 #. type: textblock
8144 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
8145 msgid ""
8146 "This copies a file or directory from C<src> to C<dest> recursively using the "
8147 "C<cp -a> command."
8148 msgstr ""
8149
8150 # type: =head2
8151 #. type: =head2
8152 #: ../src/guestfs-actions.pod:1145
8153 msgid "guestfs_dd"
8154 msgstr ""
8155
8156 # type: verbatim
8157 #. type: verbatim
8158 #: ../src/guestfs-actions.pod:1147
8159 #, no-wrap
8160 msgid ""
8161 " int\n"
8162 " guestfs_dd (guestfs_h *g,\n"
8163 "             const char *src,\n"
8164 "             const char *dest);\n"
8165 "\n"
8166 msgstr ""
8167
8168 # type: textblock
8169 #. type: textblock
8170 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
8171 msgid ""
8172 "This command copies from one source device or file C<src> to another "
8173 "destination device or file C<dest>.  Normally you would use this to copy to "
8174 "or from a device or partition, for example to duplicate a filesystem."
8175 msgstr ""
8176
8177 # type: textblock
8178 #. type: textblock
8179 #: ../src/guestfs-actions.pod:1157
8180 msgid ""
8181 "If the destination is a device, it must be as large or larger than the "
8182 "source file or device, otherwise the copy will fail.  This command cannot do "
8183 "partial copies (see C<guestfs_copy_size>)."
8184 msgstr ""
8185
8186 # type: =head2
8187 #. type: =head2
8188 #: ../src/guestfs-actions.pod:1165
8189 msgid "guestfs_df"
8190 msgstr ""
8191
8192 # type: verbatim
8193 #. type: verbatim
8194 #: ../src/guestfs-actions.pod:1167
8195 #, no-wrap
8196 msgid ""
8197 " char *\n"
8198 " guestfs_df (guestfs_h *g);\n"
8199 "\n"
8200 msgstr ""
8201
8202 # type: textblock
8203 #. type: textblock
8204 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
8205 msgid "This command runs the C<df> command to report disk space used."
8206 msgstr ""
8207
8208 # type: textblock
8209 #. type: textblock
8210 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
8211 msgid ""
8212 "This command is mostly useful for interactive sessions.  It is I<not> "
8213 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8214 "from programs."
8215 msgstr ""
8216
8217 # type: textblock
8218 #. type: textblock
8219 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196
8220 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2260
8221 #: ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2352
8222 #: ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4495
8223 #: ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6290
8224 #: ../src/guestfs-actions.pod:6908 ../src/guestfs-actions.pod:6921
8225 #: ../src/guestfs-actions.pod:6934
8226 msgid "(Added in 1.0.54)"
8227 msgstr ""
8228
8229 # type: =head2
8230 #. type: =head2
8231 #: ../src/guestfs-actions.pod:1181
8232 msgid "guestfs_df_h"
8233 msgstr ""
8234
8235 # type: verbatim
8236 #. type: verbatim
8237 #: ../src/guestfs-actions.pod:1183
8238 #, no-wrap
8239 msgid ""
8240 " char *\n"
8241 " guestfs_df_h (guestfs_h *g);\n"
8242 "\n"
8243 msgstr ""
8244
8245 # type: textblock
8246 #. type: textblock
8247 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
8248 msgid ""
8249 "This command runs the C<df -h> command to report disk space used in human-"
8250 "readable format."
8251 msgstr ""
8252
8253 # type: =head2
8254 #. type: =head2
8255 #: ../src/guestfs-actions.pod:1198
8256 msgid "guestfs_dmesg"
8257 msgstr ""
8258
8259 # type: verbatim
8260 #. type: verbatim
8261 #: ../src/guestfs-actions.pod:1200
8262 #, no-wrap
8263 msgid ""
8264 " char *\n"
8265 " guestfs_dmesg (guestfs_h *g);\n"
8266 "\n"
8267 msgstr ""
8268
8269 # type: textblock
8270 #. type: textblock
8271 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
8272 msgid ""
8273 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8274 "This is sometimes useful for extended debugging of problems."
8275 msgstr ""
8276
8277 # type: textblock
8278 #. type: textblock
8279 #: ../src/guestfs-actions.pod:1207
8280 msgid ""
8281 "Another way to get the same information is to enable verbose messages with "
8282 "C<guestfs_set_verbose> or by setting the environment variable "
8283 "C<LIBGUESTFS_DEBUG=1> before running the program."
8284 msgstr ""
8285
8286 # type: =head2
8287 #. type: =head2
8288 #: ../src/guestfs-actions.pod:1217
8289 msgid "guestfs_download"
8290 msgstr ""
8291
8292 # type: verbatim
8293 #. type: verbatim
8294 #: ../src/guestfs-actions.pod:1219
8295 #, no-wrap
8296 msgid ""
8297 " int\n"
8298 " guestfs_download (guestfs_h *g,\n"
8299 "                   const char *remotefilename,\n"
8300 "                   const char *filename);\n"
8301 "\n"
8302 msgstr ""
8303
8304 # type: textblock
8305 #. type: textblock
8306 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249
8307 #: ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
8308 msgid ""
8309 "Download file C<remotefilename> and save it as C<filename> on the local "
8310 "machine."
8311 msgstr ""
8312
8313 # type: textblock
8314 #. type: textblock
8315 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6522
8316 #: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4354
8317 msgid "C<filename> can also be a named pipe."
8318 msgstr ""
8319
8320 # type: textblock
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1229
8323 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8324 msgstr ""
8325
8326 # type: =head2
8327 #. type: =head2
8328 #: ../src/guestfs-actions.pod:1240
8329 msgid "guestfs_download_offset"
8330 msgstr ""
8331
8332 # type: verbatim
8333 #. type: verbatim
8334 #: ../src/guestfs-actions.pod:1242
8335 #, no-wrap
8336 msgid ""
8337 " int\n"
8338 " guestfs_download_offset (guestfs_h *g,\n"
8339 "                          const char *remotefilename,\n"
8340 "                          const char *filename,\n"
8341 "                          int64_t offset,\n"
8342 "                          int64_t size);\n"
8343 "\n"
8344 msgstr ""
8345
8346 # type: textblock
8347 #. type: textblock
8348 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
8349 msgid ""
8350 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8351 "region must be within the file or device)."
8352 msgstr ""
8353
8354 # type: textblock
8355 #. type: textblock
8356 #: ../src/guestfs-actions.pod:1255
8357 msgid ""
8358 "Note that there is no limit on the amount of data that can be downloaded "
8359 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8360 "full amount unless an error occurs."
8361 msgstr ""
8362
8363 # type: textblock
8364 #. type: textblock
8365 #: ../src/guestfs-actions.pod:1260
8366 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8367 msgstr ""
8368
8369 # type: textblock
8370 #. type: textblock
8371 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6567
8372 msgid "(Added in 1.5.17)"
8373 msgstr ""
8374
8375 # type: =head2
8376 #. type: =head2
8377 #: ../src/guestfs-actions.pod:1271
8378 msgid "guestfs_drop_caches"
8379 msgstr ""
8380
8381 # type: verbatim
8382 #. type: verbatim
8383 #: ../src/guestfs-actions.pod:1273
8384 #, no-wrap
8385 msgid ""
8386 " int\n"
8387 " guestfs_drop_caches (guestfs_h *g,\n"
8388 "                      int whattodrop);\n"
8389 "\n"
8390 msgstr ""
8391
8392 # type: textblock
8393 #. type: textblock
8394 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
8395 msgid ""
8396 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8397 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8398 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8399 msgstr ""
8400
8401 # type: textblock
8402 #. type: textblock
8403 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
8404 msgid "Setting C<whattodrop> to 3 should drop everything."
8405 msgstr ""
8406
8407 # type: textblock
8408 #. type: textblock
8409 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
8410 msgid ""
8411 "This automatically calls L<sync(2)> before the operation, so that the "
8412 "maximum guest memory is freed."
8413 msgstr ""
8414
8415 # type: =head2
8416 #. type: =head2
8417 #: ../src/guestfs-actions.pod:1291
8418 msgid "guestfs_du"
8419 msgstr ""
8420
8421 # type: verbatim
8422 #. type: verbatim
8423 #: ../src/guestfs-actions.pod:1293
8424 #, no-wrap
8425 msgid ""
8426 " int64_t\n"
8427 " guestfs_du (guestfs_h *g,\n"
8428 "             const char *path);\n"
8429 "\n"
8430 msgstr ""
8431
8432 # type: textblock
8433 #. type: textblock
8434 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
8435 msgid ""
8436 "This command runs the C<du -s> command to estimate file space usage for "
8437 "C<path>."
8438 msgstr ""
8439
8440 # type: textblock
8441 #. type: textblock
8442 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
8443 msgid ""
8444 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8445 "estimate includes the contents of the directory and all subdirectories "
8446 "(recursively)."
8447 msgstr ""
8448
8449 # type: textblock
8450 #. type: textblock
8451 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
8452 msgid ""
8453 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8454 msgstr ""
8455
8456 # type: =head2
8457 #. type: =head2
8458 #: ../src/guestfs-actions.pod:1311
8459 msgid "guestfs_e2fsck_f"
8460 msgstr ""
8461
8462 # type: verbatim
8463 #. type: verbatim
8464 #: ../src/guestfs-actions.pod:1313
8465 #, no-wrap
8466 msgid ""
8467 " int\n"
8468 " guestfs_e2fsck_f (guestfs_h *g,\n"
8469 "                   const char *device);\n"
8470 "\n"
8471 msgstr ""
8472
8473 # type: textblock
8474 #. type: textblock
8475 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
8476 msgid ""
8477 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8478 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8479 "clean (C<-f>)."
8480 msgstr ""
8481
8482 # type: textblock
8483 #. type: textblock
8484 #: ../src/guestfs-actions.pod:1321
8485 msgid ""
8486 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8487 "Normally you should use C<guestfs_fsck>."
8488 msgstr ""
8489
8490 # type: textblock
8491 #. type: textblock
8492 #: ../src/guestfs-actions.pod:1326
8493 msgid "(Added in 1.0.29)"
8494 msgstr ""
8495
8496 # type: =head2
8497 #. type: =head2
8498 #: ../src/guestfs-actions.pod:1328
8499 msgid "guestfs_echo_daemon"
8500 msgstr ""
8501
8502 # type: verbatim
8503 #. type: verbatim
8504 #: ../src/guestfs-actions.pod:1330
8505 #, no-wrap
8506 msgid ""
8507 " char *\n"
8508 " guestfs_echo_daemon (guestfs_h *g,\n"
8509 "                      char *const *words);\n"
8510 "\n"
8511 msgstr ""
8512
8513 # type: textblock
8514 #. type: textblock
8515 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
8516 msgid ""
8517 "This command concatenates the list of C<words> passed with single spaces "
8518 "between them and returns the resulting string."
8519 msgstr ""
8520
8521 # type: textblock
8522 #. type: textblock
8523 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
8524 msgid "You can use this command to test the connection through to the daemon."
8525 msgstr ""
8526
8527 # type: textblock
8528 #. type: textblock
8529 #: ../src/guestfs-actions.pod:1339
8530 msgid "See also C<guestfs_ping_daemon>."
8531 msgstr ""
8532
8533 # type: textblock
8534 #. type: textblock
8535 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2068
8536 #: ../src/guestfs-actions.pod:5770
8537 msgid "(Added in 1.0.69)"
8538 msgstr ""
8539
8540 # type: =head2
8541 #. type: =head2
8542 #: ../src/guestfs-actions.pod:1346
8543 msgid "guestfs_egrep"
8544 msgstr ""
8545
8546 # type: verbatim
8547 #. type: verbatim
8548 #: ../src/guestfs-actions.pod:1348
8549 #, no-wrap
8550 msgid ""
8551 " char **\n"
8552 " guestfs_egrep (guestfs_h *g,\n"
8553 "                const char *regex,\n"
8554 "                const char *path);\n"
8555 "\n"
8556 msgstr ""
8557
8558 # type: textblock
8559 #. type: textblock
8560 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
8561 msgid ""
8562 "This calls the external C<egrep> program and returns the matching lines."
8563 msgstr ""
8564
8565 # type: textblock
8566 #. type: textblock
8567 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382
8568 #: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485
8569 #: ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2198
8570 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2373
8571 #: ../src/guestfs-actions.pod:2386 ../src/guestfs-actions.pod:2401
8572 #: ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2469
8573 #: ../src/guestfs-actions.pod:2482 ../src/guestfs-actions.pod:3415
8574 #: ../src/guestfs-actions.pod:3429 ../src/guestfs-actions.pod:3442
8575 #: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:4430
8576 #: ../src/guestfs-actions.pod:5315 ../src/guestfs-actions.pod:5364
8577 #: ../src/guestfs-actions.pod:6134 ../src/guestfs-actions.pod:6146
8578 #: ../src/guestfs-actions.pod:6159 ../src/guestfs-actions.pod:6172
8579 #: ../src/guestfs-actions.pod:6194 ../src/guestfs-actions.pod:6207
8580 #: ../src/guestfs-actions.pod:6220 ../src/guestfs-actions.pod:6233
8581 #: ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7023
8582 #: ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7127
8583 #: ../src/guestfs-actions.pod:7173 ../src/guestfs-actions.pod:7192
8584 msgid "(Added in 1.0.66)"
8585 msgstr ""
8586
8587 # type: =head2
8588 #. type: =head2
8589 #: ../src/guestfs-actions.pod:1365
8590 msgid "guestfs_egrepi"
8591 msgstr ""
8592
8593 # type: verbatim
8594 #. type: verbatim
8595 #: ../src/guestfs-actions.pod:1367
8596 #, no-wrap
8597 msgid ""
8598 " char **\n"
8599 " guestfs_egrepi (guestfs_h *g,\n"
8600 "                 const char *regex,\n"
8601 "                 const char *path);\n"
8602 "\n"
8603 msgstr ""
8604
8605 # type: textblock
8606 #. type: textblock
8607 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
8608 msgid ""
8609 "This calls the external C<egrep -i> program and returns the matching lines."
8610 msgstr ""
8611
8612 # type: =head2
8613 #. type: =head2
8614 #: ../src/guestfs-actions.pod:1384
8615 msgid "guestfs_equal"
8616 msgstr ""
8617
8618 # type: verbatim
8619 #. type: verbatim
8620 #: ../src/guestfs-actions.pod:1386
8621 #, no-wrap
8622 msgid ""
8623 " int\n"
8624 " guestfs_equal (guestfs_h *g,\n"
8625 "                const char *file1,\n"
8626 "                const char *file2);\n"
8627 "\n"
8628 msgstr ""
8629
8630 # type: textblock
8631 #. type: textblock
8632 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
8633 msgid ""
8634 "This compares the two files C<file1> and C<file2> and returns true if their "
8635 "content is exactly equal, or false otherwise."
8636 msgstr ""
8637
8638 # type: textblock
8639 #. type: textblock
8640 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
8641 msgid "The external L<cmp(1)> program is used for the comparison."
8642 msgstr ""
8643
8644 # type: =head2
8645 #. type: =head2
8646 #: ../src/guestfs-actions.pod:1400
8647 msgid "guestfs_exists"
8648 msgstr ""
8649
8650 # type: verbatim
8651 #. type: verbatim
8652 #: ../src/guestfs-actions.pod:1402
8653 #, no-wrap
8654 msgid ""
8655 " int\n"
8656 " guestfs_exists (guestfs_h *g,\n"
8657 "                 const char *path);\n"
8658 "\n"
8659 msgstr ""
8660
8661 # type: textblock
8662 #. type: textblock
8663 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
8664 msgid ""
8665 "This returns C<true> if and only if there is a file, directory (or anything) "
8666 "with the given C<path> name."
8667 msgstr ""
8668
8669 # type: textblock
8670 #. type: textblock
8671 #: ../src/guestfs-actions.pod:1409
8672 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8673 msgstr ""
8674
8675 # type: =head2
8676 #. type: =head2
8677 #: ../src/guestfs-actions.pod:1415
8678 msgid "guestfs_fallocate"
8679 msgstr ""
8680
8681 # type: verbatim
8682 #. type: verbatim
8683 #: ../src/guestfs-actions.pod:1417
8684 #, no-wrap
8685 msgid ""
8686 " int\n"
8687 " guestfs_fallocate (guestfs_h *g,\n"
8688 "                    const char *path,\n"
8689 "                    int len);\n"
8690 "\n"
8691 msgstr ""
8692
8693 # type: textblock
8694 #. type: textblock
8695 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448
8696 #: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
8697 msgid ""
8698 "This command preallocates a file (containing zero bytes) named C<path> of "
8699 "size C<len> bytes.  If the file exists already, it is overwritten."
8700 msgstr ""
8701
8702 # type: textblock
8703 #. type: textblock
8704 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
8705 msgid ""
8706 "Do not confuse this with the guestfish-specific C<alloc> command which "
8707 "allocates a file in the host and attaches it as a device."
8708 msgstr ""
8709
8710 # type: textblock
8711 #. type: textblock
8712 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
8713 msgid ""
8714 "This function is deprecated.  In new code, use the C<fallocate64> call "
8715 "instead."
8716 msgstr ""
8717
8718 # type: =head2
8719 #. type: =head2
8720 #: ../src/guestfs-actions.pod:1441
8721 msgid "guestfs_fallocate64"
8722 msgstr ""
8723
8724 # type: verbatim
8725 #. type: verbatim
8726 #: ../src/guestfs-actions.pod:1443
8727 #, no-wrap
8728 msgid ""
8729 " int\n"
8730 " guestfs_fallocate64 (guestfs_h *g,\n"
8731 "                      const char *path,\n"
8732 "                      int64_t len);\n"
8733 "\n"
8734 msgstr ""
8735
8736 # type: textblock
8737 #. type: textblock
8738 #: ../src/guestfs-actions.pod:1452
8739 msgid ""
8740 "Note that this call allocates disk blocks for the file.  To create a sparse "
8741 "file use C<guestfs_truncate_size> instead."
8742 msgstr ""
8743
8744 # type: textblock
8745 #. type: textblock
8746 #: ../src/guestfs-actions.pod:1455
8747 msgid ""
8748 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8749 "oversight it only allowed 30 bit lengths to be specified, effectively "
8750 "limiting the maximum size of files created through that call to 1GB."
8751 msgstr ""
8752
8753 # type: textblock
8754 #. type: textblock
8755 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
8756 msgid ""
8757 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8758 "commands which create a file in the host and attach it as a device."
8759 msgstr ""
8760
8761 # type: textblock
8762 #. type: textblock
8763 #: ../src/guestfs-actions.pod:1466
8764 msgid "(Added in 1.3.17)"
8765 msgstr ""
8766
8767 # type: =head2
8768 #. type: =head2
8769 #: ../src/guestfs-actions.pod:1468
8770 msgid "guestfs_fgrep"
8771 msgstr ""
8772
8773 # type: verbatim
8774 #. type: verbatim
8775 #: ../src/guestfs-actions.pod:1470
8776 #, no-wrap
8777 msgid ""
8778 " char **\n"
8779 " guestfs_fgrep (guestfs_h *g,\n"
8780 "                const char *pattern,\n"
8781 "                const char *path);\n"
8782 "\n"
8783 msgstr ""
8784
8785 # type: textblock
8786 #. type: textblock
8787 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
8788 msgid ""
8789 "This calls the external C<fgrep> program and returns the matching lines."
8790 msgstr ""
8791
8792 # type: =head2
8793 #. type: =head2
8794 #: ../src/guestfs-actions.pod:1487
8795 msgid "guestfs_fgrepi"
8796 msgstr ""
8797
8798 # type: verbatim
8799 #. type: verbatim
8800 #: ../src/guestfs-actions.pod:1489
8801 #, no-wrap
8802 msgid ""
8803 " char **\n"
8804 " guestfs_fgrepi (guestfs_h *g,\n"
8805 "                 const char *pattern,\n"
8806 "                 const char *path);\n"
8807 "\n"
8808 msgstr ""
8809
8810 # type: textblock
8811 #. type: textblock
8812 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
8813 msgid ""
8814 "This calls the external C<fgrep -i> program and returns the matching lines."
8815 msgstr ""
8816
8817 # type: =head2
8818 #. type: =head2
8819 #: ../src/guestfs-actions.pod:1506
8820 msgid "guestfs_file"
8821 msgstr ""
8822
8823 # type: verbatim
8824 #. type: verbatim
8825 #: ../src/guestfs-actions.pod:1508
8826 #, no-wrap
8827 msgid ""
8828 " char *\n"
8829 " guestfs_file (guestfs_h *g,\n"
8830 "               const char *path);\n"
8831 "\n"
8832 msgstr ""
8833
8834 # type: textblock
8835 #. type: textblock
8836 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
8837 msgid ""
8838 "This call uses the standard L<file(1)> command to determine the type or "
8839 "contents of the file."
8840 msgstr ""
8841
8842 # type: textblock
8843 #. type: textblock
8844 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
8845 msgid ""
8846 "This call will also transparently look inside various types of compressed "
8847 "file."
8848 msgstr ""
8849
8850 # type: textblock
8851 #. type: textblock
8852 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
8853 msgid ""
8854 "The exact command which runs is C<file -zb path>.  Note in particular that "
8855 "the filename is not prepended to the output (the C<-b> option)."
8856 msgstr ""
8857
8858 #. type: textblock
8859 #: ../src/guestfs-actions.pod:1522 ../fish/guestfish-actions.pod:1007
8860 msgid ""
8861 "The output depends on the output of the underlying L<file(1)> command and it "
8862 "can change in future in ways beyond our control.  In other words, the output "
8863 "is not guaranteed by the ABI."
8864 msgstr ""
8865
8866 #. type: textblock
8867 #: ../src/guestfs-actions.pod:1526
8868 msgid ""
8869 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8870 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8871 msgstr ""
8872
8873 # type: =head2
8874 #. type: =head2
8875 #: ../src/guestfs-actions.pod:1534
8876 msgid "guestfs_file_architecture"
8877 msgstr ""
8878
8879 # type: verbatim
8880 #. type: verbatim
8881 #: ../src/guestfs-actions.pod:1536
8882 #, no-wrap
8883 msgid ""
8884 " char *\n"
8885 " guestfs_file_architecture (guestfs_h *g,\n"
8886 "                            const char *filename);\n"
8887 "\n"
8888 msgstr ""
8889
8890 # type: textblock
8891 #. type: textblock
8892 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1018
8893 msgid ""
8894 "This detects the architecture of the binary C<filename>, and returns it if "
8895 "known."
8896 msgstr ""
8897
8898 # type: textblock
8899 #. type: textblock
8900 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
8901 msgid "Currently defined architectures are:"
8902 msgstr ""
8903
8904 # type: =item
8905 #. type: =item
8906 #: ../src/guestfs-actions.pod:1547 ../fish/guestfish-actions.pod:1025
8907 msgid "\"i386\""
8908 msgstr ""
8909
8910 # type: textblock
8911 #. type: textblock
8912 #: ../src/guestfs-actions.pod:1549 ../fish/guestfish-actions.pod:1027
8913 msgid ""
8914 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8915 "irrespective of the precise processor requirements of the binary."
8916 msgstr ""
8917
8918 # type: =item
8919 #. type: =item
8920 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8921 msgid "\"x86_64\""
8922 msgstr ""
8923
8924 # type: textblock
8925 #. type: textblock
8926 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1032
8927 msgid "64 bit x86-64."
8928 msgstr ""
8929
8930 # type: =item
8931 #. type: =item
8932 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1034
8933 msgid "\"sparc\""
8934 msgstr ""
8935
8936 # type: textblock
8937 #. type: textblock
8938 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1036
8939 msgid "32 bit SPARC."
8940 msgstr ""
8941
8942 # type: =item
8943 #. type: =item
8944 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1038
8945 msgid "\"sparc64\""
8946 msgstr ""
8947
8948 # type: textblock
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1040
8951 msgid "64 bit SPARC V9 and above."
8952 msgstr ""
8953
8954 # type: =item
8955 #. type: =item
8956 #: ../src/guestfs-actions.pod:1564 ../fish/guestfish-actions.pod:1042
8957 msgid "\"ia64\""
8958 msgstr ""
8959
8960 # type: textblock
8961 #. type: textblock
8962 #: ../src/guestfs-actions.pod:1566 ../fish/guestfish-actions.pod:1044
8963 msgid "Intel Itanium."
8964 msgstr ""
8965
8966 # type: =item
8967 #. type: =item
8968 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1046
8969 msgid "\"ppc\""
8970 msgstr ""
8971
8972 # type: textblock
8973 #. type: textblock
8974 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1048
8975 msgid "32 bit Power PC."
8976 msgstr ""
8977
8978 # type: =item
8979 #. type: =item
8980 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1050
8981 msgid "\"ppc64\""
8982 msgstr ""
8983
8984 # type: textblock
8985 #. type: textblock
8986 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1052
8987 msgid "64 bit Power PC."
8988 msgstr ""
8989
8990 # type: textblock
8991 #. type: textblock
8992 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1056
8993 msgid "Libguestfs may return other architecture strings in future."
8994 msgstr ""
8995
8996 # type: textblock
8997 #. type: textblock
8998 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1058
8999 msgid "The function works on at least the following types of files:"
9000 msgstr ""
9001
9002 # type: textblock
9003 #. type: textblock
9004 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1064
9005 msgid "many types of Un*x and Linux binary"
9006 msgstr ""
9007
9008 # type: textblock
9009 #. type: textblock
9010 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1068
9011 msgid "many types of Un*x and Linux shared library"
9012 msgstr ""
9013
9014 # type: textblock
9015 #. type: textblock
9016 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1072
9017 msgid "Windows Win32 and Win64 binaries"
9018 msgstr ""
9019
9020 # type: textblock
9021 #. type: textblock
9022 #: ../src/guestfs-actions.pod:1598 ../fish/guestfish-actions.pod:1076
9023 msgid "Windows Win32 and Win64 DLLs"
9024 msgstr ""
9025
9026 # type: textblock
9027 #. type: textblock
9028 #: ../src/guestfs-actions.pod:1600 ../fish/guestfish-actions.pod:1078
9029 msgid "Win32 binaries and DLLs return C<i386>."
9030 msgstr ""
9031
9032 # type: textblock
9033 #. type: textblock
9034 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1080
9035 msgid "Win64 binaries and DLLs return C<x86_64>."
9036 msgstr ""
9037
9038 # type: textblock
9039 #. type: textblock
9040 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1084
9041 msgid "Linux kernel modules"
9042 msgstr ""
9043
9044 # type: textblock
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1088
9047 msgid "Linux new-style initrd images"
9048 msgstr ""
9049
9050 # type: textblock
9051 #. type: textblock
9052 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1092
9053 msgid "some non-x86 Linux vmlinuz kernels"
9054 msgstr ""
9055
9056 # type: textblock
9057 #. type: textblock
9058 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1096
9059 msgid "What it can't do currently:"
9060 msgstr ""
9061
9062 # type: textblock
9063 #. type: textblock
9064 #: ../src/guestfs-actions.pod:1624 ../fish/guestfish-actions.pod:1102
9065 msgid "static libraries (libfoo.a)"
9066 msgstr ""
9067
9068 # type: textblock
9069 #. type: textblock
9070 #: ../src/guestfs-actions.pod:1628 ../fish/guestfish-actions.pod:1106
9071 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9072 msgstr ""
9073
9074 # type: textblock
9075 #. type: textblock
9076 #: ../src/guestfs-actions.pod:1632 ../fish/guestfish-actions.pod:1110
9077 msgid "x86 Linux vmlinuz kernels"
9078 msgstr ""
9079
9080 # type: textblock
9081 #. type: textblock
9082 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1112
9083 msgid ""
9084 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9085 "compressed code, and are horribly hard to unpack.  If you want to find the "
9086 "architecture of a kernel, use the architecture of the associated initrd or "
9087 "kernel module(s) instead."
9088 msgstr ""
9089
9090 # type: textblock
9091 #. type: textblock
9092 #: ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807
9093 #: ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:2505
9094 #: ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2612
9095 #: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2682
9096 #: ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2803
9097 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:3038
9098 #: ../src/guestfs-actions.pod:3170
9099 msgid "(Added in 1.5.3)"
9100 msgstr ""
9101
9102 # type: =head2
9103 #. type: =head2
9104 #: ../src/guestfs-actions.pod:1646
9105 msgid "guestfs_filesize"
9106 msgstr ""
9107
9108 # type: verbatim
9109 #. type: verbatim
9110 #: ../src/guestfs-actions.pod:1648
9111 #, no-wrap
9112 msgid ""
9113 " int64_t\n"
9114 " guestfs_filesize (guestfs_h *g,\n"
9115 "                   const char *file);\n"
9116 "\n"
9117 msgstr ""
9118
9119 # type: textblock
9120 #. type: textblock
9121 #: ../src/guestfs-actions.pod:1652 ../fish/guestfish-actions.pod:1123
9122 msgid "This command returns the size of C<file> in bytes."
9123 msgstr ""
9124
9125 # type: textblock
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:1654
9128 msgid ""
9129 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9130 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9131 "devices, use C<guestfs_blockdev_getsize64>."
9132 msgstr ""
9133
9134 # type: textblock
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:1660
9137 msgid "(Added in 1.0.82)"
9138 msgstr ""
9139
9140 # type: =head2
9141 #. type: =head2
9142 #: ../src/guestfs-actions.pod:1662
9143 msgid "guestfs_fill"
9144 msgstr ""
9145
9146 # type: verbatim
9147 #. type: verbatim
9148 #: ../src/guestfs-actions.pod:1664
9149 #, no-wrap
9150 msgid ""
9151 " int\n"
9152 " guestfs_fill (guestfs_h *g,\n"
9153 "               int c,\n"
9154 "               int len,\n"
9155 "               const char *path);\n"
9156 "\n"
9157 msgstr ""
9158
9159 # type: textblock
9160 #. type: textblock
9161 #: ../src/guestfs-actions.pod:1670 ../fish/guestfish-actions.pod:1133
9162 msgid ""
9163 "This command creates a new file called C<path>.  The initial content of the "
9164 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9165 "[0..255]>."
9166 msgstr ""
9167
9168 # type: textblock
9169 #. type: textblock
9170 #: ../src/guestfs-actions.pod:1674
9171 msgid ""
9172 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9173 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9174 "bytes use C<guestfs_fill_pattern>."
9175 msgstr ""
9176
9177 # type: textblock
9178 #. type: textblock
9179 #: ../src/guestfs-actions.pod:1686
9180 msgid "(Added in 1.0.79)"
9181 msgstr ""
9182
9183 # type: =head2
9184 #. type: =head2
9185 #: ../src/guestfs-actions.pod:1688
9186 msgid "guestfs_fill_pattern"
9187 msgstr ""
9188
9189 # type: verbatim
9190 #. type: verbatim
9191 #: ../src/guestfs-actions.pod:1690
9192 #, no-wrap
9193 msgid ""
9194 " int\n"
9195 " guestfs_fill_pattern (guestfs_h *g,\n"
9196 "                       const char *pattern,\n"
9197 "                       int len,\n"
9198 "                       const char *path);\n"
9199 "\n"
9200 msgstr ""
9201
9202 # type: textblock
9203 #. type: textblock
9204 #: ../src/guestfs-actions.pod:1696
9205 msgid ""
9206 "This function is like C<guestfs_fill> except that it creates a new file of "
9207 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9208 "pattern is truncated if necessary to ensure the length of the file is "
9209 "exactly C<len> bytes."
9210 msgstr ""
9211
9212 # type: textblock
9213 #. type: textblock
9214 #: ../src/guestfs-actions.pod:1708
9215 msgid "(Added in 1.3.12)"
9216 msgstr ""
9217
9218 # type: =head2
9219 #. type: =head2
9220 #: ../src/guestfs-actions.pod:1710
9221 msgid "guestfs_find"
9222 msgstr ""
9223
9224 # type: verbatim
9225 #. type: verbatim
9226 #: ../src/guestfs-actions.pod:1712
9227 #, no-wrap
9228 msgid ""
9229 " char **\n"
9230 " guestfs_find (guestfs_h *g,\n"
9231 "               const char *directory);\n"
9232 "\n"
9233 msgstr ""
9234
9235 # type: textblock
9236 #. type: textblock
9237 #: ../src/guestfs-actions.pod:1716 ../fish/guestfish-actions.pod:1155
9238 msgid ""
9239 "This command lists out all files and directories, recursively, starting at "
9240 "C<directory>.  It is essentially equivalent to running the shell command "
9241 "C<find directory -print> but some post-processing happens on the output, "
9242 "described below."
9243 msgstr ""
9244
9245 # type: textblock
9246 #. type: textblock
9247 #: ../src/guestfs-actions.pod:1721 ../fish/guestfish-actions.pod:1160
9248 msgid ""
9249 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9250 "structure was:"
9251 msgstr ""
9252
9253 # type: verbatim
9254 #. type: verbatim
9255 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
9256 #, no-wrap
9257 msgid ""
9258 " /tmp/a\n"
9259 " /tmp/b\n"
9260 " /tmp/c/d\n"
9261 "\n"
9262 msgstr ""
9263
9264 # type: textblock
9265 #. type: textblock
9266 #: ../src/guestfs-actions.pod:1728
9267 msgid ""
9268 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9269 msgstr ""
9270
9271 # type: verbatim
9272 #. type: verbatim
9273 #: ../src/guestfs-actions.pod:1731 ../fish/guestfish-actions.pod:1170
9274 #, no-wrap
9275 msgid ""
9276 " a\n"
9277 " b\n"
9278 " c\n"
9279 " c/d\n"
9280 "\n"
9281 msgstr ""
9282
9283 # type: textblock
9284 #. type: textblock
9285 #: ../src/guestfs-actions.pod:1736 ../fish/guestfish-actions.pod:1175
9286 msgid "If C<directory> is not a directory, then this command returns an error."
9287 msgstr ""
9288
9289 # type: textblock
9290 #. type: textblock
9291 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
9292 msgid "The returned list is sorted."
9293 msgstr ""
9294
9295 # type: textblock
9296 #. type: textblock
9297 #: ../src/guestfs-actions.pod:1741
9298 msgid "See also C<guestfs_find0>."
9299 msgstr ""
9300
9301 # type: textblock
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:1750 ../src/guestfs-actions.pod:3859
9304 #: ../src/guestfs-actions.pod:5399
9305 msgid "(Added in 1.0.27)"
9306 msgstr ""
9307
9308 # type: =head2
9309 #. type: =head2
9310 #: ../src/guestfs-actions.pod:1752
9311 msgid "guestfs_find0"
9312 msgstr ""
9313
9314 # type: verbatim
9315 #. type: verbatim
9316 #: ../src/guestfs-actions.pod:1754
9317 #, no-wrap
9318 msgid ""
9319 " int\n"
9320 " guestfs_find0 (guestfs_h *g,\n"
9321 "                const char *directory,\n"
9322 "                const char *files);\n"
9323 "\n"
9324 msgstr ""
9325
9326 # type: textblock
9327 #. type: textblock
9328 #: ../src/guestfs-actions.pod:1759 ../fish/guestfish-actions.pod:1189
9329 msgid ""
9330 "This command lists out all files and directories, recursively, starting at "
9331 "C<directory>, placing the resulting list in the external file called "
9332 "C<files>."
9333 msgstr ""
9334
9335 # type: textblock
9336 #. type: textblock
9337 #: ../src/guestfs-actions.pod:1763
9338 msgid ""
9339 "This command works the same way as C<guestfs_find> with the following "
9340 "exceptions:"
9341 msgstr ""
9342
9343 # type: textblock
9344 #. type: textblock
9345 #: ../src/guestfs-actions.pod:1770 ../fish/guestfish-actions.pod:1200
9346 msgid "The resulting list is written to an external file."
9347 msgstr ""
9348
9349 # type: textblock
9350 #. type: textblock
9351 #: ../src/guestfs-actions.pod:1774 ../fish/guestfish-actions.pod:1204
9352 msgid ""
9353 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9354 "L<find(1)> option I<-print0>."
9355 msgstr ""
9356
9357 # type: textblock
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:1779 ../fish/guestfish-actions.pod:1209
9360 msgid "This command is not limited in the number of names that it can return."
9361 msgstr ""
9362
9363 # type: textblock
9364 #. type: textblock
9365 #: ../src/guestfs-actions.pod:1784 ../fish/guestfish-actions.pod:1214
9366 msgid "The result list is not sorted."
9367 msgstr ""
9368
9369 # type: textblock
9370 #. type: textblock
9371 #: ../src/guestfs-actions.pod:1790
9372 msgid "(Added in 1.0.74)"
9373 msgstr ""
9374
9375 # type: =head2
9376 #. type: =head2
9377 #: ../src/guestfs-actions.pod:1792
9378 msgid "guestfs_findfs_label"
9379 msgstr ""
9380
9381 # type: verbatim
9382 #. type: verbatim
9383 #: ../src/guestfs-actions.pod:1794
9384 #, no-wrap
9385 msgid ""
9386 " char *\n"
9387 " guestfs_findfs_label (guestfs_h *g,\n"
9388 "                       const char *label);\n"
9389 "\n"
9390 msgstr ""
9391
9392 # type: textblock
9393 #. type: textblock
9394 #: ../src/guestfs-actions.pod:1798 ../fish/guestfish-actions.pod:1224
9395 msgid ""
9396 "This command searches the filesystems and returns the one which has the "
9397 "given label.  An error is returned if no such filesystem can be found."
9398 msgstr ""
9399
9400 # type: textblock
9401 #. type: textblock
9402 #: ../src/guestfs-actions.pod:1802
9403 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9404 msgstr ""
9405
9406 # type: =head2
9407 #. type: =head2
9408 #: ../src/guestfs-actions.pod:1809
9409 msgid "guestfs_findfs_uuid"
9410 msgstr ""
9411
9412 # type: verbatim
9413 #. type: verbatim
9414 #: ../src/guestfs-actions.pod:1811
9415 #, no-wrap
9416 msgid ""
9417 " char *\n"
9418 " guestfs_findfs_uuid (guestfs_h *g,\n"
9419 "                      const char *uuid);\n"
9420 "\n"
9421 msgstr ""
9422
9423 # type: textblock
9424 #. type: textblock
9425 #: ../src/guestfs-actions.pod:1815 ../fish/guestfish-actions.pod:1234
9426 msgid ""
9427 "This command searches the filesystems and returns the one which has the "
9428 "given UUID.  An error is returned if no such filesystem can be found."
9429 msgstr ""
9430
9431 # type: textblock
9432 #. type: textblock
9433 #: ../src/guestfs-actions.pod:1819
9434 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9435 msgstr ""
9436
9437 # type: =head2
9438 #. type: =head2
9439 #: ../src/guestfs-actions.pod:1826
9440 msgid "guestfs_fsck"
9441 msgstr ""
9442
9443 # type: verbatim
9444 #. type: verbatim
9445 #: ../src/guestfs-actions.pod:1828
9446 #, no-wrap
9447 msgid ""
9448 " int\n"
9449 " guestfs_fsck (guestfs_h *g,\n"
9450 "               const char *fstype,\n"
9451 "               const char *device);\n"
9452 "\n"
9453 msgstr ""
9454
9455 # type: textblock
9456 #. type: textblock
9457 #: ../src/guestfs-actions.pod:1833 ../fish/guestfish-actions.pod:1244
9458 msgid ""
9459 "This runs the filesystem checker (fsck) on C<device> which should have "
9460 "filesystem type C<fstype>."
9461 msgstr ""
9462
9463 # type: textblock
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
9466 msgid ""
9467 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9468 "codes from C<fsck>."
9469 msgstr ""
9470
9471 # type: textblock
9472 #. type: textblock
9473 #: ../src/guestfs-actions.pod:1845 ../fish/guestfish-actions.pod:1256
9474 msgid "Multiple status codes can be summed together."
9475 msgstr ""
9476
9477 # type: textblock
9478 #. type: textblock
9479 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1260
9480 msgid ""
9481 "A non-zero return code can mean \"success\", for example if errors have been "
9482 "corrected on the filesystem."
9483 msgstr ""
9484
9485 # type: textblock
9486 #. type: textblock
9487 #: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1265
9488 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9489 msgstr ""
9490
9491 # type: textblock
9492 #. type: textblock
9493 #: ../src/guestfs-actions.pod:1859 ../fish/guestfish-actions.pod:1270
9494 msgid ""
9495 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9496 msgstr ""
9497
9498 # type: textblock
9499 #. type: textblock
9500 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:7046
9501 msgid "(Added in 1.0.16)"
9502 msgstr ""
9503
9504 # type: =head2
9505 #. type: =head2
9506 #: ../src/guestfs-actions.pod:1865
9507 msgid "guestfs_get_append"
9508 msgstr ""
9509
9510 # type: verbatim
9511 #. type: verbatim
9512 #: ../src/guestfs-actions.pod:1867
9513 #, no-wrap
9514 msgid ""
9515 " const char *\n"
9516 " guestfs_get_append (guestfs_h *g);\n"
9517 "\n"
9518 msgstr ""
9519
9520 # type: textblock
9521 #. type: textblock
9522 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1276
9523 msgid ""
9524 "Return the additional kernel options which are added to the guest kernel "
9525 "command line."
9526 msgstr ""
9527
9528 # type: textblock
9529 #. type: textblock
9530 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
9531 msgid "If C<NULL> then no options are added."
9532 msgstr ""
9533
9534 # type: textblock
9535 #. type: textblock
9536 #: ../src/guestfs-actions.pod:1875
9537 msgid ""
9538 "This function returns a string which may be NULL.  There is no way to return "
9539 "an error from this function.  The string is owned by the guest handle and "
9540 "must I<not> be freed."
9541 msgstr ""
9542
9543 # type: textblock
9544 #. type: textblock
9545 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:5077
9546 #: ../src/guestfs-actions.pod:5540 ../src/guestfs-actions.pod:5908
9547 #: ../src/guestfs-actions.pod:5927 ../src/guestfs-actions.pod:5943
9548 #: ../src/guestfs-actions.pod:5960 ../src/guestfs-actions.pod:6717
9549 #: ../src/guestfs-actions.pod:6735 ../src/guestfs-actions.pod:7089
9550 msgid "(Added in 1.0.26)"
9551 msgstr ""
9552
9553 # type: =head2
9554 #. type: =head2
9555 #: ../src/guestfs-actions.pod:1881
9556 msgid "guestfs_get_autosync"
9557 msgstr ""
9558
9559 # type: verbatim
9560 #. type: verbatim
9561 #: ../src/guestfs-actions.pod:1883
9562 #, no-wrap
9563 msgid ""
9564 " int\n"
9565 " guestfs_get_autosync (guestfs_h *g);\n"
9566 "\n"
9567 msgstr ""
9568
9569 # type: textblock
9570 #. type: textblock
9571 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1285
9572 msgid "Get the autosync flag."
9573 msgstr ""
9574
9575 # type: =head2
9576 #. type: =head2
9577 #: ../src/guestfs-actions.pod:1892
9578 msgid "guestfs_get_direct"
9579 msgstr ""
9580
9581 # type: verbatim
9582 #. type: verbatim
9583 #: ../src/guestfs-actions.pod:1894
9584 #, no-wrap
9585 msgid ""
9586 " int\n"
9587 " guestfs_get_direct (guestfs_h *g);\n"
9588 "\n"
9589 msgstr ""
9590
9591 # type: textblock
9592 #. type: textblock
9593 #: ../src/guestfs-actions.pod:1897 ../fish/guestfish-actions.pod:1291
9594 msgid "Return the direct appliance mode flag."
9595 msgstr ""
9596
9597 # type: textblock
9598 #. type: textblock
9599 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:5581
9600 msgid "(Added in 1.0.72)"
9601 msgstr ""
9602
9603 # type: =head2
9604 #. type: =head2
9605 #: ../src/guestfs-actions.pod:1903
9606 msgid "guestfs_get_e2label"
9607 msgstr ""
9608
9609 # type: verbatim
9610 #. type: verbatim
9611 #: ../src/guestfs-actions.pod:1905
9612 #, no-wrap
9613 msgid ""
9614 " char *\n"
9615 " guestfs_get_e2label (guestfs_h *g,\n"
9616 "                      const char *device);\n"
9617 "\n"
9618 msgstr ""
9619
9620 # type: textblock
9621 #. type: textblock
9622 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1297
9623 msgid ""
9624 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9625 msgstr ""
9626
9627 # type: textblock
9628 #. type: textblock
9629 #: ../src/guestfs-actions.pod:1915 ../fish/guestfish-actions.pod:1300
9630 msgid ""
9631 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9632 msgstr ""
9633
9634 # type: textblock
9635 #. type: textblock
9636 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1943
9637 #: ../src/guestfs-actions.pod:5599 ../src/guestfs-actions.pod:5618
9638 msgid "(Added in 1.0.15)"
9639 msgstr ""
9640
9641 # type: =head2
9642 #. type: =head2
9643 #: ../src/guestfs-actions.pod:1924
9644 msgid "guestfs_get_e2uuid"
9645 msgstr ""
9646
9647 # type: verbatim
9648 #. type: verbatim
9649 #: ../src/guestfs-actions.pod:1926
9650 #, no-wrap
9651 msgid ""
9652 " char *\n"
9653 " guestfs_get_e2uuid (guestfs_h *g,\n"
9654 "                     const char *device);\n"
9655 "\n"
9656 msgstr ""
9657
9658 # type: textblock
9659 #. type: textblock
9660 #: ../src/guestfs-actions.pod:1930 ../fish/guestfish-actions.pod:1311
9661 msgid ""
9662 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9663 msgstr ""
9664
9665 # type: textblock
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1314
9668 msgid ""
9669 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9670 msgstr ""
9671
9672 # type: =head2
9673 #. type: =head2
9674 #: ../src/guestfs-actions.pod:1945
9675 msgid "guestfs_get_memsize"
9676 msgstr ""
9677
9678 # type: verbatim
9679 #. type: verbatim
9680 #: ../src/guestfs-actions.pod:1947
9681 #, no-wrap
9682 msgid ""
9683 " int\n"
9684 " guestfs_get_memsize (guestfs_h *g);\n"
9685 "\n"
9686 msgstr ""
9687
9688 # type: textblock
9689 #. type: textblock
9690 #: ../src/guestfs-actions.pod:1950 ../fish/guestfish-actions.pod:1325
9691 msgid ""
9692 "This gets the memory size in megabytes allocated to the qemu subprocess."
9693 msgstr ""
9694
9695 # type: textblock
9696 #. type: textblock
9697 #: ../src/guestfs-actions.pod:1953
9698 msgid ""
9699 "If C<guestfs_set_memsize> was not called on this handle, and if "
9700 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9701 "value for memsize."
9702 msgstr ""
9703
9704 # type: textblock
9705 #. type: textblock
9706 #: ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:2038
9707 #: ../src/guestfs-actions.pod:5634 ../src/guestfs-actions.pod:5741
9708 #: ../fish/guestfish-actions.pod:1332 ../fish/guestfish-actions.pod:1383
9709 #: ../fish/guestfish-actions.pod:3761 ../fish/guestfish-actions.pod:3848
9710 msgid ""
9711 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9712 msgstr ""
9713
9714 # type: textblock
9715 #. type: textblock
9716 #: ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:4150
9717 #: ../src/guestfs-actions.pod:4335 ../src/guestfs-actions.pod:4354
9718 #: ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4385
9719 #: ../src/guestfs-actions.pod:4402 ../src/guestfs-actions.pod:4415
9720 #: ../src/guestfs-actions.pod:5302 ../src/guestfs-actions.pod:5639
9721 #: ../src/guestfs-actions.pod:5882 ../src/guestfs-actions.pod:6483
9722 msgid "(Added in 1.0.55)"
9723 msgstr ""
9724
9725 # type: =head2
9726 #. type: =head2
9727 #: ../src/guestfs-actions.pod:1964
9728 msgid "guestfs_get_network"
9729 msgstr ""
9730
9731 # type: verbatim
9732 #. type: verbatim
9733 #: ../src/guestfs-actions.pod:1966
9734 #, no-wrap
9735 msgid ""
9736 " int\n"
9737 " guestfs_get_network (guestfs_h *g);\n"
9738 "\n"
9739 msgstr ""
9740
9741 # type: textblock
9742 #. type: textblock
9743 #: ../src/guestfs-actions.pod:1969 ../fish/guestfish-actions.pod:1339
9744 msgid "This returns the enable network flag."
9745 msgstr ""
9746
9747 # type: textblock
9748 #. type: textblock
9749 #: ../src/guestfs-actions.pod:1973 ../src/guestfs-actions.pod:5658
9750 msgid "(Added in 1.5.4)"
9751 msgstr ""
9752
9753 # type: =head2
9754 #. type: =head2
9755 #: ../src/guestfs-actions.pod:1975
9756 msgid "guestfs_get_path"
9757 msgstr ""
9758
9759 # type: verbatim
9760 #. type: verbatim
9761 #: ../src/guestfs-actions.pod:1977
9762 #, no-wrap
9763 msgid ""
9764 " const char *\n"
9765 " guestfs_get_path (guestfs_h *g);\n"
9766 "\n"
9767 msgstr ""
9768
9769 # type: textblock
9770 #. type: textblock
9771 #: ../src/guestfs-actions.pod:1980 ../fish/guestfish-actions.pod:1345
9772 msgid "Return the current search path."
9773 msgstr ""
9774
9775 # type: textblock
9776 #. type: textblock
9777 #: ../src/guestfs-actions.pod:1982 ../fish/guestfish-actions.pod:1347
9778 msgid ""
9779 "This is always non-NULL.  If it wasn't set already, then this will return "
9780 "the default path."
9781 msgstr ""
9782
9783 # type: textblock
9784 #. type: textblock
9785 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:2014
9786 msgid ""
9787 "This function returns a string, or NULL on error.  The string is owned by "
9788 "the guest handle and must I<not> be freed."
9789 msgstr ""
9790
9791 # type: =head2
9792 #. type: =head2
9793 #: ../src/guestfs-actions.pod:1990
9794 msgid "guestfs_get_pid"
9795 msgstr ""
9796
9797 # type: verbatim
9798 #. type: verbatim
9799 #: ../src/guestfs-actions.pod:1992
9800 #, no-wrap
9801 msgid ""
9802 " int\n"
9803 " guestfs_get_pid (guestfs_h *g);\n"
9804 "\n"
9805 msgstr ""
9806
9807 # type: textblock
9808 #. type: textblock
9809 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1356
9810 msgid ""
9811 "Return the process ID of the qemu subprocess.  If there is no qemu "
9812 "subprocess, then this will return an error."
9813 msgstr ""
9814
9815 # type: textblock
9816 #. type: textblock
9817 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
9818 msgid "This is an internal call used for debugging and testing."
9819 msgstr ""
9820
9821 # type: textblock
9822 #. type: textblock
9823 #: ../src/guestfs-actions.pod:2002
9824 msgid "(Added in 1.0.56)"
9825 msgstr ""
9826
9827 # type: =head2
9828 #. type: =head2
9829 #: ../src/guestfs-actions.pod:2004
9830 msgid "guestfs_get_qemu"
9831 msgstr ""
9832
9833 # type: verbatim
9834 #. type: verbatim
9835 #: ../src/guestfs-actions.pod:2006
9836 #, no-wrap
9837 msgid ""
9838 " const char *\n"
9839 " guestfs_get_qemu (guestfs_h *g);\n"
9840 "\n"
9841 msgstr ""
9842
9843 # type: textblock
9844 #. type: textblock
9845 #: ../src/guestfs-actions.pod:2009 ../fish/guestfish-actions.pod:1365
9846 msgid "Return the current qemu binary."
9847 msgstr ""
9848
9849 # type: textblock
9850 #. type: textblock
9851 #: ../src/guestfs-actions.pod:2011 ../fish/guestfish-actions.pod:1367
9852 msgid ""
9853 "This is always non-NULL.  If it wasn't set already, then this will return "
9854 "the default qemu binary name."
9855 msgstr ""
9856
9857 # type: textblock
9858 #. type: textblock
9859 #: ../src/guestfs-actions.pod:2017 ../src/guestfs-actions.pod:5703
9860 msgid "(Added in 1.0.6)"
9861 msgstr ""
9862
9863 # type: =head2
9864 #. type: =head2
9865 #: ../src/guestfs-actions.pod:2019
9866 msgid "guestfs_get_recovery_proc"
9867 msgstr ""
9868
9869 # type: verbatim
9870 #. type: verbatim
9871 #: ../src/guestfs-actions.pod:2021
9872 #, no-wrap
9873 msgid ""
9874 " int\n"
9875 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9876 "\n"
9877 msgstr ""
9878
9879 # type: textblock
9880 #. type: textblock
9881 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1374
9882 msgid "Return the recovery process enabled flag."
9883 msgstr ""
9884
9885 # type: textblock
9886 #. type: textblock
9887 #: ../src/guestfs-actions.pod:2028 ../src/guestfs-actions.pod:3260
9888 #: ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3957
9889 #: ../src/guestfs-actions.pod:3989 ../src/guestfs-actions.pod:5007
9890 #: ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:5727
9891 #: ../src/guestfs-actions.pod:6386 ../src/guestfs-actions.pod:6406
9892 #: ../src/guestfs-actions.pod:6598
9893 msgid "(Added in 1.0.77)"
9894 msgstr ""
9895
9896 # type: =head2
9897 #. type: =head2
9898 #: ../src/guestfs-actions.pod:2030
9899 msgid "guestfs_get_selinux"
9900 msgstr ""
9901
9902 # type: verbatim
9903 #. type: verbatim
9904 #: ../src/guestfs-actions.pod:2032
9905 #, no-wrap
9906 msgid ""
9907 " int\n"
9908 " guestfs_get_selinux (guestfs_h *g);\n"
9909 "\n"
9910 msgstr ""
9911
9912 # type: textblock
9913 #. type: textblock
9914 #: ../src/guestfs-actions.pod:2035
9915 msgid ""
9916 "This returns the current setting of the selinux flag which is passed to the "
9917 "appliance at boot time.  See C<guestfs_set_selinux>."
9918 msgstr ""
9919
9920 # type: textblock
9921 #. type: textblock
9922 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:2106
9923 #: ../src/guestfs-actions.pod:5746 ../src/guestfs-actions.pod:5800
9924 msgid "(Added in 1.0.67)"
9925 msgstr ""
9926
9927 # type: =head2
9928 #. type: =head2
9929 #: ../src/guestfs-actions.pod:2045
9930 msgid "guestfs_get_state"
9931 msgstr ""
9932
9933 # type: verbatim
9934 #. type: verbatim
9935 #: ../src/guestfs-actions.pod:2047
9936 #, no-wrap
9937 msgid ""
9938 " int\n"
9939 " guestfs_get_state (guestfs_h *g);\n"
9940 "\n"
9941 msgstr ""
9942
9943 # type: textblock
9944 #. type: textblock
9945 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9946 msgid ""
9947 "This returns the current state as an opaque integer.  This is only useful "
9948 "for printing debug and internal error messages."
9949 msgstr ""
9950
9951 # type: textblock
9952 #. type: textblock
9953 #: ../src/guestfs-actions.pod:2053 ../src/guestfs-actions.pod:3063
9954 #: ../src/guestfs-actions.pod:3092 ../src/guestfs-actions.pod:3153
9955 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:1393
9956 #: ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2150
9957 #: ../fish/guestfish-actions.pod:2188 ../fish/guestfish-actions.pod:2204
9958 msgid "For more information on states, see L<guestfs(3)>."
9959 msgstr ""
9960
9961 # type: =head2
9962 #. type: =head2
9963 #: ../src/guestfs-actions.pod:2059
9964 msgid "guestfs_get_trace"
9965 msgstr ""
9966
9967 # type: verbatim
9968 #. type: verbatim
9969 #: ../src/guestfs-actions.pod:2061
9970 #, no-wrap
9971 msgid ""
9972 " int\n"
9973 " guestfs_get_trace (guestfs_h *g);\n"
9974 "\n"
9975 msgstr ""
9976
9977 # type: textblock
9978 #. type: textblock
9979 #: ../src/guestfs-actions.pod:2064 ../fish/guestfish-actions.pod:1399
9980 msgid "Return the command trace flag."
9981 msgstr ""
9982
9983 # type: =head2
9984 #. type: =head2
9985 #: ../src/guestfs-actions.pod:2070
9986 msgid "guestfs_get_umask"
9987 msgstr ""
9988
9989 # type: verbatim
9990 #. type: verbatim
9991 #: ../src/guestfs-actions.pod:2072
9992 #, no-wrap
9993 msgid ""
9994 " int\n"
9995 " guestfs_get_umask (guestfs_h *g);\n"
9996 "\n"
9997 msgstr ""
9998
9999 # type: textblock
10000 #. type: textblock
10001 #: ../src/guestfs-actions.pod:2075
10002 msgid ""
10003 "Return the current umask.  By default the umask is C<022> unless it has been "
10004 "set by calling C<guestfs_umask>."
10005 msgstr ""
10006
10007 # type: =head2
10008 #. type: =head2
10009 #: ../src/guestfs-actions.pod:2082
10010 msgid "guestfs_get_verbose"
10011 msgstr ""
10012
10013 # type: verbatim
10014 #. type: verbatim
10015 #: ../src/guestfs-actions.pod:2084
10016 #, no-wrap
10017 msgid ""
10018 " int\n"
10019 " guestfs_get_verbose (guestfs_h *g);\n"
10020 "\n"
10021 msgstr ""
10022
10023 # type: textblock
10024 #. type: textblock
10025 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
10026 msgid "This returns the verbose messages flag."
10027 msgstr ""
10028
10029 # type: =head2
10030 #. type: =head2
10031 #: ../src/guestfs-actions.pod:2093
10032 msgid "guestfs_getcon"
10033 msgstr ""
10034
10035 # type: verbatim
10036 #. type: verbatim
10037 #: ../src/guestfs-actions.pod:2095
10038 #, no-wrap
10039 msgid ""
10040 " char *\n"
10041 " guestfs_getcon (guestfs_h *g);\n"
10042 "\n"
10043 msgstr ""
10044
10045 # type: textblock
10046 #. type: textblock
10047 #: ../src/guestfs-actions.pod:2098 ../fish/guestfish-actions.pod:1418
10048 msgid "This gets the SELinux security context of the daemon."
10049 msgstr ""
10050
10051 # type: textblock
10052 #. type: textblock
10053 #: ../src/guestfs-actions.pod:2100
10054 msgid ""
10055 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10056 msgstr ""
10057
10058 # type: =head2
10059 #. type: =head2
10060 #: ../src/guestfs-actions.pod:2108
10061 msgid "guestfs_getxattr"
10062 msgstr ""
10063
10064 # type: verbatim
10065 #. type: verbatim
10066 #: ../src/guestfs-actions.pod:2110
10067 #, no-wrap
10068 msgid ""
10069 " char *\n"
10070 " guestfs_getxattr (guestfs_h *g,\n"
10071 "                   const char *path,\n"
10072 "                   const char *name,\n"
10073 "                   size_t *size_r);\n"
10074 "\n"
10075 msgstr ""
10076
10077 # type: textblock
10078 #. type: textblock
10079 #: ../src/guestfs-actions.pod:2116
10080 msgid ""
10081 "Get a single extended attribute from file C<path> named C<name>.  This call "
10082 "follows symlinks.  If you want to lookup an extended attribute for the "
10083 "symlink itself, use C<guestfs_lgetxattr>."
10084 msgstr ""
10085
10086 # type: textblock
10087 #. type: textblock
10088 #: ../src/guestfs-actions.pod:2120 ../src/guestfs-actions.pod:3274
10089 msgid ""
10090 "Normally it is better to get all extended attributes from a file in one go "
10091 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10092 "implementations are buggy and do not provide a way to list out attributes.  "
10093 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10094 "extended attributes you want in advance and call this function."
10095 msgstr ""
10096
10097 # type: textblock
10098 #. type: textblock
10099 #: ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:3281
10100 #: ../fish/guestfish-actions.pod:1438 ../fish/guestfish-actions.pod:2269
10101 msgid ""
10102 "Extended attribute values are blobs of binary data.  If there is no extended "
10103 "attribute named C<name>, this returns an error."
10104 msgstr ""
10105
10106 # type: textblock
10107 #. type: textblock
10108 #: ../src/guestfs-actions.pod:2130
10109 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10110 msgstr ""
10111
10112 # type: textblock
10113 #. type: textblock
10114 #: ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:2323
10115 #: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:5000
10116 #: ../src/guestfs-actions.pod:5026 ../src/guestfs-actions.pod:5207
10117 msgid ""
10118 "This function returns a buffer, or NULL on error.  The size of the returned "
10119 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10120 "after use>."
10121 msgstr ""
10122
10123 #. type: textblock
10124 #: ../src/guestfs-actions.pod:2136 ../src/guestfs-actions.pod:3290
10125 msgid "(Added in 1.7.24)"
10126 msgstr ""
10127
10128 # type: =head2
10129 #. type: =head2
10130 #: ../src/guestfs-actions.pod:2138
10131 msgid "guestfs_getxattrs"
10132 msgstr ""
10133
10134 # type: verbatim
10135 #. type: verbatim
10136 #: ../src/guestfs-actions.pod:2140
10137 #, no-wrap
10138 msgid ""
10139 " struct guestfs_xattr_list *\n"
10140 " guestfs_getxattrs (guestfs_h *g,\n"
10141 "                    const char *path);\n"
10142 "\n"
10143 msgstr ""
10144
10145 # type: textblock
10146 #. type: textblock
10147 #: ../src/guestfs-actions.pod:2144 ../fish/guestfish-actions.pod:1447
10148 msgid ""
10149 "This call lists the extended attributes of the file or directory C<path>."
10150 msgstr ""
10151
10152 # type: textblock
10153 #. type: textblock
10154 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
10155 msgid ""
10156 "At the system call level, this is a combination of the L<listxattr(2)> and "
10157 "L<getxattr(2)> calls."
10158 msgstr ""
10159
10160 # type: textblock
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:2150
10163 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10164 msgstr ""
10165
10166 # type: textblock
10167 #. type: textblock
10168 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:3302
10169 #: ../src/guestfs-actions.pod:3953
10170 msgid ""
10171 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10172 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10173 msgstr ""
10174
10175 # type: textblock
10176 #. type: textblock
10177 #: ../src/guestfs-actions.pod:2156 ../src/guestfs-actions.pod:3306
10178 #: ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3507
10179 #: ../src/guestfs-actions.pod:5380 ../src/guestfs-actions.pod:5819
10180 #: ../src/guestfs-actions.pod:7154
10181 msgid "(Added in 1.0.59)"
10182 msgstr ""
10183
10184 # type: =head2
10185 #. type: =head2
10186 #: ../src/guestfs-actions.pod:2158
10187 msgid "guestfs_glob_expand"
10188 msgstr ""
10189
10190 # type: verbatim
10191 #. type: verbatim
10192 #: ../src/guestfs-actions.pod:2160
10193 #, no-wrap
10194 msgid ""
10195 " char **\n"
10196 " guestfs_glob_expand (guestfs_h *g,\n"
10197 "                      const char *pattern);\n"
10198 "\n"
10199 msgstr ""
10200
10201 # type: textblock
10202 #. type: textblock
10203 #: ../src/guestfs-actions.pod:2164 ../fish/guestfish-actions.pod:1459
10204 msgid ""
10205 "This command searches for all the pathnames matching C<pattern> according to "
10206 "the wildcard expansion rules used by the shell."
10207 msgstr ""
10208
10209 # type: textblock
10210 #. type: textblock
10211 #: ../src/guestfs-actions.pod:2168 ../fish/guestfish-actions.pod:1463
10212 msgid ""
10213 "If no paths match, then this returns an empty list (note: not an error)."
10214 msgstr ""
10215
10216 # type: textblock
10217 #. type: textblock
10218 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
10219 msgid ""
10220 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10221 "GLOB_BRACE>.  See that manual page for more details."
10222 msgstr ""
10223
10224 # type: textblock
10225 #. type: textblock
10226 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:5984
10227 #: ../src/guestfs-actions.pod:6001
10228 msgid "(Added in 1.0.50)"
10229 msgstr ""
10230
10231 # type: =head2
10232 #. type: =head2
10233 #: ../src/guestfs-actions.pod:2181
10234 msgid "guestfs_grep"
10235 msgstr ""
10236
10237 # type: verbatim
10238 #. type: verbatim
10239 #: ../src/guestfs-actions.pod:2183
10240 #, no-wrap
10241 msgid ""
10242 " char **\n"
10243 " guestfs_grep (guestfs_h *g,\n"
10244 "               const char *regex,\n"
10245 "               const char *path);\n"
10246 "\n"
10247 msgstr ""
10248
10249 # type: textblock
10250 #. type: textblock
10251 #: ../src/guestfs-actions.pod:2188 ../fish/guestfish-actions.pod:1474
10252 msgid "This calls the external C<grep> program and returns the matching lines."
10253 msgstr ""
10254
10255 # type: =head2
10256 #. type: =head2
10257 #: ../src/guestfs-actions.pod:2200
10258 msgid "guestfs_grepi"
10259 msgstr ""
10260
10261 # type: verbatim
10262 #. type: verbatim
10263 #: ../src/guestfs-actions.pod:2202
10264 #, no-wrap
10265 msgid ""
10266 " char **\n"
10267 " guestfs_grepi (guestfs_h *g,\n"
10268 "                const char *regex,\n"
10269 "                const char *path);\n"
10270 "\n"
10271 msgstr ""
10272
10273 # type: textblock
10274 #. type: textblock
10275 #: ../src/guestfs-actions.pod:2207 ../fish/guestfish-actions.pod:1484
10276 msgid ""
10277 "This calls the external C<grep -i> program and returns the matching lines."
10278 msgstr ""
10279
10280 # type: =head2
10281 #. type: =head2
10282 #: ../src/guestfs-actions.pod:2219
10283 msgid "guestfs_grub_install"
10284 msgstr ""
10285
10286 # type: verbatim
10287 #. type: verbatim
10288 #: ../src/guestfs-actions.pod:2221
10289 #, no-wrap
10290 msgid ""
10291 " int\n"
10292 " guestfs_grub_install (guestfs_h *g,\n"
10293 "                       const char *root,\n"
10294 "                       const char *device);\n"
10295 "\n"
10296 msgstr ""
10297
10298 # type: textblock
10299 #. type: textblock
10300 #: ../src/guestfs-actions.pod:2226 ../fish/guestfish-actions.pod:1494
10301 msgid ""
10302 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10303 "the root directory being C<root>."
10304 msgstr ""
10305
10306 # type: textblock
10307 #. type: textblock
10308 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
10309 msgid ""
10310 "Note: If grub-install reports the error \"No suitable drive was found in the "
10311 "generated device map.\" it may be that you need to create a C</boot/grub/"
10312 "device.map> file first that contains the mapping between grub device names "
10313 "and Linux device names.  It is usually sufficient to create a file "
10314 "containing:"
10315 msgstr ""
10316
10317 # type: verbatim
10318 #. type: verbatim
10319 #: ../src/guestfs-actions.pod:2236 ../fish/guestfish-actions.pod:1504
10320 #, no-wrap
10321 msgid ""
10322 " (hd0) /dev/vda\n"
10323 "\n"
10324 msgstr ""
10325
10326 # type: textblock
10327 #. type: textblock
10328 #: ../src/guestfs-actions.pod:2238 ../fish/guestfish-actions.pod:1506
10329 msgid "replacing C</dev/vda> with the name of the installation device."
10330 msgstr ""
10331
10332 # type: textblock
10333 #. type: textblock
10334 #: ../src/guestfs-actions.pod:2242
10335 msgid "(Added in 1.0.17)"
10336 msgstr ""
10337
10338 # type: =head2
10339 #. type: =head2
10340 #: ../src/guestfs-actions.pod:2244
10341 msgid "guestfs_head"
10342 msgstr ""
10343
10344 # type: verbatim
10345 #. type: verbatim
10346 #: ../src/guestfs-actions.pod:2246
10347 #, no-wrap
10348 msgid ""
10349 " char **\n"
10350 " guestfs_head (guestfs_h *g,\n"
10351 "               const char *path);\n"
10352 "\n"
10353 msgstr ""
10354
10355 # type: textblock
10356 #. type: textblock
10357 #: ../src/guestfs-actions.pod:2250 ../fish/guestfish-actions.pod:1512
10358 msgid ""
10359 "This command returns up to the first 10 lines of a file as a list of strings."
10360 msgstr ""
10361
10362 # type: =head2
10363 #. type: =head2
10364 #: ../src/guestfs-actions.pod:2262
10365 msgid "guestfs_head_n"
10366 msgstr ""
10367
10368 # type: verbatim
10369 #. type: verbatim
10370 #: ../src/guestfs-actions.pod:2264
10371 #, no-wrap
10372 msgid ""
10373 " char **\n"
10374 " guestfs_head_n (guestfs_h *g,\n"
10375 "                 int nrlines,\n"
10376 "                 const char *path);\n"
10377 "\n"
10378 msgstr ""
10379
10380 # type: textblock
10381 #. type: textblock
10382 #: ../src/guestfs-actions.pod:2269 ../fish/guestfish-actions.pod:1522
10383 msgid ""
10384 "If the parameter C<nrlines> is a positive number, this returns the first "
10385 "C<nrlines> lines of the file C<path>."
10386 msgstr ""
10387
10388 # type: textblock
10389 #. type: textblock
10390 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
10391 msgid ""
10392 "If the parameter C<nrlines> is a negative number, this returns lines from "
10393 "the file C<path>, excluding the last C<nrlines> lines."
10394 msgstr ""
10395
10396 # type: textblock
10397 #. type: textblock
10398 #: ../src/guestfs-actions.pod:2275 ../src/guestfs-actions.pod:6281
10399 #: ../fish/guestfish-actions.pod:1528 ../fish/guestfish-actions.pod:4194
10400 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10401 msgstr ""
10402
10403 # type: =head2
10404 #. type: =head2
10405 #: ../src/guestfs-actions.pod:2286
10406 msgid "guestfs_hexdump"
10407 msgstr ""
10408
10409 # type: verbatim
10410 #. type: verbatim
10411 #: ../src/guestfs-actions.pod:2288
10412 #, no-wrap
10413 msgid ""
10414 " char *\n"
10415 " guestfs_hexdump (guestfs_h *g,\n"
10416 "                  const char *path);\n"
10417 "\n"
10418 msgstr ""
10419
10420 # type: textblock
10421 #. type: textblock
10422 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1537
10423 msgid ""
10424 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10425 "readable, canonical hex dump of the file."
10426 msgstr ""
10427
10428 # type: textblock
10429 #. type: textblock
10430 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6065
10431 #: ../src/guestfs-actions.pod:6120
10432 msgid "(Added in 1.0.22)"
10433 msgstr ""
10434
10435 # type: =head2
10436 #. type: =head2
10437 #: ../src/guestfs-actions.pod:2303
10438 msgid "guestfs_initrd_cat"
10439 msgstr ""
10440
10441 # type: verbatim
10442 #. type: verbatim
10443 #: ../src/guestfs-actions.pod:2305
10444 #, no-wrap
10445 msgid ""
10446 " char *\n"
10447 " guestfs_initrd_cat (guestfs_h *g,\n"
10448 "                     const char *initrdpath,\n"
10449 "                     const char *filename,\n"
10450 "                     size_t *size_r);\n"
10451 "\n"
10452 msgstr ""
10453
10454 # type: textblock
10455 #. type: textblock
10456 #: ../src/guestfs-actions.pod:2311 ../fish/guestfish-actions.pod:1547
10457 msgid ""
10458 "This command unpacks the file C<filename> from the initrd file called "
10459 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10460 "character."
10461 msgstr ""
10462
10463 # type: textblock
10464 #. type: textblock
10465 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1551
10466 msgid ""
10467 "For example, in guestfish you could use the following command to examine the "
10468 "boot script (usually called C</init>)  contained in a Linux initrd or "
10469 "initramfs image:"
10470 msgstr ""
10471
10472 # type: verbatim
10473 #. type: verbatim
10474 #: ../src/guestfs-actions.pod:2319 ../fish/guestfish-actions.pod:1555
10475 #, no-wrap
10476 msgid ""
10477 " initrd-cat /boot/initrd-<version>.img init\n"
10478 "\n"
10479 msgstr ""
10480
10481 # type: textblock
10482 #. type: textblock
10483 #: ../src/guestfs-actions.pod:2321
10484 msgid "See also C<guestfs_initrd_list>."
10485 msgstr ""
10486
10487 # type: =head2
10488 #. type: =head2
10489 #: ../src/guestfs-actions.pod:2332
10490 msgid "guestfs_initrd_list"
10491 msgstr ""
10492
10493 # type: verbatim
10494 #. type: verbatim
10495 #: ../src/guestfs-actions.pod:2334
10496 #, no-wrap
10497 msgid ""
10498 " char **\n"
10499 " guestfs_initrd_list (guestfs_h *g,\n"
10500 "                      const char *path);\n"
10501 "\n"
10502 msgstr ""
10503
10504 # type: textblock
10505 #. type: textblock
10506 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1566
10507 msgid "This command lists out files contained in an initrd."
10508 msgstr ""
10509
10510 # type: textblock
10511 #. type: textblock
10512 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1568
10513 msgid ""
10514 "The files are listed without any initial C</> character.  The files are "
10515 "listed in the order they appear (not necessarily alphabetical).  Directory "
10516 "names are listed as separate items."
10517 msgstr ""
10518
10519 # type: textblock
10520 #. type: textblock
10521 #: ../src/guestfs-actions.pod:2344 ../fish/guestfish-actions.pod:1572
10522 msgid ""
10523 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10524 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10525 "files)."
10526 msgstr ""
10527
10528 # type: =head2
10529 #. type: =head2
10530 #: ../src/guestfs-actions.pod:2354
10531 msgid "guestfs_inotify_add_watch"
10532 msgstr ""
10533
10534 # type: verbatim
10535 #. type: verbatim
10536 #: ../src/guestfs-actions.pod:2356
10537 #, no-wrap
10538 msgid ""
10539 " int64_t\n"
10540 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10541 "                            const char *path,\n"
10542 "                            int mask);\n"
10543 "\n"
10544 msgstr ""
10545
10546 # type: textblock
10547 #. type: textblock
10548 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1580
10549 msgid "Watch C<path> for the events listed in C<mask>."
10550 msgstr ""
10551
10552 # type: textblock
10553 #. type: textblock
10554 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1582
10555 msgid ""
10556 "Note that if C<path> is a directory then events within that directory are "
10557 "watched, but this does I<not> happen recursively (in subdirectories)."
10558 msgstr ""
10559
10560 # type: textblock
10561 #. type: textblock
10562 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1586
10563 msgid ""
10564 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10565 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10566 msgstr ""
10567
10568 # type: =head2
10569 #. type: =head2
10570 #: ../src/guestfs-actions.pod:2375
10571 msgid "guestfs_inotify_close"
10572 msgstr ""
10573
10574 # type: verbatim
10575 #. type: verbatim
10576 #: ../src/guestfs-actions.pod:2377
10577 #, no-wrap
10578 msgid ""
10579 " int\n"
10580 " guestfs_inotify_close (guestfs_h *g);\n"
10581 "\n"
10582 msgstr ""
10583
10584 # type: textblock
10585 #. type: textblock
10586 #: ../src/guestfs-actions.pod:2380 ../fish/guestfish-actions.pod:1594
10587 msgid ""
10588 "This closes the inotify handle which was previously opened by inotify_init.  "
10589 "It removes all watches, throws away any pending events, and deallocates all "
10590 "resources."
10591 msgstr ""
10592
10593 # type: =head2
10594 #. type: =head2
10595 #: ../src/guestfs-actions.pod:2388
10596 msgid "guestfs_inotify_files"
10597 msgstr ""
10598
10599 # type: verbatim
10600 #. type: verbatim
10601 #: ../src/guestfs-actions.pod:2390
10602 #, no-wrap
10603 msgid ""
10604 " char **\n"
10605 " guestfs_inotify_files (guestfs_h *g);\n"
10606 "\n"
10607 msgstr ""
10608
10609 # type: textblock
10610 #. type: textblock
10611 #: ../src/guestfs-actions.pod:2393
10612 msgid ""
10613 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10614 "returns a list of pathnames of objects that were touched.  The returned "
10615 "pathnames are sorted and deduplicated."
10616 msgstr ""
10617
10618 # type: =head2
10619 #. type: =head2
10620 #: ../src/guestfs-actions.pod:2403
10621 msgid "guestfs_inotify_init"
10622 msgstr ""
10623
10624 # type: verbatim
10625 #. type: verbatim
10626 #: ../src/guestfs-actions.pod:2405
10627 #, no-wrap
10628 msgid ""
10629 " int\n"
10630 " guestfs_inotify_init (guestfs_h *g,\n"
10631 "                       int maxevents);\n"
10632 "\n"
10633 msgstr ""
10634
10635 # type: textblock
10636 #. type: textblock
10637 #: ../src/guestfs-actions.pod:2409 ../fish/guestfish-actions.pod:1610
10638 msgid ""
10639 "This command creates a new inotify handle.  The inotify subsystem can be "
10640 "used to notify events which happen to objects in the guest filesystem."
10641 msgstr ""
10642
10643 # type: textblock
10644 #. type: textblock
10645 #: ../src/guestfs-actions.pod:2413
10646 msgid ""
10647 "C<maxevents> is the maximum number of events which will be queued up between "
10648 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10649 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10650 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10651 "throws away events, but records the fact that it threw them away by setting "
10652 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10653 "C<guestfs_inotify_read>)."
10654 msgstr ""
10655
10656 # type: textblock
10657 #. type: textblock
10658 #: ../src/guestfs-actions.pod:2423
10659 msgid ""
10660 "Before any events are generated, you have to add some watches to the "
10661 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10662 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10663 msgstr ""
10664
10665 # type: textblock
10666 #. type: textblock
10667 #: ../src/guestfs-actions.pod:2429
10668 msgid ""
10669 "Queued up events should be read periodically by calling "
10670 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10671 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10672 "often enough then you risk the internal queue overflowing."
10673 msgstr ""
10674
10675 # type: textblock
10676 #. type: textblock
10677 #: ../src/guestfs-actions.pod:2436
10678 msgid ""
10679 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10680 "This also removes any watches automatically."
10681 msgstr ""
10682
10683 # type: textblock
10684 #. type: textblock
10685 #: ../src/guestfs-actions.pod:2440 ../fish/guestfish-actions.pod:1641
10686 msgid ""
10687 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10688 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10689 "that there is one global inotify handle per libguestfs instance."
10690 msgstr ""
10691
10692 # type: =head2
10693 #. type: =head2
10694 #: ../src/guestfs-actions.pod:2449
10695 msgid "guestfs_inotify_read"
10696 msgstr ""
10697
10698 # type: verbatim
10699 #. type: verbatim
10700 #: ../src/guestfs-actions.pod:2451
10701 #, no-wrap
10702 msgid ""
10703 " struct guestfs_inotify_event_list *\n"
10704 " guestfs_inotify_read (guestfs_h *g);\n"
10705 "\n"
10706 msgstr ""
10707
10708 # type: textblock
10709 #. type: textblock
10710 #: ../src/guestfs-actions.pod:2454 ../fish/guestfish-actions.pod:1650
10711 msgid ""
10712 "Return the complete queue of events that have happened since the previous "
10713 "read call."
10714 msgstr ""
10715
10716 # type: textblock
10717 #. type: textblock
10718 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
10719 msgid "If no events have happened, this returns an empty list."
10720 msgstr ""
10721
10722 # type: textblock
10723 #. type: textblock
10724 #: ../src/guestfs-actions.pod:2459 ../fish/guestfish-actions.pod:1655
10725 msgid ""
10726 "I<Note>: In order to make sure that all events have been read, you must call "
10727 "this function repeatedly until it returns an empty list.  The reason is that "
10728 "the call will read events up to the maximum appliance-to-host message size "
10729 "and leave remaining events in the queue."
10730 msgstr ""
10731
10732 # type: textblock
10733 #. type: textblock
10734 #: ../src/guestfs-actions.pod:2465
10735 msgid ""
10736 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10737 "there was an error.  I<The caller must call "
10738 "C<guestfs_free_inotify_event_list> after use>."
10739 msgstr ""
10740
10741 # type: =head2
10742 #. type: =head2
10743 #: ../src/guestfs-actions.pod:2471
10744 msgid "guestfs_inotify_rm_watch"
10745 msgstr ""
10746
10747 # type: verbatim
10748 #. type: verbatim
10749 #: ../src/guestfs-actions.pod:2473
10750 #, no-wrap
10751 msgid ""
10752 " int\n"
10753 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10754 "                           int wd);\n"
10755 "\n"
10756 msgstr ""
10757
10758 # type: textblock
10759 #. type: textblock
10760 #: ../src/guestfs-actions.pod:2477
10761 msgid ""
10762 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10763 msgstr ""
10764
10765 # type: =head2
10766 #. type: =head2
10767 #: ../src/guestfs-actions.pod:2484
10768 msgid "guestfs_inspect_get_arch"
10769 msgstr ""
10770
10771 # type: verbatim
10772 #. type: verbatim
10773 #: ../src/guestfs-actions.pod:2486
10774 #, no-wrap
10775 msgid ""
10776 " char *\n"
10777 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10778 "                           const char *root);\n"
10779 "\n"
10780 msgstr ""
10781
10782 # type: textblock
10783 #. type: textblock
10784 #: ../src/guestfs-actions.pod:2490 ../src/guestfs-actions.pod:2513
10785 #: ../src/guestfs-actions.pod:2594 ../src/guestfs-actions.pod:2620
10786 #: ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:2669
10787 #: ../src/guestfs-actions.pod:2690 ../src/guestfs-actions.pod:2727
10788 #: ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2787
10789 #: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:2873
10790 #: ../src/guestfs-actions.pod:2896
10791 msgid ""
10792 "This function should only be called with a root device string as returned by "
10793 "C<guestfs_inspect_os>."
10794 msgstr ""
10795
10796 # type: textblock
10797 #. type: textblock
10798 #: ../src/guestfs-actions.pod:2493
10799 msgid ""
10800 "This returns the architecture of the inspected operating system.  The "
10801 "possible return values are listed under C<guestfs_file_architecture>."
10802 msgstr ""
10803
10804 # type: textblock
10805 #. type: textblock
10806 #: ../src/guestfs-actions.pod:2497 ../fish/guestfish-actions.pod:1679
10807 msgid ""
10808 "If the architecture could not be determined, then the string C<unknown> is "
10809 "returned."
10810 msgstr ""
10811
10812 # type: textblock
10813 #. type: textblock
10814 #: ../src/guestfs-actions.pod:2500 ../src/guestfs-actions.pod:2581
10815 #: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2657
10816 #: ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2774
10817 #: ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:2817
10818 #: ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2883
10819 #: ../src/guestfs-actions.pod:2989 ../src/guestfs-actions.pod:3030
10820 #: ../fish/guestfish-actions.pod:1682 ../fish/guestfish-actions.pod:1756
10821 #: ../fish/guestfish-actions.pod:1789 ../fish/guestfish-actions.pod:1810
10822 #: ../fish/guestfish-actions.pod:1874 ../fish/guestfish-actions.pod:1898
10823 #: ../fish/guestfish-actions.pod:1915 ../fish/guestfish-actions.pod:1928
10824 #: ../fish/guestfish-actions.pod:1963 ../fish/guestfish-actions.pod:1979
10825 #: ../fish/guestfish-actions.pod:2078 ../fish/guestfish-actions.pod:2112
10826 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10827 msgstr ""
10828
10829 # type: =head2
10830 #. type: =head2
10831 #: ../src/guestfs-actions.pod:2507
10832 msgid "guestfs_inspect_get_distro"
10833 msgstr ""
10834
10835 # type: verbatim
10836 #. type: verbatim
10837 #: ../src/guestfs-actions.pod:2509
10838 #, no-wrap
10839 msgid ""
10840 " char *\n"
10841 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10842 "                             const char *root);\n"
10843 "\n"
10844 msgstr ""
10845
10846 # type: textblock
10847 #. type: textblock
10848 #: ../src/guestfs-actions.pod:2516 ../fish/guestfish-actions.pod:1691
10849 msgid ""
10850 "This returns the distro (distribution) of the inspected operating system."
10851 msgstr ""
10852
10853 # type: textblock
10854 #. type: textblock
10855 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
10856 msgid "Currently defined distros are:"
10857 msgstr ""
10858
10859 # type: =item
10860 #. type: =item
10861 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1698
10862 msgid "\"archlinux\""
10863 msgstr ""
10864
10865 # type: textblock
10866 #. type: textblock
10867 #: ../src/guestfs-actions.pod:2525 ../fish/guestfish-actions.pod:1700
10868 msgid "Arch Linux."
10869 msgstr ""
10870
10871 # type: =item
10872 #. type: =item
10873 #: ../src/guestfs-actions.pod:2527 ../fish/guestfish-actions.pod:1702
10874 msgid "\"debian\""
10875 msgstr ""
10876
10877 # type: textblock
10878 #. type: textblock
10879 #: ../src/guestfs-actions.pod:2529 ../fish/guestfish-actions.pod:1704
10880 msgid "Debian."
10881 msgstr ""
10882
10883 # type: =item
10884 #. type: =item
10885 #: ../src/guestfs-actions.pod:2531 ../fish/guestfish-actions.pod:1706
10886 msgid "\"fedora\""
10887 msgstr ""
10888
10889 # type: textblock
10890 #. type: textblock
10891 #: ../src/guestfs-actions.pod:2533 ../fish/guestfish-actions.pod:1708
10892 msgid "Fedora."
10893 msgstr ""
10894
10895 # type: =item
10896 #. type: =item
10897 #: ../src/guestfs-actions.pod:2535 ../fish/guestfish-actions.pod:1710
10898 msgid "\"gentoo\""
10899 msgstr ""
10900
10901 # type: textblock
10902 #. type: textblock
10903 #: ../src/guestfs-actions.pod:2537 ../fish/guestfish-actions.pod:1712
10904 msgid "Gentoo."
10905 msgstr ""
10906
10907 # type: =item
10908 #. type: =item
10909 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1714
10910 msgid "\"linuxmint\""
10911 msgstr ""
10912
10913 # type: textblock
10914 #. type: textblock
10915 #: ../src/guestfs-actions.pod:2541 ../fish/guestfish-actions.pod:1716
10916 msgid "Linux Mint."
10917 msgstr ""
10918
10919 # type: =item
10920 #. type: =item
10921 #: ../src/guestfs-actions.pod:2543 ../fish/guestfish-actions.pod:1718
10922 msgid "\"mandriva\""
10923 msgstr ""
10924
10925 # type: textblock
10926 #. type: textblock
10927 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1720
10928 msgid "Mandriva."
10929 msgstr ""
10930
10931 # type: =item
10932 #. type: =item
10933 #: ../src/guestfs-actions.pod:2547 ../fish/guestfish-actions.pod:1722
10934 msgid "\"meego\""
10935 msgstr ""
10936
10937 # type: textblock
10938 #. type: textblock
10939 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1724
10940 msgid "MeeGo."
10941 msgstr ""
10942
10943 # type: =item
10944 #. type: =item
10945 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1726
10946 msgid "\"pardus\""
10947 msgstr ""
10948
10949 # type: textblock
10950 #. type: textblock
10951 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1728
10952 msgid "Pardus."
10953 msgstr ""
10954
10955 # type: =item
10956 #. type: =item
10957 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1730
10958 msgid "\"redhat-based\""
10959 msgstr ""
10960
10961 # type: textblock
10962 #. type: textblock
10963 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1732
10964 msgid "Some Red Hat-derived distro."
10965 msgstr ""
10966
10967 # type: =item
10968 #. type: =item
10969 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1734
10970 msgid "\"rhel\""
10971 msgstr ""
10972
10973 # type: textblock
10974 #. type: textblock
10975 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1736
10976 msgid "Red Hat Enterprise Linux and some derivatives."
10977 msgstr ""
10978
10979 # type: =item
10980 #. type: =item
10981 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1738
10982 msgid "\"ubuntu\""
10983 msgstr ""
10984
10985 # type: textblock
10986 #. type: textblock
10987 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1740
10988 msgid "Ubuntu."
10989 msgstr ""
10990
10991 # type: =item
10992 #. type: =item
10993 #: ../src/guestfs-actions.pod:2567 ../src/guestfs-actions.pod:2851
10994 #: ../fish/guestfish-actions.pod:1742 ../fish/guestfish-actions.pod:1954
10995 msgid "\"unknown\""
10996 msgstr ""
10997
10998 # type: textblock
10999 #. type: textblock
11000 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1744
11001 msgid "The distro could not be determined."
11002 msgstr ""
11003
11004 # type: =item
11005 #. type: =item
11006 #: ../src/guestfs-actions.pod:2571 ../src/guestfs-actions.pod:2843
11007 #: ../fish/guestfish-actions.pod:1746 ../fish/guestfish-actions.pod:1946
11008 msgid "\"windows\""
11009 msgstr ""
11010
11011 # type: textblock
11012 #. type: textblock
11013 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1748
11014 msgid ""
11015 "Windows does not have distributions.  This string is returned if the OS type "
11016 "is Windows."
11017 msgstr ""
11018
11019 # type: textblock
11020 #. type: textblock
11021 #: ../src/guestfs-actions.pod:2578 ../src/guestfs-actions.pod:2857
11022 #: ../fish/guestfish-actions.pod:1753 ../fish/guestfish-actions.pod:1960
11023 msgid ""
11024 "Future versions of libguestfs may return other strings here.  The caller "
11025 "should be prepared to handle any string."
11026 msgstr ""
11027
11028 # type: =head2
11029 #. type: =head2
11030 #: ../src/guestfs-actions.pod:2588
11031 msgid "guestfs_inspect_get_filesystems"
11032 msgstr ""
11033
11034 # type: verbatim
11035 #. type: verbatim
11036 #: ../src/guestfs-actions.pod:2590
11037 #, no-wrap
11038 msgid ""
11039 " char **\n"
11040 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11041 "                                  const char *root);\n"
11042 "\n"
11043 msgstr ""
11044
11045 # type: textblock
11046 #. type: textblock
11047 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1765
11048 msgid ""
11049 "This returns a list of all the filesystems that we think are associated with "
11050 "this operating system.  This includes the root filesystem, other ordinary "
11051 "filesystems, and non-mounted devices like swap partitions."
11052 msgstr ""
11053
11054 # type: textblock
11055 #. type: textblock
11056 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1770
11057 msgid ""
11058 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11059 "to be shared between operating systems."
11060 msgstr ""
11061
11062 # type: textblock
11063 #. type: textblock
11064 #: ../src/guestfs-actions.pod:2605
11065 msgid ""
11066 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11067 "C<guestfs_inspect_get_mountpoints>."
11068 msgstr ""
11069
11070 # type: =head2
11071 #. type: =head2
11072 #: ../src/guestfs-actions.pod:2614
11073 msgid "guestfs_inspect_get_hostname"
11074 msgstr ""
11075
11076 # type: verbatim
11077 #. type: verbatim
11078 #: ../src/guestfs-actions.pod:2616
11079 #, no-wrap
11080 msgid ""
11081 " char *\n"
11082 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11083 "                               const char *root);\n"
11084 "\n"
11085 msgstr ""
11086
11087 # type: textblock
11088 #. type: textblock
11089 #: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1783
11090 msgid ""
11091 "This function returns the hostname of the operating system as found by "
11092 "inspection of the guest's configuration files."
11093 msgstr ""
11094
11095 # type: textblock
11096 #. type: textblock
11097 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
11098 msgid ""
11099 "If the hostname could not be determined, then the string C<unknown> is "
11100 "returned."
11101 msgstr ""
11102
11103 # type: textblock
11104 #. type: textblock
11105 #: ../src/guestfs-actions.pod:2634
11106 msgid "(Added in 1.7.9)"
11107 msgstr ""
11108
11109 # type: =head2
11110 #. type: =head2
11111 #: ../src/guestfs-actions.pod:2636
11112 msgid "guestfs_inspect_get_major_version"
11113 msgstr ""
11114
11115 # type: verbatim
11116 #. type: verbatim
11117 #: ../src/guestfs-actions.pod:2638
11118 #, no-wrap
11119 msgid ""
11120 " int\n"
11121 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11122 "                                    const char *root);\n"
11123 "\n"
11124 msgstr ""
11125
11126 # type: textblock
11127 #. type: textblock
11128 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1798
11129 msgid ""
11130 "This returns the major version number of the inspected operating system."
11131 msgstr ""
11132
11133 # type: textblock
11134 #. type: textblock
11135 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
11136 msgid ""
11137 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11138 "popular public names used by the operating system.  Notably the operating "
11139 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11140 "1).  You can find out the real versions corresponding to releases of Windows "
11141 "by consulting Wikipedia or MSDN."
11142 msgstr ""
11143
11144 # type: textblock
11145 #. type: textblock
11146 #: ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:2675
11147 #: ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:1822
11148 msgid "If the version could not be determined, then C<0> is returned."
11149 msgstr ""
11150
11151 # type: =head2
11152 #. type: =head2
11153 #: ../src/guestfs-actions.pod:2663
11154 msgid "guestfs_inspect_get_minor_version"
11155 msgstr ""
11156
11157 # type: verbatim
11158 #. type: verbatim
11159 #: ../src/guestfs-actions.pod:2665
11160 #, no-wrap
11161 msgid ""
11162 " int\n"
11163 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11164 "                                    const char *root);\n"
11165 "\n"
11166 msgstr ""
11167
11168 # type: textblock
11169 #. type: textblock
11170 #: ../src/guestfs-actions.pod:2672 ../fish/guestfish-actions.pod:1819
11171 msgid ""
11172 "This returns the minor version number of the inspected operating system."
11173 msgstr ""
11174
11175 # type: textblock
11176 #. type: textblock
11177 #: ../src/guestfs-actions.pod:2677
11178 msgid ""
11179 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11180 "C<guestfs_inspect_get_major_version>."
11181 msgstr ""
11182
11183 # type: =head2
11184 #. type: =head2
11185 #: ../src/guestfs-actions.pod:2684
11186 msgid "guestfs_inspect_get_mountpoints"
11187 msgstr ""
11188
11189 # type: verbatim
11190 #. type: verbatim
11191 #: ../src/guestfs-actions.pod:2686
11192 #, no-wrap
11193 msgid ""
11194 " char **\n"
11195 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11196 "                                  const char *root);\n"
11197 "\n"
11198 msgstr ""
11199
11200 #. type: textblock
11201 #: ../src/guestfs-actions.pod:2693 ../fish/guestfish-actions.pod:1834
11202 msgid ""
11203 "This returns a hash of where we think the filesystems associated with this "
11204 "operating system should be mounted.  Callers should note that this is at "
11205 "best an educated guess made by reading configuration files such as C</etc/"
11206 "fstab>.  I<In particular note> that this may return filesystems which are "
11207 "non-existent or not mountable and callers should be prepared to handle or "
11208 "ignore failures if they try to mount them."
11209 msgstr ""
11210
11211 # type: textblock
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1843
11214 msgid ""
11215 "Each element in the returned hashtable has a key which is the path of the "
11216 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11217 "mounted there (eg. C</dev/sda1>)."
11218 msgstr ""
11219
11220 # type: textblock
11221 #. type: textblock
11222 #: ../src/guestfs-actions.pod:2707 ../fish/guestfish-actions.pod:1848
11223 msgid ""
11224 "Non-mounted devices such as swap devices are I<not> returned in this list."
11225 msgstr ""
11226
11227 # type: textblock
11228 #. type: textblock
11229 #: ../src/guestfs-actions.pod:2710
11230 msgid ""
11231 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11232 "C<guestfs_inspect_get_filesystems>."
11233 msgstr ""
11234
11235 # type: textblock
11236 #. type: textblock
11237 #: ../src/guestfs-actions.pod:2713 ../src/guestfs-actions.pod:3359
11238 #: ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:6422
11239 msgid ""
11240 "This function returns a NULL-terminated array of strings, or NULL if there "
11241 "was an error.  The array of strings will always have length C<2n+1>, where "
11242 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11243 "caller must free the strings and the array after use>."
11244 msgstr ""
11245
11246 # type: =head2
11247 #. type: =head2
11248 #: ../src/guestfs-actions.pod:2721
11249 msgid "guestfs_inspect_get_package_format"
11250 msgstr ""
11251
11252 # type: verbatim
11253 #. type: verbatim
11254 #: ../src/guestfs-actions.pod:2723
11255 #, no-wrap
11256 msgid ""
11257 " char *\n"
11258 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11259 "                                     const char *root);\n"
11260 "\n"
11261 msgstr ""
11262
11263 # type: textblock
11264 #. type: textblock
11265 #: ../src/guestfs-actions.pod:2730
11266 msgid ""
11267 "This function and C<guestfs_inspect_get_package_management> return the "
11268 "package format and package management tool used by the inspected operating "
11269 "system.  For example for Fedora these functions would return C<rpm> (package "
11270 "format) and C<yum> (package management)."
11271 msgstr ""
11272
11273 # type: textblock
11274 #. type: textblock
11275 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1867
11276 msgid ""
11277 "This returns the string C<unknown> if we could not determine the package "
11278 "format I<or> if the operating system does not have a real packaging system "
11279 "(eg. Windows)."
11280 msgstr ""
11281
11282 # type: textblock
11283 #. type: textblock
11284 #: ../src/guestfs-actions.pod:2740 ../fish/guestfish-actions.pod:1871
11285 msgid ""
11286 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11287 "Future versions of libguestfs may return other strings."
11288 msgstr ""
11289
11290 # type: textblock
11291 #. type: textblock
11292 #: ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779
11293 msgid "(Added in 1.7.5)"
11294 msgstr ""
11295
11296 # type: =head2
11297 #. type: =head2
11298 #: ../src/guestfs-actions.pod:2750
11299 msgid "guestfs_inspect_get_package_management"
11300 msgstr ""
11301
11302 # type: verbatim
11303 #. type: verbatim
11304 #: ../src/guestfs-actions.pod:2752
11305 #, no-wrap
11306 msgid ""
11307 " char *\n"
11308 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11309 "                                         const char *root);\n"
11310 "\n"
11311 msgstr ""
11312
11313 # type: textblock
11314 #. type: textblock
11315 #: ../src/guestfs-actions.pod:2759
11316 msgid ""
11317 "C<guestfs_inspect_get_package_format> and this function return the package "
11318 "format and package management tool used by the inspected operating system.  "
11319 "For example for Fedora these functions would return C<rpm> (package format) "
11320 "and C<yum> (package management)."
11321 msgstr ""
11322
11323 # type: textblock
11324 #. type: textblock
11325 #: ../src/guestfs-actions.pod:2765 ../fish/guestfish-actions.pod:1889
11326 msgid ""
11327 "This returns the string C<unknown> if we could not determine the package "
11328 "management tool I<or> if the operating system does not have a real packaging "
11329 "system (eg. Windows)."
11330 msgstr ""
11331
11332 # type: textblock
11333 #. type: textblock
11334 #: ../src/guestfs-actions.pod:2769 ../fish/guestfish-actions.pod:1893
11335 msgid ""
11336 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11337 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11338 "libguestfs may return other strings."
11339 msgstr ""
11340
11341 # type: =head2
11342 #. type: =head2
11343 #: ../src/guestfs-actions.pod:2781
11344 msgid "guestfs_inspect_get_product_name"
11345 msgstr ""
11346
11347 # type: verbatim
11348 #. type: verbatim
11349 #: ../src/guestfs-actions.pod:2783
11350 #, no-wrap
11351 msgid ""
11352 " char *\n"
11353 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11354 "                                   const char *root);\n"
11355 "\n"
11356 msgstr ""
11357
11358 # type: textblock
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1907
11361 msgid ""
11362 "This returns the product name of the inspected operating system.  The "
11363 "product name is generally some freeform string which can be displayed to the "
11364 "user, but should not be parsed by programs."
11365 msgstr ""
11366
11367 # type: textblock
11368 #. type: textblock
11369 #: ../src/guestfs-actions.pod:2795 ../fish/guestfish-actions.pod:1912
11370 msgid ""
11371 "If the product name could not be determined, then the string C<unknown> is "
11372 "returned."
11373 msgstr ""
11374
11375 # type: =head2
11376 #. type: =head2
11377 #: ../src/guestfs-actions.pod:2805
11378 msgid "guestfs_inspect_get_roots"
11379 msgstr ""
11380
11381 # type: verbatim
11382 #. type: verbatim
11383 #: ../src/guestfs-actions.pod:2807
11384 #, no-wrap
11385 msgid ""
11386 " char **\n"
11387 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11388 "\n"
11389 msgstr ""
11390
11391 # type: textblock
11392 #. type: textblock
11393 #: ../src/guestfs-actions.pod:2810
11394 msgid ""
11395 "This function is a convenient way to get the list of root devices, as "
11396 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11397 "the whole inspection process."
11398 msgstr ""
11399
11400 # type: textblock
11401 #. type: textblock
11402 #: ../src/guestfs-actions.pod:2814
11403 msgid ""
11404 "This returns an empty list if either no root devices were found or the "
11405 "caller has not called C<guestfs_inspect_os>."
11406 msgstr ""
11407
11408 # type: textblock
11409 #. type: textblock
11410 #: ../src/guestfs-actions.pod:2823
11411 msgid "(Added in 1.7.3)"
11412 msgstr ""
11413
11414 # type: =head2
11415 #. type: =head2
11416 #: ../src/guestfs-actions.pod:2825
11417 msgid "guestfs_inspect_get_type"
11418 msgstr ""
11419
11420 # type: verbatim
11421 #. type: verbatim
11422 #: ../src/guestfs-actions.pod:2827
11423 #, no-wrap
11424 msgid ""
11425 " char *\n"
11426 " guestfs_inspect_get_type (guestfs_h *g,\n"
11427 "                           const char *root);\n"
11428 "\n"
11429 msgstr ""
11430
11431 # type: textblock
11432 #. type: textblock
11433 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1937
11434 msgid ""
11435 "This returns the type of the inspected operating system.  Currently defined "
11436 "types are:"
11437 msgstr ""
11438
11439 # type: =item
11440 #. type: =item
11441 #: ../src/guestfs-actions.pod:2839 ../fish/guestfish-actions.pod:1942
11442 msgid "\"linux\""
11443 msgstr ""
11444
11445 # type: textblock
11446 #. type: textblock
11447 #: ../src/guestfs-actions.pod:2841 ../fish/guestfish-actions.pod:1944
11448 msgid "Any Linux-based operating system."
11449 msgstr ""
11450
11451 # type: textblock
11452 #. type: textblock
11453 #: ../src/guestfs-actions.pod:2845 ../fish/guestfish-actions.pod:1948
11454 msgid "Any Microsoft Windows operating system."
11455 msgstr ""
11456
11457 # type: =item
11458 #. type: =item
11459 #: ../src/guestfs-actions.pod:2847 ../fish/guestfish-actions.pod:1950
11460 msgid "\"freebsd\""
11461 msgstr ""
11462
11463 # type: textblock
11464 #. type: textblock
11465 #: ../src/guestfs-actions.pod:2849 ../fish/guestfish-actions.pod:1952
11466 msgid "FreeBSD."
11467 msgstr ""
11468
11469 # type: textblock
11470 #. type: textblock
11471 #: ../src/guestfs-actions.pod:2853 ../fish/guestfish-actions.pod:1956
11472 msgid "The operating system type could not be determined."
11473 msgstr ""
11474
11475 # type: =head2
11476 #. type: =head2
11477 #: ../src/guestfs-actions.pod:2867
11478 msgid "guestfs_inspect_get_windows_systemroot"
11479 msgstr ""
11480
11481 # type: verbatim
11482 #. type: verbatim
11483 #: ../src/guestfs-actions.pod:2869
11484 #, no-wrap
11485 msgid ""
11486 " char *\n"
11487 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11488 "                                         const char *root);\n"
11489 "\n"
11490 msgstr ""
11491
11492 # type: textblock
11493 #. type: textblock
11494 #: ../src/guestfs-actions.pod:2876 ../fish/guestfish-actions.pod:1972
11495 msgid ""
11496 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11497 "is a directory path such as C</WINDOWS>."
11498 msgstr ""
11499
11500 # type: textblock
11501 #. type: textblock
11502 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
11503 msgid ""
11504 "This call assumes that the guest is Windows and that the systemroot could be "
11505 "determined by inspection.  If this is not the case then an error is returned."
11506 msgstr ""
11507
11508 # type: textblock
11509 #. type: textblock
11510 #: ../src/guestfs-actions.pod:2888
11511 msgid "(Added in 1.5.25)"
11512 msgstr ""
11513
11514 # type: =head2
11515 #. type: =head2
11516 #: ../src/guestfs-actions.pod:2890
11517 msgid "guestfs_inspect_list_applications"
11518 msgstr ""
11519
11520 # type: verbatim
11521 #. type: verbatim
11522 #: ../src/guestfs-actions.pod:2892
11523 #, no-wrap
11524 msgid ""
11525 " struct guestfs_application_list *\n"
11526 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11527 "                                    const char *root);\n"
11528 "\n"
11529 msgstr ""
11530
11531 # type: textblock
11532 #. type: textblock
11533 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1988
11534 msgid "Return the list of applications installed in the operating system."
11535 msgstr ""
11536
11537 # type: textblock
11538 #. type: textblock
11539 #: ../src/guestfs-actions.pod:2901
11540 msgid ""
11541 "I<Note:> This call works differently from other parts of the inspection "
11542 "API.  You have to call C<guestfs_inspect_os>, then "
11543 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11544 "this.  Listing applications is a significantly more difficult operation "
11545 "which requires access to the full filesystem.  Also note that unlike the "
11546 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11547 "the libguestfs handle, this call actually reads parts of the mounted "
11548 "filesystems during the call."
11549 msgstr ""
11550
11551 # type: textblock
11552 #. type: textblock
11553 #: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:2000
11554 msgid ""
11555 "This returns an empty list if the inspection code was not able to determine "
11556 "the list of applications."
11557 msgstr ""
11558
11559 # type: textblock
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
11562 msgid "The application structure contains the following fields:"
11563 msgstr ""
11564
11565 # type: =item
11566 #. type: =item
11567 #: ../src/guestfs-actions.pod:2918 ../fish/guestfish-actions.pod:2007
11568 msgid "C<app_name>"
11569 msgstr ""
11570
11571 # type: textblock
11572 #. type: textblock
11573 #: ../src/guestfs-actions.pod:2920 ../fish/guestfish-actions.pod:2009
11574 msgid ""
11575 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11576 "guests, this is the package name."
11577 msgstr ""
11578
11579 # type: =item
11580 #. type: =item
11581 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
11582 msgid "C<app_display_name>"
11583 msgstr ""
11584
11585 # type: textblock
11586 #. type: textblock
11587 #: ../src/guestfs-actions.pod:2925 ../fish/guestfish-actions.pod:2014
11588 msgid ""
11589 "The display name of the application, sometimes localized to the install "
11590 "language of the guest operating system."
11591 msgstr ""
11592
11593 # type: textblock
11594 #. type: textblock
11595 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
11596 msgid ""
11597 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11598 "to display something can use C<app_name> instead."
11599 msgstr ""
11600
11601 # type: =item
11602 #. type: =item
11603 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
11604 msgid "C<app_epoch>"
11605 msgstr ""
11606
11607 # type: textblock
11608 #. type: textblock
11609 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2022
11610 msgid ""
11611 "For package managers which use epochs, this contains the epoch of the "
11612 "package (an integer).  If unavailable, this is returned as C<0>."
11613 msgstr ""
11614
11615 # type: =item
11616 #. type: =item
11617 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
11618 msgid "C<app_version>"
11619 msgstr ""
11620
11621 # type: textblock
11622 #. type: textblock
11623 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2027
11624 msgid ""
11625 "The version string of the application or package.  If unavailable this is "
11626 "returned as an empty string C<\"\">."
11627 msgstr ""
11628
11629 # type: =item
11630 #. type: =item
11631 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
11632 msgid "C<app_release>"
11633 msgstr ""
11634
11635 # type: textblock
11636 #. type: textblock
11637 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2032
11638 msgid ""
11639 "The release string of the application or package, for package managers that "
11640 "use this.  If unavailable this is returned as an empty string C<\"\">."
11641 msgstr ""
11642
11643 # type: =item
11644 #. type: =item
11645 #: ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:2036
11646 msgid "C<app_install_path>"
11647 msgstr ""
11648
11649 # type: textblock
11650 #. type: textblock
11651 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2038
11652 msgid ""
11653 "The installation path of the application (on operating systems such as "
11654 "Windows which use installation paths).  This path is in the format used by "
11655 "the guest operating system, it is not a libguestfs path."
11656 msgstr ""
11657
11658 # type: textblock
11659 #. type: textblock
11660 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2043
11661 msgid "If unavailable this is returned as an empty string C<\"\">."
11662 msgstr ""
11663
11664 # type: =item
11665 #. type: =item
11666 #: ../src/guestfs-actions.pod:2956 ../fish/guestfish-actions.pod:2045
11667 msgid "C<app_trans_path>"
11668 msgstr ""
11669
11670 # type: textblock
11671 #. type: textblock
11672 #: ../src/guestfs-actions.pod:2958 ../fish/guestfish-actions.pod:2047
11673 msgid ""
11674 "The install path translated into a libguestfs path.  If unavailable this is "
11675 "returned as an empty string C<\"\">."
11676 msgstr ""
11677
11678 # type: =item
11679 #. type: =item
11680 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
11681 msgid "C<app_publisher>"
11682 msgstr ""
11683
11684 # type: textblock
11685 #. type: textblock
11686 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2052
11687 msgid ""
11688 "The name of the publisher of the application, for package managers that use "
11689 "this.  If unavailable this is returned as an empty string C<\"\">."
11690 msgstr ""
11691
11692 # type: =item
11693 #. type: =item
11694 #: ../src/guestfs-actions.pod:2967 ../fish/guestfish-actions.pod:2056
11695 msgid "C<app_url>"
11696 msgstr ""
11697
11698 # type: textblock
11699 #. type: textblock
11700 #: ../src/guestfs-actions.pod:2969 ../fish/guestfish-actions.pod:2058
11701 msgid ""
11702 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11703 "returned as an empty string C<\"\">."
11704 msgstr ""
11705
11706 # type: =item
11707 #. type: =item
11708 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
11709 msgid "C<app_source_package>"
11710 msgstr ""
11711
11712 # type: textblock
11713 #. type: textblock
11714 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2063
11715 msgid ""
11716 "For packaging systems which support this, the name of the source package.  "
11717 "If unavailable this is returned as an empty string C<\"\">."
11718 msgstr ""
11719
11720 # type: =item
11721 #. type: =item
11722 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
11723 msgid "C<app_summary>"
11724 msgstr ""
11725
11726 # type: textblock
11727 #. type: textblock
11728 #: ../src/guestfs-actions.pod:2979 ../fish/guestfish-actions.pod:2068
11729 msgid ""
11730 "A short (usually one line) description of the application or package.  If "
11731 "unavailable this is returned as an empty string C<\"\">."
11732 msgstr ""
11733
11734 # type: =item
11735 #. type: =item
11736 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
11737 msgid "C<app_description>"
11738 msgstr ""
11739
11740 # type: textblock
11741 #. type: textblock
11742 #: ../src/guestfs-actions.pod:2984 ../fish/guestfish-actions.pod:2073
11743 msgid ""
11744 "A longer description of the application or package.  If unavailable this is "
11745 "returned as an empty string C<\"\">."
11746 msgstr ""
11747
11748 # type: textblock
11749 #. type: textblock
11750 #: ../src/guestfs-actions.pod:2991
11751 msgid ""
11752 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11753 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11754 "after use>."
11755 msgstr ""
11756
11757 # type: textblock
11758 #. type: textblock
11759 #: ../src/guestfs-actions.pod:2995
11760 msgid "(Added in 1.7.8)"
11761 msgstr ""
11762
11763 # type: =head2
11764 #. type: =head2
11765 #: ../src/guestfs-actions.pod:2997
11766 msgid "guestfs_inspect_os"
11767 msgstr ""
11768
11769 # type: verbatim
11770 #. type: verbatim
11771 #: ../src/guestfs-actions.pod:2999
11772 #, no-wrap
11773 msgid ""
11774 " char **\n"
11775 " guestfs_inspect_os (guestfs_h *g);\n"
11776 "\n"
11777 msgstr ""
11778
11779 # type: textblock
11780 #. type: textblock
11781 #: ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:2084
11782 msgid ""
11783 "This function uses other libguestfs functions and certain heuristics to "
11784 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11785 "for operating systems."
11786 msgstr ""
11787
11788 # type: textblock
11789 #. type: textblock
11790 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2088
11791 msgid "The list returned is empty if no operating systems were found."
11792 msgstr ""
11793
11794 # type: textblock
11795 #. type: textblock
11796 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2090
11797 msgid ""
11798 "If one operating system was found, then this returns a list with a single "
11799 "element, which is the name of the root filesystem of this operating system.  "
11800 "It is also possible for this function to return a list containing more than "
11801 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11802 "element being the root filesystem of one of the operating systems."
11803 msgstr ""
11804
11805 # type: textblock
11806 #. type: textblock
11807 #: ../src/guestfs-actions.pod:3015
11808 msgid ""
11809 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11810 "functions in order to query further information about each operating system, "
11811 "such as the name and version."
11812 msgstr ""
11813
11814 # type: textblock
11815 #. type: textblock
11816 #: ../src/guestfs-actions.pod:3020
11817 msgid ""
11818 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11819 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11820 "the contents.  This should be called with no disks currently mounted.  The "
11821 "function may also use Augeas, so any existing Augeas handle will be closed."
11822 msgstr ""
11823
11824 # type: textblock
11825 #. type: textblock
11826 #: ../src/guestfs-actions.pod:3026 ../fish/guestfish-actions.pod:2108
11827 msgid ""
11828 "This function cannot decrypt encrypted disks.  The caller must do that first "
11829 "(supplying the necessary keys) if the disk is encrypted."
11830 msgstr ""
11831
11832 # type: textblock
11833 #. type: textblock
11834 #: ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3317
11835 #: ../src/guestfs-actions.pod:3379
11836 msgid "See also C<guestfs_list_filesystems>."
11837 msgstr ""
11838
11839 # type: =head2
11840 #. type: =head2
11841 #: ../src/guestfs-actions.pod:3040
11842 msgid "guestfs_is_blockdev"
11843 msgstr ""
11844
11845 # type: verbatim
11846 #. type: verbatim
11847 #: ../src/guestfs-actions.pod:3042
11848 #, no-wrap
11849 msgid ""
11850 " int\n"
11851 " guestfs_is_blockdev (guestfs_h *g,\n"
11852 "                      const char *path);\n"
11853 "\n"
11854 msgstr ""
11855
11856 # type: textblock
11857 #. type: textblock
11858 #: ../src/guestfs-actions.pod:3046 ../fish/guestfish-actions.pod:2120
11859 msgid ""
11860 "This returns C<true> if and only if there is a block device with the given "
11861 "C<path> name."
11862 msgstr ""
11863
11864 # type: textblock
11865 #. type: textblock
11866 #: ../src/guestfs-actions.pod:3049 ../src/guestfs-actions.pod:3078
11867 #: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3123
11868 #: ../src/guestfs-actions.pod:3139 ../src/guestfs-actions.pod:3195
11869 #: ../src/guestfs-actions.pod:3210
11870 msgid "See also C<guestfs_stat>."
11871 msgstr ""
11872
11873 # type: textblock
11874 #. type: textblock
11875 #: ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3082
11876 #: ../src/guestfs-actions.pod:3127 ../src/guestfs-actions.pod:3199
11877 #: ../src/guestfs-actions.pod:3214
11878 msgid "(Added in 1.5.10)"
11879 msgstr ""
11880
11881 # type: =head2
11882 #. type: =head2
11883 #: ../src/guestfs-actions.pod:3055
11884 msgid "guestfs_is_busy"
11885 msgstr ""
11886
11887 # type: verbatim
11888 #. type: verbatim
11889 #: ../src/guestfs-actions.pod:3057
11890 #, no-wrap
11891 msgid ""
11892 " int\n"
11893 " guestfs_is_busy (guestfs_h *g);\n"
11894 "\n"
11895 msgstr ""
11896
11897 # type: textblock
11898 #. type: textblock
11899 #: ../src/guestfs-actions.pod:3060 ../fish/guestfish-actions.pod:2129
11900 msgid ""
11901 "This returns true iff this handle is busy processing a command (in the "
11902 "C<BUSY> state)."
11903 msgstr ""
11904
11905 # type: =head2
11906 #. type: =head2
11907 #: ../src/guestfs-actions.pod:3069
11908 msgid "guestfs_is_chardev"
11909 msgstr ""
11910
11911 # type: verbatim
11912 #. type: verbatim
11913 #: ../src/guestfs-actions.pod:3071
11914 #, no-wrap
11915 msgid ""
11916 " int\n"
11917 " guestfs_is_chardev (guestfs_h *g,\n"
11918 "                     const char *path);\n"
11919 "\n"
11920 msgstr ""
11921
11922 # type: textblock
11923 #. type: textblock
11924 #: ../src/guestfs-actions.pod:3075 ../fish/guestfish-actions.pod:2138
11925 msgid ""
11926 "This returns C<true> if and only if there is a character device with the "
11927 "given C<path> name."
11928 msgstr ""
11929
11930 # type: =head2
11931 #. type: =head2
11932 #: ../src/guestfs-actions.pod:3084
11933 msgid "guestfs_is_config"
11934 msgstr ""
11935
11936 # type: verbatim
11937 #. type: verbatim
11938 #: ../src/guestfs-actions.pod:3086
11939 #, no-wrap
11940 msgid ""
11941 " int\n"
11942 " guestfs_is_config (guestfs_h *g);\n"
11943 "\n"
11944 msgstr ""
11945
11946 # type: textblock
11947 #. type: textblock
11948 #: ../src/guestfs-actions.pod:3089 ../fish/guestfish-actions.pod:2147
11949 msgid ""
11950 "This returns true iff this handle is being configured (in the C<CONFIG> "
11951 "state)."
11952 msgstr ""
11953
11954 # type: =head2
11955 #. type: =head2
11956 #: ../src/guestfs-actions.pod:3098
11957 msgid "guestfs_is_dir"
11958 msgstr ""
11959
11960 # type: verbatim
11961 #. type: verbatim
11962 #: ../src/guestfs-actions.pod:3100
11963 #, no-wrap
11964 msgid ""
11965 " int\n"
11966 " guestfs_is_dir (guestfs_h *g,\n"
11967 "                 const char *path);\n"
11968 "\n"
11969 msgstr ""
11970
11971 # type: textblock
11972 #. type: textblock
11973 #: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2156
11974 msgid ""
11975 "This returns C<true> if and only if there is a directory with the given "
11976 "C<path> name.  Note that it returns false for other objects like files."
11977 msgstr ""
11978
11979 # type: =head2
11980 #. type: =head2
11981 #: ../src/guestfs-actions.pod:3114
11982 msgid "guestfs_is_fifo"
11983 msgstr ""
11984
11985 # type: verbatim
11986 #. type: verbatim
11987 #: ../src/guestfs-actions.pod:3116
11988 #, no-wrap
11989 msgid ""
11990 " int\n"
11991 " guestfs_is_fifo (guestfs_h *g,\n"
11992 "                  const char *path);\n"
11993 "\n"
11994 msgstr ""
11995
11996 # type: textblock
11997 #. type: textblock
11998 #: ../src/guestfs-actions.pod:3120 ../fish/guestfish-actions.pod:2166
11999 msgid ""
12000 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
12001 "given C<path> name."
12002 msgstr ""
12003
12004 # type: =head2
12005 #. type: =head2
12006 #: ../src/guestfs-actions.pod:3129
12007 msgid "guestfs_is_file"
12008 msgstr ""
12009
12010 # type: verbatim
12011 #. type: verbatim
12012 #: ../src/guestfs-actions.pod:3131
12013 #, no-wrap
12014 msgid ""
12015 " int\n"
12016 " guestfs_is_file (guestfs_h *g,\n"
12017 "                  const char *path);\n"
12018 "\n"
12019 msgstr ""
12020
12021 # type: textblock
12022 #. type: textblock
12023 #: ../src/guestfs-actions.pod:3135 ../fish/guestfish-actions.pod:2175
12024 msgid ""
12025 "This returns C<true> if and only if there is a regular file with the given "
12026 "C<path> name.  Note that it returns false for other objects like directories."
12027 msgstr ""
12028
12029 # type: =head2
12030 #. type: =head2
12031 #: ../src/guestfs-actions.pod:3145
12032 msgid "guestfs_is_launching"
12033 msgstr ""
12034
12035 # type: verbatim
12036 #. type: verbatim
12037 #: ../src/guestfs-actions.pod:3147
12038 #, no-wrap
12039 msgid ""
12040 " int\n"
12041 " guestfs_is_launching (guestfs_h *g);\n"
12042 "\n"
12043 msgstr ""
12044
12045 # type: textblock
12046 #. type: textblock
12047 #: ../src/guestfs-actions.pod:3150 ../fish/guestfish-actions.pod:2185
12048 msgid ""
12049 "This returns true iff this handle is launching the subprocess (in the "
12050 "C<LAUNCHING> state)."
12051 msgstr ""
12052
12053 # type: =head2
12054 #. type: =head2
12055 #: ../src/guestfs-actions.pod:3159
12056 msgid "guestfs_is_lv"
12057 msgstr ""
12058
12059 # type: verbatim
12060 #. type: verbatim
12061 #: ../src/guestfs-actions.pod:3161
12062 #, no-wrap
12063 msgid ""
12064 " int\n"
12065 " guestfs_is_lv (guestfs_h *g,\n"
12066 "                const char *device);\n"
12067 "\n"
12068 msgstr ""
12069
12070 # type: textblock
12071 #. type: textblock
12072 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2194
12073 msgid ""
12074 "This command tests whether C<device> is a logical volume, and returns true "
12075 "iff this is the case."
12076 msgstr ""
12077
12078 # type: =head2
12079 #. type: =head2
12080 #: ../src/guestfs-actions.pod:3172
12081 msgid "guestfs_is_ready"
12082 msgstr ""
12083
12084 # type: verbatim
12085 #. type: verbatim
12086 #: ../src/guestfs-actions.pod:3174
12087 #, no-wrap
12088 msgid ""
12089 " int\n"
12090 " guestfs_is_ready (guestfs_h *g);\n"
12091 "\n"
12092 msgstr ""
12093
12094 # type: textblock
12095 #. type: textblock
12096 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2201
12097 msgid ""
12098 "This returns true iff this handle is ready to accept commands (in the "
12099 "C<READY> state)."
12100 msgstr ""
12101
12102 # type: =head2
12103 #. type: =head2
12104 #: ../src/guestfs-actions.pod:3186
12105 msgid "guestfs_is_socket"
12106 msgstr ""
12107
12108 # type: verbatim
12109 #. type: verbatim
12110 #: ../src/guestfs-actions.pod:3188
12111 #, no-wrap
12112 msgid ""
12113 " int\n"
12114 " guestfs_is_socket (guestfs_h *g,\n"
12115 "                    const char *path);\n"
12116 "\n"
12117 msgstr ""
12118
12119 # type: textblock
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:3192 ../fish/guestfish-actions.pod:2210
12122 msgid ""
12123 "This returns C<true> if and only if there is a Unix domain socket with the "
12124 "given C<path> name."
12125 msgstr ""
12126
12127 # type: =head2
12128 #. type: =head2
12129 #: ../src/guestfs-actions.pod:3201
12130 msgid "guestfs_is_symlink"
12131 msgstr ""
12132
12133 # type: verbatim
12134 #. type: verbatim
12135 #: ../src/guestfs-actions.pod:3203
12136 #, no-wrap
12137 msgid ""
12138 " int\n"
12139 " guestfs_is_symlink (guestfs_h *g,\n"
12140 "                     const char *path);\n"
12141 "\n"
12142 msgstr ""
12143
12144 # type: textblock
12145 #. type: textblock
12146 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2219
12147 msgid ""
12148 "This returns C<true> if and only if there is a symbolic link with the given "
12149 "C<path> name."
12150 msgstr ""
12151
12152 # type: =head2
12153 #. type: =head2
12154 #: ../src/guestfs-actions.pod:3216
12155 msgid "guestfs_kill_subprocess"
12156 msgstr ""
12157
12158 # type: verbatim
12159 #. type: verbatim
12160 #: ../src/guestfs-actions.pod:3218
12161 #, no-wrap
12162 msgid ""
12163 " int\n"
12164 " guestfs_kill_subprocess (guestfs_h *g);\n"
12165 "\n"
12166 msgstr ""
12167
12168 # type: textblock
12169 #. type: textblock
12170 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2228
12171 msgid "This kills the qemu subprocess.  You should never need to call this."
12172 msgstr ""
12173
12174 # type: =head2
12175 #. type: =head2
12176 #: ../src/guestfs-actions.pod:3227
12177 msgid "guestfs_launch"
12178 msgstr ""
12179
12180 # type: verbatim
12181 #. type: verbatim
12182 #: ../src/guestfs-actions.pod:3229
12183 #, no-wrap
12184 msgid ""
12185 " int\n"
12186 " guestfs_launch (guestfs_h *g);\n"
12187 "\n"
12188 msgstr ""
12189
12190 # type: textblock
12191 #. type: textblock
12192 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2236
12193 msgid ""
12194 "Internally libguestfs is implemented by running a virtual machine using "
12195 "L<qemu(1)>."
12196 msgstr ""
12197
12198 # type: textblock
12199 #. type: textblock
12200 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
12201 msgid ""
12202 "You should call this after configuring the handle (eg. adding drives) but "
12203 "before performing any actions."
12204 msgstr ""
12205
12206 # type: =head2
12207 #. type: =head2
12208 #: ../src/guestfs-actions.pod:3242
12209 msgid "guestfs_lchown"
12210 msgstr ""
12211
12212 # type: verbatim
12213 #. type: verbatim
12214 #: ../src/guestfs-actions.pod:3244
12215 #, no-wrap
12216 msgid ""
12217 " int\n"
12218 " guestfs_lchown (guestfs_h *g,\n"
12219 "                 int owner,\n"
12220 "                 int group,\n"
12221 "                 const char *path);\n"
12222 "\n"
12223 msgstr ""
12224
12225 # type: textblock
12226 #. type: textblock
12227 #: ../src/guestfs-actions.pod:3250
12228 msgid ""
12229 "Change the file owner to C<owner> and group to C<group>.  This is like "
12230 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12231 "changed, not the target."
12232 msgstr ""
12233
12234 # type: =head2
12235 #. type: =head2
12236 #: ../src/guestfs-actions.pod:3262
12237 msgid "guestfs_lgetxattr"
12238 msgstr ""
12239
12240 # type: verbatim
12241 #. type: verbatim
12242 #: ../src/guestfs-actions.pod:3264
12243 #, no-wrap
12244 msgid ""
12245 " char *\n"
12246 " guestfs_lgetxattr (guestfs_h *g,\n"
12247 "                    const char *path,\n"
12248 "                    const char *name,\n"
12249 "                    size_t *size_r);\n"
12250 "\n"
12251 msgstr ""
12252
12253 # type: textblock
12254 #. type: textblock
12255 #: ../src/guestfs-actions.pod:3270 ../fish/guestfish-actions.pod:2258
12256 msgid ""
12257 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12258 "is a symlink, then this call returns an extended attribute from the symlink."
12259 msgstr ""
12260
12261 # type: textblock
12262 #. type: textblock
12263 #: ../src/guestfs-actions.pod:3284
12264 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12265 msgstr ""
12266
12267 # type: =head2
12268 #. type: =head2
12269 #: ../src/guestfs-actions.pod:3292
12270 msgid "guestfs_lgetxattrs"
12271 msgstr ""
12272
12273 # type: verbatim
12274 #. type: verbatim
12275 #: ../src/guestfs-actions.pod:3294
12276 #, no-wrap
12277 msgid ""
12278 " struct guestfs_xattr_list *\n"
12279 " guestfs_lgetxattrs (guestfs_h *g,\n"
12280 "                     const char *path);\n"
12281 "\n"
12282 msgstr ""
12283
12284 # type: textblock
12285 #. type: textblock
12286 #: ../src/guestfs-actions.pod:3298
12287 msgid ""
12288 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12289 "then it returns the extended attributes of the link itself."
12290 msgstr ""
12291
12292 # type: =head2
12293 #. type: =head2
12294 #: ../src/guestfs-actions.pod:3308
12295 msgid "guestfs_list_devices"
12296 msgstr ""
12297
12298 # type: verbatim
12299 #. type: verbatim
12300 #: ../src/guestfs-actions.pod:3310
12301 #, no-wrap
12302 msgid ""
12303 " char **\n"
12304 " guestfs_list_devices (guestfs_h *g);\n"
12305 "\n"
12306 msgstr ""
12307
12308 # type: textblock
12309 #. type: textblock
12310 #: ../src/guestfs-actions.pod:3313 ../fish/guestfish-actions.pod:2286
12311 msgid "List all the block devices."
12312 msgstr ""
12313
12314 # type: textblock
12315 #. type: textblock
12316 #: ../src/guestfs-actions.pod:3315 ../fish/guestfish-actions.pod:2288
12317 msgid "The full block device names are returned, eg. C</dev/sda>."
12318 msgstr ""
12319
12320 # type: =head2
12321 #. type: =head2
12322 #: ../src/guestfs-actions.pod:3325
12323 msgid "guestfs_list_filesystems"
12324 msgstr ""
12325
12326 # type: verbatim
12327 #. type: verbatim
12328 #: ../src/guestfs-actions.pod:3327
12329 #, no-wrap
12330 msgid ""
12331 " char **\n"
12332 " guestfs_list_filesystems (guestfs_h *g);\n"
12333 "\n"
12334 msgstr ""
12335
12336 # type: textblock
12337 #. type: textblock
12338 #: ../src/guestfs-actions.pod:3330 ../fish/guestfish-actions.pod:2296
12339 msgid ""
12340 "This inspection command looks for filesystems on partitions, block devices "
12341 "and logical volumes, returning a list of devices containing filesystems and "
12342 "their type."
12343 msgstr ""
12344
12345 # type: textblock
12346 #. type: textblock
12347 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2300
12348 msgid ""
12349 "The return value is a hash, where the keys are the devices containing "
12350 "filesystems, and the values are the filesystem types.  For example:"
12351 msgstr ""
12352
12353 # type: verbatim
12354 #. type: verbatim
12355 #: ../src/guestfs-actions.pod:3338 ../fish/guestfish-actions.pod:2304
12356 #, no-wrap
12357 msgid ""
12358 " \"/dev/sda1\" => \"ntfs\"\n"
12359 " \"/dev/sda2\" => \"ext2\"\n"
12360 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12361 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12362 "\n"
12363 msgstr ""
12364
12365 # type: textblock
12366 #. type: textblock
12367 #: ../src/guestfs-actions.pod:3343 ../fish/guestfish-actions.pod:2309
12368 msgid ""
12369 "The value can have the special value \"unknown\", meaning the content of the "
12370 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12371 msgstr ""
12372
12373 # type: textblock
12374 #. type: textblock
12375 #: ../src/guestfs-actions.pod:3347
12376 msgid ""
12377 "This command runs other libguestfs commands, which might include "
12378 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12379 "soon after launch and only when nothing is mounted."
12380 msgstr ""
12381
12382 # type: textblock
12383 #. type: textblock
12384 #: ../src/guestfs-actions.pod:3351
12385 msgid ""
12386 "Not all of the filesystems returned will be mountable.  In particular, swap "
12387 "partitions are returned in the list.  Also this command does not check that "
12388 "each filesystem found is valid and mountable, and some filesystems might be "
12389 "mountable but require special options.  Filesystems may not all belong to a "
12390 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12391 msgstr ""
12392
12393 # type: textblock
12394 #. type: textblock
12395 #: ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:4967
12396 msgid "(Added in 1.5.15)"
12397 msgstr ""
12398
12399 # type: =head2
12400 #. type: =head2
12401 #: ../src/guestfs-actions.pod:3367
12402 msgid "guestfs_list_partitions"
12403 msgstr ""
12404
12405 # type: verbatim
12406 #. type: verbatim
12407 #: ../src/guestfs-actions.pod:3369
12408 #, no-wrap
12409 msgid ""
12410 " char **\n"
12411 " guestfs_list_partitions (guestfs_h *g);\n"
12412 "\n"
12413 msgstr ""
12414
12415 # type: textblock
12416 #. type: textblock
12417 #: ../src/guestfs-actions.pod:3372 ../fish/guestfish-actions.pod:2329
12418 msgid "List all the partitions detected on all block devices."
12419 msgstr ""
12420
12421 # type: textblock
12422 #. type: textblock
12423 #: ../src/guestfs-actions.pod:3374 ../fish/guestfish-actions.pod:2331
12424 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12425 msgstr ""
12426
12427 # type: textblock
12428 #. type: textblock
12429 #: ../src/guestfs-actions.pod:3376
12430 msgid ""
12431 "This does not return logical volumes.  For that you will need to call "
12432 "C<guestfs_lvs>."
12433 msgstr ""
12434
12435 # type: =head2
12436 #. type: =head2
12437 #: ../src/guestfs-actions.pod:3387
12438 msgid "guestfs_ll"
12439 msgstr ""
12440
12441 # type: verbatim
12442 #. type: verbatim
12443 #: ../src/guestfs-actions.pod:3389
12444 #, no-wrap
12445 msgid ""
12446 " char *\n"
12447 " guestfs_ll (guestfs_h *g,\n"
12448 "             const char *directory);\n"
12449 "\n"
12450 msgstr ""
12451
12452 # type: textblock
12453 #. type: textblock
12454 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2342
12455 msgid ""
12456 "List the files in C<directory> (relative to the root directory, there is no "
12457 "cwd) in the format of 'ls -la'."
12458 msgstr ""
12459
12460 # type: textblock
12461 #. type: textblock
12462 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
12463 msgid ""
12464 "This command is mostly useful for interactive sessions.  It is I<not> "
12465 "intended that you try to parse the output string."
12466 msgstr ""
12467
12468 # type: =head2
12469 #. type: =head2
12470 #: ../src/guestfs-actions.pod:3404
12471 msgid "guestfs_ln"
12472 msgstr ""
12473
12474 # type: verbatim
12475 #. type: verbatim
12476 #: ../src/guestfs-actions.pod:3406
12477 #, no-wrap
12478 msgid ""
12479 " int\n"
12480 " guestfs_ln (guestfs_h *g,\n"
12481 "             const char *target,\n"
12482 "             const char *linkname);\n"
12483 "\n"
12484 msgstr ""
12485
12486 # type: textblock
12487 #. type: textblock
12488 #: ../src/guestfs-actions.pod:3411 ../fish/guestfish-actions.pod:2352
12489 msgid "This command creates a hard link using the C<ln> command."
12490 msgstr ""
12491
12492 # type: =head2
12493 #. type: =head2
12494 #: ../src/guestfs-actions.pod:3417
12495 msgid "guestfs_ln_f"
12496 msgstr ""
12497
12498 # type: verbatim
12499 #. type: verbatim
12500 #: ../src/guestfs-actions.pod:3419
12501 #, no-wrap
12502 msgid ""
12503 " int\n"
12504 " guestfs_ln_f (guestfs_h *g,\n"
12505 "               const char *target,\n"
12506 "               const char *linkname);\n"
12507 "\n"
12508 msgstr ""
12509
12510 # type: textblock
12511 #. type: textblock
12512 #: ../src/guestfs-actions.pod:3424 ../fish/guestfish-actions.pod:2358
12513 msgid ""
12514 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12515 "option removes the link (C<linkname>) if it exists already."
12516 msgstr ""
12517
12518 # type: =head2
12519 #. type: =head2
12520 #: ../src/guestfs-actions.pod:3431
12521 msgid "guestfs_ln_s"
12522 msgstr ""
12523
12524 # type: verbatim
12525 #. type: verbatim
12526 #: ../src/guestfs-actions.pod:3433
12527 #, no-wrap
12528 msgid ""
12529 " int\n"
12530 " guestfs_ln_s (guestfs_h *g,\n"
12531 "               const char *target,\n"
12532 "               const char *linkname);\n"
12533 "\n"
12534 msgstr ""
12535
12536 # type: textblock
12537 #. type: textblock
12538 #: ../src/guestfs-actions.pod:3438 ../fish/guestfish-actions.pod:2365
12539 msgid "This command creates a symbolic link using the C<ln -s> command."
12540 msgstr ""
12541
12542 # type: =head2
12543 #. type: =head2
12544 #: ../src/guestfs-actions.pod:3444
12545 msgid "guestfs_ln_sf"
12546 msgstr ""
12547
12548 # type: verbatim
12549 #. type: verbatim
12550 #: ../src/guestfs-actions.pod:3446
12551 #, no-wrap
12552 msgid ""
12553 " int\n"
12554 " guestfs_ln_sf (guestfs_h *g,\n"
12555 "                const char *target,\n"
12556 "                const char *linkname);\n"
12557 "\n"
12558 msgstr ""
12559
12560 # type: textblock
12561 #. type: textblock
12562 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2371
12563 msgid ""
12564 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12565 "option removes the link (C<linkname>) if it exists already."
12566 msgstr ""
12567
12568 # type: =head2
12569 #. type: =head2
12570 #: ../src/guestfs-actions.pod:3458
12571 msgid "guestfs_lremovexattr"
12572 msgstr ""
12573
12574 # type: verbatim
12575 #. type: verbatim
12576 #: ../src/guestfs-actions.pod:3460
12577 #, no-wrap
12578 msgid ""
12579 " int\n"
12580 " guestfs_lremovexattr (guestfs_h *g,\n"
12581 "                       const char *xattr,\n"
12582 "                       const char *path);\n"
12583 "\n"
12584 msgstr ""
12585
12586 # type: textblock
12587 #. type: textblock
12588 #: ../src/guestfs-actions.pod:3465
12589 msgid ""
12590 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12591 "link, then it removes an extended attribute of the link itself."
12592 msgstr ""
12593
12594 # type: =head2
12595 #. type: =head2
12596 #: ../src/guestfs-actions.pod:3473
12597 msgid "guestfs_ls"
12598 msgstr ""
12599
12600 # type: verbatim
12601 #. type: verbatim
12602 #: ../src/guestfs-actions.pod:3475
12603 #, no-wrap
12604 msgid ""
12605 " char **\n"
12606 " guestfs_ls (guestfs_h *g,\n"
12607 "             const char *directory);\n"
12608 "\n"
12609 msgstr ""
12610
12611 # type: textblock
12612 #. type: textblock
12613 #: ../src/guestfs-actions.pod:3479 ../fish/guestfish-actions.pod:2386
12614 msgid ""
12615 "List the files in C<directory> (relative to the root directory, there is no "
12616 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12617 msgstr ""
12618
12619 # type: textblock
12620 #. type: textblock
12621 #: ../src/guestfs-actions.pod:3483
12622 msgid ""
12623 "This command is mostly useful for interactive sessions.  Programs should "
12624 "probably use C<guestfs_readdir> instead."
12625 msgstr ""
12626
12627 # type: =head2
12628 #. type: =head2
12629 #: ../src/guestfs-actions.pod:3492
12630 msgid "guestfs_lsetxattr"
12631 msgstr ""
12632
12633 # type: verbatim
12634 #. type: verbatim
12635 #: ../src/guestfs-actions.pod:3494
12636 #, no-wrap
12637 msgid ""
12638 " int\n"
12639 " guestfs_lsetxattr (guestfs_h *g,\n"
12640 "                    const char *xattr,\n"
12641 "                    const char *val,\n"
12642 "                    int vallen,\n"
12643 "                    const char *path);\n"
12644 "\n"
12645 msgstr ""
12646
12647 # type: textblock
12648 #. type: textblock
12649 #: ../src/guestfs-actions.pod:3501
12650 msgid ""
12651 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12652 "then it sets an extended attribute of the link itself."
12653 msgstr ""
12654
12655 # type: =head2
12656 #. type: =head2
12657 #: ../src/guestfs-actions.pod:3509
12658 msgid "guestfs_lstat"
12659 msgstr ""
12660
12661 # type: verbatim
12662 #. type: verbatim
12663 #: ../src/guestfs-actions.pod:3511
12664 #, no-wrap
12665 msgid ""
12666 " struct guestfs_stat *\n"
12667 " guestfs_lstat (guestfs_h *g,\n"
12668 "                const char *path);\n"
12669 "\n"
12670 msgstr ""
12671
12672 # type: textblock
12673 #. type: textblock
12674 #: ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:6021
12675 #: ../fish/guestfish-actions.pod:2405 ../fish/guestfish-actions.pod:4029
12676 msgid "Returns file information for the given C<path>."
12677 msgstr ""
12678
12679 # type: textblock
12680 #. type: textblock
12681 #: ../src/guestfs-actions.pod:3517
12682 msgid ""
12683 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12684 "link, then the link is stat-ed, not the file it refers to."
12685 msgstr ""
12686
12687 # type: textblock
12688 #. type: textblock
12689 #: ../src/guestfs-actions.pod:3521 ../fish/guestfish-actions.pod:2411
12690 msgid "This is the same as the C<lstat(2)> system call."
12691 msgstr ""
12692
12693 # type: textblock
12694 #. type: textblock
12695 #: ../src/guestfs-actions.pod:3523 ../src/guestfs-actions.pod:6025
12696 msgid ""
12697 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12698 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12699 msgstr ""
12700
12701 # type: textblock
12702 #. type: textblock
12703 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:6029
12704 #: ../src/guestfs-actions.pod:6047 ../src/guestfs-actions.pod:6428
12705 msgid "(Added in 0.9.2)"
12706 msgstr ""
12707
12708 # type: =head2
12709 #. type: =head2
12710 #: ../src/guestfs-actions.pod:3529
12711 msgid "guestfs_lstatlist"
12712 msgstr ""
12713
12714 # type: verbatim
12715 #. type: verbatim
12716 #: ../src/guestfs-actions.pod:3531
12717 #, no-wrap
12718 msgid ""
12719 " struct guestfs_stat_list *\n"
12720 " guestfs_lstatlist (guestfs_h *g,\n"
12721 "                    const char *path,\n"
12722 "                    char *const *names);\n"
12723 "\n"
12724 msgstr ""
12725
12726 # type: textblock
12727 #. type: textblock
12728 #: ../src/guestfs-actions.pod:3536
12729 msgid ""
12730 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12731 "files, where all files are in the directory C<path>.  C<names> is the list "
12732 "of files from this directory."
12733 msgstr ""
12734
12735 # type: textblock
12736 #. type: textblock
12737 #: ../src/guestfs-actions.pod:3540 ../fish/guestfish-actions.pod:2421
12738 msgid ""
12739 "On return you get a list of stat structs, with a one-to-one correspondence "
12740 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12741 "then the C<ino> field of that structure is set to C<-1>."
12742 msgstr ""
12743
12744 # type: textblock
12745 #. type: textblock
12746 #: ../src/guestfs-actions.pod:3545
12747 msgid ""
12748 "This call is intended for programs that want to efficiently list a directory "
12749 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12750 "for a similarly efficient call for getting extended attributes.  Very long "
12751 "directory listings might cause the protocol message size to be exceeded, "
12752 "causing this call to fail.  The caller must split up such requests into "
12753 "smaller groups of names."
12754 msgstr ""
12755
12756 # type: textblock
12757 #. type: textblock
12758 #: ../src/guestfs-actions.pod:3553
12759 msgid ""
12760 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12761 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12762 msgstr ""
12763
12764 # type: =head2
12765 #. type: =head2
12766 #: ../src/guestfs-actions.pod:3559
12767 msgid "guestfs_luks_add_key"
12768 msgstr ""
12769
12770 # type: verbatim
12771 #. type: verbatim
12772 #: ../src/guestfs-actions.pod:3561
12773 #, no-wrap
12774 msgid ""
12775 " int\n"
12776 " guestfs_luks_add_key (guestfs_h *g,\n"
12777 "                       const char *device,\n"
12778 "                       const char *key,\n"
12779 "                       const char *newkey,\n"
12780 "                       int keyslot);\n"
12781 "\n"
12782 msgstr ""
12783
12784 # type: textblock
12785 #. type: textblock
12786 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2438
12787 msgid ""
12788 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12789 "existing key, and is used to access the device.  C<newkey> is the new key to "
12790 "add.  C<keyslot> is the key slot that will be replaced."
12791 msgstr ""
12792
12793 # type: textblock
12794 #. type: textblock
12795 #: ../src/guestfs-actions.pod:3573
12796 msgid ""
12797 "Note that if C<keyslot> already contains a key, then this command will "
12798 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12799 msgstr ""
12800
12801 # type: textblock
12802 #. type: textblock
12803 #: ../src/guestfs-actions.pod:3579 ../src/guestfs-actions.pod:3619
12804 #: ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:3662
12805 #: ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:3713
12806 msgid ""
12807 "This function takes a key or passphrase parameter which could contain "
12808 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12809 "information."
12810 msgstr ""
12811
12812 # type: textblock
12813 #. type: textblock
12814 #: ../src/guestfs-actions.pod:3583 ../src/guestfs-actions.pod:3623
12815 #: ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3666
12816 msgid "(Added in 1.5.2)"
12817 msgstr ""
12818
12819 # type: =head2
12820 #. type: =head2
12821 #: ../src/guestfs-actions.pod:3585
12822 msgid "guestfs_luks_close"
12823 msgstr ""
12824
12825 # type: verbatim
12826 #. type: verbatim
12827 #: ../src/guestfs-actions.pod:3587
12828 #, no-wrap
12829 msgid ""
12830 " int\n"
12831 " guestfs_luks_close (guestfs_h *g,\n"
12832 "                     const char *device);\n"
12833 "\n"
12834 msgstr ""
12835
12836 # type: textblock
12837 #. type: textblock
12838 #: ../src/guestfs-actions.pod:3591
12839 msgid ""
12840 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12841 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12842 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12843 "underlying block device."
12844 msgstr ""
12845
12846 # type: textblock
12847 #. type: textblock
12848 #: ../src/guestfs-actions.pod:3599 ../src/guestfs-actions.pod:3698
12849 #: ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3767
12850 #: ../src/guestfs-actions.pod:3815
12851 msgid "(Added in 1.5.1)"
12852 msgstr ""
12853
12854 # type: =head2
12855 #. type: =head2
12856 #: ../src/guestfs-actions.pod:3601
12857 msgid "guestfs_luks_format"
12858 msgstr ""
12859
12860 # type: verbatim
12861 #. type: verbatim
12862 #: ../src/guestfs-actions.pod:3603
12863 #, no-wrap
12864 msgid ""
12865 " int\n"
12866 " guestfs_luks_format (guestfs_h *g,\n"
12867 "                      const char *device,\n"
12868 "                      const char *key,\n"
12869 "                      int keyslot);\n"
12870 "\n"
12871 msgstr ""
12872
12873 # type: textblock
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:3609 ../fish/guestfish-actions.pod:2464
12876 msgid ""
12877 "This command erases existing data on C<device> and formats the device as a "
12878 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12879 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12880 msgstr ""
12881
12882 # type: textblock
12883 #. type: textblock
12884 #: ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3639
12885 #: ../src/guestfs-actions.pod:3779 ../src/guestfs-actions.pod:4718
12886 #: ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5856
12887 #: ../src/guestfs-actions.pod:5879 ../src/guestfs-actions.pod:5905
12888 #: ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:2472
12889 #: ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2569
12890 #: ../fish/guestfish-actions.pod:3141 ../fish/guestfish-actions.pod:3648
12891 #: ../fish/guestfish-actions.pod:3928 ../fish/guestfish-actions.pod:3944
12892 #: ../fish/guestfish-actions.pod:3959 ../fish/guestfish-actions.pod:4674
12893 msgid ""
12894 "B<This command is dangerous.  Without careful use you can easily destroy all "
12895 "your data>."
12896 msgstr ""
12897
12898 # type: =head2
12899 #. type: =head2
12900 #: ../src/guestfs-actions.pod:3625
12901 msgid "guestfs_luks_format_cipher"
12902 msgstr ""
12903
12904 # type: verbatim
12905 #. type: verbatim
12906 #: ../src/guestfs-actions.pod:3627
12907 #, no-wrap
12908 msgid ""
12909 " int\n"
12910 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12911 "                             const char *device,\n"
12912 "                             const char *key,\n"
12913 "                             int keyslot,\n"
12914 "                             const char *cipher);\n"
12915 "\n"
12916 msgstr ""
12917
12918 # type: textblock
12919 #. type: textblock
12920 #: ../src/guestfs-actions.pod:3634
12921 msgid ""
12922 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12923 "set the C<cipher> used."
12924 msgstr ""
12925
12926 # type: =head2
12927 #. type: =head2
12928 #: ../src/guestfs-actions.pod:3648
12929 msgid "guestfs_luks_kill_slot"
12930 msgstr ""
12931
12932 # type: verbatim
12933 #. type: verbatim
12934 #: ../src/guestfs-actions.pod:3650
12935 #, no-wrap
12936 msgid ""
12937 " int\n"
12938 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12939 "                         const char *device,\n"
12940 "                         const char *key,\n"
12941 "                         int keyslot);\n"
12942 "\n"
12943 msgstr ""
12944
12945 # type: textblock
12946 #. type: textblock
12947 #: ../src/guestfs-actions.pod:3656 ../fish/guestfish-actions.pod:2492
12948 msgid ""
12949 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12950 "device C<device>.  C<key> must be one of the I<other> keys."
12951 msgstr ""
12952
12953 # type: =head2
12954 #. type: =head2
12955 #: ../src/guestfs-actions.pod:3668
12956 msgid "guestfs_luks_open"
12957 msgstr ""
12958
12959 # type: verbatim
12960 #. type: verbatim
12961 #: ../src/guestfs-actions.pod:3670
12962 #, no-wrap
12963 msgid ""
12964 " int\n"
12965 " guestfs_luks_open (guestfs_h *g,\n"
12966 "                    const char *device,\n"
12967 "                    const char *key,\n"
12968 "                    const char *mapname);\n"
12969 "\n"
12970 msgstr ""
12971
12972 # type: textblock
12973 #. type: textblock
12974 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2503
12975 msgid ""
12976 "This command opens a block device which has been encrypted according to the "
12977 "Linux Unified Key Setup (LUKS) standard."
12978 msgstr ""
12979
12980 # type: textblock
12981 #. type: textblock
12982 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
12983 msgid "C<device> is the encrypted block device or partition."
12984 msgstr ""
12985
12986 # type: textblock
12987 #. type: textblock
12988 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2508
12989 msgid ""
12990 "The caller must supply one of the keys associated with the LUKS block "
12991 "device, in the C<key> parameter."
12992 msgstr ""
12993
12994 # type: textblock
12995 #. type: textblock
12996 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
12997 msgid ""
12998 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12999 "writes to this block device are decrypted from and encrypted to the "
13000 "underlying C<device> respectively."
13001 msgstr ""
13002
13003 # type: textblock
13004 #. type: textblock
13005 #: ../src/guestfs-actions.pod:3688
13006 msgid ""
13007 "If this block device contains LVM volume groups, then calling "
13008 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13009 "visible."
13010 msgstr ""
13011
13012 # type: =head2
13013 #. type: =head2
13014 #: ../src/guestfs-actions.pod:3700
13015 msgid "guestfs_luks_open_ro"
13016 msgstr ""
13017
13018 # type: verbatim
13019 #. type: verbatim
13020 #: ../src/guestfs-actions.pod:3702
13021 #, no-wrap
13022 msgid ""
13023 " int\n"
13024 " guestfs_luks_open_ro (guestfs_h *g,\n"
13025 "                       const char *device,\n"
13026 "                       const char *key,\n"
13027 "                       const char *mapname);\n"
13028 "\n"
13029 msgstr ""
13030
13031 # type: textblock
13032 #. type: textblock
13033 #: ../src/guestfs-actions.pod:3708
13034 msgid ""
13035 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13036 "created."
13037 msgstr ""
13038
13039 # type: =head2
13040 #. type: =head2
13041 #: ../src/guestfs-actions.pod:3719
13042 msgid "guestfs_lvcreate"
13043 msgstr ""
13044
13045 # type: verbatim
13046 #. type: verbatim
13047 #: ../src/guestfs-actions.pod:3721
13048 #, no-wrap
13049 msgid ""
13050 " int\n"
13051 " guestfs_lvcreate (guestfs_h *g,\n"
13052 "                   const char *logvol,\n"
13053 "                   const char *volgroup,\n"
13054 "                   int mbytes);\n"
13055 "\n"
13056 msgstr ""
13057
13058 # type: textblock
13059 #. type: textblock
13060 #: ../src/guestfs-actions.pod:3727 ../fish/guestfish-actions.pod:2536
13061 msgid ""
13062 "This creates an LVM logical volume called C<logvol> on the volume group "
13063 "C<volgroup>, with C<size> megabytes."
13064 msgstr ""
13065
13066 # type: =head2
13067 #. type: =head2
13068 #: ../src/guestfs-actions.pod:3734
13069 msgid "guestfs_lvm_canonical_lv_name"
13070 msgstr ""
13071
13072 # type: verbatim
13073 #. type: verbatim
13074 #: ../src/guestfs-actions.pod:3736
13075 #, no-wrap
13076 msgid ""
13077 " char *\n"
13078 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13079 "                                const char *lvname);\n"
13080 "\n"
13081 msgstr ""
13082
13083 # type: textblock
13084 #. type: textblock
13085 #: ../src/guestfs-actions.pod:3740 ../fish/guestfish-actions.pod:2543
13086 msgid ""
13087 "This converts alternative naming schemes for LVs that you might find to the "
13088 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13089 "LV>."
13090 msgstr ""
13091
13092 # type: textblock
13093 #. type: textblock
13094 #: ../src/guestfs-actions.pod:3744 ../fish/guestfish-actions.pod:2547
13095 msgid ""
13096 "This command returns an error if the C<lvname> parameter does not refer to a "
13097 "logical volume."
13098 msgstr ""
13099
13100 # type: textblock
13101 #. type: textblock
13102 #: ../src/guestfs-actions.pod:3747
13103 msgid "See also C<guestfs_is_lv>."
13104 msgstr ""
13105
13106 # type: textblock
13107 #. type: textblock
13108 #: ../src/guestfs-actions.pod:3752
13109 msgid "(Added in 1.5.24)"
13110 msgstr ""
13111
13112 # type: =head2
13113 #. type: =head2
13114 #: ../src/guestfs-actions.pod:3754
13115 msgid "guestfs_lvm_clear_filter"
13116 msgstr ""
13117
13118 # type: verbatim
13119 #. type: verbatim
13120 #: ../src/guestfs-actions.pod:3756
13121 #, no-wrap
13122 msgid ""
13123 " int\n"
13124 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13125 "\n"
13126 msgstr ""
13127
13128 # type: textblock
13129 #. type: textblock
13130 #: ../src/guestfs-actions.pod:3759
13131 msgid ""
13132 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13133 "see every block device."
13134 msgstr ""
13135
13136 # type: textblock
13137 #. type: textblock
13138 #: ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:3804
13139 #: ../fish/guestfish-actions.pod:2559 ../fish/guestfish-actions.pod:2590
13140 msgid ""
13141 "This command also clears the LVM cache and performs a volume group scan."
13142 msgstr ""
13143
13144 # type: =head2
13145 #. type: =head2
13146 #: ../src/guestfs-actions.pod:3769
13147 msgid "guestfs_lvm_remove_all"
13148 msgstr ""
13149
13150 # type: verbatim
13151 #. type: verbatim
13152 #: ../src/guestfs-actions.pod:3771
13153 #, no-wrap
13154 msgid ""
13155 " int\n"
13156 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13157 "\n"
13158 msgstr ""
13159
13160 # type: textblock
13161 #. type: textblock
13162 #: ../src/guestfs-actions.pod:3774 ../fish/guestfish-actions.pod:2566
13163 msgid ""
13164 "This command removes all LVM logical volumes, volume groups and physical "
13165 "volumes."
13166 msgstr ""
13167
13168 # type: =head2
13169 #. type: =head2
13170 #: ../src/guestfs-actions.pod:3784
13171 msgid "guestfs_lvm_set_filter"
13172 msgstr ""
13173
13174 # type: verbatim
13175 #. type: verbatim
13176 #: ../src/guestfs-actions.pod:3786
13177 #, no-wrap
13178 msgid ""
13179 " int\n"
13180 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13181 "                         char *const *devices);\n"
13182 "\n"
13183 msgstr ""
13184
13185 # type: textblock
13186 #. type: textblock
13187 #: ../src/guestfs-actions.pod:3790 ../fish/guestfish-actions.pod:2576
13188 msgid ""
13189 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13190 "block devices in the list C<devices>, and will ignore all other attached "
13191 "block devices."
13192 msgstr ""
13193
13194 # type: textblock
13195 #. type: textblock
13196 #: ../src/guestfs-actions.pod:3794 ../fish/guestfish-actions.pod:2580
13197 msgid ""
13198 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13199 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13200 "there are two types of duplication possible: either cloned PVs/VGs which "
13201 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13202 "same name.  In normal operation you cannot create this situation, but you "
13203 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13204 "inside the LVM metadata."
13205 msgstr ""
13206
13207 # type: textblock
13208 #. type: textblock
13209 #: ../src/guestfs-actions.pod:3807 ../fish/guestfish-actions.pod:2593
13210 msgid "You can filter whole block devices or individual partitions."
13211 msgstr ""
13212
13213 # type: textblock
13214 #. type: textblock
13215 #: ../src/guestfs-actions.pod:3809 ../fish/guestfish-actions.pod:2595
13216 msgid ""
13217 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13218 "filesystem), even if you are not filtering out that VG."
13219 msgstr ""
13220
13221 # type: =head2
13222 #. type: =head2
13223 #: ../src/guestfs-actions.pod:3817
13224 msgid "guestfs_lvremove"
13225 msgstr ""
13226
13227 # type: verbatim
13228 #. type: verbatim
13229 #: ../src/guestfs-actions.pod:3819
13230 #, no-wrap
13231 msgid ""
13232 " int\n"
13233 " guestfs_lvremove (guestfs_h *g,\n"
13234 "                   const char *device);\n"
13235 "\n"
13236 msgstr ""
13237
13238 # type: textblock
13239 #. type: textblock
13240 #: ../src/guestfs-actions.pod:3823 ../fish/guestfish-actions.pod:2603
13241 msgid ""
13242 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13243 "LV, such as C</dev/VG/LV>."
13244 msgstr ""
13245
13246 # type: textblock
13247 #. type: textblock
13248 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
13249 msgid ""
13250 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13251 "dev/VG>."
13252 msgstr ""
13253
13254 # type: textblock
13255 #. type: textblock
13256 #: ../src/guestfs-actions.pod:3831 ../src/guestfs-actions.pod:5064
13257 #: ../src/guestfs-actions.pod:6804
13258 msgid "(Added in 1.0.13)"
13259 msgstr ""
13260
13261 # type: =head2
13262 #. type: =head2
13263 #: ../src/guestfs-actions.pod:3833
13264 msgid "guestfs_lvrename"
13265 msgstr ""
13266
13267 # type: verbatim
13268 #. type: verbatim
13269 #: ../src/guestfs-actions.pod:3835
13270 #, no-wrap
13271 msgid ""
13272 " int\n"
13273 " guestfs_lvrename (guestfs_h *g,\n"
13274 "                   const char *logvol,\n"
13275 "                   const char *newlogvol);\n"
13276 "\n"
13277 msgstr ""
13278
13279 # type: textblock
13280 #. type: textblock
13281 #: ../src/guestfs-actions.pod:3840 ../fish/guestfish-actions.pod:2613
13282 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13283 msgstr ""
13284
13285 # type: textblock
13286 #. type: textblock
13287 #: ../src/guestfs-actions.pod:3844 ../src/guestfs-actions.pod:6817
13288 msgid "(Added in 1.0.83)"
13289 msgstr ""
13290
13291 # type: =head2
13292 #. type: =head2
13293 #: ../src/guestfs-actions.pod:3846
13294 msgid "guestfs_lvresize"
13295 msgstr ""
13296
13297 # type: verbatim
13298 #. type: verbatim
13299 #: ../src/guestfs-actions.pod:3848
13300 #, no-wrap
13301 msgid ""
13302 " int\n"
13303 " guestfs_lvresize (guestfs_h *g,\n"
13304 "                   const char *device,\n"
13305 "                   int mbytes);\n"
13306 "\n"
13307 msgstr ""
13308
13309 # type: textblock
13310 #. type: textblock
13311 #: ../src/guestfs-actions.pod:3853 ../fish/guestfish-actions.pod:2619
13312 msgid ""
13313 "This resizes (expands or shrinks) an existing LVM logical volume to "
13314 "C<mbytes>.  When reducing, data in the reduced part is lost."
13315 msgstr ""
13316
13317 # type: =head2
13318 #. type: =head2
13319 #: ../src/guestfs-actions.pod:3861
13320 msgid "guestfs_lvresize_free"
13321 msgstr ""
13322
13323 # type: verbatim
13324 #. type: verbatim
13325 #: ../src/guestfs-actions.pod:3863
13326 #, no-wrap
13327 msgid ""
13328 " int\n"
13329 " guestfs_lvresize_free (guestfs_h *g,\n"
13330 "                        const char *lv,\n"
13331 "                        int percent);\n"
13332 "\n"
13333 msgstr ""
13334
13335 # type: textblock
13336 #. type: textblock
13337 #: ../src/guestfs-actions.pod:3868 ../fish/guestfish-actions.pod:2627
13338 msgid ""
13339 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13340 "remaining free space in the volume group.  Commonly you would call this with "
13341 "pc = 100 which expands the logical volume as much as possible, using all "
13342 "remaining free space in the volume group."
13343 msgstr ""
13344
13345 # type: textblock
13346 #. type: textblock
13347 #: ../src/guestfs-actions.pod:3876
13348 msgid "(Added in 1.3.3)"
13349 msgstr ""
13350
13351 # type: =head2
13352 #. type: =head2
13353 #: ../src/guestfs-actions.pod:3878
13354 msgid "guestfs_lvs"
13355 msgstr ""
13356
13357 # type: verbatim
13358 #. type: verbatim
13359 #: ../src/guestfs-actions.pod:3880
13360 #, no-wrap
13361 msgid ""
13362 " char **\n"
13363 " guestfs_lvs (guestfs_h *g);\n"
13364 "\n"
13365 msgstr ""
13366
13367 # type: textblock
13368 #. type: textblock
13369 #: ../src/guestfs-actions.pod:3883 ../fish/guestfish-actions.pod:2637
13370 msgid ""
13371 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13372 "(8)> command."
13373 msgstr ""
13374
13375 # type: textblock
13376 #. type: textblock
13377 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
13378 msgid ""
13379 "This returns a list of the logical volume device names (eg. C</dev/"
13380 "VolGroup00/LogVol00>)."
13381 msgstr ""
13382
13383 # type: textblock
13384 #. type: textblock
13385 #: ../src/guestfs-actions.pod:3889
13386 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13387 msgstr ""
13388
13389 # type: =head2
13390 #. type: =head2
13391 #: ../src/guestfs-actions.pod:3897
13392 msgid "guestfs_lvs_full"
13393 msgstr ""
13394
13395 # type: verbatim
13396 #. type: verbatim
13397 #: ../src/guestfs-actions.pod:3899
13398 #, no-wrap
13399 msgid ""
13400 " struct guestfs_lvm_lv_list *\n"
13401 " guestfs_lvs_full (guestfs_h *g);\n"
13402 "\n"
13403 msgstr ""
13404
13405 # type: textblock
13406 #. type: textblock
13407 #: ../src/guestfs-actions.pod:3902 ../fish/guestfish-actions.pod:2649
13408 msgid ""
13409 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13410 "(8)> command.  The \"full\" version includes all fields."
13411 msgstr ""
13412
13413 # type: textblock
13414 #. type: textblock
13415 #: ../src/guestfs-actions.pod:3905
13416 msgid ""
13417 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13418 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13419 msgstr ""
13420
13421 # type: =head2
13422 #. type: =head2
13423 #: ../src/guestfs-actions.pod:3911
13424 msgid "guestfs_lvuuid"
13425 msgstr ""
13426
13427 # type: verbatim
13428 #. type: verbatim
13429 #: ../src/guestfs-actions.pod:3913
13430 #, no-wrap
13431 msgid ""
13432 " char *\n"
13433 " guestfs_lvuuid (guestfs_h *g,\n"
13434 "                 const char *device);\n"
13435 "\n"
13436 msgstr ""
13437
13438 # type: textblock
13439 #. type: textblock
13440 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2656
13441 msgid "This command returns the UUID of the LVM LV C<device>."
13442 msgstr ""
13443
13444 # type: =head2
13445 #. type: =head2
13446 #: ../src/guestfs-actions.pod:3924
13447 msgid "guestfs_lxattrlist"
13448 msgstr ""
13449
13450 # type: verbatim
13451 #. type: verbatim
13452 #: ../src/guestfs-actions.pod:3926
13453 #, no-wrap
13454 msgid ""
13455 " struct guestfs_xattr_list *\n"
13456 " guestfs_lxattrlist (guestfs_h *g,\n"
13457 "                     const char *path,\n"
13458 "                     char *const *names);\n"
13459 "\n"
13460 msgstr ""
13461
13462 # type: textblock
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:3931 ../fish/guestfish-actions.pod:2662
13465 msgid ""
13466 "This call allows you to get the extended attributes of multiple files, where "
13467 "all files are in the directory C<path>.  C<names> is the list of files from "
13468 "this directory."
13469 msgstr ""
13470
13471 # type: textblock
13472 #. type: textblock
13473 #: ../src/guestfs-actions.pod:3935 ../fish/guestfish-actions.pod:2666
13474 msgid ""
13475 "On return you get a flat list of xattr structs which must be interpreted "
13476 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13477 "C<attrval> in this struct is zero-length to indicate there was an error "
13478 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13479 "number (the number of following attributes for this file, which could be C<"
13480 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13481 "for the first named file.  This repeats for the second and subsequent files."
13482 msgstr ""
13483
13484 # type: textblock
13485 #. type: textblock
13486 #: ../src/guestfs-actions.pod:3945
13487 msgid ""
13488 "This call is intended for programs that want to efficiently list a directory "
13489 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13490 "a similarly efficient call for getting standard stats.  Very long directory "
13491 "listings might cause the protocol message size to be exceeded, causing this "
13492 "call to fail.  The caller must split up such requests into smaller groups of "
13493 "names."
13494 msgstr ""
13495
13496 # type: =head2
13497 #. type: =head2
13498 #: ../src/guestfs-actions.pod:3959
13499 msgid "guestfs_mkdir"
13500 msgstr ""
13501
13502 # type: verbatim
13503 #. type: verbatim
13504 #: ../src/guestfs-actions.pod:3961
13505 #, no-wrap
13506 msgid ""
13507 " int\n"
13508 " guestfs_mkdir (guestfs_h *g,\n"
13509 "                const char *path);\n"
13510 "\n"
13511 msgstr ""
13512
13513 # type: textblock
13514 #. type: textblock
13515 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2688
13516 msgid "Create a directory named C<path>."
13517 msgstr ""
13518
13519 # type: =head2
13520 #. type: =head2
13521 #: ../src/guestfs-actions.pod:3971
13522 msgid "guestfs_mkdir_mode"
13523 msgstr ""
13524
13525 # type: verbatim
13526 #. type: verbatim
13527 #: ../src/guestfs-actions.pod:3973
13528 #, no-wrap
13529 msgid ""
13530 " int\n"
13531 " guestfs_mkdir_mode (guestfs_h *g,\n"
13532 "                     const char *path,\n"
13533 "                     int mode);\n"
13534 "\n"
13535 msgstr ""
13536
13537 # type: textblock
13538 #. type: textblock
13539 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2694
13540 msgid ""
13541 "This command creates a directory, setting the initial permissions of the "
13542 "directory to C<mode>."
13543 msgstr ""
13544
13545 # type: textblock
13546 #. type: textblock
13547 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
13548 msgid ""
13549 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13550 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13551 "other ways."
13552 msgstr ""
13553
13554 # type: textblock
13555 #. type: textblock
13556 #: ../src/guestfs-actions.pod:3985
13557 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13558 msgstr ""
13559
13560 # type: =head2
13561 #. type: =head2
13562 #: ../src/guestfs-actions.pod:3991
13563 msgid "guestfs_mkdir_p"
13564 msgstr ""
13565
13566 # type: verbatim
13567 #. type: verbatim
13568 #: ../src/guestfs-actions.pod:3993
13569 #, no-wrap
13570 msgid ""
13571 " int\n"
13572 " guestfs_mkdir_p (guestfs_h *g,\n"
13573 "                  const char *path);\n"
13574 "\n"
13575 msgstr ""
13576
13577 # type: textblock
13578 #. type: textblock
13579 #: ../src/guestfs-actions.pod:3997 ../fish/guestfish-actions.pod:2707
13580 msgid ""
13581 "Create a directory named C<path>, creating any parent directories as "
13582 "necessary.  This is like the C<mkdir -p> shell command."
13583 msgstr ""
13584
13585 # type: =head2
13586 #. type: =head2
13587 #: ../src/guestfs-actions.pod:4004
13588 msgid "guestfs_mkdtemp"
13589 msgstr ""
13590
13591 # type: verbatim
13592 #. type: verbatim
13593 #: ../src/guestfs-actions.pod:4006
13594 #, no-wrap
13595 msgid ""
13596 " char *\n"
13597 " guestfs_mkdtemp (guestfs_h *g,\n"
13598 "                  const char *template);\n"
13599 "\n"
13600 msgstr ""
13601
13602 # type: textblock
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:4010 ../fish/guestfish-actions.pod:2714
13605 msgid ""
13606 "This command creates a temporary directory.  The C<template> parameter "
13607 "should be a full pathname for the temporary directory name with the final "
13608 "six characters being \"XXXXXX\"."
13609 msgstr ""
13610
13611 # type: textblock
13612 #. type: textblock
13613 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2719
13614 msgid ""
13615 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13616 "being suitable for Windows filesystems."
13617 msgstr ""
13618
13619 # type: textblock
13620 #. type: textblock
13621 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
13622 msgid "The name of the temporary directory that was created is returned."
13623 msgstr ""
13624
13625 # type: textblock
13626 #. type: textblock
13627 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
13628 msgid "The temporary directory is created with mode 0700 and is owned by root."
13629 msgstr ""
13630
13631 # type: textblock
13632 #. type: textblock
13633 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
13634 msgid ""
13635 "The caller is responsible for deleting the temporary directory and its "
13636 "contents after use."
13637 msgstr ""
13638
13639 # type: textblock
13640 #. type: textblock
13641 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
13642 msgid "See also: L<mkdtemp(3)>"
13643 msgstr ""
13644
13645 # type: =head2
13646 #. type: =head2
13647 #: ../src/guestfs-actions.pod:4034
13648 msgid "guestfs_mke2fs_J"
13649 msgstr ""
13650
13651 # type: verbatim
13652 #. type: verbatim
13653 #: ../src/guestfs-actions.pod:4036
13654 #, no-wrap
13655 msgid ""
13656 " int\n"
13657 " guestfs_mke2fs_J (guestfs_h *g,\n"
13658 "                   const char *fstype,\n"
13659 "                   int blocksize,\n"
13660 "                   const char *device,\n"
13661 "                   const char *journal);\n"
13662 "\n"
13663 msgstr ""
13664
13665 # type: textblock
13666 #. type: textblock
13667 #: ../src/guestfs-actions.pod:4043 ../fish/guestfish-actions.pod:2737
13668 msgid ""
13669 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13670 "C<journal>.  It is equivalent to the command:"
13671 msgstr ""
13672
13673 # type: verbatim
13674 #. type: verbatim
13675 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2741
13676 #, no-wrap
13677 msgid ""
13678 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13679 "\n"
13680 msgstr ""
13681
13682 # type: textblock
13683 #. type: textblock
13684 #: ../src/guestfs-actions.pod:4049
13685 msgid "See also C<guestfs_mke2journal>."
13686 msgstr ""
13687
13688 # type: textblock
13689 #. type: textblock
13690 #: ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4071
13691 #: ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4105
13692 #: ../src/guestfs-actions.pod:4119 ../src/guestfs-actions.pod:4133
13693 #: ../src/guestfs-actions.pod:4192 ../src/guestfs-actions.pod:4445
13694 msgid "(Added in 1.0.68)"
13695 msgstr ""
13696
13697 # type: =head2
13698 #. type: =head2
13699 #: ../src/guestfs-actions.pod:4055
13700 msgid "guestfs_mke2fs_JL"
13701 msgstr ""
13702
13703 # type: verbatim
13704 #. type: verbatim
13705 #: ../src/guestfs-actions.pod:4057
13706 #, no-wrap
13707 msgid ""
13708 " int\n"
13709 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13710 "                    const char *fstype,\n"
13711 "                    int blocksize,\n"
13712 "                    const char *device,\n"
13713 "                    const char *label);\n"
13714 "\n"
13715 msgstr ""
13716
13717 # type: textblock
13718 #. type: textblock
13719 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2749
13720 msgid ""
13721 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13722 "the journal labeled C<label>."
13723 msgstr ""
13724
13725 # type: textblock
13726 #. type: textblock
13727 #: ../src/guestfs-actions.pod:4067
13728 msgid "See also C<guestfs_mke2journal_L>."
13729 msgstr ""
13730
13731 # type: =head2
13732 #. type: =head2
13733 #: ../src/guestfs-actions.pod:4073
13734 msgid "guestfs_mke2fs_JU"
13735 msgstr ""
13736
13737 # type: verbatim
13738 #. type: verbatim
13739 #: ../src/guestfs-actions.pod:4075
13740 #, no-wrap
13741 msgid ""
13742 " int\n"
13743 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13744 "                    const char *fstype,\n"
13745 "                    int blocksize,\n"
13746 "                    const char *device,\n"
13747 "                    const char *uuid);\n"
13748 "\n"
13749 msgstr ""
13750
13751 # type: textblock
13752 #. type: textblock
13753 #: ../src/guestfs-actions.pod:4082 ../fish/guestfish-actions.pod:2758
13754 msgid ""
13755 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13756 "the journal with UUID C<uuid>."
13757 msgstr ""
13758
13759 # type: textblock
13760 #. type: textblock
13761 #: ../src/guestfs-actions.pod:4085
13762 msgid "See also C<guestfs_mke2journal_U>."
13763 msgstr ""
13764
13765 # type: =head2
13766 #. type: =head2
13767 #: ../src/guestfs-actions.pod:4091
13768 msgid "guestfs_mke2journal"
13769 msgstr ""
13770
13771 # type: verbatim
13772 #. type: verbatim
13773 #: ../src/guestfs-actions.pod:4093
13774 #, no-wrap
13775 msgid ""
13776 " int\n"
13777 " guestfs_mke2journal (guestfs_h *g,\n"
13778 "                      int blocksize,\n"
13779 "                      const char *device);\n"
13780 "\n"
13781 msgstr ""
13782
13783 # type: textblock
13784 #. type: textblock
13785 #: ../src/guestfs-actions.pod:4098 ../fish/guestfish-actions.pod:2767
13786 msgid ""
13787 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13788 "command:"
13789 msgstr ""
13790
13791 # type: verbatim
13792 #. type: verbatim
13793 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
13794 #, no-wrap
13795 msgid ""
13796 " mke2fs -O journal_dev -b blocksize device\n"
13797 "\n"
13798 msgstr ""
13799
13800 # type: =head2
13801 #. type: =head2
13802 #: ../src/guestfs-actions.pod:4107
13803 msgid "guestfs_mke2journal_L"
13804 msgstr ""
13805
13806 # type: verbatim
13807 #. type: verbatim
13808 #: ../src/guestfs-actions.pod:4109
13809 #, no-wrap
13810 msgid ""
13811 " int\n"
13812 " guestfs_mke2journal_L (guestfs_h *g,\n"
13813 "                        int blocksize,\n"
13814 "                        const char *label,\n"
13815 "                        const char *device);\n"
13816 "\n"
13817 msgstr ""
13818
13819 # type: textblock
13820 #. type: textblock
13821 #: ../src/guestfs-actions.pod:4115 ../fish/guestfish-actions.pod:2776
13822 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13823 msgstr ""
13824
13825 # type: =head2
13826 #. type: =head2
13827 #: ../src/guestfs-actions.pod:4121
13828 msgid "guestfs_mke2journal_U"
13829 msgstr ""
13830
13831 # type: verbatim
13832 #. type: verbatim
13833 #: ../src/guestfs-actions.pod:4123
13834 #, no-wrap
13835 msgid ""
13836 " int\n"
13837 " guestfs_mke2journal_U (guestfs_h *g,\n"
13838 "                        int blocksize,\n"
13839 "                        const char *uuid,\n"
13840 "                        const char *device);\n"
13841 "\n"
13842 msgstr ""
13843
13844 # type: textblock
13845 #. type: textblock
13846 #: ../src/guestfs-actions.pod:4129 ../fish/guestfish-actions.pod:2782
13847 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13848 msgstr ""
13849
13850 # type: =head2
13851 #. type: =head2
13852 #: ../src/guestfs-actions.pod:4135
13853 msgid "guestfs_mkfifo"
13854 msgstr ""
13855
13856 # type: verbatim
13857 #. type: verbatim
13858 #: ../src/guestfs-actions.pod:4137
13859 #, no-wrap
13860 msgid ""
13861 " int\n"
13862 " guestfs_mkfifo (guestfs_h *g,\n"
13863 "                 int mode,\n"
13864 "                 const char *path);\n"
13865 "\n"
13866 msgstr ""
13867
13868 # type: textblock
13869 #. type: textblock
13870 #: ../src/guestfs-actions.pod:4142
13871 msgid ""
13872 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13873 "is just a convenient wrapper around C<guestfs_mknod>."
13874 msgstr ""
13875
13876 # type: =head2
13877 #. type: =head2
13878 #: ../src/guestfs-actions.pod:4152
13879 msgid "guestfs_mkfs"
13880 msgstr ""
13881
13882 # type: verbatim
13883 #. type: verbatim
13884 #: ../src/guestfs-actions.pod:4154
13885 #, no-wrap
13886 msgid ""
13887 " int\n"
13888 " guestfs_mkfs (guestfs_h *g,\n"
13889 "               const char *fstype,\n"
13890 "               const char *device);\n"
13891 "\n"
13892 msgstr ""
13893
13894 # type: textblock
13895 #. type: textblock
13896 #: ../src/guestfs-actions.pod:4159 ../fish/guestfish-actions.pod:2798
13897 msgid ""
13898 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13899 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13900 msgstr ""
13901
13902 # type: =head2
13903 #. type: =head2
13904 #: ../src/guestfs-actions.pod:4167
13905 msgid "guestfs_mkfs_b"
13906 msgstr ""
13907
13908 # type: verbatim
13909 #. type: verbatim
13910 #: ../src/guestfs-actions.pod:4169
13911 #, no-wrap
13912 msgid ""
13913 " int\n"
13914 " guestfs_mkfs_b (guestfs_h *g,\n"
13915 "                 const char *fstype,\n"
13916 "                 int blocksize,\n"
13917 "                 const char *device);\n"
13918 "\n"
13919 msgstr ""
13920
13921 # type: textblock
13922 #. type: textblock
13923 #: ../src/guestfs-actions.pod:4175
13924 msgid ""
13925 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13926 "block size of the resulting filesystem.  Supported block sizes depend on the "
13927 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13928 msgstr ""
13929
13930 # type: textblock
13931 #. type: textblock
13932 #: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4222
13933 #: ../fish/guestfish-actions.pod:2811 ../fish/guestfish-actions.pod:2838
13934 msgid ""
13935 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13936 "cluster size."
13937 msgstr ""
13938
13939 # type: textblock
13940 #. type: textblock
13941 #: ../src/guestfs-actions.pod:4185 ../fish/guestfish-actions.pod:2814
13942 msgid ""
13943 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13944 msgstr ""
13945
13946 # type: =head2
13947 #. type: =head2
13948 #: ../src/guestfs-actions.pod:4194
13949 msgid "guestfs_mkfs_opts"
13950 msgstr ""
13951
13952 # type: verbatim
13953 #. type: verbatim
13954 #: ../src/guestfs-actions.pod:4196
13955 #, no-wrap
13956 msgid ""
13957 " int\n"
13958 " guestfs_mkfs_opts (guestfs_h *g,\n"
13959 "                    const char *fstype,\n"
13960 "                    const char *device,\n"
13961 "                    ...);\n"
13962 "\n"
13963 msgstr ""
13964
13965 # type: verbatim
13966 #. type: verbatim
13967 #: ../src/guestfs-actions.pod:4207
13968 #, no-wrap
13969 msgid ""
13970 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13971 "\n"
13972 msgstr ""
13973
13974 # type: textblock
13975 #. type: textblock
13976 #: ../src/guestfs-actions.pod:4209 ../fish/guestfish-actions.pod:2825
13977 msgid ""
13978 "This function creates a filesystem on C<device>.  The filesystem type is "
13979 "C<fstype>, for example C<ext3>."
13980 msgstr ""
13981
13982 # type: =item
13983 #. type: =item
13984 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2832
13985 msgid "C<blocksize>"
13986 msgstr ""
13987
13988 # type: textblock
13989 #. type: textblock
13990 #: ../src/guestfs-actions.pod:4218 ../fish/guestfish-actions.pod:2834
13991 msgid ""
13992 "The filesystem block size.  Supported block sizes depend on the filesystem "
13993 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13994 "filesystems."
13995 msgstr ""
13996
13997 #. type: textblock
13998 #: ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2841
13999 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
14000 msgstr ""
14001
14002 #. type: textblock
14003 #: ../src/guestfs-actions.pod:4231
14004 msgid "(Added in 1.7.19)"
14005 msgstr ""
14006
14007 # type: =head2
14008 #. type: =head2
14009 #: ../src/guestfs-actions.pod:4233
14010 msgid "guestfs_mkfs_opts_va"
14011 msgstr ""
14012
14013 # type: verbatim
14014 #. type: verbatim
14015 #: ../src/guestfs-actions.pod:4235
14016 #, no-wrap
14017 msgid ""
14018 " int\n"
14019 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14020 "                       const char *fstype,\n"
14021 "                       const char *device,\n"
14022 "                       va_list args);\n"
14023 "\n"
14024 msgstr ""
14025
14026 # type: textblock
14027 #. type: textblock
14028 #: ../src/guestfs-actions.pod:4241
14029 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14030 msgstr ""
14031
14032 # type: =head2
14033 #. type: =head2
14034 #: ../src/guestfs-actions.pod:4245
14035 msgid "guestfs_mkfs_opts_argv"
14036 msgstr ""
14037
14038 # type: verbatim
14039 #. type: verbatim
14040 #: ../src/guestfs-actions.pod:4247
14041 #, no-wrap
14042 msgid ""
14043 " int\n"
14044 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14045 "                         const char *fstype,\n"
14046 "                         const char *device,\n"
14047 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14048 "\n"
14049 msgstr ""
14050
14051 # type: textblock
14052 #. type: textblock
14053 #: ../src/guestfs-actions.pod:4253
14054 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14055 msgstr ""
14056
14057 # type: =head2
14058 #. type: =head2
14059 #: ../src/guestfs-actions.pod:4257
14060 msgid "guestfs_mkmountpoint"
14061 msgstr ""
14062
14063 # type: verbatim
14064 #. type: verbatim
14065 #: ../src/guestfs-actions.pod:4259
14066 #, no-wrap
14067 msgid ""
14068 " int\n"
14069 " guestfs_mkmountpoint (guestfs_h *g,\n"
14070 "                       const char *exemptpath);\n"
14071 "\n"
14072 msgstr ""
14073
14074 # type: textblock
14075 #. type: textblock
14076 #: ../src/guestfs-actions.pod:4263
14077 msgid ""
14078 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14079 "that can be used to create extra mountpoints before mounting the first "
14080 "filesystem."
14081 msgstr ""
14082
14083 # type: textblock
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:4267 ../fish/guestfish-actions.pod:2855
14086 msgid ""
14087 "These calls are I<only> necessary in some very limited circumstances, mainly "
14088 "the case where you want to mount a mix of unrelated and/or read-only "
14089 "filesystems together."
14090 msgstr ""
14091
14092 # type: textblock
14093 #. type: textblock
14094 #: ../src/guestfs-actions.pod:4271 ../fish/guestfish-actions.pod:2859
14095 msgid ""
14096 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14097 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14098 "inside that.  You can unpack this as follows in guestfish:"
14099 msgstr ""
14100
14101 # type: verbatim
14102 #. type: verbatim
14103 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2864
14104 #, no-wrap
14105 msgid ""
14106 " add-ro Fedora-11-i686-Live.iso\n"
14107 " run\n"
14108 " mkmountpoint /cd\n"
14109 " mkmountpoint /sqsh\n"
14110 " mkmountpoint /ext3fs\n"
14111 " mount /dev/sda /cd\n"
14112 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14113 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14114 "\n"
14115 msgstr ""
14116
14117 # type: textblock
14118 #. type: textblock
14119 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2873
14120 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14121 msgstr ""
14122
14123 # type: textblock
14124 #. type: textblock
14125 #: ../src/guestfs-actions.pod:4287
14126 msgid ""
14127 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14128 "may get unexpected errors if you try to mix these calls.  It is safest to "
14129 "manually unmount filesystems and remove mountpoints after use."
14130 msgstr ""
14131
14132 # type: textblock
14133 #. type: textblock
14134 #: ../src/guestfs-actions.pod:4291
14135 msgid ""
14136 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14137 "first, so for this to work for manual mountpoints, you must ensure that the "
14138 "innermost mountpoints have the longest pathnames, as in the example code "
14139 "above."
14140 msgstr ""
14141
14142 # type: textblock
14143 #. type: textblock
14144 #: ../src/guestfs-actions.pod:4296 ../fish/guestfish-actions.pod:2884
14145 msgid ""
14146 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14147 msgstr ""
14148
14149 # type: textblock
14150 #. type: textblock
14151 #: ../src/guestfs-actions.pod:4298
14152 msgid ""
14153 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14154 "means that C<guestfs_umount_all> is called when the handle is closed which "
14155 "can also trigger these issues."
14156 msgstr ""
14157
14158 # type: textblock
14159 #. type: textblock
14160 #: ../src/guestfs-actions.pod:4304 ../src/guestfs-actions.pod:4563
14161 #: ../src/guestfs-actions.pod:5465
14162 msgid "(Added in 1.0.62)"
14163 msgstr ""
14164
14165 # type: =head2
14166 #. type: =head2
14167 #: ../src/guestfs-actions.pod:4306
14168 msgid "guestfs_mknod"
14169 msgstr ""
14170
14171 # type: verbatim
14172 #. type: verbatim
14173 #: ../src/guestfs-actions.pod:4308
14174 #, no-wrap
14175 msgid ""
14176 " int\n"
14177 " guestfs_mknod (guestfs_h *g,\n"
14178 "                int mode,\n"
14179 "                int devmajor,\n"
14180 "                int devminor,\n"
14181 "                const char *path);\n"
14182 "\n"
14183 msgstr ""
14184
14185 # type: textblock
14186 #. type: textblock
14187 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2894
14188 msgid ""
14189 "This call creates block or character special devices, or named pipes (FIFOs)."
14190 msgstr ""
14191
14192 # type: textblock
14193 #. type: textblock
14194 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
14195 msgid ""
14196 "The C<mode> parameter should be the mode, using the standard constants.  "
14197 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14198 "used when creating block and character special devices."
14199 msgstr ""
14200
14201 # type: textblock
14202 #. type: textblock
14203 #: ../src/guestfs-actions.pod:4323
14204 msgid ""
14205 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14206 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14207 "regular file).  These constants are available in the standard Linux header "
14208 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14209 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14210 "the appropriate constant for you."
14211 msgstr ""
14212
14213 # type: =head2
14214 #. type: =head2
14215 #: ../src/guestfs-actions.pod:4337
14216 msgid "guestfs_mknod_b"
14217 msgstr ""
14218
14219 # type: verbatim
14220 #. type: verbatim
14221 #: ../src/guestfs-actions.pod:4339
14222 #, no-wrap
14223 msgid ""
14224 " int\n"
14225 " guestfs_mknod_b (guestfs_h *g,\n"
14226 "                  int mode,\n"
14227 "                  int devmajor,\n"
14228 "                  int devminor,\n"
14229 "                  const char *path);\n"
14230 "\n"
14231 msgstr ""
14232
14233 # type: textblock
14234 #. type: textblock
14235 #: ../src/guestfs-actions.pod:4346
14236 msgid ""
14237 "This call creates a block device node called C<path> with mode C<mode> and "
14238 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14239 "wrapper around C<guestfs_mknod>."
14240 msgstr ""
14241
14242 # type: =head2
14243 #. type: =head2
14244 #: ../src/guestfs-actions.pod:4356
14245 msgid "guestfs_mknod_c"
14246 msgstr ""
14247
14248 # type: verbatim
14249 #. type: verbatim
14250 #: ../src/guestfs-actions.pod:4358
14251 #, no-wrap
14252 msgid ""
14253 " int\n"
14254 " guestfs_mknod_c (guestfs_h *g,\n"
14255 "                  int mode,\n"
14256 "                  int devmajor,\n"
14257 "                  int devminor,\n"
14258 "                  const char *path);\n"
14259 "\n"
14260 msgstr ""
14261
14262 # type: textblock
14263 #. type: textblock
14264 #: ../src/guestfs-actions.pod:4365
14265 msgid ""
14266 "This call creates a char device node called C<path> with mode C<mode> and "
14267 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14268 "wrapper around C<guestfs_mknod>."
14269 msgstr ""
14270
14271 # type: =head2
14272 #. type: =head2
14273 #: ../src/guestfs-actions.pod:4375
14274 msgid "guestfs_mkswap"
14275 msgstr ""
14276
14277 # type: verbatim
14278 #. type: verbatim
14279 #: ../src/guestfs-actions.pod:4377
14280 #, no-wrap
14281 msgid ""
14282 " int\n"
14283 " guestfs_mkswap (guestfs_h *g,\n"
14284 "                 const char *device);\n"
14285 "\n"
14286 msgstr ""
14287
14288 # type: textblock
14289 #. type: textblock
14290 #: ../src/guestfs-actions.pod:4381 ../fish/guestfish-actions.pod:2936
14291 msgid "Create a swap partition on C<device>."
14292 msgstr ""
14293
14294 # type: =head2
14295 #. type: =head2
14296 #: ../src/guestfs-actions.pod:4387
14297 msgid "guestfs_mkswap_L"
14298 msgstr ""
14299
14300 # type: verbatim
14301 #. type: verbatim
14302 #: ../src/guestfs-actions.pod:4389
14303 #, no-wrap
14304 msgid ""
14305 " int\n"
14306 " guestfs_mkswap_L (guestfs_h *g,\n"
14307 "                   const char *label,\n"
14308 "                   const char *device);\n"
14309 "\n"
14310 msgstr ""
14311
14312 # type: textblock
14313 #. type: textblock
14314 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2942
14315 msgid "Create a swap partition on C<device> with label C<label>."
14316 msgstr ""
14317
14318 # type: textblock
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:4396 ../fish/guestfish-actions.pod:2944
14321 msgid ""
14322 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14323 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14324 "or swap tools."
14325 msgstr ""
14326
14327 # type: =head2
14328 #. type: =head2
14329 #: ../src/guestfs-actions.pod:4404
14330 msgid "guestfs_mkswap_U"
14331 msgstr ""
14332
14333 # type: verbatim
14334 #. type: verbatim
14335 #: ../src/guestfs-actions.pod:4406
14336 #, no-wrap
14337 msgid ""
14338 " int\n"
14339 " guestfs_mkswap_U (guestfs_h *g,\n"
14340 "                   const char *uuid,\n"
14341 "                   const char *device);\n"
14342 "\n"
14343 msgstr ""
14344
14345 # type: textblock
14346 #. type: textblock
14347 #: ../src/guestfs-actions.pod:4411 ../fish/guestfish-actions.pod:2952
14348 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14349 msgstr ""
14350
14351 # type: =head2
14352 #. type: =head2
14353 #: ../src/guestfs-actions.pod:4417
14354 msgid "guestfs_mkswap_file"
14355 msgstr ""
14356
14357 # type: verbatim
14358 #. type: verbatim
14359 #: ../src/guestfs-actions.pod:4419
14360 #, no-wrap
14361 msgid ""
14362 " int\n"
14363 " guestfs_mkswap_file (guestfs_h *g,\n"
14364 "                      const char *path);\n"
14365 "\n"
14366 msgstr ""
14367
14368 # type: textblock
14369 #. type: textblock
14370 #: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:2958
14371 msgid "Create a swap file."
14372 msgstr ""
14373
14374 # type: textblock
14375 #. type: textblock
14376 #: ../src/guestfs-actions.pod:4425
14377 msgid ""
14378 "This command just writes a swap file signature to an existing file.  To "
14379 "create the file itself, use something like C<guestfs_fallocate>."
14380 msgstr ""
14381
14382 # type: =head2
14383 #. type: =head2
14384 #: ../src/guestfs-actions.pod:4432
14385 msgid "guestfs_modprobe"
14386 msgstr ""
14387
14388 # type: verbatim
14389 #. type: verbatim
14390 #: ../src/guestfs-actions.pod:4434
14391 #, no-wrap
14392 msgid ""
14393 " int\n"
14394 " guestfs_modprobe (guestfs_h *g,\n"
14395 "                   const char *modulename);\n"
14396 "\n"
14397 msgstr ""
14398
14399 # type: textblock
14400 #. type: textblock
14401 #: ../src/guestfs-actions.pod:4438 ../fish/guestfish-actions.pod:2967
14402 msgid "This loads a kernel module in the appliance."
14403 msgstr ""
14404
14405 # type: textblock
14406 #. type: textblock
14407 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:2969
14408 msgid ""
14409 "The kernel module must have been whitelisted when libguestfs was built (see "
14410 "C<appliance/kmod.whitelist.in> in the source)."
14411 msgstr ""
14412
14413 # type: =head2
14414 #. type: =head2
14415 #: ../src/guestfs-actions.pod:4447
14416 msgid "guestfs_mount"
14417 msgstr ""
14418
14419 # type: verbatim
14420 #. type: verbatim
14421 #: ../src/guestfs-actions.pod:4449
14422 #, no-wrap
14423 msgid ""
14424 " int\n"
14425 " guestfs_mount (guestfs_h *g,\n"
14426 "                const char *device,\n"
14427 "                const char *mountpoint);\n"
14428 "\n"
14429 msgstr ""
14430
14431 # type: textblock
14432 #. type: textblock
14433 #: ../src/guestfs-actions.pod:4454 ../fish/guestfish-actions.pod:2976
14434 msgid ""
14435 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14436 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14437 "those block devices contain partitions, they will have the usual names (eg. "
14438 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14439 msgstr ""
14440
14441 # type: textblock
14442 #. type: textblock
14443 #: ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:2982
14444 msgid ""
14445 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14446 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14447 "mounted on directories which already exist."
14448 msgstr ""
14449
14450 # type: textblock
14451 #. type: textblock
14452 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:2987
14453 msgid ""
14454 "The mounted filesystem is writable, if we have sufficient permissions on the "
14455 "underlying device."
14456 msgstr ""
14457
14458 # type: textblock
14459 #. type: textblock
14460 #: ../src/guestfs-actions.pod:4468
14461 msgid ""
14462 "B<Important note:> When you use this call, the filesystem options C<sync> "
14463 "and C<noatime> are set implicitly.  This was originally done because we "
14464 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14465 "very large negative performance impact and negligible effect on "
14466 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14467 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14468 "(use an empty string for the first parameter if you don't want any options)."
14469 msgstr ""
14470
14471 # type: =head2
14472 #. type: =head2
14473 #: ../src/guestfs-actions.pod:4482
14474 msgid "guestfs_mount_loop"
14475 msgstr ""
14476
14477 # type: verbatim
14478 #. type: verbatim
14479 #: ../src/guestfs-actions.pod:4484
14480 #, no-wrap
14481 msgid ""
14482 " int\n"
14483 " guestfs_mount_loop (guestfs_h *g,\n"
14484 "                     const char *file,\n"
14485 "                     const char *mountpoint);\n"
14486 "\n"
14487 msgstr ""
14488
14489 # type: textblock
14490 #. type: textblock
14491 #: ../src/guestfs-actions.pod:4489 ../fish/guestfish-actions.pod:3004
14492 msgid ""
14493 "This command lets you mount C<file> (a filesystem image in a file) on a "
14494 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14495 "mountpoint>."
14496 msgstr ""
14497
14498 # type: =head2
14499 #. type: =head2
14500 #: ../src/guestfs-actions.pod:4497
14501 msgid "guestfs_mount_options"
14502 msgstr ""
14503
14504 # type: verbatim
14505 #. type: verbatim
14506 #: ../src/guestfs-actions.pod:4499
14507 #, no-wrap
14508 msgid ""
14509 " int\n"
14510 " guestfs_mount_options (guestfs_h *g,\n"
14511 "                        const char *options,\n"
14512 "                        const char *device,\n"
14513 "                        const char *mountpoint);\n"
14514 "\n"
14515 msgstr ""
14516
14517 # type: textblock
14518 #. type: textblock
14519 #: ../src/guestfs-actions.pod:4505
14520 msgid ""
14521 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14522 "the mount options as for the L<mount(8)> I<-o> flag."
14523 msgstr ""
14524
14525 # type: textblock
14526 #. type: textblock
14527 #: ../src/guestfs-actions.pod:4509 ../fish/guestfish-actions.pod:3016
14528 msgid ""
14529 "If the C<options> parameter is an empty string, then no options are passed "
14530 "(all options default to whatever the filesystem uses)."
14531 msgstr ""
14532
14533 # type: textblock
14534 #. type: textblock
14535 #: ../src/guestfs-actions.pod:4515 ../src/guestfs-actions.pod:4529
14536 #: ../src/guestfs-actions.pod:4546
14537 msgid "(Added in 1.0.10)"
14538 msgstr ""
14539
14540 # type: =head2
14541 #. type: =head2
14542 #: ../src/guestfs-actions.pod:4517
14543 msgid "guestfs_mount_ro"
14544 msgstr ""
14545
14546 # type: verbatim
14547 #. type: verbatim
14548 #: ../src/guestfs-actions.pod:4519
14549 #, no-wrap
14550 msgid ""
14551 " int\n"
14552 " guestfs_mount_ro (guestfs_h *g,\n"
14553 "                   const char *device,\n"
14554 "                   const char *mountpoint);\n"
14555 "\n"
14556 msgstr ""
14557
14558 # type: textblock
14559 #. type: textblock
14560 #: ../src/guestfs-actions.pod:4524
14561 msgid ""
14562 "This is the same as the C<guestfs_mount> command, but it mounts the "
14563 "filesystem with the read-only (I<-o ro>) flag."
14564 msgstr ""
14565
14566 # type: =head2
14567 #. type: =head2
14568 #: ../src/guestfs-actions.pod:4531
14569 msgid "guestfs_mount_vfs"
14570 msgstr ""
14571
14572 # type: verbatim
14573 #. type: verbatim
14574 #: ../src/guestfs-actions.pod:4533
14575 #, no-wrap
14576 msgid ""
14577 " int\n"
14578 " guestfs_mount_vfs (guestfs_h *g,\n"
14579 "                    const char *options,\n"
14580 "                    const char *vfstype,\n"
14581 "                    const char *device,\n"
14582 "                    const char *mountpoint);\n"
14583 "\n"
14584 msgstr ""
14585
14586 # type: textblock
14587 #. type: textblock
14588 #: ../src/guestfs-actions.pod:4540
14589 msgid ""
14590 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14591 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14592 "t> flags."
14593 msgstr ""
14594
14595 # type: =head2
14596 #. type: =head2
14597 #: ../src/guestfs-actions.pod:4548
14598 msgid "guestfs_mountpoints"
14599 msgstr ""
14600
14601 # type: verbatim
14602 #. type: verbatim
14603 #: ../src/guestfs-actions.pod:4550
14604 #, no-wrap
14605 msgid ""
14606 " char **\n"
14607 " guestfs_mountpoints (guestfs_h *g);\n"
14608 "\n"
14609 msgstr ""
14610
14611 # type: textblock
14612 #. type: textblock
14613 #: ../src/guestfs-actions.pod:4553
14614 msgid ""
14615 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14616 "devices.  This one returns a hash table (map) of device name to directory "
14617 "where the device is mounted."
14618 msgstr ""
14619
14620 # type: =head2
14621 #. type: =head2
14622 #: ../src/guestfs-actions.pod:4565
14623 msgid "guestfs_mounts"
14624 msgstr ""
14625
14626 # type: verbatim
14627 #. type: verbatim
14628 #: ../src/guestfs-actions.pod:4567
14629 #, no-wrap
14630 msgid ""
14631 " char **\n"
14632 " guestfs_mounts (guestfs_h *g);\n"
14633 "\n"
14634 msgstr ""
14635
14636 # type: textblock
14637 #. type: textblock
14638 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3047
14639 msgid ""
14640 "This returns the list of currently mounted filesystems.  It returns the list "
14641 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14642 msgstr ""
14643
14644 # type: textblock
14645 #. type: textblock
14646 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
14647 msgid "Some internal mounts are not shown."
14648 msgstr ""
14649
14650 # type: textblock
14651 #. type: textblock
14652 #: ../src/guestfs-actions.pod:4575
14653 msgid "See also: C<guestfs_mountpoints>"
14654 msgstr ""
14655
14656 # type: =head2
14657 #. type: =head2
14658 #: ../src/guestfs-actions.pod:4583
14659 msgid "guestfs_mv"
14660 msgstr ""
14661
14662 # type: verbatim
14663 #. type: verbatim
14664 #: ../src/guestfs-actions.pod:4585
14665 #, no-wrap
14666 msgid ""
14667 " int\n"
14668 " guestfs_mv (guestfs_h *g,\n"
14669 "             const char *src,\n"
14670 "             const char *dest);\n"
14671 "\n"
14672 msgstr ""
14673
14674 # type: textblock
14675 #. type: textblock
14676 #: ../src/guestfs-actions.pod:4590 ../fish/guestfish-actions.pod:3058
14677 msgid ""
14678 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14679 "destination filename or destination directory."
14680 msgstr ""
14681
14682 # type: =head2
14683 #. type: =head2
14684 #: ../src/guestfs-actions.pod:4597
14685 msgid "guestfs_ntfs_3g_probe"
14686 msgstr ""
14687
14688 # type: verbatim
14689 #. type: verbatim
14690 #: ../src/guestfs-actions.pod:4599
14691 #, no-wrap
14692 msgid ""
14693 " int\n"
14694 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14695 "                        int rw,\n"
14696 "                        const char *device);\n"
14697 "\n"
14698 msgstr ""
14699
14700 # type: textblock
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:4604 ../fish/guestfish-actions.pod:3065
14703 msgid ""
14704 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14705 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14706 "write, and some cannot be mounted at all)."
14707 msgstr ""
14708
14709 # type: textblock
14710 #. type: textblock
14711 #: ../src/guestfs-actions.pod:4608 ../fish/guestfish-actions.pod:3069
14712 msgid ""
14713 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14714 "can be mounted read-write.  Set it to false if you want to test if the "
14715 "volume can be mounted read-only."
14716 msgstr ""
14717
14718 # type: textblock
14719 #. type: textblock
14720 #: ../src/guestfs-actions.pod:4612 ../fish/guestfish-actions.pod:3073
14721 msgid ""
14722 "The return value is an integer which C<0> if the operation would succeed, or "
14723 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14724 msgstr ""
14725
14726 # type: textblock
14727 #. type: textblock
14728 #: ../src/guestfs-actions.pod:4618
14729 msgid "(Added in 1.0.43)"
14730 msgstr ""
14731
14732 # type: =head2
14733 #. type: =head2
14734 #: ../src/guestfs-actions.pod:4620
14735 msgid "guestfs_ntfsresize"
14736 msgstr ""
14737
14738 # type: verbatim
14739 #. type: verbatim
14740 #: ../src/guestfs-actions.pod:4622
14741 #, no-wrap
14742 msgid ""
14743 " int\n"
14744 " guestfs_ntfsresize (guestfs_h *g,\n"
14745 "                     const char *device);\n"
14746 "\n"
14747 msgstr ""
14748
14749 #. type: textblock
14750 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3081
14751 msgid ""
14752 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14753 "size of the underlying device."
14754 msgstr ""
14755
14756 #. type: textblock
14757 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
14758 msgid ""
14759 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
14760 "consistency check (for safety).  You have to boot into Windows to perform "
14761 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
14762 "resize filesystems which have been marked in this way.  So in effect it is "
14763 "not possible to call ntfsresize multiple times on a single filesystem "
14764 "without booting into Windows between each resize."
14765 msgstr ""
14766
14767 #. type: textblock
14768 #: ../src/guestfs-actions.pod:4637 ../fish/guestfish-actions.pod:3092
14769 msgid "See also L<ntfsresize(8)>."
14770 msgstr ""
14771
14772 # type: =head2
14773 #. type: =head2
14774 #: ../src/guestfs-actions.pod:4643
14775 msgid "guestfs_ntfsresize_size"
14776 msgstr ""
14777
14778 # type: verbatim
14779 #. type: verbatim
14780 #: ../src/guestfs-actions.pod:4645
14781 #, no-wrap
14782 msgid ""
14783 " int\n"
14784 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14785 "                          const char *device,\n"
14786 "                          int64_t size);\n"
14787 "\n"
14788 msgstr ""
14789
14790 # type: textblock
14791 #. type: textblock
14792 #: ../src/guestfs-actions.pod:4650
14793 msgid ""
14794 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14795 "to specify the new size (in bytes) explicitly."
14796 msgstr ""
14797
14798 # type: textblock
14799 #. type: textblock
14800 #: ../src/guestfs-actions.pod:4655 ../src/guestfs-actions.pod:5091
14801 #: ../src/guestfs-actions.pod:5164 ../src/guestfs-actions.pod:5413
14802 #: ../src/guestfs-actions.pod:6952
14803 msgid "(Added in 1.3.14)"
14804 msgstr ""
14805
14806 # type: =head2
14807 #. type: =head2
14808 #: ../src/guestfs-actions.pod:4657
14809 msgid "guestfs_part_add"
14810 msgstr ""
14811
14812 # type: verbatim
14813 #. type: verbatim
14814 #: ../src/guestfs-actions.pod:4659
14815 #, no-wrap
14816 msgid ""
14817 " int\n"
14818 " guestfs_part_add (guestfs_h *g,\n"
14819 "                   const char *device,\n"
14820 "                   const char *prlogex,\n"
14821 "                   int64_t startsect,\n"
14822 "                   int64_t endsect);\n"
14823 "\n"
14824 msgstr ""
14825
14826 # type: textblock
14827 #. type: textblock
14828 #: ../src/guestfs-actions.pod:4666
14829 msgid ""
14830 "This command adds a partition to C<device>.  If there is no partition table "
14831 "on the device, call C<guestfs_part_init> first."
14832 msgstr ""
14833
14834 # type: textblock
14835 #. type: textblock
14836 #: ../src/guestfs-actions.pod:4669 ../fish/guestfish-actions.pod:3108
14837 msgid ""
14838 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14839 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14840 "C<logical>) and C<e> (or C<extended>) partition types."
14841 msgstr ""
14842
14843 # type: textblock
14844 #. type: textblock
14845 #: ../src/guestfs-actions.pod:4674 ../fish/guestfish-actions.pod:3113
14846 msgid ""
14847 "C<startsect> and C<endsect> are the start and end of the partition in "
14848 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14849 "from the end of the disk (C<-1> is the last sector)."
14850 msgstr ""
14851
14852 # type: textblock
14853 #. type: textblock
14854 #: ../src/guestfs-actions.pod:4678
14855 msgid ""
14856 "Creating a partition which covers the whole disk is not so easy.  Use "
14857 "C<guestfs_part_disk> to do that."
14858 msgstr ""
14859
14860 # type: textblock
14861 #. type: textblock
14862 #: ../src/guestfs-actions.pod:4683 ../src/guestfs-actions.pod:4721
14863 #: ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:4852
14864 #: ../src/guestfs-actions.pod:4890 ../src/guestfs-actions.pod:4909
14865 #: ../src/guestfs-actions.pod:4949
14866 msgid "(Added in 1.0.78)"
14867 msgstr ""
14868
14869 # type: =head2
14870 #. type: =head2
14871 #: ../src/guestfs-actions.pod:4685
14872 msgid "guestfs_part_del"
14873 msgstr ""
14874
14875 # type: verbatim
14876 #. type: verbatim
14877 #: ../src/guestfs-actions.pod:4687
14878 #, no-wrap
14879 msgid ""
14880 " int\n"
14881 " guestfs_part_del (guestfs_h *g,\n"
14882 "                   const char *device,\n"
14883 "                   int partnum);\n"
14884 "\n"
14885 msgstr ""
14886
14887 # type: textblock
14888 #. type: textblock
14889 #: ../src/guestfs-actions.pod:4692 ../fish/guestfish-actions.pod:3124
14890 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14891 msgstr ""
14892
14893 # type: textblock
14894 #. type: textblock
14895 #: ../src/guestfs-actions.pod:4694 ../fish/guestfish-actions.pod:3126
14896 msgid ""
14897 "Note that in the case of MBR partitioning, deleting an extended partition "
14898 "also deletes any logical partitions it contains."
14899 msgstr ""
14900
14901 # type: =head2
14902 #. type: =head2
14903 #: ../src/guestfs-actions.pod:4702
14904 msgid "guestfs_part_disk"
14905 msgstr ""
14906
14907 # type: verbatim
14908 #. type: verbatim
14909 #: ../src/guestfs-actions.pod:4704
14910 #, no-wrap
14911 msgid ""
14912 " int\n"
14913 " guestfs_part_disk (guestfs_h *g,\n"
14914 "                    const char *device,\n"
14915 "                    const char *parttype);\n"
14916 "\n"
14917 msgstr ""
14918
14919 # type: textblock
14920 #. type: textblock
14921 #: ../src/guestfs-actions.pod:4709
14922 msgid ""
14923 "This command is simply a combination of C<guestfs_part_init> followed by "
14924 "C<guestfs_part_add> to create a single primary partition covering the whole "
14925 "disk."
14926 msgstr ""
14927
14928 # type: textblock
14929 #. type: textblock
14930 #: ../src/guestfs-actions.pod:4713
14931 msgid ""
14932 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14933 "possible values are described in C<guestfs_part_init>."
14934 msgstr ""
14935
14936 # type: =head2
14937 #. type: =head2
14938 #: ../src/guestfs-actions.pod:4723
14939 msgid "guestfs_part_get_bootable"
14940 msgstr ""
14941
14942 # type: verbatim
14943 #. type: verbatim
14944 #: ../src/guestfs-actions.pod:4725
14945 #, no-wrap
14946 msgid ""
14947 " int\n"
14948 " guestfs_part_get_bootable (guestfs_h *g,\n"
14949 "                            const char *device,\n"
14950 "                            int partnum);\n"
14951 "\n"
14952 msgstr ""
14953
14954 # type: textblock
14955 #. type: textblock
14956 #: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3148
14957 msgid ""
14958 "This command returns true if the partition C<partnum> on C<device> has the "
14959 "bootable flag set."
14960 msgstr ""
14961
14962 # type: textblock
14963 #. type: textblock
14964 #: ../src/guestfs-actions.pod:4733
14965 msgid "See also C<guestfs_part_set_bootable>."
14966 msgstr ""
14967
14968 # type: =head2
14969 #. type: =head2
14970 #: ../src/guestfs-actions.pod:4739
14971 msgid "guestfs_part_get_mbr_id"
14972 msgstr ""
14973
14974 # type: verbatim
14975 #. type: verbatim
14976 #: ../src/guestfs-actions.pod:4741
14977 #, no-wrap
14978 msgid ""
14979 " int\n"
14980 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14981 "                          const char *device,\n"
14982 "                          int partnum);\n"
14983 "\n"
14984 msgstr ""
14985
14986 # type: textblock
14987 #. type: textblock
14988 #: ../src/guestfs-actions.pod:4746 ../fish/guestfish-actions.pod:3157
14989 msgid ""
14990 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14991 "partition C<partnum>."
14992 msgstr ""
14993
14994 # type: textblock
14995 #. type: textblock
14996 #: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925
14997 msgid ""
14998 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14999 "undefined results for other partition table types (see "
15000 "C<guestfs_part_get_parttype>)."
15001 msgstr ""
15002
15003 # type: =head2
15004 #. type: =head2
15005 #: ../src/guestfs-actions.pod:4757
15006 msgid "guestfs_part_get_parttype"
15007 msgstr ""
15008
15009 # type: verbatim
15010 #. type: verbatim
15011 #: ../src/guestfs-actions.pod:4759
15012 #, no-wrap
15013 msgid ""
15014 " char *\n"
15015 " guestfs_part_get_parttype (guestfs_h *g,\n"
15016 "                            const char *device);\n"
15017 "\n"
15018 msgstr ""
15019
15020 # type: textblock
15021 #. type: textblock
15022 #: ../src/guestfs-actions.pod:4763 ../fish/guestfish-actions.pod:3168
15023 msgid ""
15024 "This command examines the partition table on C<device> and returns the "
15025 "partition table type (format) being used."
15026 msgstr ""
15027
15028 # type: textblock
15029 #. type: textblock
15030 #: ../src/guestfs-actions.pod:4766
15031 msgid ""
15032 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15033 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15034 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15035 msgstr ""
15036
15037 # type: =head2
15038 #. type: =head2
15039 #: ../src/guestfs-actions.pod:4776
15040 msgid "guestfs_part_init"
15041 msgstr ""
15042
15043 # type: verbatim
15044 #. type: verbatim
15045 #: ../src/guestfs-actions.pod:4778
15046 #, no-wrap
15047 msgid ""
15048 " int\n"
15049 " guestfs_part_init (guestfs_h *g,\n"
15050 "                    const char *device,\n"
15051 "                    const char *parttype);\n"
15052 "\n"
15053 msgstr ""
15054
15055 # type: textblock
15056 #. type: textblock
15057 #: ../src/guestfs-actions.pod:4783 ../fish/guestfish-actions.pod:3180
15058 msgid ""
15059 "This creates an empty partition table on C<device> of one of the partition "
15060 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15061 "(for large disks)."
15062 msgstr ""
15063
15064 # type: textblock
15065 #. type: textblock
15066 #: ../src/guestfs-actions.pod:4787
15067 msgid ""
15068 "Initially there are no partitions.  Following this, you should call "
15069 "C<guestfs_part_add> for each partition required."
15070 msgstr ""
15071
15072 # type: textblock
15073 #. type: textblock
15074 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
15075 msgid "Possible values for C<parttype> are:"
15076 msgstr ""
15077
15078 # type: =item
15079 #. type: =item
15080 #: ../src/guestfs-actions.pod:4794 ../fish/guestfish-actions.pod:3191
15081 msgid "B<efi> | B<gpt>"
15082 msgstr ""
15083
15084 # type: textblock
15085 #. type: textblock
15086 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
15087 msgid "Intel EFI / GPT partition table."
15088 msgstr ""
15089
15090 # type: textblock
15091 #. type: textblock
15092 #: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
15093 msgid ""
15094 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
15095 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
15096 "the C<mbr> format."
15097 msgstr ""
15098
15099 # type: =item
15100 #. type: =item
15101 #: ../src/guestfs-actions.pod:4802 ../fish/guestfish-actions.pod:3199
15102 msgid "B<mbr> | B<msdos>"
15103 msgstr ""
15104
15105 # type: textblock
15106 #. type: textblock
15107 #: ../src/guestfs-actions.pod:4804 ../fish/guestfish-actions.pod:3201
15108 msgid ""
15109 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15110 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15111 "TB.  For large disks we recommend using C<gpt>."
15112 msgstr ""
15113
15114 # type: textblock
15115 #. type: textblock
15116 #: ../src/guestfs-actions.pod:4811 ../fish/guestfish-actions.pod:3208
15117 msgid ""
15118 "Other partition table types that may work but are not supported include:"
15119 msgstr ""
15120
15121 # type: =item
15122 #. type: =item
15123 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
15124 msgid "B<aix>"
15125 msgstr ""
15126
15127 # type: textblock
15128 #. type: textblock
15129 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
15130 msgid "AIX disk labels."
15131 msgstr ""
15132
15133 # type: =item
15134 #. type: =item
15135 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
15136 msgid "B<amiga> | B<rdb>"
15137 msgstr ""
15138
15139 # type: textblock
15140 #. type: textblock
15141 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
15142 msgid "Amiga \"Rigid Disk Block\" format."
15143 msgstr ""
15144
15145 # type: =item
15146 #. type: =item
15147 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
15148 msgid "B<bsd>"
15149 msgstr ""
15150
15151 # type: textblock
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
15154 msgid "BSD disk labels."
15155 msgstr ""
15156
15157 # type: =item
15158 #. type: =item
15159 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
15160 msgid "B<dasd>"
15161 msgstr ""
15162
15163 # type: textblock
15164 #. type: textblock
15165 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
15166 msgid "DASD, used on IBM mainframes."
15167 msgstr ""
15168
15169 # type: =item
15170 #. type: =item
15171 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
15172 msgid "B<dvh>"
15173 msgstr ""
15174
15175 # type: textblock
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
15178 msgid "MIPS/SGI volumes."
15179 msgstr ""
15180
15181 # type: =item
15182 #. type: =item
15183 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
15184 msgid "B<mac>"
15185 msgstr ""
15186
15187 # type: textblock
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
15190 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15191 msgstr ""
15192
15193 # type: =item
15194 #. type: =item
15195 #: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
15196 msgid "B<pc98>"
15197 msgstr ""
15198
15199 # type: textblock
15200 #. type: textblock
15201 #: ../src/guestfs-actions.pod:4842 ../fish/guestfish-actions.pod:3239
15202 msgid "NEC PC-98 format, common in Japan apparently."
15203 msgstr ""
15204
15205 # type: =item
15206 #. type: =item
15207 #: ../src/guestfs-actions.pod:4844 ../fish/guestfish-actions.pod:3241
15208 msgid "B<sun>"
15209 msgstr ""
15210
15211 # type: textblock
15212 #. type: textblock
15213 #: ../src/guestfs-actions.pod:4846 ../fish/guestfish-actions.pod:3243
15214 msgid "Sun disk labels."
15215 msgstr ""
15216
15217 # type: =head2
15218 #. type: =head2
15219 #: ../src/guestfs-actions.pod:4854
15220 msgid "guestfs_part_list"
15221 msgstr ""
15222
15223 # type: verbatim
15224 #. type: verbatim
15225 #: ../src/guestfs-actions.pod:4856
15226 #, no-wrap
15227 msgid ""
15228 " struct guestfs_partition_list *\n"
15229 " guestfs_part_list (guestfs_h *g,\n"
15230 "                    const char *device);\n"
15231 "\n"
15232 msgstr ""
15233
15234 # type: textblock
15235 #. type: textblock
15236 #: ../src/guestfs-actions.pod:4860 ../fish/guestfish-actions.pod:3251
15237 msgid ""
15238 "This command parses the partition table on C<device> and returns the list of "
15239 "partitions found."
15240 msgstr ""
15241
15242 # type: textblock
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
15245 msgid "The fields in the returned structure are:"
15246 msgstr ""
15247
15248 # type: =item
15249 #. type: =item
15250 #: ../src/guestfs-actions.pod:4867 ../fish/guestfish-actions.pod:3258
15251 msgid "B<part_num>"
15252 msgstr ""
15253
15254 # type: textblock
15255 #. type: textblock
15256 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3260
15257 msgid "Partition number, counting from 1."
15258 msgstr ""
15259
15260 # type: =item
15261 #. type: =item
15262 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3262
15263 msgid "B<part_start>"
15264 msgstr ""
15265
15266 # type: textblock
15267 #. type: textblock
15268 #: ../src/guestfs-actions.pod:4873
15269 msgid ""
15270 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15271 "the device's sector size, see C<guestfs_blockdev_getss>."
15272 msgstr ""
15273
15274 # type: =item
15275 #. type: =item
15276 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
15277 msgid "B<part_end>"
15278 msgstr ""
15279
15280 # type: textblock
15281 #. type: textblock
15282 #: ../src/guestfs-actions.pod:4878 ../fish/guestfish-actions.pod:3269
15283 msgid "End of the partition in bytes."
15284 msgstr ""
15285
15286 # type: =item
15287 #. type: =item
15288 #: ../src/guestfs-actions.pod:4880 ../fish/guestfish-actions.pod:3271
15289 msgid "B<part_size>"
15290 msgstr ""
15291
15292 # type: textblock
15293 #. type: textblock
15294 #: ../src/guestfs-actions.pod:4882 ../fish/guestfish-actions.pod:3273
15295 msgid "Size of the partition in bytes."
15296 msgstr ""
15297
15298 # type: textblock
15299 #. type: textblock
15300 #: ../src/guestfs-actions.pod:4886
15301 msgid ""
15302 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15303 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15304 "use>."
15305 msgstr ""
15306
15307 # type: =head2
15308 #. type: =head2
15309 #: ../src/guestfs-actions.pod:4892
15310 msgid "guestfs_part_set_bootable"
15311 msgstr ""
15312
15313 # type: verbatim
15314 #. type: verbatim
15315 #: ../src/guestfs-actions.pod:4894
15316 #, no-wrap
15317 msgid ""
15318 " int\n"
15319 " guestfs_part_set_bootable (guestfs_h *g,\n"
15320 "                            const char *device,\n"
15321 "                            int partnum,\n"
15322 "                            int bootable);\n"
15323 "\n"
15324 msgstr ""
15325
15326 # type: textblock
15327 #. type: textblock
15328 #: ../src/guestfs-actions.pod:4900 ../fish/guestfish-actions.pod:3281
15329 msgid ""
15330 "This sets the bootable flag on partition numbered C<partnum> on device "
15331 "C<device>.  Note that partitions are numbered from 1."
15332 msgstr ""
15333
15334 # type: textblock
15335 #. type: textblock
15336 #: ../src/guestfs-actions.pod:4903 ../fish/guestfish-actions.pod:3284
15337 msgid ""
15338 "The bootable flag is used by some operating systems (notably Windows) to "
15339 "determine which partition to boot from.  It is by no means universally "
15340 "recognized."
15341 msgstr ""
15342
15343 # type: =head2
15344 #. type: =head2
15345 #: ../src/guestfs-actions.pod:4911
15346 msgid "guestfs_part_set_mbr_id"
15347 msgstr ""
15348
15349 # type: verbatim
15350 #. type: verbatim
15351 #: ../src/guestfs-actions.pod:4913
15352 #, no-wrap
15353 msgid ""
15354 " int\n"
15355 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15356 "                          const char *device,\n"
15357 "                          int partnum,\n"
15358 "                          int idbyte);\n"
15359 "\n"
15360 msgstr ""
15361
15362 # type: textblock
15363 #. type: textblock
15364 #: ../src/guestfs-actions.pod:4919 ../fish/guestfish-actions.pod:3292
15365 msgid ""
15366 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15367 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15368 "documentation are in fact hexadecimal numbers, but usually documented "
15369 "without any leading \"0x\" which might be confusing."
15370 msgstr ""
15371
15372 # type: =head2
15373 #. type: =head2
15374 #: ../src/guestfs-actions.pod:4933
15375 msgid "guestfs_part_set_name"
15376 msgstr ""
15377
15378 # type: verbatim
15379 #. type: verbatim
15380 #: ../src/guestfs-actions.pod:4935
15381 #, no-wrap
15382 msgid ""
15383 " int\n"
15384 " guestfs_part_set_name (guestfs_h *g,\n"
15385 "                        const char *device,\n"
15386 "                        int partnum,\n"
15387 "                        const char *name);\n"
15388 "\n"
15389 msgstr ""
15390
15391 # type: textblock
15392 #. type: textblock
15393 #: ../src/guestfs-actions.pod:4941 ../fish/guestfish-actions.pod:3306
15394 msgid ""
15395 "This sets the partition name on partition numbered C<partnum> on device "
15396 "C<device>.  Note that partitions are numbered from 1."
15397 msgstr ""
15398
15399 # type: textblock
15400 #. type: textblock
15401 #: ../src/guestfs-actions.pod:4944 ../fish/guestfish-actions.pod:3309
15402 msgid ""
15403 "The partition name can only be set on certain types of partition table.  "
15404 "This works on C<gpt> but not on C<mbr> partitions."
15405 msgstr ""
15406
15407 # type: =head2
15408 #. type: =head2
15409 #: ../src/guestfs-actions.pod:4951
15410 msgid "guestfs_part_to_dev"
15411 msgstr ""
15412
15413 # type: verbatim
15414 #. type: verbatim
15415 #: ../src/guestfs-actions.pod:4953
15416 #, no-wrap
15417 msgid ""
15418 " char *\n"
15419 " guestfs_part_to_dev (guestfs_h *g,\n"
15420 "                      const char *partition);\n"
15421 "\n"
15422 msgstr ""
15423
15424 # type: textblock
15425 #. type: textblock
15426 #: ../src/guestfs-actions.pod:4957 ../fish/guestfish-actions.pod:3316
15427 msgid ""
15428 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15429 "partition number, returning the device name (eg. \"/dev/sdb\")."
15430 msgstr ""
15431
15432 # type: textblock
15433 #. type: textblock
15434 #: ../src/guestfs-actions.pod:4961
15435 msgid ""
15436 "The named partition must exist, for example as a string returned from "
15437 "C<guestfs_list_partitions>."
15438 msgstr ""
15439
15440 # type: =head2
15441 #. type: =head2
15442 #: ../src/guestfs-actions.pod:4969
15443 msgid "guestfs_ping_daemon"
15444 msgstr ""
15445
15446 # type: verbatim
15447 #. type: verbatim
15448 #: ../src/guestfs-actions.pod:4971
15449 #, no-wrap
15450 msgid ""
15451 " int\n"
15452 " guestfs_ping_daemon (guestfs_h *g);\n"
15453 "\n"
15454 msgstr ""
15455
15456 # type: textblock
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:4974 ../fish/guestfish-actions.pod:3327
15459 msgid ""
15460 "This is a test probe into the guestfs daemon running inside the qemu "
15461 "subprocess.  Calling this function checks that the daemon responds to the "
15462 "ping message, without affecting the daemon or attached block device(s) in "
15463 "any other way."
15464 msgstr ""
15465
15466 # type: =head2
15467 #. type: =head2
15468 #: ../src/guestfs-actions.pod:4983
15469 msgid "guestfs_pread"
15470 msgstr ""
15471
15472 # type: verbatim
15473 #. type: verbatim
15474 #: ../src/guestfs-actions.pod:4985
15475 #, no-wrap
15476 msgid ""
15477 " char *\n"
15478 " guestfs_pread (guestfs_h *g,\n"
15479 "                const char *path,\n"
15480 "                int count,\n"
15481 "                int64_t offset,\n"
15482 "                size_t *size_r);\n"
15483 "\n"
15484 msgstr ""
15485
15486 # type: textblock
15487 #. type: textblock
15488 #: ../src/guestfs-actions.pod:4992 ../fish/guestfish-actions.pod:3336
15489 msgid ""
15490 "This command lets you read part of a file.  It reads C<count> bytes of the "
15491 "file, starting at C<offset>, from file C<path>."
15492 msgstr ""
15493
15494 # type: textblock
15495 #. type: textblock
15496 #: ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5021
15497 #: ../fish/guestfish-actions.pod:3339 ../fish/guestfish-actions.pod:3354
15498 msgid ""
15499 "This may read fewer bytes than requested.  For further details see the "
15500 "L<pread(2)> system call."
15501 msgstr ""
15502
15503 # type: textblock
15504 #. type: textblock
15505 #: ../src/guestfs-actions.pod:4998
15506 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15507 msgstr ""
15508
15509 # type: =head2
15510 #. type: =head2
15511 #: ../src/guestfs-actions.pod:5009
15512 msgid "guestfs_pread_device"
15513 msgstr ""
15514
15515 # type: verbatim
15516 #. type: verbatim
15517 #: ../src/guestfs-actions.pod:5011
15518 #, no-wrap
15519 msgid ""
15520 " char *\n"
15521 " guestfs_pread_device (guestfs_h *g,\n"
15522 "                       const char *device,\n"
15523 "                       int count,\n"
15524 "                       int64_t offset,\n"
15525 "                       size_t *size_r);\n"
15526 "\n"
15527 msgstr ""
15528
15529 # type: textblock
15530 #. type: textblock
15531 #: ../src/guestfs-actions.pod:5018 ../fish/guestfish-actions.pod:3351
15532 msgid ""
15533 "This command lets you read part of a file.  It reads C<count> bytes of "
15534 "C<device>, starting at C<offset>."
15535 msgstr ""
15536
15537 # type: textblock
15538 #. type: textblock
15539 #: ../src/guestfs-actions.pod:5024
15540 msgid "See also C<guestfs_pread>."
15541 msgstr ""
15542
15543 # type: textblock
15544 #. type: textblock
15545 #: ../src/guestfs-actions.pod:5033
15546 msgid "(Added in 1.5.21)"
15547 msgstr ""
15548
15549 # type: =head2
15550 #. type: =head2
15551 #: ../src/guestfs-actions.pod:5035
15552 msgid "guestfs_pvcreate"
15553 msgstr ""
15554
15555 # type: verbatim
15556 #. type: verbatim
15557 #: ../src/guestfs-actions.pod:5037
15558 #, no-wrap
15559 msgid ""
15560 " int\n"
15561 " guestfs_pvcreate (guestfs_h *g,\n"
15562 "                   const char *device);\n"
15563 "\n"
15564 msgstr ""
15565
15566 # type: textblock
15567 #. type: textblock
15568 #: ../src/guestfs-actions.pod:5041 ../fish/guestfish-actions.pod:3366
15569 msgid ""
15570 "This creates an LVM physical volume on the named C<device>, where C<device> "
15571 "should usually be a partition name such as C</dev/sda1>."
15572 msgstr ""
15573
15574 # type: =head2
15575 #. type: =head2
15576 #: ../src/guestfs-actions.pod:5049
15577 msgid "guestfs_pvremove"
15578 msgstr ""
15579
15580 # type: verbatim
15581 #. type: verbatim
15582 #: ../src/guestfs-actions.pod:5051
15583 #, no-wrap
15584 msgid ""
15585 " int\n"
15586 " guestfs_pvremove (guestfs_h *g,\n"
15587 "                   const char *device);\n"
15588 "\n"
15589 msgstr ""
15590
15591 # type: textblock
15592 #. type: textblock
15593 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3374
15594 msgid ""
15595 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15596 "it."
15597 msgstr ""
15598
15599 # type: textblock
15600 #. type: textblock
15601 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3377
15602 msgid ""
15603 "The implementation uses the C<pvremove> command which refuses to wipe "
15604 "physical volumes that contain any volume groups, so you have to remove those "
15605 "first."
15606 msgstr ""
15607
15608 # type: =head2
15609 #. type: =head2
15610 #: ../src/guestfs-actions.pod:5066
15611 msgid "guestfs_pvresize"
15612 msgstr ""
15613
15614 # type: verbatim
15615 #. type: verbatim
15616 #: ../src/guestfs-actions.pod:5068
15617 #, no-wrap
15618 msgid ""
15619 " int\n"
15620 " guestfs_pvresize (guestfs_h *g,\n"
15621 "                   const char *device);\n"
15622 "\n"
15623 msgstr ""
15624
15625 # type: textblock
15626 #. type: textblock
15627 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3385
15628 msgid ""
15629 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15630 "the new size of the underlying device."
15631 msgstr ""
15632
15633 # type: =head2
15634 #. type: =head2
15635 #: ../src/guestfs-actions.pod:5079
15636 msgid "guestfs_pvresize_size"
15637 msgstr ""
15638
15639 # type: verbatim
15640 #. type: verbatim
15641 #: ../src/guestfs-actions.pod:5081
15642 #, no-wrap
15643 msgid ""
15644 " int\n"
15645 " guestfs_pvresize_size (guestfs_h *g,\n"
15646 "                        const char *device,\n"
15647 "                        int64_t size);\n"
15648 "\n"
15649 msgstr ""
15650
15651 # type: textblock
15652 #. type: textblock
15653 #: ../src/guestfs-actions.pod:5086
15654 msgid ""
15655 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15656 "specify the new size (in bytes) explicitly."
15657 msgstr ""
15658
15659 # type: =head2
15660 #. type: =head2
15661 #: ../src/guestfs-actions.pod:5093
15662 msgid "guestfs_pvs"
15663 msgstr ""
15664
15665 # type: verbatim
15666 #. type: verbatim
15667 #: ../src/guestfs-actions.pod:5095
15668 #, no-wrap
15669 msgid ""
15670 " char **\n"
15671 " guestfs_pvs (guestfs_h *g);\n"
15672 "\n"
15673 msgstr ""
15674
15675 # type: textblock
15676 #. type: textblock
15677 #: ../src/guestfs-actions.pod:5098 ../fish/guestfish-actions.pod:3399
15678 msgid ""
15679 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15680 "(8)> command."
15681 msgstr ""
15682
15683 # type: textblock
15684 #. type: textblock
15685 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3402
15686 msgid ""
15687 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15688 "sda2>)."
15689 msgstr ""
15690
15691 # type: textblock
15692 #. type: textblock
15693 #: ../src/guestfs-actions.pod:5104
15694 msgid "See also C<guestfs_pvs_full>."
15695 msgstr ""
15696
15697 # type: =head2
15698 #. type: =head2
15699 #: ../src/guestfs-actions.pod:5112
15700 msgid "guestfs_pvs_full"
15701 msgstr ""
15702
15703 # type: verbatim
15704 #. type: verbatim
15705 #: ../src/guestfs-actions.pod:5114
15706 #, no-wrap
15707 msgid ""
15708 " struct guestfs_lvm_pv_list *\n"
15709 " guestfs_pvs_full (guestfs_h *g);\n"
15710 "\n"
15711 msgstr ""
15712
15713 # type: textblock
15714 #. type: textblock
15715 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3411
15716 msgid ""
15717 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15718 "(8)> command.  The \"full\" version includes all fields."
15719 msgstr ""
15720
15721 # type: textblock
15722 #. type: textblock
15723 #: ../src/guestfs-actions.pod:5120
15724 msgid ""
15725 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15726 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15727 msgstr ""
15728
15729 # type: =head2
15730 #. type: =head2
15731 #: ../src/guestfs-actions.pod:5126
15732 msgid "guestfs_pvuuid"
15733 msgstr ""
15734
15735 # type: verbatim
15736 #. type: verbatim
15737 #: ../src/guestfs-actions.pod:5128
15738 #, no-wrap
15739 msgid ""
15740 " char *\n"
15741 " guestfs_pvuuid (guestfs_h *g,\n"
15742 "                 const char *device);\n"
15743 "\n"
15744 msgstr ""
15745
15746 # type: textblock
15747 #. type: textblock
15748 #: ../src/guestfs-actions.pod:5132 ../fish/guestfish-actions.pod:3418
15749 msgid "This command returns the UUID of the LVM PV C<device>."
15750 msgstr ""
15751
15752 # type: =head2
15753 #. type: =head2
15754 #: ../src/guestfs-actions.pod:5139
15755 msgid "guestfs_pwrite"
15756 msgstr ""
15757
15758 # type: verbatim
15759 #. type: verbatim
15760 #: ../src/guestfs-actions.pod:5141
15761 #, no-wrap
15762 msgid ""
15763 " int\n"
15764 " guestfs_pwrite (guestfs_h *g,\n"
15765 "                 const char *path,\n"
15766 "                 const char *content,\n"
15767 "                 size_t content_size,\n"
15768 "                 int64_t offset);\n"
15769 "\n"
15770 msgstr ""
15771
15772 # type: textblock
15773 #. type: textblock
15774 #: ../src/guestfs-actions.pod:5148 ../fish/guestfish-actions.pod:3424
15775 msgid ""
15776 "This command writes to part of a file.  It writes the data buffer C<content> "
15777 "to the file C<path> starting at offset C<offset>."
15778 msgstr ""
15779
15780 # type: textblock
15781 #. type: textblock
15782 #: ../src/guestfs-actions.pod:5151 ../fish/guestfish-actions.pod:3427
15783 msgid ""
15784 "This command implements the L<pwrite(2)> system call, and like that system "
15785 "call it may not write the full data requested.  The return value is the "
15786 "number of bytes that were actually written to the file.  This could even be "
15787 "0, although short writes are unlikely for regular files in ordinary "
15788 "circumstances."
15789 msgstr ""
15790
15791 # type: textblock
15792 #. type: textblock
15793 #: ../src/guestfs-actions.pod:5157
15794 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15795 msgstr ""
15796
15797 # type: =head2
15798 #. type: =head2
15799 #: ../src/guestfs-actions.pod:5166
15800 msgid "guestfs_pwrite_device"
15801 msgstr ""
15802
15803 # type: verbatim
15804 #. type: verbatim
15805 #: ../src/guestfs-actions.pod:5168
15806 #, no-wrap
15807 msgid ""
15808 " int\n"
15809 " guestfs_pwrite_device (guestfs_h *g,\n"
15810 "                        const char *device,\n"
15811 "                        const char *content,\n"
15812 "                        size_t content_size,\n"
15813 "                        int64_t offset);\n"
15814 "\n"
15815 msgstr ""
15816
15817 # type: textblock
15818 #. type: textblock
15819 #: ../src/guestfs-actions.pod:5175 ../fish/guestfish-actions.pod:3442
15820 msgid ""
15821 "This command writes to part of a device.  It writes the data buffer "
15822 "C<content> to C<device> starting at offset C<offset>."
15823 msgstr ""
15824
15825 # type: textblock
15826 #. type: textblock
15827 #: ../src/guestfs-actions.pod:5178 ../fish/guestfish-actions.pod:3445
15828 msgid ""
15829 "This command implements the L<pwrite(2)> system call, and like that system "
15830 "call it may not write the full data requested (although short writes to disk "
15831 "devices and partitions are probably impossible with standard Linux kernels)."
15832 msgstr ""
15833
15834 # type: textblock
15835 #. type: textblock
15836 #: ../src/guestfs-actions.pod:5183
15837 msgid "See also C<guestfs_pwrite>."
15838 msgstr ""
15839
15840 # type: textblock
15841 #. type: textblock
15842 #: ../src/guestfs-actions.pod:5190
15843 msgid "(Added in 1.5.20)"
15844 msgstr ""
15845
15846 # type: =head2
15847 #. type: =head2
15848 #: ../src/guestfs-actions.pod:5192
15849 msgid "guestfs_read_file"
15850 msgstr ""
15851
15852 # type: verbatim
15853 #. type: verbatim
15854 #: ../src/guestfs-actions.pod:5194
15855 #, no-wrap
15856 msgid ""
15857 " char *\n"
15858 " guestfs_read_file (guestfs_h *g,\n"
15859 "                    const char *path,\n"
15860 "                    size_t *size_r);\n"
15861 "\n"
15862 msgstr ""
15863
15864 # type: textblock
15865 #. type: textblock
15866 #: ../src/guestfs-actions.pod:5199 ../fish/guestfish-actions.pod:3459
15867 msgid "This calls returns the contents of the file C<path> as a buffer."
15868 msgstr ""
15869
15870 # type: textblock
15871 #. type: textblock
15872 #: ../src/guestfs-actions.pod:5202
15873 msgid ""
15874 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15875 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15876 "function is limited in the total size of file that can be handled."
15877 msgstr ""
15878
15879 # type: textblock
15880 #. type: textblock
15881 #: ../src/guestfs-actions.pod:5214
15882 msgid "(Added in 1.0.63)"
15883 msgstr ""
15884
15885 # type: =head2
15886 #. type: =head2
15887 #: ../src/guestfs-actions.pod:5216
15888 msgid "guestfs_read_lines"
15889 msgstr ""
15890
15891 # type: verbatim
15892 #. type: verbatim
15893 #: ../src/guestfs-actions.pod:5218
15894 #, no-wrap
15895 msgid ""
15896 " char **\n"
15897 " guestfs_read_lines (guestfs_h *g,\n"
15898 "                     const char *path);\n"
15899 "\n"
15900 msgstr ""
15901
15902 # type: textblock
15903 #. type: textblock
15904 #: ../src/guestfs-actions.pod:5224 ../fish/guestfish-actions.pod:3476
15905 msgid ""
15906 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15907 "C<CRLF> character sequences are I<not> returned."
15908 msgstr ""
15909
15910 # type: textblock
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:5227
15913 msgid ""
15914 "Note that this function cannot correctly handle binary files (specifically, "
15915 "files containing C<\\0> character which is treated as end of line).  For "
15916 "those you need to use the C<guestfs_read_file> function which has a more "
15917 "complex interface."
15918 msgstr ""
15919
15920 # type: =head2
15921 #. type: =head2
15922 #: ../src/guestfs-actions.pod:5238
15923 msgid "guestfs_readdir"
15924 msgstr ""
15925
15926 # type: verbatim
15927 #. type: verbatim
15928 #: ../src/guestfs-actions.pod:5240
15929 #, no-wrap
15930 msgid ""
15931 " struct guestfs_dirent_list *\n"
15932 " guestfs_readdir (guestfs_h *g,\n"
15933 "                  const char *dir);\n"
15934 "\n"
15935 msgstr ""
15936
15937 # type: textblock
15938 #. type: textblock
15939 #: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
15940 msgid "This returns the list of directory entries in directory C<dir>."
15941 msgstr ""
15942
15943 # type: textblock
15944 #. type: textblock
15945 #: ../src/guestfs-actions.pod:5246 ../fish/guestfish-actions.pod:3490
15946 msgid ""
15947 "All entries in the directory are returned, including C<.> and C<..>.  The "
15948 "entries are I<not> sorted, but returned in the same order as the underlying "
15949 "filesystem."
15950 msgstr ""
15951
15952 # type: textblock
15953 #. type: textblock
15954 #: ../src/guestfs-actions.pod:5250 ../fish/guestfish-actions.pod:3494
15955 msgid ""
15956 "Also this call returns basic file type information about each file.  The "
15957 "C<ftyp> field will contain one of the following characters:"
15958 msgstr ""
15959
15960 # type: =item
15961 #. type: =item
15962 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
15963 msgid "'b'"
15964 msgstr ""
15965
15966 # type: textblock
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
15969 msgid "Block special"
15970 msgstr ""
15971
15972 # type: =item
15973 #. type: =item
15974 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
15975 msgid "'c'"
15976 msgstr ""
15977
15978 # type: textblock
15979 #. type: textblock
15980 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
15981 msgid "Char special"
15982 msgstr ""
15983
15984 # type: =item
15985 #. type: =item
15986 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
15987 msgid "'d'"
15988 msgstr ""
15989
15990 # type: textblock
15991 #. type: textblock
15992 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
15993 msgid "Directory"
15994 msgstr ""
15995
15996 # type: =item
15997 #. type: =item
15998 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
15999 msgid "'f'"
16000 msgstr ""
16001
16002 # type: textblock
16003 #. type: textblock
16004 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
16005 msgid "FIFO (named pipe)"
16006 msgstr ""
16007
16008 # type: =item
16009 #. type: =item
16010 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
16011 msgid "'l'"
16012 msgstr ""
16013
16014 # type: textblock
16015 #. type: textblock
16016 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
16017 msgid "Symbolic link"
16018 msgstr ""
16019
16020 # type: =item
16021 #. type: =item
16022 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
16023 msgid "'r'"
16024 msgstr ""
16025
16026 # type: textblock
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
16029 msgid "Regular file"
16030 msgstr ""
16031
16032 # type: =item
16033 #. type: =item
16034 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
16035 msgid "'s'"
16036 msgstr ""
16037
16038 # type: textblock
16039 #. type: textblock
16040 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
16041 msgid "Socket"
16042 msgstr ""
16043
16044 # type: =item
16045 #. type: =item
16046 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
16047 msgid "'u'"
16048 msgstr ""
16049
16050 # type: textblock
16051 #. type: textblock
16052 #: ../src/guestfs-actions.pod:5285 ../fish/guestfish-actions.pod:3529
16053 msgid "Unknown file type"
16054 msgstr ""
16055
16056 # type: =item
16057 #. type: =item
16058 #: ../src/guestfs-actions.pod:5287 ../fish/guestfish-actions.pod:3531
16059 msgid "'?'"
16060 msgstr ""
16061
16062 # type: textblock
16063 #. type: textblock
16064 #: ../src/guestfs-actions.pod:5289 ../fish/guestfish-actions.pod:3533
16065 msgid ""
16066 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16067 msgstr ""
16068
16069 # type: textblock
16070 #. type: textblock
16071 #: ../src/guestfs-actions.pod:5294
16072 msgid ""
16073 "This function is primarily intended for use by programs.  To get a simple "
16074 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16075 "consumption, use C<guestfs_ll>."
16076 msgstr ""
16077
16078 # type: textblock
16079 #. type: textblock
16080 #: ../src/guestfs-actions.pod:5298
16081 msgid ""
16082 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16083 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16084 msgstr ""
16085
16086 # type: =head2
16087 #. type: =head2
16088 #: ../src/guestfs-actions.pod:5304
16089 msgid "guestfs_readlink"
16090 msgstr ""
16091
16092 # type: verbatim
16093 #. type: verbatim
16094 #: ../src/guestfs-actions.pod:5306
16095 #, no-wrap
16096 msgid ""
16097 " char *\n"
16098 " guestfs_readlink (guestfs_h *g,\n"
16099 "                   const char *path);\n"
16100 "\n"
16101 msgstr ""
16102
16103 # type: textblock
16104 #. type: textblock
16105 #: ../src/guestfs-actions.pod:5310 ../fish/guestfish-actions.pod:3546
16106 msgid "This command reads the target of a symbolic link."
16107 msgstr ""
16108
16109 # type: =head2
16110 #. type: =head2
16111 #: ../src/guestfs-actions.pod:5317
16112 msgid "guestfs_readlinklist"
16113 msgstr ""
16114
16115 # type: verbatim
16116 #. type: verbatim
16117 #: ../src/guestfs-actions.pod:5319
16118 #, no-wrap
16119 msgid ""
16120 " char **\n"
16121 " guestfs_readlinklist (guestfs_h *g,\n"
16122 "                       const char *path,\n"
16123 "                       char *const *names);\n"
16124 "\n"
16125 msgstr ""
16126
16127 # type: textblock
16128 #. type: textblock
16129 #: ../src/guestfs-actions.pod:5324 ../fish/guestfish-actions.pod:3552
16130 msgid ""
16131 "This call allows you to do a C<readlink> operation on multiple files, where "
16132 "all files are in the directory C<path>.  C<names> is the list of files from "
16133 "this directory."
16134 msgstr ""
16135
16136 # type: textblock
16137 #. type: textblock
16138 #: ../src/guestfs-actions.pod:5328 ../fish/guestfish-actions.pod:3556
16139 msgid ""
16140 "On return you get a list of strings, with a one-to-one correspondence to the "
16141 "C<names> list.  Each string is the value of the symbolic link."
16142 msgstr ""
16143
16144 # type: textblock
16145 #. type: textblock
16146 #: ../src/guestfs-actions.pod:5332 ../fish/guestfish-actions.pod:3560
16147 msgid ""
16148 "If the C<readlink(2)> operation fails on any name, then the corresponding "
16149 "result string is the empty string C<\"\">.  However the whole operation is "
16150 "completed even if there were C<readlink(2)> errors, and so you can call this "
16151 "function with names where you don't know if they are symbolic links already "
16152 "(albeit slightly less efficient)."
16153 msgstr ""
16154
16155 # type: textblock
16156 #. type: textblock
16157 #: ../src/guestfs-actions.pod:5339 ../fish/guestfish-actions.pod:3567
16158 msgid ""
16159 "This call is intended for programs that want to efficiently list a directory "
16160 "contents without making many round-trips.  Very long directory listings "
16161 "might cause the protocol message size to be exceeded, causing this call to "
16162 "fail.  The caller must split up such requests into smaller groups of names."
16163 msgstr ""
16164
16165 # type: =head2
16166 #. type: =head2
16167 #: ../src/guestfs-actions.pod:5352
16168 msgid "guestfs_realpath"
16169 msgstr ""
16170
16171 # type: verbatim
16172 #. type: verbatim
16173 #: ../src/guestfs-actions.pod:5354
16174 #, no-wrap
16175 msgid ""
16176 " char *\n"
16177 " guestfs_realpath (guestfs_h *g,\n"
16178 "                   const char *path);\n"
16179 "\n"
16180 msgstr ""
16181
16182 # type: textblock
16183 #. type: textblock
16184 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3578
16185 msgid ""
16186 "Return the canonicalized absolute pathname of C<path>.  The returned path "
16187 "has no C<.>, C<..> or symbolic link path elements."
16188 msgstr ""
16189
16190 # type: =head2
16191 #. type: =head2
16192 #: ../src/guestfs-actions.pod:5366
16193 msgid "guestfs_removexattr"
16194 msgstr ""
16195
16196 # type: verbatim
16197 #. type: verbatim
16198 #: ../src/guestfs-actions.pod:5368
16199 #, no-wrap
16200 msgid ""
16201 " int\n"
16202 " guestfs_removexattr (guestfs_h *g,\n"
16203 "                      const char *xattr,\n"
16204 "                      const char *path);\n"
16205 "\n"
16206 msgstr ""
16207
16208 # type: textblock
16209 #. type: textblock
16210 #: ../src/guestfs-actions.pod:5373 ../fish/guestfish-actions.pod:3585
16211 msgid ""
16212 "This call removes the extended attribute named C<xattr> of the file C<path>."
16213 msgstr ""
16214
16215 # type: textblock
16216 #. type: textblock
16217 #: ../src/guestfs-actions.pod:5376
16218 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16219 msgstr ""
16220
16221 # type: =head2
16222 #. type: =head2
16223 #: ../src/guestfs-actions.pod:5382
16224 msgid "guestfs_resize2fs"
16225 msgstr ""
16226
16227 # type: verbatim
16228 #. type: verbatim
16229 #: ../src/guestfs-actions.pod:5384
16230 #, no-wrap
16231 msgid ""
16232 " int\n"
16233 " guestfs_resize2fs (guestfs_h *g,\n"
16234 "                    const char *device);\n"
16235 "\n"
16236 msgstr ""
16237
16238 # type: textblock
16239 #. type: textblock
16240 #: ../src/guestfs-actions.pod:5388 ../fish/guestfish-actions.pod:3594
16241 msgid ""
16242 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
16243 "underlying device."
16244 msgstr ""
16245
16246 # type: textblock
16247 #. type: textblock
16248 #: ../src/guestfs-actions.pod:5391
16249 msgid ""
16250 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
16251 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
16252 "sometimes gives an error about this and sometimes not.  In any case, it is "
16253 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16254 msgstr ""
16255
16256 # type: =head2
16257 #. type: =head2
16258 #: ../src/guestfs-actions.pod:5401
16259 msgid "guestfs_resize2fs_size"
16260 msgstr ""
16261
16262 # type: verbatim
16263 #. type: verbatim
16264 #: ../src/guestfs-actions.pod:5403
16265 #, no-wrap
16266 msgid ""
16267 " int\n"
16268 " guestfs_resize2fs_size (guestfs_h *g,\n"
16269 "                         const char *device,\n"
16270 "                         int64_t size);\n"
16271 "\n"
16272 msgstr ""
16273
16274 # type: textblock
16275 #. type: textblock
16276 #: ../src/guestfs-actions.pod:5408
16277 msgid ""
16278 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16279 "to specify the new size (in bytes) explicitly."
16280 msgstr ""
16281
16282 # type: =head2
16283 #. type: =head2
16284 #: ../src/guestfs-actions.pod:5415
16285 msgid "guestfs_rm"
16286 msgstr ""
16287
16288 # type: verbatim
16289 #. type: verbatim
16290 #: ../src/guestfs-actions.pod:5417
16291 #, no-wrap
16292 msgid ""
16293 " int\n"
16294 " guestfs_rm (guestfs_h *g,\n"
16295 "             const char *path);\n"
16296 "\n"
16297 msgstr ""
16298
16299 # type: textblock
16300 #. type: textblock
16301 #: ../src/guestfs-actions.pod:5421 ../fish/guestfish-actions.pod:3614
16302 msgid "Remove the single file C<path>."
16303 msgstr ""
16304
16305 # type: =head2
16306 #. type: =head2
16307 #: ../src/guestfs-actions.pod:5427
16308 msgid "guestfs_rm_rf"
16309 msgstr ""
16310
16311 # type: verbatim
16312 #. type: verbatim
16313 #: ../src/guestfs-actions.pod:5429
16314 #, no-wrap
16315 msgid ""
16316 " int\n"
16317 " guestfs_rm_rf (guestfs_h *g,\n"
16318 "                const char *path);\n"
16319 "\n"
16320 msgstr ""
16321
16322 # type: textblock
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:5433 ../fish/guestfish-actions.pod:3620
16325 msgid ""
16326 "Remove the file or directory C<path>, recursively removing the contents if "
16327 "its a directory.  This is like the C<rm -rf> shell command."
16328 msgstr ""
16329
16330 # type: =head2
16331 #. type: =head2
16332 #: ../src/guestfs-actions.pod:5441
16333 msgid "guestfs_rmdir"
16334 msgstr ""
16335
16336 # type: verbatim
16337 #. type: verbatim
16338 #: ../src/guestfs-actions.pod:5443
16339 #, no-wrap
16340 msgid ""
16341 " int\n"
16342 " guestfs_rmdir (guestfs_h *g,\n"
16343 "                const char *path);\n"
16344 "\n"
16345 msgstr ""
16346
16347 # type: textblock
16348 #. type: textblock
16349 #: ../src/guestfs-actions.pod:5447 ../fish/guestfish-actions.pod:3628
16350 msgid "Remove the single directory C<path>."
16351 msgstr ""
16352
16353 # type: =head2
16354 #. type: =head2
16355 #: ../src/guestfs-actions.pod:5453
16356 msgid "guestfs_rmmountpoint"
16357 msgstr ""
16358
16359 # type: verbatim
16360 #. type: verbatim
16361 #: ../src/guestfs-actions.pod:5455
16362 #, no-wrap
16363 msgid ""
16364 " int\n"
16365 " guestfs_rmmountpoint (guestfs_h *g,\n"
16366 "                       const char *exemptpath);\n"
16367 "\n"
16368 msgstr ""
16369
16370 # type: textblock
16371 #. type: textblock
16372 #: ../src/guestfs-actions.pod:5459
16373 msgid ""
16374 "This calls removes a mountpoint that was previously created with "
16375 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16376 msgstr ""
16377
16378 # type: =head2
16379 #. type: =head2
16380 #: ../src/guestfs-actions.pod:5467
16381 msgid "guestfs_scrub_device"
16382 msgstr ""
16383
16384 # type: verbatim
16385 #. type: verbatim
16386 #: ../src/guestfs-actions.pod:5469
16387 #, no-wrap
16388 msgid ""
16389 " int\n"
16390 " guestfs_scrub_device (guestfs_h *g,\n"
16391 "                       const char *device);\n"
16392 "\n"
16393 msgstr ""
16394
16395 # type: textblock
16396 #. type: textblock
16397 #: ../src/guestfs-actions.pod:5473 ../fish/guestfish-actions.pod:3642
16398 msgid ""
16399 "This command writes patterns over C<device> to make data retrieval more "
16400 "difficult."
16401 msgstr ""
16402
16403 # type: textblock
16404 #. type: textblock
16405 #: ../src/guestfs-actions.pod:5476 ../src/guestfs-actions.pod:5497
16406 #: ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3645
16407 #: ../fish/guestfish-actions.pod:3660 ../fish/guestfish-actions.pod:3673
16408 msgid ""
16409 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16410 "more details."
16411 msgstr ""
16412
16413 # type: textblock
16414 #. type: textblock
16415 #: ../src/guestfs-actions.pod:5484 ../src/guestfs-actions.pod:5502
16416 #: ../src/guestfs-actions.pod:5521
16417 msgid "(Added in 1.0.52)"
16418 msgstr ""
16419
16420 # type: =head2
16421 #. type: =head2
16422 #: ../src/guestfs-actions.pod:5486
16423 msgid "guestfs_scrub_file"
16424 msgstr ""
16425
16426 # type: verbatim
16427 #. type: verbatim
16428 #: ../src/guestfs-actions.pod:5488
16429 #, no-wrap
16430 msgid ""
16431 " int\n"
16432 " guestfs_scrub_file (guestfs_h *g,\n"
16433 "                     const char *file);\n"
16434 "\n"
16435 msgstr ""
16436
16437 # type: textblock
16438 #. type: textblock
16439 #: ../src/guestfs-actions.pod:5492 ../fish/guestfish-actions.pod:3655
16440 msgid ""
16441 "This command writes patterns over a file to make data retrieval more "
16442 "difficult."
16443 msgstr ""
16444
16445 # type: textblock
16446 #. type: textblock
16447 #: ../src/guestfs-actions.pod:5495 ../fish/guestfish-actions.pod:3658
16448 msgid "The file is I<removed> after scrubbing."
16449 msgstr ""
16450
16451 # type: =head2
16452 #. type: =head2
16453 #: ../src/guestfs-actions.pod:5504
16454 msgid "guestfs_scrub_freespace"
16455 msgstr ""
16456
16457 # type: verbatim
16458 #. type: verbatim
16459 #: ../src/guestfs-actions.pod:5506
16460 #, no-wrap
16461 msgid ""
16462 " int\n"
16463 " guestfs_scrub_freespace (guestfs_h *g,\n"
16464 "                          const char *dir);\n"
16465 "\n"
16466 msgstr ""
16467
16468 # type: textblock
16469 #. type: textblock
16470 #: ../src/guestfs-actions.pod:5510
16471 msgid ""
16472 "This command creates the directory C<dir> and then fills it with files until "
16473 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16474 "and deletes them.  The intention is to scrub any free space on the partition "
16475 "containing C<dir>."
16476 msgstr ""
16477
16478 # type: =head2
16479 #. type: =head2
16480 #: ../src/guestfs-actions.pod:5523
16481 msgid "guestfs_set_append"
16482 msgstr ""
16483
16484 # type: verbatim
16485 #. type: verbatim
16486 #: ../src/guestfs-actions.pod:5525
16487 #, no-wrap
16488 msgid ""
16489 " int\n"
16490 " guestfs_set_append (guestfs_h *g,\n"
16491 "                     const char *append);\n"
16492 "\n"
16493 msgstr ""
16494
16495 # type: textblock
16496 #. type: textblock
16497 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
16498 msgid ""
16499 "This function is used to add additional options to the guest kernel command "
16500 "line."
16501 msgstr ""
16502
16503 # type: textblock
16504 #. type: textblock
16505 #: ../src/guestfs-actions.pod:5532 ../fish/guestfish-actions.pod:3685
16506 msgid ""
16507 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16508 "environment variable."
16509 msgstr ""
16510
16511 # type: textblock
16512 #. type: textblock
16513 #: ../src/guestfs-actions.pod:5535 ../fish/guestfish-actions.pod:3688
16514 msgid ""
16515 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16516 "(libguestfs always adds a few of its own)."
16517 msgstr ""
16518
16519 # type: =head2
16520 #. type: =head2
16521 #: ../src/guestfs-actions.pod:5542
16522 msgid "guestfs_set_autosync"
16523 msgstr ""
16524
16525 # type: verbatim
16526 #. type: verbatim
16527 #: ../src/guestfs-actions.pod:5544
16528 #, no-wrap
16529 msgid ""
16530 " int\n"
16531 " guestfs_set_autosync (guestfs_h *g,\n"
16532 "                       int autosync);\n"
16533 "\n"
16534 msgstr ""
16535
16536 # type: textblock
16537 #. type: textblock
16538 #: ../src/guestfs-actions.pod:5548
16539 msgid ""
16540 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16541 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
16542 "the handle is closed (also if the program exits without closing handles)."
16543 msgstr ""
16544
16545 # type: textblock
16546 #. type: textblock
16547 #: ../src/guestfs-actions.pod:5553 ../fish/guestfish-actions.pod:3702
16548 msgid ""
16549 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16550 "disabled by default)."
16551 msgstr ""
16552
16553 # type: =head2
16554 #. type: =head2
16555 #: ../src/guestfs-actions.pod:5560
16556 msgid "guestfs_set_direct"
16557 msgstr ""
16558
16559 # type: verbatim
16560 #. type: verbatim
16561 #: ../src/guestfs-actions.pod:5562
16562 #, no-wrap
16563 msgid ""
16564 " int\n"
16565 " guestfs_set_direct (guestfs_h *g,\n"
16566 "                     int direct);\n"
16567 "\n"
16568 msgstr ""
16569
16570 # type: textblock
16571 #. type: textblock
16572 #: ../src/guestfs-actions.pod:5566 ../fish/guestfish-actions.pod:3711
16573 msgid ""
16574 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16575 "passed directly through to the appliance once it is launched."
16576 msgstr ""
16577
16578 # type: textblock
16579 #. type: textblock
16580 #: ../src/guestfs-actions.pod:5570
16581 msgid ""
16582 "One consequence of this is that log messages aren't caught by the library "
16583 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16584 "stdout."
16585 msgstr ""
16586
16587 # type: textblock
16588 #. type: textblock
16589 #: ../src/guestfs-actions.pod:5574 ../fish/guestfish-actions.pod:3719
16590 msgid "You probably don't want to use this unless you know what you are doing."
16591 msgstr ""
16592
16593 # type: textblock
16594 #. type: textblock
16595 #: ../src/guestfs-actions.pod:5577 ../fish/guestfish-actions.pod:3722
16596 msgid "The default is disabled."
16597 msgstr ""
16598
16599 # type: =head2
16600 #. type: =head2
16601 #: ../src/guestfs-actions.pod:5583
16602 msgid "guestfs_set_e2label"
16603 msgstr ""
16604
16605 # type: verbatim
16606 #. type: verbatim
16607 #: ../src/guestfs-actions.pod:5585
16608 #, no-wrap
16609 msgid ""
16610 " int\n"
16611 " guestfs_set_e2label (guestfs_h *g,\n"
16612 "                      const char *device,\n"
16613 "                      const char *label);\n"
16614 "\n"
16615 msgstr ""
16616
16617 # type: textblock
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:5590 ../fish/guestfish-actions.pod:3728
16620 msgid ""
16621 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16622 "C<label>.  Filesystem labels are limited to 16 characters."
16623 msgstr ""
16624
16625 # type: textblock
16626 #. type: textblock
16627 #: ../src/guestfs-actions.pod:5594
16628 msgid ""
16629 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16630 "the existing label on a filesystem."
16631 msgstr ""
16632
16633 # type: =head2
16634 #. type: =head2
16635 #: ../src/guestfs-actions.pod:5601
16636 msgid "guestfs_set_e2uuid"
16637 msgstr ""
16638
16639 # type: verbatim
16640 #. type: verbatim
16641 #: ../src/guestfs-actions.pod:5603
16642 #, no-wrap
16643 msgid ""
16644 " int\n"
16645 " guestfs_set_e2uuid (guestfs_h *g,\n"
16646 "                     const char *device,\n"
16647 "                     const char *uuid);\n"
16648 "\n"
16649 msgstr ""
16650
16651 # type: textblock
16652 #. type: textblock
16653 #: ../src/guestfs-actions.pod:5608 ../fish/guestfish-actions.pod:3739
16654 msgid ""
16655 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16656 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16657 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16658 msgstr ""
16659
16660 # type: textblock
16661 #. type: textblock
16662 #: ../src/guestfs-actions.pod:5613
16663 msgid ""
16664 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16665 "the existing UUID of a filesystem."
16666 msgstr ""
16667
16668 # type: =head2
16669 #. type: =head2
16670 #: ../src/guestfs-actions.pod:5620
16671 msgid "guestfs_set_memsize"
16672 msgstr ""
16673
16674 # type: verbatim
16675 #. type: verbatim
16676 #: ../src/guestfs-actions.pod:5622
16677 #, no-wrap
16678 msgid ""
16679 " int\n"
16680 " guestfs_set_memsize (guestfs_h *g,\n"
16681 "                      int memsize);\n"
16682 "\n"
16683 msgstr ""
16684
16685 # type: textblock
16686 #. type: textblock
16687 #: ../src/guestfs-actions.pod:5626
16688 msgid ""
16689 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16690 "This only has any effect if called before C<guestfs_launch>."
16691 msgstr ""
16692
16693 # type: textblock
16694 #. type: textblock
16695 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3757
16696 msgid ""
16697 "You can also change this by setting the environment variable "
16698 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16699 msgstr ""
16700
16701 # type: =head2
16702 #. type: =head2
16703 #: ../src/guestfs-actions.pod:5641
16704 msgid "guestfs_set_network"
16705 msgstr ""
16706
16707 # type: verbatim
16708 #. type: verbatim
16709 #: ../src/guestfs-actions.pod:5643
16710 #, no-wrap
16711 msgid ""
16712 " int\n"
16713 " guestfs_set_network (guestfs_h *g,\n"
16714 "                      int network);\n"
16715 "\n"
16716 msgstr ""
16717
16718 # type: textblock
16719 #. type: textblock
16720 #: ../src/guestfs-actions.pod:5647 ../fish/guestfish-actions.pod:3770
16721 msgid ""
16722 "If C<network> is true, then the network is enabled in the libguestfs "
16723 "appliance.  The default is false."
16724 msgstr ""
16725
16726 # type: textblock
16727 #. type: textblock
16728 #: ../src/guestfs-actions.pod:5650 ../fish/guestfish-actions.pod:3773
16729 msgid ""
16730 "This affects whether commands are able to access the network (see L<guestfs"
16731 "(3)/RUNNING COMMANDS>)."
16732 msgstr ""
16733
16734 # type: textblock
16735 #. type: textblock
16736 #: ../src/guestfs-actions.pod:5653
16737 msgid ""
16738 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16739 "effect."
16740 msgstr ""
16741
16742 # type: =head2
16743 #. type: =head2
16744 #: ../src/guestfs-actions.pod:5660
16745 msgid "guestfs_set_path"
16746 msgstr ""
16747
16748 # type: verbatim
16749 #. type: verbatim
16750 #: ../src/guestfs-actions.pod:5662
16751 #, no-wrap
16752 msgid ""
16753 " int\n"
16754 " guestfs_set_path (guestfs_h *g,\n"
16755 "                   const char *searchpath);\n"
16756 "\n"
16757 msgstr ""
16758
16759 # type: textblock
16760 #. type: textblock
16761 #: ../src/guestfs-actions.pod:5666 ../fish/guestfish-actions.pod:3785
16762 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16763 msgstr ""
16764
16765 # type: textblock
16766 #. type: textblock
16767 #: ../src/guestfs-actions.pod:5668 ../fish/guestfish-actions.pod:3787
16768 msgid ""
16769 "The default is C<$libdir/guestfs> unless overridden by setting "
16770 "C<LIBGUESTFS_PATH> environment variable."
16771 msgstr ""
16772
16773 # type: textblock
16774 #. type: textblock
16775 #: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3790
16776 msgid "Setting C<path> to C<NULL> restores the default path."
16777 msgstr ""
16778
16779 # type: =head2
16780 #. type: =head2
16781 #: ../src/guestfs-actions.pod:5677
16782 msgid "guestfs_set_qemu"
16783 msgstr ""
16784
16785 # type: verbatim
16786 #. type: verbatim
16787 #: ../src/guestfs-actions.pod:5679
16788 #, no-wrap
16789 msgid ""
16790 " int\n"
16791 " guestfs_set_qemu (guestfs_h *g,\n"
16792 "                   const char *qemu);\n"
16793 "\n"
16794 msgstr ""
16795
16796 # type: textblock
16797 #. type: textblock
16798 #: ../src/guestfs-actions.pod:5683 ../fish/guestfish-actions.pod:3798
16799 msgid "Set the qemu binary that we will use."
16800 msgstr ""
16801
16802 # type: textblock
16803 #. type: textblock
16804 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
16805 msgid ""
16806 "The default is chosen when the library was compiled by the configure script."
16807 msgstr ""
16808
16809 # type: textblock
16810 #. type: textblock
16811 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3803
16812 msgid ""
16813 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16814 "variable."
16815 msgstr ""
16816
16817 # type: textblock
16818 #. type: textblock
16819 #: ../src/guestfs-actions.pod:5691 ../fish/guestfish-actions.pod:3806
16820 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16821 msgstr ""
16822
16823 # type: textblock
16824 #. type: textblock
16825 #: ../src/guestfs-actions.pod:5693 ../fish/guestfish-actions.pod:3808
16826 msgid ""
16827 "Note that you should call this function as early as possible after creating "
16828 "the handle.  This is because some pre-launch operations depend on testing "
16829 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16830 "don't retest features, and so you might see inconsistent results.  Using the "
16831 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16832 "the qemu binary at the same time as the handle is created."
16833 msgstr ""
16834
16835 # type: =head2
16836 #. type: =head2
16837 #: ../src/guestfs-actions.pod:5705
16838 msgid "guestfs_set_recovery_proc"
16839 msgstr ""
16840
16841 # type: verbatim
16842 #. type: verbatim
16843 #: ../src/guestfs-actions.pod:5707
16844 #, no-wrap
16845 msgid ""
16846 " int\n"
16847 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16848 "                            int recoveryproc);\n"
16849 "\n"
16850 msgstr ""
16851
16852 # type: textblock
16853 #. type: textblock
16854 #: ../src/guestfs-actions.pod:5711
16855 msgid ""
16856 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16857 "not create a recovery process.  The purpose of the recovery process is to "
16858 "stop runaway qemu processes in the case where the main program aborts "
16859 "abruptly."
16860 msgstr ""
16861
16862 # type: textblock
16863 #. type: textblock
16864 #: ../src/guestfs-actions.pod:5716
16865 msgid ""
16866 "This only has any effect if called before C<guestfs_launch>, and the default "
16867 "is true."
16868 msgstr ""
16869
16870 # type: textblock
16871 #. type: textblock
16872 #: ../src/guestfs-actions.pod:5719 ../fish/guestfish-actions.pod:3830
16873 msgid ""
16874 "About the only time when you would want to disable this is if the main "
16875 "process will fork itself into the background (\"daemonize\" itself).  In "
16876 "this case the recovery process thinks that the main program has disappeared "
16877 "and so kills qemu, which is not very helpful."
16878 msgstr ""
16879
16880 # type: =head2
16881 #. type: =head2
16882 #: ../src/guestfs-actions.pod:5729
16883 msgid "guestfs_set_selinux"
16884 msgstr ""
16885
16886 # type: verbatim
16887 #. type: verbatim
16888 #: ../src/guestfs-actions.pod:5731
16889 #, no-wrap
16890 msgid ""
16891 " int\n"
16892 " guestfs_set_selinux (guestfs_h *g,\n"
16893 "                      int selinux);\n"
16894 "\n"
16895 msgstr ""
16896
16897 # type: textblock
16898 #. type: textblock
16899 #: ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3842
16900 msgid ""
16901 "This sets the selinux flag that is passed to the appliance at boot time.  "
16902 "The default is C<selinux=0> (disabled)."
16903 msgstr ""
16904
16905 # type: textblock
16906 #. type: textblock
16907 #: ../src/guestfs-actions.pod:5738 ../fish/guestfish-actions.pod:3845
16908 msgid ""
16909 "Note that if SELinux is enabled, it is always in Permissive mode "
16910 "(C<enforcing=0>)."
16911 msgstr ""
16912
16913 # type: =head2
16914 #. type: =head2
16915 #: ../src/guestfs-actions.pod:5748
16916 msgid "guestfs_set_trace"
16917 msgstr ""
16918
16919 # type: verbatim
16920 #. type: verbatim
16921 #: ../src/guestfs-actions.pod:5750
16922 #, no-wrap
16923 msgid ""
16924 " int\n"
16925 " guestfs_set_trace (guestfs_h *g,\n"
16926 "                    int trace);\n"
16927 "\n"
16928 msgstr ""
16929
16930 # type: textblock
16931 #. type: textblock
16932 #: ../src/guestfs-actions.pod:5754 ../fish/guestfish-actions.pod:3857
16933 msgid ""
16934 "If the command trace flag is set to 1, then commands are printed on stderr "
16935 "before they are executed in a format which is very similar to the one used "
16936 "by guestfish.  In other words, you can run a program with this enabled, and "
16937 "you will get out a script which you can feed to guestfish to perform the "
16938 "same set of actions."
16939 msgstr ""
16940
16941 # type: textblock
16942 #. type: textblock
16943 #: ../src/guestfs-actions.pod:5761 ../fish/guestfish-actions.pod:3864
16944 msgid ""
16945 "If you want to trace C API calls into libguestfs (and other libraries) then "
16946 "possibly a better way is to use the external ltrace(1) command."
16947 msgstr ""
16948
16949 # type: textblock
16950 #. type: textblock
16951 #: ../src/guestfs-actions.pod:5765 ../fish/guestfish-actions.pod:3868
16952 msgid ""
16953 "Command traces are disabled unless the environment variable "
16954 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16955 msgstr ""
16956
16957 # type: =head2
16958 #. type: =head2
16959 #: ../src/guestfs-actions.pod:5772
16960 msgid "guestfs_set_verbose"
16961 msgstr ""
16962
16963 # type: verbatim
16964 #. type: verbatim
16965 #: ../src/guestfs-actions.pod:5774
16966 #, no-wrap
16967 msgid ""
16968 " int\n"
16969 " guestfs_set_verbose (guestfs_h *g,\n"
16970 "                      int verbose);\n"
16971 "\n"
16972 msgstr ""
16973
16974 # type: textblock
16975 #. type: textblock
16976 #: ../src/guestfs-actions.pod:5778 ../fish/guestfish-actions.pod:3877
16977 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
16978 msgstr ""
16979
16980 # type: textblock
16981 #. type: textblock
16982 #: ../src/guestfs-actions.pod:5780 ../fish/guestfish-actions.pod:3879
16983 msgid ""
16984 "Verbose messages are disabled unless the environment variable "
16985 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16986 msgstr ""
16987
16988 # type: =head2
16989 #. type: =head2
16990 #: ../src/guestfs-actions.pod:5787
16991 msgid "guestfs_setcon"
16992 msgstr ""
16993
16994 # type: verbatim
16995 #. type: verbatim
16996 #: ../src/guestfs-actions.pod:5789
16997 #, no-wrap
16998 msgid ""
16999 " int\n"
17000 " guestfs_setcon (guestfs_h *g,\n"
17001 "                 const char *context);\n"
17002 "\n"
17003 msgstr ""
17004
17005 # type: textblock
17006 #. type: textblock
17007 #: ../src/guestfs-actions.pod:5793 ../fish/guestfish-actions.pod:3886
17008 msgid ""
17009 "This sets the SELinux security context of the daemon to the string "
17010 "C<context>."
17011 msgstr ""
17012
17013 # type: textblock
17014 #. type: textblock
17015 #: ../src/guestfs-actions.pod:5796 ../fish/guestfish-actions.pod:3889
17016 msgid "See the documentation about SELINUX in L<guestfs(3)>."
17017 msgstr ""
17018
17019 # type: =head2
17020 #. type: =head2
17021 #: ../src/guestfs-actions.pod:5802
17022 msgid "guestfs_setxattr"
17023 msgstr ""
17024
17025 # type: verbatim
17026 #. type: verbatim
17027 #: ../src/guestfs-actions.pod:5804
17028 #, no-wrap
17029 msgid ""
17030 " int\n"
17031 " guestfs_setxattr (guestfs_h *g,\n"
17032 "                   const char *xattr,\n"
17033 "                   const char *val,\n"
17034 "                   int vallen,\n"
17035 "                   const char *path);\n"
17036 "\n"
17037 msgstr ""
17038
17039 # type: textblock
17040 #. type: textblock
17041 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3895
17042 msgid ""
17043 "This call sets the extended attribute named C<xattr> of the file C<path> to "
17044 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
17045 msgstr ""
17046
17047 # type: textblock
17048 #. type: textblock
17049 #: ../src/guestfs-actions.pod:5815
17050 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17051 msgstr ""
17052
17053 # type: =head2
17054 #. type: =head2
17055 #: ../src/guestfs-actions.pod:5821
17056 msgid "guestfs_sfdisk"
17057 msgstr ""
17058
17059 # type: verbatim
17060 #. type: verbatim
17061 #: ../src/guestfs-actions.pod:5823
17062 #, no-wrap
17063 msgid ""
17064 " int\n"
17065 " guestfs_sfdisk (guestfs_h *g,\n"
17066 "                 const char *device,\n"
17067 "                 int cyls,\n"
17068 "                 int heads,\n"
17069 "                 int sectors,\n"
17070 "                 char *const *lines);\n"
17071 "\n"
17072 msgstr ""
17073
17074 # type: textblock
17075 #. type: textblock
17076 #: ../src/guestfs-actions.pod:5831 ../fish/guestfish-actions.pod:3905
17077 msgid ""
17078 "This is a direct interface to the L<sfdisk(8)> program for creating "
17079 "partitions on block devices."
17080 msgstr ""
17081
17082 # type: textblock
17083 #. type: textblock
17084 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3908
17085 msgid "C<device> should be a block device, for example C</dev/sda>."
17086 msgstr ""
17087
17088 # type: textblock
17089 #. type: textblock
17090 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3910
17091 msgid ""
17092 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
17093 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
17094 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
17095 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
17096 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
17097 "the kernel) cannot work out the right geometry and you will need to tell it."
17098 msgstr ""
17099
17100 # type: textblock
17101 #. type: textblock
17102 #: ../src/guestfs-actions.pod:5844 ../fish/guestfish-actions.pod:3918
17103 msgid ""
17104 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
17105 "refer to the L<sfdisk(8)> manpage."
17106 msgstr ""
17107
17108 # type: textblock
17109 #. type: textblock
17110 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3921
17111 msgid ""
17112 "To create a single partition occupying the whole disk, you would pass "
17113 "C<lines> as a single element list, when the single element being the string "
17114 "C<,> (comma)."
17115 msgstr ""
17116
17117 # type: textblock
17118 #. type: textblock
17119 #: ../src/guestfs-actions.pod:5851
17120 msgid ""
17121 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
17122 msgstr ""
17123
17124 # type: =head2
17125 #. type: =head2
17126 #: ../src/guestfs-actions.pod:5861
17127 msgid "guestfs_sfdiskM"
17128 msgstr ""
17129
17130 # type: verbatim
17131 #. type: verbatim
17132 #: ../src/guestfs-actions.pod:5863
17133 #, no-wrap
17134 msgid ""
17135 " int\n"
17136 " guestfs_sfdiskM (guestfs_h *g,\n"
17137 "                  const char *device,\n"
17138 "                  char *const *lines);\n"
17139 "\n"
17140 msgstr ""
17141
17142 # type: textblock
17143 #. type: textblock
17144 #: ../src/guestfs-actions.pod:5868
17145 msgid ""
17146 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
17147 "partition sizes are specified in megabytes only (rounded to the nearest "
17148 "cylinder) and you don't need to specify the cyls, heads and sectors "
17149 "parameters which were rarely if ever used anyway."
17150 msgstr ""
17151
17152 # type: textblock
17153 #. type: textblock
17154 #: ../src/guestfs-actions.pod:5874
17155 msgid ""
17156 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
17157 "C<guestfs_part_disk>"
17158 msgstr ""
17159
17160 # type: =head2
17161 #. type: =head2
17162 #: ../src/guestfs-actions.pod:5884
17163 msgid "guestfs_sfdisk_N"
17164 msgstr ""
17165
17166 # type: verbatim
17167 #. type: verbatim
17168 #: ../src/guestfs-actions.pod:5886
17169 #, no-wrap
17170 msgid ""
17171 " int\n"
17172 " guestfs_sfdisk_N (guestfs_h *g,\n"
17173 "                   const char *device,\n"
17174 "                   int partnum,\n"
17175 "                   int cyls,\n"
17176 "                   int heads,\n"
17177 "                   int sectors,\n"
17178 "                   const char *line);\n"
17179 "\n"
17180 msgstr ""
17181
17182 # type: textblock
17183 #. type: textblock
17184 #: ../src/guestfs-actions.pod:5895 ../fish/guestfish-actions.pod:3951
17185 msgid ""
17186 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
17187 "(note: C<n> counts from 1)."
17188 msgstr ""
17189
17190 # type: textblock
17191 #. type: textblock
17192 #: ../src/guestfs-actions.pod:5898
17193 msgid ""
17194 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
17195 "for the cyls/heads/sectors parameters."
17196 msgstr ""
17197
17198 # type: textblock
17199 #. type: textblock
17200 #: ../src/guestfs-actions.pod:5901
17201 msgid "See also: C<guestfs_part_add>"
17202 msgstr ""
17203
17204 # type: =head2
17205 #. type: =head2
17206 #: ../src/guestfs-actions.pod:5910
17207 msgid "guestfs_sfdisk_disk_geometry"
17208 msgstr ""
17209
17210 # type: verbatim
17211 #. type: verbatim
17212 #: ../src/guestfs-actions.pod:5912
17213 #, no-wrap
17214 msgid ""
17215 " char *\n"
17216 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
17217 "                               const char *device);\n"
17218 "\n"
17219 msgstr ""
17220
17221 # type: textblock
17222 #. type: textblock
17223 #: ../src/guestfs-actions.pod:5916
17224 msgid ""
17225 "This displays the disk geometry of C<device> read from the partition table.  "
17226 "Especially in the case where the underlying block device has been resized, "
17227 "this can be different from the kernel's idea of the geometry (see "
17228 "C<guestfs_sfdisk_kernel_geometry>)."
17229 msgstr ""
17230
17231 # type: textblock
17232 #. type: textblock
17233 #: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937
17234 #: ../fish/guestfish-actions.pod:3971 ../fish/guestfish-actions.pod:3980
17235 msgid "The result is in human-readable format, and not designed to be parsed."
17236 msgstr ""
17237
17238 # type: =head2
17239 #. type: =head2
17240 #: ../src/guestfs-actions.pod:5929
17241 msgid "guestfs_sfdisk_kernel_geometry"
17242 msgstr ""
17243
17244 # type: verbatim
17245 #. type: verbatim
17246 #: ../src/guestfs-actions.pod:5931
17247 #, no-wrap
17248 msgid ""
17249 " char *\n"
17250 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
17251 "                                 const char *device);\n"
17252 "\n"
17253 msgstr ""
17254
17255 # type: textblock
17256 #. type: textblock
17257 #: ../src/guestfs-actions.pod:5935 ../fish/guestfish-actions.pod:3978
17258 msgid "This displays the kernel's idea of the geometry of C<device>."
17259 msgstr ""
17260
17261 # type: =head2
17262 #. type: =head2
17263 #: ../src/guestfs-actions.pod:5945
17264 msgid "guestfs_sfdisk_l"
17265 msgstr ""
17266
17267 # type: verbatim
17268 #. type: verbatim
17269 #: ../src/guestfs-actions.pod:5947
17270 #, no-wrap
17271 msgid ""
17272 " char *\n"
17273 " guestfs_sfdisk_l (guestfs_h *g,\n"
17274 "                   const char *device);\n"
17275 "\n"
17276 msgstr ""
17277
17278 # type: textblock
17279 #. type: textblock
17280 #: ../src/guestfs-actions.pod:5951 ../fish/guestfish-actions.pod:3987
17281 msgid ""
17282 "This displays the partition table on C<device>, in the human-readable output "
17283 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17284 msgstr ""
17285
17286 # type: textblock
17287 #. type: textblock
17288 #: ../src/guestfs-actions.pod:5955
17289 msgid "See also: C<guestfs_part_list>"
17290 msgstr ""
17291
17292 # type: =head2
17293 #. type: =head2
17294 #: ../src/guestfs-actions.pod:5962
17295 msgid "guestfs_sh"
17296 msgstr ""
17297
17298 # type: verbatim
17299 #. type: verbatim
17300 #: ../src/guestfs-actions.pod:5964
17301 #, no-wrap
17302 msgid ""
17303 " char *\n"
17304 " guestfs_sh (guestfs_h *g,\n"
17305 "             const char *command);\n"
17306 "\n"
17307 msgstr ""
17308
17309 # type: textblock
17310 #. type: textblock
17311 #: ../src/guestfs-actions.pod:5968 ../fish/guestfish-actions.pod:3997
17312 msgid ""
17313 "This call runs a command from the guest filesystem via the guest's C</bin/"
17314 "sh>."
17315 msgstr ""
17316
17317 # type: textblock
17318 #. type: textblock
17319 #: ../src/guestfs-actions.pod:5971
17320 msgid "This is like C<guestfs_command>, but passes the command to:"
17321 msgstr ""
17322
17323 # type: verbatim
17324 #. type: verbatim
17325 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4002
17326 #, no-wrap
17327 msgid ""
17328 " /bin/sh -c \"command\"\n"
17329 "\n"
17330 msgstr ""
17331
17332 # type: textblock
17333 #. type: textblock
17334 #: ../src/guestfs-actions.pod:5975 ../fish/guestfish-actions.pod:4004
17335 msgid ""
17336 "Depending on the guest's shell, this usually results in wildcards being "
17337 "expanded, shell expressions being interpolated and so on."
17338 msgstr ""
17339
17340 # type: textblock
17341 #. type: textblock
17342 #: ../src/guestfs-actions.pod:5979
17343 msgid "All the provisos about C<guestfs_command> apply to this call."
17344 msgstr ""
17345
17346 # type: =head2
17347 #. type: =head2
17348 #: ../src/guestfs-actions.pod:5986
17349 msgid "guestfs_sh_lines"
17350 msgstr ""
17351
17352 # type: verbatim
17353 #. type: verbatim
17354 #: ../src/guestfs-actions.pod:5988
17355 #, no-wrap
17356 msgid ""
17357 " char **\n"
17358 " guestfs_sh_lines (guestfs_h *g,\n"
17359 "                   const char *command);\n"
17360 "\n"
17361 msgstr ""
17362
17363 # type: textblock
17364 #. type: textblock
17365 #: ../src/guestfs-actions.pod:5992
17366 msgid ""
17367 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17368 "lines."
17369 msgstr ""
17370
17371 # type: textblock
17372 #. type: textblock
17373 #: ../src/guestfs-actions.pod:5995
17374 msgid "See also: C<guestfs_command_lines>"
17375 msgstr ""
17376
17377 # type: =head2
17378 #. type: =head2
17379 #: ../src/guestfs-actions.pod:6003
17380 msgid "guestfs_sleep"
17381 msgstr ""
17382
17383 # type: verbatim
17384 #. type: verbatim
17385 #: ../src/guestfs-actions.pod:6005
17386 #, no-wrap
17387 msgid ""
17388 " int\n"
17389 " guestfs_sleep (guestfs_h *g,\n"
17390 "                int secs);\n"
17391 "\n"
17392 msgstr ""
17393
17394 # type: textblock
17395 #. type: textblock
17396 #: ../src/guestfs-actions.pod:6009 ../fish/guestfish-actions.pod:4023
17397 msgid "Sleep for C<secs> seconds."
17398 msgstr ""
17399
17400 # type: textblock
17401 #. type: textblock
17402 #: ../src/guestfs-actions.pod:6013
17403 msgid "(Added in 1.0.41)"
17404 msgstr ""
17405
17406 # type: =head2
17407 #. type: =head2
17408 #: ../src/guestfs-actions.pod:6015 ../src/guestfs-structs.pod:109
17409 msgid "guestfs_stat"
17410 msgstr ""
17411
17412 # type: verbatim
17413 #. type: verbatim
17414 #: ../src/guestfs-actions.pod:6017
17415 #, no-wrap
17416 msgid ""
17417 " struct guestfs_stat *\n"
17418 " guestfs_stat (guestfs_h *g,\n"
17419 "               const char *path);\n"
17420 "\n"
17421 msgstr ""
17422
17423 # type: textblock
17424 #. type: textblock
17425 #: ../src/guestfs-actions.pod:6023 ../fish/guestfish-actions.pod:4031
17426 msgid "This is the same as the C<stat(2)> system call."
17427 msgstr ""
17428
17429 # type: =head2
17430 #. type: =head2
17431 #: ../src/guestfs-actions.pod:6031 ../src/guestfs-structs.pod:135
17432 msgid "guestfs_statvfs"
17433 msgstr ""
17434
17435 # type: verbatim
17436 #. type: verbatim
17437 #: ../src/guestfs-actions.pod:6033
17438 #, no-wrap
17439 msgid ""
17440 " struct guestfs_statvfs *\n"
17441 " guestfs_statvfs (guestfs_h *g,\n"
17442 "                  const char *path);\n"
17443 "\n"
17444 msgstr ""
17445
17446 # type: textblock
17447 #. type: textblock
17448 #: ../src/guestfs-actions.pod:6037 ../fish/guestfish-actions.pod:4037
17449 msgid ""
17450 "Returns file system statistics for any mounted file system.  C<path> should "
17451 "be a file or directory in the mounted file system (typically it is the mount "
17452 "point itself, but it doesn't need to be)."
17453 msgstr ""
17454
17455 # type: textblock
17456 #. type: textblock
17457 #: ../src/guestfs-actions.pod:6041 ../fish/guestfish-actions.pod:4041
17458 msgid "This is the same as the C<statvfs(2)> system call."
17459 msgstr ""
17460
17461 # type: textblock
17462 #. type: textblock
17463 #: ../src/guestfs-actions.pod:6043
17464 msgid ""
17465 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17466 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17467 msgstr ""
17468
17469 # type: =head2
17470 #. type: =head2
17471 #: ../src/guestfs-actions.pod:6049
17472 msgid "guestfs_strings"
17473 msgstr ""
17474
17475 # type: verbatim
17476 #. type: verbatim
17477 #: ../src/guestfs-actions.pod:6051
17478 #, no-wrap
17479 msgid ""
17480 " char **\n"
17481 " guestfs_strings (guestfs_h *g,\n"
17482 "                  const char *path);\n"
17483 "\n"
17484 msgstr ""
17485
17486 # type: textblock
17487 #. type: textblock
17488 #: ../src/guestfs-actions.pod:6055 ../fish/guestfish-actions.pod:4047
17489 msgid ""
17490 "This runs the L<strings(1)> command on a file and returns the list of "
17491 "printable strings found."
17492 msgstr ""
17493
17494 # type: =head2
17495 #. type: =head2
17496 #: ../src/guestfs-actions.pod:6067
17497 msgid "guestfs_strings_e"
17498 msgstr ""
17499
17500 # type: verbatim
17501 #. type: verbatim
17502 #: ../src/guestfs-actions.pod:6069
17503 #, no-wrap
17504 msgid ""
17505 " char **\n"
17506 " guestfs_strings_e (guestfs_h *g,\n"
17507 "                    const char *encoding,\n"
17508 "                    const char *path);\n"
17509 "\n"
17510 msgstr ""
17511
17512 # type: textblock
17513 #. type: textblock
17514 #: ../src/guestfs-actions.pod:6074
17515 msgid ""
17516 "This is like the C<guestfs_strings> command, but allows you to specify the "
17517 "encoding of strings that are looked for in the source file C<path>."
17518 msgstr ""
17519
17520 # type: textblock
17521 #. type: textblock
17522 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4061
17523 msgid "Allowed encodings are:"
17524 msgstr ""
17525
17526 # type: =item
17527 #. type: =item
17528 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4065
17529 msgid "s"
17530 msgstr ""
17531
17532 # type: textblock
17533 #. type: textblock
17534 #: ../src/guestfs-actions.pod:6084
17535 msgid ""
17536 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17537 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17538 msgstr ""
17539
17540 # type: =item
17541 #. type: =item
17542 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
17543 msgid "S"
17544 msgstr ""
17545
17546 # type: textblock
17547 #. type: textblock
17548 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4072
17549 msgid "Single 8-bit-byte characters."
17550 msgstr ""
17551
17552 # type: =item
17553 #. type: =item
17554 #: ../src/guestfs-actions.pod:6091 ../fish/guestfish-actions.pod:4074
17555 msgid "b"
17556 msgstr ""
17557
17558 # type: textblock
17559 #. type: textblock
17560 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
17561 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17562 msgstr ""
17563
17564 # type: =item
17565 #. type: =item
17566 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4079
17567 msgid "l (lower case letter L)"
17568 msgstr ""
17569
17570 # type: textblock
17571 #. type: textblock
17572 #: ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4081
17573 msgid ""
17574 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17575 "examining binaries in Windows guests."
17576 msgstr ""
17577
17578 # type: =item
17579 #. type: =item
17580 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
17581 msgid "B"
17582 msgstr ""
17583
17584 # type: textblock
17585 #. type: textblock
17586 #: ../src/guestfs-actions.pod:6103 ../fish/guestfish-actions.pod:4086
17587 msgid "32-bit big endian such as UCS-4BE."
17588 msgstr ""
17589
17590 # type: =item
17591 #. type: =item
17592 #: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
17593 msgid "L"
17594 msgstr ""
17595
17596 # type: textblock
17597 #. type: textblock
17598 #: ../src/guestfs-actions.pod:6107 ../fish/guestfish-actions.pod:4090
17599 msgid "32-bit little endian such as UCS-4LE."
17600 msgstr ""
17601
17602 # type: textblock
17603 #. type: textblock
17604 #: ../src/guestfs-actions.pod:6111 ../fish/guestfish-actions.pod:4094
17605 msgid "The returned strings are transcoded to UTF-8."
17606 msgstr ""
17607
17608 # type: =head2
17609 #. type: =head2
17610 #: ../src/guestfs-actions.pod:6122
17611 msgid "guestfs_swapoff_device"
17612 msgstr ""
17613
17614 # type: verbatim
17615 #. type: verbatim
17616 #: ../src/guestfs-actions.pod:6124
17617 #, no-wrap
17618 msgid ""
17619 " int\n"
17620 " guestfs_swapoff_device (guestfs_h *g,\n"
17621 "                         const char *device);\n"
17622 "\n"
17623 msgstr ""
17624
17625 # type: textblock
17626 #. type: textblock
17627 #: ../src/guestfs-actions.pod:6128
17628 msgid ""
17629 "This command disables the libguestfs appliance swap device or partition "
17630 "named C<device>.  See C<guestfs_swapon_device>."
17631 msgstr ""
17632
17633 # type: =head2
17634 #. type: =head2
17635 #: ../src/guestfs-actions.pod:6136
17636 msgid "guestfs_swapoff_file"
17637 msgstr ""
17638
17639 # type: verbatim
17640 #. type: verbatim
17641 #: ../src/guestfs-actions.pod:6138
17642 #, no-wrap
17643 msgid ""
17644 " int\n"
17645 " guestfs_swapoff_file (guestfs_h *g,\n"
17646 "                       const char *file);\n"
17647 "\n"
17648 msgstr ""
17649
17650 # type: textblock
17651 #. type: textblock
17652 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4111
17653 msgid "This command disables the libguestfs appliance swap on file."
17654 msgstr ""
17655
17656 # type: =head2
17657 #. type: =head2
17658 #: ../src/guestfs-actions.pod:6148
17659 msgid "guestfs_swapoff_label"
17660 msgstr ""
17661
17662 # type: verbatim
17663 #. type: verbatim
17664 #: ../src/guestfs-actions.pod:6150
17665 #, no-wrap
17666 msgid ""
17667 " int\n"
17668 " guestfs_swapoff_label (guestfs_h *g,\n"
17669 "                        const char *label);\n"
17670 "\n"
17671 msgstr ""
17672
17673 # type: textblock
17674 #. type: textblock
17675 #: ../src/guestfs-actions.pod:6154 ../fish/guestfish-actions.pod:4117
17676 msgid ""
17677 "This command disables the libguestfs appliance swap on labeled swap "
17678 "partition."
17679 msgstr ""
17680
17681 # type: =head2
17682 #. type: =head2
17683 #: ../src/guestfs-actions.pod:6161
17684 msgid "guestfs_swapoff_uuid"
17685 msgstr ""
17686
17687 # type: verbatim
17688 #. type: verbatim
17689 #: ../src/guestfs-actions.pod:6163
17690 #, no-wrap
17691 msgid ""
17692 " int\n"
17693 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17694 "                       const char *uuid);\n"
17695 "\n"
17696 msgstr ""
17697
17698 # type: textblock
17699 #. type: textblock
17700 #: ../src/guestfs-actions.pod:6167 ../fish/guestfish-actions.pod:4124
17701 msgid ""
17702 "This command disables the libguestfs appliance swap partition with the given "
17703 "UUID."
17704 msgstr ""
17705
17706 # type: =head2
17707 #. type: =head2
17708 #: ../src/guestfs-actions.pod:6174
17709 msgid "guestfs_swapon_device"
17710 msgstr ""
17711
17712 # type: verbatim
17713 #. type: verbatim
17714 #: ../src/guestfs-actions.pod:6176
17715 #, no-wrap
17716 msgid ""
17717 " int\n"
17718 " guestfs_swapon_device (guestfs_h *g,\n"
17719 "                        const char *device);\n"
17720 "\n"
17721 msgstr ""
17722
17723 # type: textblock
17724 #. type: textblock
17725 #: ../src/guestfs-actions.pod:6180
17726 msgid ""
17727 "This command enables the libguestfs appliance to use the swap device or "
17728 "partition named C<device>.  The increased memory is made available for all "
17729 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17730 msgstr ""
17731
17732 # type: textblock
17733 #. type: textblock
17734 #: ../src/guestfs-actions.pod:6185 ../fish/guestfish-actions.pod:4136
17735 msgid ""
17736 "Note that you should not swap to existing guest swap partitions unless you "
17737 "know what you are doing.  They may contain hibernation information, or other "
17738 "information that the guest doesn't want you to trash.  You also risk leaking "
17739 "information about the host to the guest this way.  Instead, attach a new "
17740 "host device to the guest and swap on that."
17741 msgstr ""
17742
17743 # type: =head2
17744 #. type: =head2
17745 #: ../src/guestfs-actions.pod:6196
17746 msgid "guestfs_swapon_file"
17747 msgstr ""
17748
17749 # type: verbatim
17750 #. type: verbatim
17751 #: ../src/guestfs-actions.pod:6198
17752 #, no-wrap
17753 msgid ""
17754 " int\n"
17755 " guestfs_swapon_file (guestfs_h *g,\n"
17756 "                      const char *file);\n"
17757 "\n"
17758 msgstr ""
17759
17760 # type: textblock
17761 #. type: textblock
17762 #: ../src/guestfs-actions.pod:6202
17763 msgid ""
17764 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17765 "notes."
17766 msgstr ""
17767
17768 # type: =head2
17769 #. type: =head2
17770 #: ../src/guestfs-actions.pod:6209
17771 msgid "guestfs_swapon_label"
17772 msgstr ""
17773
17774 # type: verbatim
17775 #. type: verbatim
17776 #: ../src/guestfs-actions.pod:6211
17777 #, no-wrap
17778 msgid ""
17779 " int\n"
17780 " guestfs_swapon_label (guestfs_h *g,\n"
17781 "                       const char *label);\n"
17782 "\n"
17783 msgstr ""
17784
17785 # type: textblock
17786 #. type: textblock
17787 #: ../src/guestfs-actions.pod:6215
17788 msgid ""
17789 "This command enables swap to a labeled swap partition.  See "
17790 "C<guestfs_swapon_device> for other notes."
17791 msgstr ""
17792
17793 # type: =head2
17794 #. type: =head2
17795 #: ../src/guestfs-actions.pod:6222
17796 msgid "guestfs_swapon_uuid"
17797 msgstr ""
17798
17799 # type: verbatim
17800 #. type: verbatim
17801 #: ../src/guestfs-actions.pod:6224
17802 #, no-wrap
17803 msgid ""
17804 " int\n"
17805 " guestfs_swapon_uuid (guestfs_h *g,\n"
17806 "                      const char *uuid);\n"
17807 "\n"
17808 msgstr ""
17809
17810 # type: textblock
17811 #. type: textblock
17812 #: ../src/guestfs-actions.pod:6228
17813 msgid ""
17814 "This command enables swap to a swap partition with the given UUID.  See "
17815 "C<guestfs_swapon_device> for other notes."
17816 msgstr ""
17817
17818 # type: =head2
17819 #. type: =head2
17820 #: ../src/guestfs-actions.pod:6235
17821 msgid "guestfs_sync"
17822 msgstr ""
17823
17824 # type: verbatim
17825 #. type: verbatim
17826 #: ../src/guestfs-actions.pod:6237
17827 #, no-wrap
17828 msgid ""
17829 " int\n"
17830 " guestfs_sync (guestfs_h *g);\n"
17831 "\n"
17832 msgstr ""
17833
17834 # type: textblock
17835 #. type: textblock
17836 #: ../src/guestfs-actions.pod:6240 ../fish/guestfish-actions.pod:4168
17837 msgid ""
17838 "This syncs the disk, so that any writes are flushed through to the "
17839 "underlying disk image."
17840 msgstr ""
17841
17842 # type: textblock
17843 #. type: textblock
17844 #: ../src/guestfs-actions.pod:6243 ../fish/guestfish-actions.pod:4171
17845 msgid ""
17846 "You should always call this if you have modified a disk image, before "
17847 "closing the handle."
17848 msgstr ""
17849
17850 # type: =head2
17851 #. type: =head2
17852 #: ../src/guestfs-actions.pod:6250
17853 msgid "guestfs_tail"
17854 msgstr ""
17855
17856 # type: verbatim
17857 #. type: verbatim
17858 #: ../src/guestfs-actions.pod:6252
17859 #, no-wrap
17860 msgid ""
17861 " char **\n"
17862 " guestfs_tail (guestfs_h *g,\n"
17863 "               const char *path);\n"
17864 "\n"
17865 msgstr ""
17866
17867 # type: textblock
17868 #. type: textblock
17869 #: ../src/guestfs-actions.pod:6256 ../fish/guestfish-actions.pod:4178
17870 msgid ""
17871 "This command returns up to the last 10 lines of a file as a list of strings."
17872 msgstr ""
17873
17874 # type: =head2
17875 #. type: =head2
17876 #: ../src/guestfs-actions.pod:6268
17877 msgid "guestfs_tail_n"
17878 msgstr ""
17879
17880 # type: verbatim
17881 #. type: verbatim
17882 #: ../src/guestfs-actions.pod:6270
17883 #, no-wrap
17884 msgid ""
17885 " char **\n"
17886 " guestfs_tail_n (guestfs_h *g,\n"
17887 "                 int nrlines,\n"
17888 "                 const char *path);\n"
17889 "\n"
17890 msgstr ""
17891
17892 # type: textblock
17893 #. type: textblock
17894 #: ../src/guestfs-actions.pod:6275 ../fish/guestfish-actions.pod:4188
17895 msgid ""
17896 "If the parameter C<nrlines> is a positive number, this returns the last "
17897 "C<nrlines> lines of the file C<path>."
17898 msgstr ""
17899
17900 # type: textblock
17901 #. type: textblock
17902 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4191
17903 msgid ""
17904 "If the parameter C<nrlines> is a negative number, this returns lines from "
17905 "the file C<path>, starting with the C<-nrlines>th line."
17906 msgstr ""
17907
17908 # type: =head2
17909 #. type: =head2
17910 #: ../src/guestfs-actions.pod:6292
17911 msgid "guestfs_tar_in"
17912 msgstr ""
17913
17914 # type: verbatim
17915 #. type: verbatim
17916 #: ../src/guestfs-actions.pod:6294
17917 #, no-wrap
17918 msgid ""
17919 " int\n"
17920 " guestfs_tar_in (guestfs_h *g,\n"
17921 "                 const char *tarfile,\n"
17922 "                 const char *directory);\n"
17923 "\n"
17924 msgstr ""
17925
17926 # type: textblock
17927 #. type: textblock
17928 #: ../src/guestfs-actions.pod:6299 ../fish/guestfish-actions.pod:4203
17929 msgid ""
17930 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17931 "tar file) into C<directory>."
17932 msgstr ""
17933
17934 # type: textblock
17935 #. type: textblock
17936 #: ../src/guestfs-actions.pod:6302
17937 msgid ""
17938 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17939 msgstr ""
17940
17941 # type: textblock
17942 #. type: textblock
17943 #: ../src/guestfs-actions.pod:6307 ../src/guestfs-actions.pod:6324
17944 #: ../src/guestfs-actions.pod:6340 ../src/guestfs-actions.pod:6356
17945 msgid "(Added in 1.0.3)"
17946 msgstr ""
17947
17948 # type: =head2
17949 #. type: =head2
17950 #: ../src/guestfs-actions.pod:6309
17951 msgid "guestfs_tar_out"
17952 msgstr ""
17953
17954 # type: verbatim
17955 #. type: verbatim
17956 #: ../src/guestfs-actions.pod:6311
17957 #, no-wrap
17958 msgid ""
17959 " int\n"
17960 " guestfs_tar_out (guestfs_h *g,\n"
17961 "                  const char *directory,\n"
17962 "                  const char *tarfile);\n"
17963 "\n"
17964 msgstr ""
17965
17966 # type: textblock
17967 #. type: textblock
17968 #: ../src/guestfs-actions.pod:6316 ../fish/guestfish-actions.pod:4215
17969 msgid ""
17970 "This command packs the contents of C<directory> and downloads it to local "
17971 "file C<tarfile>."
17972 msgstr ""
17973
17974 # type: textblock
17975 #. type: textblock
17976 #: ../src/guestfs-actions.pod:6319
17977 msgid ""
17978 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17979 "C<guestfs_txz_out>."
17980 msgstr ""
17981
17982 # type: =head2
17983 #. type: =head2
17984 #: ../src/guestfs-actions.pod:6326
17985 msgid "guestfs_tgz_in"
17986 msgstr ""
17987
17988 # type: verbatim
17989 #. type: verbatim
17990 #: ../src/guestfs-actions.pod:6328
17991 #, no-wrap
17992 msgid ""
17993 " int\n"
17994 " guestfs_tgz_in (guestfs_h *g,\n"
17995 "                 const char *tarball,\n"
17996 "                 const char *directory);\n"
17997 "\n"
17998 msgstr ""
17999
18000 # type: textblock
18001 #. type: textblock
18002 #: ../src/guestfs-actions.pod:6333 ../fish/guestfish-actions.pod:4227
18003 msgid ""
18004 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
18005 "tar file) into C<directory>."
18006 msgstr ""
18007
18008 # type: textblock
18009 #. type: textblock
18010 #: ../src/guestfs-actions.pod:6336
18011 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
18012 msgstr ""
18013
18014 # type: =head2
18015 #. type: =head2
18016 #: ../src/guestfs-actions.pod:6342
18017 msgid "guestfs_tgz_out"
18018 msgstr ""
18019
18020 # type: verbatim
18021 #. type: verbatim
18022 #: ../src/guestfs-actions.pod:6344
18023 #, no-wrap
18024 msgid ""
18025 " int\n"
18026 " guestfs_tgz_out (guestfs_h *g,\n"
18027 "                  const char *directory,\n"
18028 "                  const char *tarball);\n"
18029 "\n"
18030 msgstr ""
18031
18032 # type: textblock
18033 #. type: textblock
18034 #: ../src/guestfs-actions.pod:6349 ../fish/guestfish-actions.pod:4238
18035 msgid ""
18036 "This command packs the contents of C<directory> and downloads it to local "
18037 "file C<tarball>."
18038 msgstr ""
18039
18040 # type: textblock
18041 #. type: textblock
18042 #: ../src/guestfs-actions.pod:6352
18043 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
18044 msgstr ""
18045
18046 # type: =head2
18047 #. type: =head2
18048 #: ../src/guestfs-actions.pod:6358
18049 msgid "guestfs_touch"
18050 msgstr ""
18051
18052 # type: verbatim
18053 #. type: verbatim
18054 #: ../src/guestfs-actions.pod:6360
18055 #, no-wrap
18056 msgid ""
18057 " int\n"
18058 " guestfs_touch (guestfs_h *g,\n"
18059 "                const char *path);\n"
18060 "\n"
18061 msgstr ""
18062
18063 # type: textblock
18064 #. type: textblock
18065 #: ../src/guestfs-actions.pod:6364 ../fish/guestfish-actions.pod:4249
18066 msgid ""
18067 "Touch acts like the L<touch(1)> command.  It can be used to update the "
18068 "timestamps on a file, or, if the file does not exist, to create a new zero-"
18069 "length file."
18070 msgstr ""
18071
18072 # type: textblock
18073 #. type: textblock
18074 #: ../src/guestfs-actions.pod:6368 ../fish/guestfish-actions.pod:4253
18075 msgid ""
18076 "This command only works on regular files, and will fail on other file types "
18077 "such as directories, symbolic links, block special etc."
18078 msgstr ""
18079
18080 # type: =head2
18081 #. type: =head2
18082 #: ../src/guestfs-actions.pod:6375
18083 msgid "guestfs_truncate"
18084 msgstr ""
18085
18086 # type: verbatim
18087 #. type: verbatim
18088 #: ../src/guestfs-actions.pod:6377
18089 #, no-wrap
18090 msgid ""
18091 " int\n"
18092 " guestfs_truncate (guestfs_h *g,\n"
18093 "                   const char *path);\n"
18094 "\n"
18095 msgstr ""
18096
18097 # type: textblock
18098 #. type: textblock
18099 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4260
18100 msgid ""
18101 "This command truncates C<path> to a zero-length file.  The file must exist "
18102 "already."
18103 msgstr ""
18104
18105 # type: =head2
18106 #. type: =head2
18107 #: ../src/guestfs-actions.pod:6388
18108 msgid "guestfs_truncate_size"
18109 msgstr ""
18110
18111 # type: verbatim
18112 #. type: verbatim
18113 #: ../src/guestfs-actions.pod:6390
18114 #, no-wrap
18115 msgid ""
18116 " int\n"
18117 " guestfs_truncate_size (guestfs_h *g,\n"
18118 "                        const char *path,\n"
18119 "                        int64_t size);\n"
18120 "\n"
18121 msgstr ""
18122
18123 # type: textblock
18124 #. type: textblock
18125 #: ../src/guestfs-actions.pod:6395 ../fish/guestfish-actions.pod:4267
18126 msgid ""
18127 "This command truncates C<path> to size C<size> bytes.  The file must exist "
18128 "already."
18129 msgstr ""
18130
18131 # type: textblock
18132 #. type: textblock
18133 #: ../src/guestfs-actions.pod:6398
18134 msgid ""
18135 "If the current file size is less than C<size> then the file is extended to "
18136 "the required size with zero bytes.  This creates a sparse file (ie. disk "
18137 "blocks are not allocated for the file until you write to it).  To create a "
18138 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
18139 msgstr ""
18140
18141 # type: =head2
18142 #. type: =head2
18143 #: ../src/guestfs-actions.pod:6408
18144 msgid "guestfs_tune2fs_l"
18145 msgstr ""
18146
18147 # type: verbatim
18148 #. type: verbatim
18149 #: ../src/guestfs-actions.pod:6410
18150 #, no-wrap
18151 msgid ""
18152 " char **\n"
18153 " guestfs_tune2fs_l (guestfs_h *g,\n"
18154 "                    const char *device);\n"
18155 "\n"
18156 msgstr ""
18157
18158 # type: textblock
18159 #. type: textblock
18160 #: ../src/guestfs-actions.pod:6414 ../fish/guestfish-actions.pod:4280
18161 msgid ""
18162 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
18163 "C<device>."
18164 msgstr ""
18165
18166 # type: textblock
18167 #. type: textblock
18168 #: ../src/guestfs-actions.pod:6417 ../fish/guestfish-actions.pod:4283
18169 msgid ""
18170 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
18171 "for more details.  The list of fields returned isn't clearly defined, and "
18172 "depends on both the version of C<tune2fs> that libguestfs was built against, "
18173 "and the filesystem itself."
18174 msgstr ""
18175
18176 # type: =head2
18177 #. type: =head2
18178 #: ../src/guestfs-actions.pod:6430
18179 msgid "guestfs_txz_in"
18180 msgstr ""
18181
18182 # type: verbatim
18183 #. type: verbatim
18184 #: ../src/guestfs-actions.pod:6432
18185 #, no-wrap
18186 msgid ""
18187 " int\n"
18188 " guestfs_txz_in (guestfs_h *g,\n"
18189 "                 const char *tarball,\n"
18190 "                 const char *directory);\n"
18191 "\n"
18192 msgstr ""
18193
18194 # type: textblock
18195 #. type: textblock
18196 #: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4292
18197 msgid ""
18198 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
18199 "tar file) into C<directory>."
18200 msgstr ""
18201
18202 # type: =head2
18203 #. type: =head2
18204 #: ../src/guestfs-actions.pod:6444
18205 msgid "guestfs_txz_out"
18206 msgstr ""
18207
18208 # type: verbatim
18209 #. type: verbatim
18210 #: ../src/guestfs-actions.pod:6446
18211 #, no-wrap
18212 msgid ""
18213 " int\n"
18214 " guestfs_txz_out (guestfs_h *g,\n"
18215 "                  const char *directory,\n"
18216 "                  const char *tarball);\n"
18217 "\n"
18218 msgstr ""
18219
18220 # type: textblock
18221 #. type: textblock
18222 #: ../src/guestfs-actions.pod:6451 ../fish/guestfish-actions.pod:4301
18223 msgid ""
18224 "This command packs the contents of C<directory> and downloads it to local "
18225 "file C<tarball> (as an xz compressed tar archive)."
18226 msgstr ""
18227
18228 # type: =head2
18229 #. type: =head2
18230 #: ../src/guestfs-actions.pod:6458
18231 msgid "guestfs_umask"
18232 msgstr ""
18233
18234 # type: verbatim
18235 #. type: verbatim
18236 #: ../src/guestfs-actions.pod:6460
18237 #, no-wrap
18238 msgid ""
18239 " int\n"
18240 " guestfs_umask (guestfs_h *g,\n"
18241 "                int mask);\n"
18242 "\n"
18243 msgstr ""
18244
18245 # type: textblock
18246 #. type: textblock
18247 #: ../src/guestfs-actions.pod:6464 ../fish/guestfish-actions.pod:4310
18248 msgid ""
18249 "This function sets the mask used for creating new files and device nodes to "
18250 "C<mask & 0777>."
18251 msgstr ""
18252
18253 # type: textblock
18254 #. type: textblock
18255 #: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4313
18256 msgid ""
18257 "Typical umask values would be C<022> which creates new files with "
18258 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
18259 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
18260 msgstr ""
18261
18262 # type: textblock
18263 #. type: textblock
18264 #: ../src/guestfs-actions.pod:6472 ../fish/guestfish-actions.pod:4318
18265 msgid ""
18266 "The default umask is C<022>.  This is important because it means that "
18267 "directories and device nodes will be created with C<0644> or C<0755> mode "
18268 "even if you specify C<0777>."
18269 msgstr ""
18270
18271 # type: textblock
18272 #. type: textblock
18273 #: ../src/guestfs-actions.pod:6476
18274 msgid ""
18275 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
18276 "C<guestfs_mkdir>."
18277 msgstr ""
18278
18279 # type: textblock
18280 #. type: textblock
18281 #: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4325
18282 msgid "This call returns the previous umask."
18283 msgstr ""
18284
18285 # type: =head2
18286 #. type: =head2
18287 #: ../src/guestfs-actions.pod:6485
18288 msgid "guestfs_umount"
18289 msgstr ""
18290
18291 # type: verbatim
18292 #. type: verbatim
18293 #: ../src/guestfs-actions.pod:6487
18294 #, no-wrap
18295 msgid ""
18296 " int\n"
18297 " guestfs_umount (guestfs_h *g,\n"
18298 "                 const char *pathordevice);\n"
18299 "\n"
18300 msgstr ""
18301
18302 # type: textblock
18303 #. type: textblock
18304 #: ../src/guestfs-actions.pod:6491 ../fish/guestfish-actions.pod:4333
18305 msgid ""
18306 "This unmounts the given filesystem.  The filesystem may be specified either "
18307 "by its mountpoint (path) or the device which contains the filesystem."
18308 msgstr ""
18309
18310 # type: =head2
18311 #. type: =head2
18312 #: ../src/guestfs-actions.pod:6499
18313 msgid "guestfs_umount_all"
18314 msgstr ""
18315
18316 # type: verbatim
18317 #. type: verbatim
18318 #: ../src/guestfs-actions.pod:6501
18319 #, no-wrap
18320 msgid ""
18321 " int\n"
18322 " guestfs_umount_all (guestfs_h *g);\n"
18323 "\n"
18324 msgstr ""
18325
18326 # type: textblock
18327 #. type: textblock
18328 #: ../src/guestfs-actions.pod:6504 ../fish/guestfish-actions.pod:4343
18329 msgid "This unmounts all mounted filesystems."
18330 msgstr ""
18331
18332 # type: textblock
18333 #. type: textblock
18334 #: ../src/guestfs-actions.pod:6506 ../fish/guestfish-actions.pod:4345
18335 msgid "Some internal mounts are not unmounted by this call."
18336 msgstr ""
18337
18338 # type: =head2
18339 #. type: =head2
18340 #: ../src/guestfs-actions.pod:6512
18341 msgid "guestfs_upload"
18342 msgstr ""
18343
18344 # type: verbatim
18345 #. type: verbatim
18346 #: ../src/guestfs-actions.pod:6514
18347 #, no-wrap
18348 msgid ""
18349 " int\n"
18350 " guestfs_upload (guestfs_h *g,\n"
18351 "                 const char *filename,\n"
18352 "                 const char *remotefilename);\n"
18353 "\n"
18354 msgstr ""
18355
18356 # type: textblock
18357 #. type: textblock
18358 #: ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6543
18359 #: ../fish/guestfish-actions.pod:4351 ../fish/guestfish-actions.pod:4364
18360 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
18361 msgstr ""
18362
18363 # type: textblock
18364 #. type: textblock
18365 #: ../src/guestfs-actions.pod:6524
18366 msgid "See also C<guestfs_download>."
18367 msgstr ""
18368
18369 # type: =head2
18370 #. type: =head2
18371 #: ../src/guestfs-actions.pod:6535
18372 msgid "guestfs_upload_offset"
18373 msgstr ""
18374
18375 # type: verbatim
18376 #. type: verbatim
18377 #: ../src/guestfs-actions.pod:6537
18378 #, no-wrap
18379 msgid ""
18380 " int\n"
18381 " guestfs_upload_offset (guestfs_h *g,\n"
18382 "                        const char *filename,\n"
18383 "                        const char *remotefilename,\n"
18384 "                        int64_t offset);\n"
18385 "\n"
18386 msgstr ""
18387
18388 # type: textblock
18389 #. type: textblock
18390 #: ../src/guestfs-actions.pod:6546 ../fish/guestfish-actions.pod:4367
18391 msgid ""
18392 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
18393 "The intention is to overwrite parts of existing files or devices, although "
18394 "if a non-existant file is specified then it is created with a \"hole\" "
18395 "before C<offset>.  The size of the data written is implicit in the size of "
18396 "the source C<filename>."
18397 msgstr ""
18398
18399 # type: textblock
18400 #. type: textblock
18401 #: ../src/guestfs-actions.pod:6553
18402 msgid ""
18403 "Note that there is no limit on the amount of data that can be uploaded with "
18404 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
18405 "full amount unless an error occurs."
18406 msgstr ""
18407
18408 # type: textblock
18409 #. type: textblock
18410 #: ../src/guestfs-actions.pod:6558
18411 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18412 msgstr ""
18413
18414 # type: =head2
18415 #. type: =head2
18416 #: ../src/guestfs-actions.pod:6569
18417 msgid "guestfs_utimens"
18418 msgstr ""
18419
18420 # type: verbatim
18421 #. type: verbatim
18422 #: ../src/guestfs-actions.pod:6571
18423 #, no-wrap
18424 msgid ""
18425 " int\n"
18426 " guestfs_utimens (guestfs_h *g,\n"
18427 "                  const char *path,\n"
18428 "                  int64_t atsecs,\n"
18429 "                  int64_t atnsecs,\n"
18430 "                  int64_t mtsecs,\n"
18431 "                  int64_t mtnsecs);\n"
18432 "\n"
18433 msgstr ""
18434
18435 # type: textblock
18436 #. type: textblock
18437 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
18438 msgid "This command sets the timestamps of a file with nanosecond precision."
18439 msgstr ""
18440
18441 # type: textblock
18442 #. type: textblock
18443 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
18444 msgid ""
18445 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18446 "from the epoch."
18447 msgstr ""
18448
18449 # type: textblock
18450 #. type: textblock
18451 #: ../src/guestfs-actions.pod:6585 ../fish/guestfish-actions.pod:4393
18452 msgid ""
18453 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18454 "nanoseconds from the epoch."
18455 msgstr ""
18456
18457 # type: textblock
18458 #. type: textblock
18459 #: ../src/guestfs-actions.pod:6588 ../fish/guestfish-actions.pod:4396
18460 msgid ""
18461 "If the C<*nsecs> field contains the special value C<-1> then the "
18462 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18463 "ignored in this case)."
18464 msgstr ""
18465
18466 # type: textblock
18467 #. type: textblock
18468 #: ../src/guestfs-actions.pod:6592 ../fish/guestfish-actions.pod:4400
18469 msgid ""
18470 "If the C<*nsecs> field contains the special value C<-2> then the "
18471 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18472 "in this case)."
18473 msgstr ""
18474
18475 # type: =head2
18476 #. type: =head2
18477 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-structs.pod:175
18478 msgid "guestfs_version"
18479 msgstr ""
18480
18481 # type: verbatim
18482 #. type: verbatim
18483 #: ../src/guestfs-actions.pod:6602
18484 #, no-wrap
18485 msgid ""
18486 " struct guestfs_version *\n"
18487 " guestfs_version (guestfs_h *g);\n"
18488 "\n"
18489 msgstr ""
18490
18491 # type: textblock
18492 #. type: textblock
18493 #: ../src/guestfs-actions.pod:6605 ../fish/guestfish-actions.pod:4408
18494 msgid ""
18495 "Return the libguestfs version number that the program is linked against."
18496 msgstr ""
18497
18498 # type: textblock
18499 #. type: textblock
18500 #: ../src/guestfs-actions.pod:6608 ../fish/guestfish-actions.pod:4411
18501 msgid ""
18502 "Note that because of dynamic linking this is not necessarily the version of "
18503 "libguestfs that you compiled against.  You can compile the program, and then "
18504 "at runtime dynamically link against a completely different C<libguestfs.so> "
18505 "library."
18506 msgstr ""
18507
18508 # type: textblock
18509 #. type: textblock
18510 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
18511 msgid ""
18512 "This call was added in version C<1.0.58>.  In previous versions of "
18513 "libguestfs there was no way to get the version number.  From C code you can "
18514 "use dynamic linker functions to find out if this symbol exists (if it "
18515 "doesn't, then it's an earlier version)."
18516 msgstr ""
18517
18518 # type: textblock
18519 #. type: textblock
18520 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
18521 msgid ""
18522 "The call returns a structure with four elements.  The first three (C<major>, "
18523 "C<minor> and C<release>) are numbers and correspond to the usual version "
18524 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18525 "but may be used for distro-specific information."
18526 msgstr ""
18527
18528 # type: textblock
18529 #. type: textblock
18530 #: ../src/guestfs-actions.pod:6625 ../fish/guestfish-actions.pod:4428
18531 msgid ""
18532 "To construct the original version string: C<$major.$minor.$release$extra>"
18533 msgstr ""
18534
18535 # type: textblock
18536 #. type: textblock
18537 #: ../src/guestfs-actions.pod:6628 ../fish/guestfish-actions.pod:4431
18538 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18539 msgstr ""
18540
18541 # type: textblock
18542 #. type: textblock
18543 #: ../src/guestfs-actions.pod:6630
18544 msgid ""
18545 "I<Note:> Don't use this call to test for availability of features.  In "
18546 "enterprise distributions we backport features from later versions into "
18547 "earlier versions, making this an unreliable way to test for features.  Use "
18548 "C<guestfs_available> instead."
18549 msgstr ""
18550
18551 # type: textblock
18552 #. type: textblock
18553 #: ../src/guestfs-actions.pod:6636
18554 msgid ""
18555 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18556 "error.  I<The caller must call C<guestfs_free_version> after use>."
18557 msgstr ""
18558
18559 # type: textblock
18560 #. type: textblock
18561 #: ../src/guestfs-actions.pod:6640
18562 msgid "(Added in 1.0.58)"
18563 msgstr ""
18564
18565 # type: =head2
18566 #. type: =head2
18567 #: ../src/guestfs-actions.pod:6642
18568 msgid "guestfs_vfs_label"
18569 msgstr ""
18570
18571 # type: verbatim
18572 #. type: verbatim
18573 #: ../src/guestfs-actions.pod:6644
18574 #, no-wrap
18575 msgid ""
18576 " char *\n"
18577 " guestfs_vfs_label (guestfs_h *g,\n"
18578 "                    const char *device);\n"
18579 "\n"
18580 msgstr ""
18581
18582 # type: textblock
18583 #. type: textblock
18584 #: ../src/guestfs-actions.pod:6648 ../fish/guestfish-actions.pod:4443
18585 msgid "This returns the filesystem label of the filesystem on C<device>."
18586 msgstr ""
18587
18588 # type: textblock
18589 #. type: textblock
18590 #: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4446
18591 msgid "If the filesystem is unlabeled, this returns the empty string."
18592 msgstr ""
18593
18594 # type: textblock
18595 #. type: textblock
18596 #: ../src/guestfs-actions.pod:6653
18597 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18598 msgstr ""
18599
18600 # type: textblock
18601 #. type: textblock
18602 #: ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6695
18603 msgid "(Added in 1.3.18)"
18604 msgstr ""
18605
18606 # type: =head2
18607 #. type: =head2
18608 #: ../src/guestfs-actions.pod:6660
18609 msgid "guestfs_vfs_type"
18610 msgstr ""
18611
18612 # type: verbatim
18613 #. type: verbatim
18614 #: ../src/guestfs-actions.pod:6662
18615 #, no-wrap
18616 msgid ""
18617 " char *\n"
18618 " guestfs_vfs_type (guestfs_h *g,\n"
18619 "                   const char *device);\n"
18620 "\n"
18621 msgstr ""
18622
18623 # type: textblock
18624 #. type: textblock
18625 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4454
18626 msgid ""
18627 "This command gets the filesystem type corresponding to the filesystem on "
18628 "C<device>."
18629 msgstr ""
18630
18631 # type: textblock
18632 #. type: textblock
18633 #: ../src/guestfs-actions.pod:6669 ../fish/guestfish-actions.pod:4457
18634 msgid ""
18635 "For most filesystems, the result is the name of the Linux VFS module which "
18636 "would be used to mount this filesystem if you mounted it without specifying "
18637 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18638 msgstr ""
18639
18640 # type: =head2
18641 #. type: =head2
18642 #: ../src/guestfs-actions.pod:6679
18643 msgid "guestfs_vfs_uuid"
18644 msgstr ""
18645
18646 # type: verbatim
18647 #. type: verbatim
18648 #: ../src/guestfs-actions.pod:6681
18649 #, no-wrap
18650 msgid ""
18651 " char *\n"
18652 " guestfs_vfs_uuid (guestfs_h *g,\n"
18653 "                   const char *device);\n"
18654 "\n"
18655 msgstr ""
18656
18657 # type: textblock
18658 #. type: textblock
18659 #: ../src/guestfs-actions.pod:6685 ../fish/guestfish-actions.pod:4466
18660 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18661 msgstr ""
18662
18663 # type: textblock
18664 #. type: textblock
18665 #: ../src/guestfs-actions.pod:6688 ../fish/guestfish-actions.pod:4469
18666 msgid "If the filesystem does not have a UUID, this returns the empty string."
18667 msgstr ""
18668
18669 # type: textblock
18670 #. type: textblock
18671 #: ../src/guestfs-actions.pod:6690
18672 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18673 msgstr ""
18674
18675 # type: =head2
18676 #. type: =head2
18677 #: ../src/guestfs-actions.pod:6697
18678 msgid "guestfs_vg_activate"
18679 msgstr ""
18680
18681 # type: verbatim
18682 #. type: verbatim
18683 #: ../src/guestfs-actions.pod:6699
18684 #, no-wrap
18685 msgid ""
18686 " int\n"
18687 " guestfs_vg_activate (guestfs_h *g,\n"
18688 "                      int activate,\n"
18689 "                      char *const *volgroups);\n"
18690 "\n"
18691 msgstr ""
18692
18693 # type: textblock
18694 #. type: textblock
18695 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
18696 msgid ""
18697 "This command activates or (if C<activate> is false) deactivates all logical "
18698 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18699 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18700 "deactivated, then those devices disappear."
18701 msgstr ""
18702
18703 # type: textblock
18704 #. type: textblock
18705 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4483
18706 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18707 msgstr ""
18708
18709 # type: textblock
18710 #. type: textblock
18711 #: ../src/guestfs-actions.pod:6712 ../fish/guestfish-actions.pod:4485
18712 msgid ""
18713 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18714 "activated or deactivated."
18715 msgstr ""
18716
18717 # type: =head2
18718 #. type: =head2
18719 #: ../src/guestfs-actions.pod:6719
18720 msgid "guestfs_vg_activate_all"
18721 msgstr ""
18722
18723 # type: verbatim
18724 #. type: verbatim
18725 #: ../src/guestfs-actions.pod:6721
18726 #, no-wrap
18727 msgid ""
18728 " int\n"
18729 " guestfs_vg_activate_all (guestfs_h *g,\n"
18730 "                          int activate);\n"
18731 "\n"
18732 msgstr ""
18733
18734 # type: textblock
18735 #. type: textblock
18736 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
18737 msgid ""
18738 "This command activates or (if C<activate> is false) deactivates all logical "
18739 "volumes in all volume groups.  If activated, then they are made known to the "
18740 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18741 "those devices disappear."
18742 msgstr ""
18743
18744 # type: textblock
18745 #. type: textblock
18746 #: ../src/guestfs-actions.pod:6731 ../fish/guestfish-actions.pod:4498
18747 msgid "This command is the same as running C<vgchange -a y|n>"
18748 msgstr ""
18749
18750 # type: =head2
18751 #. type: =head2
18752 #: ../src/guestfs-actions.pod:6737
18753 msgid "guestfs_vgcreate"
18754 msgstr ""
18755
18756 # type: verbatim
18757 #. type: verbatim
18758 #: ../src/guestfs-actions.pod:6739
18759 #, no-wrap
18760 msgid ""
18761 " int\n"
18762 " guestfs_vgcreate (guestfs_h *g,\n"
18763 "                   const char *volgroup,\n"
18764 "                   char *const *physvols);\n"
18765 "\n"
18766 msgstr ""
18767
18768 # type: textblock
18769 #. type: textblock
18770 #: ../src/guestfs-actions.pod:6744 ../fish/guestfish-actions.pod:4504
18771 msgid ""
18772 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18773 "of physical volumes C<physvols>."
18774 msgstr ""
18775
18776 # type: =head2
18777 #. type: =head2
18778 #: ../src/guestfs-actions.pod:6751
18779 msgid "guestfs_vglvuuids"
18780 msgstr ""
18781
18782 # type: verbatim
18783 #. type: verbatim
18784 #: ../src/guestfs-actions.pod:6753
18785 #, no-wrap
18786 msgid ""
18787 " char **\n"
18788 " guestfs_vglvuuids (guestfs_h *g,\n"
18789 "                    const char *vgname);\n"
18790 "\n"
18791 msgstr ""
18792
18793 # type: textblock
18794 #. type: textblock
18795 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4511
18796 msgid ""
18797 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18798 "volumes created in this volume group."
18799 msgstr ""
18800
18801 # type: textblock
18802 #. type: textblock
18803 #: ../src/guestfs-actions.pod:6760
18804 msgid ""
18805 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18806 "associate logical volumes and volume groups."
18807 msgstr ""
18808
18809 # type: textblock
18810 #. type: textblock
18811 #: ../src/guestfs-actions.pod:6763
18812 msgid "See also C<guestfs_vgpvuuids>."
18813 msgstr ""
18814
18815 # type: =head2
18816 #. type: =head2
18817 #: ../src/guestfs-actions.pod:6771
18818 msgid "guestfs_vgpvuuids"
18819 msgstr ""
18820
18821 # type: verbatim
18822 #. type: verbatim
18823 #: ../src/guestfs-actions.pod:6773
18824 #, no-wrap
18825 msgid ""
18826 " char **\n"
18827 " guestfs_vgpvuuids (guestfs_h *g,\n"
18828 "                    const char *vgname);\n"
18829 "\n"
18830 msgstr ""
18831
18832 # type: textblock
18833 #. type: textblock
18834 #: ../src/guestfs-actions.pod:6777 ../fish/guestfish-actions.pod:4523
18835 msgid ""
18836 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18837 "volumes that this volume group resides on."
18838 msgstr ""
18839
18840 # type: textblock
18841 #. type: textblock
18842 #: ../src/guestfs-actions.pod:6780
18843 msgid ""
18844 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18845 "associate physical volumes and volume groups."
18846 msgstr ""
18847
18848 # type: textblock
18849 #. type: textblock
18850 #: ../src/guestfs-actions.pod:6783
18851 msgid "See also C<guestfs_vglvuuids>."
18852 msgstr ""
18853
18854 # type: =head2
18855 #. type: =head2
18856 #: ../src/guestfs-actions.pod:6791
18857 msgid "guestfs_vgremove"
18858 msgstr ""
18859
18860 # type: verbatim
18861 #. type: verbatim
18862 #: ../src/guestfs-actions.pod:6793
18863 #, no-wrap
18864 msgid ""
18865 " int\n"
18866 " guestfs_vgremove (guestfs_h *g,\n"
18867 "                   const char *vgname);\n"
18868 "\n"
18869 msgstr ""
18870
18871 # type: textblock
18872 #. type: textblock
18873 #: ../src/guestfs-actions.pod:6797 ../fish/guestfish-actions.pod:4535
18874 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18875 msgstr ""
18876
18877 # type: textblock
18878 #. type: textblock
18879 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4537
18880 msgid ""
18881 "This also forcibly removes all logical volumes in the volume group (if any)."
18882 msgstr ""
18883
18884 # type: =head2
18885 #. type: =head2
18886 #: ../src/guestfs-actions.pod:6806
18887 msgid "guestfs_vgrename"
18888 msgstr ""
18889
18890 # type: verbatim
18891 #. type: verbatim
18892 #: ../src/guestfs-actions.pod:6808
18893 #, no-wrap
18894 msgid ""
18895 " int\n"
18896 " guestfs_vgrename (guestfs_h *g,\n"
18897 "                   const char *volgroup,\n"
18898 "                   const char *newvolgroup);\n"
18899 "\n"
18900 msgstr ""
18901
18902 # type: textblock
18903 #. type: textblock
18904 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4544
18905 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18906 msgstr ""
18907
18908 # type: =head2
18909 #. type: =head2
18910 #: ../src/guestfs-actions.pod:6819
18911 msgid "guestfs_vgs"
18912 msgstr ""
18913
18914 # type: verbatim
18915 #. type: verbatim
18916 #: ../src/guestfs-actions.pod:6821
18917 #, no-wrap
18918 msgid ""
18919 " char **\n"
18920 " guestfs_vgs (guestfs_h *g);\n"
18921 "\n"
18922 msgstr ""
18923
18924 # type: textblock
18925 #. type: textblock
18926 #: ../src/guestfs-actions.pod:6824 ../fish/guestfish-actions.pod:4550
18927 msgid ""
18928 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18929 "> command."
18930 msgstr ""
18931
18932 # type: textblock
18933 #. type: textblock
18934 #: ../src/guestfs-actions.pod:6827 ../fish/guestfish-actions.pod:4553
18935 msgid ""
18936 "This returns a list of just the volume group names that were detected (eg. "
18937 "C<VolGroup00>)."
18938 msgstr ""
18939
18940 # type: textblock
18941 #. type: textblock
18942 #: ../src/guestfs-actions.pod:6830
18943 msgid "See also C<guestfs_vgs_full>."
18944 msgstr ""
18945
18946 # type: =head2
18947 #. type: =head2
18948 #: ../src/guestfs-actions.pod:6838
18949 msgid "guestfs_vgs_full"
18950 msgstr ""
18951
18952 # type: verbatim
18953 #. type: verbatim
18954 #: ../src/guestfs-actions.pod:6840
18955 #, no-wrap
18956 msgid ""
18957 " struct guestfs_lvm_vg_list *\n"
18958 " guestfs_vgs_full (guestfs_h *g);\n"
18959 "\n"
18960 msgstr ""
18961
18962 # type: textblock
18963 #. type: textblock
18964 #: ../src/guestfs-actions.pod:6843 ../fish/guestfish-actions.pod:4562
18965 msgid ""
18966 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18967 "> command.  The \"full\" version includes all fields."
18968 msgstr ""
18969
18970 # type: textblock
18971 #. type: textblock
18972 #: ../src/guestfs-actions.pod:6846
18973 msgid ""
18974 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18975 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18976 msgstr ""
18977
18978 # type: =head2
18979 #. type: =head2
18980 #: ../src/guestfs-actions.pod:6852
18981 msgid "guestfs_vgscan"
18982 msgstr ""
18983
18984 # type: verbatim
18985 #. type: verbatim
18986 #: ../src/guestfs-actions.pod:6854
18987 #, no-wrap
18988 msgid ""
18989 " int\n"
18990 " guestfs_vgscan (guestfs_h *g);\n"
18991 "\n"
18992 msgstr ""
18993
18994 # type: textblock
18995 #. type: textblock
18996 #: ../src/guestfs-actions.pod:6857 ../fish/guestfish-actions.pod:4569
18997 msgid ""
18998 "This rescans all block devices and rebuilds the list of LVM physical "
18999 "volumes, volume groups and logical volumes."
19000 msgstr ""
19001
19002 # type: =head2
19003 #. type: =head2
19004 #: ../src/guestfs-actions.pod:6864
19005 msgid "guestfs_vguuid"
19006 msgstr ""
19007
19008 # type: verbatim
19009 #. type: verbatim
19010 #: ../src/guestfs-actions.pod:6866
19011 #, no-wrap
19012 msgid ""
19013 " char *\n"
19014 " guestfs_vguuid (guestfs_h *g,\n"
19015 "                 const char *vgname);\n"
19016 "\n"
19017 msgstr ""
19018
19019 # type: textblock
19020 #. type: textblock
19021 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4576
19022 msgid "This command returns the UUID of the LVM VG named C<vgname>."
19023 msgstr ""
19024
19025 # type: =head2
19026 #. type: =head2
19027 #: ../src/guestfs-actions.pod:6877
19028 msgid "guestfs_wait_ready"
19029 msgstr ""
19030
19031 # type: verbatim
19032 #. type: verbatim
19033 #: ../src/guestfs-actions.pod:6879
19034 #, no-wrap
19035 msgid ""
19036 " int\n"
19037 " guestfs_wait_ready (guestfs_h *g);\n"
19038 "\n"
19039 msgstr ""
19040
19041 # type: textblock
19042 #. type: textblock
19043 #: ../src/guestfs-actions.pod:6882
19044 msgid "This function is a no op."
19045 msgstr ""
19046
19047 # type: textblock
19048 #. type: textblock
19049 #: ../src/guestfs-actions.pod:6884
19050 msgid ""
19051 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
19052 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
19053 "is no longer necessary because C<guestfs_launch> now does the waiting."
19054 msgstr ""
19055
19056 # type: textblock
19057 #. type: textblock
19058 #: ../src/guestfs-actions.pod:6889
19059 msgid ""
19060 "If you see any calls to this function in code then you can just remove them, "
19061 "unless you want to retain compatibility with older versions of the API."
19062 msgstr ""
19063
19064 # type: =head2
19065 #. type: =head2
19066 #: ../src/guestfs-actions.pod:6897
19067 msgid "guestfs_wc_c"
19068 msgstr ""
19069
19070 # type: verbatim
19071 #. type: verbatim
19072 #: ../src/guestfs-actions.pod:6899
19073 #, no-wrap
19074 msgid ""
19075 " int\n"
19076 " guestfs_wc_c (guestfs_h *g,\n"
19077 "               const char *path);\n"
19078 "\n"
19079 msgstr ""
19080
19081 # type: textblock
19082 #. type: textblock
19083 #: ../src/guestfs-actions.pod:6903 ../fish/guestfish-actions.pod:4582
19084 msgid ""
19085 "This command counts the characters in a file, using the C<wc -c> external "
19086 "command."
19087 msgstr ""
19088
19089 # type: =head2
19090 #. type: =head2
19091 #: ../src/guestfs-actions.pod:6910
19092 msgid "guestfs_wc_l"
19093 msgstr ""
19094
19095 # type: verbatim
19096 #. type: verbatim
19097 #: ../src/guestfs-actions.pod:6912
19098 #, no-wrap
19099 msgid ""
19100 " int\n"
19101 " guestfs_wc_l (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:6916 ../fish/guestfish-actions.pod:4589
19109 msgid ""
19110 "This command counts the lines in a file, using the C<wc -l> external command."
19111 msgstr ""
19112
19113 # type: =head2
19114 #. type: =head2
19115 #: ../src/guestfs-actions.pod:6923
19116 msgid "guestfs_wc_w"
19117 msgstr ""
19118
19119 # type: verbatim
19120 #. type: verbatim
19121 #: ../src/guestfs-actions.pod:6925
19122 #, no-wrap
19123 msgid ""
19124 " int\n"
19125 " guestfs_wc_w (guestfs_h *g,\n"
19126 "               const char *path);\n"
19127 "\n"
19128 msgstr ""
19129
19130 # type: textblock
19131 #. type: textblock
19132 #: ../src/guestfs-actions.pod:6929 ../fish/guestfish-actions.pod:4596
19133 msgid ""
19134 "This command counts the words in a file, using the C<wc -w> external command."
19135 msgstr ""
19136
19137 # type: =head2
19138 #. type: =head2
19139 #: ../src/guestfs-actions.pod:6936
19140 msgid "guestfs_write"
19141 msgstr ""
19142
19143 # type: verbatim
19144 #. type: verbatim
19145 #: ../src/guestfs-actions.pod:6938
19146 #, no-wrap
19147 msgid ""
19148 " int\n"
19149 " guestfs_write (guestfs_h *g,\n"
19150 "                const char *path,\n"
19151 "                const char *content,\n"
19152 "                size_t content_size);\n"
19153 "\n"
19154 msgstr ""
19155
19156 # type: textblock
19157 #. type: textblock
19158 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4603
19159 msgid ""
19160 "This call creates a file called C<path>.  The content of the file is the "
19161 "string C<content> (which can contain any 8 bit data)."
19162 msgstr ""
19163
19164 # type: =head2
19165 #. type: =head2
19166 #: ../src/guestfs-actions.pod:6954
19167 msgid "guestfs_write_file"
19168 msgstr ""
19169
19170 # type: verbatim
19171 #. type: verbatim
19172 #: ../src/guestfs-actions.pod:6956
19173 #, no-wrap
19174 msgid ""
19175 " int\n"
19176 " guestfs_write_file (guestfs_h *g,\n"
19177 "                     const char *path,\n"
19178 "                     const char *content,\n"
19179 "                     int size);\n"
19180 "\n"
19181 msgstr ""
19182
19183 # type: textblock
19184 #. type: textblock
19185 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4613
19186 msgid ""
19187 "This call creates a file called C<path>.  The contents of the file is the "
19188 "string C<content> (which can contain any 8 bit data), with length C<size>."
19189 msgstr ""
19190
19191 # type: textblock
19192 #. type: textblock
19193 #: ../src/guestfs-actions.pod:6966 ../fish/guestfish-actions.pod:4617
19194 msgid ""
19195 "As a special case, if C<size> is C<0> then the length is calculated using "
19196 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
19197 msgstr ""
19198
19199 # type: textblock
19200 #. type: textblock
19201 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4621
19202 msgid ""
19203 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
19204 "I<not> work, even if the length is specified."
19205 msgstr ""
19206
19207 # type: textblock
19208 #. type: textblock
19209 #: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4627
19210 msgid ""
19211 "This function is deprecated.  In new code, use the C<write> call instead."
19212 msgstr ""
19213
19214 # type: =head2
19215 #. type: =head2
19216 #: ../src/guestfs-actions.pod:6987
19217 msgid "guestfs_zegrep"
19218 msgstr ""
19219
19220 # type: verbatim
19221 #. type: verbatim
19222 #: ../src/guestfs-actions.pod:6989
19223 #, no-wrap
19224 msgid ""
19225 " char **\n"
19226 " guestfs_zegrep (guestfs_h *g,\n"
19227 "                 const char *regex,\n"
19228 "                 const char *path);\n"
19229 "\n"
19230 msgstr ""
19231
19232 # type: textblock
19233 #. type: textblock
19234 #: ../src/guestfs-actions.pod:6994 ../fish/guestfish-actions.pod:4638
19235 msgid ""
19236 "This calls the external C<zegrep> program and returns the matching lines."
19237 msgstr ""
19238
19239 # type: =head2
19240 #. type: =head2
19241 #: ../src/guestfs-actions.pod:7006
19242 msgid "guestfs_zegrepi"
19243 msgstr ""
19244
19245 # type: verbatim
19246 #. type: verbatim
19247 #: ../src/guestfs-actions.pod:7008
19248 #, no-wrap
19249 msgid ""
19250 " char **\n"
19251 " guestfs_zegrepi (guestfs_h *g,\n"
19252 "                  const char *regex,\n"
19253 "                  const char *path);\n"
19254 "\n"
19255 msgstr ""
19256
19257 # type: textblock
19258 #. type: textblock
19259 #: ../src/guestfs-actions.pod:7013 ../fish/guestfish-actions.pod:4648
19260 msgid ""
19261 "This calls the external C<zegrep -i> program and returns the matching lines."
19262 msgstr ""
19263
19264 # type: =head2
19265 #. type: =head2
19266 #: ../src/guestfs-actions.pod:7025
19267 msgid "guestfs_zero"
19268 msgstr ""
19269
19270 # type: verbatim
19271 #. type: verbatim
19272 #: ../src/guestfs-actions.pod:7027
19273 #, no-wrap
19274 msgid ""
19275 " int\n"
19276 " guestfs_zero (guestfs_h *g,\n"
19277 "               const char *device);\n"
19278 "\n"
19279 msgstr ""
19280
19281 # type: textblock
19282 #. type: textblock
19283 #: ../src/guestfs-actions.pod:7031 ../fish/guestfish-actions.pod:4658
19284 msgid "This command writes zeroes over the first few blocks of C<device>."
19285 msgstr ""
19286
19287 # type: textblock
19288 #. type: textblock
19289 #: ../src/guestfs-actions.pod:7033 ../fish/guestfish-actions.pod:4660
19290 msgid ""
19291 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
19292 "securely wipe the device).  It should be sufficient to remove any partition "
19293 "tables, filesystem superblocks and so on."
19294 msgstr ""
19295
19296 # type: textblock
19297 #. type: textblock
19298 #: ../src/guestfs-actions.pod:7037
19299 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
19300 msgstr ""
19301
19302 # type: =head2
19303 #. type: =head2
19304 #: ../src/guestfs-actions.pod:7048
19305 msgid "guestfs_zero_device"
19306 msgstr ""
19307
19308 # type: verbatim
19309 #. type: verbatim
19310 #: ../src/guestfs-actions.pod:7050
19311 #, no-wrap
19312 msgid ""
19313 " int\n"
19314 " guestfs_zero_device (guestfs_h *g,\n"
19315 "                      const char *device);\n"
19316 "\n"
19317 msgstr ""
19318
19319 # type: textblock
19320 #. type: textblock
19321 #: ../src/guestfs-actions.pod:7054
19322 msgid ""
19323 "This command writes zeroes over the entire C<device>.  Compare with "
19324 "C<guestfs_zero> which just zeroes the first few blocks of a device."
19325 msgstr ""
19326
19327 # type: textblock
19328 #. type: textblock
19329 #: ../src/guestfs-actions.pod:7068
19330 msgid "(Added in 1.3.1)"
19331 msgstr ""
19332
19333 # type: =head2
19334 #. type: =head2
19335 #: ../src/guestfs-actions.pod:7070
19336 msgid "guestfs_zerofree"
19337 msgstr ""
19338
19339 # type: verbatim
19340 #. type: verbatim
19341 #: ../src/guestfs-actions.pod:7072
19342 #, no-wrap
19343 msgid ""
19344 " int\n"
19345 " guestfs_zerofree (guestfs_h *g,\n"
19346 "                   const char *device);\n"
19347 "\n"
19348 msgstr ""
19349
19350 # type: textblock
19351 #. type: textblock
19352 #: ../src/guestfs-actions.pod:7076 ../fish/guestfish-actions.pod:4681
19353 msgid ""
19354 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
19355 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
19356 "possible to compress the filesystem more effectively."
19357 msgstr ""
19358
19359 # type: textblock
19360 #. type: textblock
19361 #: ../src/guestfs-actions.pod:7081 ../fish/guestfish-actions.pod:4686
19362 msgid "You should B<not> run this program if the filesystem is mounted."
19363 msgstr ""
19364
19365 # type: textblock
19366 #. type: textblock
19367 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4689
19368 msgid ""
19369 "It is possible that using this program can damage the filesystem or data on "
19370 "the filesystem."
19371 msgstr ""
19372
19373 # type: =head2
19374 #. type: =head2
19375 #: ../src/guestfs-actions.pod:7091
19376 msgid "guestfs_zfgrep"
19377 msgstr ""
19378
19379 # type: verbatim
19380 #. type: verbatim
19381 #: ../src/guestfs-actions.pod:7093
19382 #, no-wrap
19383 msgid ""
19384 " char **\n"
19385 " guestfs_zfgrep (guestfs_h *g,\n"
19386 "                 const char *pattern,\n"
19387 "                 const char *path);\n"
19388 "\n"
19389 msgstr ""
19390
19391 # type: textblock
19392 #. type: textblock
19393 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4696
19394 msgid ""
19395 "This calls the external C<zfgrep> program and returns the matching lines."
19396 msgstr ""
19397
19398 # type: =head2
19399 #. type: =head2
19400 #: ../src/guestfs-actions.pod:7110
19401 msgid "guestfs_zfgrepi"
19402 msgstr ""
19403
19404 # type: verbatim
19405 #. type: verbatim
19406 #: ../src/guestfs-actions.pod:7112
19407 #, no-wrap
19408 msgid ""
19409 " char **\n"
19410 " guestfs_zfgrepi (guestfs_h *g,\n"
19411 "                  const char *pattern,\n"
19412 "                  const char *path);\n"
19413 "\n"
19414 msgstr ""
19415
19416 # type: textblock
19417 #. type: textblock
19418 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4706
19419 msgid ""
19420 "This calls the external C<zfgrep -i> program and returns the matching lines."
19421 msgstr ""
19422
19423 # type: =head2
19424 #. type: =head2
19425 #: ../src/guestfs-actions.pod:7129
19426 msgid "guestfs_zfile"
19427 msgstr ""
19428
19429 # type: verbatim
19430 #. type: verbatim
19431 #: ../src/guestfs-actions.pod:7131
19432 #, no-wrap
19433 msgid ""
19434 " char *\n"
19435 " guestfs_zfile (guestfs_h *g,\n"
19436 "                const char *meth,\n"
19437 "                const char *path);\n"
19438 "\n"
19439 msgstr ""
19440
19441 # type: textblock
19442 #. type: textblock
19443 #: ../src/guestfs-actions.pod:7136 ../fish/guestfish-actions.pod:4716
19444 msgid ""
19445 "This command runs C<file> after first decompressing C<path> using C<method>."
19446 msgstr ""
19447
19448 # type: textblock
19449 #. type: textblock
19450 #: ../src/guestfs-actions.pod:7139 ../fish/guestfish-actions.pod:4719
19451 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
19452 msgstr ""
19453
19454 # type: textblock
19455 #. type: textblock
19456 #: ../src/guestfs-actions.pod:7141
19457 msgid ""
19458 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
19459 "files."
19460 msgstr ""
19461
19462 # type: textblock
19463 #. type: textblock
19464 #: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4724
19465 msgid ""
19466 "This function is deprecated.  In new code, use the C<file> call instead."
19467 msgstr ""
19468
19469 # type: =head2
19470 #. type: =head2
19471 #: ../src/guestfs-actions.pod:7156
19472 msgid "guestfs_zgrep"
19473 msgstr ""
19474
19475 # type: verbatim
19476 #. type: verbatim
19477 #: ../src/guestfs-actions.pod:7158
19478 #, no-wrap
19479 msgid ""
19480 " char **\n"
19481 " guestfs_zgrep (guestfs_h *g,\n"
19482 "                const char *regex,\n"
19483 "                const char *path);\n"
19484 "\n"
19485 msgstr ""
19486
19487 # type: textblock
19488 #. type: textblock
19489 #: ../src/guestfs-actions.pod:7163 ../fish/guestfish-actions.pod:4735
19490 msgid ""
19491 "This calls the external C<zgrep> program and returns the matching lines."
19492 msgstr ""
19493
19494 # type: =head2
19495 #. type: =head2
19496 #: ../src/guestfs-actions.pod:7175
19497 msgid "guestfs_zgrepi"
19498 msgstr ""
19499
19500 # type: verbatim
19501 #. type: verbatim
19502 #: ../src/guestfs-actions.pod:7177
19503 #, no-wrap
19504 msgid ""
19505 " char **\n"
19506 " guestfs_zgrepi (guestfs_h *g,\n"
19507 "                 const char *regex,\n"
19508 "                 const char *path);\n"
19509 "\n"
19510 msgstr ""
19511
19512 # type: textblock
19513 #. type: textblock
19514 #: ../src/guestfs-actions.pod:7182 ../fish/guestfish-actions.pod:4745
19515 msgid ""
19516 "This calls the external C<zgrep -i> program and returns the matching lines."
19517 msgstr ""
19518
19519 # type: =item
19520 #. type: =item
19521 #: ../src/guestfs-availability.pod:3
19522 msgid "B<augeas>"
19523 msgstr ""
19524
19525 # type: textblock
19526 #. type: textblock
19527 #: ../src/guestfs-availability.pod:5
19528 msgid ""
19529 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
19530 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
19531 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
19532 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
19533 "L</guestfs_aug_save> L</guestfs_aug_set>"
19534 msgstr ""
19535
19536 # type: =item
19537 #. type: =item
19538 #: ../src/guestfs-availability.pod:21
19539 msgid "B<inotify>"
19540 msgstr ""
19541
19542 # type: textblock
19543 #. type: textblock
19544 #: ../src/guestfs-availability.pod:23
19545 msgid ""
19546 "The following functions: L</guestfs_inotify_add_watch> L</"
19547 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19548 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19549 msgstr ""
19550
19551 # type: =item
19552 #. type: =item
19553 #: ../src/guestfs-availability.pod:31
19554 msgid "B<linuxfsuuid>"
19555 msgstr ""
19556
19557 # type: textblock
19558 #. type: textblock
19559 #: ../src/guestfs-availability.pod:33
19560 msgid ""
19561 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19562 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19563 msgstr ""
19564
19565 # type: =item
19566 #. type: =item
19567 #: ../src/guestfs-availability.pod:40
19568 msgid "B<linuxmodules>"
19569 msgstr ""
19570
19571 # type: textblock
19572 #. type: textblock
19573 #: ../src/guestfs-availability.pod:42
19574 msgid "The following functions: L</guestfs_modprobe>"
19575 msgstr ""
19576
19577 # type: =item
19578 #. type: =item
19579 #: ../src/guestfs-availability.pod:45
19580 msgid "B<linuxxattrs>"
19581 msgstr ""
19582
19583 # type: textblock
19584 #. type: textblock
19585 #: ../src/guestfs-availability.pod:47
19586 msgid ""
19587 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19588 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19589 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19590 "guestfs_setxattr>"
19591 msgstr ""
19592
19593 # type: =item
19594 #. type: =item
19595 #: ../src/guestfs-availability.pod:58
19596 msgid "B<luks>"
19597 msgstr ""
19598
19599 # type: textblock
19600 #. type: textblock
19601 #: ../src/guestfs-availability.pod:60
19602 msgid ""
19603 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19604 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19605 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19606 msgstr ""
19607
19608 # type: =item
19609 #. type: =item
19610 #: ../src/guestfs-availability.pod:69
19611 msgid "B<lvm2>"
19612 msgstr ""
19613
19614 # type: textblock
19615 #. type: textblock
19616 #: ../src/guestfs-availability.pod:71
19617 msgid ""
19618 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19619 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19620 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19621 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19622 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19623 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19624 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19625 msgstr ""
19626
19627 # type: =item
19628 #. type: =item
19629 #: ../src/guestfs-availability.pod:94
19630 msgid "B<mknod>"
19631 msgstr ""
19632
19633 # type: textblock
19634 #. type: textblock
19635 #: ../src/guestfs-availability.pod:96
19636 msgid ""
19637 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19638 "guestfs_mknod_b> L</guestfs_mknod_c>"
19639 msgstr ""
19640
19641 # type: =item
19642 #. type: =item
19643 #: ../src/guestfs-availability.pod:102
19644 msgid "B<ntfs3g>"
19645 msgstr ""
19646
19647 # type: textblock
19648 #. type: textblock
19649 #: ../src/guestfs-availability.pod:104
19650 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19651 msgstr ""
19652
19653 # type: =item
19654 #. type: =item
19655 #: ../src/guestfs-availability.pod:107
19656 msgid "B<ntfsprogs>"
19657 msgstr ""
19658
19659 # type: textblock
19660 #. type: textblock
19661 #: ../src/guestfs-availability.pod:109
19662 msgid ""
19663 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19664 msgstr ""
19665
19666 # type: =item
19667 #. type: =item
19668 #: ../src/guestfs-availability.pod:113
19669 msgid "B<realpath>"
19670 msgstr ""
19671
19672 # type: textblock
19673 #. type: textblock
19674 #: ../src/guestfs-availability.pod:115
19675 msgid "The following functions: L</guestfs_realpath>"
19676 msgstr ""
19677
19678 # type: =item
19679 #. type: =item
19680 #: ../src/guestfs-availability.pod:118
19681 msgid "B<scrub>"
19682 msgstr ""
19683
19684 # type: textblock
19685 #. type: textblock
19686 #: ../src/guestfs-availability.pod:120
19687 msgid ""
19688 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19689 "guestfs_scrub_freespace>"
19690 msgstr ""
19691
19692 # type: =item
19693 #. type: =item
19694 #: ../src/guestfs-availability.pod:125
19695 msgid "B<selinux>"
19696 msgstr ""
19697
19698 # type: textblock
19699 #. type: textblock
19700 #: ../src/guestfs-availability.pod:127
19701 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19702 msgstr ""
19703
19704 # type: =item
19705 #. type: =item
19706 #: ../src/guestfs-availability.pod:131
19707 msgid "B<xz>"
19708 msgstr ""
19709
19710 # type: textblock
19711 #. type: textblock
19712 #: ../src/guestfs-availability.pod:133
19713 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19714 msgstr ""
19715
19716 # type: =item
19717 #. type: =item
19718 #: ../src/guestfs-availability.pod:137
19719 msgid "B<zerofree>"
19720 msgstr ""
19721
19722 # type: textblock
19723 #. type: textblock
19724 #: ../src/guestfs-availability.pod:139
19725 msgid "The following functions: L</guestfs_zerofree>"
19726 msgstr ""
19727
19728 # type: =head2
19729 #. type: =head2
19730 #: ../src/guestfs-structs.pod:1
19731 msgid "guestfs_int_bool"
19732 msgstr ""
19733
19734 # type: verbatim
19735 #. type: verbatim
19736 #: ../src/guestfs-structs.pod:3
19737 #, no-wrap
19738 msgid ""
19739 " struct guestfs_int_bool {\n"
19740 "   int32_t i;\n"
19741 "   int32_t b;\n"
19742 " };\n"
19743 " \n"
19744 msgstr ""
19745
19746 # type: verbatim
19747 #. type: verbatim
19748 #: ../src/guestfs-structs.pod:8
19749 #, no-wrap
19750 msgid ""
19751 " struct guestfs_int_bool_list {\n"
19752 "   uint32_t len; /* Number of elements in list. */\n"
19753 "   struct guestfs_int_bool *val; /* Elements. */\n"
19754 " };\n"
19755 " \n"
19756 msgstr ""
19757
19758 # type: verbatim
19759 #. type: verbatim
19760 #: ../src/guestfs-structs.pod:13
19761 #, no-wrap
19762 msgid ""
19763 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19764 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19765 "\n"
19766 msgstr ""
19767
19768 # type: =head2
19769 #. type: =head2
19770 #: ../src/guestfs-structs.pod:16
19771 msgid "guestfs_lvm_pv"
19772 msgstr ""
19773
19774 # type: verbatim
19775 #. type: verbatim
19776 #: ../src/guestfs-structs.pod:18
19777 #, no-wrap
19778 msgid ""
19779 " struct guestfs_lvm_pv {\n"
19780 "   char *pv_name;\n"
19781 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19782 "   char pv_uuid[32];\n"
19783 "   char *pv_fmt;\n"
19784 "   uint64_t pv_size;\n"
19785 "   uint64_t dev_size;\n"
19786 "   uint64_t pv_free;\n"
19787 "   uint64_t pv_used;\n"
19788 "   char *pv_attr;\n"
19789 "   int64_t pv_pe_count;\n"
19790 "   int64_t pv_pe_alloc_count;\n"
19791 "   char *pv_tags;\n"
19792 "   uint64_t pe_start;\n"
19793 "   int64_t pv_mda_count;\n"
19794 "   uint64_t pv_mda_free;\n"
19795 " };\n"
19796 " \n"
19797 msgstr ""
19798
19799 # type: verbatim
19800 #. type: verbatim
19801 #: ../src/guestfs-structs.pod:36
19802 #, no-wrap
19803 msgid ""
19804 " struct guestfs_lvm_pv_list {\n"
19805 "   uint32_t len; /* Number of elements in list. */\n"
19806 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19807 " };\n"
19808 " \n"
19809 msgstr ""
19810
19811 # type: verbatim
19812 #. type: verbatim
19813 #: ../src/guestfs-structs.pod:41
19814 #, no-wrap
19815 msgid ""
19816 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19817 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19818 "\n"
19819 msgstr ""
19820
19821 # type: =head2
19822 #. type: =head2
19823 #: ../src/guestfs-structs.pod:44
19824 msgid "guestfs_lvm_vg"
19825 msgstr ""
19826
19827 # type: verbatim
19828 #. type: verbatim
19829 #: ../src/guestfs-structs.pod:46
19830 #, no-wrap
19831 msgid ""
19832 " struct guestfs_lvm_vg {\n"
19833 "   char *vg_name;\n"
19834 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19835 "   char vg_uuid[32];\n"
19836 "   char *vg_fmt;\n"
19837 "   char *vg_attr;\n"
19838 "   uint64_t vg_size;\n"
19839 "   uint64_t vg_free;\n"
19840 "   char *vg_sysid;\n"
19841 "   uint64_t vg_extent_size;\n"
19842 "   int64_t vg_extent_count;\n"
19843 "   int64_t vg_free_count;\n"
19844 "   int64_t max_lv;\n"
19845 "   int64_t max_pv;\n"
19846 "   int64_t pv_count;\n"
19847 "   int64_t lv_count;\n"
19848 "   int64_t snap_count;\n"
19849 "   int64_t vg_seqno;\n"
19850 "   char *vg_tags;\n"
19851 "   int64_t vg_mda_count;\n"
19852 "   uint64_t vg_mda_free;\n"
19853 " };\n"
19854 " \n"
19855 msgstr ""
19856
19857 # type: verbatim
19858 #. type: verbatim
19859 #: ../src/guestfs-structs.pod:69
19860 #, no-wrap
19861 msgid ""
19862 " struct guestfs_lvm_vg_list {\n"
19863 "   uint32_t len; /* Number of elements in list. */\n"
19864 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19865 " };\n"
19866 " \n"
19867 msgstr ""
19868
19869 # type: verbatim
19870 #. type: verbatim
19871 #: ../src/guestfs-structs.pod:74
19872 #, no-wrap
19873 msgid ""
19874 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19875 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19876 "\n"
19877 msgstr ""
19878
19879 # type: =head2
19880 #. type: =head2
19881 #: ../src/guestfs-structs.pod:77
19882 msgid "guestfs_lvm_lv"
19883 msgstr ""
19884
19885 # type: verbatim
19886 #. type: verbatim
19887 #: ../src/guestfs-structs.pod:79
19888 #, no-wrap
19889 msgid ""
19890 " struct guestfs_lvm_lv {\n"
19891 "   char *lv_name;\n"
19892 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19893 "   char lv_uuid[32];\n"
19894 "   char *lv_attr;\n"
19895 "   int64_t lv_major;\n"
19896 "   int64_t lv_minor;\n"
19897 "   int64_t lv_kernel_major;\n"
19898 "   int64_t lv_kernel_minor;\n"
19899 "   uint64_t lv_size;\n"
19900 "   int64_t seg_count;\n"
19901 "   char *origin;\n"
19902 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19903 "   float snap_percent;\n"
19904 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19905 "   float copy_percent;\n"
19906 "   char *move_pv;\n"
19907 "   char *lv_tags;\n"
19908 "   char *mirror_log;\n"
19909 "   char *modules;\n"
19910 " };\n"
19911 " \n"
19912 msgstr ""
19913
19914 # type: verbatim
19915 #. type: verbatim
19916 #: ../src/guestfs-structs.pod:101
19917 #, no-wrap
19918 msgid ""
19919 " struct guestfs_lvm_lv_list {\n"
19920 "   uint32_t len; /* Number of elements in list. */\n"
19921 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19922 " };\n"
19923 " \n"
19924 msgstr ""
19925
19926 # type: verbatim
19927 #. type: verbatim
19928 #: ../src/guestfs-structs.pod:106
19929 #, no-wrap
19930 msgid ""
19931 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19932 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19933 "\n"
19934 msgstr ""
19935
19936 # type: verbatim
19937 #. type: verbatim
19938 #: ../src/guestfs-structs.pod:111
19939 #, no-wrap
19940 msgid ""
19941 " struct guestfs_stat {\n"
19942 "   int64_t dev;\n"
19943 "   int64_t ino;\n"
19944 "   int64_t mode;\n"
19945 "   int64_t nlink;\n"
19946 "   int64_t uid;\n"
19947 "   int64_t gid;\n"
19948 "   int64_t rdev;\n"
19949 "   int64_t size;\n"
19950 "   int64_t blksize;\n"
19951 "   int64_t blocks;\n"
19952 "   int64_t atime;\n"
19953 "   int64_t mtime;\n"
19954 "   int64_t ctime;\n"
19955 " };\n"
19956 " \n"
19957 msgstr ""
19958
19959 # type: verbatim
19960 #. type: verbatim
19961 #: ../src/guestfs-structs.pod:127
19962 #, no-wrap
19963 msgid ""
19964 " struct guestfs_stat_list {\n"
19965 "   uint32_t len; /* Number of elements in list. */\n"
19966 "   struct guestfs_stat *val; /* Elements. */\n"
19967 " };\n"
19968 " \n"
19969 msgstr ""
19970
19971 # type: verbatim
19972 #. type: verbatim
19973 #: ../src/guestfs-structs.pod:132
19974 #, no-wrap
19975 msgid ""
19976 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19977 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19978 "\n"
19979 msgstr ""
19980
19981 # type: verbatim
19982 #. type: verbatim
19983 #: ../src/guestfs-structs.pod:137
19984 #, no-wrap
19985 msgid ""
19986 " struct guestfs_statvfs {\n"
19987 "   int64_t bsize;\n"
19988 "   int64_t frsize;\n"
19989 "   int64_t blocks;\n"
19990 "   int64_t bfree;\n"
19991 "   int64_t bavail;\n"
19992 "   int64_t files;\n"
19993 "   int64_t ffree;\n"
19994 "   int64_t favail;\n"
19995 "   int64_t fsid;\n"
19996 "   int64_t flag;\n"
19997 "   int64_t namemax;\n"
19998 " };\n"
19999 " \n"
20000 msgstr ""
20001
20002 # type: verbatim
20003 #. type: verbatim
20004 #: ../src/guestfs-structs.pod:151
20005 #, no-wrap
20006 msgid ""
20007 " struct guestfs_statvfs_list {\n"
20008 "   uint32_t len; /* Number of elements in list. */\n"
20009 "   struct guestfs_statvfs *val; /* Elements. */\n"
20010 " };\n"
20011 " \n"
20012 msgstr ""
20013
20014 # type: verbatim
20015 #. type: verbatim
20016 #: ../src/guestfs-structs.pod:156
20017 #, no-wrap
20018 msgid ""
20019 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
20020 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
20021 "\n"
20022 msgstr ""
20023
20024 # type: =head2
20025 #. type: =head2
20026 #: ../src/guestfs-structs.pod:159
20027 msgid "guestfs_dirent"
20028 msgstr ""
20029
20030 # type: verbatim
20031 #. type: verbatim
20032 #: ../src/guestfs-structs.pod:161
20033 #, no-wrap
20034 msgid ""
20035 " struct guestfs_dirent {\n"
20036 "   int64_t ino;\n"
20037 "   char ftyp;\n"
20038 "   char *name;\n"
20039 " };\n"
20040 " \n"
20041 msgstr ""
20042
20043 # type: verbatim
20044 #. type: verbatim
20045 #: ../src/guestfs-structs.pod:167
20046 #, no-wrap
20047 msgid ""
20048 " struct guestfs_dirent_list {\n"
20049 "   uint32_t len; /* Number of elements in list. */\n"
20050 "   struct guestfs_dirent *val; /* Elements. */\n"
20051 " };\n"
20052 " \n"
20053 msgstr ""
20054
20055 # type: verbatim
20056 #. type: verbatim
20057 #: ../src/guestfs-structs.pod:172
20058 #, no-wrap
20059 msgid ""
20060 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
20061 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
20062 "\n"
20063 msgstr ""
20064
20065 # type: verbatim
20066 #. type: verbatim
20067 #: ../src/guestfs-structs.pod:177
20068 #, no-wrap
20069 msgid ""
20070 " struct guestfs_version {\n"
20071 "   int64_t major;\n"
20072 "   int64_t minor;\n"
20073 "   int64_t release;\n"
20074 "   char *extra;\n"
20075 " };\n"
20076 " \n"
20077 msgstr ""
20078
20079 # type: verbatim
20080 #. type: verbatim
20081 #: ../src/guestfs-structs.pod:184
20082 #, no-wrap
20083 msgid ""
20084 " struct guestfs_version_list {\n"
20085 "   uint32_t len; /* Number of elements in list. */\n"
20086 "   struct guestfs_version *val; /* Elements. */\n"
20087 " };\n"
20088 " \n"
20089 msgstr ""
20090
20091 # type: verbatim
20092 #. type: verbatim
20093 #: ../src/guestfs-structs.pod:189
20094 #, no-wrap
20095 msgid ""
20096 " void guestfs_free_version (struct guestfs_free_version *);\n"
20097 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
20098 "\n"
20099 msgstr ""
20100
20101 # type: =head2
20102 #. type: =head2
20103 #: ../src/guestfs-structs.pod:192
20104 msgid "guestfs_xattr"
20105 msgstr ""
20106
20107 # type: verbatim
20108 #. type: verbatim
20109 #: ../src/guestfs-structs.pod:194
20110 #, no-wrap
20111 msgid ""
20112 " struct guestfs_xattr {\n"
20113 "   char *attrname;\n"
20114 "   /* The next two fields describe a byte array. */\n"
20115 "   uint32_t attrval_len;\n"
20116 "   char *attrval;\n"
20117 " };\n"
20118 " \n"
20119 msgstr ""
20120
20121 # type: verbatim
20122 #. type: verbatim
20123 #: ../src/guestfs-structs.pod:201
20124 #, no-wrap
20125 msgid ""
20126 " struct guestfs_xattr_list {\n"
20127 "   uint32_t len; /* Number of elements in list. */\n"
20128 "   struct guestfs_xattr *val; /* Elements. */\n"
20129 " };\n"
20130 " \n"
20131 msgstr ""
20132
20133 # type: verbatim
20134 #. type: verbatim
20135 #: ../src/guestfs-structs.pod:206
20136 #, no-wrap
20137 msgid ""
20138 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
20139 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
20140 "\n"
20141 msgstr ""
20142
20143 # type: =head2
20144 #. type: =head2
20145 #: ../src/guestfs-structs.pod:209
20146 msgid "guestfs_inotify_event"
20147 msgstr ""
20148
20149 # type: verbatim
20150 #. type: verbatim
20151 #: ../src/guestfs-structs.pod:211
20152 #, no-wrap
20153 msgid ""
20154 " struct guestfs_inotify_event {\n"
20155 "   int64_t in_wd;\n"
20156 "   uint32_t in_mask;\n"
20157 "   uint32_t in_cookie;\n"
20158 "   char *in_name;\n"
20159 " };\n"
20160 " \n"
20161 msgstr ""
20162
20163 # type: verbatim
20164 #. type: verbatim
20165 #: ../src/guestfs-structs.pod:218
20166 #, no-wrap
20167 msgid ""
20168 " struct guestfs_inotify_event_list {\n"
20169 "   uint32_t len; /* Number of elements in list. */\n"
20170 "   struct guestfs_inotify_event *val; /* Elements. */\n"
20171 " };\n"
20172 " \n"
20173 msgstr ""
20174
20175 # type: verbatim
20176 #. type: verbatim
20177 #: ../src/guestfs-structs.pod:223
20178 #, no-wrap
20179 msgid ""
20180 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
20181 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
20182 "\n"
20183 msgstr ""
20184
20185 # type: =head2
20186 #. type: =head2
20187 #: ../src/guestfs-structs.pod:226
20188 msgid "guestfs_partition"
20189 msgstr ""
20190
20191 # type: verbatim
20192 #. type: verbatim
20193 #: ../src/guestfs-structs.pod:228
20194 #, no-wrap
20195 msgid ""
20196 " struct guestfs_partition {\n"
20197 "   int32_t part_num;\n"
20198 "   uint64_t part_start;\n"
20199 "   uint64_t part_end;\n"
20200 "   uint64_t part_size;\n"
20201 " };\n"
20202 " \n"
20203 msgstr ""
20204
20205 # type: verbatim
20206 #. type: verbatim
20207 #: ../src/guestfs-structs.pod:235
20208 #, no-wrap
20209 msgid ""
20210 " struct guestfs_partition_list {\n"
20211 "   uint32_t len; /* Number of elements in list. */\n"
20212 "   struct guestfs_partition *val; /* Elements. */\n"
20213 " };\n"
20214 " \n"
20215 msgstr ""
20216
20217 # type: verbatim
20218 #. type: verbatim
20219 #: ../src/guestfs-structs.pod:240
20220 #, no-wrap
20221 msgid ""
20222 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
20223 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
20224 "\n"
20225 msgstr ""
20226
20227 # type: =head2
20228 #. type: =head2
20229 #: ../src/guestfs-structs.pod:243
20230 msgid "guestfs_application"
20231 msgstr ""
20232
20233 # type: verbatim
20234 #. type: verbatim
20235 #: ../src/guestfs-structs.pod:245
20236 #, no-wrap
20237 msgid ""
20238 " struct guestfs_application {\n"
20239 "   char *app_name;\n"
20240 "   char *app_display_name;\n"
20241 "   int32_t app_epoch;\n"
20242 "   char *app_version;\n"
20243 "   char *app_release;\n"
20244 "   char *app_install_path;\n"
20245 "   char *app_trans_path;\n"
20246 "   char *app_publisher;\n"
20247 "   char *app_url;\n"
20248 "   char *app_source_package;\n"
20249 "   char *app_summary;\n"
20250 "   char *app_description;\n"
20251 " };\n"
20252 " \n"
20253 msgstr ""
20254
20255 # type: verbatim
20256 #. type: verbatim
20257 #: ../src/guestfs-structs.pod:260
20258 #, no-wrap
20259 msgid ""
20260 " struct guestfs_application_list {\n"
20261 "   uint32_t len; /* Number of elements in list. */\n"
20262 "   struct guestfs_application *val; /* Elements. */\n"
20263 " };\n"
20264 " \n"
20265 msgstr ""
20266
20267 # type: verbatim
20268 #. type: verbatim
20269 #: ../src/guestfs-structs.pod:265
20270 #, no-wrap
20271 msgid ""
20272 " void guestfs_free_application (struct guestfs_free_application *);\n"
20273 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
20274 "\n"
20275 msgstr ""
20276
20277 # type: textblock
20278 #. type: textblock
20279 #: ../fish/guestfish.pod:5
20280 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
20281 msgstr ""
20282
20283 # type: verbatim
20284 #. type: verbatim
20285 #: ../fish/guestfish.pod:9
20286 #, no-wrap
20287 msgid ""
20288 " guestfish [--options] [commands]\n"
20289 "\n"
20290 msgstr ""
20291
20292 # type: verbatim
20293 #. type: verbatim
20294 #: ../fish/guestfish.pod:11
20295 #, no-wrap
20296 msgid ""
20297 " guestfish\n"
20298 "\n"
20299 msgstr ""
20300
20301 # type: verbatim
20302 #. type: verbatim
20303 #: ../fish/guestfish.pod:13
20304 #, no-wrap
20305 msgid ""
20306 " guestfish [--ro|--rw] -a disk.img\n"
20307 "\n"
20308 msgstr ""
20309
20310 # type: verbatim
20311 #. type: verbatim
20312 #: ../fish/guestfish.pod:15
20313 #, no-wrap
20314 msgid ""
20315 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
20316 "\n"
20317 msgstr ""
20318
20319 # type: verbatim
20320 #. type: verbatim
20321 #: ../fish/guestfish.pod:17
20322 #, no-wrap
20323 msgid ""
20324 " guestfish -d libvirt-domain\n"
20325 "\n"
20326 msgstr ""
20327
20328 # type: verbatim
20329 #. type: verbatim
20330 #: ../fish/guestfish.pod:19
20331 #, no-wrap
20332 msgid ""
20333 " guestfish [--ro|--rw] -a disk.img -i\n"
20334 "\n"
20335 msgstr ""
20336
20337 # type: verbatim
20338 #. type: verbatim
20339 #: ../fish/guestfish.pod:21
20340 #, no-wrap
20341 msgid ""
20342 " guestfish -d libvirt-domain -i\n"
20343 "\n"
20344 msgstr ""
20345
20346 # type: =head1
20347 #. type: =head1
20348 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
20349 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
20350 msgid "WARNING"
20351 msgstr ""
20352
20353 # type: textblock
20354 #. type: textblock
20355 #: ../fish/guestfish.pod:25
20356 msgid ""
20357 "Using guestfish in read/write mode on live virtual machines can be "
20358 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20359 "option to use guestfish safely if the disk image or virtual machine might be "
20360 "live."
20361 msgstr ""
20362
20363 # type: textblock
20364 #. type: textblock
20365 #: ../fish/guestfish.pod:32
20366 msgid ""
20367 "Guestfish is a shell and command-line tool for examining and modifying "
20368 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20369 "functionality of the guestfs API, see L<guestfs(3)>."
20370 msgstr ""
20371
20372 # type: textblock
20373 #. type: textblock
20374 #: ../fish/guestfish.pod:36
20375 msgid ""
20376 "Guestfish gives you structured access to the libguestfs API, from shell "
20377 "scripts or the command line or interactively.  If you want to rescue a "
20378 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20379 "command."
20380 msgstr ""
20381
20382 # type: =head1
20383 #. type: =head1
20384 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
20385 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
20386 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
20387 msgid "EXAMPLES"
20388 msgstr ""
20389
20390 # type: =head2
20391 #. type: =head2
20392 #: ../fish/guestfish.pod:43
20393 msgid "As an interactive shell"
20394 msgstr ""
20395
20396 # type: verbatim
20397 #. type: verbatim
20398 #: ../fish/guestfish.pod:45
20399 #, no-wrap
20400 msgid ""
20401 " $ guestfish\n"
20402 " \n"
20403 msgstr ""
20404
20405 # type: verbatim
20406 #. type: verbatim
20407 #: ../fish/guestfish.pod:47
20408 #, no-wrap
20409 msgid ""
20410 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20411 " editing virtual machine filesystems.\n"
20412 " \n"
20413 msgstr ""
20414
20415 # type: verbatim
20416 #. type: verbatim
20417 #: ../fish/guestfish.pod:50
20418 #, no-wrap
20419 msgid ""
20420 " Type: 'help' for a list of commands\n"
20421 "       'man' to read the manual\n"
20422 "       'quit' to quit the shell\n"
20423 " \n"
20424 msgstr ""
20425
20426 # type: verbatim
20427 #. type: verbatim
20428 #: ../fish/guestfish.pod:54
20429 #, no-wrap
20430 msgid ""
20431 " ><fs> add-ro disk.img\n"
20432 " ><fs> run\n"
20433 " ><fs> list-filesystems\n"
20434 " /dev/sda1: ext4\n"
20435 " /dev/vg_guest/lv_root: ext4\n"
20436 " /dev/vg_guest/lv_swap: swap\n"
20437 " ><fs> mount /dev/vg_guest/lv_root /\n"
20438 " ><fs> cat /etc/fstab\n"
20439 " # /etc/fstab\n"
20440 " # Created by anaconda\n"
20441 " [...]\n"
20442 " ><fs> exit\n"
20443 "\n"
20444 msgstr ""
20445
20446 # type: =head2
20447 #. type: =head2
20448 #: ../fish/guestfish.pod:67
20449 msgid "From shell scripts"
20450 msgstr ""
20451
20452 # type: textblock
20453 #. type: textblock
20454 #: ../fish/guestfish.pod:69
20455 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20456 msgstr ""
20457
20458 # type: verbatim
20459 #. type: verbatim
20460 #: ../fish/guestfish.pod:71
20461 #, no-wrap
20462 msgid ""
20463 " guestfish <<_EOF_\n"
20464 " add disk.img\n"
20465 " run\n"
20466 " mount /dev/vg_guest/lv_root /\n"
20467 " write /etc/motd \"Welcome, new users\"\n"
20468 " _EOF_\n"
20469 "\n"
20470 msgstr ""
20471
20472 # type: textblock
20473 #. type: textblock
20474 #: ../fish/guestfish.pod:78
20475 msgid "List the LVM logical volumes in a disk image:"
20476 msgstr ""
20477
20478 # type: verbatim
20479 #. type: verbatim
20480 #: ../fish/guestfish.pod:80
20481 #, no-wrap
20482 msgid ""
20483 " guestfish -a disk.img --ro <<_EOF_\n"
20484 " run\n"
20485 " lvs\n"
20486 " _EOF_\n"
20487 "\n"
20488 msgstr ""
20489
20490 # type: textblock
20491 #. type: textblock
20492 #: ../fish/guestfish.pod:85
20493 msgid "List all the filesystems in a disk image:"
20494 msgstr ""
20495
20496 # type: verbatim
20497 #. type: verbatim
20498 #: ../fish/guestfish.pod:87
20499 #, no-wrap
20500 msgid ""
20501 " guestfish -a disk.img --ro <<_EOF_\n"
20502 " run\n"
20503 " list-filesystems\n"
20504 " _EOF_\n"
20505 "\n"
20506 msgstr ""
20507
20508 # type: =head2
20509 #. type: =head2
20510 #: ../fish/guestfish.pod:92
20511 msgid "On one command line"
20512 msgstr ""
20513
20514 # type: textblock
20515 #. type: textblock
20516 #: ../fish/guestfish.pod:94
20517 msgid "Update C</etc/resolv.conf> in a guest:"
20518 msgstr ""
20519
20520 # type: verbatim
20521 #. type: verbatim
20522 #: ../fish/guestfish.pod:96
20523 #, no-wrap
20524 msgid ""
20525 " guestfish \\\n"
20526 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20527 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20528 "\n"
20529 msgstr ""
20530
20531 # type: textblock
20532 #. type: textblock
20533 #: ../fish/guestfish.pod:100
20534 msgid "Edit C</boot/grub/grub.conf> interactively:"
20535 msgstr ""
20536
20537 # type: verbatim
20538 #. type: verbatim
20539 #: ../fish/guestfish.pod:102
20540 #, no-wrap
20541 msgid ""
20542 " guestfish --rw --add disk.img \\\n"
20543 "   --mount /dev/vg_guest/lv_root \\\n"
20544 "   --mount /dev/sda1:/boot \\\n"
20545 "   edit /boot/grub/grub.conf\n"
20546 "\n"
20547 msgstr ""
20548
20549 # type: =head2
20550 #. type: =head2
20551 #: ../fish/guestfish.pod:107
20552 msgid "Mount disks automatically"
20553 msgstr ""
20554
20555 # type: textblock
20556 #. type: textblock
20557 #: ../fish/guestfish.pod:109
20558 msgid ""
20559 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20560 msgstr ""
20561
20562 # type: verbatim
20563 #. type: verbatim
20564 #: ../fish/guestfish.pod:112
20565 #, no-wrap
20566 msgid ""
20567 " guestfish --ro -a disk.img -i cat /etc/group\n"
20568 "\n"
20569 msgstr ""
20570
20571 # type: verbatim
20572 #. type: verbatim
20573 #: ../fish/guestfish.pod:114
20574 #, no-wrap
20575 msgid ""
20576 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20577 "\n"
20578 msgstr ""
20579
20580 # type: textblock
20581 #. type: textblock
20582 #: ../fish/guestfish.pod:116
20583 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20584 msgstr ""
20585
20586 # type: verbatim
20587 #. type: verbatim
20588 #: ../fish/guestfish.pod:118
20589 #, no-wrap
20590 msgid ""
20591 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20592 "\n"
20593 msgstr ""
20594
20595 # type: =head2
20596 #. type: =head2
20597 #: ../fish/guestfish.pod:120
20598 msgid "As a script interpreter"
20599 msgstr ""
20600
20601 # type: textblock
20602 #. type: textblock
20603 #: ../fish/guestfish.pod:122
20604 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20605 msgstr ""
20606
20607 # type: verbatim
20608 #. type: verbatim
20609 #: ../fish/guestfish.pod:124
20610 #, no-wrap
20611 msgid ""
20612 " #!/usr/bin/guestfish -f\n"
20613 " sparse test1.img 100M\n"
20614 " run\n"
20615 " part-disk /dev/sda mbr\n"
20616 " mkfs ext2 /dev/sda1\n"
20617 "\n"
20618 msgstr ""
20619
20620 # type: =head2
20621 #. type: =head2
20622 #: ../fish/guestfish.pod:130
20623 msgid "Start with a prepared disk"
20624 msgstr ""
20625
20626 # type: textblock
20627 #. type: textblock
20628 #: ../fish/guestfish.pod:132
20629 msgid ""
20630 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20631 "single ext2-formatted partition:"
20632 msgstr ""
20633
20634 # type: verbatim
20635 #. type: verbatim
20636 #: ../fish/guestfish.pod:135
20637 #, no-wrap
20638 msgid ""
20639 " guestfish -N fs\n"
20640 "\n"
20641 msgstr ""
20642
20643 # type: textblock
20644 #. type: textblock
20645 #: ../fish/guestfish.pod:137
20646 msgid "To list what is available do:"
20647 msgstr ""
20648
20649 # type: verbatim
20650 #. type: verbatim
20651 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
20652 #, no-wrap
20653 msgid ""
20654 " guestfish -N help | less\n"
20655 "\n"
20656 msgstr ""
20657
20658 # type: =head2
20659 #. type: =head2
20660 #: ../fish/guestfish.pod:141
20661 msgid "Remote control"
20662 msgstr ""
20663
20664 # type: verbatim
20665 #. type: verbatim
20666 #: ../fish/guestfish.pod:143
20667 #, no-wrap
20668 msgid ""
20669 " eval \"`guestfish --listen`\"\n"
20670 " guestfish --remote add-ro disk.img\n"
20671 " guestfish --remote run\n"
20672 " guestfish --remote lvs\n"
20673 "\n"
20674 msgstr ""
20675
20676 # type: =head1
20677 #. type: =head1
20678 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20679 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:77
20680 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20681 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
20682 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20683 msgid "OPTIONS"
20684 msgstr ""
20685
20686 # type: =item
20687 #. type: =item
20688 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20689 #: ../tools/virt-edit.pl:85 ../tools/virt-win-reg.pl:104
20690 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20691 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
20692 #: ../tools/virt-list-partitions.pl:62
20693 msgid "B<--help>"
20694 msgstr ""
20695
20696 # type: textblock
20697 #. type: textblock
20698 #: ../fish/guestfish.pod:154
20699 msgid "Displays general help on options."
20700 msgstr ""
20701
20702 # type: =item
20703 #. type: =item
20704 #: ../fish/guestfish.pod:156
20705 msgid "B<-h>"
20706 msgstr ""
20707
20708 # type: =item
20709 #. type: =item
20710 #: ../fish/guestfish.pod:158
20711 msgid "B<--cmd-help>"
20712 msgstr ""
20713
20714 # type: textblock
20715 #. type: textblock
20716 #: ../fish/guestfish.pod:160
20717 msgid "Lists all available guestfish commands."
20718 msgstr ""
20719
20720 # type: =item
20721 #. type: =item
20722 #: ../fish/guestfish.pod:162
20723 msgid "B<-h cmd>"
20724 msgstr ""
20725
20726 # type: =item
20727 #. type: =item
20728 #: ../fish/guestfish.pod:164
20729 msgid "B<--cmd-help cmd>"
20730 msgstr ""
20731
20732 # type: textblock
20733 #. type: textblock
20734 #: ../fish/guestfish.pod:166
20735 msgid "Displays detailed help on a single command C<cmd>."
20736 msgstr ""
20737
20738 # type: =item
20739 #. type: =item
20740 #: ../fish/guestfish.pod:168
20741 msgid "B<-a image>"
20742 msgstr ""
20743
20744 # type: =item
20745 #. type: =item
20746 #: ../fish/guestfish.pod:170
20747 msgid "B<--add image>"
20748 msgstr ""
20749
20750 # type: textblock
20751 #. type: textblock
20752 #: ../fish/guestfish.pod:172
20753 msgid "Add a block device or virtual machine image to the shell."
20754 msgstr ""
20755
20756 # type: textblock
20757 #. type: textblock
20758 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20759 msgid ""
20760 "The format of the disk image is auto-detected.  To override this and force a "
20761 "particular format use the I<--format=..> option."
20762 msgstr ""
20763
20764 #. type: textblock
20765 #: ../fish/guestfish.pod:177
20766 msgid ""
20767 "Using this flag is mostly equivalent to using the C<add> command, with "
20768 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20769 "the I<--format=...> flag was given."
20770 msgstr ""
20771
20772 # type: =item
20773 #. type: =item
20774 #: ../fish/guestfish.pod:181
20775 msgid "B<-c URI>"
20776 msgstr ""
20777
20778 # type: =item
20779 #. type: =item
20780 #: ../fish/guestfish.pod:183
20781 msgid "B<--connect URI>"
20782 msgstr ""
20783
20784 # type: textblock
20785 #. type: textblock
20786 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20787 msgid ""
20788 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20789 "URI to use.  The default is to use the default libvirt connection."
20790 msgstr ""
20791
20792 # type: =item
20793 #. type: =item
20794 #: ../fish/guestfish.pod:189
20795 msgid "B<--csh>"
20796 msgstr ""
20797
20798 # type: textblock
20799 #. type: textblock
20800 #: ../fish/guestfish.pod:191
20801 msgid ""
20802 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20803 "section L</REMOTE CONTROL AND CSH> below."
20804 msgstr ""
20805
20806 # type: =item
20807 #. type: =item
20808 #: ../fish/guestfish.pod:194
20809 msgid "B<-d libvirt-domain>"
20810 msgstr ""
20811
20812 # type: =item
20813 #. type: =item
20814 #: ../fish/guestfish.pod:196
20815 msgid "B<--domain libvirt-domain>"
20816 msgstr ""
20817
20818 # type: textblock
20819 #. type: textblock
20820 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20821 msgid ""
20822 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20823 "used, then any libvirt domain can be used.  However in write mode, only "
20824 "libvirt domains which are shut down can be named here."
20825 msgstr ""
20826
20827 # type: textblock
20828 #. type: textblock
20829 #: ../fish/guestfish.pod:202
20830 msgid ""
20831 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20832 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20833 "if the I<--format:...> flag was given."
20834 msgstr ""
20835
20836 # type: =item
20837 #. type: =item
20838 #: ../fish/guestfish.pod:206
20839 msgid "B<-D>"
20840 msgstr ""
20841
20842 # type: =item
20843 #. type: =item
20844 #: ../fish/guestfish.pod:208
20845 msgid "B<--no-dest-paths>"
20846 msgstr ""
20847
20848 # type: textblock
20849 #. type: textblock
20850 #: ../fish/guestfish.pod:210
20851 msgid ""
20852 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20853 "to hit the tab key to complete paths on the guest filesystem, but this "
20854 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20855 "allow this feature to be disabled."
20856 msgstr ""
20857
20858 # type: =item
20859 #. type: =item
20860 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20861 msgid "B<--echo-keys>"
20862 msgstr ""
20863
20864 # type: textblock
20865 #. type: textblock
20866 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20867 msgid ""
20868 "When prompting for keys and passphrases, guestfish normally turns echoing "
20869 "off so you cannot see what you are typing.  If you are not worried about "
20870 "Tempest attacks and there is no one else in the room you can specify this "
20871 "flag to see what you are typing."
20872 msgstr ""
20873
20874 # type: =item
20875 #. type: =item
20876 #: ../fish/guestfish.pod:222
20877 msgid "B<-f file>"
20878 msgstr ""
20879
20880 # type: =item
20881 #. type: =item
20882 #: ../fish/guestfish.pod:224
20883 msgid "B<--file file>"
20884 msgstr ""
20885
20886 # type: textblock
20887 #. type: textblock
20888 #: ../fish/guestfish.pod:226
20889 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20890 msgstr ""
20891
20892 # type: verbatim
20893 #. type: verbatim
20894 #: ../fish/guestfish.pod:229
20895 #, no-wrap
20896 msgid ""
20897 " #!/usr/bin/guestfish -f\n"
20898 "\n"
20899 msgstr ""
20900
20901 # type: =item
20902 #. type: =item
20903 #: ../fish/guestfish.pod:231
20904 msgid "B<--format=raw|qcow2|..>"
20905 msgstr ""
20906
20907 # type: =item
20908 #. type: =item
20909 #: ../fish/guestfish.pod:233
20910 msgid "B<--format>"
20911 msgstr ""
20912
20913 # type: textblock
20914 #. type: textblock
20915 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20916 msgid ""
20917 "The default for the I<-a> option is to auto-detect the format of the disk "
20918 "image.  Using this forces the disk format for I<-a> options which follow on "
20919 "the command line.  Using I<--format> with no argument switches back to auto-"
20920 "detection for subsequent I<-a> options."
20921 msgstr ""
20922
20923 # type: verbatim
20924 #. type: verbatim
20925 #: ../fish/guestfish.pod:242
20926 #, no-wrap
20927 msgid ""
20928 " guestfish --format=raw -a disk.img\n"
20929 "\n"
20930 msgstr ""
20931
20932 # type: textblock
20933 #. type: textblock
20934 #: ../fish/guestfish.pod:244
20935 msgid "forces raw format (no auto-detection) for C<disk.img>."
20936 msgstr ""
20937
20938 # type: verbatim
20939 #. type: verbatim
20940 #: ../fish/guestfish.pod:246
20941 #, no-wrap
20942 msgid ""
20943 " guestfish --format=raw -a disk.img --format -a another.img\n"
20944 "\n"
20945 msgstr ""
20946
20947 # type: textblock
20948 #. type: textblock
20949 #: ../fish/guestfish.pod:248
20950 msgid ""
20951 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20952 "detection for C<another.img>."
20953 msgstr ""
20954
20955 # type: textblock
20956 #. type: textblock
20957 #: ../fish/guestfish.pod:251
20958 msgid ""
20959 "If you have untrusted raw-format guest disk images, you should use this "
20960 "option to specify the disk format.  This avoids a possible security problem "
20961 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20962 msgstr ""
20963
20964 # type: =item
20965 #. type: =item
20966 #: ../fish/guestfish.pod:256
20967 msgid "B<-i>"
20968 msgstr ""
20969
20970 # type: =item
20971 #. type: =item
20972 #: ../fish/guestfish.pod:258
20973 msgid "B<--inspector>"
20974 msgstr ""
20975
20976 # type: textblock
20977 #. type: textblock
20978 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20979 msgid ""
20980 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20981 "system and mount filesystems as they would be mounted on the real virtual "
20982 "machine."
20983 msgstr ""
20984
20985 # type: textblock
20986 #. type: textblock
20987 #: ../fish/guestfish.pod:264
20988 msgid "Typical usage is either:"
20989 msgstr ""
20990
20991 # type: verbatim
20992 #. type: verbatim
20993 #: ../fish/guestfish.pod:266
20994 #, no-wrap
20995 msgid ""
20996 " guestfish -d myguest -i\n"
20997 "\n"
20998 msgstr ""
20999
21000 # type: textblock
21001 #. type: textblock
21002 #: ../fish/guestfish.pod:268
21003 msgid "(for an inactive libvirt domain called I<myguest>), or:"
21004 msgstr ""
21005
21006 # type: verbatim
21007 #. type: verbatim
21008 #: ../fish/guestfish.pod:270
21009 #, no-wrap
21010 msgid ""
21011 " guestfish --ro -d myguest -i\n"
21012 "\n"
21013 msgstr ""
21014
21015 # type: textblock
21016 #. type: textblock
21017 #: ../fish/guestfish.pod:272
21018 msgid "(for active domains, readonly), or specify the block device directly:"
21019 msgstr ""
21020
21021 # type: verbatim
21022 #. type: verbatim
21023 #: ../fish/guestfish.pod:274
21024 #, no-wrap
21025 msgid ""
21026 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21027 "\n"
21028 msgstr ""
21029
21030 # type: textblock
21031 #. type: textblock
21032 #: ../fish/guestfish.pod:276
21033 msgid ""
21034 "Note that the command line syntax changed slightly over older versions of "
21035 "guestfish.  You can still use the old syntax:"
21036 msgstr ""
21037
21038 # type: verbatim
21039 #. type: verbatim
21040 #: ../fish/guestfish.pod:279
21041 #, no-wrap
21042 msgid ""
21043 " guestfish [--ro] -i disk.img\n"
21044 "\n"
21045 msgstr ""
21046
21047 # type: verbatim
21048 #. type: verbatim
21049 #: ../fish/guestfish.pod:281
21050 #, no-wrap
21051 msgid ""
21052 " guestfish [--ro] -i libvirt-domain\n"
21053 "\n"
21054 msgstr ""
21055
21056 # type: textblock
21057 #. type: textblock
21058 #: ../fish/guestfish.pod:283
21059 msgid ""
21060 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21061 "then using other commands to mount the filesystems that were found."
21062 msgstr ""
21063
21064 # type: =item
21065 #. type: =item
21066 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21067 msgid "B<--keys-from-stdin>"
21068 msgstr ""
21069
21070 # type: textblock
21071 #. type: textblock
21072 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21073 msgid ""
21074 "Read key or passphrase parameters from stdin.  The default is to try to read "
21075 "passphrases from the user by opening C</dev/tty>."
21076 msgstr ""
21077
21078 # type: =item
21079 #. type: =item
21080 #: ../fish/guestfish.pod:292
21081 msgid "B<--listen>"
21082 msgstr ""
21083
21084 # type: textblock
21085 #. type: textblock
21086 #: ../fish/guestfish.pod:294
21087 msgid ""
21088 "Fork into the background and listen for remote commands.  See section L</"
21089 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21090 msgstr ""
21091
21092 # type: =item
21093 #. type: =item
21094 #: ../fish/guestfish.pod:297
21095 msgid "B<-m dev[:mountpoint]>"
21096 msgstr ""
21097
21098 # type: =item
21099 #. type: =item
21100 #: ../fish/guestfish.pod:299
21101 msgid "B<--mount dev[:mountpoint]>"
21102 msgstr ""
21103
21104 # type: textblock
21105 #. type: textblock
21106 #: ../fish/guestfish.pod:301
21107 msgid "Mount the named partition or logical volume on the given mountpoint."
21108 msgstr ""
21109
21110 # type: textblock
21111 #. type: textblock
21112 #: ../fish/guestfish.pod:303
21113 msgid "If the mountpoint is omitted, it defaults to C</>."
21114 msgstr ""
21115
21116 # type: textblock
21117 #. type: textblock
21118 #: ../fish/guestfish.pod:305
21119 msgid "You have to mount something on C</> before most commands will work."
21120 msgstr ""
21121
21122 # type: textblock
21123 #. type: textblock
21124 #: ../fish/guestfish.pod:307
21125 msgid ""
21126 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21127 "launched."
21128 msgstr ""
21129
21130 # type: textblock
21131 #. type: textblock
21132 #: ../fish/guestfish.pod:310
21133 msgid ""
21134 "If you don't know what filesystems a disk image contains, you can either run "
21135 "guestfish without this option, then list the partitions, filesystems and LVs "
21136 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21137 "commands), or you can use the L<virt-filesystems(1)> program."
21138 msgstr ""
21139
21140 # type: textblock
21141 #. type: textblock
21142 #: ../fish/guestfish.pod:316
21143 msgid ""
21144 "Using this flag is mostly equivalent to using the C<mount-options> command "
21145 "or the C<mount-ro> command if the I<--ro> flag was given."
21146 msgstr ""
21147
21148 # type: =item
21149 #. type: =item
21150 #: ../fish/guestfish.pod:319
21151 msgid "B<-n>"
21152 msgstr ""
21153
21154 # type: =item
21155 #. type: =item
21156 #: ../fish/guestfish.pod:321
21157 msgid "B<--no-sync>"
21158 msgstr ""
21159
21160 # type: textblock
21161 #. type: textblock
21162 #: ../fish/guestfish.pod:323
21163 msgid ""
21164 "Disable autosync.  This is enabled by default.  See the discussion of "
21165 "autosync in the L<guestfs(3)> manpage."
21166 msgstr ""
21167
21168 # type: =item
21169 #. type: =item
21170 #: ../fish/guestfish.pod:326
21171 msgid "B<-N type>"
21172 msgstr ""
21173
21174 # type: =item
21175 #. type: =item
21176 #: ../fish/guestfish.pod:328
21177 msgid "B<--new type>"
21178 msgstr ""
21179
21180 # type: =item
21181 #. type: =item
21182 #: ../fish/guestfish.pod:330
21183 msgid "B<-N help>"
21184 msgstr ""
21185
21186 # type: textblock
21187 #. type: textblock
21188 #: ../fish/guestfish.pod:332
21189 msgid ""
21190 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21191 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21192 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21193 "IMAGES> below."
21194 msgstr ""
21195
21196 # type: =item
21197 #. type: =item
21198 #: ../fish/guestfish.pod:337
21199 msgid "B<--progress-bars>"
21200 msgstr ""
21201
21202 # type: textblock
21203 #. type: textblock
21204 #: ../fish/guestfish.pod:339
21205 msgid "Enable progress bars, even when guestfish is used non-interactively."
21206 msgstr ""
21207
21208 # type: textblock
21209 #. type: textblock
21210 #: ../fish/guestfish.pod:341
21211 msgid ""
21212 "Progress bars are enabled by default when guestfish is used as an "
21213 "interactive shell."
21214 msgstr ""
21215
21216 # type: =item
21217 #. type: =item
21218 #: ../fish/guestfish.pod:344
21219 msgid "B<--no-progress-bars>"
21220 msgstr ""
21221
21222 # type: textblock
21223 #. type: textblock
21224 #: ../fish/guestfish.pod:346
21225 msgid "Disable progress bars."
21226 msgstr ""
21227
21228 # type: =item
21229 #. type: =item
21230 #: ../fish/guestfish.pod:348
21231 msgid "B<--remote[=pid]>"
21232 msgstr ""
21233
21234 # type: textblock
21235 #. type: textblock
21236 #: ../fish/guestfish.pod:350
21237 msgid ""
21238 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21239 "CONTROL GUESTFISH OVER A SOCKET> below."
21240 msgstr ""
21241
21242 # type: =item
21243 #. type: =item
21244 #: ../fish/guestfish.pod:353
21245 msgid "B<-r>"
21246 msgstr ""
21247
21248 # type: =item
21249 #. type: =item
21250 #: ../fish/guestfish.pod:355
21251 msgid "B<--ro>"
21252 msgstr ""
21253
21254 # type: textblock
21255 #. type: textblock
21256 #: ../fish/guestfish.pod:357
21257 msgid ""
21258 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21259 "mounts are done read-only."
21260 msgstr ""
21261
21262 # type: textblock
21263 #. type: textblock
21264 #: ../fish/guestfish.pod:360
21265 msgid ""
21266 "The option must always be used if the disk image or virtual machine might be "
21267 "running, and is generally recommended in cases where you don't need write "
21268 "access to the disk."
21269 msgstr ""
21270
21271 # type: textblock
21272 #. type: textblock
21273 #: ../fish/guestfish.pod:364
21274 msgid ""
21275 "Note that prepared disk images created with I<-N> are not affected by this "
21276 "option.  Also commands like C<add> are not affected - you have to specify "
21277 "the C<readonly:true> option explicitly if you need it."
21278 msgstr ""
21279
21280 # type: textblock
21281 #. type: textblock
21282 #: ../fish/guestfish.pod:368
21283 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21284 msgstr ""
21285
21286 # type: =item
21287 #. type: =item
21288 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21289 msgid "B<--selinux>"
21290 msgstr ""
21291
21292 # type: textblock
21293 #. type: textblock
21294 #: ../fish/guestfish.pod:372
21295 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21296 msgstr ""
21297
21298 # type: =item
21299 #. type: =item
21300 #: ../fish/guestfish.pod:374
21301 msgid "B<-v>"
21302 msgstr ""
21303
21304 # type: =item
21305 #. type: =item
21306 #: ../fish/guestfish.pod:376
21307 msgid "B<--verbose>"
21308 msgstr ""
21309
21310 # type: textblock
21311 #. type: textblock
21312 #: ../fish/guestfish.pod:378
21313 msgid ""
21314 "Enable very verbose messages.  This is particularly useful if you find a bug."
21315 msgstr ""
21316
21317 # type: =item
21318 #. type: =item
21319 #: ../fish/guestfish.pod:381
21320 msgid "B<-V>"
21321 msgstr ""
21322
21323 # type: =item
21324 #. type: =item
21325 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:93
21326 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21327 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
21328 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21329 msgid "B<--version>"
21330 msgstr ""
21331
21332 # type: textblock
21333 #. type: textblock
21334 #: ../fish/guestfish.pod:385
21335 msgid "Display the guestfish / libguestfs version number and exit."
21336 msgstr ""
21337
21338 # type: =item
21339 #. type: =item
21340 #: ../fish/guestfish.pod:387
21341 msgid "B<-w>"
21342 msgstr ""
21343
21344 # type: =item
21345 #. type: =item
21346 #: ../fish/guestfish.pod:389
21347 msgid "B<--rw>"
21348 msgstr ""
21349
21350 # type: textblock
21351 #. type: textblock
21352 #: ../fish/guestfish.pod:391
21353 msgid ""
21354 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21355 "WRITE> below."
21356 msgstr ""
21357
21358 # type: =item
21359 #. type: =item
21360 #: ../fish/guestfish.pod:394
21361 msgid "B<-x>"
21362 msgstr ""
21363
21364 # type: textblock
21365 #. type: textblock
21366 #: ../fish/guestfish.pod:396
21367 msgid "Echo each command before executing it."
21368 msgstr ""
21369
21370 # type: =head1
21371 #. type: =head1
21372 #: ../fish/guestfish.pod:400
21373 msgid "COMMANDS ON COMMAND LINE"
21374 msgstr ""
21375
21376 # type: textblock
21377 #. type: textblock
21378 #: ../fish/guestfish.pod:402
21379 msgid ""
21380 "Any additional (non-option) arguments are treated as commands to execute."
21381 msgstr ""
21382
21383 # type: textblock
21384 #. type: textblock
21385 #: ../fish/guestfish.pod:405
21386 msgid ""
21387 "Commands to execute should be separated by a colon (C<:>), where the colon "
21388 "is a separate parameter.  Thus:"
21389 msgstr ""
21390
21391 # type: verbatim
21392 #. type: verbatim
21393 #: ../fish/guestfish.pod:408
21394 #, no-wrap
21395 msgid ""
21396 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21397 "\n"
21398 msgstr ""
21399
21400 # type: textblock
21401 #. type: textblock
21402 #: ../fish/guestfish.pod:410
21403 msgid ""
21404 "If there are no additional arguments, then we enter a shell, either an "
21405 "interactive shell with a prompt (if the input is a terminal) or a non-"
21406 "interactive shell."
21407 msgstr ""
21408
21409 # type: textblock
21410 #. type: textblock
21411 #: ../fish/guestfish.pod:414
21412 msgid ""
21413 "In either command line mode or non-interactive shell, the first command that "
21414 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21415 "prompt) if a command fails, you can continue to enter commands."
21416 msgstr ""
21417
21418 # type: =head1
21419 #. type: =head1
21420 #: ../fish/guestfish.pod:419
21421 msgid "USING launch (OR run)"
21422 msgstr ""
21423
21424 # type: textblock
21425 #. type: textblock
21426 #: ../fish/guestfish.pod:421
21427 msgid ""
21428 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21429 "then launch it, then mount any disks you need, and finally issue actions/"
21430 "commands.  So the general order of the day is:"
21431 msgstr ""
21432
21433 # type: textblock
21434 #. type: textblock
21435 #: ../fish/guestfish.pod:429
21436 msgid "add or -a/--add"
21437 msgstr ""
21438
21439 # type: textblock
21440 #. type: textblock
21441 #: ../fish/guestfish.pod:433
21442 msgid "launch (aka run)"
21443 msgstr ""
21444
21445 # type: textblock
21446 #. type: textblock
21447 #: ../fish/guestfish.pod:437
21448 msgid "mount or -m/--mount"
21449 msgstr ""
21450
21451 # type: textblock
21452 #. type: textblock
21453 #: ../fish/guestfish.pod:441
21454 msgid "any other commands"
21455 msgstr ""
21456
21457 # type: textblock
21458 #. type: textblock
21459 #: ../fish/guestfish.pod:445
21460 msgid ""
21461 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21462 "guest before mounting or performing any other commands."
21463 msgstr ""
21464
21465 # type: textblock
21466 #. type: textblock
21467 #: ../fish/guestfish.pod:448
21468 msgid ""
21469 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21470 "I<--new> options were given then C<run> is done automatically, simply "
21471 "because guestfish can't perform the action you asked for without doing this."
21472 msgstr ""
21473
21474 # type: =head1
21475 #. type: =head1
21476 #: ../fish/guestfish.pod:453
21477 msgid "OPENING DISKS FOR READ AND WRITE"
21478 msgstr ""
21479
21480 # type: textblock
21481 #. type: textblock
21482 #: ../fish/guestfish.pod:455
21483 msgid ""
21484 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21485 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21486 "open disk images read-only or for writing."
21487 msgstr ""
21488
21489 # type: textblock
21490 #. type: textblock
21491 #: ../fish/guestfish.pod:459
21492 msgid ""
21493 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21494 "disk images supplied on the command line for write.  To open a disk image "
21495 "read-only you have to do I<-a image --ro>."
21496 msgstr ""
21497
21498 # type: textblock
21499 #. type: textblock
21500 #: ../fish/guestfish.pod:463
21501 msgid ""
21502 "This matters: If you accidentally open a live VM disk image writable then "
21503 "you will cause irreversible disk corruption."
21504 msgstr ""
21505
21506 #. type: textblock
21507 #: ../fish/guestfish.pod:466
21508 msgid ""
21509 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21510 "images will be opened read-only.  You will have to either specify "
21511 "I<guestfish --rw> or change a configuration file in order to get write "
21512 "access for disk images specified by those other command line options."
21513 msgstr ""
21514
21515 # type: textblock
21516 #. type: textblock
21517 #: ../fish/guestfish.pod:471
21518 msgid ""
21519 "This version of guestfish has a I<--rw> option which does nothing (it is "
21520 "already the default).  However it is highly recommended that you use this "
21521 "option to indicate that guestfish needs write access, and to prepare your "
21522 "scripts for the day when this option will be required for write access."
21523 msgstr ""
21524
21525 # type: textblock
21526 #. type: textblock
21527 #: ../fish/guestfish.pod:477
21528 msgid ""
21529 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21530 "other libguestfs program apart from guestfish and guestmount."
21531 msgstr ""
21532
21533 # type: =head1
21534 #. type: =head1
21535 #: ../fish/guestfish.pod:480
21536 msgid "QUOTING"
21537 msgstr ""
21538
21539 # type: textblock
21540 #. type: textblock
21541 #: ../fish/guestfish.pod:482
21542 msgid ""
21543 "You can quote ordinary parameters using either single or double quotes.  For "
21544 "example:"
21545 msgstr ""
21546
21547 # type: verbatim
21548 #. type: verbatim
21549 #: ../fish/guestfish.pod:485
21550 #, no-wrap
21551 msgid ""
21552 " add \"file with a space.img\"\n"
21553 "\n"
21554 msgstr ""
21555
21556 # type: verbatim
21557 #. type: verbatim
21558 #: ../fish/guestfish.pod:487
21559 #, no-wrap
21560 msgid ""
21561 " rm '/file name'\n"
21562 "\n"
21563 msgstr ""
21564
21565 # type: verbatim
21566 #. type: verbatim
21567 #: ../fish/guestfish.pod:489
21568 #, no-wrap
21569 msgid ""
21570 " rm '/\"'\n"
21571 "\n"
21572 msgstr ""
21573
21574 # type: textblock
21575 #. type: textblock
21576 #: ../fish/guestfish.pod:491
21577 msgid ""
21578 "A few commands require a list of strings to be passed.  For these, use a "
21579 "whitespace-separated list, enclosed in quotes.  Strings containing "
21580 "whitespace to be passed through must be enclosed in single quotes.  A "
21581 "literal single quote must be escaped with a backslash."
21582 msgstr ""
21583
21584 # type: verbatim
21585 #. type: verbatim
21586 #: ../fish/guestfish.pod:496
21587 #, no-wrap
21588 msgid ""
21589 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21590 " command \"/bin/echo 'foo      bar'\"\n"
21591 " command \"/bin/echo \\'foo\\'\"\n"
21592 "\n"
21593 msgstr ""
21594
21595 # type: =head1
21596 #. type: =head1
21597 #: ../fish/guestfish.pod:500
21598 msgid "OPTIONAL ARGUMENTS"
21599 msgstr ""
21600
21601 # type: textblock
21602 #. type: textblock
21603 #: ../fish/guestfish.pod:502
21604 msgid ""
21605 "Some commands take optional arguments.  These arguments appear in this "
21606 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21607 msgstr ""
21608
21609 # type: verbatim
21610 #. type: verbatim
21611 #: ../fish/guestfish.pod:506
21612 #, no-wrap
21613 msgid ""
21614 " add-drive-opts filename\n"
21615 "\n"
21616 msgstr ""
21617
21618 # type: verbatim
21619 #. type: verbatim
21620 #: ../fish/guestfish.pod:508
21621 #, no-wrap
21622 msgid ""
21623 " add-drive-opts filename readonly:true\n"
21624 "\n"
21625 msgstr ""
21626
21627 # type: verbatim
21628 #. type: verbatim
21629 #: ../fish/guestfish.pod:510
21630 #, no-wrap
21631 msgid ""
21632 " add-drive-opts filename format:qcow2 readonly:false\n"
21633 "\n"
21634 msgstr ""
21635
21636 # type: textblock
21637 #. type: textblock
21638 #: ../fish/guestfish.pod:512
21639 msgid ""
21640 "Each optional argument can appear at most once.  All optional arguments must "
21641 "appear after the required ones."
21642 msgstr ""
21643
21644 # type: =head1
21645 #. type: =head1
21646 #: ../fish/guestfish.pod:515
21647 msgid "NUMBERS"
21648 msgstr ""
21649
21650 # type: textblock
21651 #. type: textblock
21652 #: ../fish/guestfish.pod:517
21653 msgid ""
21654 "This section applies to all commands which can take integers as parameters."
21655 msgstr ""
21656
21657 # type: =head2
21658 #. type: =head2
21659 #: ../fish/guestfish.pod:520
21660 msgid "SIZE SUFFIX"
21661 msgstr ""
21662
21663 # type: textblock
21664 #. type: textblock
21665 #: ../fish/guestfish.pod:522
21666 msgid ""
21667 "When the command takes a parameter measured in bytes, you can use one of the "
21668 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21669 msgstr ""
21670
21671 # type: =item
21672 #. type: =item
21673 #: ../fish/guestfish.pod:528
21674 msgid "B<k> or B<K> or B<KiB>"
21675 msgstr ""
21676
21677 # type: textblock
21678 #. type: textblock
21679 #: ../fish/guestfish.pod:530
21680 msgid "The size in kilobytes (multiplied by 1024)."
21681 msgstr ""
21682
21683 # type: =item
21684 #. type: =item
21685 #: ../fish/guestfish.pod:532
21686 msgid "B<KB>"
21687 msgstr ""
21688
21689 # type: textblock
21690 #. type: textblock
21691 #: ../fish/guestfish.pod:534
21692 msgid "The size in SI 1000 byte units."
21693 msgstr ""
21694
21695 # type: =item
21696 #. type: =item
21697 #: ../fish/guestfish.pod:536
21698 msgid "B<M> or B<MiB>"
21699 msgstr ""
21700
21701 # type: textblock
21702 #. type: textblock
21703 #: ../fish/guestfish.pod:538
21704 msgid "The size in megabytes (multiplied by 1048576)."
21705 msgstr ""
21706
21707 # type: =item
21708 #. type: =item
21709 #: ../fish/guestfish.pod:540
21710 msgid "B<MB>"
21711 msgstr ""
21712
21713 # type: textblock
21714 #. type: textblock
21715 #: ../fish/guestfish.pod:542
21716 msgid "The size in SI 1000000 byte units."
21717 msgstr ""
21718
21719 # type: =item
21720 #. type: =item
21721 #: ../fish/guestfish.pod:544
21722 msgid "B<G> or B<GiB>"
21723 msgstr ""
21724
21725 # type: textblock
21726 #. type: textblock
21727 #: ../fish/guestfish.pod:546
21728 msgid "The size in gigabytes (multiplied by 2**30)."
21729 msgstr ""
21730
21731 # type: =item
21732 #. type: =item
21733 #: ../fish/guestfish.pod:548
21734 msgid "B<GB>"
21735 msgstr ""
21736
21737 # type: textblock
21738 #. type: textblock
21739 #: ../fish/guestfish.pod:550
21740 msgid "The size in SI 10**9 byte units."
21741 msgstr ""
21742
21743 # type: =item
21744 #. type: =item
21745 #: ../fish/guestfish.pod:552
21746 msgid "B<T> or B<TiB>"
21747 msgstr ""
21748
21749 # type: textblock
21750 #. type: textblock
21751 #: ../fish/guestfish.pod:554
21752 msgid "The size in terabytes (multiplied by 2**40)."
21753 msgstr ""
21754
21755 # type: =item
21756 #. type: =item
21757 #: ../fish/guestfish.pod:556
21758 msgid "B<TB>"
21759 msgstr ""
21760
21761 # type: textblock
21762 #. type: textblock
21763 #: ../fish/guestfish.pod:558
21764 msgid "The size in SI 10**12 byte units."
21765 msgstr ""
21766
21767 # type: =item
21768 #. type: =item
21769 #: ../fish/guestfish.pod:560
21770 msgid "B<P> or B<PiB>"
21771 msgstr ""
21772
21773 # type: textblock
21774 #. type: textblock
21775 #: ../fish/guestfish.pod:562
21776 msgid "The size in petabytes (multiplied by 2**50)."
21777 msgstr ""
21778
21779 # type: =item
21780 #. type: =item
21781 #: ../fish/guestfish.pod:564
21782 msgid "B<PB>"
21783 msgstr ""
21784
21785 # type: textblock
21786 #. type: textblock
21787 #: ../fish/guestfish.pod:566
21788 msgid "The size in SI 10**15 byte units."
21789 msgstr ""
21790
21791 # type: =item
21792 #. type: =item
21793 #: ../fish/guestfish.pod:568
21794 msgid "B<E> or B<EiB>"
21795 msgstr ""
21796
21797 # type: textblock
21798 #. type: textblock
21799 #: ../fish/guestfish.pod:570
21800 msgid "The size in exabytes (multiplied by 2**60)."
21801 msgstr ""
21802
21803 # type: =item
21804 #. type: =item
21805 #: ../fish/guestfish.pod:572
21806 msgid "B<EB>"
21807 msgstr ""
21808
21809 # type: textblock
21810 #. type: textblock
21811 #: ../fish/guestfish.pod:574
21812 msgid "The size in SI 10**18 byte units."
21813 msgstr ""
21814
21815 # type: =item
21816 #. type: =item
21817 #: ../fish/guestfish.pod:576
21818 msgid "B<Z> or B<ZiB>"
21819 msgstr ""
21820
21821 # type: textblock
21822 #. type: textblock
21823 #: ../fish/guestfish.pod:578
21824 msgid "The size in zettabytes (multiplied by 2**70)."
21825 msgstr ""
21826
21827 # type: =item
21828 #. type: =item
21829 #: ../fish/guestfish.pod:580
21830 msgid "B<ZB>"
21831 msgstr ""
21832
21833 # type: textblock
21834 #. type: textblock
21835 #: ../fish/guestfish.pod:582
21836 msgid "The size in SI 10**21 byte units."
21837 msgstr ""
21838
21839 # type: =item
21840 #. type: =item
21841 #: ../fish/guestfish.pod:584
21842 msgid "B<Y> or B<YiB>"
21843 msgstr ""
21844
21845 # type: textblock
21846 #. type: textblock
21847 #: ../fish/guestfish.pod:586
21848 msgid "The size in yottabytes (multiplied by 2**80)."
21849 msgstr ""
21850
21851 # type: =item
21852 #. type: =item
21853 #: ../fish/guestfish.pod:588
21854 msgid "B<YB>"
21855 msgstr ""
21856
21857 # type: textblock
21858 #. type: textblock
21859 #: ../fish/guestfish.pod:590
21860 msgid "The size in SI 10**24 byte units."
21861 msgstr ""
21862
21863 # type: verbatim
21864 #. type: verbatim
21865 #: ../fish/guestfish.pod:596
21866 #, no-wrap
21867 msgid ""
21868 " truncate-size /file 1G\n"
21869 "\n"
21870 msgstr ""
21871
21872 # type: textblock
21873 #. type: textblock
21874 #: ../fish/guestfish.pod:598
21875 msgid "would truncate the file to 1 gigabyte."
21876 msgstr ""
21877
21878 # type: textblock
21879 #. type: textblock
21880 #: ../fish/guestfish.pod:600
21881 msgid ""
21882 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21883 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21884 "suffix will probably not do what you expect."
21885 msgstr ""
21886
21887 # type: =head2
21888 #. type: =head2
21889 #: ../fish/guestfish.pod:604
21890 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21891 msgstr ""
21892
21893 # type: textblock
21894 #. type: textblock
21895 #: ../fish/guestfish.pod:606
21896 msgid ""
21897 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21898 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21899 msgstr ""
21900
21901 # type: verbatim
21902 #. type: verbatim
21903 #: ../fish/guestfish.pod:609
21904 #, no-wrap
21905 msgid ""
21906 " 1234      decimal number 1234\n"
21907 " 02322     octal number, equivalent to decimal 1234\n"
21908 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21909 "\n"
21910 msgstr ""
21911
21912 # type: textblock
21913 #. type: textblock
21914 #: ../fish/guestfish.pod:613
21915 msgid ""
21916 "When using the C<chmod> command, you almost always want to specify an octal "
21917 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21918 "L<chmod(1)> program):"
21919 msgstr ""
21920
21921 # type: verbatim
21922 #. type: verbatim
21923 #: ../fish/guestfish.pod:617
21924 #, no-wrap
21925 msgid ""
21926 " chmod 0777 /public  # OK\n"
21927 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21928 "\n"
21929 msgstr ""
21930
21931 # type: textblock
21932 #. type: textblock
21933 #: ../fish/guestfish.pod:620
21934 msgid ""
21935 "Commands that return numbers usually print them in decimal, but some "
21936 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21937 "octal, preceeded by C<0>)."
21938 msgstr ""
21939
21940 # type: =head1
21941 #. type: =head1
21942 #: ../fish/guestfish.pod:624
21943 msgid "WILDCARDS AND GLOBBING"
21944 msgstr ""
21945
21946 # type: textblock
21947 #. type: textblock
21948 #: ../fish/guestfish.pod:626
21949 msgid ""
21950 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21951 "(globbing) by default.  So for example the following will not do what you "
21952 "expect:"
21953 msgstr ""
21954
21955 # type: verbatim
21956 #. type: verbatim
21957 #: ../fish/guestfish.pod:630
21958 #, no-wrap
21959 msgid ""
21960 " rm-rf /home/*\n"
21961 "\n"
21962 msgstr ""
21963
21964 # type: textblock
21965 #. type: textblock
21966 #: ../fish/guestfish.pod:632
21967 msgid ""
21968 "Assuming you don't have a directory called literally C</home/*> then the "
21969 "above command will return an error."
21970 msgstr ""
21971
21972 # type: textblock
21973 #. type: textblock
21974 #: ../fish/guestfish.pod:635
21975 msgid "To perform wildcard expansion, use the C<glob> command."
21976 msgstr ""
21977
21978 # type: verbatim
21979 #. type: verbatim
21980 #: ../fish/guestfish.pod:637
21981 #, no-wrap
21982 msgid ""
21983 " glob rm-rf /home/*\n"
21984 "\n"
21985 msgstr ""
21986
21987 # type: textblock
21988 #. type: textblock
21989 #: ../fish/guestfish.pod:639
21990 msgid ""
21991 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21992 "many times), equivalent to:"
21993 msgstr ""
21994
21995 # type: verbatim
21996 #. type: verbatim
21997 #: ../fish/guestfish.pod:642
21998 #, no-wrap
21999 msgid ""
22000 " rm-rf /home/jim\n"
22001 " rm-rf /home/joe\n"
22002 " rm-rf /home/mary\n"
22003 "\n"
22004 msgstr ""
22005
22006 # type: textblock
22007 #. type: textblock
22008 #: ../fish/guestfish.pod:646
22009 msgid "C<glob> only works on simple guest paths and not on device names."
22010 msgstr ""
22011
22012 # type: textblock
22013 #. type: textblock
22014 #: ../fish/guestfish.pod:648
22015 msgid ""
22016 "If you have several parameters, each containing a wildcard, then glob will "
22017 "perform a Cartesian product."
22018 msgstr ""
22019
22020 # type: =head1
22021 #. type: =head1
22022 #: ../fish/guestfish.pod:651
22023 msgid "COMMENTS"
22024 msgstr ""
22025
22026 # type: textblock
22027 #. type: textblock
22028 #: ../fish/guestfish.pod:653
22029 msgid ""
22030 "Any line which starts with a I<#> character is treated as a comment and "
22031 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22032 "a command.  For example:"
22033 msgstr ""
22034
22035 # type: verbatim
22036 #. type: verbatim
22037 #: ../fish/guestfish.pod:657
22038 #, no-wrap
22039 msgid ""
22040 " # this is a comment\n"
22041 "         # this is a comment\n"
22042 " foo # NOT a comment\n"
22043 "\n"
22044 msgstr ""
22045
22046 # type: textblock
22047 #. type: textblock
22048 #: ../fish/guestfish.pod:661
22049 msgid "Blank lines are also ignored."
22050 msgstr ""
22051
22052 # type: =head1
22053 #. type: =head1
22054 #: ../fish/guestfish.pod:663
22055 msgid "RUNNING COMMANDS LOCALLY"
22056 msgstr ""
22057
22058 # type: textblock
22059 #. type: textblock
22060 #: ../fish/guestfish.pod:665
22061 msgid ""
22062 "Any line which starts with a I<!> character is treated as a command sent to "
22063 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22064 msgstr ""
22065
22066 # type: verbatim
22067 #. type: verbatim
22068 #: ../fish/guestfish.pod:669
22069 #, no-wrap
22070 msgid ""
22071 " !mkdir local\n"
22072 " tgz-out /remote local/remote-data.tar.gz\n"
22073 "\n"
22074 msgstr ""
22075
22076 # type: textblock
22077 #. type: textblock
22078 #: ../fish/guestfish.pod:672
22079 msgid ""
22080 "will create a directory C<local> on the host, and then export the contents "
22081 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22082 "(See C<tgz-out>)."
22083 msgstr ""
22084
22085 # type: textblock
22086 #. type: textblock
22087 #: ../fish/guestfish.pod:676
22088 msgid ""
22089 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22090 "effect, due to the way that subprocesses work in Unix."
22091 msgstr ""
22092
22093 # type: =head1
22094 #. type: =head1
22095 #: ../fish/guestfish.pod:679
22096 msgid "PIPES"
22097 msgstr ""
22098
22099 # type: textblock
22100 #. type: textblock
22101 #: ../fish/guestfish.pod:681
22102 msgid ""
22103 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22104 "command (a guestfish command) to the second command (any host command).  For "
22105 "example:"
22106 msgstr ""
22107
22108 # type: verbatim
22109 #. type: verbatim
22110 #: ../fish/guestfish.pod:685
22111 #, no-wrap
22112 msgid ""
22113 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22114 "\n"
22115 msgstr ""
22116
22117 # type: textblock
22118 #. type: textblock
22119 #: ../fish/guestfish.pod:687
22120 msgid ""
22121 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22122 "program).  The above command would list all accounts in the guest filesystem "
22123 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22124 msgstr ""
22125
22126 # type: verbatim
22127 #. type: verbatim
22128 #: ../fish/guestfish.pod:692
22129 #, no-wrap
22130 msgid ""
22131 " hexdump /bin/ls | head\n"
22132 " list-devices | tail -1\n"
22133 " tgz-out / - | tar ztf -\n"
22134 "\n"
22135 msgstr ""
22136
22137 # type: textblock
22138 #. type: textblock
22139 #: ../fish/guestfish.pod:696
22140 msgid ""
22141 "The space before the pipe symbol is required, any space after the pipe "
22142 "symbol is optional.  Everything after the pipe symbol is just passed "
22143 "straight to the host shell, so it can contain redirections, globs and "
22144 "anything else that makes sense on the host side."
22145 msgstr ""
22146
22147 # type: textblock
22148 #. type: textblock
22149 #: ../fish/guestfish.pod:701
22150 msgid ""
22151 "To use a literal argument which begins with a pipe symbol, you have to quote "
22152 "it, eg:"
22153 msgstr ""
22154
22155 # type: verbatim
22156 #. type: verbatim
22157 #: ../fish/guestfish.pod:704
22158 #, no-wrap
22159 msgid ""
22160 " echo \"|\"\n"
22161 "\n"
22162 msgstr ""
22163
22164 # type: =head1
22165 #. type: =head1
22166 #: ../fish/guestfish.pod:706
22167 msgid "HOME DIRECTORIES"
22168 msgstr ""
22169
22170 # type: textblock
22171 #. type: textblock
22172 #: ../fish/guestfish.pod:708
22173 msgid ""
22174 "If a parameter starts with the character C<~> then the tilde may be expanded "
22175 "as a home directory path (either C<~> for the current user's home directory, "
22176 "or C<~user> for another user)."
22177 msgstr ""
22178
22179 # type: textblock
22180 #. type: textblock
22181 #: ../fish/guestfish.pod:712
22182 msgid ""
22183 "Note that home directory expansion happens for users known I<on the host>, "
22184 "not in the guest filesystem."
22185 msgstr ""
22186
22187 # type: textblock
22188 #. type: textblock
22189 #: ../fish/guestfish.pod:715
22190 msgid ""
22191 "To use a literal argument which begins with a tilde, you have to quote it, "
22192 "eg:"
22193 msgstr ""
22194
22195 # type: verbatim
22196 #. type: verbatim
22197 #: ../fish/guestfish.pod:718
22198 #, no-wrap
22199 msgid ""
22200 " echo \"~\"\n"
22201 "\n"
22202 msgstr ""
22203
22204 # type: textblock
22205 #. type: textblock
22206 #: ../fish/guestfish.pod:722
22207 msgid ""
22208 "Libguestfs has some support for Linux guests encrypted according to the "
22209 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22210 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22211 "LUKS is supported."
22212 msgstr ""
22213
22214 # type: textblock
22215 #. type: textblock
22216 #: ../fish/guestfish.pod:727
22217 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22218 msgstr ""
22219
22220 # type: verbatim
22221 #. type: verbatim
22222 #: ../fish/guestfish.pod:729
22223 #, no-wrap
22224 msgid ""
22225 " ><fs> vfs-type /dev/sda2\n"
22226 " crypto_LUKS\n"
22227 "\n"
22228 msgstr ""
22229
22230 # type: textblock
22231 #. type: textblock
22232 #: ../fish/guestfish.pod:732
22233 msgid ""
22234 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22235 "device called C</dev/mapper/luksdev>."
22236 msgstr ""
22237
22238 # type: verbatim
22239 #. type: verbatim
22240 #: ../fish/guestfish.pod:735
22241 #, no-wrap
22242 msgid ""
22243 " ><fs> luks-open /dev/sda2 luksdev\n"
22244 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22245 "\n"
22246 msgstr ""
22247
22248 # type: textblock
22249 #. type: textblock
22250 #: ../fish/guestfish.pod:738
22251 msgid ""
22252 "Finally you have to tell LVM to scan for volume groups on the newly created "
22253 "mapper device:"
22254 msgstr ""
22255
22256 # type: verbatim
22257 #. type: verbatim
22258 #: ../fish/guestfish.pod:741
22259 #, no-wrap
22260 msgid ""
22261 " vgscan\n"
22262 " vg-activate-all true\n"
22263 "\n"
22264 msgstr ""
22265
22266 # type: textblock
22267 #. type: textblock
22268 #: ../fish/guestfish.pod:744
22269 msgid "The logical volume(s) can now be mounted in the usual way."
22270 msgstr ""
22271
22272 # type: textblock
22273 #. type: textblock
22274 #: ../fish/guestfish.pod:746
22275 msgid ""
22276 "Before closing a LUKS device you must unmount any logical volumes on it and "
22277 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22278 "one.  Then you can close the mapper device:"
22279 msgstr ""
22280
22281 # type: verbatim
22282 #. type: verbatim
22283 #: ../fish/guestfish.pod:750
22284 #, no-wrap
22285 msgid ""
22286 " vg-activate false /dev/VG\n"
22287 " luks-close /dev/mapper/luksdev\n"
22288 "\n"
22289 msgstr ""
22290
22291 # type: =head1
22292 #. type: =head1
22293 #: ../fish/guestfish.pod:753
22294 msgid "WINDOWS PATHS"
22295 msgstr ""
22296
22297 # type: textblock
22298 #. type: textblock
22299 #: ../fish/guestfish.pod:755
22300 msgid ""
22301 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22302 "(with some limitations).  The following commands are equivalent:"
22303 msgstr ""
22304
22305 # type: verbatim
22306 #. type: verbatim
22307 #: ../fish/guestfish.pod:758
22308 #, no-wrap
22309 msgid ""
22310 " file /WINDOWS/system32/config/system.LOG\n"
22311 "\n"
22312 msgstr ""
22313
22314 # type: verbatim
22315 #. type: verbatim
22316 #: ../fish/guestfish.pod:760
22317 #, no-wrap
22318 msgid ""
22319 " file win:/windows/system32/config/system.log\n"
22320 "\n"
22321 msgstr ""
22322
22323 # type: verbatim
22324 #. type: verbatim
22325 #: ../fish/guestfish.pod:762
22326 #, no-wrap
22327 msgid ""
22328 " file win:\\windows\\system32\\config\\system.log\n"
22329 "\n"
22330 msgstr ""
22331
22332 # type: verbatim
22333 #. type: verbatim
22334 #: ../fish/guestfish.pod:764
22335 #, no-wrap
22336 msgid ""
22337 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22338 "\n"
22339 msgstr ""
22340
22341 # type: textblock
22342 #. type: textblock
22343 #: ../fish/guestfish.pod:766
22344 msgid ""
22345 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22346 "handles case insensitivity like Windows would.  This only works in argument "
22347 "positions that expect a path."
22348 msgstr ""
22349
22350 # type: =head1
22351 #. type: =head1
22352 #: ../fish/guestfish.pod:770
22353 msgid "UPLOADING AND DOWNLOADING FILES"
22354 msgstr ""
22355
22356 # type: textblock
22357 #. type: textblock
22358 #: ../fish/guestfish.pod:772
22359 msgid ""
22360 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22361 "others which upload from or download to a local file, you can use the "
22362 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22363 msgstr ""
22364
22365 # type: verbatim
22366 #. type: verbatim
22367 #: ../fish/guestfish.pod:776
22368 #, no-wrap
22369 msgid ""
22370 " upload - /foo\n"
22371 "\n"
22372 msgstr ""
22373
22374 # type: textblock
22375 #. type: textblock
22376 #: ../fish/guestfish.pod:778
22377 msgid ""
22378 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22379 msgstr ""
22380
22381 # type: verbatim
22382 #. type: verbatim
22383 #: ../fish/guestfish.pod:781
22384 #, no-wrap
22385 msgid ""
22386 " tar-out /etc - | tar tf -\n"
22387 "\n"
22388 msgstr ""
22389
22390 # type: textblock
22391 #. type: textblock
22392 #: ../fish/guestfish.pod:783
22393 msgid ""
22394 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22395 "command (see L</PIPES>)."
22396 msgstr ""
22397
22398 # type: textblock
22399 #. type: textblock
22400 #: ../fish/guestfish.pod:786
22401 msgid ""
22402 "When using C<-> to read from stdin, the input is read up to the end of "
22403 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22404 "some arbitrary end marker:"
22405 msgstr ""
22406
22407 # type: verbatim
22408 #. type: verbatim
22409 #: ../fish/guestfish.pod:790
22410 #, no-wrap
22411 msgid ""
22412 " upload -<<END /foo\n"
22413 " input line 1\n"
22414 " input line 2\n"
22415 " input line 3\n"
22416 " END\n"
22417 "\n"
22418 msgstr ""
22419
22420 # type: textblock
22421 #. type: textblock
22422 #: ../fish/guestfish.pod:796
22423 msgid ""
22424 "Any string of characters can be used instead of C<END>.  The end marker must "
22425 "appear on a line of its own, without any preceeding or following characters "
22426 "(not even spaces)."
22427 msgstr ""
22428
22429 # type: textblock
22430 #. type: textblock
22431 #: ../fish/guestfish.pod:800
22432 msgid ""
22433 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22434 "upload local files (so-called \"FileIn\" parameters in the generator)."
22435 msgstr ""
22436
22437 # type: =head1
22438 #. type: =head1
22439 #: ../fish/guestfish.pod:803
22440 msgid "EXIT ON ERROR BEHAVIOUR"
22441 msgstr ""
22442
22443 # type: textblock
22444 #. type: textblock
22445 #: ../fish/guestfish.pod:805
22446 msgid ""
22447 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22448 "taking commands from a human over a tty), and will exit on the first error "
22449 "in non-interactive mode (scripts, commands given on the command line)."
22450 msgstr ""
22451
22452 # type: textblock
22453 #. type: textblock
22454 #: ../fish/guestfish.pod:810
22455 msgid ""
22456 "If you prefix a command with a I<-> character, then that command will not "
22457 "cause guestfish to exit, even if that (one) command returns an error."
22458 msgstr ""
22459
22460 # type: =head1
22461 #. type: =head1
22462 #: ../fish/guestfish.pod:814
22463 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22464 msgstr ""
22465
22466 # type: textblock
22467 #. type: textblock
22468 #: ../fish/guestfish.pod:816
22469 msgid ""
22470 "Guestfish can be remote-controlled over a socket.  This is useful "
22471 "particularly in shell scripts where you want to make several different "
22472 "changes to a filesystem, but you don't want the overhead of starting up a "
22473 "guestfish process each time."
22474 msgstr ""
22475
22476 # type: textblock
22477 #. type: textblock
22478 #: ../fish/guestfish.pod:821
22479 msgid "Start a guestfish server process using:"
22480 msgstr ""
22481
22482 # type: verbatim
22483 #. type: verbatim
22484 #: ../fish/guestfish.pod:823
22485 #, no-wrap
22486 msgid ""
22487 " eval \"`guestfish --listen`\"\n"
22488 "\n"
22489 msgstr ""
22490
22491 # type: textblock
22492 #. type: textblock
22493 #: ../fish/guestfish.pod:825
22494 msgid "and then send it commands by doing:"
22495 msgstr ""
22496
22497 # type: verbatim
22498 #. type: verbatim
22499 #: ../fish/guestfish.pod:827
22500 #, no-wrap
22501 msgid ""
22502 " guestfish --remote cmd [...]\n"
22503 "\n"
22504 msgstr ""
22505
22506 # type: textblock
22507 #. type: textblock
22508 #: ../fish/guestfish.pod:829
22509 msgid "To cause the server to exit, send it the exit command:"
22510 msgstr ""
22511
22512 # type: verbatim
22513 #. type: verbatim
22514 #: ../fish/guestfish.pod:831
22515 #, no-wrap
22516 msgid ""
22517 " guestfish --remote exit\n"
22518 "\n"
22519 msgstr ""
22520
22521 # type: textblock
22522 #. type: textblock
22523 #: ../fish/guestfish.pod:833
22524 msgid ""
22525 "Note that the server will normally exit if there is an error in a command.  "
22526 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22527 "BEHAVIOUR>."
22528 msgstr ""
22529
22530 # type: =head2
22531 #. type: =head2
22532 #: ../fish/guestfish.pod:837
22533 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22534 msgstr ""
22535
22536 # type: textblock
22537 #. type: textblock
22538 #: ../fish/guestfish.pod:839
22539 msgid ""
22540 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22541 "is how the I<--remote> option knows where to send the commands.  You can "
22542 "have several guestfish listener processes running using:"
22543 msgstr ""
22544
22545 # type: verbatim
22546 #. type: verbatim
22547 #: ../fish/guestfish.pod:843
22548 #, no-wrap
22549 msgid ""
22550 " eval \"`guestfish --listen`\"\n"
22551 " pid1=$GUESTFISH_PID\n"
22552 " eval \"`guestfish --listen`\"\n"
22553 " pid2=$GUESTFISH_PID\n"
22554 " ...\n"
22555 " guestfish --remote=$pid1 cmd\n"
22556 " guestfish --remote=$pid2 cmd\n"
22557 "\n"
22558 msgstr ""
22559
22560 # type: =head2
22561 #. type: =head2
22562 #: ../fish/guestfish.pod:851
22563 msgid "REMOTE CONTROL AND CSH"
22564 msgstr ""
22565
22566 # type: textblock
22567 #. type: textblock
22568 #: ../fish/guestfish.pod:853
22569 msgid ""
22570 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22571 "option:"
22572 msgstr ""
22573
22574 # type: verbatim
22575 #. type: verbatim
22576 #: ../fish/guestfish.pod:856
22577 #, no-wrap
22578 msgid ""
22579 " eval \"`guestfish --listen --csh`\"\n"
22580 "\n"
22581 msgstr ""
22582
22583 # type: =head2
22584 #. type: =head2
22585 #: ../fish/guestfish.pod:858
22586 msgid "REMOTE CONTROL DETAILS"
22587 msgstr ""
22588
22589 # type: textblock
22590 #. type: textblock
22591 #: ../fish/guestfish.pod:860
22592 msgid ""
22593 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22594 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22595 "and C<$PID> is the process ID of the server."
22596 msgstr ""
22597
22598 # type: textblock
22599 #. type: textblock
22600 #: ../fish/guestfish.pod:864
22601 msgid "Guestfish client and server versions must match exactly."
22602 msgstr ""
22603
22604 # type: =head1
22605 #. type: =head1
22606 #: ../fish/guestfish.pod:866
22607 msgid "PREPARED DISK IMAGES"
22608 msgstr ""
22609
22610 # type: textblock
22611 #. type: textblock
22612 #: ../fish/guestfish.pod:868
22613 msgid ""
22614 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22615 "preformatted disk images that guestfish can make for you to save typing.  "
22616 "This is particularly useful for testing purposes.  This option is used "
22617 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22618 "can be mixed with I<-a>)."
22619 msgstr ""
22620
22621 # type: textblock
22622 #. type: textblock
22623 #: ../fish/guestfish.pod:874
22624 msgid ""
22625 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22626 "the second and so on.  Existing files in the current directory are "
22627 "I<overwritten>."
22628 msgstr ""
22629
22630 # type: textblock
22631 #. type: textblock
22632 #: ../fish/guestfish.pod:878
22633 msgid ""
22634 "The type briefly describes how the disk should be sized, partitioned, how "
22635 "filesystem(s) should be created, and how content should be added.  "
22636 "Optionally the type can be followed by extra parameters, separated by C<:> "
22637 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22638 "allocated disk, containing a single partition, with the partition formatted "
22639 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22640 "disk instead."
22641 msgstr ""
22642
22643 # type: textblock
22644 #. type: textblock
22645 #: ../fish/guestfish.pod:886
22646 msgid "To list the available types and any extra parameters they take, run:"
22647 msgstr ""
22648
22649 # type: textblock
22650 #. type: textblock
22651 #: ../fish/guestfish.pod:890
22652 msgid ""
22653 "Note that the prepared filesystem is not mounted.  You would usually have to "
22654 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22655 msgstr ""
22656
22657 # type: textblock
22658 #. type: textblock
22659 #: ../fish/guestfish.pod:894
22660 msgid ""
22661 "If any I<-N> or I<--new> options are given, the guest is automatically "
22662 "launched."
22663 msgstr ""
22664
22665 # type: textblock
22666 #. type: textblock
22667 #: ../fish/guestfish.pod:899
22668 msgid "Create a 100MB disk with an ext4-formatted partition:"
22669 msgstr ""
22670
22671 # type: verbatim
22672 #. type: verbatim
22673 #: ../fish/guestfish.pod:901
22674 #, no-wrap
22675 msgid ""
22676 " guestfish -N fs:ext4\n"
22677 "\n"
22678 msgstr ""
22679
22680 # type: textblock
22681 #. type: textblock
22682 #: ../fish/guestfish.pod:903
22683 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22684 msgstr ""
22685
22686 # type: verbatim
22687 #. type: verbatim
22688 #: ../fish/guestfish.pod:905
22689 #, no-wrap
22690 msgid ""
22691 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22692 "\n"
22693 msgstr ""
22694
22695 # type: textblock
22696 #. type: textblock
22697 #: ../fish/guestfish.pod:907
22698 msgid "Create a blank 200MB disk:"
22699 msgstr ""
22700
22701 # type: verbatim
22702 #. type: verbatim
22703 #: ../fish/guestfish.pod:909
22704 #, no-wrap
22705 msgid ""
22706 " guestfish -N disk:200M\n"
22707 "\n"
22708 msgstr ""
22709
22710 # type: =head1
22711 #. type: =head1
22712 #: ../fish/guestfish.pod:911
22713 msgid "PROGRESS BARS"
22714 msgstr ""
22715
22716 # type: textblock
22717 #. type: textblock
22718 #: ../fish/guestfish.pod:913
22719 msgid ""
22720 "Some (not all) long-running commands send progress notification messages as "
22721 "they are running.  Guestfish turns these messages into progress bars."
22722 msgstr ""
22723
22724 # type: textblock
22725 #. type: textblock
22726 #: ../fish/guestfish.pod:917
22727 msgid ""
22728 "When a command that supports progress bars takes longer than two seconds to "
22729 "run, and if progress bars are enabled, then you will see one appearing below "
22730 "the command:"
22731 msgstr ""
22732
22733 # type: verbatim
22734 #. type: verbatim
22735 #: ../fish/guestfish.pod:921
22736 #, no-wrap
22737 msgid ""
22738 " ><fs> copy-size /large-file /another-file 2048M\n"
22739 " / 10% [#####-----------------------------------------] 00:30\n"
22740 "\n"
22741 msgstr ""
22742
22743 # type: textblock
22744 #. type: textblock
22745 #: ../fish/guestfish.pod:924
22746 msgid ""
22747 "The spinner on the left hand side moves round once for every progress "
22748 "notification received from the backend.  This is a (reasonably) golden "
22749 "assurance that the command is \"doing something\" even if the progress bar "
22750 "is not moving, because the command is able to send the progress "
22751 "notifications.  When the bar reaches 100% and the command finishes, the "
22752 "spinner disappears."
22753 msgstr ""
22754
22755 # type: textblock
22756 #. type: textblock
22757 #: ../fish/guestfish.pod:931
22758 msgid ""
22759 "Progress bars are enabled by default when guestfish is used interactively.  "
22760 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22761 "and you can disable them completely using I<--no-progress-bars>."
22762 msgstr ""
22763
22764 # type: =head1
22765 #. type: =head1
22766 #: ../fish/guestfish.pod:936
22767 msgid "GUESTFISH COMMANDS"
22768 msgstr ""
22769
22770 # type: textblock
22771 #. type: textblock
22772 #: ../fish/guestfish.pod:938
22773 msgid ""
22774 "The commands in this section are guestfish convenience commands, in other "
22775 "words, they are not part of the L<guestfs(3)> API."
22776 msgstr ""
22777
22778 # type: =head2
22779 #. type: =head2
22780 #: ../fish/guestfish.pod:941
22781 msgid "help"
22782 msgstr ""
22783
22784 # type: verbatim
22785 #. type: verbatim
22786 #: ../fish/guestfish.pod:943
22787 #, no-wrap
22788 msgid ""
22789 " help\n"
22790 " help cmd\n"
22791 "\n"
22792 msgstr ""
22793
22794 # type: textblock
22795 #. type: textblock
22796 #: ../fish/guestfish.pod:946
22797 msgid "Without any parameter, this provides general help."
22798 msgstr ""
22799
22800 # type: textblock
22801 #. type: textblock
22802 #: ../fish/guestfish.pod:948
22803 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22804 msgstr ""
22805
22806 # type: =head2
22807 #. type: =head2
22808 #: ../fish/guestfish.pod:950
22809 msgid "quit | exit"
22810 msgstr ""
22811
22812 # type: textblock
22813 #. type: textblock
22814 #: ../fish/guestfish.pod:952
22815 msgid "This exits guestfish.  You can also use C<^D> key."
22816 msgstr ""
22817
22818 # type: textblock
22819 #. type: textblock
22820 #: ../fish/guestfish.pod:954
22821 msgid "@FISH_COMMANDS@"
22822 msgstr ""
22823
22824 # type: =head1
22825 #. type: =head1
22826 #: ../fish/guestfish.pod:956
22827 msgid "COMMANDS"
22828 msgstr ""
22829
22830 # type: =head1
22831 #. type: =head1
22832 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
22833 msgid "EXIT CODE"
22834 msgstr ""
22835
22836 # type: textblock
22837 #. type: textblock
22838 #: ../fish/guestfish.pod:962
22839 msgid ""
22840 "guestfish returns 0 if the commands completed without error, or 1 if there "
22841 "was an error."
22842 msgstr ""
22843
22844 # type: =item
22845 #. type: =item
22846 #: ../fish/guestfish.pod:969
22847 msgid "EDITOR"
22848 msgstr ""
22849
22850 # type: textblock
22851 #. type: textblock
22852 #: ../fish/guestfish.pod:971
22853 msgid ""
22854 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22855 "C<vi>."
22856 msgstr ""
22857
22858 # type: =item
22859 #. type: =item
22860 #: ../fish/guestfish.pod:974
22861 msgid "GUESTFISH_PID"
22862 msgstr ""
22863
22864 # type: textblock
22865 #. type: textblock
22866 #: ../fish/guestfish.pod:976
22867 msgid ""
22868 "Used with the I<--remote> option to specify the remote guestfish process to "
22869 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22870 msgstr ""
22871
22872 # type: =item
22873 #. type: =item
22874 #: ../fish/guestfish.pod:980
22875 msgid "HEXEDITOR"
22876 msgstr ""
22877
22878 # type: textblock
22879 #. type: textblock
22880 #: ../fish/guestfish.pod:982
22881 msgid ""
22882 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22883 "not specified, the external L<hexedit(1)> program is used."
22884 msgstr ""
22885
22886 # type: =item
22887 #. type: =item
22888 #: ../fish/guestfish.pod:986
22889 msgid "HOME"
22890 msgstr ""
22891
22892 # type: textblock
22893 #. type: textblock
22894 #: ../fish/guestfish.pod:988
22895 msgid ""
22896 "If compiled with GNU readline support, various files in the home directory "
22897 "can be used.  See L</FILES>."
22898 msgstr ""
22899
22900 # type: textblock
22901 #. type: textblock
22902 #: ../fish/guestfish.pod:997
22903 msgid ""
22904 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22905 "effect as using the B<-v> option."
22906 msgstr ""
22907
22908 # type: textblock
22909 #. type: textblock
22910 #: ../fish/guestfish.pod:1009
22911 msgid ""
22912 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22913 "the discussion of paths in L<guestfs(3)>."
22914 msgstr ""
22915
22916 # type: textblock
22917 #. type: textblock
22918 #: ../fish/guestfish.pod:1020
22919 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22920 msgstr ""
22921
22922 # type: =item
22923 #. type: =item
22924 #: ../fish/guestfish.pod:1022
22925 msgid "PAGER"
22926 msgstr ""
22927
22928 # type: textblock
22929 #. type: textblock
22930 #: ../fish/guestfish.pod:1024
22931 msgid ""
22932 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22933 "C<more>."
22934 msgstr ""
22935
22936 # type: =head1
22937 #. type: =head1
22938 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
22939 msgid "FILES"
22940 msgstr ""
22941
22942 # type: =item
22943 #. type: =item
22944 #: ../fish/guestfish.pod:1043
22945 msgid "$HOME/.guestfish"
22946 msgstr ""
22947
22948 # type: textblock
22949 #. type: textblock
22950 #: ../fish/guestfish.pod:1045
22951 msgid ""
22952 "If compiled with GNU readline support, then the command history is saved in "
22953 "this file."
22954 msgstr ""
22955
22956 # type: =item
22957 #. type: =item
22958 #: ../fish/guestfish.pod:1048
22959 msgid "$HOME/.inputrc"
22960 msgstr ""
22961
22962 # type: =item
22963 #. type: =item
22964 #: ../fish/guestfish.pod:1050
22965 msgid "/etc/inputrc"
22966 msgstr ""
22967
22968 # type: textblock
22969 #. type: textblock
22970 #: ../fish/guestfish.pod:1052
22971 msgid ""
22972 "If compiled with GNU readline support, then these files can be used to "
22973 "configure readline.  For further information, please see L<readline(3)/"
22974 "INITIALIZATION FILE>."
22975 msgstr ""
22976
22977 # type: textblock
22978 #. type: textblock
22979 #: ../fish/guestfish.pod:1056
22980 msgid "To write rules which only apply to guestfish, use:"
22981 msgstr ""
22982
22983 # type: verbatim
22984 #. type: verbatim
22985 #: ../fish/guestfish.pod:1058
22986 #, no-wrap
22987 msgid ""
22988 " $if guestfish\n"
22989 " ...\n"
22990 " $endif\n"
22991 "\n"
22992 msgstr ""
22993
22994 # type: textblock
22995 #. type: textblock
22996 #: ../fish/guestfish.pod:1062
22997 msgid ""
22998 "Variables that you can set in inputrc that change the behaviour of guestfish "
22999 "in useful ways include:"
23000 msgstr ""
23001
23002 # type: =item
23003 #. type: =item
23004 #: ../fish/guestfish.pod:1067
23005 msgid "completion-ignore-case (default: on)"
23006 msgstr ""
23007
23008 # type: textblock
23009 #. type: textblock
23010 #: ../fish/guestfish.pod:1069
23011 msgid ""
23012 "By default, guestfish will ignore case when tab-completing paths on the "
23013 "disk.  Use:"
23014 msgstr ""
23015
23016 # type: verbatim
23017 #. type: verbatim
23018 #: ../fish/guestfish.pod:1072
23019 #, no-wrap
23020 msgid ""
23021 " set completion-ignore-case off\n"
23022 "\n"
23023 msgstr ""
23024
23025 # type: textblock
23026 #. type: textblock
23027 #: ../fish/guestfish.pod:1074
23028 msgid "to make guestfish case sensitive."
23029 msgstr ""
23030
23031 # type: =item
23032 #. type: =item
23033 #: ../fish/guestfish.pod:1078
23034 msgid "test1.img"
23035 msgstr ""
23036
23037 # type: =item
23038 #. type: =item
23039 #: ../fish/guestfish.pod:1080
23040 msgid "test2.img (etc)"
23041 msgstr ""
23042
23043 # type: textblock
23044 #. type: textblock
23045 #: ../fish/guestfish.pod:1082
23046 msgid ""
23047 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23048 "will be created in the file C<test1.img> in the current directory.  The "
23049 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23050 "the same name will be overwritten."
23051 msgstr ""
23052
23053 # type: textblock
23054 #. type: textblock
23055 #: ../fish/guestfish.pod:1091
23056 msgid ""
23057 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
23058 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
23059 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
23060 ">, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
23061 "L<hexedit(1)>."
23062 msgstr ""
23063
23064 # type: textblock
23065 #. type: textblock
23066 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124
23067 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:415
23068 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23069 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
23070 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
23071 msgid ""
23072 "This program is free software; you can redistribute it and/or modify it "
23073 "under the terms of the GNU General Public License as published by the Free "
23074 "Software Foundation; either version 2 of the License, or (at your option) "
23075 "any later version."
23076 msgstr ""
23077
23078 # type: textblock
23079 #. type: textblock
23080 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129
23081 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:420
23082 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23083 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
23084 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
23085 msgid ""
23086 "This program is distributed in the hope that it will be useful, but WITHOUT "
23087 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23088 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23089 "more details."
23090 msgstr ""
23091
23092 # type: textblock
23093 #. type: textblock
23094 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134
23095 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:425
23096 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23097 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
23098 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
23099 msgid ""
23100 "You should have received a copy of the GNU General Public License along with "
23101 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23102 "Ave, Cambridge, MA 02139, USA."
23103 msgstr ""
23104
23105 # type: =head2
23106 #. type: =head2
23107 #: ../fish/guestfish-actions.pod:1
23108 msgid "add-cdrom"
23109 msgstr ""
23110
23111 # type: verbatim
23112 #. type: verbatim
23113 #: ../fish/guestfish-actions.pod:3
23114 #, no-wrap
23115 msgid ""
23116 " add-cdrom filename\n"
23117 "\n"
23118 msgstr ""
23119
23120 # type: textblock
23121 #. type: textblock
23122 #: ../fish/guestfish-actions.pod:15
23123 msgid ""
23124 "This call checks for the existence of C<filename>.  This stops you from "
23125 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23126 "and C<http:> URLs.  To specify those, use the general L</config> call "
23127 "instead."
23128 msgstr ""
23129
23130 # type: textblock
23131 #. type: textblock
23132 #: ../fish/guestfish-actions.pod:22
23133 msgid ""
23134 "If you just want to add an ISO file (often you use this as an efficient way "
23135 "to transfer large files into the guest), then you should probably use L</add-"
23136 "drive-ro> instead."
23137 msgstr ""
23138
23139 # type: =head2
23140 #. type: =head2
23141 #: ../fish/guestfish-actions.pod:35
23142 msgid "add-domain"
23143 msgstr ""
23144
23145 # type: =head2
23146 #. type: =head2
23147 #: ../fish/guestfish-actions.pod:37
23148 msgid "domain"
23149 msgstr ""
23150
23151 # type: verbatim
23152 #. type: verbatim
23153 #: ../fish/guestfish-actions.pod:39
23154 #, no-wrap
23155 msgid ""
23156 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23157 "\n"
23158 msgstr ""
23159
23160 # type: textblock
23161 #. type: textblock
23162 #: ../fish/guestfish-actions.pod:41
23163 msgid ""
23164 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23165 "It works by connecting to libvirt, requesting the domain and domain XML from "
23166 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23167 msgstr ""
23168
23169 # type: textblock
23170 #. type: textblock
23171 #: ../fish/guestfish-actions.pod:64
23172 msgid ""
23173 "The other optional parameters are passed directly through to L</add-drive-"
23174 "opts>."
23175 msgstr ""
23176
23177 # type: textblock
23178 #. type: textblock
23179 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23180 #: ../fish/guestfish-actions.pod:2845
23181 msgid ""
23182 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23183 msgstr ""
23184
23185 # type: =head2
23186 #. type: =head2
23187 #: ../fish/guestfish-actions.pod:69
23188 msgid "add-drive"
23189 msgstr ""
23190
23191 # type: verbatim
23192 #. type: verbatim
23193 #: ../fish/guestfish-actions.pod:71
23194 #, no-wrap
23195 msgid ""
23196 " add-drive filename\n"
23197 "\n"
23198 msgstr ""
23199
23200 # type: textblock
23201 #. type: textblock
23202 #: ../fish/guestfish-actions.pod:73
23203 msgid ""
23204 "This function is the equivalent of calling L</add-drive-opts> with no "
23205 "optional parameters, so the disk is added writable, with the format being "
23206 "detected automatically."
23207 msgstr ""
23208
23209 # type: textblock
23210 #. type: textblock
23211 #: ../fish/guestfish-actions.pod:77
23212 msgid ""
23213 "Automatic detection of the format opens you up to a potential security hole "
23214 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23215 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23216 "you should think about replacing calls to this function with calls to L</add-"
23217 "drive-opts>, and specifying the format."
23218 msgstr ""
23219
23220 # type: =head2
23221 #. type: =head2
23222 #: ../fish/guestfish-actions.pod:84
23223 msgid "add-drive-opts"
23224 msgstr ""
23225
23226 # type: =head2
23227 #. type: =head2
23228 #: ../fish/guestfish-actions.pod:86
23229 msgid "add"
23230 msgstr ""
23231
23232 # type: verbatim
23233 #. type: verbatim
23234 #: ../fish/guestfish-actions.pod:88
23235 #, no-wrap
23236 msgid ""
23237 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23238 "\n"
23239 msgstr ""
23240
23241 # type: textblock
23242 #. type: textblock
23243 #: ../fish/guestfish-actions.pod:115
23244 msgid ""
23245 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23246 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23247 "include C<raw> and C<qcow2>."
23248 msgstr ""
23249
23250 # type: textblock
23251 #. type: textblock
23252 #: ../fish/guestfish-actions.pod:126
23253 msgid ""
23254 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23255 "add-drive-with-if> call (q.v.)"
23256 msgstr ""
23257
23258 # type: =head2
23259 #. type: =head2
23260 #: ../fish/guestfish-actions.pod:133
23261 msgid "add-drive-ro"
23262 msgstr ""
23263
23264 # type: =head2
23265 #. type: =head2
23266 #: ../fish/guestfish-actions.pod:135
23267 msgid "add-ro"
23268 msgstr ""
23269
23270 # type: verbatim
23271 #. type: verbatim
23272 #: ../fish/guestfish-actions.pod:137
23273 #, no-wrap
23274 msgid ""
23275 " add-drive-ro filename\n"
23276 "\n"
23277 msgstr ""
23278
23279 # type: textblock
23280 #. type: textblock
23281 #: ../fish/guestfish-actions.pod:139
23282 msgid ""
23283 "This function is the equivalent of calling L</add-drive-opts> with the "
23284 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23285 "is added read-only, with the format being detected automatically."
23286 msgstr ""
23287
23288 # type: =head2
23289 #. type: =head2
23290 #: ../fish/guestfish-actions.pod:144
23291 msgid "add-drive-ro-with-if"
23292 msgstr ""
23293
23294 # type: verbatim
23295 #. type: verbatim
23296 #: ../fish/guestfish-actions.pod:146
23297 #, no-wrap
23298 msgid ""
23299 " add-drive-ro-with-if filename iface\n"
23300 "\n"
23301 msgstr ""
23302
23303 # type: textblock
23304 #. type: textblock
23305 #: ../fish/guestfish-actions.pod:148
23306 msgid ""
23307 "This is the same as L</add-drive-ro> 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:158
23314 msgid "add-drive-with-if"
23315 msgstr ""
23316
23317 # type: verbatim
23318 #. type: verbatim
23319 #: ../fish/guestfish-actions.pod:160
23320 #, no-wrap
23321 msgid ""
23322 " add-drive-with-if filename iface\n"
23323 "\n"
23324 msgstr ""
23325
23326 # type: textblock
23327 #. type: textblock
23328 #: ../fish/guestfish-actions.pod:162
23329 msgid ""
23330 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23331 "interface emulation to use at run time."
23332 msgstr ""
23333
23334 # type: =head2
23335 #. type: =head2
23336 #: ../fish/guestfish-actions.pod:172
23337 msgid "aug-clear"
23338 msgstr ""
23339
23340 # type: verbatim
23341 #. type: verbatim
23342 #: ../fish/guestfish-actions.pod:174
23343 #, no-wrap
23344 msgid ""
23345 " aug-clear augpath\n"
23346 "\n"
23347 msgstr ""
23348
23349 # type: =head2
23350 #. type: =head2
23351 #: ../fish/guestfish-actions.pod:179
23352 msgid "aug-close"
23353 msgstr ""
23354
23355 # type: verbatim
23356 #. type: verbatim
23357 #: ../fish/guestfish-actions.pod:181
23358 #, no-wrap
23359 msgid ""
23360 " aug-close\n"
23361 "\n"
23362 msgstr ""
23363
23364 # type: textblock
23365 #. type: textblock
23366 #: ../fish/guestfish-actions.pod:183
23367 msgid ""
23368 "Close the current Augeas handle and free up any resources used by it.  After "
23369 "calling this, you have to call L</aug-init> again before you can use any "
23370 "other Augeas functions."
23371 msgstr ""
23372
23373 # type: =head2
23374 #. type: =head2
23375 #: ../fish/guestfish-actions.pod:188
23376 msgid "aug-defnode"
23377 msgstr ""
23378
23379 # type: verbatim
23380 #. type: verbatim
23381 #: ../fish/guestfish-actions.pod:190
23382 #, no-wrap
23383 msgid ""
23384 " aug-defnode name expr val\n"
23385 "\n"
23386 msgstr ""
23387
23388 # type: textblock
23389 #. type: textblock
23390 #: ../fish/guestfish-actions.pod:195
23391 msgid ""
23392 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23393 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23394 "containing that single node."
23395 msgstr ""
23396
23397 # type: =head2
23398 #. type: =head2
23399 #: ../fish/guestfish-actions.pod:203
23400 msgid "aug-defvar"
23401 msgstr ""
23402
23403 # type: verbatim
23404 #. type: verbatim
23405 #: ../fish/guestfish-actions.pod:205
23406 #, no-wrap
23407 msgid ""
23408 " aug-defvar name expr\n"
23409 "\n"
23410 msgstr ""
23411
23412 # type: =head2
23413 #. type: =head2
23414 #: ../fish/guestfish-actions.pod:214
23415 msgid "aug-get"
23416 msgstr ""
23417
23418 # type: verbatim
23419 #. type: verbatim
23420 #: ../fish/guestfish-actions.pod:216
23421 #, no-wrap
23422 msgid ""
23423 " aug-get augpath\n"
23424 "\n"
23425 msgstr ""
23426
23427 # type: =head2
23428 #. type: =head2
23429 #: ../fish/guestfish-actions.pod:221
23430 msgid "aug-init"
23431 msgstr ""
23432
23433 # type: verbatim
23434 #. type: verbatim
23435 #: ../fish/guestfish-actions.pod:223
23436 #, no-wrap
23437 msgid ""
23438 " aug-init root flags\n"
23439 "\n"
23440 msgstr ""
23441
23442 # type: textblock
23443 #. type: textblock
23444 #: ../fish/guestfish-actions.pod:229
23445 msgid "You must call this before using any other L</aug-*> commands."
23446 msgstr ""
23447
23448 # type: textblock
23449 #. type: textblock
23450 #: ../fish/guestfish-actions.pod:264
23451 msgid "Do not load the tree in L</aug-init>."
23452 msgstr ""
23453
23454 # type: textblock
23455 #. type: textblock
23456 #: ../fish/guestfish-actions.pod:268
23457 msgid "To close the handle, you can call L</aug-close>."
23458 msgstr ""
23459
23460 # type: =head2
23461 #. type: =head2
23462 #: ../fish/guestfish-actions.pod:272
23463 msgid "aug-insert"
23464 msgstr ""
23465
23466 # type: verbatim
23467 #. type: verbatim
23468 #: ../fish/guestfish-actions.pod:274
23469 #, no-wrap
23470 msgid ""
23471 " aug-insert augpath label true|false\n"
23472 "\n"
23473 msgstr ""
23474
23475 # type: =head2
23476 #. type: =head2
23477 #: ../fish/guestfish-actions.pod:284
23478 msgid "aug-load"
23479 msgstr ""
23480
23481 # type: verbatim
23482 #. type: verbatim
23483 #: ../fish/guestfish-actions.pod:286
23484 #, no-wrap
23485 msgid ""
23486 " aug-load\n"
23487 "\n"
23488 msgstr ""
23489
23490 # type: =head2
23491 #. type: =head2
23492 #: ../fish/guestfish-actions.pod:293
23493 msgid "aug-ls"
23494 msgstr ""
23495
23496 # type: verbatim
23497 #. type: verbatim
23498 #: ../fish/guestfish-actions.pod:295
23499 #, no-wrap
23500 msgid ""
23501 " aug-ls augpath\n"
23502 "\n"
23503 msgstr ""
23504
23505 # type: textblock
23506 #. type: textblock
23507 #: ../fish/guestfish-actions.pod:297
23508 msgid ""
23509 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23510 "resulting nodes into alphabetical order."
23511 msgstr ""
23512
23513 # type: =head2
23514 #. type: =head2
23515 #: ../fish/guestfish-actions.pod:300
23516 msgid "aug-match"
23517 msgstr ""
23518
23519 # type: verbatim
23520 #. type: verbatim
23521 #: ../fish/guestfish-actions.pod:302
23522 #, no-wrap
23523 msgid ""
23524 " aug-match augpath\n"
23525 "\n"
23526 msgstr ""
23527
23528 # type: =head2
23529 #. type: =head2
23530 #: ../fish/guestfish-actions.pod:308
23531 msgid "aug-mv"
23532 msgstr ""
23533
23534 # type: verbatim
23535 #. type: verbatim
23536 #: ../fish/guestfish-actions.pod:310
23537 #, no-wrap
23538 msgid ""
23539 " aug-mv src dest\n"
23540 "\n"
23541 msgstr ""
23542
23543 # type: =head2
23544 #. type: =head2
23545 #: ../fish/guestfish-actions.pod:315
23546 msgid "aug-rm"
23547 msgstr ""
23548
23549 # type: verbatim
23550 #. type: verbatim
23551 #: ../fish/guestfish-actions.pod:317
23552 #, no-wrap
23553 msgid ""
23554 " aug-rm augpath\n"
23555 "\n"
23556 msgstr ""
23557
23558 # type: =head2
23559 #. type: =head2
23560 #: ../fish/guestfish-actions.pod:323
23561 msgid "aug-save"
23562 msgstr ""
23563
23564 # type: verbatim
23565 #. type: verbatim
23566 #: ../fish/guestfish-actions.pod:325
23567 #, no-wrap
23568 msgid ""
23569 " aug-save\n"
23570 "\n"
23571 msgstr ""
23572
23573 # type: textblock
23574 #. type: textblock
23575 #: ../fish/guestfish-actions.pod:329
23576 msgid ""
23577 "The flags which were passed to L</aug-init> affect exactly how files are "
23578 "saved."
23579 msgstr ""
23580
23581 # type: =head2
23582 #. type: =head2
23583 #: ../fish/guestfish-actions.pod:332
23584 msgid "aug-set"
23585 msgstr ""
23586
23587 # type: verbatim
23588 #. type: verbatim
23589 #: ../fish/guestfish-actions.pod:334
23590 #, no-wrap
23591 msgid ""
23592 " aug-set augpath val\n"
23593 "\n"
23594 msgstr ""
23595
23596 # type: textblock
23597 #. type: textblock
23598 #: ../fish/guestfish-actions.pod:338
23599 msgid ""
23600 "In the Augeas API, it is possible to clear a node by setting the value to "
23601 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23602 "this call.  Instead you must use the L</aug-clear> call."
23603 msgstr ""
23604
23605 # type: =head2
23606 #. type: =head2
23607 #: ../fish/guestfish-actions.pod:343
23608 msgid "available"
23609 msgstr ""
23610
23611 # type: verbatim
23612 #. type: verbatim
23613 #: ../fish/guestfish-actions.pod:345
23614 #, no-wrap
23615 msgid ""
23616 " available 'groups ...'\n"
23617 "\n"
23618 msgstr ""
23619
23620 # type: textblock
23621 #. type: textblock
23622 #: ../fish/guestfish-actions.pod:351
23623 msgid ""
23624 "The libguestfs groups, and the functions that those groups correspond to, "
23625 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23626 "runtime by calling L</available-all-groups>."
23627 msgstr ""
23628
23629 # type: textblock
23630 #. type: textblock
23631 #: ../fish/guestfish-actions.pod:375
23632 msgid "You must call L</launch> before calling this function."
23633 msgstr ""
23634
23635 # type: textblock
23636 #. type: textblock
23637 #: ../fish/guestfish-actions.pod:397
23638 msgid ""
23639 "This call was added in version C<1.0.80>.  In previous versions of "
23640 "libguestfs all you could do would be to speculatively execute a command to "
23641 "find out if the daemon implemented it.  See also L</version>."
23642 msgstr ""
23643
23644 # type: =head2
23645 #. type: =head2
23646 #: ../fish/guestfish-actions.pod:404
23647 msgid "available-all-groups"
23648 msgstr ""
23649
23650 # type: verbatim
23651 #. type: verbatim
23652 #: ../fish/guestfish-actions.pod:406
23653 #, no-wrap
23654 msgid ""
23655 " available-all-groups\n"
23656 "\n"
23657 msgstr ""
23658
23659 # type: textblock
23660 #. type: textblock
23661 #: ../fish/guestfish-actions.pod:408
23662 msgid ""
23663 "This command returns a list of all optional groups that this daemon knows "
23664 "about.  Note this returns both supported and unsupported groups.  To find "
23665 "out which ones the daemon can actually support you have to call L</"
23666 "available> on each member of the returned list."
23667 msgstr ""
23668
23669 # type: textblock
23670 #. type: textblock
23671 #: ../fish/guestfish-actions.pod:414
23672 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23673 msgstr ""
23674
23675 # type: =head2
23676 #. type: =head2
23677 #: ../fish/guestfish-actions.pod:416
23678 msgid "base64-in"
23679 msgstr ""
23680
23681 # type: verbatim
23682 #. type: verbatim
23683 #: ../fish/guestfish-actions.pod:418
23684 #, no-wrap
23685 msgid ""
23686 " base64-in (base64file|-) filename\n"
23687 "\n"
23688 msgstr ""
23689
23690 # type: textblock
23691 #. type: textblock
23692 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
23693 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
23694 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1218
23695 #: ../fish/guestfish-actions.pod:4209 ../fish/guestfish-actions.pod:4221
23696 #: ../fish/guestfish-actions.pod:4232 ../fish/guestfish-actions.pod:4243
23697 #: ../fish/guestfish-actions.pod:4295 ../fish/guestfish-actions.pod:4304
23698 #: ../fish/guestfish-actions.pod:4358 ../fish/guestfish-actions.pod:4381
23699 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23700 msgstr ""
23701
23702 # type: =head2
23703 #. type: =head2
23704 #: ../fish/guestfish-actions.pod:425
23705 msgid "base64-out"
23706 msgstr ""
23707
23708 # type: verbatim
23709 #. type: verbatim
23710 #: ../fish/guestfish-actions.pod:427
23711 #, no-wrap
23712 msgid ""
23713 " base64-out filename (base64file|-)\n"
23714 "\n"
23715 msgstr ""
23716
23717 # type: =head2
23718 #. type: =head2
23719 #: ../fish/guestfish-actions.pod:434
23720 msgid "blockdev-flushbufs"
23721 msgstr ""
23722
23723 # type: verbatim
23724 #. type: verbatim
23725 #: ../fish/guestfish-actions.pod:436
23726 #, no-wrap
23727 msgid ""
23728 " blockdev-flushbufs device\n"
23729 "\n"
23730 msgstr ""
23731
23732 # type: =head2
23733 #. type: =head2
23734 #: ../fish/guestfish-actions.pod:443
23735 msgid "blockdev-getbsz"
23736 msgstr ""
23737
23738 # type: verbatim
23739 #. type: verbatim
23740 #: ../fish/guestfish-actions.pod:445
23741 #, no-wrap
23742 msgid ""
23743 " blockdev-getbsz device\n"
23744 "\n"
23745 msgstr ""
23746
23747 # type: =head2
23748 #. type: =head2
23749 #: ../fish/guestfish-actions.pod:454
23750 msgid "blockdev-getro"
23751 msgstr ""
23752
23753 # type: verbatim
23754 #. type: verbatim
23755 #: ../fish/guestfish-actions.pod:456
23756 #, no-wrap
23757 msgid ""
23758 " blockdev-getro device\n"
23759 "\n"
23760 msgstr ""
23761
23762 # type: =head2
23763 #. type: =head2
23764 #: ../fish/guestfish-actions.pod:463
23765 msgid "blockdev-getsize64"
23766 msgstr ""
23767
23768 # type: verbatim
23769 #. type: verbatim
23770 #: ../fish/guestfish-actions.pod:465
23771 #, no-wrap
23772 msgid ""
23773 " blockdev-getsize64 device\n"
23774 "\n"
23775 msgstr ""
23776
23777 # type: textblock
23778 #. type: textblock
23779 #: ../fish/guestfish-actions.pod:469
23780 msgid "See also L</blockdev-getsz>."
23781 msgstr ""
23782
23783 # type: =head2
23784 #. type: =head2
23785 #: ../fish/guestfish-actions.pod:473
23786 msgid "blockdev-getss"
23787 msgstr ""
23788
23789 # type: verbatim
23790 #. type: verbatim
23791 #: ../fish/guestfish-actions.pod:475
23792 #, no-wrap
23793 msgid ""
23794 " blockdev-getss device\n"
23795 "\n"
23796 msgstr ""
23797
23798 # type: textblock
23799 #. type: textblock
23800 #: ../fish/guestfish-actions.pod:480
23801 msgid ""
23802 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23803 msgstr ""
23804
23805 # type: =head2
23806 #. type: =head2
23807 #: ../fish/guestfish-actions.pod:485
23808 msgid "blockdev-getsz"
23809 msgstr ""
23810
23811 # type: verbatim
23812 #. type: verbatim
23813 #: ../fish/guestfish-actions.pod:487
23814 #, no-wrap
23815 msgid ""
23816 " blockdev-getsz device\n"
23817 "\n"
23818 msgstr ""
23819
23820 # type: textblock
23821 #. type: textblock
23822 #: ../fish/guestfish-actions.pod:492
23823 msgid ""
23824 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23825 "blockdev-getsize64> for the more useful I<size in bytes>."
23826 msgstr ""
23827
23828 # type: =head2
23829 #. type: =head2
23830 #: ../fish/guestfish-actions.pod:498
23831 msgid "blockdev-rereadpt"
23832 msgstr ""
23833
23834 # type: verbatim
23835 #. type: verbatim
23836 #: ../fish/guestfish-actions.pod:500
23837 #, no-wrap
23838 msgid ""
23839 " blockdev-rereadpt device\n"
23840 "\n"
23841 msgstr ""
23842
23843 # type: =head2
23844 #. type: =head2
23845 #: ../fish/guestfish-actions.pod:506
23846 msgid "blockdev-setbsz"
23847 msgstr ""
23848
23849 # type: verbatim
23850 #. type: verbatim
23851 #: ../fish/guestfish-actions.pod:508
23852 #, no-wrap
23853 msgid ""
23854 " blockdev-setbsz device blocksize\n"
23855 "\n"
23856 msgstr ""
23857
23858 # type: =head2
23859 #. type: =head2
23860 #: ../fish/guestfish-actions.pod:517
23861 msgid "blockdev-setro"
23862 msgstr ""
23863
23864 # type: verbatim
23865 #. type: verbatim
23866 #: ../fish/guestfish-actions.pod:519
23867 #, no-wrap
23868 msgid ""
23869 " blockdev-setro device\n"
23870 "\n"
23871 msgstr ""
23872
23873 # type: =head2
23874 #. type: =head2
23875 #: ../fish/guestfish-actions.pod:525
23876 msgid "blockdev-setrw"
23877 msgstr ""
23878
23879 # type: verbatim
23880 #. type: verbatim
23881 #: ../fish/guestfish-actions.pod:527
23882 #, no-wrap
23883 msgid ""
23884 " blockdev-setrw device\n"
23885 "\n"
23886 msgstr ""
23887
23888 # type: =head2
23889 #. type: =head2
23890 #: ../fish/guestfish-actions.pod:533
23891 msgid "case-sensitive-path"
23892 msgstr ""
23893
23894 # type: verbatim
23895 #. type: verbatim
23896 #: ../fish/guestfish-actions.pod:535
23897 #, no-wrap
23898 msgid ""
23899 " case-sensitive-path path\n"
23900 "\n"
23901 msgstr ""
23902
23903 # type: textblock
23904 #. type: textblock
23905 #: ../fish/guestfish-actions.pod:559
23906 msgid ""
23907 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23908 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23909 "the directories were originally created under Windows)."
23910 msgstr ""
23911
23912 # type: textblock
23913 #. type: textblock
23914 #: ../fish/guestfish-actions.pod:567
23915 msgid "See also L</realpath>."
23916 msgstr ""
23917
23918 # type: =head2
23919 #. type: =head2
23920 #: ../fish/guestfish-actions.pod:569
23921 msgid "cat"
23922 msgstr ""
23923
23924 # type: verbatim
23925 #. type: verbatim
23926 #: ../fish/guestfish-actions.pod:571
23927 #, no-wrap
23928 msgid ""
23929 " cat path\n"
23930 "\n"
23931 msgstr ""
23932
23933 # type: textblock
23934 #. type: textblock
23935 #: ../fish/guestfish-actions.pod:575
23936 msgid ""
23937 "Note that this function cannot correctly handle binary files (specifically, "
23938 "files containing C<\\0> character which is treated as end of string).  For "
23939 "those you need to use the L</read-file> or L</download> functions which have "
23940 "a more complex interface."
23941 msgstr ""
23942
23943 # type: =head2
23944 #. type: =head2
23945 #: ../fish/guestfish-actions.pod:583
23946 msgid "checksum"
23947 msgstr ""
23948
23949 # type: verbatim
23950 #. type: verbatim
23951 #: ../fish/guestfish-actions.pod:585
23952 #, no-wrap
23953 msgid ""
23954 " checksum csumtype path\n"
23955 "\n"
23956 msgstr ""
23957
23958 # type: textblock
23959 #. type: textblock
23960 #: ../fish/guestfish-actions.pod:628
23961 msgid "To get the checksum for a device, use L</checksum-device>."
23962 msgstr ""
23963
23964 # type: textblock
23965 #. type: textblock
23966 #: ../fish/guestfish-actions.pod:630
23967 msgid "To get the checksums for many files, use L</checksums-out>."
23968 msgstr ""
23969
23970 # type: =head2
23971 #. type: =head2
23972 #: ../fish/guestfish-actions.pod:632
23973 msgid "checksum-device"
23974 msgstr ""
23975
23976 # type: verbatim
23977 #. type: verbatim
23978 #: ../fish/guestfish-actions.pod:634
23979 #, no-wrap
23980 msgid ""
23981 " checksum-device csumtype device\n"
23982 "\n"
23983 msgstr ""
23984
23985 # type: textblock
23986 #. type: textblock
23987 #: ../fish/guestfish-actions.pod:636
23988 msgid ""
23989 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23990 "device named C<device>.  For the types of checksums supported see the L</"
23991 "checksum> command."
23992 msgstr ""
23993
23994 # type: =head2
23995 #. type: =head2
23996 #: ../fish/guestfish-actions.pod:640
23997 msgid "checksums-out"
23998 msgstr ""
23999
24000 # type: verbatim
24001 #. type: verbatim
24002 #: ../fish/guestfish-actions.pod:642
24003 #, no-wrap
24004 msgid ""
24005 " checksums-out csumtype directory (sumsfile|-)\n"
24006 "\n"
24007 msgstr ""
24008
24009 # type: =head2
24010 #. type: =head2
24011 #: ../fish/guestfish-actions.pod:658
24012 msgid "chmod"
24013 msgstr ""
24014
24015 # type: verbatim
24016 #. type: verbatim
24017 #: ../fish/guestfish-actions.pod:660
24018 #, no-wrap
24019 msgid ""
24020 " chmod mode path\n"
24021 "\n"
24022 msgstr ""
24023
24024 # type: =head2
24025 #. type: =head2
24026 #: ../fish/guestfish-actions.pod:671
24027 msgid "chown"
24028 msgstr ""
24029
24030 # type: verbatim
24031 #. type: verbatim
24032 #: ../fish/guestfish-actions.pod:673
24033 #, no-wrap
24034 msgid ""
24035 " chown owner group path\n"
24036 "\n"
24037 msgstr ""
24038
24039 # type: =head2
24040 #. type: =head2
24041 #: ../fish/guestfish-actions.pod:681
24042 msgid "command"
24043 msgstr ""
24044
24045 # type: verbatim
24046 #. type: verbatim
24047 #: ../fish/guestfish-actions.pod:683
24048 #, no-wrap
24049 msgid ""
24050 " command 'arguments ...'\n"
24051 "\n"
24052 msgstr ""
24053
24054 # type: textblock
24055 #. type: textblock
24056 #: ../fish/guestfish-actions.pod:690
24057 msgid ""
24058 "The single parameter is an argv-style list of arguments.  The first element "
24059 "is the name of the program to run.  Subsequent elements are parameters.  The "
24060 "list must be non-empty (ie. must contain a program name).  Note that the "
24061 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24062 msgstr ""
24063
24064 # type: =head2
24065 #. type: =head2
24066 #: ../fish/guestfish-actions.pod:718
24067 msgid "command-lines"
24068 msgstr ""
24069
24070 # type: verbatim
24071 #. type: verbatim
24072 #: ../fish/guestfish-actions.pod:720
24073 #, no-wrap
24074 msgid ""
24075 " command-lines 'arguments ...'\n"
24076 "\n"
24077 msgstr ""
24078
24079 # type: textblock
24080 #. type: textblock
24081 #: ../fish/guestfish-actions.pod:722
24082 msgid ""
24083 "This is the same as L</command>, but splits the result into a list of lines."
24084 msgstr ""
24085
24086 # type: textblock
24087 #. type: textblock
24088 #: ../fish/guestfish-actions.pod:725
24089 msgid "See also: L</sh-lines>"
24090 msgstr ""
24091
24092 # type: =head2
24093 #. type: =head2
24094 #: ../fish/guestfish-actions.pod:730
24095 msgid "config"
24096 msgstr ""
24097
24098 # type: verbatim
24099 #. type: verbatim
24100 #: ../fish/guestfish-actions.pod:732
24101 #, no-wrap
24102 msgid ""
24103 " config qemuparam qemuvalue\n"
24104 "\n"
24105 msgstr ""
24106
24107 # type: =head2
24108 #. type: =head2
24109 #: ../fish/guestfish-actions.pod:743
24110 msgid "copy-size"
24111 msgstr ""
24112
24113 # type: verbatim
24114 #. type: verbatim
24115 #: ../fish/guestfish-actions.pod:745
24116 #, no-wrap
24117 msgid ""
24118 " copy-size src dest size\n"
24119 "\n"
24120 msgstr ""
24121
24122 # type: =head2
24123 #. type: =head2
24124 #: ../fish/guestfish-actions.pod:753
24125 msgid "cp"
24126 msgstr ""
24127
24128 # type: verbatim
24129 #. type: verbatim
24130 #: ../fish/guestfish-actions.pod:755
24131 #, no-wrap
24132 msgid ""
24133 " cp src dest\n"
24134 "\n"
24135 msgstr ""
24136
24137 # type: =head2
24138 #. type: =head2
24139 #: ../fish/guestfish-actions.pod:760
24140 msgid "cp-a"
24141 msgstr ""
24142
24143 # type: verbatim
24144 #. type: verbatim
24145 #: ../fish/guestfish-actions.pod:762
24146 #, no-wrap
24147 msgid ""
24148 " cp-a src dest\n"
24149 "\n"
24150 msgstr ""
24151
24152 # type: =head2
24153 #. type: =head2
24154 #: ../fish/guestfish-actions.pod:767
24155 msgid "dd"
24156 msgstr ""
24157
24158 # type: verbatim
24159 #. type: verbatim
24160 #: ../fish/guestfish-actions.pod:769
24161 #, no-wrap
24162 msgid ""
24163 " dd src dest\n"
24164 "\n"
24165 msgstr ""
24166
24167 # type: textblock
24168 #. type: textblock
24169 #: ../fish/guestfish-actions.pod:776
24170 msgid ""
24171 "If the destination is a device, it must be as large or larger than the "
24172 "source file or device, otherwise the copy will fail.  This command cannot do "
24173 "partial copies (see L</copy-size>)."
24174 msgstr ""
24175
24176 # type: =head2
24177 #. type: =head2
24178 #: ../fish/guestfish-actions.pod:780
24179 msgid "df"
24180 msgstr ""
24181
24182 # type: verbatim
24183 #. type: verbatim
24184 #: ../fish/guestfish-actions.pod:782
24185 #, no-wrap
24186 msgid ""
24187 " df\n"
24188 "\n"
24189 msgstr ""
24190
24191 # type: textblock
24192 #. type: textblock
24193 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
24194 msgid ""
24195 "This command is mostly useful for interactive sessions.  It is I<not> "
24196 "intended that you try to parse the output string.  Use L</statvfs> from "
24197 "programs."
24198 msgstr ""
24199
24200 # type: =head2
24201 #. type: =head2
24202 #: ../fish/guestfish-actions.pod:790
24203 msgid "df-h"
24204 msgstr ""
24205
24206 # type: verbatim
24207 #. type: verbatim
24208 #: ../fish/guestfish-actions.pod:792
24209 #, no-wrap
24210 msgid ""
24211 " df-h\n"
24212 "\n"
24213 msgstr ""
24214
24215 # type: =head2
24216 #. type: =head2
24217 #: ../fish/guestfish-actions.pod:801
24218 msgid "dmesg"
24219 msgstr ""
24220
24221 # type: verbatim
24222 #. type: verbatim
24223 #: ../fish/guestfish-actions.pod:803
24224 #, no-wrap
24225 msgid ""
24226 " dmesg\n"
24227 "\n"
24228 msgstr ""
24229
24230 # type: textblock
24231 #. type: textblock
24232 #: ../fish/guestfish-actions.pod:809
24233 msgid ""
24234 "Another way to get the same information is to enable verbose messages with "
24235 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24236 "before running the program."
24237 msgstr ""
24238
24239 # type: =head2
24240 #. type: =head2
24241 #: ../fish/guestfish-actions.pod:814
24242 msgid "download"
24243 msgstr ""
24244
24245 # type: verbatim
24246 #. type: verbatim
24247 #: ../fish/guestfish-actions.pod:816
24248 #, no-wrap
24249 msgid ""
24250 " download remotefilename (filename|-)\n"
24251 "\n"
24252 msgstr ""
24253
24254 # type: textblock
24255 #. type: textblock
24256 #: ../fish/guestfish-actions.pod:823
24257 msgid "See also L</upload>, L</cat>."
24258 msgstr ""
24259
24260 # type: =head2
24261 #. type: =head2
24262 #: ../fish/guestfish-actions.pod:827
24263 msgid "download-offset"
24264 msgstr ""
24265
24266 # type: verbatim
24267 #. type: verbatim
24268 #: ../fish/guestfish-actions.pod:829
24269 #, no-wrap
24270 msgid ""
24271 " download-offset remotefilename (filename|-) offset size\n"
24272 "\n"
24273 msgstr ""
24274
24275 # type: textblock
24276 #. type: textblock
24277 #: ../fish/guestfish-actions.pod:837
24278 msgid ""
24279 "Note that there is no limit on the amount of data that can be downloaded "
24280 "with this call, unlike with L</pread>, and this call always reads the full "
24281 "amount unless an error occurs."
24282 msgstr ""
24283
24284 # type: textblock
24285 #. type: textblock
24286 #: ../fish/guestfish-actions.pod:842
24287 msgid "See also L</download>, L</pread>."
24288 msgstr ""
24289
24290 # type: =head2
24291 #. type: =head2
24292 #: ../fish/guestfish-actions.pod:846
24293 msgid "drop-caches"
24294 msgstr ""
24295
24296 # type: verbatim
24297 #. type: verbatim
24298 #: ../fish/guestfish-actions.pod:848
24299 #, no-wrap
24300 msgid ""
24301 " drop-caches whattodrop\n"
24302 "\n"
24303 msgstr ""
24304
24305 # type: =head2
24306 #. type: =head2
24307 #: ../fish/guestfish-actions.pod:860
24308 msgid "du"
24309 msgstr ""
24310
24311 # type: verbatim
24312 #. type: verbatim
24313 #: ../fish/guestfish-actions.pod:862
24314 #, no-wrap
24315 msgid ""
24316 " du path\n"
24317 "\n"
24318 msgstr ""
24319
24320 # type: =head2
24321 #. type: =head2
24322 #: ../fish/guestfish-actions.pod:874
24323 msgid "e2fsck-f"
24324 msgstr ""
24325
24326 # type: verbatim
24327 #. type: verbatim
24328 #: ../fish/guestfish-actions.pod:876
24329 #, no-wrap
24330 msgid ""
24331 " e2fsck-f device\n"
24332 "\n"
24333 msgstr ""
24334
24335 # type: textblock
24336 #. type: textblock
24337 #: ../fish/guestfish-actions.pod:882
24338 msgid ""
24339 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24340 "should use L</fsck>."
24341 msgstr ""
24342
24343 # type: =head2
24344 #. type: =head2
24345 #: ../fish/guestfish-actions.pod:885
24346 msgid "echo-daemon"
24347 msgstr ""
24348
24349 # type: verbatim
24350 #. type: verbatim
24351 #: ../fish/guestfish-actions.pod:887
24352 #, no-wrap
24353 msgid ""
24354 " echo-daemon 'words ...'\n"
24355 "\n"
24356 msgstr ""
24357
24358 # type: textblock
24359 #. type: textblock
24360 #: ../fish/guestfish-actions.pod:894
24361 msgid "See also L</ping-daemon>."
24362 msgstr ""
24363
24364 # type: =head2
24365 #. type: =head2
24366 #: ../fish/guestfish-actions.pod:896
24367 msgid "egrep"
24368 msgstr ""
24369
24370 # type: verbatim
24371 #. type: verbatim
24372 #: ../fish/guestfish-actions.pod:898
24373 #, no-wrap
24374 msgid ""
24375 " egrep regex path\n"
24376 "\n"
24377 msgstr ""
24378
24379 # type: =head2
24380 #. type: =head2
24381 #: ../fish/guestfish-actions.pod:906
24382 msgid "egrepi"
24383 msgstr ""
24384
24385 # type: verbatim
24386 #. type: verbatim
24387 #: ../fish/guestfish-actions.pod:908
24388 #, no-wrap
24389 msgid ""
24390 " egrepi regex path\n"
24391 "\n"
24392 msgstr ""
24393
24394 # type: =head2
24395 #. type: =head2
24396 #: ../fish/guestfish-actions.pod:916
24397 msgid "equal"
24398 msgstr ""
24399
24400 # type: verbatim
24401 #. type: verbatim
24402 #: ../fish/guestfish-actions.pod:918
24403 #, no-wrap
24404 msgid ""
24405 " equal file1 file2\n"
24406 "\n"
24407 msgstr ""
24408
24409 # type: =head2
24410 #. type: =head2
24411 #: ../fish/guestfish-actions.pod:925
24412 msgid "exists"
24413 msgstr ""
24414
24415 # type: verbatim
24416 #. type: verbatim
24417 #: ../fish/guestfish-actions.pod:927
24418 #, no-wrap
24419 msgid ""
24420 " exists path\n"
24421 "\n"
24422 msgstr ""
24423
24424 # type: textblock
24425 #. type: textblock
24426 #: ../fish/guestfish-actions.pod:932
24427 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24428 msgstr ""
24429
24430 # type: =head2
24431 #. type: =head2
24432 #: ../fish/guestfish-actions.pod:934
24433 msgid "fallocate"
24434 msgstr ""
24435
24436 # type: verbatim
24437 #. type: verbatim
24438 #: ../fish/guestfish-actions.pod:936
24439 #, no-wrap
24440 msgid ""
24441 " fallocate path len\n"
24442 "\n"
24443 msgstr ""
24444
24445 # type: =head2
24446 #. type: =head2
24447 #: ../fish/guestfish-actions.pod:953
24448 msgid "fallocate64"
24449 msgstr ""
24450
24451 # type: verbatim
24452 #. type: verbatim
24453 #: ../fish/guestfish-actions.pod:955
24454 #, no-wrap
24455 msgid ""
24456 " fallocate64 path len\n"
24457 "\n"
24458 msgstr ""
24459
24460 # type: textblock
24461 #. type: textblock
24462 #: ../fish/guestfish-actions.pod:961
24463 msgid ""
24464 "Note that this call allocates disk blocks for the file.  To create a sparse "
24465 "file use L</truncate-size> instead."
24466 msgstr ""
24467
24468 # type: textblock
24469 #. type: textblock
24470 #: ../fish/guestfish-actions.pod:964
24471 msgid ""
24472 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24473 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24474 "maximum size of files created through that call to 1GB."
24475 msgstr ""
24476
24477 # type: =head2
24478 #. type: =head2
24479 #: ../fish/guestfish-actions.pod:973
24480 msgid "fgrep"
24481 msgstr ""
24482
24483 # type: verbatim
24484 #. type: verbatim
24485 #: ../fish/guestfish-actions.pod:975
24486 #, no-wrap
24487 msgid ""
24488 " fgrep pattern path\n"
24489 "\n"
24490 msgstr ""
24491
24492 # type: =head2
24493 #. type: =head2
24494 #: ../fish/guestfish-actions.pod:983
24495 msgid "fgrepi"
24496 msgstr ""
24497
24498 # type: verbatim
24499 #. type: verbatim
24500 #: ../fish/guestfish-actions.pod:985
24501 #, no-wrap
24502 msgid ""
24503 " fgrepi pattern path\n"
24504 "\n"
24505 msgstr ""
24506
24507 # type: =head2
24508 #. type: =head2
24509 #: ../fish/guestfish-actions.pod:993
24510 msgid "file"
24511 msgstr ""
24512
24513 # type: verbatim
24514 #. type: verbatim
24515 #: ../fish/guestfish-actions.pod:995
24516 #, no-wrap
24517 msgid ""
24518 " file path\n"
24519 "\n"
24520 msgstr ""
24521
24522 #. type: textblock
24523 #: ../fish/guestfish-actions.pod:1011
24524 msgid ""
24525 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
24526 "(etc)."
24527 msgstr ""
24528
24529 # type: =head2
24530 #. type: =head2
24531 #: ../fish/guestfish-actions.pod:1014
24532 msgid "file-architecture"
24533 msgstr ""
24534
24535 # type: verbatim
24536 #. type: verbatim
24537 #: ../fish/guestfish-actions.pod:1016
24538 #, no-wrap
24539 msgid ""
24540 " file-architecture filename\n"
24541 "\n"
24542 msgstr ""
24543
24544 # type: =head2
24545 #. type: =head2
24546 #: ../fish/guestfish-actions.pod:1119
24547 msgid "filesize"
24548 msgstr ""
24549
24550 # type: verbatim
24551 #. type: verbatim
24552 #: ../fish/guestfish-actions.pod:1121
24553 #, no-wrap
24554 msgid ""
24555 " filesize file\n"
24556 "\n"
24557 msgstr ""
24558
24559 # type: textblock
24560 #. type: textblock
24561 #: ../fish/guestfish-actions.pod:1125
24562 msgid ""
24563 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24564 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24565 msgstr ""
24566
24567 # type: =head2
24568 #. type: =head2
24569 #: ../fish/guestfish-actions.pod:1129
24570 msgid "fill"
24571 msgstr ""
24572
24573 # type: verbatim
24574 #. type: verbatim
24575 #: ../fish/guestfish-actions.pod:1131
24576 #, no-wrap
24577 msgid ""
24578 " fill c len path\n"
24579 "\n"
24580 msgstr ""
24581
24582 # type: textblock
24583 #. type: textblock
24584 #: ../fish/guestfish-actions.pod:1137
24585 msgid ""
24586 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24587 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24588 "L</fill-pattern>."
24589 msgstr ""
24590
24591 # type: =head2
24592 #. type: =head2
24593 #: ../fish/guestfish-actions.pod:1142
24594 msgid "fill-pattern"
24595 msgstr ""
24596
24597 # type: verbatim
24598 #. type: verbatim
24599 #: ../fish/guestfish-actions.pod:1144
24600 #, no-wrap
24601 msgid ""
24602 " fill-pattern pattern len path\n"
24603 "\n"
24604 msgstr ""
24605
24606 # type: textblock
24607 #. type: textblock
24608 #: ../fish/guestfish-actions.pod:1146
24609 msgid ""
24610 "This function is like L</fill> except that it creates a new file of length "
24611 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24612 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24613 "bytes."
24614 msgstr ""
24615
24616 # type: =head2
24617 #. type: =head2
24618 #: ../fish/guestfish-actions.pod:1151
24619 msgid "find"
24620 msgstr ""
24621
24622 # type: verbatim
24623 #. type: verbatim
24624 #: ../fish/guestfish-actions.pod:1153
24625 #, no-wrap
24626 msgid ""
24627 " find directory\n"
24628 "\n"
24629 msgstr ""
24630
24631 # type: textblock
24632 #. type: textblock
24633 #: ../fish/guestfish-actions.pod:1167
24634 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24635 msgstr ""
24636
24637 # type: textblock
24638 #. type: textblock
24639 #: ../fish/guestfish-actions.pod:1180
24640 msgid "See also L</find0>."
24641 msgstr ""
24642
24643 # type: =head2
24644 #. type: =head2
24645 #: ../fish/guestfish-actions.pod:1185
24646 msgid "find0"
24647 msgstr ""
24648
24649 # type: verbatim
24650 #. type: verbatim
24651 #: ../fish/guestfish-actions.pod:1187
24652 #, no-wrap
24653 msgid ""
24654 " find0 directory (files|-)\n"
24655 "\n"
24656 msgstr ""
24657
24658 # type: textblock
24659 #. type: textblock
24660 #: ../fish/guestfish-actions.pod:1193
24661 msgid ""
24662 "This command works the same way as L</find> with the following exceptions:"
24663 msgstr ""
24664
24665 # type: =head2
24666 #. type: =head2
24667 #: ../fish/guestfish-actions.pod:1220
24668 msgid "findfs-label"
24669 msgstr ""
24670
24671 # type: verbatim
24672 #. type: verbatim
24673 #: ../fish/guestfish-actions.pod:1222
24674 #, no-wrap
24675 msgid ""
24676 " findfs-label label\n"
24677 "\n"
24678 msgstr ""
24679
24680 # type: textblock
24681 #. type: textblock
24682 #: ../fish/guestfish-actions.pod:1228
24683 msgid "To find the label of a filesystem, use L</vfs-label>."
24684 msgstr ""
24685
24686 # type: =head2
24687 #. type: =head2
24688 #: ../fish/guestfish-actions.pod:1230
24689 msgid "findfs-uuid"
24690 msgstr ""
24691
24692 # type: verbatim
24693 #. type: verbatim
24694 #: ../fish/guestfish-actions.pod:1232
24695 #, no-wrap
24696 msgid ""
24697 " findfs-uuid uuid\n"
24698 "\n"
24699 msgstr ""
24700
24701 # type: textblock
24702 #. type: textblock
24703 #: ../fish/guestfish-actions.pod:1238
24704 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24705 msgstr ""
24706
24707 # type: =head2
24708 #. type: =head2
24709 #: ../fish/guestfish-actions.pod:1240
24710 msgid "fsck"
24711 msgstr ""
24712
24713 # type: verbatim
24714 #. type: verbatim
24715 #: ../fish/guestfish-actions.pod:1242
24716 #, no-wrap
24717 msgid ""
24718 " fsck fstype device\n"
24719 "\n"
24720 msgstr ""
24721
24722 # type: =head2
24723 #. type: =head2
24724 #: ../fish/guestfish-actions.pod:1272
24725 msgid "get-append"
24726 msgstr ""
24727
24728 # type: verbatim
24729 #. type: verbatim
24730 #: ../fish/guestfish-actions.pod:1274
24731 #, no-wrap
24732 msgid ""
24733 " get-append\n"
24734 "\n"
24735 msgstr ""
24736
24737 # type: =head2
24738 #. type: =head2
24739 #: ../fish/guestfish-actions.pod:1281
24740 msgid "get-autosync"
24741 msgstr ""
24742
24743 # type: verbatim
24744 #. type: verbatim
24745 #: ../fish/guestfish-actions.pod:1283
24746 #, no-wrap
24747 msgid ""
24748 " get-autosync\n"
24749 "\n"
24750 msgstr ""
24751
24752 # type: =head2
24753 #. type: =head2
24754 #: ../fish/guestfish-actions.pod:1287
24755 msgid "get-direct"
24756 msgstr ""
24757
24758 # type: verbatim
24759 #. type: verbatim
24760 #: ../fish/guestfish-actions.pod:1289
24761 #, no-wrap
24762 msgid ""
24763 " get-direct\n"
24764 "\n"
24765 msgstr ""
24766
24767 # type: =head2
24768 #. type: =head2
24769 #: ../fish/guestfish-actions.pod:1293
24770 msgid "get-e2label"
24771 msgstr ""
24772
24773 # type: verbatim
24774 #. type: verbatim
24775 #: ../fish/guestfish-actions.pod:1295
24776 #, no-wrap
24777 msgid ""
24778 " get-e2label device\n"
24779 "\n"
24780 msgstr ""
24781
24782 # type: =head2
24783 #. type: =head2
24784 #: ../fish/guestfish-actions.pod:1307
24785 msgid "get-e2uuid"
24786 msgstr ""
24787
24788 # type: verbatim
24789 #. type: verbatim
24790 #: ../fish/guestfish-actions.pod:1309
24791 #, no-wrap
24792 msgid ""
24793 " get-e2uuid device\n"
24794 "\n"
24795 msgstr ""
24796
24797 # type: =head2
24798 #. type: =head2
24799 #: ../fish/guestfish-actions.pod:1321
24800 msgid "get-memsize"
24801 msgstr ""
24802
24803 # type: verbatim
24804 #. type: verbatim
24805 #: ../fish/guestfish-actions.pod:1323
24806 #, no-wrap
24807 msgid ""
24808 " get-memsize\n"
24809 "\n"
24810 msgstr ""
24811
24812 # type: textblock
24813 #. type: textblock
24814 #: ../fish/guestfish-actions.pod:1328
24815 msgid ""
24816 "If L</set-memsize> was not called on this handle, and if "
24817 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24818 "value for memsize."
24819 msgstr ""
24820
24821 # type: =head2
24822 #. type: =head2
24823 #: ../fish/guestfish-actions.pod:1335
24824 msgid "get-network"
24825 msgstr ""
24826
24827 # type: verbatim
24828 #. type: verbatim
24829 #: ../fish/guestfish-actions.pod:1337
24830 #, no-wrap
24831 msgid ""
24832 " get-network\n"
24833 "\n"
24834 msgstr ""
24835
24836 # type: =head2
24837 #. type: =head2
24838 #: ../fish/guestfish-actions.pod:1341
24839 msgid "get-path"
24840 msgstr ""
24841
24842 # type: verbatim
24843 #. type: verbatim
24844 #: ../fish/guestfish-actions.pod:1343
24845 #, no-wrap
24846 msgid ""
24847 " get-path\n"
24848 "\n"
24849 msgstr ""
24850
24851 # type: =head2
24852 #. type: =head2
24853 #: ../fish/guestfish-actions.pod:1350
24854 msgid "get-pid"
24855 msgstr ""
24856
24857 # type: =head2
24858 #. type: =head2
24859 #: ../fish/guestfish-actions.pod:1352
24860 msgid "pid"
24861 msgstr ""
24862
24863 # type: verbatim
24864 #. type: verbatim
24865 #: ../fish/guestfish-actions.pod:1354
24866 #, no-wrap
24867 msgid ""
24868 " get-pid\n"
24869 "\n"
24870 msgstr ""
24871
24872 # type: =head2
24873 #. type: =head2
24874 #: ../fish/guestfish-actions.pod:1361
24875 msgid "get-qemu"
24876 msgstr ""
24877
24878 # type: verbatim
24879 #. type: verbatim
24880 #: ../fish/guestfish-actions.pod:1363
24881 #, no-wrap
24882 msgid ""
24883 " get-qemu\n"
24884 "\n"
24885 msgstr ""
24886
24887 # type: =head2
24888 #. type: =head2
24889 #: ../fish/guestfish-actions.pod:1370
24890 msgid "get-recovery-proc"
24891 msgstr ""
24892
24893 # type: verbatim
24894 #. type: verbatim
24895 #: ../fish/guestfish-actions.pod:1372
24896 #, no-wrap
24897 msgid ""
24898 " get-recovery-proc\n"
24899 "\n"
24900 msgstr ""
24901
24902 # type: =head2
24903 #. type: =head2
24904 #: ../fish/guestfish-actions.pod:1376
24905 msgid "get-selinux"
24906 msgstr ""
24907
24908 # type: verbatim
24909 #. type: verbatim
24910 #: ../fish/guestfish-actions.pod:1378
24911 #, no-wrap
24912 msgid ""
24913 " get-selinux\n"
24914 "\n"
24915 msgstr ""
24916
24917 # type: textblock
24918 #. type: textblock
24919 #: ../fish/guestfish-actions.pod:1380
24920 msgid ""
24921 "This returns the current setting of the selinux flag which is passed to the "
24922 "appliance at boot time.  See L</set-selinux>."
24923 msgstr ""
24924
24925 # type: =head2
24926 #. type: =head2
24927 #: ../fish/guestfish-actions.pod:1386
24928 msgid "get-state"
24929 msgstr ""
24930
24931 # type: verbatim
24932 #. type: verbatim
24933 #: ../fish/guestfish-actions.pod:1388
24934 #, no-wrap
24935 msgid ""
24936 " get-state\n"
24937 "\n"
24938 msgstr ""
24939
24940 # type: =head2
24941 #. type: =head2
24942 #: ../fish/guestfish-actions.pod:1395
24943 msgid "get-trace"
24944 msgstr ""
24945
24946 # type: verbatim
24947 #. type: verbatim
24948 #: ../fish/guestfish-actions.pod:1397
24949 #, no-wrap
24950 msgid ""
24951 " get-trace\n"
24952 "\n"
24953 msgstr ""
24954
24955 # type: =head2
24956 #. type: =head2
24957 #: ../fish/guestfish-actions.pod:1401
24958 msgid "get-umask"
24959 msgstr ""
24960
24961 # type: verbatim
24962 #. type: verbatim
24963 #: ../fish/guestfish-actions.pod:1403
24964 #, no-wrap
24965 msgid ""
24966 " get-umask\n"
24967 "\n"
24968 msgstr ""
24969
24970 # type: textblock
24971 #. type: textblock
24972 #: ../fish/guestfish-actions.pod:1405
24973 msgid ""
24974 "Return the current umask.  By default the umask is C<022> unless it has been "
24975 "set by calling L</umask>."
24976 msgstr ""
24977
24978 # type: =head2
24979 #. type: =head2
24980 #: ../fish/guestfish-actions.pod:1408
24981 msgid "get-verbose"
24982 msgstr ""
24983
24984 # type: verbatim
24985 #. type: verbatim
24986 #: ../fish/guestfish-actions.pod:1410
24987 #, no-wrap
24988 msgid ""
24989 " get-verbose\n"
24990 "\n"
24991 msgstr ""
24992
24993 # type: =head2
24994 #. type: =head2
24995 #: ../fish/guestfish-actions.pod:1414
24996 msgid "getcon"
24997 msgstr ""
24998
24999 # type: verbatim
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:1416
25002 #, no-wrap
25003 msgid ""
25004 " getcon\n"
25005 "\n"
25006 msgstr ""
25007
25008 # type: textblock
25009 #. type: textblock
25010 #: ../fish/guestfish-actions.pod:1420
25011 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
25012 msgstr ""
25013
25014 # type: =head2
25015 #. type: =head2
25016 #: ../fish/guestfish-actions.pod:1423
25017 msgid "getxattr"
25018 msgstr ""
25019
25020 # type: verbatim
25021 #. type: verbatim
25022 #: ../fish/guestfish-actions.pod:1425
25023 #, no-wrap
25024 msgid ""
25025 " getxattr path name\n"
25026 "\n"
25027 msgstr ""
25028
25029 # type: textblock
25030 #. type: textblock
25031 #: ../fish/guestfish-actions.pod:1427
25032 msgid ""
25033 "Get a single extended attribute from file C<path> named C<name>.  This call "
25034 "follows symlinks.  If you want to lookup an extended attribute for the "
25035 "symlink itself, use L</lgetxattr>."
25036 msgstr ""
25037
25038 # type: textblock
25039 #. type: textblock
25040 #: ../fish/guestfish-actions.pod:1431 ../fish/guestfish-actions.pod:2262
25041 msgid ""
25042 "Normally it is better to get all extended attributes from a file in one go "
25043 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25044 "buggy and do not provide a way to list out attributes.  For these "
25045 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25046 "attributes you want in advance and call this function."
25047 msgstr ""
25048
25049 # type: textblock
25050 #. type: textblock
25051 #: ../fish/guestfish-actions.pod:1441
25052 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25053 msgstr ""
25054
25055 # type: =head2
25056 #. type: =head2
25057 #: ../fish/guestfish-actions.pod:1443
25058 msgid "getxattrs"
25059 msgstr ""
25060
25061 # type: verbatim
25062 #. type: verbatim
25063 #: ../fish/guestfish-actions.pod:1445
25064 #, no-wrap
25065 msgid ""
25066 " getxattrs path\n"
25067 "\n"
25068 msgstr ""
25069
25070 # type: textblock
25071 #. type: textblock
25072 #: ../fish/guestfish-actions.pod:1453
25073 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25074 msgstr ""
25075
25076 # type: =head2
25077 #. type: =head2
25078 #: ../fish/guestfish-actions.pod:1455
25079 msgid "glob-expand"
25080 msgstr ""
25081
25082 # type: verbatim
25083 #. type: verbatim
25084 #: ../fish/guestfish-actions.pod:1457
25085 #, no-wrap
25086 msgid ""
25087 " glob-expand pattern\n"
25088 "\n"
25089 msgstr ""
25090
25091 # type: =head2
25092 #. type: =head2
25093 #: ../fish/guestfish-actions.pod:1470
25094 msgid "grep"
25095 msgstr ""
25096
25097 # type: verbatim
25098 #. type: verbatim
25099 #: ../fish/guestfish-actions.pod:1472
25100 #, no-wrap
25101 msgid ""
25102 " grep regex path\n"
25103 "\n"
25104 msgstr ""
25105
25106 # type: =head2
25107 #. type: =head2
25108 #: ../fish/guestfish-actions.pod:1480
25109 msgid "grepi"
25110 msgstr ""
25111
25112 # type: verbatim
25113 #. type: verbatim
25114 #: ../fish/guestfish-actions.pod:1482
25115 #, no-wrap
25116 msgid ""
25117 " grepi regex path\n"
25118 "\n"
25119 msgstr ""
25120
25121 # type: =head2
25122 #. type: =head2
25123 #: ../fish/guestfish-actions.pod:1490
25124 msgid "grub-install"
25125 msgstr ""
25126
25127 # type: verbatim
25128 #. type: verbatim
25129 #: ../fish/guestfish-actions.pod:1492
25130 #, no-wrap
25131 msgid ""
25132 " grub-install root device\n"
25133 "\n"
25134 msgstr ""
25135
25136 # type: =head2
25137 #. type: =head2
25138 #: ../fish/guestfish-actions.pod:1508
25139 msgid "head"
25140 msgstr ""
25141
25142 # type: verbatim
25143 #. type: verbatim
25144 #: ../fish/guestfish-actions.pod:1510
25145 #, no-wrap
25146 msgid ""
25147 " head path\n"
25148 "\n"
25149 msgstr ""
25150
25151 # type: =head2
25152 #. type: =head2
25153 #: ../fish/guestfish-actions.pod:1518
25154 msgid "head-n"
25155 msgstr ""
25156
25157 # type: verbatim
25158 #. type: verbatim
25159 #: ../fish/guestfish-actions.pod:1520
25160 #, no-wrap
25161 msgid ""
25162 " head-n nrlines path\n"
25163 "\n"
25164 msgstr ""
25165
25166 # type: =head2
25167 #. type: =head2
25168 #: ../fish/guestfish-actions.pod:1533
25169 msgid "hexdump"
25170 msgstr ""
25171
25172 # type: verbatim
25173 #. type: verbatim
25174 #: ../fish/guestfish-actions.pod:1535
25175 #, no-wrap
25176 msgid ""
25177 " hexdump path\n"
25178 "\n"
25179 msgstr ""
25180
25181 # type: =head2
25182 #. type: =head2
25183 #: ../fish/guestfish-actions.pod:1543
25184 msgid "initrd-cat"
25185 msgstr ""
25186
25187 # type: verbatim
25188 #. type: verbatim
25189 #: ../fish/guestfish-actions.pod:1545
25190 #, no-wrap
25191 msgid ""
25192 " initrd-cat initrdpath filename\n"
25193 "\n"
25194 msgstr ""
25195
25196 # type: textblock
25197 #. type: textblock
25198 #: ../fish/guestfish-actions.pod:1557
25199 msgid "See also L</initrd-list>."
25200 msgstr ""
25201
25202 # type: =head2
25203 #. type: =head2
25204 #: ../fish/guestfish-actions.pod:1562
25205 msgid "initrd-list"
25206 msgstr ""
25207
25208 # type: verbatim
25209 #. type: verbatim
25210 #: ../fish/guestfish-actions.pod:1564
25211 #, no-wrap
25212 msgid ""
25213 " initrd-list path\n"
25214 "\n"
25215 msgstr ""
25216
25217 # type: =head2
25218 #. type: =head2
25219 #: ../fish/guestfish-actions.pod:1576
25220 msgid "inotify-add-watch"
25221 msgstr ""
25222
25223 # type: verbatim
25224 #. type: verbatim
25225 #: ../fish/guestfish-actions.pod:1578
25226 #, no-wrap
25227 msgid ""
25228 " inotify-add-watch path mask\n"
25229 "\n"
25230 msgstr ""
25231
25232 # type: =head2
25233 #. type: =head2
25234 #: ../fish/guestfish-actions.pod:1590
25235 msgid "inotify-close"
25236 msgstr ""
25237
25238 # type: verbatim
25239 #. type: verbatim
25240 #: ../fish/guestfish-actions.pod:1592
25241 #, no-wrap
25242 msgid ""
25243 " inotify-close\n"
25244 "\n"
25245 msgstr ""
25246
25247 # type: =head2
25248 #. type: =head2
25249 #: ../fish/guestfish-actions.pod:1598
25250 msgid "inotify-files"
25251 msgstr ""
25252
25253 # type: verbatim
25254 #. type: verbatim
25255 #: ../fish/guestfish-actions.pod:1600
25256 #, no-wrap
25257 msgid ""
25258 " inotify-files\n"
25259 "\n"
25260 msgstr ""
25261
25262 # type: textblock
25263 #. type: textblock
25264 #: ../fish/guestfish-actions.pod:1602
25265 msgid ""
25266 "This function is a helpful wrapper around L</inotify-read> which just "
25267 "returns a list of pathnames of objects that were touched.  The returned "
25268 "pathnames are sorted and deduplicated."
25269 msgstr ""
25270
25271 # type: =head2
25272 #. type: =head2
25273 #: ../fish/guestfish-actions.pod:1606
25274 msgid "inotify-init"
25275 msgstr ""
25276
25277 # type: verbatim
25278 #. type: verbatim
25279 #: ../fish/guestfish-actions.pod:1608
25280 #, no-wrap
25281 msgid ""
25282 " inotify-init maxevents\n"
25283 "\n"
25284 msgstr ""
25285
25286 # type: textblock
25287 #. type: textblock
25288 #: ../fish/guestfish-actions.pod:1614
25289 msgid ""
25290 "C<maxevents> is the maximum number of events which will be queued up between "
25291 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25292 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25293 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25294 "but records the fact that it threw them away by setting a flag "
25295 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25296 msgstr ""
25297
25298 # type: textblock
25299 #. type: textblock
25300 #: ../fish/guestfish-actions.pod:1624
25301 msgid ""
25302 "Before any events are generated, you have to add some watches to the "
25303 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25304 "L</inotify-watch-all>."
25305 msgstr ""
25306
25307 # type: textblock
25308 #. type: textblock
25309 #: ../fish/guestfish-actions.pod:1630
25310 msgid ""
25311 "Queued up events should be read periodically by calling L</inotify-read> (or "
25312 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25313 "If you don't read the events out often enough then you risk the internal "
25314 "queue overflowing."
25315 msgstr ""
25316
25317 # type: textblock
25318 #. type: textblock
25319 #: ../fish/guestfish-actions.pod:1637
25320 msgid ""
25321 "The handle should be closed after use by calling L</inotify-close>.  This "
25322 "also removes any watches automatically."
25323 msgstr ""
25324
25325 # type: =head2
25326 #. type: =head2
25327 #: ../fish/guestfish-actions.pod:1646
25328 msgid "inotify-read"
25329 msgstr ""
25330
25331 # type: verbatim
25332 #. type: verbatim
25333 #: ../fish/guestfish-actions.pod:1648
25334 #, no-wrap
25335 msgid ""
25336 " inotify-read\n"
25337 "\n"
25338 msgstr ""
25339
25340 # type: =head2
25341 #. type: =head2
25342 #: ../fish/guestfish-actions.pod:1661
25343 msgid "inotify-rm-watch"
25344 msgstr ""
25345
25346 # type: verbatim
25347 #. type: verbatim
25348 #: ../fish/guestfish-actions.pod:1663
25349 #, no-wrap
25350 msgid ""
25351 " inotify-rm-watch wd\n"
25352 "\n"
25353 msgstr ""
25354
25355 # type: textblock
25356 #. type: textblock
25357 #: ../fish/guestfish-actions.pod:1665
25358 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25359 msgstr ""
25360
25361 # type: =head2
25362 #. type: =head2
25363 #: ../fish/guestfish-actions.pod:1668
25364 msgid "inspect-get-arch"
25365 msgstr ""
25366
25367 # type: verbatim
25368 #. type: verbatim
25369 #: ../fish/guestfish-actions.pod:1670
25370 #, no-wrap
25371 msgid ""
25372 " inspect-get-arch root\n"
25373 "\n"
25374 msgstr ""
25375
25376 # type: textblock
25377 #. type: textblock
25378 #: ../fish/guestfish-actions.pod:1672 ../fish/guestfish-actions.pod:1688
25379 #: ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1780
25380 #: ../fish/guestfish-actions.pod:1795 ../fish/guestfish-actions.pod:1816
25381 #: ../fish/guestfish-actions.pod:1831 ../fish/guestfish-actions.pod:1858
25382 #: ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1904
25383 #: ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1969
25384 #: ../fish/guestfish-actions.pod:1985
25385 msgid ""
25386 "This function should only be called with a root device string as returned by "
25387 "L</inspect-os>."
25388 msgstr ""
25389
25390 # type: textblock
25391 #. type: textblock
25392 #: ../fish/guestfish-actions.pod:1675
25393 msgid ""
25394 "This returns the architecture of the inspected operating system.  The "
25395 "possible return values are listed under L</file-architecture>."
25396 msgstr ""
25397
25398 # type: =head2
25399 #. type: =head2
25400 #: ../fish/guestfish-actions.pod:1684
25401 msgid "inspect-get-distro"
25402 msgstr ""
25403
25404 # type: verbatim
25405 #. type: verbatim
25406 #: ../fish/guestfish-actions.pod:1686
25407 #, no-wrap
25408 msgid ""
25409 " inspect-get-distro root\n"
25410 "\n"
25411 msgstr ""
25412
25413 # type: =head2
25414 #. type: =head2
25415 #: ../fish/guestfish-actions.pod:1758
25416 msgid "inspect-get-filesystems"
25417 msgstr ""
25418
25419 # type: verbatim
25420 #. type: verbatim
25421 #: ../fish/guestfish-actions.pod:1760
25422 #, no-wrap
25423 msgid ""
25424 " inspect-get-filesystems root\n"
25425 "\n"
25426 msgstr ""
25427
25428 # type: textblock
25429 #. type: textblock
25430 #: ../fish/guestfish-actions.pod:1773
25431 msgid ""
25432 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25433 "get-mountpoints>."
25434 msgstr ""
25435
25436 # type: =head2
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:1776
25439 msgid "inspect-get-hostname"
25440 msgstr ""
25441
25442 # type: verbatim
25443 #. type: verbatim
25444 #: ../fish/guestfish-actions.pod:1778
25445 #, no-wrap
25446 msgid ""
25447 " inspect-get-hostname root\n"
25448 "\n"
25449 msgstr ""
25450
25451 # type: =head2
25452 #. type: =head2
25453 #: ../fish/guestfish-actions.pod:1791
25454 msgid "inspect-get-major-version"
25455 msgstr ""
25456
25457 # type: verbatim
25458 #. type: verbatim
25459 #: ../fish/guestfish-actions.pod:1793
25460 #, no-wrap
25461 msgid ""
25462 " inspect-get-major-version root\n"
25463 "\n"
25464 msgstr ""
25465
25466 # type: =head2
25467 #. type: =head2
25468 #: ../fish/guestfish-actions.pod:1812
25469 msgid "inspect-get-minor-version"
25470 msgstr ""
25471
25472 # type: verbatim
25473 #. type: verbatim
25474 #: ../fish/guestfish-actions.pod:1814
25475 #, no-wrap
25476 msgid ""
25477 " inspect-get-minor-version root\n"
25478 "\n"
25479 msgstr ""
25480
25481 # type: textblock
25482 #. type: textblock
25483 #: ../fish/guestfish-actions.pod:1824
25484 msgid ""
25485 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25486 "get-major-version>."
25487 msgstr ""
25488
25489 # type: =head2
25490 #. type: =head2
25491 #: ../fish/guestfish-actions.pod:1827
25492 msgid "inspect-get-mountpoints"
25493 msgstr ""
25494
25495 # type: verbatim
25496 #. type: verbatim
25497 #: ../fish/guestfish-actions.pod:1829
25498 #, no-wrap
25499 msgid ""
25500 " inspect-get-mountpoints root\n"
25501 "\n"
25502 msgstr ""
25503
25504 # type: textblock
25505 #. type: textblock
25506 #: ../fish/guestfish-actions.pod:1851
25507 msgid ""
25508 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25509 "get-filesystems>."
25510 msgstr ""
25511
25512 # type: =head2
25513 #. type: =head2
25514 #: ../fish/guestfish-actions.pod:1854
25515 msgid "inspect-get-package-format"
25516 msgstr ""
25517
25518 # type: verbatim
25519 #. type: verbatim
25520 #: ../fish/guestfish-actions.pod:1856
25521 #, no-wrap
25522 msgid ""
25523 " inspect-get-package-format root\n"
25524 "\n"
25525 msgstr ""
25526
25527 # type: textblock
25528 #. type: textblock
25529 #: ../fish/guestfish-actions.pod:1861
25530 msgid ""
25531 "This function and L</inspect-get-package-management> return the package "
25532 "format and package management tool used by the inspected operating system.  "
25533 "For example for Fedora these functions would return C<rpm> (package format) "
25534 "and C<yum> (package management)."
25535 msgstr ""
25536
25537 # type: =head2
25538 #. type: =head2
25539 #: ../fish/guestfish-actions.pod:1876
25540 msgid "inspect-get-package-management"
25541 msgstr ""
25542
25543 # type: verbatim
25544 #. type: verbatim
25545 #: ../fish/guestfish-actions.pod:1878
25546 #, no-wrap
25547 msgid ""
25548 " inspect-get-package-management root\n"
25549 "\n"
25550 msgstr ""
25551
25552 # type: textblock
25553 #. type: textblock
25554 #: ../fish/guestfish-actions.pod:1883
25555 msgid ""
25556 "L</inspect-get-package-format> and this function return the package format "
25557 "and package management tool used by the inspected operating system.  For "
25558 "example for Fedora these functions would return C<rpm> (package format) and "
25559 "C<yum> (package management)."
25560 msgstr ""
25561
25562 # type: =head2
25563 #. type: =head2
25564 #: ../fish/guestfish-actions.pod:1900
25565 msgid "inspect-get-product-name"
25566 msgstr ""
25567
25568 # type: verbatim
25569 #. type: verbatim
25570 #: ../fish/guestfish-actions.pod:1902
25571 #, no-wrap
25572 msgid ""
25573 " inspect-get-product-name root\n"
25574 "\n"
25575 msgstr ""
25576
25577 # type: =head2
25578 #. type: =head2
25579 #: ../fish/guestfish-actions.pod:1917
25580 msgid "inspect-get-roots"
25581 msgstr ""
25582
25583 # type: verbatim
25584 #. type: verbatim
25585 #: ../fish/guestfish-actions.pod:1919
25586 #, no-wrap
25587 msgid ""
25588 " inspect-get-roots\n"
25589 "\n"
25590 msgstr ""
25591
25592 # type: textblock
25593 #. type: textblock
25594 #: ../fish/guestfish-actions.pod:1921
25595 msgid ""
25596 "This function is a convenient way to get the list of root devices, as "
25597 "returned from a previous call to L</inspect-os>, but without redoing the "
25598 "whole inspection process."
25599 msgstr ""
25600
25601 # type: textblock
25602 #. type: textblock
25603 #: ../fish/guestfish-actions.pod:1925
25604 msgid ""
25605 "This returns an empty list if either no root devices were found or the "
25606 "caller has not called L</inspect-os>."
25607 msgstr ""
25608
25609 # type: =head2
25610 #. type: =head2
25611 #: ../fish/guestfish-actions.pod:1930
25612 msgid "inspect-get-type"
25613 msgstr ""
25614
25615 # type: verbatim
25616 #. type: verbatim
25617 #: ../fish/guestfish-actions.pod:1932
25618 #, no-wrap
25619 msgid ""
25620 " inspect-get-type root\n"
25621 "\n"
25622 msgstr ""
25623
25624 # type: =head2
25625 #. type: =head2
25626 #: ../fish/guestfish-actions.pod:1965
25627 msgid "inspect-get-windows-systemroot"
25628 msgstr ""
25629
25630 # type: verbatim
25631 #. type: verbatim
25632 #: ../fish/guestfish-actions.pod:1967
25633 #, no-wrap
25634 msgid ""
25635 " inspect-get-windows-systemroot root\n"
25636 "\n"
25637 msgstr ""
25638
25639 # type: =head2
25640 #. type: =head2
25641 #: ../fish/guestfish-actions.pod:1981
25642 msgid "inspect-list-applications"
25643 msgstr ""
25644
25645 # type: verbatim
25646 #. type: verbatim
25647 #: ../fish/guestfish-actions.pod:1983
25648 #, no-wrap
25649 msgid ""
25650 " inspect-list-applications root\n"
25651 "\n"
25652 msgstr ""
25653
25654 # type: textblock
25655 #. type: textblock
25656 #: ../fish/guestfish-actions.pod:1990
25657 msgid ""
25658 "I<Note:> This call works differently from other parts of the inspection "
25659 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25660 "then mount up the disks, before calling this.  Listing applications is a "
25661 "significantly more difficult operation which requires access to the full "
25662 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25663 "are just returning data cached in the libguestfs handle, this call actually "
25664 "reads parts of the mounted filesystems during the call."
25665 msgstr ""
25666
25667 # type: =head2
25668 #. type: =head2
25669 #: ../fish/guestfish-actions.pod:2080
25670 msgid "inspect-os"
25671 msgstr ""
25672
25673 # type: verbatim
25674 #. type: verbatim
25675 #: ../fish/guestfish-actions.pod:2082
25676 #, no-wrap
25677 msgid ""
25678 " inspect-os\n"
25679 "\n"
25680 msgstr ""
25681
25682 # type: textblock
25683 #. type: textblock
25684 #: ../fish/guestfish-actions.pod:2097
25685 msgid ""
25686 "You can pass the root string(s) returned to other L</inspect-get-*> "
25687 "functions in order to query further information about each operating system, "
25688 "such as the name and version."
25689 msgstr ""
25690
25691 # type: textblock
25692 #. type: textblock
25693 #: ../fish/guestfish-actions.pod:2102
25694 msgid ""
25695 "This function uses other libguestfs features such as L</mount-ro> and L</"
25696 "umount-all> in order to mount and unmount filesystems and look at the "
25697 "contents.  This should be called with no disks currently mounted.  The "
25698 "function may also use Augeas, so any existing Augeas handle will be closed."
25699 msgstr ""
25700
25701 # type: textblock
25702 #. type: textblock
25703 #: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:2290
25704 #: ../fish/guestfish-actions.pod:2336
25705 msgid "See also L</list-filesystems>."
25706 msgstr ""
25707
25708 # type: =head2
25709 #. type: =head2
25710 #: ../fish/guestfish-actions.pod:2116
25711 msgid "is-blockdev"
25712 msgstr ""
25713
25714 # type: verbatim
25715 #. type: verbatim
25716 #: ../fish/guestfish-actions.pod:2118
25717 #, no-wrap
25718 msgid ""
25719 " is-blockdev path\n"
25720 "\n"
25721 msgstr ""
25722
25723 # type: textblock
25724 #. type: textblock
25725 #: ../fish/guestfish-actions.pod:2123 ../fish/guestfish-actions.pod:2141
25726 #: ../fish/guestfish-actions.pod:2160 ../fish/guestfish-actions.pod:2169
25727 #: ../fish/guestfish-actions.pod:2179 ../fish/guestfish-actions.pod:2213
25728 #: ../fish/guestfish-actions.pod:2222
25729 msgid "See also L</stat>."
25730 msgstr ""
25731
25732 # type: =head2
25733 #. type: =head2
25734 #: ../fish/guestfish-actions.pod:2125
25735 msgid "is-busy"
25736 msgstr ""
25737
25738 # type: verbatim
25739 #. type: verbatim
25740 #: ../fish/guestfish-actions.pod:2127
25741 #, no-wrap
25742 msgid ""
25743 " is-busy\n"
25744 "\n"
25745 msgstr ""
25746
25747 # type: =head2
25748 #. type: =head2
25749 #: ../fish/guestfish-actions.pod:2134
25750 msgid "is-chardev"
25751 msgstr ""
25752
25753 # type: verbatim
25754 #. type: verbatim
25755 #: ../fish/guestfish-actions.pod:2136
25756 #, no-wrap
25757 msgid ""
25758 " is-chardev path\n"
25759 "\n"
25760 msgstr ""
25761
25762 # type: =head2
25763 #. type: =head2
25764 #: ../fish/guestfish-actions.pod:2143
25765 msgid "is-config"
25766 msgstr ""
25767
25768 # type: verbatim
25769 #. type: verbatim
25770 #: ../fish/guestfish-actions.pod:2145
25771 #, no-wrap
25772 msgid ""
25773 " is-config\n"
25774 "\n"
25775 msgstr ""
25776
25777 # type: =head2
25778 #. type: =head2
25779 #: ../fish/guestfish-actions.pod:2152
25780 msgid "is-dir"
25781 msgstr ""
25782
25783 # type: verbatim
25784 #. type: verbatim
25785 #: ../fish/guestfish-actions.pod:2154
25786 #, no-wrap
25787 msgid ""
25788 " is-dir path\n"
25789 "\n"
25790 msgstr ""
25791
25792 # type: =head2
25793 #. type: =head2
25794 #: ../fish/guestfish-actions.pod:2162
25795 msgid "is-fifo"
25796 msgstr ""
25797
25798 # type: verbatim
25799 #. type: verbatim
25800 #: ../fish/guestfish-actions.pod:2164
25801 #, no-wrap
25802 msgid ""
25803 " is-fifo path\n"
25804 "\n"
25805 msgstr ""
25806
25807 # type: =head2
25808 #. type: =head2
25809 #: ../fish/guestfish-actions.pod:2171
25810 msgid "is-file"
25811 msgstr ""
25812
25813 # type: verbatim
25814 #. type: verbatim
25815 #: ../fish/guestfish-actions.pod:2173
25816 #, no-wrap
25817 msgid ""
25818 " is-file path\n"
25819 "\n"
25820 msgstr ""
25821
25822 # type: =head2
25823 #. type: =head2
25824 #: ../fish/guestfish-actions.pod:2181
25825 msgid "is-launching"
25826 msgstr ""
25827
25828 # type: verbatim
25829 #. type: verbatim
25830 #: ../fish/guestfish-actions.pod:2183
25831 #, no-wrap
25832 msgid ""
25833 " is-launching\n"
25834 "\n"
25835 msgstr ""
25836
25837 # type: =head2
25838 #. type: =head2
25839 #: ../fish/guestfish-actions.pod:2190
25840 msgid "is-lv"
25841 msgstr ""
25842
25843 # type: verbatim
25844 #. type: verbatim
25845 #: ../fish/guestfish-actions.pod:2192
25846 #, no-wrap
25847 msgid ""
25848 " is-lv device\n"
25849 "\n"
25850 msgstr ""
25851
25852 # type: =head2
25853 #. type: =head2
25854 #: ../fish/guestfish-actions.pod:2197
25855 msgid "is-ready"
25856 msgstr ""
25857
25858 # type: verbatim
25859 #. type: verbatim
25860 #: ../fish/guestfish-actions.pod:2199
25861 #, no-wrap
25862 msgid ""
25863 " is-ready\n"
25864 "\n"
25865 msgstr ""
25866
25867 # type: =head2
25868 #. type: =head2
25869 #: ../fish/guestfish-actions.pod:2206
25870 msgid "is-socket"
25871 msgstr ""
25872
25873 # type: verbatim
25874 #. type: verbatim
25875 #: ../fish/guestfish-actions.pod:2208
25876 #, no-wrap
25877 msgid ""
25878 " is-socket path\n"
25879 "\n"
25880 msgstr ""
25881
25882 # type: =head2
25883 #. type: =head2
25884 #: ../fish/guestfish-actions.pod:2215
25885 msgid "is-symlink"
25886 msgstr ""
25887
25888 # type: verbatim
25889 #. type: verbatim
25890 #: ../fish/guestfish-actions.pod:2217
25891 #, no-wrap
25892 msgid ""
25893 " is-symlink path\n"
25894 "\n"
25895 msgstr ""
25896
25897 # type: =head2
25898 #. type: =head2
25899 #: ../fish/guestfish-actions.pod:2224
25900 msgid "kill-subprocess"
25901 msgstr ""
25902
25903 # type: verbatim
25904 #. type: verbatim
25905 #: ../fish/guestfish-actions.pod:2226
25906 #, no-wrap
25907 msgid ""
25908 " kill-subprocess\n"
25909 "\n"
25910 msgstr ""
25911
25912 # type: =head2
25913 #. type: =head2
25914 #: ../fish/guestfish-actions.pod:2230
25915 msgid "launch"
25916 msgstr ""
25917
25918 # type: =head2
25919 #. type: =head2
25920 #: ../fish/guestfish-actions.pod:2232
25921 msgid "run"
25922 msgstr ""
25923
25924 # type: verbatim
25925 #. type: verbatim
25926 #: ../fish/guestfish-actions.pod:2234
25927 #, no-wrap
25928 msgid ""
25929 " launch\n"
25930 "\n"
25931 msgstr ""
25932
25933 # type: =head2
25934 #. type: =head2
25935 #: ../fish/guestfish-actions.pod:2242
25936 msgid "lchown"
25937 msgstr ""
25938
25939 # type: verbatim
25940 #. type: verbatim
25941 #: ../fish/guestfish-actions.pod:2244
25942 #, no-wrap
25943 msgid ""
25944 " lchown owner group path\n"
25945 "\n"
25946 msgstr ""
25947
25948 # type: textblock
25949 #. type: textblock
25950 #: ../fish/guestfish-actions.pod:2246
25951 msgid ""
25952 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
25953 "chown> but if C<path> is a symlink then the link itself is changed, not the "
25954 "target."
25955 msgstr ""
25956
25957 # type: =head2
25958 #. type: =head2
25959 #: ../fish/guestfish-actions.pod:2254
25960 msgid "lgetxattr"
25961 msgstr ""
25962
25963 # type: verbatim
25964 #. type: verbatim
25965 #: ../fish/guestfish-actions.pod:2256
25966 #, no-wrap
25967 msgid ""
25968 " lgetxattr path name\n"
25969 "\n"
25970 msgstr ""
25971
25972 # type: textblock
25973 #. type: textblock
25974 #: ../fish/guestfish-actions.pod:2272
25975 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
25976 msgstr ""
25977
25978 # type: =head2
25979 #. type: =head2
25980 #: ../fish/guestfish-actions.pod:2274
25981 msgid "lgetxattrs"
25982 msgstr ""
25983
25984 # type: verbatim
25985 #. type: verbatim
25986 #: ../fish/guestfish-actions.pod:2276
25987 #, no-wrap
25988 msgid ""
25989 " lgetxattrs path\n"
25990 "\n"
25991 msgstr ""
25992
25993 # type: textblock
25994 #. type: textblock
25995 #: ../fish/guestfish-actions.pod:2278
25996 msgid ""
25997 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
25998 "it returns the extended attributes of the link itself."
25999 msgstr ""
26000
26001 # type: =head2
26002 #. type: =head2
26003 #: ../fish/guestfish-actions.pod:2282
26004 msgid "list-devices"
26005 msgstr ""
26006
26007 # type: verbatim
26008 #. type: verbatim
26009 #: ../fish/guestfish-actions.pod:2284
26010 #, no-wrap
26011 msgid ""
26012 " list-devices\n"
26013 "\n"
26014 msgstr ""
26015
26016 # type: =head2
26017 #. type: =head2
26018 #: ../fish/guestfish-actions.pod:2292
26019 msgid "list-filesystems"
26020 msgstr ""
26021
26022 # type: verbatim
26023 #. type: verbatim
26024 #: ../fish/guestfish-actions.pod:2294
26025 #, no-wrap
26026 msgid ""
26027 " list-filesystems\n"
26028 "\n"
26029 msgstr ""
26030
26031 # type: textblock
26032 #. type: textblock
26033 #: ../fish/guestfish-actions.pod:2313
26034 msgid ""
26035 "This command runs other libguestfs commands, which might include L</mount> "
26036 "and L</umount>, and therefore you should use this soon after launch and only "
26037 "when nothing is mounted."
26038 msgstr ""
26039
26040 # type: textblock
26041 #. type: textblock
26042 #: ../fish/guestfish-actions.pod:2317
26043 msgid ""
26044 "Not all of the filesystems returned will be mountable.  In particular, swap "
26045 "partitions are returned in the list.  Also this command does not check that "
26046 "each filesystem found is valid and mountable, and some filesystems might be "
26047 "mountable but require special options.  Filesystems may not all belong to a "
26048 "single logical operating system (use L</inspect-os> to look for OSes)."
26049 msgstr ""
26050
26051 # type: =head2
26052 #. type: =head2
26053 #: ../fish/guestfish-actions.pod:2325
26054 msgid "list-partitions"
26055 msgstr ""
26056
26057 # type: verbatim
26058 #. type: verbatim
26059 #: ../fish/guestfish-actions.pod:2327
26060 #, no-wrap
26061 msgid ""
26062 " list-partitions\n"
26063 "\n"
26064 msgstr ""
26065
26066 # type: textblock
26067 #. type: textblock
26068 #: ../fish/guestfish-actions.pod:2333
26069 msgid ""
26070 "This does not return logical volumes.  For that you will need to call L</"
26071 "lvs>."
26072 msgstr ""
26073
26074 # type: =head2
26075 #. type: =head2
26076 #: ../fish/guestfish-actions.pod:2338
26077 msgid "ll"
26078 msgstr ""
26079
26080 # type: verbatim
26081 #. type: verbatim
26082 #: ../fish/guestfish-actions.pod:2340
26083 #, no-wrap
26084 msgid ""
26085 " ll directory\n"
26086 "\n"
26087 msgstr ""
26088
26089 # type: =head2
26090 #. type: =head2
26091 #: ../fish/guestfish-actions.pod:2348
26092 msgid "ln"
26093 msgstr ""
26094
26095 # type: verbatim
26096 #. type: verbatim
26097 #: ../fish/guestfish-actions.pod:2350
26098 #, no-wrap
26099 msgid ""
26100 " ln target linkname\n"
26101 "\n"
26102 msgstr ""
26103
26104 # type: =head2
26105 #. type: =head2
26106 #: ../fish/guestfish-actions.pod:2354
26107 msgid "ln-f"
26108 msgstr ""
26109
26110 # type: verbatim
26111 #. type: verbatim
26112 #: ../fish/guestfish-actions.pod:2356
26113 #, no-wrap
26114 msgid ""
26115 " ln-f target linkname\n"
26116 "\n"
26117 msgstr ""
26118
26119 # type: =head2
26120 #. type: =head2
26121 #: ../fish/guestfish-actions.pod:2361
26122 msgid "ln-s"
26123 msgstr ""
26124
26125 # type: verbatim
26126 #. type: verbatim
26127 #: ../fish/guestfish-actions.pod:2363
26128 #, no-wrap
26129 msgid ""
26130 " ln-s target linkname\n"
26131 "\n"
26132 msgstr ""
26133
26134 # type: =head2
26135 #. type: =head2
26136 #: ../fish/guestfish-actions.pod:2367
26137 msgid "ln-sf"
26138 msgstr ""
26139
26140 # type: verbatim
26141 #. type: verbatim
26142 #: ../fish/guestfish-actions.pod:2369
26143 #, no-wrap
26144 msgid ""
26145 " ln-sf target linkname\n"
26146 "\n"
26147 msgstr ""
26148
26149 # type: =head2
26150 #. type: =head2
26151 #: ../fish/guestfish-actions.pod:2374
26152 msgid "lremovexattr"
26153 msgstr ""
26154
26155 # type: verbatim
26156 #. type: verbatim
26157 #: ../fish/guestfish-actions.pod:2376
26158 #, no-wrap
26159 msgid ""
26160 " lremovexattr xattr path\n"
26161 "\n"
26162 msgstr ""
26163
26164 # type: textblock
26165 #. type: textblock
26166 #: ../fish/guestfish-actions.pod:2378
26167 msgid ""
26168 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26169 "it removes an extended attribute of the link itself."
26170 msgstr ""
26171
26172 # type: =head2
26173 #. type: =head2
26174 #: ../fish/guestfish-actions.pod:2382
26175 msgid "ls"
26176 msgstr ""
26177
26178 # type: verbatim
26179 #. type: verbatim
26180 #: ../fish/guestfish-actions.pod:2384
26181 #, no-wrap
26182 msgid ""
26183 " ls directory\n"
26184 "\n"
26185 msgstr ""
26186
26187 # type: textblock
26188 #. type: textblock
26189 #: ../fish/guestfish-actions.pod:2390
26190 msgid ""
26191 "This command is mostly useful for interactive sessions.  Programs should "
26192 "probably use L</readdir> instead."
26193 msgstr ""
26194
26195 # type: =head2
26196 #. type: =head2
26197 #: ../fish/guestfish-actions.pod:2393
26198 msgid "lsetxattr"
26199 msgstr ""
26200
26201 # type: verbatim
26202 #. type: verbatim
26203 #: ../fish/guestfish-actions.pod:2395
26204 #, no-wrap
26205 msgid ""
26206 " lsetxattr xattr val vallen path\n"
26207 "\n"
26208 msgstr ""
26209
26210 # type: textblock
26211 #. type: textblock
26212 #: ../fish/guestfish-actions.pod:2397
26213 msgid ""
26214 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26215 "sets an extended attribute of the link itself."
26216 msgstr ""
26217
26218 # type: =head2
26219 #. type: =head2
26220 #: ../fish/guestfish-actions.pod:2401
26221 msgid "lstat"
26222 msgstr ""
26223
26224 # type: verbatim
26225 #. type: verbatim
26226 #: ../fish/guestfish-actions.pod:2403
26227 #, no-wrap
26228 msgid ""
26229 " lstat path\n"
26230 "\n"
26231 msgstr ""
26232
26233 # type: textblock
26234 #. type: textblock
26235 #: ../fish/guestfish-actions.pod:2407
26236 msgid ""
26237 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26238 "the link is stat-ed, not the file it refers to."
26239 msgstr ""
26240
26241 # type: =head2
26242 #. type: =head2
26243 #: ../fish/guestfish-actions.pod:2413
26244 msgid "lstatlist"
26245 msgstr ""
26246
26247 # type: verbatim
26248 #. type: verbatim
26249 #: ../fish/guestfish-actions.pod:2415
26250 #, no-wrap
26251 msgid ""
26252 " lstatlist path 'names ...'\n"
26253 "\n"
26254 msgstr ""
26255
26256 # type: textblock
26257 #. type: textblock
26258 #: ../fish/guestfish-actions.pod:2417
26259 msgid ""
26260 "This call allows you to perform the L</lstat> operation on multiple files, "
26261 "where all files are in the directory C<path>.  C<names> is the list of files "
26262 "from this directory."
26263 msgstr ""
26264
26265 # type: textblock
26266 #. type: textblock
26267 #: ../fish/guestfish-actions.pod:2426
26268 msgid ""
26269 "This call is intended for programs that want to efficiently list a directory "
26270 "contents without making many round-trips.  See also L</lxattrlist> for a "
26271 "similarly efficient call for getting extended attributes.  Very long "
26272 "directory listings might cause the protocol message size to be exceeded, "
26273 "causing this call to fail.  The caller must split up such requests into "
26274 "smaller groups of names."
26275 msgstr ""
26276
26277 # type: =head2
26278 #. type: =head2
26279 #: ../fish/guestfish-actions.pod:2434
26280 msgid "luks-add-key"
26281 msgstr ""
26282
26283 # type: verbatim
26284 #. type: verbatim
26285 #: ../fish/guestfish-actions.pod:2436
26286 #, no-wrap
26287 msgid ""
26288 " luks-add-key device keyslot\n"
26289 "\n"
26290 msgstr ""
26291
26292 # type: textblock
26293 #. type: textblock
26294 #: ../fish/guestfish-actions.pod:2443
26295 msgid ""
26296 "Note that if C<keyslot> already contains a key, then this command will "
26297 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26298 msgstr ""
26299
26300 # type: textblock
26301 #. type: textblock
26302 #: ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2469
26303 #: ../fish/guestfish-actions.pod:2482 ../fish/guestfish-actions.pod:2496
26304 #: ../fish/guestfish-actions.pod:2519 ../fish/guestfish-actions.pod:2529
26305 msgid ""
26306 "This command has one or more key or passphrase parameters.  Guestfish will "
26307 "prompt for these separately."
26308 msgstr ""
26309
26310 # type: =head2
26311 #. type: =head2
26312 #: ../fish/guestfish-actions.pod:2450
26313 msgid "luks-close"
26314 msgstr ""
26315
26316 # type: verbatim
26317 #. type: verbatim
26318 #: ../fish/guestfish-actions.pod:2452
26319 #, no-wrap
26320 msgid ""
26321 " luks-close device\n"
26322 "\n"
26323 msgstr ""
26324
26325 # type: textblock
26326 #. type: textblock
26327 #: ../fish/guestfish-actions.pod:2454
26328 msgid ""
26329 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26330 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26331 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26332 "block device."
26333 msgstr ""
26334
26335 # type: =head2
26336 #. type: =head2
26337 #: ../fish/guestfish-actions.pod:2460
26338 msgid "luks-format"
26339 msgstr ""
26340
26341 # type: verbatim
26342 #. type: verbatim
26343 #: ../fish/guestfish-actions.pod:2462
26344 #, no-wrap
26345 msgid ""
26346 " luks-format device keyslot\n"
26347 "\n"
26348 msgstr ""
26349
26350 # type: =head2
26351 #. type: =head2
26352 #: ../fish/guestfish-actions.pod:2475
26353 msgid "luks-format-cipher"
26354 msgstr ""
26355
26356 # type: verbatim
26357 #. type: verbatim
26358 #: ../fish/guestfish-actions.pod:2477
26359 #, no-wrap
26360 msgid ""
26361 " luks-format-cipher device keyslot cipher\n"
26362 "\n"
26363 msgstr ""
26364
26365 # type: textblock
26366 #. type: textblock
26367 #: ../fish/guestfish-actions.pod:2479
26368 msgid ""
26369 "This command is the same as L</luks-format> but it also allows you to set "
26370 "the C<cipher> used."
26371 msgstr ""
26372
26373 # type: =head2
26374 #. type: =head2
26375 #: ../fish/guestfish-actions.pod:2488
26376 msgid "luks-kill-slot"
26377 msgstr ""
26378
26379 # type: verbatim
26380 #. type: verbatim
26381 #: ../fish/guestfish-actions.pod:2490
26382 #, no-wrap
26383 msgid ""
26384 " luks-kill-slot device keyslot\n"
26385 "\n"
26386 msgstr ""
26387
26388 # type: =head2
26389 #. type: =head2
26390 #: ../fish/guestfish-actions.pod:2499
26391 msgid "luks-open"
26392 msgstr ""
26393
26394 # type: verbatim
26395 #. type: verbatim
26396 #: ../fish/guestfish-actions.pod:2501
26397 #, no-wrap
26398 msgid ""
26399 " luks-open device mapname\n"
26400 "\n"
26401 msgstr ""
26402
26403 # type: textblock
26404 #. type: textblock
26405 #: ../fish/guestfish-actions.pod:2515
26406 msgid ""
26407 "If this block device contains LVM volume groups, then calling L</vgscan> "
26408 "followed by L</vg-activate-all> will make them visible."
26409 msgstr ""
26410
26411 # type: =head2
26412 #. type: =head2
26413 #: ../fish/guestfish-actions.pod:2522
26414 msgid "luks-open-ro"
26415 msgstr ""
26416
26417 # type: verbatim
26418 #. type: verbatim
26419 #: ../fish/guestfish-actions.pod:2524
26420 #, no-wrap
26421 msgid ""
26422 " luks-open-ro device mapname\n"
26423 "\n"
26424 msgstr ""
26425
26426 # type: textblock
26427 #. type: textblock
26428 #: ../fish/guestfish-actions.pod:2526
26429 msgid ""
26430 "This is the same as L</luks-open> except that a read-only mapping is created."
26431 msgstr ""
26432
26433 # type: =head2
26434 #. type: =head2
26435 #: ../fish/guestfish-actions.pod:2532
26436 msgid "lvcreate"
26437 msgstr ""
26438
26439 # type: verbatim
26440 #. type: verbatim
26441 #: ../fish/guestfish-actions.pod:2534
26442 #, no-wrap
26443 msgid ""
26444 " lvcreate logvol volgroup mbytes\n"
26445 "\n"
26446 msgstr ""
26447
26448 # type: =head2
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:2539
26451 msgid "lvm-canonical-lv-name"
26452 msgstr ""
26453
26454 # type: verbatim
26455 #. type: verbatim
26456 #: ../fish/guestfish-actions.pod:2541
26457 #, no-wrap
26458 msgid ""
26459 " lvm-canonical-lv-name lvname\n"
26460 "\n"
26461 msgstr ""
26462
26463 # type: textblock
26464 #. type: textblock
26465 #: ../fish/guestfish-actions.pod:2550
26466 msgid "See also L</is-lv>."
26467 msgstr ""
26468
26469 # type: =head2
26470 #. type: =head2
26471 #: ../fish/guestfish-actions.pod:2552
26472 msgid "lvm-clear-filter"
26473 msgstr ""
26474
26475 # type: verbatim
26476 #. type: verbatim
26477 #: ../fish/guestfish-actions.pod:2554
26478 #, no-wrap
26479 msgid ""
26480 " lvm-clear-filter\n"
26481 "\n"
26482 msgstr ""
26483
26484 # type: textblock
26485 #. type: textblock
26486 #: ../fish/guestfish-actions.pod:2556
26487 msgid ""
26488 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26489 "block device."
26490 msgstr ""
26491
26492 # type: =head2
26493 #. type: =head2
26494 #: ../fish/guestfish-actions.pod:2562
26495 msgid "lvm-remove-all"
26496 msgstr ""
26497
26498 # type: verbatim
26499 #. type: verbatim
26500 #: ../fish/guestfish-actions.pod:2564
26501 #, no-wrap
26502 msgid ""
26503 " lvm-remove-all\n"
26504 "\n"
26505 msgstr ""
26506
26507 # type: =head2
26508 #. type: =head2
26509 #: ../fish/guestfish-actions.pod:2572
26510 msgid "lvm-set-filter"
26511 msgstr ""
26512
26513 # type: verbatim
26514 #. type: verbatim
26515 #: ../fish/guestfish-actions.pod:2574
26516 #, no-wrap
26517 msgid ""
26518 " lvm-set-filter 'devices ...'\n"
26519 "\n"
26520 msgstr ""
26521
26522 # type: =head2
26523 #. type: =head2
26524 #: ../fish/guestfish-actions.pod:2599
26525 msgid "lvremove"
26526 msgstr ""
26527
26528 # type: verbatim
26529 #. type: verbatim
26530 #: ../fish/guestfish-actions.pod:2601
26531 #, no-wrap
26532 msgid ""
26533 " lvremove device\n"
26534 "\n"
26535 msgstr ""
26536
26537 # type: =head2
26538 #. type: =head2
26539 #: ../fish/guestfish-actions.pod:2609
26540 msgid "lvrename"
26541 msgstr ""
26542
26543 # type: verbatim
26544 #. type: verbatim
26545 #: ../fish/guestfish-actions.pod:2611
26546 #, no-wrap
26547 msgid ""
26548 " lvrename logvol newlogvol\n"
26549 "\n"
26550 msgstr ""
26551
26552 # type: =head2
26553 #. type: =head2
26554 #: ../fish/guestfish-actions.pod:2615
26555 msgid "lvresize"
26556 msgstr ""
26557
26558 # type: verbatim
26559 #. type: verbatim
26560 #: ../fish/guestfish-actions.pod:2617
26561 #, no-wrap
26562 msgid ""
26563 " lvresize device mbytes\n"
26564 "\n"
26565 msgstr ""
26566
26567 # type: =head2
26568 #. type: =head2
26569 #: ../fish/guestfish-actions.pod:2623
26570 msgid "lvresize-free"
26571 msgstr ""
26572
26573 # type: verbatim
26574 #. type: verbatim
26575 #: ../fish/guestfish-actions.pod:2625
26576 #, no-wrap
26577 msgid ""
26578 " lvresize-free lv percent\n"
26579 "\n"
26580 msgstr ""
26581
26582 # type: =head2
26583 #. type: =head2
26584 #: ../fish/guestfish-actions.pod:2633
26585 msgid "lvs"
26586 msgstr ""
26587
26588 # type: verbatim
26589 #. type: verbatim
26590 #: ../fish/guestfish-actions.pod:2635
26591 #, no-wrap
26592 msgid ""
26593 " lvs\n"
26594 "\n"
26595 msgstr ""
26596
26597 # type: textblock
26598 #. type: textblock
26599 #: ../fish/guestfish-actions.pod:2643
26600 msgid "See also L</lvs-full>, L</list-filesystems>."
26601 msgstr ""
26602
26603 # type: =head2
26604 #. type: =head2
26605 #: ../fish/guestfish-actions.pod:2645
26606 msgid "lvs-full"
26607 msgstr ""
26608
26609 # type: verbatim
26610 #. type: verbatim
26611 #: ../fish/guestfish-actions.pod:2647
26612 #, no-wrap
26613 msgid ""
26614 " lvs-full\n"
26615 "\n"
26616 msgstr ""
26617
26618 # type: =head2
26619 #. type: =head2
26620 #: ../fish/guestfish-actions.pod:2652
26621 msgid "lvuuid"
26622 msgstr ""
26623
26624 # type: verbatim
26625 #. type: verbatim
26626 #: ../fish/guestfish-actions.pod:2654
26627 #, no-wrap
26628 msgid ""
26629 " lvuuid device\n"
26630 "\n"
26631 msgstr ""
26632
26633 # type: =head2
26634 #. type: =head2
26635 #: ../fish/guestfish-actions.pod:2658
26636 msgid "lxattrlist"
26637 msgstr ""
26638
26639 # type: verbatim
26640 #. type: verbatim
26641 #: ../fish/guestfish-actions.pod:2660
26642 #, no-wrap
26643 msgid ""
26644 " lxattrlist path 'names ...'\n"
26645 "\n"
26646 msgstr ""
26647
26648 # type: textblock
26649 #. type: textblock
26650 #: ../fish/guestfish-actions.pod:2676
26651 msgid ""
26652 "This call is intended for programs that want to efficiently list a directory "
26653 "contents without making many round-trips.  See also L</lstatlist> for a "
26654 "similarly efficient call for getting standard stats.  Very long directory "
26655 "listings might cause the protocol message size to be exceeded, causing this "
26656 "call to fail.  The caller must split up such requests into smaller groups of "
26657 "names."
26658 msgstr ""
26659
26660 # type: =head2
26661 #. type: =head2
26662 #: ../fish/guestfish-actions.pod:2684
26663 msgid "mkdir"
26664 msgstr ""
26665
26666 # type: verbatim
26667 #. type: verbatim
26668 #: ../fish/guestfish-actions.pod:2686
26669 #, no-wrap
26670 msgid ""
26671 " mkdir path\n"
26672 "\n"
26673 msgstr ""
26674
26675 # type: =head2
26676 #. type: =head2
26677 #: ../fish/guestfish-actions.pod:2690
26678 msgid "mkdir-mode"
26679 msgstr ""
26680
26681 # type: verbatim
26682 #. type: verbatim
26683 #: ../fish/guestfish-actions.pod:2692
26684 #, no-wrap
26685 msgid ""
26686 " mkdir-mode path mode\n"
26687 "\n"
26688 msgstr ""
26689
26690 # type: textblock
26691 #. type: textblock
26692 #: ../fish/guestfish-actions.pod:2701
26693 msgid "See also L</mkdir>, L</umask>"
26694 msgstr ""
26695
26696 # type: =head2
26697 #. type: =head2
26698 #: ../fish/guestfish-actions.pod:2703
26699 msgid "mkdir-p"
26700 msgstr ""
26701
26702 # type: verbatim
26703 #. type: verbatim
26704 #: ../fish/guestfish-actions.pod:2705
26705 #, no-wrap
26706 msgid ""
26707 " mkdir-p path\n"
26708 "\n"
26709 msgstr ""
26710
26711 # type: =head2
26712 #. type: =head2
26713 #: ../fish/guestfish-actions.pod:2710
26714 msgid "mkdtemp"
26715 msgstr ""
26716
26717 # type: verbatim
26718 #. type: verbatim
26719 #: ../fish/guestfish-actions.pod:2712
26720 #, no-wrap
26721 msgid ""
26722 " mkdtemp template\n"
26723 "\n"
26724 msgstr ""
26725
26726 # type: =head2
26727 #. type: =head2
26728 #: ../fish/guestfish-actions.pod:2733
26729 msgid "mke2fs-J"
26730 msgstr ""
26731
26732 # type: verbatim
26733 #. type: verbatim
26734 #: ../fish/guestfish-actions.pod:2735
26735 #, no-wrap
26736 msgid ""
26737 " mke2fs-J fstype blocksize device journal\n"
26738 "\n"
26739 msgstr ""
26740
26741 # type: textblock
26742 #. type: textblock
26743 #: ../fish/guestfish-actions.pod:2743
26744 msgid "See also L</mke2journal>."
26745 msgstr ""
26746
26747 # type: =head2
26748 #. type: =head2
26749 #: ../fish/guestfish-actions.pod:2745
26750 msgid "mke2fs-JL"
26751 msgstr ""
26752
26753 # type: verbatim
26754 #. type: verbatim
26755 #: ../fish/guestfish-actions.pod:2747
26756 #, no-wrap
26757 msgid ""
26758 " mke2fs-JL fstype blocksize device label\n"
26759 "\n"
26760 msgstr ""
26761
26762 # type: textblock
26763 #. type: textblock
26764 #: ../fish/guestfish-actions.pod:2752
26765 msgid "See also L</mke2journal-L>."
26766 msgstr ""
26767
26768 # type: =head2
26769 #. type: =head2
26770 #: ../fish/guestfish-actions.pod:2754
26771 msgid "mke2fs-JU"
26772 msgstr ""
26773
26774 # type: verbatim
26775 #. type: verbatim
26776 #: ../fish/guestfish-actions.pod:2756
26777 #, no-wrap
26778 msgid ""
26779 " mke2fs-JU fstype blocksize device uuid\n"
26780 "\n"
26781 msgstr ""
26782
26783 # type: textblock
26784 #. type: textblock
26785 #: ../fish/guestfish-actions.pod:2761
26786 msgid "See also L</mke2journal-U>."
26787 msgstr ""
26788
26789 # type: =head2
26790 #. type: =head2
26791 #: ../fish/guestfish-actions.pod:2763
26792 msgid "mke2journal"
26793 msgstr ""
26794
26795 # type: verbatim
26796 #. type: verbatim
26797 #: ../fish/guestfish-actions.pod:2765
26798 #, no-wrap
26799 msgid ""
26800 " mke2journal blocksize device\n"
26801 "\n"
26802 msgstr ""
26803
26804 # type: =head2
26805 #. type: =head2
26806 #: ../fish/guestfish-actions.pod:2772
26807 msgid "mke2journal-L"
26808 msgstr ""
26809
26810 # type: verbatim
26811 #. type: verbatim
26812 #: ../fish/guestfish-actions.pod:2774
26813 #, no-wrap
26814 msgid ""
26815 " mke2journal-L blocksize label device\n"
26816 "\n"
26817 msgstr ""
26818
26819 # type: =head2
26820 #. type: =head2
26821 #: ../fish/guestfish-actions.pod:2778
26822 msgid "mke2journal-U"
26823 msgstr ""
26824
26825 # type: verbatim
26826 #. type: verbatim
26827 #: ../fish/guestfish-actions.pod:2780
26828 #, no-wrap
26829 msgid ""
26830 " mke2journal-U blocksize uuid device\n"
26831 "\n"
26832 msgstr ""
26833
26834 # type: =head2
26835 #. type: =head2
26836 #: ../fish/guestfish-actions.pod:2784
26837 msgid "mkfifo"
26838 msgstr ""
26839
26840 # type: verbatim
26841 #. type: verbatim
26842 #: ../fish/guestfish-actions.pod:2786
26843 #, no-wrap
26844 msgid ""
26845 " mkfifo mode path\n"
26846 "\n"
26847 msgstr ""
26848
26849 # type: textblock
26850 #. type: textblock
26851 #: ../fish/guestfish-actions.pod:2788
26852 msgid ""
26853 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26854 "is just a convenient wrapper around L</mknod>."
26855 msgstr ""
26856
26857 # type: =head2
26858 #. type: =head2
26859 #: ../fish/guestfish-actions.pod:2794
26860 msgid "mkfs"
26861 msgstr ""
26862
26863 # type: verbatim
26864 #. type: verbatim
26865 #: ../fish/guestfish-actions.pod:2796
26866 #, no-wrap
26867 msgid ""
26868 " mkfs fstype device\n"
26869 "\n"
26870 msgstr ""
26871
26872 # type: =head2
26873 #. type: =head2
26874 #: ../fish/guestfish-actions.pod:2802
26875 msgid "mkfs-b"
26876 msgstr ""
26877
26878 # type: verbatim
26879 #. type: verbatim
26880 #: ../fish/guestfish-actions.pod:2804
26881 #, no-wrap
26882 msgid ""
26883 " mkfs-b fstype blocksize device\n"
26884 "\n"
26885 msgstr ""
26886
26887 # type: textblock
26888 #. type: textblock
26889 #: ../fish/guestfish-actions.pod:2806
26890 msgid ""
26891 "This call is similar to L</mkfs>, but it allows you to control the block "
26892 "size of the resulting filesystem.  Supported block sizes depend on the "
26893 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26894 msgstr ""
26895
26896 # type: =head2
26897 #. type: =head2
26898 #: ../fish/guestfish-actions.pod:2821
26899 msgid "mkfs-opts"
26900 msgstr ""
26901
26902 # type: verbatim
26903 #. type: verbatim
26904 #: ../fish/guestfish-actions.pod:2823
26905 #, no-wrap
26906 msgid ""
26907 " mkfs-opts fstype device [blocksize:..]\n"
26908 "\n"
26909 msgstr ""
26910
26911 # type: =head2
26912 #. type: =head2
26913 #: ../fish/guestfish-actions.pod:2847
26914 msgid "mkmountpoint"
26915 msgstr ""
26916
26917 # type: verbatim
26918 #. type: verbatim
26919 #: ../fish/guestfish-actions.pod:2849
26920 #, no-wrap
26921 msgid ""
26922 " mkmountpoint exemptpath\n"
26923 "\n"
26924 msgstr ""
26925
26926 # type: textblock
26927 #. type: textblock
26928 #: ../fish/guestfish-actions.pod:2851
26929 msgid ""
26930 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
26931 "to create extra mountpoints before mounting the first filesystem."
26932 msgstr ""
26933
26934 # type: textblock
26935 #. type: textblock
26936 #: ../fish/guestfish-actions.pod:2875
26937 msgid ""
26938 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
26939 "unexpected errors if you try to mix these calls.  It is safest to manually "
26940 "unmount filesystems and remove mountpoints after use."
26941 msgstr ""
26942
26943 # type: textblock
26944 #. type: textblock
26945 #: ../fish/guestfish-actions.pod:2879
26946 msgid ""
26947 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
26948 "for this to work for manual mountpoints, you must ensure that the innermost "
26949 "mountpoints have the longest pathnames, as in the example code above."
26950 msgstr ""
26951
26952 # type: textblock
26953 #. type: textblock
26954 #: ../fish/guestfish-actions.pod:2886
26955 msgid ""
26956 "Autosync [see L</set-autosync>, this is set by default on handles] means "
26957 "that L</umount-all> is called when the handle is closed which can also "
26958 "trigger these issues."
26959 msgstr ""
26960
26961 # type: =head2
26962 #. type: =head2
26963 #: ../fish/guestfish-actions.pod:2890
26964 msgid "mknod"
26965 msgstr ""
26966
26967 # type: verbatim
26968 #. type: verbatim
26969 #: ../fish/guestfish-actions.pod:2892
26970 #, no-wrap
26971 msgid ""
26972 " mknod mode devmajor devminor path\n"
26973 "\n"
26974 msgstr ""
26975
26976 # type: textblock
26977 #. type: textblock
26978 #: ../fish/guestfish-actions.pod:2902
26979 msgid ""
26980 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
26981 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
26982 "regular file).  These constants are available in the standard Linux header "
26983 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
26984 "wrappers around this command which bitwise OR in the appropriate constant "
26985 "for you."
26986 msgstr ""
26987
26988 # type: =head2
26989 #. type: =head2
26990 #: ../fish/guestfish-actions.pod:2912
26991 msgid "mknod-b"
26992 msgstr ""
26993
26994 # type: verbatim
26995 #. type: verbatim
26996 #: ../fish/guestfish-actions.pod:2914
26997 #, no-wrap
26998 msgid ""
26999 " mknod-b mode devmajor devminor path\n"
27000 "\n"
27001 msgstr ""
27002
27003 # type: textblock
27004 #. type: textblock
27005 #: ../fish/guestfish-actions.pod:2916
27006 msgid ""
27007 "This call creates a block device node called C<path> with mode C<mode> and "
27008 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27009 "wrapper around L</mknod>."
27010 msgstr ""
27011
27012 # type: =head2
27013 #. type: =head2
27014 #: ../fish/guestfish-actions.pod:2922
27015 msgid "mknod-c"
27016 msgstr ""
27017
27018 # type: verbatim
27019 #. type: verbatim
27020 #: ../fish/guestfish-actions.pod:2924
27021 #, no-wrap
27022 msgid ""
27023 " mknod-c mode devmajor devminor path\n"
27024 "\n"
27025 msgstr ""
27026
27027 # type: textblock
27028 #. type: textblock
27029 #: ../fish/guestfish-actions.pod:2926
27030 msgid ""
27031 "This call creates a char device node called C<path> with mode C<mode> and "
27032 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27033 "wrapper around L</mknod>."
27034 msgstr ""
27035
27036 # type: =head2
27037 #. type: =head2
27038 #: ../fish/guestfish-actions.pod:2932
27039 msgid "mkswap"
27040 msgstr ""
27041
27042 # type: verbatim
27043 #. type: verbatim
27044 #: ../fish/guestfish-actions.pod:2934
27045 #, no-wrap
27046 msgid ""
27047 " mkswap device\n"
27048 "\n"
27049 msgstr ""
27050
27051 # type: =head2
27052 #. type: =head2
27053 #: ../fish/guestfish-actions.pod:2938
27054 msgid "mkswap-L"
27055 msgstr ""
27056
27057 # type: verbatim
27058 #. type: verbatim
27059 #: ../fish/guestfish-actions.pod:2940
27060 #, no-wrap
27061 msgid ""
27062 " mkswap-L label device\n"
27063 "\n"
27064 msgstr ""
27065
27066 # type: =head2
27067 #. type: =head2
27068 #: ../fish/guestfish-actions.pod:2948
27069 msgid "mkswap-U"
27070 msgstr ""
27071
27072 # type: verbatim
27073 #. type: verbatim
27074 #: ../fish/guestfish-actions.pod:2950
27075 #, no-wrap
27076 msgid ""
27077 " mkswap-U uuid device\n"
27078 "\n"
27079 msgstr ""
27080
27081 # type: =head2
27082 #. type: =head2
27083 #: ../fish/guestfish-actions.pod:2954
27084 msgid "mkswap-file"
27085 msgstr ""
27086
27087 # type: verbatim
27088 #. type: verbatim
27089 #: ../fish/guestfish-actions.pod:2956
27090 #, no-wrap
27091 msgid ""
27092 " mkswap-file path\n"
27093 "\n"
27094 msgstr ""
27095
27096 # type: textblock
27097 #. type: textblock
27098 #: ../fish/guestfish-actions.pod:2960
27099 msgid ""
27100 "This command just writes a swap file signature to an existing file.  To "
27101 "create the file itself, use something like L</fallocate>."
27102 msgstr ""
27103
27104 # type: =head2
27105 #. type: =head2
27106 #: ../fish/guestfish-actions.pod:2963
27107 msgid "modprobe"
27108 msgstr ""
27109
27110 # type: verbatim
27111 #. type: verbatim
27112 #: ../fish/guestfish-actions.pod:2965
27113 #, no-wrap
27114 msgid ""
27115 " modprobe modulename\n"
27116 "\n"
27117 msgstr ""
27118
27119 # type: =head2
27120 #. type: =head2
27121 #: ../fish/guestfish-actions.pod:2972
27122 msgid "mount"
27123 msgstr ""
27124
27125 # type: verbatim
27126 #. type: verbatim
27127 #: ../fish/guestfish-actions.pod:2974
27128 #, no-wrap
27129 msgid ""
27130 " mount device mountpoint\n"
27131 "\n"
27132 msgstr ""
27133
27134 # type: textblock
27135 #. type: textblock
27136 #: ../fish/guestfish-actions.pod:2990
27137 msgid ""
27138 "B<Important note:> When you use this call, the filesystem options C<sync> "
27139 "and C<noatime> are set implicitly.  This was originally done because we "
27140 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27141 "very large negative performance impact and negligible effect on "
27142 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27143 "code that needs performance, and instead use L</mount-options> (use an empty "
27144 "string for the first parameter if you don't want any options)."
27145 msgstr ""
27146
27147 # type: =head2
27148 #. type: =head2
27149 #: ../fish/guestfish-actions.pod:3000
27150 msgid "mount-loop"
27151 msgstr ""
27152
27153 # type: verbatim
27154 #. type: verbatim
27155 #: ../fish/guestfish-actions.pod:3002
27156 #, no-wrap
27157 msgid ""
27158 " mount-loop file mountpoint\n"
27159 "\n"
27160 msgstr ""
27161
27162 # type: =head2
27163 #. type: =head2
27164 #: ../fish/guestfish-actions.pod:3008
27165 msgid "mount-options"
27166 msgstr ""
27167
27168 # type: verbatim
27169 #. type: verbatim
27170 #: ../fish/guestfish-actions.pod:3010
27171 #, no-wrap
27172 msgid ""
27173 " mount-options options device mountpoint\n"
27174 "\n"
27175 msgstr ""
27176
27177 # type: textblock
27178 #. type: textblock
27179 #: ../fish/guestfish-actions.pod:3012
27180 msgid ""
27181 "This is the same as the L</mount> command, but it allows you to set the "
27182 "mount options as for the L<mount(8)> I<-o> flag."
27183 msgstr ""
27184
27185 # type: =head2
27186 #. type: =head2
27187 #: ../fish/guestfish-actions.pod:3020
27188 msgid "mount-ro"
27189 msgstr ""
27190
27191 # type: verbatim
27192 #. type: verbatim
27193 #: ../fish/guestfish-actions.pod:3022
27194 #, no-wrap
27195 msgid ""
27196 " mount-ro device mountpoint\n"
27197 "\n"
27198 msgstr ""
27199
27200 # type: textblock
27201 #. type: textblock
27202 #: ../fish/guestfish-actions.pod:3024
27203 msgid ""
27204 "This is the same as the L</mount> command, but it mounts the filesystem with "
27205 "the read-only (I<-o ro>) flag."
27206 msgstr ""
27207
27208 # type: =head2
27209 #. type: =head2
27210 #: ../fish/guestfish-actions.pod:3027
27211 msgid "mount-vfs"
27212 msgstr ""
27213
27214 # type: verbatim
27215 #. type: verbatim
27216 #: ../fish/guestfish-actions.pod:3029
27217 #, no-wrap
27218 msgid ""
27219 " mount-vfs options vfstype device mountpoint\n"
27220 "\n"
27221 msgstr ""
27222
27223 # type: textblock
27224 #. type: textblock
27225 #: ../fish/guestfish-actions.pod:3031
27226 msgid ""
27227 "This is the same as the L</mount> command, but it allows you to set both the "
27228 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27229 msgstr ""
27230
27231 # type: =head2
27232 #. type: =head2
27233 #: ../fish/guestfish-actions.pod:3035
27234 msgid "mountpoints"
27235 msgstr ""
27236
27237 # type: verbatim
27238 #. type: verbatim
27239 #: ../fish/guestfish-actions.pod:3037
27240 #, no-wrap
27241 msgid ""
27242 " mountpoints\n"
27243 "\n"
27244 msgstr ""
27245
27246 # type: textblock
27247 #. type: textblock
27248 #: ../fish/guestfish-actions.pod:3039
27249 msgid ""
27250 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27251 "This one returns a hash table (map) of device name to directory where the "
27252 "device is mounted."
27253 msgstr ""
27254
27255 # type: =head2
27256 #. type: =head2
27257 #: ../fish/guestfish-actions.pod:3043
27258 msgid "mounts"
27259 msgstr ""
27260
27261 # type: verbatim
27262 #. type: verbatim
27263 #: ../fish/guestfish-actions.pod:3045
27264 #, no-wrap
27265 msgid ""
27266 " mounts\n"
27267 "\n"
27268 msgstr ""
27269
27270 # type: textblock
27271 #. type: textblock
27272 #: ../fish/guestfish-actions.pod:3052
27273 msgid "See also: L</mountpoints>"
27274 msgstr ""
27275
27276 # type: =head2
27277 #. type: =head2
27278 #: ../fish/guestfish-actions.pod:3054
27279 msgid "mv"
27280 msgstr ""
27281
27282 # type: verbatim
27283 #. type: verbatim
27284 #: ../fish/guestfish-actions.pod:3056
27285 #, no-wrap
27286 msgid ""
27287 " mv src dest\n"
27288 "\n"
27289 msgstr ""
27290
27291 # type: =head2
27292 #. type: =head2
27293 #: ../fish/guestfish-actions.pod:3061
27294 msgid "ntfs-3g-probe"
27295 msgstr ""
27296
27297 # type: verbatim
27298 #. type: verbatim
27299 #: ../fish/guestfish-actions.pod:3063
27300 #, no-wrap
27301 msgid ""
27302 " ntfs-3g-probe true|false device\n"
27303 "\n"
27304 msgstr ""
27305
27306 # type: =head2
27307 #. type: =head2
27308 #: ../fish/guestfish-actions.pod:3077
27309 msgid "ntfsresize"
27310 msgstr ""
27311
27312 # type: verbatim
27313 #. type: verbatim
27314 #: ../fish/guestfish-actions.pod:3079
27315 #, no-wrap
27316 msgid ""
27317 " ntfsresize device\n"
27318 "\n"
27319 msgstr ""
27320
27321 # type: =head2
27322 #. type: =head2
27323 #: ../fish/guestfish-actions.pod:3094
27324 msgid "ntfsresize-size"
27325 msgstr ""
27326
27327 # type: verbatim
27328 #. type: verbatim
27329 #: ../fish/guestfish-actions.pod:3096
27330 #, no-wrap
27331 msgid ""
27332 " ntfsresize-size device size\n"
27333 "\n"
27334 msgstr ""
27335
27336 # type: textblock
27337 #. type: textblock
27338 #: ../fish/guestfish-actions.pod:3098
27339 msgid ""
27340 "This command is the same as L</ntfsresize> except that it allows you to "
27341 "specify the new size (in bytes) explicitly."
27342 msgstr ""
27343
27344 # type: =head2
27345 #. type: =head2
27346 #: ../fish/guestfish-actions.pod:3101
27347 msgid "part-add"
27348 msgstr ""
27349
27350 # type: verbatim
27351 #. type: verbatim
27352 #: ../fish/guestfish-actions.pod:3103
27353 #, no-wrap
27354 msgid ""
27355 " part-add device prlogex startsect endsect\n"
27356 "\n"
27357 msgstr ""
27358
27359 # type: textblock
27360 #. type: textblock
27361 #: ../fish/guestfish-actions.pod:3105
27362 msgid ""
27363 "This command adds a partition to C<device>.  If there is no partition table "
27364 "on the device, call L</part-init> first."
27365 msgstr ""
27366
27367 # type: textblock
27368 #. type: textblock
27369 #: ../fish/guestfish-actions.pod:3117
27370 msgid ""
27371 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27372 "part-disk> to do that."
27373 msgstr ""
27374
27375 # type: =head2
27376 #. type: =head2
27377 #: ../fish/guestfish-actions.pod:3120
27378 msgid "part-del"
27379 msgstr ""
27380
27381 # type: verbatim
27382 #. type: verbatim
27383 #: ../fish/guestfish-actions.pod:3122
27384 #, no-wrap
27385 msgid ""
27386 " part-del device partnum\n"
27387 "\n"
27388 msgstr ""
27389
27390 # type: =head2
27391 #. type: =head2
27392 #: ../fish/guestfish-actions.pod:3130
27393 msgid "part-disk"
27394 msgstr ""
27395
27396 # type: verbatim
27397 #. type: verbatim
27398 #: ../fish/guestfish-actions.pod:3132
27399 #, no-wrap
27400 msgid ""
27401 " part-disk device parttype\n"
27402 "\n"
27403 msgstr ""
27404
27405 # type: textblock
27406 #. type: textblock
27407 #: ../fish/guestfish-actions.pod:3134
27408 msgid ""
27409 "This command is simply a combination of L</part-init> followed by L</part-"
27410 "add> to create a single primary partition covering the whole disk."
27411 msgstr ""
27412
27413 # type: textblock
27414 #. type: textblock
27415 #: ../fish/guestfish-actions.pod:3138
27416 msgid ""
27417 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27418 "possible values are described in L</part-init>."
27419 msgstr ""
27420
27421 # type: =head2
27422 #. type: =head2
27423 #: ../fish/guestfish-actions.pod:3144
27424 msgid "part-get-bootable"
27425 msgstr ""
27426
27427 # type: verbatim
27428 #. type: verbatim
27429 #: ../fish/guestfish-actions.pod:3146
27430 #, no-wrap
27431 msgid ""
27432 " part-get-bootable device partnum\n"
27433 "\n"
27434 msgstr ""
27435
27436 # type: textblock
27437 #. type: textblock
27438 #: ../fish/guestfish-actions.pod:3151
27439 msgid "See also L</part-set-bootable>."
27440 msgstr ""
27441
27442 # type: =head2
27443 #. type: =head2
27444 #: ../fish/guestfish-actions.pod:3153
27445 msgid "part-get-mbr-id"
27446 msgstr ""
27447
27448 # type: verbatim
27449 #. type: verbatim
27450 #: ../fish/guestfish-actions.pod:3155
27451 #, no-wrap
27452 msgid ""
27453 " part-get-mbr-id device partnum\n"
27454 "\n"
27455 msgstr ""
27456
27457 # type: textblock
27458 #. type: textblock
27459 #: ../fish/guestfish-actions.pod:3160 ../fish/guestfish-actions.pod:3298
27460 msgid ""
27461 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27462 "undefined results for other partition table types (see L</part-get-"
27463 "parttype>)."
27464 msgstr ""
27465
27466 # type: =head2
27467 #. type: =head2
27468 #: ../fish/guestfish-actions.pod:3164
27469 msgid "part-get-parttype"
27470 msgstr ""
27471
27472 # type: verbatim
27473 #. type: verbatim
27474 #: ../fish/guestfish-actions.pod:3166
27475 #, no-wrap
27476 msgid ""
27477 " part-get-parttype device\n"
27478 "\n"
27479 msgstr ""
27480
27481 # type: textblock
27482 #. type: textblock
27483 #: ../fish/guestfish-actions.pod:3171
27484 msgid ""
27485 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27486 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27487 "possible, although unusual.  See L</part-init> for a full list."
27488 msgstr ""
27489
27490 # type: =head2
27491 #. type: =head2
27492 #: ../fish/guestfish-actions.pod:3176
27493 msgid "part-init"
27494 msgstr ""
27495
27496 # type: verbatim
27497 #. type: verbatim
27498 #: ../fish/guestfish-actions.pod:3178
27499 #, no-wrap
27500 msgid ""
27501 " part-init device parttype\n"
27502 "\n"
27503 msgstr ""
27504
27505 # type: textblock
27506 #. type: textblock
27507 #: ../fish/guestfish-actions.pod:3184
27508 msgid ""
27509 "Initially there are no partitions.  Following this, you should call L</part-"
27510 "add> for each partition required."
27511 msgstr ""
27512
27513 # type: =head2
27514 #. type: =head2
27515 #: ../fish/guestfish-actions.pod:3247
27516 msgid "part-list"
27517 msgstr ""
27518
27519 # type: verbatim
27520 #. type: verbatim
27521 #: ../fish/guestfish-actions.pod:3249
27522 #, no-wrap
27523 msgid ""
27524 " part-list device\n"
27525 "\n"
27526 msgstr ""
27527
27528 # type: textblock
27529 #. type: textblock
27530 #: ../fish/guestfish-actions.pod:3264
27531 msgid ""
27532 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27533 "the device's sector size, see L</blockdev-getss>."
27534 msgstr ""
27535
27536 # type: =head2
27537 #. type: =head2
27538 #: ../fish/guestfish-actions.pod:3277
27539 msgid "part-set-bootable"
27540 msgstr ""
27541
27542 # type: verbatim
27543 #. type: verbatim
27544 #: ../fish/guestfish-actions.pod:3279
27545 #, no-wrap
27546 msgid ""
27547 " part-set-bootable device partnum true|false\n"
27548 "\n"
27549 msgstr ""
27550
27551 # type: =head2
27552 #. type: =head2
27553 #: ../fish/guestfish-actions.pod:3288
27554 msgid "part-set-mbr-id"
27555 msgstr ""
27556
27557 # type: verbatim
27558 #. type: verbatim
27559 #: ../fish/guestfish-actions.pod:3290
27560 #, no-wrap
27561 msgid ""
27562 " part-set-mbr-id device partnum idbyte\n"
27563 "\n"
27564 msgstr ""
27565
27566 # type: =head2
27567 #. type: =head2
27568 #: ../fish/guestfish-actions.pod:3302
27569 msgid "part-set-name"
27570 msgstr ""
27571
27572 # type: verbatim
27573 #. type: verbatim
27574 #: ../fish/guestfish-actions.pod:3304
27575 #, no-wrap
27576 msgid ""
27577 " part-set-name device partnum name\n"
27578 "\n"
27579 msgstr ""
27580
27581 # type: =head2
27582 #. type: =head2
27583 #: ../fish/guestfish-actions.pod:3312
27584 msgid "part-to-dev"
27585 msgstr ""
27586
27587 # type: verbatim
27588 #. type: verbatim
27589 #: ../fish/guestfish-actions.pod:3314
27590 #, no-wrap
27591 msgid ""
27592 " part-to-dev partition\n"
27593 "\n"
27594 msgstr ""
27595
27596 # type: textblock
27597 #. type: textblock
27598 #: ../fish/guestfish-actions.pod:3320
27599 msgid ""
27600 "The named partition must exist, for example as a string returned from L</"
27601 "list-partitions>."
27602 msgstr ""
27603
27604 # type: =head2
27605 #. type: =head2
27606 #: ../fish/guestfish-actions.pod:3323
27607 msgid "ping-daemon"
27608 msgstr ""
27609
27610 # type: verbatim
27611 #. type: verbatim
27612 #: ../fish/guestfish-actions.pod:3325
27613 #, no-wrap
27614 msgid ""
27615 " ping-daemon\n"
27616 "\n"
27617 msgstr ""
27618
27619 # type: =head2
27620 #. type: =head2
27621 #: ../fish/guestfish-actions.pod:3332
27622 msgid "pread"
27623 msgstr ""
27624
27625 # type: verbatim
27626 #. type: verbatim
27627 #: ../fish/guestfish-actions.pod:3334
27628 #, no-wrap
27629 msgid ""
27630 " pread path count offset\n"
27631 "\n"
27632 msgstr ""
27633
27634 # type: textblock
27635 #. type: textblock
27636 #: ../fish/guestfish-actions.pod:3342
27637 msgid "See also L</pwrite>, L</pread-device>."
27638 msgstr ""
27639
27640 # type: =head2
27641 #. type: =head2
27642 #: ../fish/guestfish-actions.pod:3347
27643 msgid "pread-device"
27644 msgstr ""
27645
27646 # type: verbatim
27647 #. type: verbatim
27648 #: ../fish/guestfish-actions.pod:3349
27649 #, no-wrap
27650 msgid ""
27651 " pread-device device count offset\n"
27652 "\n"
27653 msgstr ""
27654
27655 # type: textblock
27656 #. type: textblock
27657 #: ../fish/guestfish-actions.pod:3357
27658 msgid "See also L</pread>."
27659 msgstr ""
27660
27661 # type: =head2
27662 #. type: =head2
27663 #: ../fish/guestfish-actions.pod:3362
27664 msgid "pvcreate"
27665 msgstr ""
27666
27667 # type: verbatim
27668 #. type: verbatim
27669 #: ../fish/guestfish-actions.pod:3364
27670 #, no-wrap
27671 msgid ""
27672 " pvcreate device\n"
27673 "\n"
27674 msgstr ""
27675
27676 # type: =head2
27677 #. type: =head2
27678 #: ../fish/guestfish-actions.pod:3370
27679 msgid "pvremove"
27680 msgstr ""
27681
27682 # type: verbatim
27683 #. type: verbatim
27684 #: ../fish/guestfish-actions.pod:3372
27685 #, no-wrap
27686 msgid ""
27687 " pvremove device\n"
27688 "\n"
27689 msgstr ""
27690
27691 # type: =head2
27692 #. type: =head2
27693 #: ../fish/guestfish-actions.pod:3381
27694 msgid "pvresize"
27695 msgstr ""
27696
27697 # type: verbatim
27698 #. type: verbatim
27699 #: ../fish/guestfish-actions.pod:3383
27700 #, no-wrap
27701 msgid ""
27702 " pvresize device\n"
27703 "\n"
27704 msgstr ""
27705
27706 # type: =head2
27707 #. type: =head2
27708 #: ../fish/guestfish-actions.pod:3388
27709 msgid "pvresize-size"
27710 msgstr ""
27711
27712 # type: verbatim
27713 #. type: verbatim
27714 #: ../fish/guestfish-actions.pod:3390
27715 #, no-wrap
27716 msgid ""
27717 " pvresize-size device size\n"
27718 "\n"
27719 msgstr ""
27720
27721 # type: textblock
27722 #. type: textblock
27723 #: ../fish/guestfish-actions.pod:3392
27724 msgid ""
27725 "This command is the same as L</pvresize> except that it allows you to "
27726 "specify the new size (in bytes) explicitly."
27727 msgstr ""
27728
27729 # type: =head2
27730 #. type: =head2
27731 #: ../fish/guestfish-actions.pod:3395
27732 msgid "pvs"
27733 msgstr ""
27734
27735 # type: verbatim
27736 #. type: verbatim
27737 #: ../fish/guestfish-actions.pod:3397
27738 #, no-wrap
27739 msgid ""
27740 " pvs\n"
27741 "\n"
27742 msgstr ""
27743
27744 # type: textblock
27745 #. type: textblock
27746 #: ../fish/guestfish-actions.pod:3405
27747 msgid "See also L</pvs-full>."
27748 msgstr ""
27749
27750 # type: =head2
27751 #. type: =head2
27752 #: ../fish/guestfish-actions.pod:3407
27753 msgid "pvs-full"
27754 msgstr ""
27755
27756 # type: verbatim
27757 #. type: verbatim
27758 #: ../fish/guestfish-actions.pod:3409
27759 #, no-wrap
27760 msgid ""
27761 " pvs-full\n"
27762 "\n"
27763 msgstr ""
27764
27765 # type: =head2
27766 #. type: =head2
27767 #: ../fish/guestfish-actions.pod:3414
27768 msgid "pvuuid"
27769 msgstr ""
27770
27771 # type: verbatim
27772 #. type: verbatim
27773 #: ../fish/guestfish-actions.pod:3416
27774 #, no-wrap
27775 msgid ""
27776 " pvuuid device\n"
27777 "\n"
27778 msgstr ""
27779
27780 # type: =head2
27781 #. type: =head2
27782 #: ../fish/guestfish-actions.pod:3420
27783 msgid "pwrite"
27784 msgstr ""
27785
27786 # type: verbatim
27787 #. type: verbatim
27788 #: ../fish/guestfish-actions.pod:3422
27789 #, no-wrap
27790 msgid ""
27791 " pwrite path content offset\n"
27792 "\n"
27793 msgstr ""
27794
27795 # type: textblock
27796 #. type: textblock
27797 #: ../fish/guestfish-actions.pod:3433
27798 msgid "See also L</pread>, L</pwrite-device>."
27799 msgstr ""
27800
27801 # type: =head2
27802 #. type: =head2
27803 #: ../fish/guestfish-actions.pod:3438
27804 msgid "pwrite-device"
27805 msgstr ""
27806
27807 # type: verbatim
27808 #. type: verbatim
27809 #: ../fish/guestfish-actions.pod:3440
27810 #, no-wrap
27811 msgid ""
27812 " pwrite-device device content offset\n"
27813 "\n"
27814 msgstr ""
27815
27816 # type: textblock
27817 #. type: textblock
27818 #: ../fish/guestfish-actions.pod:3450
27819 msgid "See also L</pwrite>."
27820 msgstr ""
27821
27822 # type: =head2
27823 #. type: =head2
27824 #: ../fish/guestfish-actions.pod:3455
27825 msgid "read-file"
27826 msgstr ""
27827
27828 # type: verbatim
27829 #. type: verbatim
27830 #: ../fish/guestfish-actions.pod:3457
27831 #, no-wrap
27832 msgid ""
27833 " read-file path\n"
27834 "\n"
27835 msgstr ""
27836
27837 # type: textblock
27838 #. type: textblock
27839 #: ../fish/guestfish-actions.pod:3462
27840 msgid ""
27841 "Unlike L</cat>, this function can correctly handle files that contain "
27842 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27843 "is limited in the total size of file that can be handled."
27844 msgstr ""
27845
27846 # type: =head2
27847 #. type: =head2
27848 #: ../fish/guestfish-actions.pod:3470
27849 msgid "read-lines"
27850 msgstr ""
27851
27852 # type: verbatim
27853 #. type: verbatim
27854 #: ../fish/guestfish-actions.pod:3472
27855 #, no-wrap
27856 msgid ""
27857 " read-lines path\n"
27858 "\n"
27859 msgstr ""
27860
27861 # type: textblock
27862 #. type: textblock
27863 #: ../fish/guestfish-actions.pod:3479
27864 msgid ""
27865 "Note that this function cannot correctly handle binary files (specifically, "
27866 "files containing C<\\0> character which is treated as end of line).  For "
27867 "those you need to use the L</read-file> function which has a more complex "
27868 "interface."
27869 msgstr ""
27870
27871 # type: =head2
27872 #. type: =head2
27873 #: ../fish/guestfish-actions.pod:3484
27874 msgid "readdir"
27875 msgstr ""
27876
27877 # type: verbatim
27878 #. type: verbatim
27879 #: ../fish/guestfish-actions.pod:3486
27880 #, no-wrap
27881 msgid ""
27882 " readdir dir\n"
27883 "\n"
27884 msgstr ""
27885
27886 # type: textblock
27887 #. type: textblock
27888 #: ../fish/guestfish-actions.pod:3538
27889 msgid ""
27890 "This function is primarily intended for use by programs.  To get a simple "
27891 "list of names, use L</ls>.  To get a printable directory for human "
27892 "consumption, use L</ll>."
27893 msgstr ""
27894
27895 # type: =head2
27896 #. type: =head2
27897 #: ../fish/guestfish-actions.pod:3542
27898 msgid "readlink"
27899 msgstr ""
27900
27901 # type: verbatim
27902 #. type: verbatim
27903 #: ../fish/guestfish-actions.pod:3544
27904 #, no-wrap
27905 msgid ""
27906 " readlink path\n"
27907 "\n"
27908 msgstr ""
27909
27910 # type: =head2
27911 #. type: =head2
27912 #: ../fish/guestfish-actions.pod:3548
27913 msgid "readlinklist"
27914 msgstr ""
27915
27916 # type: verbatim
27917 #. type: verbatim
27918 #: ../fish/guestfish-actions.pod:3550
27919 #, no-wrap
27920 msgid ""
27921 " readlinklist path 'names ...'\n"
27922 "\n"
27923 msgstr ""
27924
27925 # type: =head2
27926 #. type: =head2
27927 #: ../fish/guestfish-actions.pod:3574
27928 msgid "realpath"
27929 msgstr ""
27930
27931 # type: verbatim
27932 #. type: verbatim
27933 #: ../fish/guestfish-actions.pod:3576
27934 #, no-wrap
27935 msgid ""
27936 " realpath path\n"
27937 "\n"
27938 msgstr ""
27939
27940 # type: =head2
27941 #. type: =head2
27942 #: ../fish/guestfish-actions.pod:3581
27943 msgid "removexattr"
27944 msgstr ""
27945
27946 # type: verbatim
27947 #. type: verbatim
27948 #: ../fish/guestfish-actions.pod:3583
27949 #, no-wrap
27950 msgid ""
27951 " removexattr xattr path\n"
27952 "\n"
27953 msgstr ""
27954
27955 # type: textblock
27956 #. type: textblock
27957 #: ../fish/guestfish-actions.pod:3588
27958 msgid "See also: L</lremovexattr>, L<attr(5)>."
27959 msgstr ""
27960
27961 # type: =head2
27962 #. type: =head2
27963 #: ../fish/guestfish-actions.pod:3590
27964 msgid "resize2fs"
27965 msgstr ""
27966
27967 # type: verbatim
27968 #. type: verbatim
27969 #: ../fish/guestfish-actions.pod:3592
27970 #, no-wrap
27971 msgid ""
27972 " resize2fs device\n"
27973 "\n"
27974 msgstr ""
27975
27976 # type: textblock
27977 #. type: textblock
27978 #: ../fish/guestfish-actions.pod:3597
27979 msgid ""
27980 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
27981 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
27982 "gives an error about this and sometimes not.  In any case, it is always safe "
27983 "to call L</e2fsck-f> before calling this function."
27984 msgstr ""
27985
27986 # type: =head2
27987 #. type: =head2
27988 #: ../fish/guestfish-actions.pod:3603
27989 msgid "resize2fs-size"
27990 msgstr ""
27991
27992 # type: verbatim
27993 #. type: verbatim
27994 #: ../fish/guestfish-actions.pod:3605
27995 #, no-wrap
27996 msgid ""
27997 " resize2fs-size device size\n"
27998 "\n"
27999 msgstr ""
28000
28001 # type: textblock
28002 #. type: textblock
28003 #: ../fish/guestfish-actions.pod:3607
28004 msgid ""
28005 "This command is the same as L</resize2fs> except that it allows you to "
28006 "specify the new size (in bytes) explicitly."
28007 msgstr ""
28008
28009 # type: =head2
28010 #. type: =head2
28011 #: ../fish/guestfish-actions.pod:3610
28012 msgid "rm"
28013 msgstr ""
28014
28015 # type: verbatim
28016 #. type: verbatim
28017 #: ../fish/guestfish-actions.pod:3612
28018 #, no-wrap
28019 msgid ""
28020 " rm path\n"
28021 "\n"
28022 msgstr ""
28023
28024 # type: =head2
28025 #. type: =head2
28026 #: ../fish/guestfish-actions.pod:3616
28027 msgid "rm-rf"
28028 msgstr ""
28029
28030 # type: verbatim
28031 #. type: verbatim
28032 #: ../fish/guestfish-actions.pod:3618
28033 #, no-wrap
28034 msgid ""
28035 " rm-rf path\n"
28036 "\n"
28037 msgstr ""
28038
28039 # type: =head2
28040 #. type: =head2
28041 #: ../fish/guestfish-actions.pod:3624
28042 msgid "rmdir"
28043 msgstr ""
28044
28045 # type: verbatim
28046 #. type: verbatim
28047 #: ../fish/guestfish-actions.pod:3626
28048 #, no-wrap
28049 msgid ""
28050 " rmdir path\n"
28051 "\n"
28052 msgstr ""
28053
28054 # type: =head2
28055 #. type: =head2
28056 #: ../fish/guestfish-actions.pod:3630
28057 msgid "rmmountpoint"
28058 msgstr ""
28059
28060 # type: verbatim
28061 #. type: verbatim
28062 #: ../fish/guestfish-actions.pod:3632
28063 #, no-wrap
28064 msgid ""
28065 " rmmountpoint exemptpath\n"
28066 "\n"
28067 msgstr ""
28068
28069 # type: textblock
28070 #. type: textblock
28071 #: ../fish/guestfish-actions.pod:3634
28072 msgid ""
28073 "This calls removes a mountpoint that was previously created with L</"
28074 "mkmountpoint>.  See L</mkmountpoint> for full details."
28075 msgstr ""
28076
28077 # type: =head2
28078 #. type: =head2
28079 #: ../fish/guestfish-actions.pod:3638
28080 msgid "scrub-device"
28081 msgstr ""
28082
28083 # type: verbatim
28084 #. type: verbatim
28085 #: ../fish/guestfish-actions.pod:3640
28086 #, no-wrap
28087 msgid ""
28088 " scrub-device device\n"
28089 "\n"
28090 msgstr ""
28091
28092 # type: =head2
28093 #. type: =head2
28094 #: ../fish/guestfish-actions.pod:3651
28095 msgid "scrub-file"
28096 msgstr ""
28097
28098 # type: verbatim
28099 #. type: verbatim
28100 #: ../fish/guestfish-actions.pod:3653
28101 #, no-wrap
28102 msgid ""
28103 " scrub-file file\n"
28104 "\n"
28105 msgstr ""
28106
28107 # type: =head2
28108 #. type: =head2
28109 #: ../fish/guestfish-actions.pod:3663
28110 msgid "scrub-freespace"
28111 msgstr ""
28112
28113 # type: verbatim
28114 #. type: verbatim
28115 #: ../fish/guestfish-actions.pod:3665
28116 #, no-wrap
28117 msgid ""
28118 " scrub-freespace dir\n"
28119 "\n"
28120 msgstr ""
28121
28122 # type: textblock
28123 #. type: textblock
28124 #: ../fish/guestfish-actions.pod:3667
28125 msgid ""
28126 "This command creates the directory C<dir> and then fills it with files until "
28127 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28128 "deletes them.  The intention is to scrub any free space on the partition "
28129 "containing C<dir>."
28130 msgstr ""
28131
28132 # type: =head2
28133 #. type: =head2
28134 #: ../fish/guestfish-actions.pod:3676
28135 msgid "set-append"
28136 msgstr ""
28137
28138 # type: =head2
28139 #. type: =head2
28140 #: ../fish/guestfish-actions.pod:3678
28141 msgid "append"
28142 msgstr ""
28143
28144 # type: verbatim
28145 #. type: verbatim
28146 #: ../fish/guestfish-actions.pod:3680
28147 #, no-wrap
28148 msgid ""
28149 " set-append append\n"
28150 "\n"
28151 msgstr ""
28152
28153 # type: =head2
28154 #. type: =head2
28155 #: ../fish/guestfish-actions.pod:3691
28156 msgid "set-autosync"
28157 msgstr ""
28158
28159 # type: =head2
28160 #. type: =head2
28161 #: ../fish/guestfish-actions.pod:3693
28162 msgid "autosync"
28163 msgstr ""
28164
28165 # type: verbatim
28166 #. type: verbatim
28167 #: ../fish/guestfish-actions.pod:3695
28168 #, no-wrap
28169 msgid ""
28170 " set-autosync true|false\n"
28171 "\n"
28172 msgstr ""
28173
28174 # type: textblock
28175 #. type: textblock
28176 #: ../fish/guestfish-actions.pod:3697
28177 msgid ""
28178 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28179 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28180 "closed (also if the program exits without closing handles)."
28181 msgstr ""
28182
28183 # type: =head2
28184 #. type: =head2
28185 #: ../fish/guestfish-actions.pod:3705
28186 msgid "set-direct"
28187 msgstr ""
28188
28189 # type: =head2
28190 #. type: =head2
28191 #: ../fish/guestfish-actions.pod:3707
28192 msgid "direct"
28193 msgstr ""
28194
28195 # type: verbatim
28196 #. type: verbatim
28197 #: ../fish/guestfish-actions.pod:3709
28198 #, no-wrap
28199 msgid ""
28200 " set-direct true|false\n"
28201 "\n"
28202 msgstr ""
28203
28204 # type: textblock
28205 #. type: textblock
28206 #: ../fish/guestfish-actions.pod:3715
28207 msgid ""
28208 "One consequence of this is that log messages aren't caught by the library "
28209 "and handled by L</set-log-message-callback>, but go straight to stdout."
28210 msgstr ""
28211
28212 # type: =head2
28213 #. type: =head2
28214 #: ../fish/guestfish-actions.pod:3724
28215 msgid "set-e2label"
28216 msgstr ""
28217
28218 # type: verbatim
28219 #. type: verbatim
28220 #: ../fish/guestfish-actions.pod:3726
28221 #, no-wrap
28222 msgid ""
28223 " set-e2label device label\n"
28224 "\n"
28225 msgstr ""
28226
28227 # type: textblock
28228 #. type: textblock
28229 #: ../fish/guestfish-actions.pod:3732
28230 msgid ""
28231 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28232 "label on a filesystem."
28233 msgstr ""
28234
28235 # type: =head2
28236 #. type: =head2
28237 #: ../fish/guestfish-actions.pod:3735
28238 msgid "set-e2uuid"
28239 msgstr ""
28240
28241 # type: verbatim
28242 #. type: verbatim
28243 #: ../fish/guestfish-actions.pod:3737
28244 #, no-wrap
28245 msgid ""
28246 " set-e2uuid device uuid\n"
28247 "\n"
28248 msgstr ""
28249
28250 # type: textblock
28251 #. type: textblock
28252 #: ../fish/guestfish-actions.pod:3744
28253 msgid ""
28254 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28255 "UUID of a filesystem."
28256 msgstr ""
28257
28258 # type: =head2
28259 #. type: =head2
28260 #: ../fish/guestfish-actions.pod:3747
28261 msgid "set-memsize"
28262 msgstr ""
28263
28264 # type: =head2
28265 #. type: =head2
28266 #: ../fish/guestfish-actions.pod:3749
28267 msgid "memsize"
28268 msgstr ""
28269
28270 # type: verbatim
28271 #. type: verbatim
28272 #: ../fish/guestfish-actions.pod:3751
28273 #, no-wrap
28274 msgid ""
28275 " set-memsize memsize\n"
28276 "\n"
28277 msgstr ""
28278
28279 # type: textblock
28280 #. type: textblock
28281 #: ../fish/guestfish-actions.pod:3753
28282 msgid ""
28283 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28284 "This only has any effect if called before L</launch>."
28285 msgstr ""
28286
28287 # type: =head2
28288 #. type: =head2
28289 #: ../fish/guestfish-actions.pod:3764
28290 msgid "set-network"
28291 msgstr ""
28292
28293 # type: =head2
28294 #. type: =head2
28295 #: ../fish/guestfish-actions.pod:3766
28296 msgid "network"
28297 msgstr ""
28298
28299 # type: verbatim
28300 #. type: verbatim
28301 #: ../fish/guestfish-actions.pod:3768
28302 #, no-wrap
28303 msgid ""
28304 " set-network true|false\n"
28305 "\n"
28306 msgstr ""
28307
28308 # type: textblock
28309 #. type: textblock
28310 #: ../fish/guestfish-actions.pod:3776
28311 msgid ""
28312 "You must call this before calling L</launch>, otherwise it has no effect."
28313 msgstr ""
28314
28315 # type: =head2
28316 #. type: =head2
28317 #: ../fish/guestfish-actions.pod:3779
28318 msgid "set-path"
28319 msgstr ""
28320
28321 # type: =head2
28322 #. type: =head2
28323 #: ../fish/guestfish-actions.pod:3781
28324 msgid "path"
28325 msgstr ""
28326
28327 # type: verbatim
28328 #. type: verbatim
28329 #: ../fish/guestfish-actions.pod:3783
28330 #, no-wrap
28331 msgid ""
28332 " set-path searchpath\n"
28333 "\n"
28334 msgstr ""
28335
28336 # type: =head2
28337 #. type: =head2
28338 #: ../fish/guestfish-actions.pod:3792
28339 msgid "set-qemu"
28340 msgstr ""
28341
28342 # type: =head2
28343 #. type: =head2
28344 #: ../fish/guestfish-actions.pod:3794
28345 msgid "qemu"
28346 msgstr ""
28347
28348 # type: verbatim
28349 #. type: verbatim
28350 #: ../fish/guestfish-actions.pod:3796
28351 #, no-wrap
28352 msgid ""
28353 " set-qemu qemu\n"
28354 "\n"
28355 msgstr ""
28356
28357 # type: =head2
28358 #. type: =head2
28359 #: ../fish/guestfish-actions.pod:3816
28360 msgid "set-recovery-proc"
28361 msgstr ""
28362
28363 # type: =head2
28364 #. type: =head2
28365 #: ../fish/guestfish-actions.pod:3818
28366 msgid "recovery-proc"
28367 msgstr ""
28368
28369 # type: verbatim
28370 #. type: verbatim
28371 #: ../fish/guestfish-actions.pod:3820
28372 #, no-wrap
28373 msgid ""
28374 " set-recovery-proc true|false\n"
28375 "\n"
28376 msgstr ""
28377
28378 # type: textblock
28379 #. type: textblock
28380 #: ../fish/guestfish-actions.pod:3822
28381 msgid ""
28382 "If this is called with the parameter C<false> then L</launch> does not "
28383 "create a recovery process.  The purpose of the recovery process is to stop "
28384 "runaway qemu processes in the case where the main program aborts abruptly."
28385 msgstr ""
28386
28387 # type: textblock
28388 #. type: textblock
28389 #: ../fish/guestfish-actions.pod:3827
28390 msgid ""
28391 "This only has any effect if called before L</launch>, and the default is "
28392 "true."
28393 msgstr ""
28394
28395 # type: =head2
28396 #. type: =head2
28397 #: ../fish/guestfish-actions.pod:3836
28398 msgid "set-selinux"
28399 msgstr ""
28400
28401 # type: =head2
28402 #. type: =head2
28403 #: ../fish/guestfish-actions.pod:3838
28404 msgid "selinux"
28405 msgstr ""
28406
28407 # type: verbatim
28408 #. type: verbatim
28409 #: ../fish/guestfish-actions.pod:3840
28410 #, no-wrap
28411 msgid ""
28412 " set-selinux true|false\n"
28413 "\n"
28414 msgstr ""
28415
28416 # type: =head2
28417 #. type: =head2
28418 #: ../fish/guestfish-actions.pod:3851
28419 msgid "set-trace"
28420 msgstr ""
28421
28422 # type: =head2
28423 #. type: =head2
28424 #: ../fish/guestfish-actions.pod:3853
28425 msgid "trace"
28426 msgstr ""
28427
28428 # type: verbatim
28429 #. type: verbatim
28430 #: ../fish/guestfish-actions.pod:3855
28431 #, no-wrap
28432 msgid ""
28433 " set-trace true|false\n"
28434 "\n"
28435 msgstr ""
28436
28437 # type: =head2
28438 #. type: =head2
28439 #: ../fish/guestfish-actions.pod:3871
28440 msgid "set-verbose"
28441 msgstr ""
28442
28443 # type: =head2
28444 #. type: =head2
28445 #: ../fish/guestfish-actions.pod:3873
28446 msgid "verbose"
28447 msgstr ""
28448
28449 # type: verbatim
28450 #. type: verbatim
28451 #: ../fish/guestfish-actions.pod:3875
28452 #, no-wrap
28453 msgid ""
28454 " set-verbose true|false\n"
28455 "\n"
28456 msgstr ""
28457
28458 # type: =head2
28459 #. type: =head2
28460 #: ../fish/guestfish-actions.pod:3882
28461 msgid "setcon"
28462 msgstr ""
28463
28464 # type: verbatim
28465 #. type: verbatim
28466 #: ../fish/guestfish-actions.pod:3884
28467 #, no-wrap
28468 msgid ""
28469 " setcon context\n"
28470 "\n"
28471 msgstr ""
28472
28473 # type: =head2
28474 #. type: =head2
28475 #: ../fish/guestfish-actions.pod:3891
28476 msgid "setxattr"
28477 msgstr ""
28478
28479 # type: verbatim
28480 #. type: verbatim
28481 #: ../fish/guestfish-actions.pod:3893
28482 #, no-wrap
28483 msgid ""
28484 " setxattr xattr val vallen path\n"
28485 "\n"
28486 msgstr ""
28487
28488 # type: textblock
28489 #. type: textblock
28490 #: ../fish/guestfish-actions.pod:3899
28491 msgid "See also: L</lsetxattr>, L<attr(5)>."
28492 msgstr ""
28493
28494 # type: =head2
28495 #. type: =head2
28496 #: ../fish/guestfish-actions.pod:3901
28497 msgid "sfdisk"
28498 msgstr ""
28499
28500 # type: verbatim
28501 #. type: verbatim
28502 #: ../fish/guestfish-actions.pod:3903
28503 #, no-wrap
28504 msgid ""
28505 " sfdisk device cyls heads sectors 'lines ...'\n"
28506 "\n"
28507 msgstr ""
28508
28509 # type: textblock
28510 #. type: textblock
28511 #: ../fish/guestfish-actions.pod:3925
28512 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28513 msgstr ""
28514
28515 # type: =head2
28516 #. type: =head2
28517 #: ../fish/guestfish-actions.pod:3931
28518 msgid "sfdiskM"
28519 msgstr ""
28520
28521 # type: verbatim
28522 #. type: verbatim
28523 #: ../fish/guestfish-actions.pod:3933
28524 #, no-wrap
28525 msgid ""
28526 " sfdiskM device 'lines ...'\n"
28527 "\n"
28528 msgstr ""
28529
28530 # type: textblock
28531 #. type: textblock
28532 #: ../fish/guestfish-actions.pod:3935
28533 msgid ""
28534 "This is a simplified interface to the L</sfdisk> command, where partition "
28535 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28536 "you don't need to specify the cyls, heads and sectors parameters which were "
28537 "rarely if ever used anyway."
28538 msgstr ""
28539
28540 # type: textblock
28541 #. type: textblock
28542 #: ../fish/guestfish-actions.pod:3941
28543 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28544 msgstr ""
28545
28546 # type: =head2
28547 #. type: =head2
28548 #: ../fish/guestfish-actions.pod:3947
28549 msgid "sfdisk-N"
28550 msgstr ""
28551
28552 # type: verbatim
28553 #. type: verbatim
28554 #: ../fish/guestfish-actions.pod:3949
28555 #, no-wrap
28556 msgid ""
28557 " sfdisk-N device partnum cyls heads sectors line\n"
28558 "\n"
28559 msgstr ""
28560
28561 # type: textblock
28562 #. type: textblock
28563 #: ../fish/guestfish-actions.pod:3954
28564 msgid ""
28565 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28566 "cyls/heads/sectors parameters."
28567 msgstr ""
28568
28569 # type: textblock
28570 #. type: textblock
28571 #: ../fish/guestfish-actions.pod:3957
28572 msgid "See also: L</part-add>"
28573 msgstr ""
28574
28575 # type: =head2
28576 #. type: =head2
28577 #: ../fish/guestfish-actions.pod:3962
28578 msgid "sfdisk-disk-geometry"
28579 msgstr ""
28580
28581 # type: verbatim
28582 #. type: verbatim
28583 #: ../fish/guestfish-actions.pod:3964
28584 #, no-wrap
28585 msgid ""
28586 " sfdisk-disk-geometry device\n"
28587 "\n"
28588 msgstr ""
28589
28590 # type: textblock
28591 #. type: textblock
28592 #: ../fish/guestfish-actions.pod:3966
28593 msgid ""
28594 "This displays the disk geometry of C<device> read from the partition table.  "
28595 "Especially in the case where the underlying block device has been resized, "
28596 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28597 "kernel-geometry>)."
28598 msgstr ""
28599
28600 # type: =head2
28601 #. type: =head2
28602 #: ../fish/guestfish-actions.pod:3974
28603 msgid "sfdisk-kernel-geometry"
28604 msgstr ""
28605
28606 # type: verbatim
28607 #. type: verbatim
28608 #: ../fish/guestfish-actions.pod:3976
28609 #, no-wrap
28610 msgid ""
28611 " sfdisk-kernel-geometry device\n"
28612 "\n"
28613 msgstr ""
28614
28615 # type: =head2
28616 #. type: =head2
28617 #: ../fish/guestfish-actions.pod:3983
28618 msgid "sfdisk-l"
28619 msgstr ""
28620
28621 # type: verbatim
28622 #. type: verbatim
28623 #: ../fish/guestfish-actions.pod:3985
28624 #, no-wrap
28625 msgid ""
28626 " sfdisk-l device\n"
28627 "\n"
28628 msgstr ""
28629
28630 # type: textblock
28631 #. type: textblock
28632 #: ../fish/guestfish-actions.pod:3991
28633 msgid "See also: L</part-list>"
28634 msgstr ""
28635
28636 # type: =head2
28637 #. type: =head2
28638 #: ../fish/guestfish-actions.pod:3993
28639 msgid "sh"
28640 msgstr ""
28641
28642 # type: verbatim
28643 #. type: verbatim
28644 #: ../fish/guestfish-actions.pod:3995
28645 #, no-wrap
28646 msgid ""
28647 " sh command\n"
28648 "\n"
28649 msgstr ""
28650
28651 # type: textblock
28652 #. type: textblock
28653 #: ../fish/guestfish-actions.pod:4000
28654 msgid "This is like L</command>, but passes the command to:"
28655 msgstr ""
28656
28657 # type: textblock
28658 #. type: textblock
28659 #: ../fish/guestfish-actions.pod:4008
28660 msgid "All the provisos about L</command> apply to this call."
28661 msgstr ""
28662
28663 # type: =head2
28664 #. type: =head2
28665 #: ../fish/guestfish-actions.pod:4010
28666 msgid "sh-lines"
28667 msgstr ""
28668
28669 # type: verbatim
28670 #. type: verbatim
28671 #: ../fish/guestfish-actions.pod:4012
28672 #, no-wrap
28673 msgid ""
28674 " sh-lines command\n"
28675 "\n"
28676 msgstr ""
28677
28678 # type: textblock
28679 #. type: textblock
28680 #: ../fish/guestfish-actions.pod:4014
28681 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28682 msgstr ""
28683
28684 # type: textblock
28685 #. type: textblock
28686 #: ../fish/guestfish-actions.pod:4017
28687 msgid "See also: L</command-lines>"
28688 msgstr ""
28689
28690 # type: =head2
28691 #. type: =head2
28692 #: ../fish/guestfish-actions.pod:4019
28693 msgid "sleep"
28694 msgstr ""
28695
28696 # type: verbatim
28697 #. type: verbatim
28698 #: ../fish/guestfish-actions.pod:4021
28699 #, no-wrap
28700 msgid ""
28701 " sleep secs\n"
28702 "\n"
28703 msgstr ""
28704
28705 # type: =head2
28706 #. type: =head2
28707 #: ../fish/guestfish-actions.pod:4025
28708 msgid "stat"
28709 msgstr ""
28710
28711 # type: verbatim
28712 #. type: verbatim
28713 #: ../fish/guestfish-actions.pod:4027
28714 #, no-wrap
28715 msgid ""
28716 " stat path\n"
28717 "\n"
28718 msgstr ""
28719
28720 # type: =head2
28721 #. type: =head2
28722 #: ../fish/guestfish-actions.pod:4033
28723 msgid "statvfs"
28724 msgstr ""
28725
28726 # type: verbatim
28727 #. type: verbatim
28728 #: ../fish/guestfish-actions.pod:4035
28729 #, no-wrap
28730 msgid ""
28731 " statvfs path\n"
28732 "\n"
28733 msgstr ""
28734
28735 # type: =head2
28736 #. type: =head2
28737 #: ../fish/guestfish-actions.pod:4043
28738 msgid "strings"
28739 msgstr ""
28740
28741 # type: verbatim
28742 #. type: verbatim
28743 #: ../fish/guestfish-actions.pod:4045
28744 #, no-wrap
28745 msgid ""
28746 " strings path\n"
28747 "\n"
28748 msgstr ""
28749
28750 # type: =head2
28751 #. type: =head2
28752 #: ../fish/guestfish-actions.pod:4053
28753 msgid "strings-e"
28754 msgstr ""
28755
28756 # type: verbatim
28757 #. type: verbatim
28758 #: ../fish/guestfish-actions.pod:4055
28759 #, no-wrap
28760 msgid ""
28761 " strings-e encoding path\n"
28762 "\n"
28763 msgstr ""
28764
28765 # type: textblock
28766 #. type: textblock
28767 #: ../fish/guestfish-actions.pod:4057
28768 msgid ""
28769 "This is like the L</strings> command, but allows you to specify the encoding "
28770 "of strings that are looked for in the source file C<path>."
28771 msgstr ""
28772
28773 # type: textblock
28774 #. type: textblock
28775 #: ../fish/guestfish-actions.pod:4067
28776 msgid ""
28777 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28778 "ISO-8859-X (this is what L</strings> uses)."
28779 msgstr ""
28780
28781 # type: =head2
28782 #. type: =head2
28783 #: ../fish/guestfish-actions.pod:4099
28784 msgid "swapoff-device"
28785 msgstr ""
28786
28787 # type: verbatim
28788 #. type: verbatim
28789 #: ../fish/guestfish-actions.pod:4101
28790 #, no-wrap
28791 msgid ""
28792 " swapoff-device device\n"
28793 "\n"
28794 msgstr ""
28795
28796 # type: textblock
28797 #. type: textblock
28798 #: ../fish/guestfish-actions.pod:4103
28799 msgid ""
28800 "This command disables the libguestfs appliance swap device or partition "
28801 "named C<device>.  See L</swapon-device>."
28802 msgstr ""
28803
28804 # type: =head2
28805 #. type: =head2
28806 #: ../fish/guestfish-actions.pod:4107
28807 msgid "swapoff-file"
28808 msgstr ""
28809
28810 # type: verbatim
28811 #. type: verbatim
28812 #: ../fish/guestfish-actions.pod:4109
28813 #, no-wrap
28814 msgid ""
28815 " swapoff-file file\n"
28816 "\n"
28817 msgstr ""
28818
28819 # type: =head2
28820 #. type: =head2
28821 #: ../fish/guestfish-actions.pod:4113
28822 msgid "swapoff-label"
28823 msgstr ""
28824
28825 # type: verbatim
28826 #. type: verbatim
28827 #: ../fish/guestfish-actions.pod:4115
28828 #, no-wrap
28829 msgid ""
28830 " swapoff-label label\n"
28831 "\n"
28832 msgstr ""
28833
28834 # type: =head2
28835 #. type: =head2
28836 #: ../fish/guestfish-actions.pod:4120
28837 msgid "swapoff-uuid"
28838 msgstr ""
28839
28840 # type: verbatim
28841 #. type: verbatim
28842 #: ../fish/guestfish-actions.pod:4122
28843 #, no-wrap
28844 msgid ""
28845 " swapoff-uuid uuid\n"
28846 "\n"
28847 msgstr ""
28848
28849 # type: =head2
28850 #. type: =head2
28851 #: ../fish/guestfish-actions.pod:4127
28852 msgid "swapon-device"
28853 msgstr ""
28854
28855 # type: verbatim
28856 #. type: verbatim
28857 #: ../fish/guestfish-actions.pod:4129
28858 #, no-wrap
28859 msgid ""
28860 " swapon-device device\n"
28861 "\n"
28862 msgstr ""
28863
28864 # type: textblock
28865 #. type: textblock
28866 #: ../fish/guestfish-actions.pod:4131
28867 msgid ""
28868 "This command enables the libguestfs appliance to use the swap device or "
28869 "partition named C<device>.  The increased memory is made available for all "
28870 "commands, for example those run using L</command> or L</sh>."
28871 msgstr ""
28872
28873 # type: =head2
28874 #. type: =head2
28875 #: ../fish/guestfish-actions.pod:4143
28876 msgid "swapon-file"
28877 msgstr ""
28878
28879 # type: verbatim
28880 #. type: verbatim
28881 #: ../fish/guestfish-actions.pod:4145
28882 #, no-wrap
28883 msgid ""
28884 " swapon-file file\n"
28885 "\n"
28886 msgstr ""
28887
28888 # type: textblock
28889 #. type: textblock
28890 #: ../fish/guestfish-actions.pod:4147
28891 msgid ""
28892 "This command enables swap to a file.  See L</swapon-device> for other notes."
28893 msgstr ""
28894
28895 # type: =head2
28896 #. type: =head2
28897 #: ../fish/guestfish-actions.pod:4150
28898 msgid "swapon-label"
28899 msgstr ""
28900
28901 # type: verbatim
28902 #. type: verbatim
28903 #: ../fish/guestfish-actions.pod:4152
28904 #, no-wrap
28905 msgid ""
28906 " swapon-label label\n"
28907 "\n"
28908 msgstr ""
28909
28910 # type: textblock
28911 #. type: textblock
28912 #: ../fish/guestfish-actions.pod:4154
28913 msgid ""
28914 "This command enables swap to a labeled swap partition.  See L</swapon-"
28915 "device> for other notes."
28916 msgstr ""
28917
28918 # type: =head2
28919 #. type: =head2
28920 #: ../fish/guestfish-actions.pod:4157
28921 msgid "swapon-uuid"
28922 msgstr ""
28923
28924 # type: verbatim
28925 #. type: verbatim
28926 #: ../fish/guestfish-actions.pod:4159
28927 #, no-wrap
28928 msgid ""
28929 " swapon-uuid uuid\n"
28930 "\n"
28931 msgstr ""
28932
28933 # type: textblock
28934 #. type: textblock
28935 #: ../fish/guestfish-actions.pod:4161
28936 msgid ""
28937 "This command enables swap to a swap partition with the given UUID.  See L</"
28938 "swapon-device> for other notes."
28939 msgstr ""
28940
28941 # type: =head2
28942 #. type: =head2
28943 #: ../fish/guestfish-actions.pod:4164
28944 msgid "sync"
28945 msgstr ""
28946
28947 # type: verbatim
28948 #. type: verbatim
28949 #: ../fish/guestfish-actions.pod:4166
28950 #, no-wrap
28951 msgid ""
28952 " sync\n"
28953 "\n"
28954 msgstr ""
28955
28956 # type: =head2
28957 #. type: =head2
28958 #: ../fish/guestfish-actions.pod:4174
28959 msgid "tail"
28960 msgstr ""
28961
28962 # type: verbatim
28963 #. type: verbatim
28964 #: ../fish/guestfish-actions.pod:4176
28965 #, no-wrap
28966 msgid ""
28967 " tail path\n"
28968 "\n"
28969 msgstr ""
28970
28971 # type: =head2
28972 #. type: =head2
28973 #: ../fish/guestfish-actions.pod:4184
28974 msgid "tail-n"
28975 msgstr ""
28976
28977 # type: verbatim
28978 #. type: verbatim
28979 #: ../fish/guestfish-actions.pod:4186
28980 #, no-wrap
28981 msgid ""
28982 " tail-n nrlines path\n"
28983 "\n"
28984 msgstr ""
28985
28986 # type: =head2
28987 #. type: =head2
28988 #: ../fish/guestfish-actions.pod:4199
28989 msgid "tar-in"
28990 msgstr ""
28991
28992 # type: verbatim
28993 #. type: verbatim
28994 #: ../fish/guestfish-actions.pod:4201
28995 #, no-wrap
28996 msgid ""
28997 " tar-in (tarfile|-) directory\n"
28998 "\n"
28999 msgstr ""
29000
29001 # type: textblock
29002 #. type: textblock
29003 #: ../fish/guestfish-actions.pod:4206
29004 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
29005 msgstr ""
29006
29007 # type: =head2
29008 #. type: =head2
29009 #: ../fish/guestfish-actions.pod:4211
29010 msgid "tar-out"
29011 msgstr ""
29012
29013 # type: verbatim
29014 #. type: verbatim
29015 #: ../fish/guestfish-actions.pod:4213
29016 #, no-wrap
29017 msgid ""
29018 " tar-out directory (tarfile|-)\n"
29019 "\n"
29020 msgstr ""
29021
29022 # type: textblock
29023 #. type: textblock
29024 #: ../fish/guestfish-actions.pod:4218
29025 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
29026 msgstr ""
29027
29028 # type: =head2
29029 #. type: =head2
29030 #: ../fish/guestfish-actions.pod:4223
29031 msgid "tgz-in"
29032 msgstr ""
29033
29034 # type: verbatim
29035 #. type: verbatim
29036 #: ../fish/guestfish-actions.pod:4225
29037 #, no-wrap
29038 msgid ""
29039 " tgz-in (tarball|-) directory\n"
29040 "\n"
29041 msgstr ""
29042
29043 # type: textblock
29044 #. type: textblock
29045 #: ../fish/guestfish-actions.pod:4230
29046 msgid "To upload an uncompressed tarball, use L</tar-in>."
29047 msgstr ""
29048
29049 # type: =head2
29050 #. type: =head2
29051 #: ../fish/guestfish-actions.pod:4234
29052 msgid "tgz-out"
29053 msgstr ""
29054
29055 # type: verbatim
29056 #. type: verbatim
29057 #: ../fish/guestfish-actions.pod:4236
29058 #, no-wrap
29059 msgid ""
29060 " tgz-out directory (tarball|-)\n"
29061 "\n"
29062 msgstr ""
29063
29064 # type: textblock
29065 #. type: textblock
29066 #: ../fish/guestfish-actions.pod:4241
29067 msgid "To download an uncompressed tarball, use L</tar-out>."
29068 msgstr ""
29069
29070 # type: =head2
29071 #. type: =head2
29072 #: ../fish/guestfish-actions.pod:4245
29073 msgid "touch"
29074 msgstr ""
29075
29076 # type: verbatim
29077 #. type: verbatim
29078 #: ../fish/guestfish-actions.pod:4247
29079 #, no-wrap
29080 msgid ""
29081 " touch path\n"
29082 "\n"
29083 msgstr ""
29084
29085 # type: =head2
29086 #. type: =head2
29087 #: ../fish/guestfish-actions.pod:4256
29088 msgid "truncate"
29089 msgstr ""
29090
29091 # type: verbatim
29092 #. type: verbatim
29093 #: ../fish/guestfish-actions.pod:4258
29094 #, no-wrap
29095 msgid ""
29096 " truncate path\n"
29097 "\n"
29098 msgstr ""
29099
29100 # type: =head2
29101 #. type: =head2
29102 #: ../fish/guestfish-actions.pod:4263
29103 msgid "truncate-size"
29104 msgstr ""
29105
29106 # type: verbatim
29107 #. type: verbatim
29108 #: ../fish/guestfish-actions.pod:4265
29109 #, no-wrap
29110 msgid ""
29111 " truncate-size path size\n"
29112 "\n"
29113 msgstr ""
29114
29115 # type: textblock
29116 #. type: textblock
29117 #: ../fish/guestfish-actions.pod:4270
29118 msgid ""
29119 "If the current file size is less than C<size> then the file is extended to "
29120 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29121 "blocks are not allocated for the file until you write to it).  To create a "
29122 "non-sparse file of zeroes, use L</fallocate64> instead."
29123 msgstr ""
29124
29125 # type: =head2
29126 #. type: =head2
29127 #: ../fish/guestfish-actions.pod:4276
29128 msgid "tune2fs-l"
29129 msgstr ""
29130
29131 # type: verbatim
29132 #. type: verbatim
29133 #: ../fish/guestfish-actions.pod:4278
29134 #, no-wrap
29135 msgid ""
29136 " tune2fs-l device\n"
29137 "\n"
29138 msgstr ""
29139
29140 # type: =head2
29141 #. type: =head2
29142 #: ../fish/guestfish-actions.pod:4288
29143 msgid "txz-in"
29144 msgstr ""
29145
29146 # type: verbatim
29147 #. type: verbatim
29148 #: ../fish/guestfish-actions.pod:4290
29149 #, no-wrap
29150 msgid ""
29151 " txz-in (tarball|-) directory\n"
29152 "\n"
29153 msgstr ""
29154
29155 # type: =head2
29156 #. type: =head2
29157 #: ../fish/guestfish-actions.pod:4297
29158 msgid "txz-out"
29159 msgstr ""
29160
29161 # type: verbatim
29162 #. type: verbatim
29163 #: ../fish/guestfish-actions.pod:4299
29164 #, no-wrap
29165 msgid ""
29166 " txz-out directory (tarball|-)\n"
29167 "\n"
29168 msgstr ""
29169
29170 # type: =head2
29171 #. type: =head2
29172 #: ../fish/guestfish-actions.pod:4306
29173 msgid "umask"
29174 msgstr ""
29175
29176 # type: verbatim
29177 #. type: verbatim
29178 #: ../fish/guestfish-actions.pod:4308
29179 #, no-wrap
29180 msgid ""
29181 " umask mask\n"
29182 "\n"
29183 msgstr ""
29184
29185 # type: textblock
29186 #. type: textblock
29187 #: ../fish/guestfish-actions.pod:4322
29188 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29189 msgstr ""
29190
29191 # type: =head2
29192 #. type: =head2
29193 #: ../fish/guestfish-actions.pod:4327
29194 msgid "umount"
29195 msgstr ""
29196
29197 # type: =head2
29198 #. type: =head2
29199 #: ../fish/guestfish-actions.pod:4329
29200 msgid "unmount"
29201 msgstr ""
29202
29203 # type: verbatim
29204 #. type: verbatim
29205 #: ../fish/guestfish-actions.pod:4331
29206 #, no-wrap
29207 msgid ""
29208 " umount pathordevice\n"
29209 "\n"
29210 msgstr ""
29211
29212 # type: =head2
29213 #. type: =head2
29214 #: ../fish/guestfish-actions.pod:4337
29215 msgid "umount-all"
29216 msgstr ""
29217
29218 # type: =head2
29219 #. type: =head2
29220 #: ../fish/guestfish-actions.pod:4339
29221 msgid "unmount-all"
29222 msgstr ""
29223
29224 # type: verbatim
29225 #. type: verbatim
29226 #: ../fish/guestfish-actions.pod:4341
29227 #, no-wrap
29228 msgid ""
29229 " umount-all\n"
29230 "\n"
29231 msgstr ""
29232
29233 # type: =head2
29234 #. type: =head2
29235 #: ../fish/guestfish-actions.pod:4347
29236 msgid "upload"
29237 msgstr ""
29238
29239 # type: verbatim
29240 #. type: verbatim
29241 #: ../fish/guestfish-actions.pod:4349
29242 #, no-wrap
29243 msgid ""
29244 " upload (filename|-) remotefilename\n"
29245 "\n"
29246 msgstr ""
29247
29248 # type: textblock
29249 #. type: textblock
29250 #: ../fish/guestfish-actions.pod:4356
29251 msgid "See also L</download>."
29252 msgstr ""
29253
29254 # type: =head2
29255 #. type: =head2
29256 #: ../fish/guestfish-actions.pod:4360
29257 msgid "upload-offset"
29258 msgstr ""
29259
29260 # type: verbatim
29261 #. type: verbatim
29262 #: ../fish/guestfish-actions.pod:4362
29263 #, no-wrap
29264 msgid ""
29265 " upload-offset (filename|-) remotefilename offset\n"
29266 "\n"
29267 msgstr ""
29268
29269 # type: textblock
29270 #. type: textblock
29271 #: ../fish/guestfish-actions.pod:4374
29272 msgid ""
29273 "Note that there is no limit on the amount of data that can be uploaded with "
29274 "this call, unlike with L</pwrite>, and this call always writes the full "
29275 "amount unless an error occurs."
29276 msgstr ""
29277
29278 # type: textblock
29279 #. type: textblock
29280 #: ../fish/guestfish-actions.pod:4379
29281 msgid "See also L</upload>, L</pwrite>."
29282 msgstr ""
29283
29284 # type: =head2
29285 #. type: =head2
29286 #: ../fish/guestfish-actions.pod:4383
29287 msgid "utimens"
29288 msgstr ""
29289
29290 # type: verbatim
29291 #. type: verbatim
29292 #: ../fish/guestfish-actions.pod:4385
29293 #, no-wrap
29294 msgid ""
29295 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29296 "\n"
29297 msgstr ""
29298
29299 # type: =head2
29300 #. type: =head2
29301 #: ../fish/guestfish-actions.pod:4404
29302 msgid "version"
29303 msgstr ""
29304
29305 # type: verbatim
29306 #. type: verbatim
29307 #: ../fish/guestfish-actions.pod:4406
29308 #, no-wrap
29309 msgid ""
29310 " version\n"
29311 "\n"
29312 msgstr ""
29313
29314 # type: textblock
29315 #. type: textblock
29316 #: ../fish/guestfish-actions.pod:4433
29317 msgid ""
29318 "I<Note:> Don't use this call to test for availability of features.  In "
29319 "enterprise distributions we backport features from later versions into "
29320 "earlier versions, making this an unreliable way to test for features.  Use "
29321 "L</available> instead."
29322 msgstr ""
29323
29324 # type: =head2
29325 #. type: =head2
29326 #: ../fish/guestfish-actions.pod:4439
29327 msgid "vfs-label"
29328 msgstr ""
29329
29330 # type: verbatim
29331 #. type: verbatim
29332 #: ../fish/guestfish-actions.pod:4441
29333 #, no-wrap
29334 msgid ""
29335 " vfs-label device\n"
29336 "\n"
29337 msgstr ""
29338
29339 # type: textblock
29340 #. type: textblock
29341 #: ../fish/guestfish-actions.pod:4448
29342 msgid "To find a filesystem from the label, use L</findfs-label>."
29343 msgstr ""
29344
29345 # type: =head2
29346 #. type: =head2
29347 #: ../fish/guestfish-actions.pod:4450
29348 msgid "vfs-type"
29349 msgstr ""
29350
29351 # type: verbatim
29352 #. type: verbatim
29353 #: ../fish/guestfish-actions.pod:4452
29354 #, no-wrap
29355 msgid ""
29356 " vfs-type device\n"
29357 "\n"
29358 msgstr ""
29359
29360 # type: =head2
29361 #. type: =head2
29362 #: ../fish/guestfish-actions.pod:4462
29363 msgid "vfs-uuid"
29364 msgstr ""
29365
29366 # type: verbatim
29367 #. type: verbatim
29368 #: ../fish/guestfish-actions.pod:4464
29369 #, no-wrap
29370 msgid ""
29371 " vfs-uuid device\n"
29372 "\n"
29373 msgstr ""
29374
29375 # type: textblock
29376 #. type: textblock
29377 #: ../fish/guestfish-actions.pod:4471
29378 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29379 msgstr ""
29380
29381 # type: =head2
29382 #. type: =head2
29383 #: ../fish/guestfish-actions.pod:4473
29384 msgid "vg-activate"
29385 msgstr ""
29386
29387 # type: verbatim
29388 #. type: verbatim
29389 #: ../fish/guestfish-actions.pod:4475
29390 #, no-wrap
29391 msgid ""
29392 " vg-activate true|false 'volgroups ...'\n"
29393 "\n"
29394 msgstr ""
29395
29396 # type: =head2
29397 #. type: =head2
29398 #: ../fish/guestfish-actions.pod:4488
29399 msgid "vg-activate-all"
29400 msgstr ""
29401
29402 # type: verbatim
29403 #. type: verbatim
29404 #: ../fish/guestfish-actions.pod:4490
29405 #, no-wrap
29406 msgid ""
29407 " vg-activate-all true|false\n"
29408 "\n"
29409 msgstr ""
29410
29411 # type: =head2
29412 #. type: =head2
29413 #: ../fish/guestfish-actions.pod:4500
29414 msgid "vgcreate"
29415 msgstr ""
29416
29417 # type: verbatim
29418 #. type: verbatim
29419 #: ../fish/guestfish-actions.pod:4502
29420 #, no-wrap
29421 msgid ""
29422 " vgcreate volgroup 'physvols ...'\n"
29423 "\n"
29424 msgstr ""
29425
29426 # type: =head2
29427 #. type: =head2
29428 #: ../fish/guestfish-actions.pod:4507
29429 msgid "vglvuuids"
29430 msgstr ""
29431
29432 # type: verbatim
29433 #. type: verbatim
29434 #: ../fish/guestfish-actions.pod:4509
29435 #, no-wrap
29436 msgid ""
29437 " vglvuuids vgname\n"
29438 "\n"
29439 msgstr ""
29440
29441 # type: textblock
29442 #. type: textblock
29443 #: ../fish/guestfish-actions.pod:4514
29444 msgid ""
29445 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29446 "logical volumes and volume groups."
29447 msgstr ""
29448
29449 # type: textblock
29450 #. type: textblock
29451 #: ../fish/guestfish-actions.pod:4517
29452 msgid "See also L</vgpvuuids>."
29453 msgstr ""
29454
29455 # type: =head2
29456 #. type: =head2
29457 #: ../fish/guestfish-actions.pod:4519
29458 msgid "vgpvuuids"
29459 msgstr ""
29460
29461 # type: verbatim
29462 #. type: verbatim
29463 #: ../fish/guestfish-actions.pod:4521
29464 #, no-wrap
29465 msgid ""
29466 " vgpvuuids vgname\n"
29467 "\n"
29468 msgstr ""
29469
29470 # type: textblock
29471 #. type: textblock
29472 #: ../fish/guestfish-actions.pod:4526
29473 msgid ""
29474 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29475 "physical volumes and volume groups."
29476 msgstr ""
29477
29478 # type: textblock
29479 #. type: textblock
29480 #: ../fish/guestfish-actions.pod:4529
29481 msgid "See also L</vglvuuids>."
29482 msgstr ""
29483
29484 # type: =head2
29485 #. type: =head2
29486 #: ../fish/guestfish-actions.pod:4531
29487 msgid "vgremove"
29488 msgstr ""
29489
29490 # type: verbatim
29491 #. type: verbatim
29492 #: ../fish/guestfish-actions.pod:4533
29493 #, no-wrap
29494 msgid ""
29495 " vgremove vgname\n"
29496 "\n"
29497 msgstr ""
29498
29499 # type: =head2
29500 #. type: =head2
29501 #: ../fish/guestfish-actions.pod:4540
29502 msgid "vgrename"
29503 msgstr ""
29504
29505 # type: verbatim
29506 #. type: verbatim
29507 #: ../fish/guestfish-actions.pod:4542
29508 #, no-wrap
29509 msgid ""
29510 " vgrename volgroup newvolgroup\n"
29511 "\n"
29512 msgstr ""
29513
29514 # type: =head2
29515 #. type: =head2
29516 #: ../fish/guestfish-actions.pod:4546
29517 msgid "vgs"
29518 msgstr ""
29519
29520 # type: verbatim
29521 #. type: verbatim
29522 #: ../fish/guestfish-actions.pod:4548
29523 #, no-wrap
29524 msgid ""
29525 " vgs\n"
29526 "\n"
29527 msgstr ""
29528
29529 # type: textblock
29530 #. type: textblock
29531 #: ../fish/guestfish-actions.pod:4556
29532 msgid "See also L</vgs-full>."
29533 msgstr ""
29534
29535 # type: =head2
29536 #. type: =head2
29537 #: ../fish/guestfish-actions.pod:4558
29538 msgid "vgs-full"
29539 msgstr ""
29540
29541 # type: verbatim
29542 #. type: verbatim
29543 #: ../fish/guestfish-actions.pod:4560
29544 #, no-wrap
29545 msgid ""
29546 " vgs-full\n"
29547 "\n"
29548 msgstr ""
29549
29550 # type: =head2
29551 #. type: =head2
29552 #: ../fish/guestfish-actions.pod:4565
29553 msgid "vgscan"
29554 msgstr ""
29555
29556 # type: verbatim
29557 #. type: verbatim
29558 #: ../fish/guestfish-actions.pod:4567
29559 #, no-wrap
29560 msgid ""
29561 " vgscan\n"
29562 "\n"
29563 msgstr ""
29564
29565 # type: =head2
29566 #. type: =head2
29567 #: ../fish/guestfish-actions.pod:4572
29568 msgid "vguuid"
29569 msgstr ""
29570
29571 # type: verbatim
29572 #. type: verbatim
29573 #: ../fish/guestfish-actions.pod:4574
29574 #, no-wrap
29575 msgid ""
29576 " vguuid vgname\n"
29577 "\n"
29578 msgstr ""
29579
29580 # type: =head2
29581 #. type: =head2
29582 #: ../fish/guestfish-actions.pod:4578
29583 msgid "wc-c"
29584 msgstr ""
29585
29586 # type: verbatim
29587 #. type: verbatim
29588 #: ../fish/guestfish-actions.pod:4580
29589 #, no-wrap
29590 msgid ""
29591 " wc-c path\n"
29592 "\n"
29593 msgstr ""
29594
29595 # type: =head2
29596 #. type: =head2
29597 #: ../fish/guestfish-actions.pod:4585
29598 msgid "wc-l"
29599 msgstr ""
29600
29601 # type: verbatim
29602 #. type: verbatim
29603 #: ../fish/guestfish-actions.pod:4587
29604 #, no-wrap
29605 msgid ""
29606 " wc-l path\n"
29607 "\n"
29608 msgstr ""
29609
29610 # type: =head2
29611 #. type: =head2
29612 #: ../fish/guestfish-actions.pod:4592
29613 msgid "wc-w"
29614 msgstr ""
29615
29616 # type: verbatim
29617 #. type: verbatim
29618 #: ../fish/guestfish-actions.pod:4594
29619 #, no-wrap
29620 msgid ""
29621 " wc-w path\n"
29622 "\n"
29623 msgstr ""
29624
29625 # type: =head2
29626 #. type: =head2
29627 #: ../fish/guestfish-actions.pod:4599
29628 msgid "write"
29629 msgstr ""
29630
29631 # type: verbatim
29632 #. type: verbatim
29633 #: ../fish/guestfish-actions.pod:4601
29634 #, no-wrap
29635 msgid ""
29636 " write path content\n"
29637 "\n"
29638 msgstr ""
29639
29640 # type: =head2
29641 #. type: =head2
29642 #: ../fish/guestfish-actions.pod:4609
29643 msgid "write-file"
29644 msgstr ""
29645
29646 # type: verbatim
29647 #. type: verbatim
29648 #: ../fish/guestfish-actions.pod:4611
29649 #, no-wrap
29650 msgid ""
29651 " write-file path content size\n"
29652 "\n"
29653 msgstr ""
29654
29655 # type: =head2
29656 #. type: =head2
29657 #: ../fish/guestfish-actions.pod:4634
29658 msgid "zegrep"
29659 msgstr ""
29660
29661 # type: verbatim
29662 #. type: verbatim
29663 #: ../fish/guestfish-actions.pod:4636
29664 #, no-wrap
29665 msgid ""
29666 " zegrep regex path\n"
29667 "\n"
29668 msgstr ""
29669
29670 # type: =head2
29671 #. type: =head2
29672 #: ../fish/guestfish-actions.pod:4644
29673 msgid "zegrepi"
29674 msgstr ""
29675
29676 # type: verbatim
29677 #. type: verbatim
29678 #: ../fish/guestfish-actions.pod:4646
29679 #, no-wrap
29680 msgid ""
29681 " zegrepi regex path\n"
29682 "\n"
29683 msgstr ""
29684
29685 # type: =head2
29686 #. type: =head2
29687 #: ../fish/guestfish-actions.pod:4654
29688 msgid "zero"
29689 msgstr ""
29690
29691 # type: verbatim
29692 #. type: verbatim
29693 #: ../fish/guestfish-actions.pod:4656
29694 #, no-wrap
29695 msgid ""
29696 " zero device\n"
29697 "\n"
29698 msgstr ""
29699
29700 # type: textblock
29701 #. type: textblock
29702 #: ../fish/guestfish-actions.pod:4664
29703 msgid "See also: L</zero-device>, L</scrub-device>."
29704 msgstr ""
29705
29706 # type: =head2
29707 #. type: =head2
29708 #: ../fish/guestfish-actions.pod:4666
29709 msgid "zero-device"
29710 msgstr ""
29711
29712 # type: verbatim
29713 #. type: verbatim
29714 #: ../fish/guestfish-actions.pod:4668
29715 #, no-wrap
29716 msgid ""
29717 " zero-device device\n"
29718 "\n"
29719 msgstr ""
29720
29721 # type: textblock
29722 #. type: textblock
29723 #: ../fish/guestfish-actions.pod:4670
29724 msgid ""
29725 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29726 "which just zeroes the first few blocks of a device."
29727 msgstr ""
29728
29729 # type: =head2
29730 #. type: =head2
29731 #: ../fish/guestfish-actions.pod:4677
29732 msgid "zerofree"
29733 msgstr ""
29734
29735 # type: verbatim
29736 #. type: verbatim
29737 #: ../fish/guestfish-actions.pod:4679
29738 #, no-wrap
29739 msgid ""
29740 " zerofree device\n"
29741 "\n"
29742 msgstr ""
29743
29744 # type: =head2
29745 #. type: =head2
29746 #: ../fish/guestfish-actions.pod:4692
29747 msgid "zfgrep"
29748 msgstr ""
29749
29750 # type: verbatim
29751 #. type: verbatim
29752 #: ../fish/guestfish-actions.pod:4694
29753 #, no-wrap
29754 msgid ""
29755 " zfgrep pattern path\n"
29756 "\n"
29757 msgstr ""
29758
29759 # type: =head2
29760 #. type: =head2
29761 #: ../fish/guestfish-actions.pod:4702
29762 msgid "zfgrepi"
29763 msgstr ""
29764
29765 # type: verbatim
29766 #. type: verbatim
29767 #: ../fish/guestfish-actions.pod:4704
29768 #, no-wrap
29769 msgid ""
29770 " zfgrepi pattern path\n"
29771 "\n"
29772 msgstr ""
29773
29774 # type: =head2
29775 #. type: =head2
29776 #: ../fish/guestfish-actions.pod:4712
29777 msgid "zfile"
29778 msgstr ""
29779
29780 # type: verbatim
29781 #. type: verbatim
29782 #: ../fish/guestfish-actions.pod:4714
29783 #, no-wrap
29784 msgid ""
29785 " zfile meth path\n"
29786 "\n"
29787 msgstr ""
29788
29789 # type: textblock
29790 #. type: textblock
29791 #: ../fish/guestfish-actions.pod:4721
29792 msgid ""
29793 "Since 1.0.63, use L</file> instead which can now process compressed files."
29794 msgstr ""
29795
29796 # type: =head2
29797 #. type: =head2
29798 #: ../fish/guestfish-actions.pod:4731
29799 msgid "zgrep"
29800 msgstr ""
29801
29802 # type: verbatim
29803 #. type: verbatim
29804 #: ../fish/guestfish-actions.pod:4733
29805 #, no-wrap
29806 msgid ""
29807 " zgrep regex path\n"
29808 "\n"
29809 msgstr ""
29810
29811 # type: =head2
29812 #. type: =head2
29813 #: ../fish/guestfish-actions.pod:4741
29814 msgid "zgrepi"
29815 msgstr ""
29816
29817 # type: verbatim
29818 #. type: verbatim
29819 #: ../fish/guestfish-actions.pod:4743
29820 #, no-wrap
29821 msgid ""
29822 " zgrepi regex path\n"
29823 "\n"
29824 msgstr ""
29825
29826 # type: =head2
29827 #. type: =head2
29828 #: ../fish/guestfish-commands.pod:1
29829 msgid "alloc"
29830 msgstr ""
29831
29832 # type: =head2
29833 #. type: =head2
29834 #: ../fish/guestfish-commands.pod:3
29835 msgid "allocate"
29836 msgstr ""
29837
29838 # type: verbatim
29839 #. type: verbatim
29840 #: ../fish/guestfish-commands.pod:5
29841 #, no-wrap
29842 msgid ""
29843 " alloc filename size\n"
29844 "\n"
29845 msgstr ""
29846
29847 # type: textblock
29848 #. type: textblock
29849 #: ../fish/guestfish-commands.pod:7
29850 msgid ""
29851 "This creates an empty (zeroed) file of the given size, and then adds so it "
29852 "can be further examined."
29853 msgstr ""
29854
29855 # type: textblock
29856 #. type: textblock
29857 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29858 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29859 msgstr ""
29860
29861 # type: textblock
29862 #. type: textblock
29863 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29864 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29865 msgstr ""
29866
29867 # type: textblock
29868 #. type: textblock
29869 #: ../fish/guestfish-commands.pod:14
29870 msgid ""
29871 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29872 "image, see L</PREPARED DISK IMAGES>."
29873 msgstr ""
29874
29875 # type: =head2
29876 #. type: =head2
29877 #: ../fish/guestfish-commands.pod:17
29878 msgid "copy-in"
29879 msgstr ""
29880
29881 # type: verbatim
29882 #. type: verbatim
29883 #: ../fish/guestfish-commands.pod:19
29884 #, no-wrap
29885 msgid ""
29886 " copy-in local [local ...] /remotedir\n"
29887 "\n"
29888 msgstr ""
29889
29890 # type: textblock
29891 #. type: textblock
29892 #: ../fish/guestfish-commands.pod:21
29893 msgid ""
29894 "C<copy-in> copies local files or directories recursively into the disk "
29895 "image, placing them in the directory called C</remotedir> (which must "
29896 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29897 "other commands as necessary."
29898 msgstr ""
29899
29900 # type: textblock
29901 #. type: textblock
29902 #: ../fish/guestfish-commands.pod:26
29903 msgid ""
29904 "Multiple local files and directories can be specified, but the last "
29905 "parameter must always be a remote directory.  Wildcards cannot be used."
29906 msgstr ""
29907
29908 # type: =head2
29909 #. type: =head2
29910 #: ../fish/guestfish-commands.pod:30
29911 msgid "copy-out"
29912 msgstr ""
29913
29914 # type: verbatim
29915 #. type: verbatim
29916 #: ../fish/guestfish-commands.pod:32
29917 #, no-wrap
29918 msgid ""
29919 " copy-out remote [remote ...] localdir\n"
29920 "\n"
29921 msgstr ""
29922
29923 # type: textblock
29924 #. type: textblock
29925 #: ../fish/guestfish-commands.pod:34
29926 msgid ""
29927 "C<copy-out> copies remote files or directories recursively out of the disk "
29928 "image, placing them on the host disk in a local directory called C<localdir> "
29929 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
29930 "download>, L</tar-out> and other commands as necessary."
29931 msgstr ""
29932
29933 # type: textblock
29934 #. type: textblock
29935 #: ../fish/guestfish-commands.pod:40
29936 msgid ""
29937 "Multiple remote files and directories can be specified, but the last "
29938 "parameter must always be a local directory.  To download to the current "
29939 "directory, use C<.> as in:"
29940 msgstr ""
29941
29942 # type: verbatim
29943 #. type: verbatim
29944 #: ../fish/guestfish-commands.pod:44
29945 #, no-wrap
29946 msgid ""
29947 " copy-out /home .\n"
29948 "\n"
29949 msgstr ""
29950
29951 # type: textblock
29952 #. type: textblock
29953 #: ../fish/guestfish-commands.pod:46
29954 msgid ""
29955 "Wildcards cannot be used in the ordinary command, but you can use them with "
29956 "the help of L</glob> like this:"
29957 msgstr ""
29958
29959 # type: verbatim
29960 #. type: verbatim
29961 #: ../fish/guestfish-commands.pod:49
29962 #, no-wrap
29963 msgid ""
29964 " glob copy-out /home/* .\n"
29965 "\n"
29966 msgstr ""
29967
29968 # type: =head2
29969 #. type: =head2
29970 #: ../fish/guestfish-commands.pod:51
29971 msgid "echo"
29972 msgstr ""
29973
29974 # type: verbatim
29975 #. type: verbatim
29976 #: ../fish/guestfish-commands.pod:53
29977 #, no-wrap
29978 msgid ""
29979 " echo [params ...]\n"
29980 "\n"
29981 msgstr ""
29982
29983 # type: textblock
29984 #. type: textblock
29985 #: ../fish/guestfish-commands.pod:55
29986 msgid "This echos the parameters to the terminal."
29987 msgstr ""
29988
29989 # type: =head2
29990 #. type: =head2
29991 #: ../fish/guestfish-commands.pod:57
29992 msgid "edit"
29993 msgstr ""
29994
29995 # type: =head2
29996 #. type: =head2
29997 #: ../fish/guestfish-commands.pod:59
29998 msgid "vi"
29999 msgstr ""
30000
30001 # type: =head2
30002 #. type: =head2
30003 #: ../fish/guestfish-commands.pod:61
30004 msgid "emacs"
30005 msgstr ""
30006
30007 # type: verbatim
30008 #. type: verbatim
30009 #: ../fish/guestfish-commands.pod:63
30010 #, no-wrap
30011 msgid ""
30012 " edit filename\n"
30013 "\n"
30014 msgstr ""
30015
30016 # type: textblock
30017 #. type: textblock
30018 #: ../fish/guestfish-commands.pod:65
30019 msgid ""
30020 "This is used to edit a file.  It downloads the file, edits it locally using "
30021 "your editor, then uploads the result."
30022 msgstr ""
30023
30024 # type: textblock
30025 #. type: textblock
30026 #: ../fish/guestfish-commands.pod:68
30027 msgid ""
30028 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30029 "or C<emacs> you will get those corresponding editors."
30030 msgstr ""
30031
30032 # type: =head2
30033 #. type: =head2
30034 #: ../fish/guestfish-commands.pod:72
30035 msgid "glob"
30036 msgstr ""
30037
30038 # type: verbatim
30039 #. type: verbatim
30040 #: ../fish/guestfish-commands.pod:74
30041 #, no-wrap
30042 msgid ""
30043 " glob command args...\n"
30044 "\n"
30045 msgstr ""
30046
30047 # type: textblock
30048 #. type: textblock
30049 #: ../fish/guestfish-commands.pod:76
30050 msgid ""
30051 "Expand wildcards in any paths in the args list, and run C<command> "
30052 "repeatedly on each matching path."
30053 msgstr ""
30054
30055 # type: textblock
30056 #. type: textblock
30057 #: ../fish/guestfish-commands.pod:79
30058 msgid "See L</WILDCARDS AND GLOBBING>."
30059 msgstr ""
30060
30061 # type: =head2
30062 #. type: =head2
30063 #: ../fish/guestfish-commands.pod:81
30064 msgid "hexedit"
30065 msgstr ""
30066
30067 # type: verbatim
30068 #. type: verbatim
30069 #: ../fish/guestfish-commands.pod:83
30070 #, no-wrap
30071 msgid ""
30072 " hexedit <filename|device>\n"
30073 " hexedit <filename|device> <max>\n"
30074 " hexedit <filename|device> <start> <max>\n"
30075 "\n"
30076 msgstr ""
30077
30078 # type: textblock
30079 #. type: textblock
30080 #: ../fish/guestfish-commands.pod:87
30081 msgid ""
30082 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30083 "device."
30084 msgstr ""
30085
30086 # type: textblock
30087 #. type: textblock
30088 #: ../fish/guestfish-commands.pod:90
30089 msgid ""
30090 "This command works by downloading potentially the whole file or device, "
30091 "editing it locally, then uploading it.  If the file or device is large, you "
30092 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30093 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30094 "usual modifiers allowed such as C<1M> (1 megabyte)."
30095 msgstr ""
30096
30097 # type: textblock
30098 #. type: textblock
30099 #: ../fish/guestfish-commands.pod:97
30100 msgid "For example to edit the first few sectors of a disk you might do:"
30101 msgstr ""
30102
30103 # type: verbatim
30104 #. type: verbatim
30105 #: ../fish/guestfish-commands.pod:100
30106 #, no-wrap
30107 msgid ""
30108 " hexedit /dev/sda 1M\n"
30109 "\n"
30110 msgstr ""
30111
30112 # type: textblock
30113 #. type: textblock
30114 #: ../fish/guestfish-commands.pod:102
30115 msgid ""
30116 "which would allow you to edit anywhere within the first megabyte of the disk."
30117 msgstr ""
30118
30119 # type: textblock
30120 #. type: textblock
30121 #: ../fish/guestfish-commands.pod:105
30122 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30123 msgstr ""
30124
30125 # type: verbatim
30126 #. type: verbatim
30127 #: ../fish/guestfish-commands.pod:107
30128 #, no-wrap
30129 msgid ""
30130 " hexedit /dev/sda1 0x400 0x400\n"
30131 "\n"
30132 msgstr ""
30133
30134 # type: textblock
30135 #. type: textblock
30136 #: ../fish/guestfish-commands.pod:109
30137 msgid "(assuming the superblock is in the standard location)."
30138 msgstr ""
30139
30140 # type: textblock
30141 #. type: textblock
30142 #: ../fish/guestfish-commands.pod:111
30143 msgid ""
30144 "This command requires the external L<hexedit(1)> program.  You can specify "
30145 "another program to use by setting the C<HEXEDITOR> environment variable."
30146 msgstr ""
30147
30148 # type: textblock
30149 #. type: textblock
30150 #: ../fish/guestfish-commands.pod:115
30151 msgid "See also L</hexdump>."
30152 msgstr ""
30153
30154 # type: =head2
30155 #. type: =head2
30156 #: ../fish/guestfish-commands.pod:117
30157 msgid "lcd"
30158 msgstr ""
30159
30160 # type: verbatim
30161 #. type: verbatim
30162 #: ../fish/guestfish-commands.pod:119
30163 #, no-wrap
30164 msgid ""
30165 " lcd directory\n"
30166 "\n"
30167 msgstr ""
30168
30169 # type: textblock
30170 #. type: textblock
30171 #: ../fish/guestfish-commands.pod:121
30172 msgid ""
30173 "Change the local directory, ie. the current directory of guestfish itself."
30174 msgstr ""
30175
30176 # type: textblock
30177 #. type: textblock
30178 #: ../fish/guestfish-commands.pod:124
30179 msgid "Note that C<!cd> won't do what you might expect."
30180 msgstr ""
30181
30182 # type: =head2
30183 #. type: =head2
30184 #: ../fish/guestfish-commands.pod:126
30185 msgid "man"
30186 msgstr ""
30187
30188 # type: =head2
30189 #. type: =head2
30190 #: ../fish/guestfish-commands.pod:128
30191 msgid "manual"
30192 msgstr ""
30193
30194 # type: verbatim
30195 #. type: verbatim
30196 #: ../fish/guestfish-commands.pod:130
30197 #, no-wrap
30198 msgid ""
30199 "  man\n"
30200 "\n"
30201 msgstr ""
30202
30203 # type: textblock
30204 #. type: textblock
30205 #: ../fish/guestfish-commands.pod:132
30206 msgid "Opens the manual page for guestfish."
30207 msgstr ""
30208
30209 # type: =head2
30210 #. type: =head2
30211 #: ../fish/guestfish-commands.pod:134
30212 msgid "more"
30213 msgstr ""
30214
30215 # type: =head2
30216 #. type: =head2
30217 #: ../fish/guestfish-commands.pod:136
30218 msgid "less"
30219 msgstr ""
30220
30221 # type: verbatim
30222 #. type: verbatim
30223 #: ../fish/guestfish-commands.pod:138
30224 #, no-wrap
30225 msgid ""
30226 " more filename\n"
30227 "\n"
30228 msgstr ""
30229
30230 # type: verbatim
30231 #. type: verbatim
30232 #: ../fish/guestfish-commands.pod:140
30233 #, no-wrap
30234 msgid ""
30235 " less filename\n"
30236 "\n"
30237 msgstr ""
30238
30239 # type: textblock
30240 #. type: textblock
30241 #: ../fish/guestfish-commands.pod:142
30242 msgid "This is used to view a file."
30243 msgstr ""
30244
30245 # type: textblock
30246 #. type: textblock
30247 #: ../fish/guestfish-commands.pod:144
30248 msgid ""
30249 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30250 "C<less> you will get the C<less> command specifically."
30251 msgstr ""
30252
30253 # type: =head2
30254 #. type: =head2
30255 #: ../fish/guestfish-commands.pod:147
30256 msgid "reopen"
30257 msgstr ""
30258
30259 # type: verbatim
30260 #. type: verbatim
30261 #: ../fish/guestfish-commands.pod:149
30262 #, no-wrap
30263 msgid ""
30264 "  reopen\n"
30265 "\n"
30266 msgstr ""
30267
30268 # type: textblock
30269 #. type: textblock
30270 #: ../fish/guestfish-commands.pod:151
30271 msgid ""
30272 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30273 "normally, because the handle is closed properly when guestfish exits.  "
30274 "However this is occasionally useful for testing."
30275 msgstr ""
30276
30277 # type: =head2
30278 #. type: =head2
30279 #: ../fish/guestfish-commands.pod:155
30280 msgid "sparse"
30281 msgstr ""
30282
30283 # type: verbatim
30284 #. type: verbatim
30285 #: ../fish/guestfish-commands.pod:157
30286 #, no-wrap
30287 msgid ""
30288 " sparse filename size\n"
30289 "\n"
30290 msgstr ""
30291
30292 # type: textblock
30293 #. type: textblock
30294 #: ../fish/guestfish-commands.pod:159
30295 msgid ""
30296 "This creates an empty sparse file of the given size, and then adds so it can "
30297 "be further examined."
30298 msgstr ""
30299
30300 # type: textblock
30301 #. type: textblock
30302 #: ../fish/guestfish-commands.pod:162
30303 msgid ""
30304 "In all respects it works the same as the L</alloc> command, except that the "
30305 "image file is allocated sparsely, which means that disk blocks are not "
30306 "assigned to the file until they are needed.  Sparse disk files only use "
30307 "space when written to, but they are slower and there is a danger you could "
30308 "run out of real disk space during a write operation."
30309 msgstr ""
30310
30311 # type: =head2
30312 #. type: =head2
30313 #: ../fish/guestfish-commands.pod:172
30314 msgid "supported"
30315 msgstr ""
30316
30317 # type: verbatim
30318 #. type: verbatim
30319 #: ../fish/guestfish-commands.pod:174
30320 #, no-wrap
30321 msgid ""
30322 " supported\n"
30323 "\n"
30324 msgstr ""
30325
30326 # type: textblock
30327 #. type: textblock
30328 #: ../fish/guestfish-commands.pod:176
30329 msgid ""
30330 "This command returns a list of the optional groups known to the daemon, and "
30331 "indicates which ones are supported by this build of the libguestfs appliance."
30332 msgstr ""
30333
30334 # type: textblock
30335 #. type: textblock
30336 #: ../fish/guestfish-commands.pod:180
30337 msgid "See also L<guestfs(3)/AVAILABILITY>."
30338 msgstr ""
30339
30340 # type: =head2
30341 #. type: =head2
30342 #: ../fish/guestfish-commands.pod:182
30343 msgid "time"
30344 msgstr ""
30345
30346 # type: verbatim
30347 #. type: verbatim
30348 #: ../fish/guestfish-commands.pod:184
30349 #, no-wrap
30350 msgid ""
30351 " time command args...\n"
30352 "\n"
30353 msgstr ""
30354
30355 # type: textblock
30356 #. type: textblock
30357 #: ../fish/guestfish-commands.pod:186
30358 msgid ""
30359 "Run the command as usual, but print the elapsed time afterwards.  This can "
30360 "be useful for benchmarking operations."
30361 msgstr ""
30362
30363 # type: textblock
30364 #. type: textblock
30365 #: ../test-tool/libguestfs-test-tool.pod:5
30366 msgid "libguestfs-test-tool - End user tests for libguestfs"
30367 msgstr ""
30368
30369 # type: verbatim
30370 #. type: verbatim
30371 #: ../test-tool/libguestfs-test-tool.pod:9
30372 #, no-wrap
30373 msgid ""
30374 " libguestfs-test-tool [--options]\n"
30375 "\n"
30376 msgstr ""
30377
30378 # type: textblock
30379 #. type: textblock
30380 #: ../test-tool/libguestfs-test-tool.pod:13
30381 msgid ""
30382 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30383 "and developers, to allow them to check basic libguestfs functionality is "
30384 "working.  This is needed because libguestfs occasionally breaks for reasons "
30385 "beyond our control: usually because of changes in the underlying qemu or "
30386 "kernel packages, or the host environment."
30387 msgstr ""
30388
30389 # type: textblock
30390 #. type: textblock
30391 #: ../test-tool/libguestfs-test-tool.pod:20
30392 msgid "If you suspect a problem in libguestfs, then just run:"
30393 msgstr ""
30394
30395 # type: verbatim
30396 #. type: verbatim
30397 #: ../test-tool/libguestfs-test-tool.pod:22
30398 #, no-wrap
30399 msgid ""
30400 " libguestfs-test-tool\n"
30401 "\n"
30402 msgstr ""
30403
30404 # type: textblock
30405 #. type: textblock
30406 #: ../test-tool/libguestfs-test-tool.pod:24
30407 msgid "It will print lots of diagnostic messages."
30408 msgstr ""
30409
30410 # type: textblock
30411 #. type: textblock
30412 #: ../test-tool/libguestfs-test-tool.pod:26
30413 msgid "If it runs to completion successfully, you will see this near the end:"
30414 msgstr ""
30415
30416 # type: verbatim
30417 #. type: verbatim
30418 #: ../test-tool/libguestfs-test-tool.pod:28
30419 #, no-wrap
30420 msgid ""
30421 " ===== TEST FINISHED OK =====\n"
30422 "\n"
30423 msgstr ""
30424
30425 # type: textblock
30426 #. type: textblock
30427 #: ../test-tool/libguestfs-test-tool.pod:30
30428 msgid "and the test tool will exit with code 0."
30429 msgstr ""
30430
30431 # type: textblock
30432 #. type: textblock
30433 #: ../test-tool/libguestfs-test-tool.pod:32
30434 msgid ""
30435 "If it fails (and/or exits with non-zero error code), please paste the "
30436 "B<complete, unedited> output of the test tool into a bug report.  More "
30437 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30438 "> website."
30439 msgstr ""
30440
30441 # type: =item
30442 #. type: =item
30443 #: ../test-tool/libguestfs-test-tool.pod:41
30444 msgid "I<--help>"
30445 msgstr ""
30446
30447 # type: textblock
30448 #. type: textblock
30449 #: ../test-tool/libguestfs-test-tool.pod:43
30450 msgid "Display short usage information and exit."
30451 msgstr ""
30452
30453 # type: =item
30454 #. type: =item
30455 #: ../test-tool/libguestfs-test-tool.pod:45
30456 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30457 msgstr ""
30458
30459 # type: textblock
30460 #. type: textblock
30461 #: ../test-tool/libguestfs-test-tool.pod:47
30462 msgid ""
30463 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30464 "normally look in the C<$libexec> directory that was configured when the tool "
30465 "was built."
30466 msgstr ""
30467
30468 # type: =item
30469 #. type: =item
30470 #: ../test-tool/libguestfs-test-tool.pod:51
30471 msgid "I<--qemu qemu_binary>"
30472 msgstr ""
30473
30474 # type: textblock
30475 #. type: textblock
30476 #: ../test-tool/libguestfs-test-tool.pod:53
30477 msgid ""
30478 "If you have downloaded another qemu binary, point this option at the full "
30479 "path of the binary to try it."
30480 msgstr ""
30481
30482 # type: =item
30483 #. type: =item
30484 #: ../test-tool/libguestfs-test-tool.pod:56
30485 msgid "I<--qemudir qemu_source_dir>"
30486 msgstr ""
30487
30488 # type: textblock
30489 #. type: textblock
30490 #: ../test-tool/libguestfs-test-tool.pod:58
30491 msgid ""
30492 "If you have compiled qemu from source, point this option at the source "
30493 "directory to try it."
30494 msgstr ""
30495
30496 # type: =item
30497 #. type: =item
30498 #: ../test-tool/libguestfs-test-tool.pod:61
30499 msgid "I<--timeout N>"
30500 msgstr ""
30501
30502 # type: textblock
30503 #. type: textblock
30504 #: ../test-tool/libguestfs-test-tool.pod:63
30505 msgid ""
30506 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30507 "does not usually need to be adjusted unless your machine is very slow."
30508 msgstr ""
30509
30510 # type: =head1
30511 #. type: =head1
30512 #: ../test-tool/libguestfs-test-tool.pod:69
30513 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30514 msgstr ""
30515
30516 # type: textblock
30517 #. type: textblock
30518 #: ../test-tool/libguestfs-test-tool.pod:71
30519 msgid ""
30520 "If you have compiled another version of qemu from source and would like to "
30521 "try that, then you can use the I<--qemudir> option to point to the qemu "
30522 "source directory."
30523 msgstr ""
30524
30525 # type: textblock
30526 #. type: textblock
30527 #: ../test-tool/libguestfs-test-tool.pod:75
30528 msgid ""
30529 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30530 "option to point to the binary."
30531 msgstr ""
30532
30533 # type: textblock
30534 #. type: textblock
30535 #: ../test-tool/libguestfs-test-tool.pod:78
30536 msgid ""
30537 "When using an alternate qemu with libguestfs, usually you would need to "
30538 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30539 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30540 "use either of the I<--qemudir> or I<--qemu> options."
30541 msgstr ""
30542
30543 # type: textblock
30544 #. type: textblock
30545 #: ../test-tool/libguestfs-test-tool.pod:85
30546 msgid ""
30547 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30548 "I<1> if there was an error."
30549 msgstr ""
30550
30551 # type: =item
30552 #. type: =item
30553 #: ../test-tool/libguestfs-test-tool.pod:92
30554 msgid "/usr/libexec/libguestfs-test-tool-helper"
30555 msgstr ""
30556
30557 # type: textblock
30558 #. type: textblock
30559 #: ../test-tool/libguestfs-test-tool.pod:94
30560 msgid ""
30561 "This helper program is run inside the appliance and provides additional "
30562 "tests."
30563 msgstr ""
30564
30565 # type: =item
30566 #. type: =item
30567 #: ../test-tool/libguestfs-test-tool.pod:97
30568 msgid "/usr/bin/mkisofs"
30569 msgstr ""
30570
30571 # type: textblock
30572 #. type: textblock
30573 #: ../test-tool/libguestfs-test-tool.pod:99
30574 msgid ""
30575 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30576 "which is used as part of the tests."
30577 msgstr ""
30578
30579 # type: textblock
30580 #. type: textblock
30581 #: ../test-tool/libguestfs-test-tool.pod:106
30582 msgid ""
30583 "For the full list of environment variables which may affect libguestfs, "
30584 "please see the L<guestfs(3)> manual page."
30585 msgstr ""
30586
30587 # type: textblock
30588 #. type: textblock
30589 #: ../test-tool/libguestfs-test-tool.pod:111
30590 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30591 msgstr ""
30592
30593 # type: textblock
30594 #. type: textblock
30595 #: ../test-tool/libguestfs-test-tool.pod:121
30596 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30597 msgstr ""
30598
30599 # type: textblock
30600 #. type: textblock
30601 #: ../fuse/guestmount.pod:5
30602 msgid ""
30603 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30604 msgstr ""
30605
30606 # type: verbatim
30607 #. type: verbatim
30608 #: ../fuse/guestmount.pod:9
30609 #, no-wrap
30610 msgid ""
30611 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30612 "\n"
30613 msgstr ""
30614
30615 # type: verbatim
30616 #. type: verbatim
30617 #: ../fuse/guestmount.pod:11
30618 #, no-wrap
30619 msgid ""
30620 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30621 "\n"
30622 msgstr ""
30623
30624 # type: verbatim
30625 #. type: verbatim
30626 #: ../fuse/guestmount.pod:13
30627 #, no-wrap
30628 msgid ""
30629 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30630 "\n"
30631 msgstr ""
30632
30633 # type: textblock
30634 #. type: textblock
30635 #: ../fuse/guestmount.pod:17
30636 msgid ""
30637 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30638 "machines.  If you do this, you risk disk corruption in the VM."
30639 msgstr ""
30640
30641 # type: textblock
30642 #. type: textblock
30643 #: ../fuse/guestmount.pod:22
30644 msgid ""
30645 "The guestmount program can be used to mount virtual machine filesystems and "
30646 "other disk images on the host.  It uses libguestfs for access to the guest "
30647 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30648 "a mountable device."
30649 msgstr ""
30650
30651 # type: textblock
30652 #. type: textblock
30653 #: ../fuse/guestmount.pod:27
30654 msgid ""
30655 "Along with other options, you have to give at least one device (I<-a> "
30656 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30657 "option) or use the I<-i> inspection option.  How this works is better "
30658 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30659 "below."
30660 msgstr ""
30661
30662 # type: textblock
30663 #. type: textblock
30664 #: ../fuse/guestmount.pod:33
30665 msgid ""
30666 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30667 "by you, and the filesystem will not be visible to any other users unless you "
30668 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30669 "the filesystem, use the C<fusermount -u> command."
30670 msgstr ""
30671
30672 # type: textblock
30673 #. type: textblock
30674 #: ../fuse/guestmount.pod:41
30675 msgid ""
30676 "For a typical Windows guest which has its main filesystem on the first "
30677 "partition:"
30678 msgstr ""
30679
30680 # type: verbatim
30681 #. type: verbatim
30682 #: ../fuse/guestmount.pod:44
30683 #, no-wrap
30684 msgid ""
30685 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30686 "\n"
30687 msgstr ""
30688
30689 # type: textblock
30690 #. type: textblock
30691 #: ../fuse/guestmount.pod:46
30692 msgid ""
30693 "For a typical Linux guest which has a /boot filesystem on the first "
30694 "partition, and the root filesystem on a logical volume:"
30695 msgstr ""
30696
30697 # type: verbatim
30698 #. type: verbatim
30699 #: ../fuse/guestmount.pod:49
30700 #, no-wrap
30701 msgid ""
30702 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30703 "\n"
30704 msgstr ""
30705
30706 # type: textblock
30707 #. type: textblock
30708 #: ../fuse/guestmount.pod:51
30709 msgid "To get libguestfs to detect guest mountpoints for you:"
30710 msgstr ""
30711
30712 # type: verbatim
30713 #. type: verbatim
30714 #: ../fuse/guestmount.pod:53
30715 #, no-wrap
30716 msgid ""
30717 " guestmount -a guest.img -i --ro /mnt\n"
30718 "\n"
30719 msgstr ""
30720
30721 # type: textblock
30722 #. type: textblock
30723 #: ../fuse/guestmount.pod:55
30724 msgid "For a libvirt guest called \"Guest\" you could do:"
30725 msgstr ""
30726
30727 # type: verbatim
30728 #. type: verbatim
30729 #: ../fuse/guestmount.pod:57
30730 #, no-wrap
30731 msgid ""
30732 " guestmount -d Guest -i --ro /mnt\n"
30733 "\n"
30734 msgstr ""
30735
30736 # type: textblock
30737 #. type: textblock
30738 #: ../fuse/guestmount.pod:59
30739 msgid ""
30740 "If you don't know what filesystems are contained in a guest or disk image, "
30741 "use L<virt-filesystems(1)> first:"
30742 msgstr ""
30743
30744 # type: verbatim
30745 #. type: verbatim
30746 #: ../fuse/guestmount.pod:62
30747 #, no-wrap
30748 msgid ""
30749 " virt-filesystems MyGuest\n"
30750 "\n"
30751 msgstr ""
30752
30753 # type: textblock
30754 #. type: textblock
30755 #: ../fuse/guestmount.pod:64
30756 msgid ""
30757 "If you want to trace the libguestfs calls but without excessive debugging "
30758 "information, we recommend:"
30759 msgstr ""
30760
30761 # type: verbatim
30762 #. type: verbatim
30763 #: ../fuse/guestmount.pod:67
30764 #, no-wrap
30765 msgid ""
30766 " guestmount [...] --trace /mnt\n"
30767 "\n"
30768 msgstr ""
30769
30770 # type: textblock
30771 #. type: textblock
30772 #: ../fuse/guestmount.pod:69
30773 msgid "If you want to debug the program, we recommend:"
30774 msgstr ""
30775
30776 # type: verbatim
30777 #. type: verbatim
30778 #: ../fuse/guestmount.pod:71
30779 #, no-wrap
30780 msgid ""
30781 " guestmount [...] --trace --verbose /mnt\n"
30782 "\n"
30783 msgstr ""
30784
30785 # type: =item
30786 #. type: =item
30787 #: ../fuse/guestmount.pod:77
30788 msgid "B<-a image> | B<--add image>"
30789 msgstr ""
30790
30791 # type: textblock
30792 #. type: textblock
30793 #: ../fuse/guestmount.pod:79
30794 msgid "Add a block device or virtual machine image."
30795 msgstr ""
30796
30797 # type: =item
30798 #. type: =item
30799 #: ../fuse/guestmount.pod:84
30800 msgid "B<-c URI> | B<--connect URI>"
30801 msgstr ""
30802
30803 # type: =item
30804 #. type: =item
30805 #: ../fuse/guestmount.pod:90
30806 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30807 msgstr ""
30808
30809 # type: =item
30810 #. type: =item
30811 #: ../fuse/guestmount.pod:96
30812 msgid "B<--dir-cache-timeout N>"
30813 msgstr ""
30814
30815 # type: textblock
30816 #. type: textblock
30817 #: ../fuse/guestmount.pod:98
30818 msgid ""
30819 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30820 "seconds.  The readdir cache [actually, there are several semi-independent "
30821 "caches] is populated after a readdir(2) call with the stat and extended "
30822 "attributes of the files in the directory, in anticipation that they will be "
30823 "requested soon after."
30824 msgstr ""
30825
30826 # type: textblock
30827 #. type: textblock
30828 #: ../fuse/guestmount.pod:104
30829 msgid ""
30830 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30831 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30832 "requests, only cache existing ones."
30833 msgstr ""
30834
30835 # type: =item
30836 #. type: =item
30837 #: ../fuse/guestmount.pod:115
30838 msgid "B<--format=raw|qcow2|..> | B<--format>"
30839 msgstr ""
30840
30841 # type: textblock
30842 #. type: textblock
30843 #: ../fuse/guestmount.pod:122
30844 msgid ""
30845 "If you have untrusted raw-format guest disk images, you should use this "
30846 "option to specify the disk format.  This avoids a possible security problem "
30847 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30848 "guestfs_add_drive_opts>."
30849 msgstr ""
30850
30851 # type: =item
30852 #. type: =item
30853 #: ../fuse/guestmount.pod:127
30854 msgid "B<--fuse-help>"
30855 msgstr ""
30856
30857 # type: textblock
30858 #. type: textblock
30859 #: ../fuse/guestmount.pod:129
30860 msgid "Display help on special FUSE options (see I<-o> below)."
30861 msgstr ""
30862
30863 # type: textblock
30864 #. type: textblock
30865 #: ../fuse/guestmount.pod:133
30866 msgid "Display brief help and exit."
30867 msgstr ""
30868
30869 # type: =item
30870 #. type: =item
30871 #: ../fuse/guestmount.pod:135
30872 msgid "B<-i> | B<--inspector>"
30873 msgstr ""
30874
30875 # type: =item
30876 #. type: =item
30877 #: ../fuse/guestmount.pod:146
30878 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30879 msgstr ""
30880
30881 # type: textblock
30882 #. type: textblock
30883 #: ../fuse/guestmount.pod:148
30884 msgid ""
30885 "Mount the named partition or logical volume on the given mountpoint B<in the "
30886 "guest> (this has nothing to do with mountpoints in the host)."
30887 msgstr ""
30888
30889 # type: textblock
30890 #. type: textblock
30891 #: ../fuse/guestmount.pod:151
30892 msgid ""
30893 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30894 "something on C</>."
30895 msgstr ""
30896
30897 # type: =item
30898 #. type: =item
30899 #: ../fuse/guestmount.pod:154
30900 msgid "B<-n> | B<--no-sync>"
30901 msgstr ""
30902
30903 # type: textblock
30904 #. type: textblock
30905 #: ../fuse/guestmount.pod:156
30906 msgid ""
30907 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30908 "unmounted.  If you specify this option, then we don't attempt to sync the "
30909 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30910 msgstr ""
30911
30912 # type: =item
30913 #. type: =item
30914 #: ../fuse/guestmount.pod:161
30915 msgid "B<-o option> | B<--option option>"
30916 msgstr ""
30917
30918 # type: textblock
30919 #. type: textblock
30920 #: ../fuse/guestmount.pod:163
30921 msgid "Pass extra options to FUSE."
30922 msgstr ""
30923
30924 # type: textblock
30925 #. type: textblock
30926 #: ../fuse/guestmount.pod:165
30927 msgid ""
30928 "To get a list of all the extra options supported by FUSE, use the command "
30929 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
30930 "of them are a good idea."
30931 msgstr ""
30932
30933 # type: verbatim
30934 #. type: verbatim
30935 #: ../fuse/guestmount.pod:169
30936 #, no-wrap
30937 msgid ""
30938 " guestmount --fuse-help\n"
30939 "\n"
30940 msgstr ""
30941
30942 # type: textblock
30943 #. type: textblock
30944 #: ../fuse/guestmount.pod:171
30945 msgid "Some potentially useful FUSE options:"
30946 msgstr ""
30947
30948 # type: =item
30949 #. type: =item
30950 #: ../fuse/guestmount.pod:175
30951 msgid "B<-o allow_other>"
30952 msgstr ""
30953
30954 # type: textblock
30955 #. type: textblock
30956 #: ../fuse/guestmount.pod:177
30957 msgid "Allow other users to see the filesystem."
30958 msgstr ""
30959
30960 # type: =item
30961 #. type: =item
30962 #: ../fuse/guestmount.pod:179
30963 msgid "B<-o attr_timeout=N>"
30964 msgstr ""
30965
30966 # type: textblock
30967 #. type: textblock
30968 #: ../fuse/guestmount.pod:181
30969 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
30970 msgstr ""
30971
30972 # type: =item
30973 #. type: =item
30974 #: ../fuse/guestmount.pod:183
30975 msgid "B<-o kernel_cache>"
30976 msgstr ""
30977
30978 # type: textblock
30979 #. type: textblock
30980 #: ../fuse/guestmount.pod:185
30981 msgid ""
30982 "Allow the kernel to cache files (reduces the number of reads that have to go "
30983 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
30984 "afford the extra memory usage."
30985 msgstr ""
30986
30987 # type: =item
30988 #. type: =item
30989 #: ../fuse/guestmount.pod:189
30990 msgid "B<-o uid=N> B<-o gid=N>"
30991 msgstr ""
30992
30993 # type: textblock
30994 #. type: textblock
30995 #: ../fuse/guestmount.pod:191
30996 msgid ""
30997 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
30998 "the chosen values."
30999 msgstr ""
31000
31001 # type: =item
31002 #. type: =item
31003 #: ../fuse/guestmount.pod:196
31004 msgid "B<-r> | B<--ro>"
31005 msgstr ""
31006
31007 # type: textblock
31008 #. type: textblock
31009 #: ../fuse/guestmount.pod:198
31010 msgid ""
31011 "Add devices and mount everything read-only.  Also disallow writes and make "
31012 "the disk appear read-only to FUSE."
31013 msgstr ""
31014
31015 # type: textblock
31016 #. type: textblock
31017 #: ../fuse/guestmount.pod:201
31018 msgid ""
31019 "This is highly recommended if you are not going to edit the guest disk.  If "
31020 "the guest is running and this option is I<not> supplied, then there is a "
31021 "strong risk of disk corruption in the guest.  We try to prevent this from "
31022 "happening, but it is not always possible."
31023 msgstr ""
31024
31025 # type: textblock
31026 #. type: textblock
31027 #: ../fuse/guestmount.pod:206
31028 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31029 msgstr ""
31030
31031 # type: textblock
31032 #. type: textblock
31033 #: ../fuse/guestmount.pod:210
31034 msgid "Enable SELinux support for the guest."
31035 msgstr ""
31036
31037 # type: =item
31038 #. type: =item
31039 #: ../fuse/guestmount.pod:212
31040 msgid "B<-v> | B<--verbose>"
31041 msgstr ""
31042
31043 # type: textblock
31044 #. type: textblock
31045 #: ../fuse/guestmount.pod:214
31046 msgid "Enable verbose messages from underlying libguestfs."
31047 msgstr ""
31048
31049 # type: =item
31050 #. type: =item
31051 #: ../fuse/guestmount.pod:216
31052 msgid "B<-V> | B<--version>"
31053 msgstr ""
31054
31055 # type: textblock
31056 #. type: textblock
31057 #: ../fuse/guestmount.pod:218
31058 msgid "Display the program version and exit."
31059 msgstr ""
31060
31061 # type: =item
31062 #. type: =item
31063 #: ../fuse/guestmount.pod:220
31064 msgid "B<-w> | B<--rw>"
31065 msgstr ""
31066
31067 # type: textblock
31068 #. type: textblock
31069 #: ../fuse/guestmount.pod:222
31070 msgid ""
31071 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31072 "FOR READ AND WRITE>."
31073 msgstr ""
31074
31075 # type: =item
31076 #. type: =item
31077 #: ../fuse/guestmount.pod:225
31078 msgid "B<-x> | B<--trace>"
31079 msgstr ""
31080
31081 # type: textblock
31082 #. type: textblock
31083 #: ../fuse/guestmount.pod:227
31084 msgid "Trace libguestfs calls and entry into each FUSE function."
31085 msgstr ""
31086
31087 # type: textblock
31088 #. type: textblock
31089 #: ../fuse/guestmount.pod:229
31090 msgid "This also stops the daemon from forking into the background."
31091 msgstr ""
31092
31093 # type: textblock
31094 #. type: textblock
31095 #: ../fuse/guestmount.pod:235
31096 msgid ""
31097 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31098 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31099 "net/>."
31100 msgstr ""
31101
31102 #. type: textblock
31103 #: ../tools/virt-edit.pl:34
31104 msgid "virt-edit - Edit a file in a virtual machine"
31105 msgstr ""
31106
31107 #. type: verbatim
31108 #: ../tools/virt-edit.pl:38
31109 #, no-wrap
31110 msgid ""
31111 " virt-edit [--options] domname file\n"
31112 "\n"
31113 msgstr ""
31114
31115 #. type: verbatim
31116 #: ../tools/virt-edit.pl:40
31117 #, no-wrap
31118 msgid ""
31119 " virt-edit [--options] disk.img [disk.img ...] file\n"
31120 "\n"
31121 msgstr ""
31122
31123 #. type: verbatim
31124 #: ../tools/virt-edit.pl:42
31125 #, no-wrap
31126 msgid ""
31127 " virt-edit [domname|disk.img] file -e 'expr'\n"
31128 "\n"
31129 msgstr ""
31130
31131 #. type: textblock
31132 #: ../tools/virt-edit.pl:46
31133 msgid ""
31134 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31135 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31136 "doing this, but doesn't catch all cases."
31137 msgstr ""
31138
31139 #. type: textblock
31140 #: ../tools/virt-edit.pl:52
31141 msgid ""
31142 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31143 "the named virtual machine (or disk image)."
31144 msgstr ""
31145
31146 #. type: textblock
31147 #: ../tools/virt-edit.pl:55
31148 msgid "If you want to just view a file, use L<virt-cat(1)>."
31149 msgstr ""
31150
31151 #. type: textblock
31152 #: ../tools/virt-edit.pl:57
31153 msgid ""
31154 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
31155 "USING GUESTFISH> below)."
31156 msgstr ""
31157
31158 #. type: textblock
31159 #: ../tools/virt-edit.pl:60
31160 msgid ""
31161 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
31162 "files.  L<guestfish(1)> can do that and much more."
31163 msgstr ""
31164
31165 #. type: textblock
31166 #: ../tools/virt-edit.pl:65
31167 msgid "Edit the named files interactively:"
31168 msgstr ""
31169
31170 #. type: verbatim
31171 #: ../tools/virt-edit.pl:67
31172 #, no-wrap
31173 msgid ""
31174 " virt-edit mydomain /boot/grub/grub.conf\n"
31175 "\n"
31176 msgstr ""
31177
31178 #. type: verbatim
31179 #: ../tools/virt-edit.pl:69
31180 #, no-wrap
31181 msgid ""
31182 " virt-edit mydomain /etc/passwd\n"
31183 "\n"
31184 msgstr ""
31185
31186 #. type: textblock
31187 #: ../tools/virt-edit.pl:71
31188 msgid ""
31189 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
31190 "below).  To change the init default level to 5:"
31191 msgstr ""
31192
31193 #. type: verbatim
31194 #: ../tools/virt-edit.pl:75
31195 #, no-wrap
31196 msgid ""
31197 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31198 "\n"
31199 msgstr ""
31200
31201 #. type: textblock
31202 #: ../tools/virt-edit.pl:87 ../tools/virt-win-reg.pl:106
31203 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
31204 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31205 msgid "Display brief help."
31206 msgstr ""
31207
31208 #. type: textblock
31209 #: ../tools/virt-edit.pl:95 ../tools/virt-win-reg.pl:114
31210 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31211 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
31212 #: ../tools/virt-list-partitions.pl:72
31213 msgid "Display version number and exit."
31214 msgstr ""
31215
31216 #. type: =item
31217 #: ../tools/virt-edit.pl:101
31218 msgid "B<--backup extension> | B<-b extension>"
31219 msgstr ""
31220
31221 #. type: textblock
31222 #: ../tools/virt-edit.pl:103
31223 msgid ""
31224 "Create a backup of the original file I<in the guest disk image>.  The backup "
31225 "has the original filename with C<extension> added."
31226 msgstr ""
31227
31228 #. type: textblock
31229 #: ../tools/virt-edit.pl:106
31230 msgid ""
31231 "Usually the first character of C<extension> would be a dot C<.> so you would "
31232 "write:"
31233 msgstr ""
31234
31235 #. type: verbatim
31236 #: ../tools/virt-edit.pl:109
31237 #, no-wrap
31238 msgid ""
31239 " virt-edit -b .orig [etc]\n"
31240 "\n"
31241 msgstr ""
31242
31243 #. type: textblock
31244 #: ../tools/virt-edit.pl:111
31245 msgid "By default, no backup file is made."
31246 msgstr ""
31247
31248 #. type: =item
31249 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:128
31250 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
31251 #: ../tools/virt-list-partitions.pl:78
31252 msgid "B<--connect URI> | B<-c URI>"
31253 msgstr ""
31254
31255 #. type: textblock
31256 #: ../tools/virt-edit.pl:119 ../tools/virt-win-reg.pl:130
31257 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
31258 #: ../tools/virt-list-partitions.pl:80
31259 msgid ""
31260 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31261 "to the default libvirt hypervisor."
31262 msgstr ""
31263
31264 #. type: textblock
31265 #: ../tools/virt-edit.pl:122 ../tools/virt-win-reg.pl:133
31266 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
31267 #: ../tools/virt-list-partitions.pl:83
31268 msgid ""
31269 "If you specify guest block devices directly, then libvirt is not used at all."
31270 msgstr ""
31271
31272 #. type: =item
31273 #: ../tools/virt-edit.pl:129 ../tools/virt-win-reg.pl:140
31274 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31275 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
31276 msgid "B<--format> raw"
31277 msgstr ""
31278
31279 #. type: textblock
31280 #: ../tools/virt-edit.pl:131 ../tools/virt-win-reg.pl:142
31281 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
31282 #: ../tools/virt-list-partitions.pl:92
31283 msgid ""
31284 "Specify the format of disk images given on the command line.  If this is "
31285 "omitted then the format is autodetected from the content of the disk image."
31286 msgstr ""
31287
31288 #. type: textblock
31289 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:146
31290 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
31291 #: ../tools/virt-list-partitions.pl:96
31292 msgid ""
31293 "If disk images are requested from libvirt, then this program asks libvirt "
31294 "for this information.  In this case, the value of the format parameter is "
31295 "ignored."
31296 msgstr ""
31297
31298 #. type: textblock
31299 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:150
31300 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31301 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
31302 #: ../tools/virt-list-partitions.pl:100
31303 msgid ""
31304 "If working with untrusted raw-format guest disk images, you should ensure "
31305 "the format is always specified."
31306 msgstr ""
31307
31308 #. type: =item
31309 #: ../tools/virt-edit.pl:146
31310 msgid "B<--expr EXPR> | B<-e EXPR>"
31311 msgstr ""
31312
31313 #. type: textblock
31314 #: ../tools/virt-edit.pl:148
31315 msgid ""
31316 "Instead of launching the external editor, non-interactively apply the Perl "
31317 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31318 "EDITING> below."
31319 msgstr ""
31320
31321 #. type: textblock
31322 #: ../tools/virt-edit.pl:152
31323 msgid ""
31324 "Be careful to properly quote the expression to prevent it from being altered "
31325 "by the shell."
31326 msgstr ""
31327
31328 #. type: =head1
31329 #: ../tools/virt-edit.pl:272
31330 msgid "NON-INTERACTIVE EDITING"
31331 msgstr ""
31332
31333 #. type: textblock
31334 #: ../tools/virt-edit.pl:274
31335 msgid ""
31336 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31337 "administrator can interactively edit the file."
31338 msgstr ""
31339
31340 #. type: textblock
31341 #: ../tools/virt-edit.pl:277
31342 msgid ""
31343 "There are two ways also to use C<virt-edit> from scripts in order to make "
31344 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31345 "like this, it's less error-prone to write scripts directly using the "
31346 "libguestfs API and Augeas for configuration file editing.)"
31347 msgstr ""
31348
31349 #. type: textblock
31350 #: ../tools/virt-edit.pl:283
31351 msgid ""
31352 "The first method is to temporarily set C<$EDITOR> to any script or program "
31353 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31354 "update C<tmpfile> in place however it likes."
31355 msgstr ""
31356
31357 #. type: textblock
31358 #: ../tools/virt-edit.pl:287
31359 msgid ""
31360 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31361 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31362 "instances of C<foo> with C<bar> in a file:"
31363 msgstr ""
31364
31365 #. type: verbatim
31366 #: ../tools/virt-edit.pl:291
31367 #, no-wrap
31368 msgid ""
31369 " virt-edit domname filename -e 's/foo/bar/'\n"
31370 "\n"
31371 msgstr ""
31372
31373 #. type: textblock
31374 #: ../tools/virt-edit.pl:293
31375 msgid ""
31376 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31377 "For example to delete root's password you could do:"
31378 msgstr ""
31379
31380 #. type: verbatim
31381 #: ../tools/virt-edit.pl:296
31382 #, no-wrap
31383 msgid ""
31384 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31385 "\n"
31386 msgstr ""
31387
31388 #. type: textblock
31389 #: ../tools/virt-edit.pl:298
31390 msgid ""
31391 "What really happens is that the snippet is evaluated as a Perl expression "
31392 "for each line of the file.  The line, including the final C<\\n>, is passed "
31393 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31394 msgstr ""
31395
31396 #. type: textblock
31397 #: ../tools/virt-edit.pl:303
31398 msgid ""
31399 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31400 "C<apache> user account from the password file you can do:"
31401 msgstr ""
31402
31403 #. type: verbatim
31404 #: ../tools/virt-edit.pl:306
31405 #, no-wrap
31406 msgid ""
31407 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31408 "\n"
31409 msgstr ""
31410
31411 #. type: textblock
31412 #: ../tools/virt-edit.pl:308
31413 msgid ""
31414 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31415 "the end of the file is rather difficult this way since there is no concept "
31416 "of \"last line of the file\" - your expression just doesn't get called "
31417 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31418 "want to do this."
31419 msgstr ""
31420
31421 #. type: textblock
31422 #: ../tools/virt-edit.pl:314
31423 msgid ""
31424 "The variable C<$lineno> contains the current line number.  As is "
31425 "traditional, the first line in the file is number C<1>."
31426 msgstr ""
31427
31428 #. type: textblock
31429 #: ../tools/virt-edit.pl:317
31430 msgid ""
31431 "The return value from the expression is ignored, but the expression may call "
31432 "C<die> in order to abort the whole program, leaving the original file "
31433 "untouched."
31434 msgstr ""
31435
31436 #. type: textblock
31437 #: ../tools/virt-edit.pl:321
31438 msgid ""
31439 "Remember when matching the end of a line that C<$_> may contain the final C<"
31440 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31441 "newline then neither of these.  Thus to match or substitute some text at the "
31442 "end of a line, use this regular expression:"
31443 msgstr ""
31444
31445 #. type: verbatim
31446 #: ../tools/virt-edit.pl:326
31447 #, no-wrap
31448 msgid ""
31449 " /some text(\\r?\\n)?$/\n"
31450 "\n"
31451 msgstr ""
31452
31453 #. type: textblock
31454 #: ../tools/virt-edit.pl:328
31455 msgid ""
31456 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31457 "$_> itself (since that would remove all newlines from the file):"
31458 msgstr ""
31459
31460 #. type: verbatim
31461 #: ../tools/virt-edit.pl:332
31462 #, no-wrap
31463 msgid ""
31464 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31465 "\n"
31466 msgstr ""
31467
31468 #. type: =head1
31469 #: ../tools/virt-edit.pl:334
31470 msgid "USING GUESTFISH"
31471 msgstr ""
31472
31473 #. type: textblock
31474 #: ../tools/virt-edit.pl:336
31475 msgid ""
31476 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
31477 "C<virt-edit> doesn't work."
31478 msgstr ""
31479
31480 #. type: textblock
31481 #: ../tools/virt-edit.pl:339
31482 msgid "Using C<virt-edit> is approximately equivalent to doing:"
31483 msgstr ""
31484
31485 #. type: verbatim
31486 #: ../tools/virt-edit.pl:341
31487 #, no-wrap
31488 msgid ""
31489 " guestfish --rw -i -d domname edit /file\n"
31490 "\n"
31491 msgstr ""
31492
31493 #. type: textblock
31494 #: ../tools/virt-edit.pl:343
31495 msgid ""
31496 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
31497 "path to the file."
31498 msgstr ""
31499
31500 #. type: textblock
31501 #: ../tools/virt-edit.pl:346
31502 msgid ""
31503 "The command above uses libguestfs's guest inspection feature and so does not "
31504 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
31505 "disk images that don't contain guests.  To edit a file on a disk image "
31506 "directly, use:"
31507 msgstr ""
31508
31509 #. type: verbatim
31510 #: ../tools/virt-edit.pl:351
31511 #, no-wrap
31512 msgid ""
31513 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
31514 "\n"
31515 msgstr ""
31516
31517 #. type: textblock
31518 #: ../tools/virt-edit.pl:353
31519 msgid ""
31520 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
31521 "the disk image to edit, and C</file> is the full path to the file."
31522 msgstr ""
31523
31524 #. type: textblock
31525 #: ../tools/virt-edit.pl:357
31526 msgid ""
31527 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
31528 "C<write> or C<upload> instead:"
31529 msgstr ""
31530
31531 #. type: verbatim
31532 #: ../tools/virt-edit.pl:360
31533 #, no-wrap
31534 msgid ""
31535 " guestfish --rw -i -d domname touch /newfile\n"
31536 "\n"
31537 msgstr ""
31538
31539 #. type: verbatim
31540 #: ../tools/virt-edit.pl:362
31541 #, no-wrap
31542 msgid ""
31543 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
31544 "\n"
31545 msgstr ""
31546
31547 #. type: verbatim
31548 #: ../tools/virt-edit.pl:364
31549 #, no-wrap
31550 msgid ""
31551 " guestfish --rw -i -d domname upload localfile /newfile\n"
31552 "\n"
31553 msgstr ""
31554
31555 #. type: textblock
31556 #: ../tools/virt-edit.pl:366
31557 msgid ""
31558 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
31559 msgstr ""
31560
31561 #. type: verbatim
31562 #: ../tools/virt-edit.pl:369
31563 #, no-wrap
31564 msgid ""
31565 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
31566 "\n"
31567 msgstr ""
31568
31569 #. type: =item
31570 #: ../tools/virt-edit.pl:379
31571 msgid "C<EDITOR>"
31572 msgstr ""
31573
31574 #. type: textblock
31575 #: ../tools/virt-edit.pl:381
31576 msgid ""
31577 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31578 "\"emacs -nw\">"
31579 msgstr ""
31580
31581 #. type: textblock
31582 #: ../tools/virt-edit.pl:384
31583 msgid "If not set, C<vi> is used."
31584 msgstr ""
31585
31586 #. type: =head1
31587 #: ../tools/virt-edit.pl:388 ../tools/virt-win-reg.pl:559
31588 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31589 #: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
31590 #: ../tools/virt-list-partitions.pl:250
31591 msgid "SHELL QUOTING"
31592 msgstr ""
31593
31594 #. type: textblock
31595 #: ../tools/virt-edit.pl:390 ../tools/virt-win-reg.pl:567
31596 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31597 #: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
31598 #: ../tools/virt-list-partitions.pl:252
31599 msgid ""
31600 "Libvirt guest names can contain arbitrary characters, some of which have "
31601 "meaning to the shell such as C<#> and space.  You may need to quote or "
31602 "escape these characters on the command line.  See the shell manual page L<sh"
31603 "(1)> for details."
31604 msgstr ""
31605
31606 #. type: textblock
31607 #: ../tools/virt-edit.pl:397
31608 msgid ""
31609 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31610 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
31611 "L<perlre(1)>."
31612 msgstr ""
31613
31614 #. type: =head1
31615 #: ../tools/virt-edit.pl:407 ../tools/virt-win-reg.pl:598
31616 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31617 #: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
31618 #: ../tools/virt-list-partitions.pl:269
31619 msgid "AUTHOR"
31620 msgstr ""
31621
31622 #. type: textblock
31623 #: ../tools/virt-edit.pl:409 ../tools/virt-win-reg.pl:600
31624 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31625 #: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
31626 #: ../tools/virt-list-partitions.pl:271
31627 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31628 msgstr ""
31629
31630 #. type: textblock
31631 #: ../tools/virt-edit.pl:413
31632 msgid "Copyright (C) 2009-2011 Red Hat Inc."
31633 msgstr ""
31634
31635 #. type: textblock
31636 #: ../tools/virt-win-reg.pl:37
31637 msgid ""
31638 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31639 msgstr ""
31640
31641 #. type: verbatim
31642 #: ../tools/virt-win-reg.pl:41
31643 #, no-wrap
31644 msgid ""
31645 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31646 "\n"
31647 msgstr ""
31648
31649 #. type: verbatim
31650 #: ../tools/virt-win-reg.pl:43
31651 #, no-wrap
31652 msgid ""
31653 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31654 "\n"
31655 msgstr ""
31656
31657 #. type: verbatim
31658 #: ../tools/virt-win-reg.pl:45
31659 #, no-wrap
31660 msgid ""
31661 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31662 "\n"
31663 msgstr ""
31664
31665 #. type: verbatim
31666 #: ../tools/virt-win-reg.pl:47
31667 #, no-wrap
31668 msgid ""
31669 " virt-win-reg --merge domname [input.reg ...]\n"
31670 "\n"
31671 msgstr ""
31672
31673 #. type: verbatim
31674 #: ../tools/virt-win-reg.pl:49
31675 #, no-wrap
31676 msgid ""
31677 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31678 "\n"
31679 msgstr ""
31680
31681 #. type: textblock
31682 #: ../tools/virt-win-reg.pl:53
31683 msgid ""
31684 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31685 "virtual machines.  If you do this, you I<will> get irreversible disk "
31686 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31687 "but doesn't catch all cases."
31688 msgstr ""
31689
31690 #. type: textblock
31691 #: ../tools/virt-win-reg.pl:58
31692 msgid ""
31693 "Modifying the Windows Registry is an inherently risky operation.  The format "
31694 "is deliberately obscure and undocumented, and Registry changes can leave the "
31695 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31696 "you have a reliable backup first."
31697 msgstr ""
31698
31699 #. type: textblock
31700 #: ../tools/virt-win-reg.pl:65
31701 msgid ""
31702 "This program can export and merge Windows Registry entries from a Windows "
31703 "guest."
31704 msgstr ""
31705
31706 #. type: textblock
31707 #: ../tools/virt-win-reg.pl:68
31708 msgid ""
31709 "The first parameter is the libvirt guest name or the raw disk image of a "
31710 "Windows guest."
31711 msgstr ""
31712
31713 #. type: textblock
31714 #: ../tools/virt-win-reg.pl:71
31715 msgid ""
31716 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31717 "exported (recursively).  For example:"
31718 msgstr ""
31719
31720 #. type: verbatim
31721 #: ../tools/virt-win-reg.pl:74
31722 #, no-wrap
31723 msgid ""
31724 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31725 "\n"
31726 msgstr ""
31727
31728 #. type: textblock
31729 #: ../tools/virt-win-reg.pl:76
31730 msgid ""
31731 "You can also display single values from within registry keys, for example:"
31732 msgstr ""
31733
31734 #. type: verbatim
31735 #: ../tools/virt-win-reg.pl:79
31736 #, no-wrap
31737 msgid ""
31738 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31739 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31740 " Windows 7 Enterprise\n"
31741 "\n"
31742 msgstr ""
31743
31744 #. type: textblock
31745 #: ../tools/virt-win-reg.pl:83
31746 msgid ""
31747 "With C<--merge>, you can merge a textual regedit file into the Windows "
31748 "Registry:"
31749 msgstr ""
31750
31751 #. type: verbatim
31752 #: ../tools/virt-win-reg.pl:86
31753 #, no-wrap
31754 msgid ""
31755 " $ virt-win-reg --merge Windows7 changes.reg\n"
31756 "\n"
31757 msgstr ""
31758
31759 #. type: =head2
31760 #: ../tools/virt-win-reg.pl:88
31761 msgid "NOTE"
31762 msgstr ""
31763
31764 #. type: textblock
31765 #: ../tools/virt-win-reg.pl:90
31766 msgid ""
31767 "This program is only meant for simple access to the registry.  If you want "
31768 "to do complicated things with the registry, we suggest you download the "
31769 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31770 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31771 "L<hivexregedit(1)>."
31772 msgstr ""
31773
31774 #. type: =item
31775 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31776 msgid "B<--debug>"
31777 msgstr ""
31778
31779 #. type: textblock
31780 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31781 msgid "Enable debugging messages."
31782 msgstr ""
31783
31784 #. type: =item
31785 #: ../tools/virt-win-reg.pl:157
31786 msgid "B<--merge>"
31787 msgstr ""
31788
31789 #. type: textblock
31790 #: ../tools/virt-win-reg.pl:159
31791 msgid ""
31792 "In merge mode, this merges a textual regedit file into the Windows Registry "
31793 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31794 "displays or exports Registry entries instead."
31795 msgstr ""
31796
31797 #. type: textblock
31798 #: ../tools/virt-win-reg.pl:163
31799 msgid ""
31800 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31801 "result in disk corruption.  However exporting (without this flag)  is always "
31802 "safe."
31803 msgstr ""
31804
31805 #. type: =item
31806 #: ../tools/virt-win-reg.pl:171
31807 msgid "B<--encoding> UTF-16LE|ASCII"
31808 msgstr ""
31809
31810 #. type: textblock
31811 #: ../tools/virt-win-reg.pl:173
31812 msgid ""
31813 "When merging (only), you may need to specify the encoding for strings to be "
31814 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31815 "(3)/ENCODING STRINGS>."
31816 msgstr ""
31817
31818 #. type: textblock
31819 #: ../tools/virt-win-reg.pl:177
31820 msgid ""
31821 "The default is to use UTF-16LE, which should work with recent versions of "
31822 "Windows."
31823 msgstr ""
31824
31825 #. type: =head1
31826 #: ../tools/virt-win-reg.pl:402
31827 msgid "SUPPORTED SYSTEMS"
31828 msgstr ""
31829
31830 #. type: textblock
31831 #: ../tools/virt-win-reg.pl:404
31832 msgid ""
31833 "The program currently supports Windows NT-derived guests starting with "
31834 "Windows XP through to at least Windows 7."
31835 msgstr ""
31836
31837 #. type: textblock
31838 #: ../tools/virt-win-reg.pl:407
31839 msgid ""
31840 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31841 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31842 "and C<HKEY_USERS\\.DEFAULT>."
31843 msgstr ""
31844
31845 #. type: textblock
31846 #: ../tools/virt-win-reg.pl:411
31847 msgid ""
31848 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31849 "C<HKEY_USERS>."
31850 msgstr ""
31851
31852 #. type: textblock
31853 #: ../tools/virt-win-reg.pl:414
31854 msgid ""
31855 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31856 "time."
31857 msgstr ""
31858
31859 #. type: =head1
31860 #: ../tools/virt-win-reg.pl:417
31861 msgid "ENCODING"
31862 msgstr ""
31863
31864 #. type: textblock
31865 #: ../tools/virt-win-reg.pl:419
31866 msgid ""
31867 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31868 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31869 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31870 "Windows-style line endings, you may need to reencode the whole file before "
31871 "or after processing."
31872 msgstr ""
31873
31874 #. type: textblock
31875 #: ../tools/virt-win-reg.pl:425
31876 msgid ""
31877 "To reencode a file from Windows format to Linux (before processing it with "
31878 "the C<--merge> option), you would do something like this:"
31879 msgstr ""
31880
31881 #. type: verbatim
31882 #: ../tools/virt-win-reg.pl:428
31883 #, no-wrap
31884 msgid ""
31885 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31886 "\n"
31887 msgstr ""
31888
31889 #. type: textblock
31890 #: ../tools/virt-win-reg.pl:430
31891 msgid ""
31892 "To go in the opposite direction, after exporting and before sending the file "
31893 "to a Windows user, do something like this:"
31894 msgstr ""
31895
31896 #. type: verbatim
31897 #: ../tools/virt-win-reg.pl:433
31898 #, no-wrap
31899 msgid ""
31900 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31901 "\n"
31902 msgstr ""
31903
31904 #. type: textblock
31905 #: ../tools/virt-win-reg.pl:435
31906 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31907 msgstr ""
31908
31909 #. type: textblock
31910 #: ../tools/virt-win-reg.pl:437
31911 msgid ""
31912 "If you are unsure about the current encoding, use the L<file(1)> command.  "
31913 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
31914 "style (CRLF) line endings, like this:"
31915 msgstr ""
31916
31917 #. type: verbatim
31918 #: ../tools/virt-win-reg.pl:441
31919 #, no-wrap
31920 msgid ""
31921 " $ file software.reg\n"
31922 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
31923 " with CRLF line terminators\n"
31924 "\n"
31925 msgstr ""
31926
31927 #. type: textblock
31928 #: ../tools/virt-win-reg.pl:445
31929 msgid "This file would need conversion before you could C<--merge> it."
31930 msgstr ""
31931
31932 #. type: =head1
31933 #: ../tools/virt-win-reg.pl:447
31934 msgid "CurrentControlSet etc."
31935 msgstr ""
31936
31937 #. type: textblock
31938 #: ../tools/virt-win-reg.pl:449
31939 msgid ""
31940 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
31941 "Registry at the level of the hive file, and therefore you cannot modify "
31942 "these."
31943 msgstr ""
31944
31945 #. type: textblock
31946 #: ../tools/virt-win-reg.pl:453
31947 msgid ""
31948 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
31949 "circumstances it might refer to another control set.  The way to find out is "
31950 "to look at the C<HKLM\\SYSTEM\\Select> key:"
31951 msgstr ""
31952
31953 #. type: verbatim
31954 #: ../tools/virt-win-reg.pl:457
31955 #, no-wrap
31956 msgid ""
31957 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
31958 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
31959 " \"Current\"=dword:00000001\n"
31960 " \"Default\"=dword:00000001\n"
31961 " \"Failed\"=dword:00000000\n"
31962 " \"LastKnownGood\"=dword:00000002\n"
31963 "\n"
31964 msgstr ""
31965
31966 #. type: textblock
31967 #: ../tools/virt-win-reg.pl:464
31968 msgid "\"Current\" is the one which Windows will choose when it boots."
31969 msgstr ""
31970
31971 #. type: textblock
31972 #: ../tools/virt-win-reg.pl:466
31973 msgid ""
31974 "Similarly, other C<Current...> keys in the path may need to be replaced."
31975 msgstr ""
31976
31977 #. type: =head1
31978 #: ../tools/virt-win-reg.pl:469
31979 msgid "WINDOWS TIPS"
31980 msgstr ""
31981
31982 #. type: textblock
31983 #: ../tools/virt-win-reg.pl:471
31984 msgid ""
31985 "Note that some of these tips modify the guest disk image.  The guest I<must> "
31986 "be shut off, else you will get disk corruption."
31987 msgstr ""
31988
31989 #. type: =head2
31990 #: ../tools/virt-win-reg.pl:474
31991 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
31992 msgstr ""
31993
31994 #. type: textblock
31995 #: ../tools/virt-win-reg.pl:476
31996 msgid ""
31997 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
31998 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
31999 "is uploaded into C<C:\\>:"
32000 msgstr ""
32001
32002 #. type: verbatim
32003 #: ../tools/virt-win-reg.pl:480
32004 #, no-wrap
32005 msgid ""
32006 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
32007 "\n"
32008 msgstr ""
32009
32010 #. type: textblock
32011 #: ../tools/virt-win-reg.pl:482
32012 msgid "Prepare a regedit file containing the registry change:"
32013 msgstr ""
32014
32015 #. type: verbatim
32016 #: ../tools/virt-win-reg.pl:484
32017 #, no-wrap
32018 msgid ""
32019 " cat > test.reg <<'EOF'\n"
32020 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
32021 " \"Test\"=\"c:\\\\test.bat\"\n"
32022 " EOF\n"
32023 "\n"
32024 msgstr ""
32025
32026 #. type: textblock
32027 #: ../tools/virt-win-reg.pl:489
32028 msgid ""
32029 "In this example we use the key C<RunOnce> which means that the script will "
32030 "run precisely once when the first user logs in.  If you want it to run every "
32031 "time a user logs in, replace C<RunOnce> with C<Run>."
32032 msgstr ""
32033
32034 #. type: textblock
32035 #: ../tools/virt-win-reg.pl:493
32036 msgid "Now update the registry:"
32037 msgstr ""
32038
32039 #. type: verbatim
32040 #: ../tools/virt-win-reg.pl:495
32041 #, no-wrap
32042 msgid ""
32043 " virt-win-reg --merge WindowsGuest test.reg\n"
32044 "\n"
32045 msgstr ""
32046
32047 #. type: =head2
32048 #: ../tools/virt-win-reg.pl:497
32049 msgid "INSTALLING A SERVICE"
32050 msgstr ""
32051
32052 #. type: textblock
32053 #: ../tools/virt-win-reg.pl:499
32054 msgid ""
32055 "This section assumes you are familiar with Windows services, and you either "
32056 "have a program which handles the Windows Service Control Protocol directly "
32057 "or you want to run any program using a service wrapper like SrvAny or the "
32058 "free RHSrvAny."
32059 msgstr ""
32060
32061 #. type: textblock
32062 #: ../tools/virt-win-reg.pl:504
32063 msgid ""
32064 "First upload the program and optionally the service wrapper.  In this case "
32065 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
32066 msgstr ""
32067
32068 #. type: verbatim
32069 #: ../tools/virt-win-reg.pl:508
32070 #, no-wrap
32071 msgid ""
32072 " guestfish -i -d WindowsGuest <<EOF\n"
32073 "   upload rhsrvany.exe /rhsrvany.exe\n"
32074 "   upload test.exe /test.exe\n"
32075 " EOF\n"
32076 "\n"
32077 msgstr ""
32078
32079 #. type: textblock
32080 #: ../tools/virt-win-reg.pl:513
32081 msgid ""
32082 "Prepare a regedit file containing the registry changes.  In this example, "
32083 "the first registry change is needed for the service itself or the service "
32084 "wrapper (if used).  The second registry change is only needed because I am "
32085 "using the RHSrvAny service wrapper."
32086 msgstr ""
32087
32088 #. type: verbatim
32089 #: ../tools/virt-win-reg.pl:518
32090 #, no-wrap
32091 msgid ""
32092 " cat > service.reg <<'EOF'\n"
32093 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
32094 " \"Type\"=dword:00000010\n"
32095 " \"Start\"=dword:00000002\n"
32096 " \"ErrorControl\"=dword:00000001\n"
32097 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
32098 " \"DisplayName\"=\"RHSrvAny\"\n"
32099 " \"ObjectName\"=\"NetworkService\"\n"
32100 " \n"
32101 msgstr ""
32102
32103 #. type: verbatim
32104 #: ../tools/virt-win-reg.pl:527
32105 #, no-wrap
32106 msgid ""
32107 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
32108 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
32109 " \"PWD\"=\"c:\\\\Temp\"\n"
32110 " EOF\n"
32111 "\n"
32112 msgstr ""
32113
32114 #. type: textblock
32115 #: ../tools/virt-win-reg.pl:538
32116 msgid ""
32117 "For use of C<ControlSet001> see the section above in this manual page.  You "
32118 "may need to adjust this according to the control set that is in use by the "
32119 "guest."
32120 msgstr ""
32121
32122 #. type: textblock
32123 #: ../tools/virt-win-reg.pl:544
32124 msgid ""
32125 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
32126 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
32127 "privileged account."
32128 msgstr ""
32129
32130 #. type: textblock
32131 #: ../tools/virt-win-reg.pl:550
32132 msgid ""
32133 "For the meaning of the magic numbers, see this Microsoft KB article: "
32134 "L<http://support.microsoft.com/kb/103000>."
32135 msgstr ""
32136
32137 #. type: textblock
32138 #: ../tools/virt-win-reg.pl:555
32139 msgid "Update the registry:"
32140 msgstr ""
32141
32142 #. type: verbatim
32143 #: ../tools/virt-win-reg.pl:557
32144 #, no-wrap
32145 msgid ""
32146 " virt-win-reg --merge WindowsGuest service.reg\n"
32147 "\n"
32148 msgstr ""
32149
32150 #. type: textblock
32151 #: ../tools/virt-win-reg.pl:561
32152 msgid ""
32153 "Be careful when passing parameters containing C<\\> (backslash) in the "
32154 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32155 "(but not both) to protect them from the shell."
32156 msgstr ""
32157
32158 #. type: textblock
32159 #: ../tools/virt-win-reg.pl:565
32160 msgid "Paths and value names are case-insensitive."
32161 msgstr ""
32162
32163 #. type: textblock
32164 #: ../tools/virt-win-reg.pl:574
32165 msgid ""
32166 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32167 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32168 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32169 msgstr ""
32170
32171 #. type: textblock
32172 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
32173 msgid ""
32174 "When reporting bugs, please enable debugging and capture the I<complete> "
32175 "output:"
32176 msgstr ""
32177
32178 #. type: verbatim
32179 #: ../tools/virt-win-reg.pl:592
32180 #, no-wrap
32181 msgid ""
32182 " export LIBGUESTFS_DEBUG=1\n"
32183 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32184 "\n"
32185 msgstr ""
32186
32187 #. type: textblock
32188 #: ../tools/virt-win-reg.pl:595
32189 msgid ""
32190 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32191 "redhat.com/>"
32192 msgstr ""
32193
32194 #. type: textblock
32195 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32196 #: ../tools/virt-make-fs.pl:570
32197 msgid "Copyright (C) 2010 Red Hat Inc."
32198 msgstr ""
32199
32200 #. type: textblock
32201 #: ../tools/virt-resize.pl:42
32202 msgid "virt-resize - Resize a virtual machine disk"
32203 msgstr ""
32204
32205 #. type: verbatim
32206 #: ../tools/virt-resize.pl:46
32207 #, no-wrap
32208 msgid ""
32209 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32210 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32211 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32212 "\n"
32213 msgstr ""
32214
32215 #. type: textblock
32216 #: ../tools/virt-resize.pl:52
32217 msgid ""
32218 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32219 "larger or smaller overall, and resizing or deleting any partitions contained "
32220 "within."
32221 msgstr ""
32222
32223 #. type: textblock
32224 #: ../tools/virt-resize.pl:56
32225 msgid ""
32226 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32227 "not> be used on live virtual machines - for consistent results, shut the "
32228 "virtual machine down before resizing it."
32229 msgstr ""
32230
32231 #. type: textblock
32232 #: ../tools/virt-resize.pl:60
32233 msgid ""
32234 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32235 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32236 msgstr ""
32237
32238 #. type: textblock
32239 #: ../tools/virt-resize.pl:66
32240 msgid ""
32241 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32242 "fill the extra 5GB of space."
32243 msgstr ""
32244
32245 #. type: verbatim
32246 #: ../tools/virt-resize.pl:69
32247 #, no-wrap
32248 msgid ""
32249 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32250 " virt-filesystems --long -h --all -a olddisk\n"
32251 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32252 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32253 "\n"
32254 msgstr ""
32255
32256 #. type: textblock
32257 #: ../tools/virt-resize.pl:74
32258 msgid ""
32259 "As above, but make the /boot partition 200MB bigger, while giving the "
32260 "remaining space to /dev/sda2:"
32261 msgstr ""
32262
32263 #. type: verbatim
32264 #: ../tools/virt-resize.pl:77
32265 #, no-wrap
32266 msgid ""
32267 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32268 "\n"
32269 msgstr ""
32270
32271 #. type: textblock
32272 #: ../tools/virt-resize.pl:79
32273 msgid "As above, but the output format will be uncompressed qcow2:"
32274 msgstr ""
32275
32276 #. type: verbatim
32277 #: ../tools/virt-resize.pl:81
32278 #, no-wrap
32279 msgid ""
32280 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32281 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32282 "\n"
32283 msgstr ""
32284
32285 #. type: =head1
32286 #: ../tools/virt-resize.pl:84
32287 msgid "DETAILED USAGE"
32288 msgstr ""
32289
32290 #. type: =head2
32291 #: ../tools/virt-resize.pl:86
32292 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32293 msgstr ""
32294
32295 #. type: =item
32296 #: ../tools/virt-resize.pl:90
32297 msgid "1. Shut down the virtual machine"
32298 msgstr ""
32299
32300 #. type: =item
32301 #: ../tools/virt-resize.pl:92
32302 msgid "2. Locate input disk image"
32303 msgstr ""
32304
32305 #. type: textblock
32306 #: ../tools/virt-resize.pl:94
32307 msgid ""
32308 "Locate the input disk image (ie. the file or device on the host containing "
32309 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32310 "dumpxml> like this to find the disk image name:"
32311 msgstr ""
32312
32313 #. type: verbatim
32314 #: ../tools/virt-resize.pl:98
32315 #, no-wrap
32316 msgid ""
32317 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32318 " Found 1 nodes:\n"
32319 " -- NODE --\n"
32320 " <source dev=\"/dev/vg/lv_guest\" />\n"
32321 "\n"
32322 msgstr ""
32323
32324 #. type: =item
32325 #: ../tools/virt-resize.pl:103
32326 msgid "3. Look at current sizing"
32327 msgstr ""
32328
32329 #. type: textblock
32330 #: ../tools/virt-resize.pl:105
32331 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32332 msgstr ""
32333
32334 #. type: verbatim
32335 #: ../tools/virt-resize.pl:108
32336 #, no-wrap
32337 msgid ""
32338 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32339 " Name       Type       Size  Parent\n"
32340 " /dev/sda1  partition  101M  /dev/sda\n"
32341 " /dev/sda2  partition  7.9G  /dev/sda\n"
32342 " /dev/sda   device     8.0G  -\n"
32343 "\n"
32344 msgstr ""
32345
32346 #. type: textblock
32347 #: ../tools/virt-resize.pl:114
32348 msgid ""
32349 "(This example is a virtual machine with an 8 GB disk which we would like to "
32350 "expand up to 10 GB)."
32351 msgstr ""
32352
32353 #. type: =item
32354 #: ../tools/virt-resize.pl:117
32355 msgid "4. Create output disk"
32356 msgstr ""
32357
32358 #. type: textblock
32359 #: ../tools/virt-resize.pl:119
32360 msgid ""
32361 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32362 "to store the resized output disk."
32363 msgstr ""
32364
32365 #. type: textblock
32366 #: ../tools/virt-resize.pl:122
32367 msgid ""
32368 "To store the resized disk image in a file, create a file of a suitable size:"
32369 msgstr ""
32370
32371 #. type: verbatim
32372 #: ../tools/virt-resize.pl:125
32373 #, no-wrap
32374 msgid ""
32375 " # rm -f outdisk\n"
32376 " # truncate -s 10G outdisk\n"
32377 "\n"
32378 msgstr ""
32379
32380 #. type: textblock
32381 #: ../tools/virt-resize.pl:128
32382 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32383 msgstr ""
32384
32385 #. type: verbatim
32386 #: ../tools/virt-resize.pl:130
32387 #, no-wrap
32388 msgid ""
32389 " # lvcreate -L 10G -n lv_name vg_name\n"
32390 "\n"
32391 msgstr ""
32392
32393 #. type: textblock
32394 #: ../tools/virt-resize.pl:132
32395 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32396 msgstr ""
32397
32398 #. type: verbatim
32399 #: ../tools/virt-resize.pl:134
32400 #, no-wrap
32401 msgid ""
32402 " # virsh pool-list\n"
32403 " # virsh vol-create-as poolname newvol 10G\n"
32404 "\n"
32405 msgstr ""
32406
32407 #. type: =item
32408 #: ../tools/virt-resize.pl:137
32409 msgid "5. Resize"
32410 msgstr ""
32411
32412 #. type: textblock
32413 #: ../tools/virt-resize.pl:139
32414 msgid ""
32415 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32416 "file) and the output disk.  The output disk is the one created in the "
32417 "previous step."
32418 msgstr ""
32419
32420 #. type: verbatim
32421 #: ../tools/virt-resize.pl:143
32422 #, no-wrap
32423 msgid ""
32424 " # virt-resize indisk outdisk\n"
32425 "\n"
32426 msgstr ""
32427
32428 #. type: textblock
32429 #: ../tools/virt-resize.pl:145
32430 msgid ""
32431 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32432 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32433 "larger, then an extra, empty partition is created at the end of the disk "
32434 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32435 "error."
32436 msgstr ""
32437
32438 #. type: textblock
32439 #: ../tools/virt-resize.pl:151
32440 msgid ""
32441 "More realistically you'd want to expand existing partitions in the disk "
32442 "image by passing extra options (for the full list see the L</OPTIONS> "
32443 "section below)."
32444 msgstr ""
32445
32446 #. type: textblock
32447 #: ../tools/virt-resize.pl:155
32448 msgid ""
32449 "L</--expand> is the most useful option.  It expands the named partition "
32450 "within the disk to fill any extra space:"
32451 msgstr ""
32452
32453 #. type: verbatim
32454 #: ../tools/virt-resize.pl:158
32455 #, no-wrap
32456 msgid ""
32457 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32458 "\n"
32459 msgstr ""
32460
32461 #. type: textblock
32462 #: ../tools/virt-resize.pl:160
32463 msgid ""
32464 "(In this case, an extra partition is I<not> created at the end of the disk, "
32465 "because there will be no unused space)."
32466 msgstr ""
32467
32468 #. type: textblock
32469 #: ../tools/virt-resize.pl:163
32470 msgid ""
32471 "L</--resize> is the other commonly used option.  The following would "
32472 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32473 "rest of the available space:"
32474 msgstr ""
32475
32476 #. type: verbatim
32477 #: ../tools/virt-resize.pl:167
32478 #, no-wrap
32479 msgid ""
32480 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32481 "     indisk outdisk\n"
32482 "\n"
32483 msgstr ""
32484
32485 #. type: textblock
32486 #: ../tools/virt-resize.pl:170
32487 msgid ""
32488 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32489 "if virt-resize knows how, it will resize the contents, the equivalent of "
32490 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32491 ">.  However virt-resize does not know how to resize some filesystems, so you "
32492 "would have to online resize them after booting the guest."
32493 msgstr ""
32494
32495 #. type: textblock
32496 #: ../tools/virt-resize.pl:177
32497 msgid "Other options are covered below."
32498 msgstr ""
32499
32500 #. type: =item
32501 #: ../tools/virt-resize.pl:179
32502 msgid "6. Test"
32503 msgstr ""
32504
32505 #. type: textblock
32506 #: ../tools/virt-resize.pl:181
32507 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32508 msgstr ""
32509
32510 #. type: textblock
32511 #: ../tools/virt-resize.pl:183
32512 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32513 msgstr ""
32514
32515 #. type: verbatim
32516 #: ../tools/virt-resize.pl:185
32517 #, no-wrap
32518 msgid ""
32519 " # virsh edit guestname\n"
32520 "\n"
32521 msgstr ""
32522
32523 #. type: textblock
32524 #: ../tools/virt-resize.pl:187
32525 msgid ""
32526 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32527 "html#elementsDisks>"
32528 msgstr ""
32529
32530 #. type: textblock
32531 #: ../tools/virt-resize.pl:190
32532 msgid "Then start up the domain with the new, resized disk:"
32533 msgstr ""
32534
32535 #. type: verbatim
32536 #: ../tools/virt-resize.pl:192
32537 #, no-wrap
32538 msgid ""
32539 " # virsh start guestname\n"
32540 "\n"
32541 msgstr ""
32542
32543 #. type: textblock
32544 #: ../tools/virt-resize.pl:194
32545 msgid ""
32546 "and check that it still works.  See also the L</NOTES> section below for "
32547 "additional information."
32548 msgstr ""
32549
32550 #. type: =item
32551 #: ../tools/virt-resize.pl:197
32552 msgid "7. Resize LVs etc inside the guest"
32553 msgstr ""
32554
32555 #. type: textblock
32556 #: ../tools/virt-resize.pl:199
32557 msgid "(This can also be done offline using L<guestfish(1)>)"
32558 msgstr ""
32559
32560 #. type: textblock
32561 #: ../tools/virt-resize.pl:201
32562 msgid ""
32563 "Once the guest has booted you should see the new space available, at least "
32564 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32565 "may need to resize LVs inside PVs, and also resize filesystem types that "
32566 "virt-resize does not know how to expand."
32567 msgstr ""
32568
32569 #. type: =head2
32570 #: ../tools/virt-resize.pl:208
32571 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32572 msgstr ""
32573
32574 #. type: textblock
32575 #: ../tools/virt-resize.pl:210
32576 msgid ""
32577 "Shrinking is somewhat more complex than expanding, and only an overview is "
32578 "given here."
32579 msgstr ""
32580
32581 #. type: textblock
32582 #: ../tools/virt-resize.pl:213
32583 msgid ""
32584 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32585 "filesystems).  The user has to shrink content before passing the disk image "
32586 "to virt-resize, and virt-resize will check that the content has been shrunk "
32587 "properly."
32588 msgstr ""
32589
32590 #. type: textblock
32591 #: ../tools/virt-resize.pl:218
32592 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32593 msgstr ""
32594
32595 #. type: textblock
32596 #: ../tools/virt-resize.pl:220
32597 msgid ""
32598 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32599 "steps 3 and 4 above to allocate a new disk image."
32600 msgstr ""
32601
32602 #. type: textblock
32603 #: ../tools/virt-resize.pl:223
32604 msgid ""
32605 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32606 msgstr ""
32607
32608 #. type: =head2
32609 #: ../tools/virt-resize.pl:226
32610 msgid "IGNORING OR DELETING PARTITIONS"
32611 msgstr ""
32612
32613 #. type: textblock
32614 #: ../tools/virt-resize.pl:228
32615 msgid ""
32616 "virt-resize also gives a convenient way to ignore or delete partitions when "
32617 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32618 "up the copy where you don't care about the existing contents of a "
32619 "partition.  Deleting a partition removes it completely, but note that it "
32620 "also renumbers any partitions after the one which is deleted, which can "
32621 "leave some guests unbootable."
32622 msgstr ""
32623
32624 #. type: =head2
32625 #: ../tools/virt-resize.pl:235
32626 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32627 msgstr ""
32628
32629 #. type: textblock
32630 #: ../tools/virt-resize.pl:237
32631 msgid ""
32632 "If the input disk is in qcow2 format, then you may prefer that the output is "
32633 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32634 "the fly.  The output format is simply determined by the format of the empty "
32635 "output container that you provide.  Thus to create qcow2 output, use:"
32636 msgstr ""
32637
32638 #. type: verbatim
32639 #: ../tools/virt-resize.pl:243
32640 #, no-wrap
32641 msgid ""
32642 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32643 "\n"
32644 msgstr ""
32645
32646 #. type: textblock
32647 #: ../tools/virt-resize.pl:245
32648 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32649 msgstr ""
32650
32651 #. type: textblock
32652 #: ../tools/virt-resize.pl:247
32653 msgid "Similarly, to get non-sparse raw output use:"
32654 msgstr ""
32655
32656 #. type: verbatim
32657 #: ../tools/virt-resize.pl:249
32658 #, no-wrap
32659 msgid ""
32660 " fallocate -l size outdisk\n"
32661 "\n"
32662 msgstr ""
32663
32664 #. type: textblock
32665 #: ../tools/virt-resize.pl:251
32666 msgid ""
32667 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32668 "dev/zero of=outdisk bs=1M count=..>)"
32669 msgstr ""
32670
32671 #. type: textblock
32672 #: ../tools/virt-resize.pl:264
32673 msgid "Display help."
32674 msgstr ""
32675
32676 #. type: =item
32677 #: ../tools/virt-resize.pl:278
32678 msgid "B<--resize part=size>"
32679 msgstr ""
32680
32681 #. type: textblock
32682 #: ../tools/virt-resize.pl:280
32683 msgid ""
32684 "Resize the named partition (expanding or shrinking it) so that it has the "
32685 "given size."
32686 msgstr ""
32687
32688 #. type: textblock
32689 #: ../tools/virt-resize.pl:283
32690 msgid ""
32691 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32692 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32693 "Exabytes; or as a percentage of the current size; or as a relative number or "
32694 "percentage.  For example:"
32695 msgstr ""
32696
32697 #. type: verbatim
32698 #: ../tools/virt-resize.pl:288
32699 #, no-wrap
32700 msgid ""
32701 " --resize /dev/sda2=10G\n"
32702 "\n"
32703 msgstr ""
32704
32705 #. type: verbatim
32706 #: ../tools/virt-resize.pl:290
32707 #, no-wrap
32708 msgid ""
32709 " --resize /dev/sda4=90%\n"
32710 "\n"
32711 msgstr ""
32712
32713 #. type: verbatim
32714 #: ../tools/virt-resize.pl:292
32715 #, no-wrap
32716 msgid ""
32717 " --resize /dev/sda2=+1G\n"
32718 "\n"
32719 msgstr ""
32720
32721 #. type: verbatim
32722 #: ../tools/virt-resize.pl:294
32723 #, no-wrap
32724 msgid ""
32725 " --resize /dev/sda2=-200M\n"
32726 "\n"
32727 msgstr ""
32728
32729 #. type: verbatim
32730 #: ../tools/virt-resize.pl:296
32731 #, no-wrap
32732 msgid ""
32733 " --resize /dev/sda1=+128K\n"
32734 "\n"
32735 msgstr ""
32736
32737 #. type: verbatim
32738 #: ../tools/virt-resize.pl:298
32739 #, no-wrap
32740 msgid ""
32741 " --resize /dev/sda1=+10%\n"
32742 "\n"
32743 msgstr ""
32744
32745 #. type: verbatim
32746 #: ../tools/virt-resize.pl:300
32747 #, no-wrap
32748 msgid ""
32749 " --resize /dev/sda1=-10%\n"
32750 "\n"
32751 msgstr ""
32752
32753 #. type: textblock
32754 #: ../tools/virt-resize.pl:302
32755 msgid ""
32756 "You can increase the size of any partition.  Virt-resize will expand the "
32757 "direct content of the partition if it knows how (see C<--expand> below)."
32758 msgstr ""
32759
32760 #. type: textblock
32761 #: ../tools/virt-resize.pl:306
32762 msgid ""
32763 "You can only I<decrease> the size of partitions that contain filesystems or "
32764 "PVs which have already been shrunk.  Virt-resize will check this has been "
32765 "done before proceeding, or else will print an error (see also C<--resize-"
32766 "force>)."
32767 msgstr ""
32768
32769 #. type: textblock
32770 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32771 #: ../tools/virt-resize.pl:420
32772 msgid "You can give this option multiple times."
32773 msgstr ""
32774
32775 #. type: =item
32776 #: ../tools/virt-resize.pl:317
32777 msgid "B<--resize-force part=size>"
32778 msgstr ""
32779
32780 #. type: textblock
32781 #: ../tools/virt-resize.pl:319
32782 msgid ""
32783 "This is the same as C<--resize> except that it will let you decrease the "
32784 "size of any partition.  Generally this means you will lose any data which "
32785 "was at the end of the partition you shrink, but you may not care about that "
32786 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32787 "as a swap partition)."
32788 msgstr ""
32789
32790 #. type: textblock
32791 #: ../tools/virt-resize.pl:325
32792 msgid "See also the C<--ignore> option."
32793 msgstr ""
32794
32795 #. type: =item
32796 #: ../tools/virt-resize.pl:331
32797 msgid "B<--expand part>"
32798 msgstr ""
32799
32800 #. type: textblock
32801 #: ../tools/virt-resize.pl:333
32802 msgid ""
32803 "Expand the named partition so it uses up all extra space (space left over "
32804 "after any other resize changes that you request have been done)."
32805 msgstr ""
32806
32807 #. type: textblock
32808 #: ../tools/virt-resize.pl:336
32809 msgid ""
32810 "If virt-resize knows how, it will expand the direct content of the "
32811 "partition.  For example, if the partition is an LVM PV, it will expand the "
32812 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32813 "content it doesn't know about alone."
32814 msgstr ""
32815
32816 #. type: textblock
32817 #: ../tools/virt-resize.pl:341
32818 msgid "Currently virt-resize can resize:"
32819 msgstr ""
32820
32821 #. type: textblock
32822 #: ../tools/virt-resize.pl:347
32823 msgid ""
32824 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32825 "partition."
32826 msgstr ""
32827
32828 #. type: textblock
32829 #: ../tools/virt-resize.pl:352
32830 msgid ""
32831 "NTFS filesystems contained directly in a partition, if libguestfs was "
32832 "compiled with support for NTFS."
32833 msgstr ""
32834
32835 #. type: textblock
32836 #: ../tools/virt-resize.pl:355
32837 msgid ""
32838 "The filesystem must have been shut down consistently last time it was used.  "
32839 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32840 "consistency check, so at the first boot after resizing Windows will check "
32841 "the disk."
32842 msgstr ""
32843
32844 #. type: textblock
32845 #: ../tools/virt-resize.pl:362
32846 msgid ""
32847 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32848 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32849 "resize LVs as desired after boot."
32850 msgstr ""
32851
32852 #. type: textblock
32853 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32854 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32855 msgstr ""
32856
32857 #. type: =item
32858 #: ../tools/virt-resize.pl:374
32859 msgid "B<--shrink part>"
32860 msgstr ""
32861
32862 #. type: textblock
32863 #: ../tools/virt-resize.pl:376
32864 msgid ""
32865 "Shrink the named partition until the overall disk image fits in the "
32866 "destination.  The named partition B<must> contain a filesystem or PV which "
32867 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32868 "online tools).  Virt-resize will check this and give an error if it has not "
32869 "been done."
32870 msgstr ""
32871
32872 #. type: textblock
32873 #: ../tools/virt-resize.pl:382
32874 msgid ""
32875 "The amount by which the overall disk must be shrunk (after carrying out all "
32876 "other operations requested by the user) is called the \"deficit\".  For "
32877 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32878 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32879 "would give an error unless the user specified a partition to shrink and that "
32880 "partition had more than a gigabyte of free space."
32881 msgstr ""
32882
32883 #. type: =item
32884 #: ../tools/virt-resize.pl:396
32885 msgid "B<--ignore part>"
32886 msgstr ""
32887
32888 #. type: textblock
32889 #: ../tools/virt-resize.pl:398
32890 msgid ""
32891 "Ignore the named partition.  Effectively this means the partition is "
32892 "allocated on the destination disk, but the content is not copied across from "
32893 "the source disk.  The content of the partition will be blank (all zero "
32894 "bytes)."
32895 msgstr ""
32896
32897 #. type: =item
32898 #: ../tools/virt-resize.pl:409
32899 msgid "B<--delete part>"
32900 msgstr ""
32901
32902 #. type: textblock
32903 #: ../tools/virt-resize.pl:411
32904 msgid ""
32905 "Delete the named partition.  It would be more accurate to describe this as "
32906 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
32907 "the original disk image is left intact."
32908 msgstr ""
32909
32910 #. type: textblock
32911 #: ../tools/virt-resize.pl:415
32912 msgid ""
32913 "Note that when you delete a partition, then anything contained in the "
32914 "partition is also deleted.  Furthermore, this causes any partitions that "
32915 "come after to be I<renumbered>, which can easily make your guest unbootable."
32916 msgstr ""
32917
32918 #. type: =item
32919 #: ../tools/virt-resize.pl:426
32920 msgid "B<--LV-expand logvol>"
32921 msgstr ""
32922
32923 #. type: textblock
32924 #: ../tools/virt-resize.pl:428
32925 msgid ""
32926 "This takes the logical volume and, as a final step, expands it to fill all "
32927 "the space available in its volume group.  A typical usage, assuming a Linux "
32928 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
32929 "lv_root> would be:"
32930 msgstr ""
32931
32932 #. type: verbatim
32933 #: ../tools/virt-resize.pl:433
32934 #, no-wrap
32935 msgid ""
32936 " virt-resize indisk outdisk \\\n"
32937 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
32938 "\n"
32939 msgstr ""
32940
32941 #. type: textblock
32942 #: ../tools/virt-resize.pl:436
32943 msgid ""
32944 "This would first expand the partition (and PV), and then expand the root "
32945 "device to fill the extra space in the PV."
32946 msgstr ""
32947
32948 #. type: textblock
32949 #: ../tools/virt-resize.pl:439
32950 msgid ""
32951 "The contents of the LV are also resized if virt-resize knows how to do "
32952 "that.  You can stop virt-resize from trying to expand the content by using "
32953 "the option C<--no-expand-content>."
32954 msgstr ""
32955
32956 #. type: textblock
32957 #: ../tools/virt-resize.pl:443
32958 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
32959 msgstr ""
32960
32961 #. type: textblock
32962 #: ../tools/virt-resize.pl:446
32963 msgid ""
32964 "You can give this option multiple times, I<but> it doesn't make sense to do "
32965 "this unless the logical volumes you specify are all in different volume "
32966 "groups."
32967 msgstr ""
32968
32969 #. type: =item
32970 #: ../tools/virt-resize.pl:454
32971 msgid "B<--no-copy-boot-loader>"
32972 msgstr ""
32973
32974 #. type: textblock
32975 #: ../tools/virt-resize.pl:456
32976 msgid ""
32977 "By default, virt-resize copies over some sectors at the start of the disk "
32978 "(up to the beginning of the first partition).  Commonly these sectors "
32979 "contain the Master Boot Record (MBR) and the boot loader, and are required "
32980 "in order for the guest to boot correctly."
32981 msgstr ""
32982
32983 #. type: textblock
32984 #: ../tools/virt-resize.pl:461
32985 msgid ""
32986 "If you specify this flag, then this initial copy is not done.  You may need "
32987 "to reinstall the boot loader in this case."
32988 msgstr ""
32989
32990 #. type: =item
32991 #: ../tools/virt-resize.pl:469
32992 msgid "B<--no-extra-partition>"
32993 msgstr ""
32994
32995 #. type: textblock
32996 #: ../tools/virt-resize.pl:471
32997 msgid ""
32998 "By default, virt-resize creates an extra partition if there is any extra, "
32999 "unused space after all resizing has happened.  Use this option to prevent "
33000 "the extra partition from being created.  If you do this then the extra space "
33001 "will be inaccessible until you run fdisk, parted, or some other partitioning "
33002 "tool in the guest."
33003 msgstr ""
33004
33005 #. type: textblock
33006 #: ../tools/virt-resize.pl:477
33007 msgid ""
33008 "Note that if the surplus space is smaller than 10 MB, no extra partition "
33009 "will be created."
33010 msgstr ""
33011
33012 #. type: =item
33013 #: ../tools/virt-resize.pl:484
33014 msgid "B<--no-expand-content>"
33015 msgstr ""
33016
33017 #. type: textblock
33018 #: ../tools/virt-resize.pl:486
33019 msgid ""
33020 "By default, virt-resize will try to expand the direct contents of "
33021 "partitions, if it knows how (see C<--expand> option above)."
33022 msgstr ""
33023
33024 #. type: textblock
33025 #: ../tools/virt-resize.pl:489
33026 msgid ""
33027 "If you give the C<--no-expand-content> option then virt-resize will not "
33028 "attempt this."
33029 msgstr ""
33030
33031 #. type: =item
33032 #: ../tools/virt-resize.pl:496
33033 msgid "B<-d> | B<--debug>"
33034 msgstr ""
33035
33036 #. type: =item
33037 #: ../tools/virt-resize.pl:504
33038 msgid "B<-n> | B<--dryrun>"
33039 msgstr ""
33040
33041 #. type: textblock
33042 #: ../tools/virt-resize.pl:506
33043 msgid "Print a summary of what would be done, but don't do anything."
33044 msgstr ""
33045
33046 #. type: =item
33047 #: ../tools/virt-resize.pl:512
33048 msgid "B<-q> | B<--quiet>"
33049 msgstr ""
33050
33051 #. type: textblock
33052 #: ../tools/virt-resize.pl:514
33053 msgid "Don't print the summary."
33054 msgstr ""
33055
33056 #. type: textblock
33057 #: ../tools/virt-resize.pl:522
33058 msgid ""
33059 "Specify the format of the input disk image.  If this flag is not given then "
33060 "it is auto-detected from the image itself."
33061 msgstr ""
33062
33063 #. type: textblock
33064 #: ../tools/virt-resize.pl:528
33065 msgid ""
33066 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
33067 "AND NON-SPARSE RAW FORMATS>."
33068 msgstr ""
33069
33070 #. type: =item
33071 #: ../tools/virt-resize.pl:535
33072 msgid "B<--output-format> raw"
33073 msgstr ""
33074
33075 #. type: textblock
33076 #: ../tools/virt-resize.pl:537
33077 msgid ""
33078 "Specify the format of the output disk image.  If this flag is not given then "
33079 "it is auto-detected from the image itself."
33080 msgstr ""
33081
33082 #. type: textblock
33083 #: ../tools/virt-resize.pl:543
33084 msgid ""
33085 "Note that you still need to create the output disk with the right format.  "
33086 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
33087 msgstr ""
33088
33089 #. type: =head1
33090 #: ../tools/virt-resize.pl:1419
33091 msgid "NOTES"
33092 msgstr ""
33093
33094 #. type: =head2
33095 #: ../tools/virt-resize.pl:1421
33096 msgid "\"Partition 1 does not end on cylinder boundary.\""
33097 msgstr ""
33098
33099 #. type: textblock
33100 #: ../tools/virt-resize.pl:1423
33101 msgid ""
33102 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
33103 "means the partitions will not be aligned to the ancient CHS geometry.  "
33104 "However CHS geometry is meaningless for disks manufactured since the early "
33105 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
33106 "cylinders is not required by any modern operating system."
33107 msgstr ""
33108
33109 #. type: =head2
33110 #: ../tools/virt-resize.pl:1430
33111 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
33112 msgstr ""
33113
33114 #. type: textblock
33115 #: ../tools/virt-resize.pl:1432
33116 msgid ""
33117 "In Windows Vista and later versions, Microsoft switched to using a separate "
33118 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
33119 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
33120 "the boot partition.  Doing so seems to break the guest completely.  However "
33121 "expanding the second partition (ie. C: drive) should work."
33122 msgstr ""
33123
33124 #. type: textblock
33125 #: ../tools/virt-resize.pl:1439
33126 msgid ""
33127 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
33128 "NTFS partitions have been expanded.  This is just a safety check and (unless "
33129 "it find errors) is nothing to worry about."
33130 msgstr ""
33131
33132 #. type: =head2
33133 #: ../tools/virt-resize.pl:1443
33134 msgid "GUEST BOOT STUCK AT \"GRUB\""
33135 msgstr ""
33136
33137 #. type: textblock
33138 #: ../tools/virt-resize.pl:1445
33139 msgid ""
33140 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33141 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33142 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33143 "although we think is to do with partition alignment."
33144 msgstr ""
33145
33146 #. type: verbatim
33147 #: ../tools/virt-resize.pl:1450
33148 #, no-wrap
33149 msgid ""
33150 " guestfish -i -a newdisk\n"
33151 " ><fs> cat /boot/grub/device.map\n"
33152 " # check the contents of this file are sensible or\n"
33153 " # edit the file if necessary\n"
33154 " ><fs> grub-install / /dev/vda\n"
33155 " ><fs> exit\n"
33156 "\n"
33157 msgstr ""
33158
33159 #. type: textblock
33160 #: ../tools/virt-resize.pl:1457
33161 msgid ""
33162 "For more flexible guest reconfiguration, including if you need to specify "
33163 "other parameters to grub-install, use L<virt-rescue(1)>."
33164 msgstr ""
33165
33166 #. type: =head1
33167 #: ../tools/virt-resize.pl:1460
33168 msgid "ALTERNATIVE TOOLS"
33169 msgstr ""
33170
33171 #. type: textblock
33172 #: ../tools/virt-resize.pl:1462
33173 msgid ""
33174 "There are several proprietary tools for resizing partitions.  We won't "
33175 "mention any here."
33176 msgstr ""
33177
33178 #. type: textblock
33179 #: ../tools/virt-resize.pl:1465
33180 msgid ""
33181 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33182 "operations on disk images.  They can resize and move partitions, but I don't "
33183 "think they can do anything with the contents, and they certainly don't "
33184 "understand LVM."
33185 msgstr ""
33186
33187 #. type: textblock
33188 #: ../tools/virt-resize.pl:1470
33189 msgid ""
33190 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33191 "but at a much lower level.  You will probably end up hand-calculating sector "
33192 "offsets, which is something that virt-resize was designed to avoid.  If you "
33193 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33194 "C<--debug> flag."
33195 msgstr ""
33196
33197 #. type: textblock
33198 #: ../tools/virt-resize.pl:1485
33199 msgid ""
33200 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33201 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33202 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33203 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33204 "libguestfs.org/>."
33205 msgstr ""
33206
33207 #. type: textblock
33208 #: ../tools/virt-list-filesystems.pl:32
33209 msgid ""
33210 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33211 msgstr ""
33212
33213 #. type: verbatim
33214 #: ../tools/virt-list-filesystems.pl:36
33215 #, no-wrap
33216 msgid ""
33217 " virt-list-filesystems [--options] domname\n"
33218 "\n"
33219 msgstr ""
33220
33221 #. type: verbatim
33222 #: ../tools/virt-list-filesystems.pl:38
33223 #, no-wrap
33224 msgid ""
33225 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33226 "\n"
33227 msgstr ""
33228
33229 #. type: textblock
33230 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33231 msgid ""
33232 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33233 "replacement."
33234 msgstr ""
33235
33236 #. type: textblock
33237 #: ../tools/virt-list-filesystems.pl:45
33238 msgid ""
33239 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33240 "are contained in a virtual machine or disk image."
33241 msgstr ""
33242
33243 #. type: textblock
33244 #: ../tools/virt-list-filesystems.pl:49
33245 msgid ""
33246 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33247 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33248 "> tool."
33249 msgstr ""
33250
33251 #. type: =item
33252 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33253 msgid "B<-l> | B<--long>"
33254 msgstr ""
33255
33256 #. type: textblock
33257 #: ../tools/virt-list-filesystems.pl:108
33258 msgid ""
33259 "With this option, C<virt-list-filesystems> displays the type of each "
33260 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33261 msgstr ""
33262
33263 #. type: =item
33264 #: ../tools/virt-list-filesystems.pl:115
33265 msgid "B<-a> | B<--all>"
33266 msgstr ""
33267
33268 #. type: textblock
33269 #: ../tools/virt-list-filesystems.pl:117
33270 msgid ""
33271 "Normally we only show mountable filesystems.  If this option is given then "
33272 "swap devices are shown too."
33273 msgstr ""
33274
33275 #. type: textblock
33276 #: ../tools/virt-list-filesystems.pl:191
33277 msgid ""
33278 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33279 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33280 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33281 msgstr ""
33282
33283 #. type: textblock
33284 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
33285 msgid "Copyright (C) 2009 Red Hat Inc."
33286 msgstr ""
33287
33288 #. type: textblock
33289 #: ../tools/virt-tar.pl:33
33290 msgid "virt-tar - Extract or upload files to a virtual machine"
33291 msgstr ""
33292
33293 #. type: verbatim
33294 #: ../tools/virt-tar.pl:37
33295 #, no-wrap
33296 msgid ""
33297 " virt-tar [--options] -x domname directory tarball\n"
33298 "\n"
33299 msgstr ""
33300
33301 #. type: verbatim
33302 #: ../tools/virt-tar.pl:39
33303 #, no-wrap
33304 msgid ""
33305 " virt-tar [--options] -u domname tarball directory\n"
33306 "\n"
33307 msgstr ""
33308
33309 #. type: verbatim
33310 #: ../tools/virt-tar.pl:41
33311 #, no-wrap
33312 msgid ""
33313 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33314 "\n"
33315 msgstr ""
33316
33317 #. type: verbatim
33318 #: ../tools/virt-tar.pl:43
33319 #, no-wrap
33320 msgid ""
33321 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33322 "\n"
33323 msgstr ""
33324
33325 #. type: textblock
33326 #: ../tools/virt-tar.pl:47
33327 msgid "Download C</home> from the VM into a local tarball:"
33328 msgstr ""
33329
33330 #. type: verbatim
33331 #: ../tools/virt-tar.pl:49
33332 #, no-wrap
33333 msgid ""
33334 " virt-tar -x domname /home home.tar\n"
33335 "\n"
33336 msgstr ""
33337
33338 #. type: verbatim
33339 #: ../tools/virt-tar.pl:51
33340 #, no-wrap
33341 msgid ""
33342 " virt-tar -zx domname /home home.tar.gz\n"
33343 "\n"
33344 msgstr ""
33345
33346 #. type: textblock
33347 #: ../tools/virt-tar.pl:53
33348 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33349 msgstr ""
33350
33351 #. type: verbatim
33352 #: ../tools/virt-tar.pl:55
33353 #, no-wrap
33354 msgid ""
33355 " virt-tar -u domname uploadstuff.tar /tmp\n"
33356 "\n"
33357 msgstr ""
33358
33359 #. type: verbatim
33360 #: ../tools/virt-tar.pl:57
33361 #, no-wrap
33362 msgid ""
33363 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33364 "\n"
33365 msgstr ""
33366
33367 #. type: textblock
33368 #: ../tools/virt-tar.pl:61
33369 msgid ""
33370 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33371 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33372 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33373 msgstr ""
33374
33375 #. type: textblock
33376 #: ../tools/virt-tar.pl:66
33377 msgid ""
33378 "You can use C<-x> (extract) on live virtual machines, but you might get "
33379 "inconsistent results or errors if there is filesystem activity inside the "
33380 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33381 "work, but the only way to guarantee consistent results is if the virtual "
33382 "machine is shut down."
33383 msgstr ""
33384
33385 #. type: textblock
33386 #: ../tools/virt-tar.pl:74
33387 msgid ""
33388 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33389 "parts of a guest filesystem.  There are many possibilities: making backups, "
33390 "uploading data files, snooping on guest activity, fixing or customizing "
33391 "guests, etc."
33392 msgstr ""
33393
33394 #. type: textblock
33395 #: ../tools/virt-tar.pl:79
33396 msgid ""
33397 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33398 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33399 "should look at the L<guestfish(1)> tool."
33400 msgstr ""
33401
33402 #. type: textblock
33403 #: ../tools/virt-tar.pl:83
33404 msgid ""
33405 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33406 "its contents (recursively) from the virtual machine into a local tarball.  "
33407 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33408 "virtual machine.  You cannot use these two options together."
33409 msgstr ""
33410
33411 #. type: textblock
33412 #: ../tools/virt-tar.pl:89
33413 msgid ""
33414 "In addition, you may need to use the C<-z> (gZip) option to enable "
33415 "compression.  When uploading, you have to specify C<-z> if the upload file "
33416 "is compressed because virt-tar won't detect this on its own."
33417 msgstr ""
33418
33419 #. type: textblock
33420 #: ../tools/virt-tar.pl:93
33421 msgid ""
33422 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33423 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33424 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33425 "the L<libguestfs(3)> API)."
33426 msgstr ""
33427
33428 #. type: =item
33429 #: ../tools/virt-tar.pl:151
33430 msgid "B<-x> | B<--extract> | B<--download>"
33431 msgstr ""
33432
33433 #. type: =item
33434 #: ../tools/virt-tar.pl:153
33435 msgid "B<-u> | B<--upload>"
33436 msgstr ""
33437
33438 #. type: textblock
33439 #: ../tools/virt-tar.pl:155
33440 msgid ""
33441 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33442 "local tarball."
33443 msgstr ""
33444
33445 #. type: textblock
33446 #: ../tools/virt-tar.pl:158
33447 msgid ""
33448 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33449 "Please read the L</WARNING> section above before using this option."
33450 msgstr ""
33451
33452 #. type: textblock
33453 #: ../tools/virt-tar.pl:162
33454 msgid "You must specify exactly one of these options."
33455 msgstr ""
33456
33457 #. type: =item
33458 #: ../tools/virt-tar.pl:168
33459 msgid "B<-z> | B<--gzip>"
33460 msgstr ""
33461
33462 #. type: textblock
33463 #: ../tools/virt-tar.pl:170
33464 msgid "Specify that the input or output tarball is gzip-compressed."
33465 msgstr ""
33466
33467 #. type: textblock
33468 #: ../tools/virt-tar.pl:283
33469 msgid ""
33470 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<Sys::"
33471 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33472 "org/>."
33473 msgstr ""
33474
33475 #. type: textblock
33476 #: ../tools/virt-make-fs.pl:37
33477 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33478 msgstr ""
33479
33480 #. type: verbatim
33481 #: ../tools/virt-make-fs.pl:41
33482 #, no-wrap
33483 msgid ""
33484 " virt-make-fs [--options] input.tar output.img\n"
33485 "\n"
33486 msgstr ""
33487
33488 #. type: verbatim
33489 #: ../tools/virt-make-fs.pl:43
33490 #, no-wrap
33491 msgid ""
33492 " virt-make-fs [--options] input.tar.gz output.img\n"
33493 "\n"
33494 msgstr ""
33495
33496 #. type: verbatim
33497 #: ../tools/virt-make-fs.pl:45
33498 #, no-wrap
33499 msgid ""
33500 " virt-make-fs [--options] directory output.img\n"
33501 "\n"
33502 msgstr ""
33503
33504 #. type: textblock
33505 #: ../tools/virt-make-fs.pl:49
33506 msgid ""
33507 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33508 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33509 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33510 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33511 "you want to attach these filesystems to existing virtual machines (eg. to "
33512 "import large amounts of read-only data to a VM)."
33513 msgstr ""
33514
33515 #. type: textblock
33516 #: ../tools/virt-make-fs.pl:57
33517 msgid "Basic usage is:"
33518 msgstr ""
33519
33520 #. type: verbatim
33521 #: ../tools/virt-make-fs.pl:59
33522 #, no-wrap
33523 msgid ""
33524 " virt-make-fs input output\n"
33525 "\n"
33526 msgstr ""
33527
33528 #. type: textblock
33529 #: ../tools/virt-make-fs.pl:61
33530 msgid ""
33531 "where C<input> is either a directory containing files that you want to add, "
33532 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33533 "C<output> is a disk image.  The input type is detected automatically.  The "
33534 "output disk image defaults to a raw ext2 image unless you specify extra "
33535 "flags (see L</OPTIONS> below)."
33536 msgstr ""
33537
33538 #. type: =head2
33539 #: ../tools/virt-make-fs.pl:67
33540 msgid "EXTRA SPACE"
33541 msgstr ""
33542
33543 #. type: textblock
33544 #: ../tools/virt-make-fs.pl:69
33545 msgid ""
33546 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33547 "the files that it contains, but might have extra space.  Depending on how "
33548 "you are going to use the output, you might think this extra space is wasted "
33549 "and want to minimize it, or you might want to leave space so that more files "
33550 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33551 "but you can use the C<--size> flag to leave space in the filesystem if you "
33552 "want it."
33553 msgstr ""
33554
33555 #. type: textblock
33556 #: ../tools/virt-make-fs.pl:77
33557 msgid ""
33558 "An alternative way to leave extra space but not make the output image any "
33559 "bigger is to use an alternative disk image format (instead of the default "
33560 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33561 "image format (check your hypervisor supports this before using it).  This "
33562 "allows you to choose a large C<--size> but the extra space won't actually be "
33563 "allocated in the image until you try to store something in it."
33564 msgstr ""
33565
33566 #. type: textblock
33567 #: ../tools/virt-make-fs.pl:85
33568 msgid ""
33569 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33570 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33571 "to build another image from scratch."
33572 msgstr ""
33573
33574 #. type: =head3
33575 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33576 #: ../tools/virt-make-fs.pl:142
33577 msgid "EXAMPLE"
33578 msgstr ""
33579
33580 #. type: verbatim
33581 #: ../tools/virt-make-fs.pl:91
33582 #, no-wrap
33583 msgid ""
33584 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33585 "\n"
33586 msgstr ""
33587
33588 #. type: =head2
33589 #: ../tools/virt-make-fs.pl:93
33590 msgid "FILESYSTEM TYPE"
33591 msgstr ""
33592
33593 #. type: textblock
33594 #: ../tools/virt-make-fs.pl:95
33595 msgid ""
33596 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33597 "libguestfs supports can be used (but I<not> read-only formats like "
33598 "ISO9660).  Here are some of the more common choices:"
33599 msgstr ""
33600
33601 #. type: =item
33602 #: ../tools/virt-make-fs.pl:101
33603 msgid "I<ext3>"
33604 msgstr ""
33605
33606 #. type: textblock
33607 #: ../tools/virt-make-fs.pl:103
33608 msgid ""
33609 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33610 "you are not going to use the filesystem in a way that requires the journal, "
33611 "then this is just wasted overhead."
33612 msgstr ""
33613
33614 #. type: =item
33615 #: ../tools/virt-make-fs.pl:107
33616 msgid "I<ntfs> or I<vfat>"
33617 msgstr ""
33618
33619 #. type: textblock
33620 #: ../tools/virt-make-fs.pl:109
33621 msgid "Useful if exporting data to a Windows guest."
33622 msgstr ""
33623
33624 #. type: textblock
33625 #: ../tools/virt-make-fs.pl:111
33626 msgid ""
33627 "I<Note for vfat>: The tar archive or local directory must only contain files "
33628 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33629 "program running within libguestfs is unable to change the ownership of non-"
33630 "root files, since vfat itself does not support this."
33631 msgstr ""
33632
33633 #. type: =item
33634 #: ../tools/virt-make-fs.pl:116
33635 msgid "I<minix>"
33636 msgstr ""
33637
33638 #. type: textblock
33639 #: ../tools/virt-make-fs.pl:118
33640 msgid ""
33641 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33642 "total filesystem size."
33643 msgstr ""
33644
33645 #. type: verbatim
33646 #: ../tools/virt-make-fs.pl:125
33647 #, no-wrap
33648 msgid ""
33649 " virt-make-fs --type=minix input minixfs.img\n"
33650 "\n"
33651 msgstr ""
33652
33653 #. type: =head2
33654 #: ../tools/virt-make-fs.pl:127
33655 msgid "TO PARTITION OR NOT TO PARTITION"
33656 msgstr ""
33657
33658 #. type: textblock
33659 #: ../tools/virt-make-fs.pl:129
33660 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33661 msgstr ""
33662
33663 #. type: textblock
33664 #: ../tools/virt-make-fs.pl:131
33665 msgid ""
33666 "Adding a partition can make the disk image more compatible with certain "
33667 "virtualized operating systems which don't expect to see a filesystem "
33668 "directly located on a block device (Linux doesn't care and will happily "
33669 "handle both types)."
33670 msgstr ""
33671
33672 #. type: textblock
33673 #: ../tools/virt-make-fs.pl:136
33674 msgid ""
33675 "On the other hand, if you have a partition table then the output image is no "
33676 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33677 "directly on a partitioned disk image.  (However libguestfs tools such as "
33678 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33679 msgstr ""
33680
33681 #. type: textblock
33682 #: ../tools/virt-make-fs.pl:144
33683 msgid "Add an MBR partition:"
33684 msgstr ""
33685
33686 #. type: verbatim
33687 #: ../tools/virt-make-fs.pl:146
33688 #, no-wrap
33689 msgid ""
33690 " virt-make-fs --partition -- input disk.img\n"
33691 "\n"
33692 msgstr ""
33693
33694 #. type: textblock
33695 #: ../tools/virt-make-fs.pl:148
33696 msgid ""
33697 "If the output disk image could be terabyte-sized or larger, it's better to "
33698 "use an EFI/GPT-compatible partition table:"
33699 msgstr ""
33700
33701 #. type: verbatim
33702 #: ../tools/virt-make-fs.pl:151
33703 #, no-wrap
33704 msgid ""
33705 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33706 "\n"
33707 msgstr ""
33708
33709 #. type: textblock
33710 #: ../tools/virt-make-fs.pl:179
33711 msgid "Enable debugging information."
33712 msgstr ""
33713
33714 #. type: =item
33715 #: ../tools/virt-make-fs.pl:185
33716 msgid "B<--size=E<lt>NE<gt>>"
33717 msgstr ""
33718
33719 #. type: =item
33720 #: ../tools/virt-make-fs.pl:187
33721 msgid "B<--size=+E<lt>NE<gt>>"
33722 msgstr ""
33723
33724 #. type: =item
33725 #: ../tools/virt-make-fs.pl:189
33726 msgid "B<-s E<lt>NE<gt>>"
33727 msgstr ""
33728
33729 #. type: =item
33730 #: ../tools/virt-make-fs.pl:191
33731 msgid "B<-s +E<lt>NE<gt>>"
33732 msgstr ""
33733
33734 #. type: textblock
33735 #: ../tools/virt-make-fs.pl:193
33736 msgid ""
33737 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33738 msgstr ""
33739
33740 #. type: textblock
33741 #: ../tools/virt-make-fs.pl:196
33742 msgid ""
33743 "If this option is I<not> given, then the output image will be just large "
33744 "enough to contain all the files, with not much wasted space."
33745 msgstr ""
33746
33747 #. type: textblock
33748 #: ../tools/virt-make-fs.pl:199
33749 msgid ""
33750 "To choose a fixed size output disk, specify an absolute number followed by b/"
33751 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33752 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33753 "files, else you will get an error."
33754 msgstr ""
33755
33756 #. type: textblock
33757 #: ../tools/virt-make-fs.pl:204
33758 msgid ""
33759 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33760 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33761 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33762 "the input files, and (approximately) an extra 200 MB free space."
33763 msgstr ""
33764
33765 #. type: textblock
33766 #: ../tools/virt-make-fs.pl:210
33767 msgid ""
33768 "Note that virt-make-fs estimates free space, and therefore will not produce "
33769 "filesystems containing precisely the free space requested.  (It is much more "
33770 "expensive and time-consuming to produce a filesystem which has precisely the "
33771 "desired free space)."
33772 msgstr ""
33773
33774 #. type: =item
33775 #: ../tools/virt-make-fs.pl:219
33776 msgid "B<--format=E<lt>fmtE<gt>>"
33777 msgstr ""
33778
33779 #. type: =item
33780 #: ../tools/virt-make-fs.pl:221
33781 msgid "B<-F E<lt>fmtE<gt>>"
33782 msgstr ""
33783
33784 #. type: textblock
33785 #: ../tools/virt-make-fs.pl:223
33786 msgid "Choose the output disk image format."
33787 msgstr ""
33788
33789 #. type: textblock
33790 #: ../tools/virt-make-fs.pl:225
33791 msgid "The default is C<raw> (raw disk image)."
33792 msgstr ""
33793
33794 #. type: textblock
33795 #: ../tools/virt-make-fs.pl:227
33796 msgid ""
33797 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
33798 "that would really make sense here is C<qcow2>."
33799 msgstr ""
33800
33801 #. type: =item
33802 #: ../tools/virt-make-fs.pl:234
33803 msgid "B<--type=E<lt>fsE<gt>>"
33804 msgstr ""
33805
33806 #. type: =item
33807 #: ../tools/virt-make-fs.pl:236
33808 msgid "B<-t E<lt>fsE<gt>>"
33809 msgstr ""
33810
33811 #. type: textblock
33812 #: ../tools/virt-make-fs.pl:238
33813 msgid "Choose the output filesystem type."
33814 msgstr ""
33815
33816 #. type: textblock
33817 #: ../tools/virt-make-fs.pl:240
33818 msgid "The default is C<ext2>."
33819 msgstr ""
33820
33821 #. type: textblock
33822 #: ../tools/virt-make-fs.pl:242
33823 msgid ""
33824 "Any filesystem which is supported read-write by libguestfs can be used here."
33825 msgstr ""
33826
33827 #. type: =item
33828 #: ../tools/virt-make-fs.pl:249
33829 msgid "B<--partition>"
33830 msgstr ""
33831
33832 #. type: =item
33833 #: ../tools/virt-make-fs.pl:251
33834 msgid "B<--partition=E<lt>parttypeE<gt>>"
33835 msgstr ""
33836
33837 #. type: textblock
33838 #: ../tools/virt-make-fs.pl:253
33839 msgid ""
33840 "If specified, this flag adds an MBR partition table to the output disk image."
33841 msgstr ""
33842
33843 #. type: textblock
33844 #: ../tools/virt-make-fs.pl:256
33845 msgid ""
33846 "You can change the partition table type, eg. C<--partition=gpt> for large "
33847 "disks."
33848 msgstr ""
33849
33850 #. type: textblock
33851 #: ../tools/virt-make-fs.pl:259
33852 msgid ""
33853 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
33854 "might consider the next parameter to be the partition type.  For example:"
33855 msgstr ""
33856
33857 #. type: verbatim
33858 #: ../tools/virt-make-fs.pl:263
33859 #, no-wrap
33860 msgid ""
33861 " virt-make-fs --partition input.tar ...\n"
33862 "\n"
33863 msgstr ""
33864
33865 #. type: textblock
33866 #: ../tools/virt-make-fs.pl:265
33867 msgid ""
33868 "would cause virt-make-fs to think you wanted to use a partition type of "
33869 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
33870 "dash) between options and the input file argument:"
33871 msgstr ""
33872
33873 #. type: verbatim
33874 #: ../tools/virt-make-fs.pl:269
33875 #, no-wrap
33876 msgid ""
33877 " virt-make-fs --partition -- input.tar ...\n"
33878 "\n"
33879 msgstr ""
33880
33881 #. type: textblock
33882 #: ../tools/virt-make-fs.pl:541
33883 msgid ""
33884 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
33885 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
33886 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
33887 msgstr ""
33888
33889 #. type: verbatim
33890 #: ../tools/virt-make-fs.pl:558
33891 #, no-wrap
33892 msgid ""
33893 " export LIBGUESTFS_DEBUG=1\n"
33894 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
33895 "\n"
33896 msgstr ""
33897
33898 #. type: textblock
33899 #: ../tools/virt-make-fs.pl:561
33900 msgid ""
33901 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
33902 "redhat.com/>"
33903 msgstr ""
33904
33905 #. type: textblock
33906 #: ../tools/virt-list-partitions.pl:32
33907 msgid ""
33908 "virt-list-partitions - List partitions in a virtual machine or disk image"
33909 msgstr ""
33910
33911 #. type: verbatim
33912 #: ../tools/virt-list-partitions.pl:36
33913 #, no-wrap
33914 msgid ""
33915 " virt-list-partitions [--options] domname\n"
33916 "\n"
33917 msgstr ""
33918
33919 #. type: verbatim
33920 #: ../tools/virt-list-partitions.pl:38
33921 #, no-wrap
33922 msgid ""
33923 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
33924 "\n"
33925 msgstr ""
33926
33927 #. type: textblock
33928 #: ../tools/virt-list-partitions.pl:45
33929 msgid ""
33930 "C<virt-list-partitions> is a command line tool to list the partitions that "
33931 "are contained in a virtual machine or disk image.  It is mainly useful as a "
33932 "first step to using L<virt-resize(1)>."
33933 msgstr ""
33934
33935 #. type: textblock
33936 #: ../tools/virt-list-partitions.pl:50
33937 msgid ""
33938 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
33939 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33940 "> tool."
33941 msgstr ""
33942
33943 #. type: =item
33944 #: ../tools/virt-list-partitions.pl:107
33945 msgid "B<-h> | B<--human-readable>"
33946 msgstr ""
33947
33948 #. type: textblock
33949 #: ../tools/virt-list-partitions.pl:109
33950 msgid "Show sizes in human-readable form (eg. \"1G\")."
33951 msgstr ""
33952
33953 #. type: textblock
33954 #: ../tools/virt-list-partitions.pl:117
33955 msgid ""
33956 "With this option, C<virt-list-partitions> displays the type and size of each "
33957 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
33958 msgstr ""
33959
33960 #. type: =item
33961 #: ../tools/virt-list-partitions.pl:124
33962 msgid "B<-t> | B<--total>"
33963 msgstr ""
33964
33965 #. type: textblock
33966 #: ../tools/virt-list-partitions.pl:126
33967 msgid ""
33968 "Display the total size of each block device (as a separate row or rows)."
33969 msgstr ""
33970
33971 #. type: textblock
33972 #: ../tools/virt-list-partitions.pl:259
33973 msgid ""
33974 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
33975 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
33976 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33977 msgstr ""
33978
33979 #. type: textblock
33980 #: ../tools/virt-list-partitions.pl:275
33981 msgid "Copyright (C) 2009-2010 Red Hat Inc."
33982 msgstr ""