Version 1.8.6.
[libguestfs.git] / po-docs / ja.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
10 "POT-Creation-Date: 2011-04-18 22:43+0200\n"
11 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 # type: =head1
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
22 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
23 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
24 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "名前"
29
30 # type: textblock
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35
36 # type: =head1
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
42 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
43 #: ../tools/virt-list-partitions.pl:34
44 msgid "SYNOPSIS"
45 msgstr ""
46
47 # type: verbatim
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55
56 # type: verbatim
57 #. type: verbatim
58 #: ../src/guestfs.pod:11
59 #, no-wrap
60 msgid ""
61 " guestfs_h *g = guestfs_create ();\n"
62 " guestfs_add_drive (g, \"guest.img\");\n"
63 " guestfs_launch (g);\n"
64 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
65 " guestfs_touch (g, \"/hello\");\n"
66 " guestfs_umount (g, \"/\");\n"
67 " guestfs_close (g);\n"
68 "\n"
69 msgstr ""
70
71 # type: verbatim
72 #. type: verbatim
73 #: ../src/guestfs.pod:19
74 #, no-wrap
75 msgid ""
76 " cc prog.c -o prog -lguestfs\n"
77 "or:\n"
78 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
79 "\n"
80 msgstr ""
81
82 # type: =head1
83 #. type: =head1
84 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
85 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
86 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
87 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
88 #: ../tools/virt-tar.pl:72 ../tools/virt-make-fs.pl:47
89 #: ../tools/virt-list-partitions.pl:40
90 msgid "DESCRIPTION"
91 msgstr ""
92
93 # type: textblock
94 #. type: textblock
95 #: ../src/guestfs.pod:25
96 msgid ""
97 "Libguestfs is a library for accessing and modifying guest disk images.  "
98 "Amongst the things this is good for: making batch configuration changes to "
99 "guests, getting disk used/free statistics (see also: virt-df), migrating "
100 "between virtualization systems (see also: virt-p2v), performing partial "
101 "backups, performing partial guest clones, cloning guests and changing "
102 "registry/UUID/hostname info, and much else besides."
103 msgstr ""
104
105 # type: textblock
106 #. type: textblock
107 #: ../src/guestfs.pod:33
108 msgid ""
109 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
110 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
111 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
112 "qcow2, vmdk."
113 msgstr ""
114
115 # type: textblock
116 #. type: textblock
117 #: ../src/guestfs.pod:38
118 msgid ""
119 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
120 "what filesystem is in each LV, etc.).  It can also run commands in the "
121 "context of the guest.  Also you can access filesystems over FUSE."
122 msgstr ""
123
124 # type: textblock
125 #. type: textblock
126 #: ../src/guestfs.pod:43
127 msgid ""
128 "Libguestfs is a library that can be linked with C and C++ management "
129 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
130 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
131 "line."
132 msgstr ""
133
134 # type: textblock
135 #. type: textblock
136 #: ../src/guestfs.pod:48
137 msgid ""
138 "You don't need to be root to use libguestfs, although obviously you do need "
139 "enough permissions to access the disk images."
140 msgstr ""
141
142 # type: textblock
143 #. type: textblock
144 #: ../src/guestfs.pod:51
145 msgid ""
146 "Libguestfs is a large API because it can do many things.  For a gentle "
147 "introduction, please read the L</API OVERVIEW> section next."
148 msgstr ""
149
150 # type: textblock
151 #. type: textblock
152 #: ../src/guestfs.pod:54
153 msgid ""
154 "There are also some example programs in the L<guestfs-examples(3)> manual "
155 "page."
156 msgstr ""
157
158 # type: =head1
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr ""
163
164 # type: textblock
165 #. type: textblock
166 #: ../src/guestfs.pod:59
167 msgid ""
168 "This section provides a gentler overview of the libguestfs API.  We also try "
169 "to group API calls together, where that may not be obvious from reading "
170 "about the individual calls in the main section of this manual."
171 msgstr ""
172
173 # type: =head2
174 #. type: =head2
175 #: ../src/guestfs.pod:64
176 msgid "HANDLES"
177 msgstr ""
178
179 # type: textblock
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 # type: textblock
191 #. type: textblock
192 #: ../src/guestfs.pod:73
193 msgid "The general structure of all libguestfs-using programs looks like this:"
194 msgstr ""
195
196 # type: verbatim
197 #. type: verbatim
198 #: ../src/guestfs.pod:76
199 #, no-wrap
200 msgid ""
201 " guestfs_h *g = guestfs_create ();\n"
202 " \n"
203 msgstr ""
204
205 # type: verbatim
206 #. type: verbatim
207 #: ../src/guestfs.pod:78
208 #, no-wrap
209 msgid ""
210 " /* Call guestfs_add_drive additional times if there are\n"
211 "  * multiple disk images.\n"
212 "  */\n"
213 " guestfs_add_drive (g, \"guest.img\");\n"
214 " \n"
215 msgstr ""
216
217 # type: verbatim
218 #. type: verbatim
219 #: ../src/guestfs.pod:83
220 #, no-wrap
221 msgid ""
222 " /* Most manipulation calls won't work until you've launched\n"
223 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
224 "  * and _before_ other commands.\n"
225 "  */\n"
226 " guestfs_launch (g);\n"
227 " \n"
228 msgstr ""
229
230 # type: verbatim
231 #. type: verbatim
232 #: ../src/guestfs.pod:89
233 #, no-wrap
234 msgid ""
235 " /* Now you can examine what partitions, LVs etc are available.\n"
236 "  */\n"
237 " char **partitions = guestfs_list_partitions (g);\n"
238 " char **logvols = guestfs_lvs (g);\n"
239 " \n"
240 msgstr ""
241
242 # type: verbatim
243 #. type: verbatim
244 #: ../src/guestfs.pod:94
245 #, no-wrap
246 msgid ""
247 " /* To access a filesystem in the image, you must mount it.\n"
248 "  */\n"
249 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
250 " \n"
251 msgstr ""
252
253 #. type: verbatim
254 #: ../src/guestfs.pod:98
255 #, no-wrap
256 msgid ""
257 " /* Now you can perform filesystem actions on the guest\n"
258 "  * disk image.\n"
259 "  */\n"
260 " guestfs_touch (g, \"/hello\");\n"
261 " \n"
262 msgstr ""
263
264 # type: verbatim
265 #. type: verbatim
266 #: ../src/guestfs.pod:103
267 #, no-wrap
268 msgid ""
269 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
270 "  * it is done automatically when you close the handle.  See\n"
271 "  * discussion of autosync in this page.\n"
272 "  */\n"
273 " guestfs_sync (g);\n"
274 " \n"
275 msgstr ""
276
277 # type: verbatim
278 #. type: verbatim
279 #: ../src/guestfs.pod:109
280 #, no-wrap
281 msgid ""
282 " /* Close the handle 'g'. */\n"
283 " guestfs_close (g);\n"
284 "\n"
285 msgstr ""
286
287 # type: textblock
288 #. type: textblock
289 #: ../src/guestfs.pod:112
290 msgid ""
291 "The code above doesn't include any error checking.  In real code you should "
292 "check return values carefully for errors.  In general all functions that "
293 "return integers return C<-1> on error, and all functions that return "
294 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
295 "how to handle errors, and consult the documentation for each function call "
296 "below to see precisely how they return error indications.  See L<guestfs-"
297 "examples(3)> for fully worked examples."
298 msgstr ""
299
300 # type: =head2
301 #. type: =head2
302 #: ../src/guestfs.pod:121
303 msgid "DISK IMAGES"
304 msgstr ""
305
306 # type: textblock
307 #. type: textblock
308 #: ../src/guestfs.pod:123
309 msgid ""
310 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
311 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
312 "actual block device, or simply an empty file of zeroes that you have created "
313 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
314 "of these."
315 msgstr ""
316
317 # type: textblock
318 #. type: textblock
319 #: ../src/guestfs.pod:129
320 msgid ""
321 "The call you should use in modern code for adding drives is L</"
322 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
323 "specifying that the format is raw, do:"
324 msgstr ""
325
326 # type: verbatim
327 #. type: verbatim
328 #: ../src/guestfs.pod:133
329 #, no-wrap
330 msgid ""
331 " guestfs_add_drive_opts (g, filename,\n"
332 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
333 "                         -1);\n"
334 "\n"
335 msgstr ""
336
337 # type: textblock
338 #. type: textblock
339 #: ../src/guestfs.pod:137
340 msgid "You can add a disk read-only using:"
341 msgstr ""
342
343 # type: verbatim
344 #. type: verbatim
345 #: ../src/guestfs.pod:139
346 #, no-wrap
347 msgid ""
348 " guestfs_add_drive_opts (g, filename,\n"
349 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
350 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
351 "                         -1);\n"
352 "\n"
353 msgstr ""
354
355 # type: textblock
356 #. type: textblock
357 #: ../src/guestfs.pod:144
358 msgid ""
359 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
360 "libguestfs won't modify the file."
361 msgstr ""
362
363 # type: textblock
364 #. type: textblock
365 #: ../src/guestfs.pod:147
366 msgid ""
367 "Be extremely cautious if the disk image is in use, eg. if it is being used "
368 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
369 "corruption, but adding it read-only is safe."
370 msgstr ""
371
372 # type: textblock
373 #. type: textblock
374 #: ../src/guestfs.pod:151
375 msgid ""
376 "You must add at least one disk image, and you may add multiple disk images.  "
377 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
378 "first one you added), C</dev/sdb> (for the second one you added), etc."
379 msgstr ""
380
381 # type: textblock
382 #. type: textblock
383 #: ../src/guestfs.pod:156
384 msgid ""
385 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
386 "can call L</guestfs_list_devices> to get a list of the device names, in the "
387 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
388 msgstr ""
389
390 # type: =head2
391 #. type: =head2
392 #: ../src/guestfs.pod:161
393 msgid "MOUNTING"
394 msgstr ""
395
396 #. type: textblock
397 #: ../src/guestfs.pod:163
398 msgid ""
399 "Before you can read or write files, create directories and so on in a disk "
400 "image that contains filesystems, you have to mount those filesystems using "
401 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
402 "a disk image contains (for example) one partition with a filesystem on that "
403 "partition, then you can mount it directly:"
404 msgstr ""
405
406 #. type: verbatim
407 #: ../src/guestfs.pod:170
408 #, no-wrap
409 msgid ""
410 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
411 "\n"
412 msgstr ""
413
414 #. type: textblock
415 #: ../src/guestfs.pod:172
416 msgid ""
417 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
418 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
419 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
420 "that these are libguestfs virtual devices, and are nothing to do with host "
421 "devices."
422 msgstr ""
423
424 #. type: textblock
425 #: ../src/guestfs.pod:178
426 msgid ""
427 "If you are given a disk image and you don't know what it contains then you "
428 "have to find out.  Libguestfs can do that too: use L</"
429 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
430 "LVs, and either try mounting each to see what is mountable, or else examine "
431 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
432 "filesystems, use L</guestfs_list_filesystems>."
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:186
437 msgid ""
438 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
439 "L</INSPECTION> below).  But you might find it easier to look at higher level "
440 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:191
445 msgid ""
446 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
447 "several other variations of the C<guestfs_mount_*> call."
448 msgstr ""
449
450 # type: =head2
451 #. type: =head2
452 #: ../src/guestfs.pod:194
453 msgid "FILESYSTEM ACCESS AND MODIFICATION"
454 msgstr ""
455
456 # type: textblock
457 #. type: textblock
458 #: ../src/guestfs.pod:196
459 msgid ""
460 "The majority of the libguestfs API consists of fairly low-level calls for "
461 "accessing and modifying the files, directories, symlinks etc on mounted "
462 "filesystems.  There are over a hundred such calls which you can find listed "
463 "in detail below in this man page, and we don't even pretend to cover them "
464 "all in this overview."
465 msgstr ""
466
467 # type: textblock
468 #. type: textblock
469 #: ../src/guestfs.pod:202
470 msgid ""
471 "Specify filenames as full paths, starting with C<\"/\"> and including the "
472 "mount point."
473 msgstr ""
474
475 # type: textblock
476 #. type: textblock
477 #: ../src/guestfs.pod:205
478 msgid ""
479 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
480 "the file called C<\"etc/passwd\"> then you could do:"
481 msgstr ""
482
483 # type: verbatim
484 #. type: verbatim
485 #: ../src/guestfs.pod:208
486 #, no-wrap
487 msgid ""
488 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
489 "\n"
490 msgstr ""
491
492 # type: textblock
493 #. type: textblock
494 #: ../src/guestfs.pod:210
495 msgid ""
496 "This would return C<data> as a newly allocated buffer containing the full "
497 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
498 "or C<NULL> if there was an error."
499 msgstr ""
500
501 # type: textblock
502 #. type: textblock
503 #: ../src/guestfs.pod:214
504 msgid ""
505 "As another example, to create a top-level directory on that filesystem "
506 "called C<\"var\"> you would do:"
507 msgstr ""
508
509 # type: verbatim
510 #. type: verbatim
511 #: ../src/guestfs.pod:217
512 #, no-wrap
513 msgid ""
514 " guestfs_mkdir (g, \"/var\");\n"
515 "\n"
516 msgstr ""
517
518 # type: textblock
519 #. type: textblock
520 #: ../src/guestfs.pod:219
521 msgid "To create a symlink you could do:"
522 msgstr ""
523
524 # type: verbatim
525 #. type: verbatim
526 #: ../src/guestfs.pod:221
527 #, no-wrap
528 msgid ""
529 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
530 "               \"/etc/rc3.d/S30portmap\");\n"
531 "\n"
532 msgstr ""
533
534 # type: textblock
535 #. type: textblock
536 #: ../src/guestfs.pod:224
537 msgid ""
538 "Libguestfs will reject attempts to use relative paths and there is no "
539 "concept of a current working directory."
540 msgstr ""
541
542 # type: textblock
543 #. type: textblock
544 #: ../src/guestfs.pod:227
545 msgid ""
546 "Libguestfs can return errors in many situations: for example if the "
547 "filesystem isn't writable, or if a file or directory that you requested "
548 "doesn't exist.  If you are using the C API (documented here)  you have to "
549 "check for those error conditions after each call.  (Other language bindings "
550 "turn these errors into exceptions)."
551 msgstr ""
552
553 # type: textblock
554 #. type: textblock
555 #: ../src/guestfs.pod:233
556 msgid ""
557 "File writes are affected by the per-handle umask, set by calling L</"
558 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
559 msgstr ""
560
561 # type: =head2
562 #. type: =head2
563 #: ../src/guestfs.pod:236
564 msgid "PARTITIONING"
565 msgstr ""
566
567 # type: textblock
568 #. type: textblock
569 #: ../src/guestfs.pod:238
570 msgid ""
571 "Libguestfs contains API calls to read, create and modify partition tables on "
572 "disk images."
573 msgstr ""
574
575 # type: textblock
576 #. type: textblock
577 #: ../src/guestfs.pod:241
578 msgid ""
579 "In the common case where you want to create a single partition covering the "
580 "whole disk, you should use the L</guestfs_part_disk> call:"
581 msgstr ""
582
583 # type: verbatim
584 #. type: verbatim
585 #: ../src/guestfs.pod:245
586 #, no-wrap
587 msgid ""
588 " const char *parttype = \"mbr\";\n"
589 " if (disk_is_larger_than_2TB)\n"
590 "   parttype = \"gpt\";\n"
591 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
592 "\n"
593 msgstr ""
594
595 # type: textblock
596 #. type: textblock
597 #: ../src/guestfs.pod:250
598 msgid ""
599 "Obviously this effectively wipes anything that was on that disk image before."
600 msgstr ""
601
602 # type: =head2
603 #. type: =head2
604 #: ../src/guestfs.pod:253
605 msgid "LVM2"
606 msgstr ""
607
608 # type: textblock
609 #. type: textblock
610 #: ../src/guestfs.pod:255
611 msgid ""
612 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
613 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
614 "you familiarize yourself with the concepts of physical volumes, volume "
615 "groups and logical volumes."
616 msgstr ""
617
618 # type: textblock
619 #. type: textblock
620 #: ../src/guestfs.pod:260
621 msgid ""
622 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
623 "tldp.org/HOWTO/LVM-HOWTO/>."
624 msgstr ""
625
626 # type: =head2
627 #. type: =head2
628 #: ../src/guestfs.pod:263
629 msgid "DOWNLOADING"
630 msgstr ""
631
632 #. type: textblock
633 #: ../src/guestfs.pod:265
634 msgid ""
635 "Use L</guestfs_cat> to download small, text only files.  This call is "
636 "limited to files which are less than 2 MB and which cannot contain any ASCII "
637 "NUL (C<\\0>) characters.  However the API is very simple to use."
638 msgstr ""
639
640 # type: textblock
641 #. type: textblock
642 #: ../src/guestfs.pod:269
643 msgid ""
644 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
645 "bit data, since it returns a (pointer, size) pair.  However it is still "
646 "limited to \"small\" files, less than 2 MB."
647 msgstr ""
648
649 # type: textblock
650 #. type: textblock
651 #: ../src/guestfs.pod:273
652 msgid ""
653 "L</guestfs_download> can be used to download any file, with no limits on "
654 "content or size (even files larger than 4 GB)."
655 msgstr ""
656
657 # type: textblock
658 #. type: textblock
659 #: ../src/guestfs.pod:276
660 msgid ""
661 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
662 msgstr ""
663
664 # type: =head2
665 #. type: =head2
666 #: ../src/guestfs.pod:279
667 msgid "UPLOADING"
668 msgstr ""
669
670 # type: textblock
671 #. type: textblock
672 #: ../src/guestfs.pod:281
673 msgid ""
674 "It's often the case that you want to write a file or files to the disk image."
675 msgstr ""
676
677 # type: textblock
678 #. type: textblock
679 #: ../src/guestfs.pod:284
680 msgid ""
681 "To write a small file with fixed content, use L</guestfs_write>.  To create "
682 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
683 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
684 "of other functions for creating test files, for example L</guestfs_fill> and "
685 "L</guestfs_fill_pattern>."
686 msgstr ""
687
688 # type: textblock
689 #. type: textblock
690 #: ../src/guestfs.pod:290
691 msgid ""
692 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
693 "file content or size (even files larger than 4 GB)."
694 msgstr ""
695
696 # type: textblock
697 #. type: textblock
698 #: ../src/guestfs.pod:293
699 msgid ""
700 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
701 msgstr ""
702
703 # type: textblock
704 #. type: textblock
705 #: ../src/guestfs.pod:295
706 msgid ""
707 "However the fastest way to upload I<large numbers of arbitrary files> is to "
708 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
709 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
710 "in a predictable way (eg. adding it last after all other drives) then you "
711 "can get the device name from L</guestfs_list_devices> and mount it directly "
712 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
713 "portable between kernel versions, and they don't support labels or UUIDs.  "
714 "If you want to pre-build an image or you need to mount it using a label or "
715 "UUID, use an ISO image instead."
716 msgstr ""
717
718 # type: =head2
719 #. type: =head2
720 #: ../src/guestfs.pod:306
721 msgid "COPYING"
722 msgstr ""
723
724 # type: textblock
725 #. type: textblock
726 #: ../src/guestfs.pod:308
727 msgid ""
728 "There are various different commands for copying between files and devices "
729 "and in and out of the guest filesystem.  These are summarised in the table "
730 "below."
731 msgstr ""
732
733 # type: =item
734 #. type: =item
735 #: ../src/guestfs.pod:314
736 msgid "B<file> to B<file>"
737 msgstr ""
738
739 # type: textblock
740 #. type: textblock
741 #: ../src/guestfs.pod:316
742 msgid ""
743 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
744 "directories recursively."
745 msgstr ""
746
747 # type: =item
748 #. type: =item
749 #: ../src/guestfs.pod:319
750 msgid "B<file or device> to B<file or device>"
751 msgstr ""
752
753 # type: textblock
754 #. type: textblock
755 #: ../src/guestfs.pod:321
756 msgid ""
757 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
758 "devices in the guest."
759 msgstr ""
760
761 # type: textblock
762 #. type: textblock
763 #: ../src/guestfs.pod:324
764 msgid "Example: duplicate the contents of an LV:"
765 msgstr ""
766
767 # type: verbatim
768 #. type: verbatim
769 #: ../src/guestfs.pod:326
770 #, no-wrap
771 msgid ""
772 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
773 "\n"
774 msgstr ""
775
776 # type: textblock
777 #. type: textblock
778 #: ../src/guestfs.pod:328
779 msgid ""
780 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
781 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
782 "guestfs_copy_size>."
783 msgstr ""
784
785 # type: =item
786 #. type: =item
787 #: ../src/guestfs.pod:332
788 msgid "B<file on the host> to B<file or device>"
789 msgstr ""
790
791 # type: textblock
792 #. type: textblock
793 #: ../src/guestfs.pod:334
794 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
795 msgstr ""
796
797 # type: =item
798 #. type: =item
799 #: ../src/guestfs.pod:336
800 msgid "B<file or device> to B<file on the host>"
801 msgstr ""
802
803 # type: textblock
804 #. type: textblock
805 #: ../src/guestfs.pod:338
806 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
807 msgstr ""
808
809 # type: =head2
810 #. type: =head2
811 #: ../src/guestfs.pod:342
812 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
813 msgstr ""
814
815 # type: textblock
816 #. type: textblock
817 #: ../src/guestfs.pod:344
818 msgid ""
819 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
820 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
821 "appears you can only upload and download to files.  However many Un*x-like "
822 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
823 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
824 "and arbitrary file descriptor N."
825 msgstr ""
826
827 # type: textblock
828 #. type: textblock
829 #: ../src/guestfs.pod:352
830 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
831 msgstr ""
832
833 #. type: verbatim
834 #: ../src/guestfs.pod:355
835 #, no-wrap
836 msgid ""
837 " guestfs_download (g, filename, \"/dev/stdout\");\n"
838 "\n"
839 msgstr ""
840
841 # type: textblock
842 #. type: textblock
843 #: ../src/guestfs.pod:357
844 msgid "and you can write tar output to a pipe C<fd> by doing:"
845 msgstr ""
846
847 #. type: verbatim
848 #: ../src/guestfs.pod:359
849 #, no-wrap
850 msgid ""
851 " char devfd[64];\n"
852 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
853 " guestfs_tar_out (g, \"/\", devfd);\n"
854 "\n"
855 msgstr ""
856
857 # type: =head2
858 #. type: =head2
859 #: ../src/guestfs.pod:363
860 msgid "LISTING FILES"
861 msgstr ""
862
863 # type: textblock
864 #. type: textblock
865 #: ../src/guestfs.pod:365
866 msgid ""
867 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
868 "L<guestfish(1)>-equivalent command C<ll>)."
869 msgstr ""
870
871 # type: textblock
872 #. type: textblock
873 #: ../src/guestfs.pod:368
874 msgid ""
875 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
876 "programs, as a flat list of strings."
877 msgstr ""
878
879 # type: textblock
880 #. type: textblock
881 #: ../src/guestfs.pod:371
882 msgid ""
883 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
884 "directory, plus additional information about each one.  It is more "
885 "equivalent to using the L<readdir(3)> call on a local filesystem."
886 msgstr ""
887
888 # type: textblock
889 #. type: textblock
890 #: ../src/guestfs.pod:375
891 msgid ""
892 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
893 msgstr ""
894
895 # type: =head2
896 #. type: =head2
897 #: ../src/guestfs.pod:378
898 msgid "RUNNING COMMANDS"
899 msgstr ""
900
901 # type: textblock
902 #. type: textblock
903 #: ../src/guestfs.pod:380
904 msgid ""
905 "Although libguestfs is primarily an API for manipulating files inside guest "
906 "images, we also provide some limited facilities for running commands inside "
907 "guests."
908 msgstr ""
909
910 # type: textblock
911 #. type: textblock
912 #: ../src/guestfs.pod:384
913 msgid "There are many limitations to this:"
914 msgstr ""
915
916 # type: =item
917 #. type: =item
918 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
919 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
920 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011
921 #: ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024
922 #: ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059
923 #: ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089
924 #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101
925 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592
926 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711
927 #: ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075
928 #: ../src/guestfs.pod:2081 ../src/guestfs.pod:2535 ../src/guestfs.pod:2539
929 #: ../src/guestfs.pod:2543 ../src/guestfs.pod:2547
930 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
931 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577
932 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591
933 #: ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591
934 #: ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599
935 #: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611
936 #: ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625
937 #: ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633
938 #: ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775
939 #: ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785
940 #: ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850
941 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:427
942 #: ../fish/guestfish.pod:431 ../fish/guestfish.pod:435
943 #: ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13
944 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373
945 #: ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388
946 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1065
947 #: ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073
948 #: ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085
949 #: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093
950 #: ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107
951 #: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201
952 #: ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210
953 #: ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257
954 #: ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266
955 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
956 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
957 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
958 msgid "*"
959 msgstr ""
960
961 # type: textblock
962 #. type: textblock
963 #: ../src/guestfs.pod:390
964 msgid ""
965 "The kernel version that the command runs under will be different from what "
966 "it expects."
967 msgstr ""
968
969 # type: textblock
970 #. type: textblock
971 #: ../src/guestfs.pod:395
972 msgid ""
973 "If the command needs to communicate with daemons, then most likely they "
974 "won't be running."
975 msgstr ""
976
977 # type: textblock
978 #. type: textblock
979 #: ../src/guestfs.pod:400
980 msgid "The command will be running in limited memory."
981 msgstr ""
982
983 # type: textblock
984 #. type: textblock
985 #: ../src/guestfs.pod:404
986 msgid ""
987 "The network may not be available unless you enable it (see L</"
988 "guestfs_set_network>)."
989 msgstr ""
990
991 # type: textblock
992 #. type: textblock
993 #: ../src/guestfs.pod:409
994 msgid "Only supports Linux guests (not Windows, BSD, etc)."
995 msgstr ""
996
997 # type: textblock
998 #. type: textblock
999 #: ../src/guestfs.pod:413
1000 msgid ""
1001 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1002 msgstr ""
1003
1004 # type: textblock
1005 #. type: textblock
1006 #: ../src/guestfs.pod:418
1007 msgid ""
1008 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1009 "See L</SELINUX> in this manpage."
1010 msgstr ""
1011
1012 # type: textblock
1013 #. type: textblock
1014 #: ../src/guestfs.pod:423
1015 msgid ""
1016 "I<Security:> It is not safe to run commands from untrusted, possibly "
1017 "malicious guests.  These commands may attempt to exploit your program by "
1018 "sending unexpected output.  They could also try to exploit the Linux kernel "
1019 "or qemu provided by the libguestfs appliance.  They could use the network "
1020 "provided by the libguestfs appliance to bypass ordinary network partitions "
1021 "and firewalls.  They could use the elevated privileges or different SELinux "
1022 "context of your program to their advantage."
1023 msgstr ""
1024
1025 # type: textblock
1026 #. type: textblock
1027 #: ../src/guestfs.pod:432
1028 msgid ""
1029 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1030 "(a script which runs when the guest next boots normally), and to have this "
1031 "script run the commands you want in the normal context of the running guest, "
1032 "network security and so on.  For information about other security issues, "
1033 "see L</SECURITY>."
1034 msgstr ""
1035
1036 # type: textblock
1037 #. type: textblock
1038 #: ../src/guestfs.pod:440
1039 msgid ""
1040 "The two main API calls to run commands are L</guestfs_command> and L</"
1041 "guestfs_sh> (there are also variations)."
1042 msgstr ""
1043
1044 # type: textblock
1045 #. type: textblock
1046 #: ../src/guestfs.pod:443
1047 msgid ""
1048 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1049 "shell globs, redirections, etc will work."
1050 msgstr ""
1051
1052 # type: =head2
1053 #. type: =head2
1054 #: ../src/guestfs.pod:446
1055 msgid "CONFIGURATION FILES"
1056 msgstr ""
1057
1058 # type: textblock
1059 #. type: textblock
1060 #: ../src/guestfs.pod:448
1061 msgid ""
1062 "To read and write configuration files in Linux guest filesystems, we "
1063 "strongly recommend using Augeas.  For example, Augeas understands how to "
1064 "read and write, say, a Linux shadow password file or X.org configuration "
1065 "file, and so avoids you having to write that code."
1066 msgstr ""
1067
1068 # type: textblock
1069 #. type: textblock
1070 #: ../src/guestfs.pod:453
1071 msgid ""
1072 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1073 "document Augeas itself here because there is excellent documentation on the "
1074 "L<http://augeas.net/> website."
1075 msgstr ""
1076
1077 # type: textblock
1078 #. type: textblock
1079 #: ../src/guestfs.pod:457
1080 msgid ""
1081 "If you don't want to use Augeas (you fool!) then try calling L</"
1082 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1083 "over."
1084 msgstr ""
1085
1086 # type: =head2
1087 #. type: =head2
1088 #: ../src/guestfs.pod:461
1089 msgid "SELINUX"
1090 msgstr ""
1091
1092 # type: textblock
1093 #. type: textblock
1094 #: ../src/guestfs.pod:463
1095 msgid ""
1096 "We support SELinux guests.  To ensure that labeling happens correctly in "
1097 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1098 msgstr ""
1099
1100 # type: =item
1101 #. type: =item
1102 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
1103 #: ../src/guestfs.pod: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:1842 ../fish/guestfish-actions.pod:9
3558 #: ../fish/guestfish-actions.pod:1253 ../tools/virt-win-reg.pl:532
3559 msgid "Notes:"
3560 msgstr ""
3561
3562 # type: textblock
3563 #. type: textblock
3564 #: ../src/guestfs.pod:1585
3565 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3566 msgstr ""
3567
3568 # type: textblock
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1590
3571 msgid "You do not need to fill in all fields of the structure."
3572 msgstr ""
3573
3574 # type: textblock
3575 #. type: textblock
3576 #: ../src/guestfs.pod:1594
3577 msgid ""
3578 "There must be a one-to-one correspondence between fields of the structure "
3579 "that are filled in, and bits set in the bitmask."
3580 msgstr ""
3581
3582 # type: =head2
3583 #. type: =head2
3584 #: ../src/guestfs.pod:1599
3585 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3586 msgstr ""
3587
3588 # type: textblock
3589 #. type: textblock
3590 #: ../src/guestfs.pod:1601
3591 msgid ""
3592 "In other languages, optional arguments are expressed in the way that is "
3593 "natural for that language.  We refer you to the language-specific "
3594 "documentation for more details on that."
3595 msgstr ""
3596
3597 # type: textblock
3598 #. type: textblock
3599 #: ../src/guestfs.pod:1605
3600 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3601 msgstr ""
3602
3603 # type: =head2
3604 #. type: =head2
3605 #: ../src/guestfs.pod:1607
3606 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3607 msgstr ""
3608
3609 # type: textblock
3610 #. type: textblock
3611 #: ../src/guestfs.pod:1609
3612 msgid ""
3613 "The child process generates events in some situations.  Current events "
3614 "include: receiving a log message, the child process exits."
3615 msgstr ""
3616
3617 # type: textblock
3618 #. type: textblock
3619 #: ../src/guestfs.pod:1612
3620 msgid ""
3621 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3622 "types of events."
3623 msgstr ""
3624
3625 # type: textblock
3626 #. type: textblock
3627 #: ../src/guestfs.pod:1615
3628 msgid ""
3629 "Only I<one callback of each type> can be registered for each handle.  "
3630 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3631 "that type.  Cancel all callbacks of this type by calling this function with "
3632 "C<cb> set to C<NULL>."
3633 msgstr ""
3634
3635 # type: =head2
3636 #. type: =head2
3637 #: ../src/guestfs.pod:1620
3638 msgid "guestfs_set_log_message_callback"
3639 msgstr ""
3640
3641 # type: verbatim
3642 #. type: verbatim
3643 #: ../src/guestfs.pod:1622
3644 #, no-wrap
3645 msgid ""
3646 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3647 "                                         char *buf, int len);\n"
3648 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3649 "                                        guestfs_log_message_cb cb,\n"
3650 "                                        void *opaque);\n"
3651 "\n"
3652 msgstr ""
3653
3654 # type: textblock
3655 #. type: textblock
3656 #: ../src/guestfs.pod:1628
3657 msgid ""
3658 "The callback function C<cb> will be called whenever qemu or the guest writes "
3659 "anything to the console."
3660 msgstr ""
3661
3662 # type: textblock
3663 #. type: textblock
3664 #: ../src/guestfs.pod:1631
3665 msgid "Use this function to capture kernel messages and similar."
3666 msgstr ""
3667
3668 # type: textblock
3669 #. type: textblock
3670 #: ../src/guestfs.pod:1633
3671 msgid ""
3672 "Normally there is no log message handler, and log messages are just "
3673 "discarded."
3674 msgstr ""
3675
3676 # type: =head2
3677 #. type: =head2
3678 #: ../src/guestfs.pod:1636
3679 msgid "guestfs_set_subprocess_quit_callback"
3680 msgstr ""
3681
3682 # type: verbatim
3683 #. type: verbatim
3684 #: ../src/guestfs.pod:1638
3685 #, no-wrap
3686 msgid ""
3687 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3688 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3689 "                                            guestfs_subprocess_quit_cb cb,\n"
3690 "                                            void *opaque);\n"
3691 "\n"
3692 msgstr ""
3693
3694 # type: textblock
3695 #. type: textblock
3696 #: ../src/guestfs.pod:1643
3697 msgid ""
3698 "The callback function C<cb> will be called when the child process quits, "
3699 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3700 "corresponds to a transition from any state to the CONFIG state)."
3701 msgstr ""
3702
3703 # type: =head2
3704 #. type: =head2
3705 #: ../src/guestfs.pod:1648
3706 msgid "guestfs_set_launch_done_callback"
3707 msgstr ""
3708
3709 # type: verbatim
3710 #. type: verbatim
3711 #: ../src/guestfs.pod:1650
3712 #, no-wrap
3713 msgid ""
3714 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3715 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3716 "                                        guestfs_launch_done_cb cb,\n"
3717 "                                        void *opaque);\n"
3718 "\n"
3719 msgstr ""
3720
3721 # type: textblock
3722 #. type: textblock
3723 #: ../src/guestfs.pod:1655
3724 msgid ""
3725 "The callback function C<cb> will be called when the child process becomes "
3726 "ready first time after it has been launched.  (This corresponds to a "
3727 "transition from LAUNCHING to the READY state)."
3728 msgstr ""
3729
3730 # type: =head2
3731 #. type: =head2
3732 #: ../src/guestfs.pod:1659
3733 msgid "guestfs_set_close_callback"
3734 msgstr ""
3735
3736 # type: verbatim
3737 #. type: verbatim
3738 #: ../src/guestfs.pod:1661
3739 #, no-wrap
3740 msgid ""
3741 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3742 " void guestfs_set_close_callback (guestfs_h *g,\n"
3743 "                                  guestfs_close_cb cb,\n"
3744 "                                  void *opaque);\n"
3745 "\n"
3746 msgstr ""
3747
3748 # type: textblock
3749 #. type: textblock
3750 #: ../src/guestfs.pod:1666
3751 msgid ""
3752 "The callback function C<cb> will be called while the handle is being closed "
3753 "(synchronously from L</guestfs_close>)."
3754 msgstr ""
3755
3756 # type: textblock
3757 #. type: textblock
3758 #: ../src/guestfs.pod:1669
3759 msgid ""
3760 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3761 "handles that are open when the program exits.  This means that this callback "
3762 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3763 "problems in higher-level languages (eg. if your HLL interpreter has already "
3764 "been cleaned up by the time this is called, and if your callback then jumps "
3765 "into some HLL function)."
3766 msgstr ""
3767
3768 # type: =head2
3769 #. type: =head2
3770 #: ../src/guestfs.pod:1677
3771 msgid "guestfs_set_progress_callback"
3772 msgstr ""
3773
3774 # type: verbatim
3775 #. type: verbatim
3776 #: ../src/guestfs.pod:1679
3777 #, no-wrap
3778 msgid ""
3779 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3780 "                                      int proc_nr, int serial,\n"
3781 "                                      uint64_t position, uint64_t total);\n"
3782 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3783 "                                     guestfs_progress_cb cb,\n"
3784 "                                     void *opaque);\n"
3785 "\n"
3786 msgstr ""
3787
3788 # type: textblock
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1686
3791 msgid ""
3792 "Some long-running operations can generate progress messages.  If this "
3793 "callback is registered, then it will be called each time a progress message "
3794 "is generated (usually two seconds after the operation started, and three "
3795 "times per second thereafter until it completes, although the frequency may "
3796 "change in future versions)."
3797 msgstr ""
3798
3799 # type: textblock
3800 #. type: textblock
3801 #: ../src/guestfs.pod:1692
3802 msgid ""
3803 "The callback receives two numbers: C<position> and C<total>.  The units of "
3804 "C<total> are not defined, although for some operations C<total> may relate "
3805 "in some way to the amount of data to be transferred (eg. in bytes or "
3806 "megabytes), and C<position> may be the portion which has been transferred."
3807 msgstr ""
3808
3809 # type: textblock
3810 #. type: textblock
3811 #: ../src/guestfs.pod:1698
3812 msgid "The only defined and stable parts of the API are:"
3813 msgstr ""
3814
3815 # type: textblock
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1704
3818 msgid ""
3819 "The callback can display to the user some type of progress bar or indicator "
3820 "which shows the ratio of C<position>:C<total>."
3821 msgstr ""
3822
3823 # type: textblock
3824 #. type: textblock
3825 #: ../src/guestfs.pod:1709
3826 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3827 msgstr ""
3828
3829 #. type: textblock
3830 #: ../src/guestfs.pod:1713
3831 msgid ""
3832 "If any progress notification is sent during a call, then a final progress "
3833 "notification is always sent when C<position> = C<total> (I<unless> the call "
3834 "fails with an error)."
3835 msgstr ""
3836
3837 # type: textblock
3838 #. type: textblock
3839 #: ../src/guestfs.pod:1717
3840 msgid ""
3841 "This is to simplify caller code, so callers can easily set the progress "
3842 "indicator to \"100%\" at the end of the operation, without requiring special "
3843 "code to detect this case."
3844 msgstr ""
3845
3846 # type: textblock
3847 #. type: textblock
3848 #: ../src/guestfs.pod:1723
3849 msgid ""
3850 "The callback also receives the procedure number and serial number of the "
3851 "call.  These are only useful for debugging protocol issues, and the callback "
3852 "can normally ignore them.  The callback may want to print these numbers in "
3853 "error messages or debugging messages."
3854 msgstr ""
3855
3856 # type: =head1
3857 #. type: =head1
3858 #: ../src/guestfs.pod:1728
3859 msgid "PRIVATE DATA AREA"
3860 msgstr ""
3861
3862 # type: textblock
3863 #. type: textblock
3864 #: ../src/guestfs.pod:1730
3865 msgid ""
3866 "You can attach named pieces of private data to the libguestfs handle, and "
3867 "fetch them by name for the lifetime of the handle.  This is called the "
3868 "private data area and is only available from the C API."
3869 msgstr ""
3870
3871 # type: textblock
3872 #. type: textblock
3873 #: ../src/guestfs.pod:1734
3874 msgid "To attach a named piece of data, use the following call:"
3875 msgstr ""
3876
3877 # type: verbatim
3878 #. type: verbatim
3879 #: ../src/guestfs.pod:1736
3880 #, no-wrap
3881 msgid ""
3882 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3883 "\n"
3884 msgstr ""
3885
3886 # type: textblock
3887 #. type: textblock
3888 #: ../src/guestfs.pod:1738
3889 msgid ""
3890 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3891 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3892 "overwritten."
3893 msgstr ""
3894
3895 # type: textblock
3896 #. type: textblock
3897 #: ../src/guestfs.pod:1742
3898 msgid ""
3899 "You can use any C<key> you want, but names beginning with an underscore "
3900 "character are reserved for internal libguestfs purposes (for implementing "
3901 "language bindings).  It is recommended to prefix the name with some unique "
3902 "string to avoid collisions with other users."
3903 msgstr ""
3904
3905 # type: textblock
3906 #. type: textblock
3907 #: ../src/guestfs.pod:1747
3908 msgid "To retrieve the pointer, use:"
3909 msgstr ""
3910
3911 # type: verbatim
3912 #. type: verbatim
3913 #: ../src/guestfs.pod:1749
3914 #, no-wrap
3915 msgid ""
3916 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3917 "\n"
3918 msgstr ""
3919
3920 # type: textblock
3921 #. type: textblock
3922 #: ../src/guestfs.pod:1751
3923 msgid ""
3924 "This function returns C<NULL> if either no data is found associated with "
3925 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3926 "C<NULL>."
3927 msgstr ""
3928
3929 # type: textblock
3930 #. type: textblock
3931 #: ../src/guestfs.pod:1755
3932 msgid ""
3933 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3934 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3935 "all.  In particular, libguestfs does I<not> try to free the data when the "
3936 "handle is closed.  If the data must be freed, then the caller must either "
3937 "free it before calling L</guestfs_close> or must set up a close callback to "
3938 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3939 "can be registered for a handle)."
3940 msgstr ""
3941
3942 # type: textblock
3943 #. type: textblock
3944 #: ../src/guestfs.pod:1763
3945 msgid ""
3946 "The private data area is implemented using a hash table, and should be "
3947 "reasonably efficient for moderate numbers of keys."
3948 msgstr ""
3949
3950 # type: =end
3951 #. type: =end
3952 #: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771
3953 msgid "html"
3954 msgstr ""
3955
3956 # type: textblock
3957 #. type: textblock
3958 #: ../src/guestfs.pod:1768
3959 msgid ""
3960 "<!-- old anchor for the next section --> <a name="
3961 "\"state_machine_and_low_level_event_api\"/>"
3962 msgstr ""
3963
3964 # type: =head1
3965 #. type: =head1
3966 #: ../src/guestfs.pod:1773
3967 msgid "ARCHITECTURE"
3968 msgstr ""
3969
3970 # type: textblock
3971 #. type: textblock
3972 #: ../src/guestfs.pod:1775
3973 msgid ""
3974 "Internally, libguestfs is implemented by running an appliance (a special "
3975 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3976 "process of the main program."
3977 msgstr ""
3978
3979 # type: verbatim
3980 #. type: verbatim
3981 #: ../src/guestfs.pod:1779
3982 #, no-wrap
3983 msgid ""
3984 "  ___________________\n"
3985 " /                   \\\n"
3986 " | main program      |\n"
3987 " |                   |\n"
3988 " |                   |           child process / appliance\n"
3989 " |                   |           __________________________\n"
3990 " |                   |          / qemu                     \\\n"
3991 " +-------------------+   RPC    |      +-----------------+ |\n"
3992 " | libguestfs     <--------------------> guestfsd        | |\n"
3993 " |                   |          |      +-----------------+ |\n"
3994 " \\___________________/          |      | Linux kernel    | |\n"
3995 "                                |      +--^--------------+ |\n"
3996 "                                \\_________|________________/\n"
3997 "                                          |\n"
3998 "                                   _______v______\n"
3999 "                                  /              \\\n"
4000 "                                  | Device or    |\n"
4001 "                                  | disk image   |\n"
4002 "                                  \\______________/\n"
4003 "\n"
4004 msgstr ""
4005
4006 # type: textblock
4007 #. type: textblock
4008 #: ../src/guestfs.pod:1799
4009 msgid ""
4010 "The library, linked to the main program, creates the child process and hence "
4011 "the appliance in the L</guestfs_launch> function."
4012 msgstr ""
4013
4014 # type: textblock
4015 #. type: textblock
4016 #: ../src/guestfs.pod:1802
4017 msgid ""
4018 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4019 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4020 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4021 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4022 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4023 "attached to the qemu process which translates device access by the "
4024 "appliance's Linux kernel into accesses to the image."
4025 msgstr ""
4026
4027 # type: textblock
4028 #. type: textblock
4029 #: ../src/guestfs.pod:1811
4030 msgid ""
4031 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4032 "Although the disk image you are attached to might also be used by some "
4033 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4034 "care if both libguestfs's qemu process and your virtual machine are trying "
4035 "to update the disk image at the same time, since these usually results in "
4036 "massive disk corruption)."
4037 msgstr ""
4038
4039 # type: =head1
4040 #. type: =head1
4041 #: ../src/guestfs.pod:1818
4042 msgid "STATE MACHINE"
4043 msgstr ""
4044
4045 # type: textblock
4046 #. type: textblock
4047 #: ../src/guestfs.pod:1820
4048 msgid "libguestfs uses a state machine to model the child process:"
4049 msgstr ""
4050
4051 # type: verbatim
4052 #. type: verbatim
4053 #: ../src/guestfs.pod:1822
4054 #, no-wrap
4055 msgid ""
4056 "                         |\n"
4057 "                    guestfs_create\n"
4058 "                         |\n"
4059 "                         |\n"
4060 "                     ____V_____\n"
4061 "                    /          \\\n"
4062 "                    |  CONFIG  |\n"
4063 "                    \\__________/\n"
4064 "                     ^ ^   ^  \\\n"
4065 "                    /  |    \\  \\ guestfs_launch\n"
4066 "                   /   |    _\\__V______\n"
4067 "                  /    |   /           \\\n"
4068 "                 /     |   | LAUNCHING |\n"
4069 "                /      |   \\___________/\n"
4070 "               /       |       /\n"
4071 "              /        |  guestfs_launch\n"
4072 "             /         |     /\n"
4073 "    ______  /        __|____V\n"
4074 "   /      \\ ------> /        \\\n"
4075 "   | BUSY |         | READY  |\n"
4076 "   \\______/ <------ \\________/\n"
4077 "\n"
4078 msgstr ""
4079
4080 # type: textblock
4081 #. type: textblock
4082 #: ../src/guestfs.pod:1844
4083 msgid ""
4084 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4085 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4086 "(3) alternating between READY and BUSY as commands are issued to, and "
4087 "carried out by, the child process."
4088 msgstr ""
4089
4090 # type: textblock
4091 #. type: textblock
4092 #: ../src/guestfs.pod:1849
4093 msgid ""
4094 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4095 "asynchronously at any time (eg. due to some internal error), and that causes "
4096 "the state to transition back to CONFIG."
4097 msgstr ""
4098
4099 # type: textblock
4100 #. type: textblock
4101 #: ../src/guestfs.pod:1853
4102 msgid ""
4103 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4104 "issued when in the CONFIG state."
4105 msgstr ""
4106
4107 # type: textblock
4108 #. type: textblock
4109 #: ../src/guestfs.pod:1856
4110 msgid ""
4111 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4112 "L</guestfs_launch> blocks until the child process is READY to accept "
4113 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4114 "moves the state from CONFIG to LAUNCHING while it is running."
4115 msgstr ""
4116
4117 # type: textblock
4118 #. type: textblock
4119 #: ../src/guestfs.pod:1862
4120 msgid ""
4121 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4122 "state.  These API calls block waiting for the command to be carried out (ie. "
4123 "the state to transition to BUSY and then back to READY).  There are no non-"
4124 "blocking versions, and no way to issue more than one command per handle at "
4125 "the same time."
4126 msgstr ""
4127
4128 # type: textblock
4129 #. type: textblock
4130 #: ../src/guestfs.pod:1868
4131 msgid ""
4132 "Finally, the child process sends asynchronous messages back to the main "
4133 "program, such as kernel log messages.  You can register a callback to "
4134 "receive these messages."
4135 msgstr ""
4136
4137 # type: =head1
4138 #. type: =head1
4139 #: ../src/guestfs.pod:1872
4140 msgid "INTERNALS"
4141 msgstr ""
4142
4143 # type: =head2
4144 #. type: =head2
4145 #: ../src/guestfs.pod:1874
4146 msgid "COMMUNICATION PROTOCOL"
4147 msgstr ""
4148
4149 # type: textblock
4150 #. type: textblock
4151 #: ../src/guestfs.pod:1876
4152 msgid ""
4153 "Don't rely on using this protocol directly.  This section documents how it "
4154 "currently works, but it may change at any time."
4155 msgstr ""
4156
4157 # type: textblock
4158 #. type: textblock
4159 #: ../src/guestfs.pod:1879
4160 msgid ""
4161 "The protocol used to talk between the library and the daemon running inside "
4162 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4163 "1014, RFC 1832, RFC 4506)."
4164 msgstr ""
4165
4166 # type: textblock
4167 #. type: textblock
4168 #: ../src/guestfs.pod:1883
4169 msgid ""
4170 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4171 "this file is automatically generated)."
4172 msgstr ""
4173
4174 # type: textblock
4175 #. type: textblock
4176 #: ../src/guestfs.pod:1886
4177 msgid ""
4178 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4179 "and C<FileOut> parameters, which are handled with very simple request/reply "
4180 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4181 "parameters, which use the same request and reply messages, but they may also "
4182 "be followed by files sent using a chunked encoding."
4183 msgstr ""
4184
4185 # type: =head3
4186 #. type: =head3
4187 #: ../src/guestfs.pod:1893
4188 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4189 msgstr ""
4190
4191 # type: textblock
4192 #. type: textblock
4193 #: ../src/guestfs.pod:1895
4194 msgid "For ordinary functions, the request message is:"
4195 msgstr ""
4196
4197 # type: verbatim
4198 #. type: verbatim
4199 #: ../src/guestfs.pod:1897
4200 #, no-wrap
4201 msgid ""
4202 " total length (header + arguments,\n"
4203 "      but not including the length word itself)\n"
4204 " struct guestfs_message_header (encoded as XDR)\n"
4205 " struct guestfs_<foo>_args (encoded as XDR)\n"
4206 "\n"
4207 msgstr ""
4208
4209 # type: textblock
4210 #. type: textblock
4211 #: ../src/guestfs.pod:1902
4212 msgid ""
4213 "The total length field allows the daemon to allocate a fixed size buffer "
4214 "into which it slurps the rest of the message.  As a result, the total length "
4215 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4216 "effective size of any request is limited to somewhere under this size."
4217 msgstr ""
4218
4219 # type: textblock
4220 #. type: textblock
4221 #: ../src/guestfs.pod:1908
4222 msgid ""
4223 "Note also that many functions don't take any arguments, in which case the "
4224 "C<guestfs_I<foo>_args> is completely omitted."
4225 msgstr ""
4226
4227 # type: textblock
4228 #. type: textblock
4229 #: ../src/guestfs.pod:1911
4230 msgid ""
4231 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4232 "receiver knows what type of args structure to expect, or none at all."
4233 msgstr ""
4234
4235 # type: textblock
4236 #. type: textblock
4237 #: ../src/guestfs.pod:1915
4238 msgid ""
4239 "For functions that take optional arguments, the optional arguments are "
4240 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4241 "arguments.  A bitmask in the header indicates which optional arguments are "
4242 "meaningful.  The bitmask is also checked to see if it contains bits set "
4243 "which the daemon does not know about (eg. if more optional arguments were "
4244 "added in a later version of the library), and this causes the call to be "
4245 "rejected."
4246 msgstr ""
4247
4248 # type: textblock
4249 #. type: textblock
4250 #: ../src/guestfs.pod:1923
4251 msgid "The reply message for ordinary functions is:"
4252 msgstr ""
4253
4254 # type: verbatim
4255 #. type: verbatim
4256 #: ../src/guestfs.pod:1925
4257 #, no-wrap
4258 msgid ""
4259 " total length (header + ret,\n"
4260 "      but not including the length word itself)\n"
4261 " struct guestfs_message_header (encoded as XDR)\n"
4262 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4263 "\n"
4264 msgstr ""
4265
4266 # type: textblock
4267 #. type: textblock
4268 #: ../src/guestfs.pod:1930
4269 msgid ""
4270 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4271 "functions that return no formal return values."
4272 msgstr ""
4273
4274 # type: textblock
4275 #. type: textblock
4276 #: ../src/guestfs.pod:1933
4277 msgid ""
4278 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4279 msgstr ""
4280
4281 # type: textblock
4282 #. type: textblock
4283 #: ../src/guestfs.pod:1936
4284 msgid ""
4285 "In the case of an error, a flag is set in the header, and the reply message "
4286 "is slightly changed:"
4287 msgstr ""
4288
4289 # type: verbatim
4290 #. type: verbatim
4291 #: ../src/guestfs.pod:1939
4292 #, no-wrap
4293 msgid ""
4294 " total length (header + error,\n"
4295 "      but not including the length word itself)\n"
4296 " struct guestfs_message_header (encoded as XDR)\n"
4297 " struct guestfs_message_error (encoded as XDR)\n"
4298 "\n"
4299 msgstr ""
4300
4301 # type: textblock
4302 #. type: textblock
4303 #: ../src/guestfs.pod:1944
4304 msgid ""
4305 "The C<guestfs_message_error> structure contains the error message as a "
4306 "string."
4307 msgstr ""
4308
4309 # type: =head3
4310 #. type: =head3
4311 #: ../src/guestfs.pod:1947
4312 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4313 msgstr ""
4314
4315 # type: textblock
4316 #. type: textblock
4317 #: ../src/guestfs.pod:1949
4318 msgid ""
4319 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4320 "The normal request message is sent (see above).  However this is followed by "
4321 "a sequence of file chunks."
4322 msgstr ""
4323
4324 # type: verbatim
4325 #. type: verbatim
4326 #: ../src/guestfs.pod:1953
4327 #, no-wrap
4328 msgid ""
4329 " total length (header + arguments,\n"
4330 "      but not including the length word itself,\n"
4331 "      and not including the chunks)\n"
4332 " struct guestfs_message_header (encoded as XDR)\n"
4333 " struct guestfs_<foo>_args (encoded as XDR)\n"
4334 " sequence of chunks for FileIn param #0\n"
4335 " sequence of chunks for FileIn param #1 etc.\n"
4336 "\n"
4337 msgstr ""
4338
4339 # type: textblock
4340 #. type: textblock
4341 #: ../src/guestfs.pod:1961
4342 msgid "The \"sequence of chunks\" is:"
4343 msgstr ""
4344
4345 # type: verbatim
4346 #. type: verbatim
4347 #: ../src/guestfs.pod:1963
4348 #, no-wrap
4349 msgid ""
4350 " length of chunk (not including length word itself)\n"
4351 " struct guestfs_chunk (encoded as XDR)\n"
4352 " length of chunk\n"
4353 " struct guestfs_chunk (encoded as XDR)\n"
4354 "   ...\n"
4355 " length of chunk\n"
4356 " struct guestfs_chunk (with data.data_len == 0)\n"
4357 "\n"
4358 msgstr ""
4359
4360 # type: textblock
4361 #. type: textblock
4362 #: ../src/guestfs.pod:1971
4363 msgid ""
4364 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4365 "is set in the final chunk to indicate either successful completion or early "
4366 "cancellation."
4367 msgstr ""
4368
4369 # type: textblock
4370 #. type: textblock
4371 #: ../src/guestfs.pod:1975
4372 msgid ""
4373 "At time of writing there are no functions that have more than one FileIn "
4374 "parameter.  However this is (theoretically) supported, by sending the "
4375 "sequence of chunks for each FileIn parameter one after another (from left to "
4376 "right)."
4377 msgstr ""
4378
4379 # type: textblock
4380 #. type: textblock
4381 #: ../src/guestfs.pod:1980
4382 msgid ""
4383 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4384 "transfer.  The library does this by sending a chunk with a special flag set "
4385 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4386 "RPC, does I<not> send any reply, and goes back to reading the next request."
4387 msgstr ""
4388
4389 # type: textblock
4390 #. type: textblock
4391 #: ../src/guestfs.pod:1986
4392 msgid ""
4393 "The daemon may also cancel.  It does this by writing a special word "
4394 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4395 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4396 "cancel chunk).  The special word is chosen so that even if cancellation "
4397 "happens right at the end of the transfer (after the library has finished "
4398 "writing and has started listening for the reply), the \"spurious\" cancel "
4399 "flag will not be confused with the reply message."
4400 msgstr ""
4401
4402 # type: textblock
4403 #. type: textblock
4404 #: ../src/guestfs.pod:1995
4405 msgid ""
4406 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4407 "limit), and also files where the size is not known in advance (eg. from "
4408 "pipes or sockets).  However the chunks are rather small "
4409 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4410 "to keep much in memory."
4411 msgstr ""
4412
4413 # type: =head3
4414 #. type: =head3
4415 #: ../src/guestfs.pod:2001
4416 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4417 msgstr ""
4418
4419 # type: textblock
4420 #. type: textblock
4421 #: ../src/guestfs.pod:2003
4422 msgid ""
4423 "The protocol for FileOut parameters is exactly the same as for FileIn "
4424 "parameters, but with the roles of daemon and library reversed."
4425 msgstr ""
4426
4427 # type: verbatim
4428 #. type: verbatim
4429 #: ../src/guestfs.pod:2006
4430 #, no-wrap
4431 msgid ""
4432 " total length (header + ret,\n"
4433 "      but not including the length word itself,\n"
4434 "      and not including the chunks)\n"
4435 " struct guestfs_message_header (encoded as XDR)\n"
4436 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4437 " sequence of chunks for FileOut param #0\n"
4438 " sequence of chunks for FileOut param #1 etc.\n"
4439 "\n"
4440 msgstr ""
4441
4442 # type: =head3
4443 #. type: =head3
4444 #: ../src/guestfs.pod:2014
4445 msgid "INITIAL MESSAGE"
4446 msgstr ""
4447
4448 # type: textblock
4449 #. type: textblock
4450 #: ../src/guestfs.pod:2016
4451 msgid ""
4452 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4453 "which indicates that the guest and daemon is alive.  This is what L</"
4454 "guestfs_launch> waits for."
4455 msgstr ""
4456
4457 # type: =head3
4458 #. type: =head3
4459 #: ../src/guestfs.pod:2020
4460 msgid "PROGRESS NOTIFICATION MESSAGES"
4461 msgstr ""
4462
4463 # type: textblock
4464 #. type: textblock
4465 #: ../src/guestfs.pod:2022
4466 msgid ""
4467 "The daemon may send progress notification messages at any time.  These are "
4468 "distinguished by the normal length word being replaced by "
4469 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4470 msgstr ""
4471
4472 # type: textblock
4473 #. type: textblock
4474 #: ../src/guestfs.pod:2026
4475 msgid ""
4476 "The library turns them into progress callbacks (see "
4477 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
4478 "discards them if not."
4479 msgstr ""
4480
4481 # type: textblock
4482 #. type: textblock
4483 #: ../src/guestfs.pod:2030
4484 msgid ""
4485 "The daemon self-limits the frequency of progress messages it sends (see "
4486 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4487 "messages."
4488 msgstr ""
4489
4490 # type: =head1
4491 #. type: =head1
4492 #: ../src/guestfs.pod:2034
4493 msgid "LIBGUESTFS VERSION NUMBERS"
4494 msgstr ""
4495
4496 # type: textblock
4497 #. type: textblock
4498 #: ../src/guestfs.pod:2036
4499 msgid ""
4500 "Since April 2010, libguestfs has started to make separate development and "
4501 "stable releases, along with corresponding branches in our git repository.  "
4502 "These separate releases can be identified by version number:"
4503 msgstr ""
4504
4505 # type: verbatim
4506 #. type: verbatim
4507 #: ../src/guestfs.pod:2041
4508 #, no-wrap
4509 msgid ""
4510 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4511 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4512 "       |\n"
4513 "       v\n"
4514 " 1  .  3  .  5\n"
4515 " ^           ^\n"
4516 " |           |\n"
4517 " |           `-------- sub-version\n"
4518 " |\n"
4519 " `------ always '1' because we don't change the ABI\n"
4520 "\n"
4521 msgstr ""
4522
4523 # type: textblock
4524 #. type: textblock
4525 #: ../src/guestfs.pod:2052
4526 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4527 msgstr ""
4528
4529 # type: textblock
4530 #. type: textblock
4531 #: ../src/guestfs.pod:2054
4532 msgid ""
4533 "As time passes we cherry pick fixes from the development branch and backport "
4534 "those into the stable branch, the effect being that the stable branch should "
4535 "get more stable and less buggy over time.  So the stable releases are ideal "
4536 "for people who don't need new features but would just like the software to "
4537 "work."
4538 msgstr ""
4539
4540 # type: textblock
4541 #. type: textblock
4542 #: ../src/guestfs.pod:2060
4543 msgid "Our criteria for backporting changes are:"
4544 msgstr ""
4545
4546 # type: textblock
4547 #. type: textblock
4548 #: ../src/guestfs.pod:2066
4549 msgid ""
4550 "Documentation changes which don't affect any code are backported unless the "
4551 "documentation refers to a future feature which is not in stable."
4552 msgstr ""
4553
4554 # type: textblock
4555 #. type: textblock
4556 #: ../src/guestfs.pod:2072
4557 msgid ""
4558 "Bug fixes which are not controversial, fix obvious problems, and have been "
4559 "well tested are backported."
4560 msgstr ""
4561
4562 # type: textblock
4563 #. type: textblock
4564 #: ../src/guestfs.pod:2077
4565 msgid ""
4566 "Simple rearrangements of code which shouldn't affect how it works get "
4567 "backported.  This is so that the code in the two branches doesn't get too "
4568 "far out of step, allowing us to backport future fixes more easily."
4569 msgstr ""
4570
4571 # type: textblock
4572 #. type: textblock
4573 #: ../src/guestfs.pod:2083
4574 msgid ""
4575 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4576 "exceptional case: the new feature is required in order to implement an "
4577 "important bug fix."
4578 msgstr ""
4579
4580 # type: textblock
4581 #. type: textblock
4582 #: ../src/guestfs.pod:2089
4583 msgid ""
4584 "A new stable branch starts when we think the new features in development are "
4585 "substantial and compelling enough over the current stable branch to warrant "
4586 "it.  When that happens we create new stable and development versions 1.N.0 "
4587 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4588 "stable at this point, but by backporting fixes from development, that branch "
4589 "will stabilize over time."
4590 msgstr ""
4591
4592 #. type: =head1
4593 #: ../src/guestfs.pod:2097
4594 msgid "EXTENDING LIBGUESTFS"
4595 msgstr ""
4596
4597 #. type: =head2
4598 #: ../src/guestfs.pod:2099
4599 msgid "ADDING A NEW API ACTION"
4600 msgstr ""
4601
4602 #. type: textblock
4603 #: ../src/guestfs.pod:2101
4604 msgid ""
4605 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4606 "documentation) are generated, and this makes it easy to extend the "
4607 "libguestfs API."
4608 msgstr ""
4609
4610 #. type: textblock
4611 #: ../src/guestfs.pod:2105
4612 msgid "To add a new API action there are two changes:"
4613 msgstr ""
4614
4615 #. type: textblock
4616 #: ../src/guestfs.pod:2111
4617 msgid ""
4618 "You need to add a description of the call (name, parameters, return type, "
4619 "tests, documentation) to C<generator/generator_actions.ml>."
4620 msgstr ""
4621
4622 #. type: textblock
4623 #: ../src/guestfs.pod:2114
4624 msgid ""
4625 "There are two sorts of API action, depending on whether the call goes "
4626 "through to the daemon in the appliance, or is serviced entirely by the "
4627 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4628 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4629 "an example of the latter, since a trace flag is maintained in the handle and "
4630 "all tracing is done on the library side."
4631 msgstr ""
4632
4633 #. type: textblock
4634 #: ../src/guestfs.pod:2122
4635 msgid ""
4636 "Most new actions are of the first type, and get added to the "
4637 "C<daemon_functions> list.  Each function has a unique procedure number used "
4638 "in the RPC protocol which is assigned to that action when we publish "
4639 "libguestfs and cannot be reused.  Take the latest procedure number and "
4640 "increment it."
4641 msgstr ""
4642
4643 #. type: textblock
4644 #: ../src/guestfs.pod:2128
4645 msgid ""
4646 "For library-only actions of the second type, add to the "
4647 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4648 "library and do not travel over the RPC mechanism to the daemon, these "
4649 "functions do not need a procedure number, and so the procedure number is set "
4650 "to C<-1>."
4651 msgstr ""
4652
4653 #. type: textblock
4654 #: ../src/guestfs.pod:2136
4655 msgid "Implement the action (in C):"
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../src/guestfs.pod:2138
4660 msgid ""
4661 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4662 "C<daemon/> directory."
4663 msgstr ""
4664
4665 #. type: textblock
4666 #: ../src/guestfs.pod:2141
4667 msgid ""
4668 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4669 "(note: double underscore) in the C<src/> directory."
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2144
4674 msgid "In either case, use another function as an example of what to do."
4675 msgstr ""
4676
4677 #. type: textblock
4678 #: ../src/guestfs.pod:2148
4679 msgid "After making these changes, use C<make> to compile."
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2150
4684 msgid ""
4685 "Note that you don't need to implement the RPC, language bindings, manual "
4686 "pages or anything else.  It's all automatically generated from the OCaml "
4687 "description."
4688 msgstr ""
4689
4690 #. type: =head2
4691 #: ../src/guestfs.pod:2154
4692 msgid "ADDING TESTS FOR AN API ACTION"
4693 msgstr ""
4694
4695 #. type: textblock
4696 #: ../src/guestfs.pod:2156
4697 msgid ""
4698 "You can supply zero or as many tests as you want per API call.  The tests "
4699 "can either be added as part of the API description (C<generator/"
4700 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4701 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4702 "slower, so if possible use the first method."
4703 msgstr ""
4704
4705 #. type: textblock
4706 #: ../src/guestfs.pod:2162
4707 msgid ""
4708 "The following describes the test environment used when you add an API test "
4709 "in C<generator_actions.ml>."
4710 msgstr ""
4711
4712 #. type: textblock
4713 #: ../src/guestfs.pod:2165
4714 msgid "The test environment has 4 block devices:"
4715 msgstr ""
4716
4717 #. type: =item
4718 #: ../src/guestfs.pod:2169
4719 msgid "C</dev/sda> 500MB"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2171
4724 msgid "General block device for testing."
4725 msgstr ""
4726
4727 #. type: =item
4728 #: ../src/guestfs.pod:2173
4729 msgid "C</dev/sdb> 50MB"
4730 msgstr ""
4731
4732 #. type: textblock
4733 #: ../src/guestfs.pod:2175
4734 msgid ""
4735 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4736 "operations."
4737 msgstr ""
4738
4739 #. type: =item
4740 #: ../src/guestfs.pod:2178
4741 msgid "C</dev/sdc> 10MB"
4742 msgstr ""
4743
4744 #. type: textblock
4745 #: ../src/guestfs.pod:2180
4746 msgid "Used in a few tests where two block devices are needed."
4747 msgstr ""
4748
4749 #. type: =item
4750 #: ../src/guestfs.pod:2182
4751 msgid "C</dev/sdd>"
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2184
4756 msgid "ISO with fixed content (see C<images/test.iso>)."
4757 msgstr ""
4758
4759 #. type: textblock
4760 #: ../src/guestfs.pod:2188
4761 msgid ""
4762 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4763 "appliance and block devices are reused between tests.  So don't try testing "
4764 "L</guestfs_kill_subprocess> :-x"
4765 msgstr ""
4766
4767 #. type: textblock
4768 #: ../src/guestfs.pod:2192
4769 msgid ""
4770 "Each test starts with an initial scenario, selected using one of the "
4771 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4772 "initialize the disks mentioned above in a particular way as documented in "
4773 "C<generator_types.ml>.  You should not assume anything about the previous "
4774 "contents of other disks that are not initialized."
4775 msgstr ""
4776
4777 #. type: textblock
4778 #: ../src/guestfs.pod:2198
4779 msgid ""
4780 "You can add a prerequisite clause to any individual test.  This is a run-"
4781 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4782 "testing a command which might not work on all variations of libguestfs "
4783 "builds.  A test that has prerequisite of C<Always> means to run "
4784 "unconditionally."
4785 msgstr ""
4786
4787 #. type: textblock
4788 #: ../src/guestfs.pod:2204
4789 msgid ""
4790 "In addition, packagers can skip individual tests by setting environment "
4791 "variables before running C<make check>."
4792 msgstr ""
4793
4794 #. type: verbatim
4795 #: ../src/guestfs.pod:2207
4796 #, no-wrap
4797 msgid ""
4798 " SKIP_TEST_<CMD>_<NUM>=1\n"
4799 "\n"
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2209
4804 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4805 msgstr ""
4806
4807 #. type: textblock
4808 #: ../src/guestfs.pod:2211
4809 msgid "or:"
4810 msgstr ""
4811
4812 #. type: verbatim
4813 #: ../src/guestfs.pod:2213
4814 #, no-wrap
4815 msgid ""
4816 " SKIP_TEST_<CMD>=1\n"
4817 "\n"
4818 msgstr ""
4819
4820 #. type: textblock
4821 #: ../src/guestfs.pod:2215
4822 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4823 msgstr ""
4824
4825 #. type: textblock
4826 #: ../src/guestfs.pod:2217
4827 msgid "Packagers can run only certain tests by setting for example:"
4828 msgstr ""
4829
4830 #. type: verbatim
4831 #: ../src/guestfs.pod:2219
4832 #, no-wrap
4833 msgid ""
4834 " TEST_ONLY=\"vfs_type zerofree\"\n"
4835 "\n"
4836 msgstr ""
4837
4838 #. type: textblock
4839 #: ../src/guestfs.pod:2221
4840 msgid ""
4841 "See C<capitests/tests.c> for more details of how these environment variables "
4842 "work."
4843 msgstr ""
4844
4845 #. type: =head2
4846 #: ../src/guestfs.pod:2224
4847 msgid "DEBUGGING NEW API ACTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2226
4852 msgid "Test new actions work before submitting them."
4853 msgstr ""
4854
4855 #. type: textblock
4856 #: ../src/guestfs.pod:2228
4857 msgid "You can use guestfish to try out new commands."
4858 msgstr ""
4859
4860 #. type: textblock
4861 #: ../src/guestfs.pod:2230
4862 msgid ""
4863 "Debugging the daemon is a problem because it runs inside a minimal "
4864 "environment.  However you can fprintf messages in the daemon to stderr, and "
4865 "they will show up if you use C<guestfish -v>."
4866 msgstr ""
4867
4868 #. type: =head2
4869 #: ../src/guestfs.pod:2234
4870 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4871 msgstr ""
4872
4873 #. type: textblock
4874 #: ../src/guestfs.pod:2236
4875 msgid ""
4876 "Our C source code generally adheres to some basic code-formatting "
4877 "conventions.  The existing code base is not totally consistent on this "
4878 "front, but we do prefer that contributed code be formatted similarly.  In "
4879 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4880 "indentation level, and other than that, follow the K&R style."
4881 msgstr ""
4882
4883 #. type: textblock
4884 #: ../src/guestfs.pod:2242
4885 msgid ""
4886 "If you use Emacs, add the following to one of one of your start-up files (e."
4887 "g., ~/.emacs), to help ensure that you get indentation right:"
4888 msgstr ""
4889
4890 #. type: verbatim
4891 #: ../src/guestfs.pod:2245
4892 #, no-wrap
4893 msgid ""
4894 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4895 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4896 " (add-hook 'find-file-hook\n"
4897 "     '(lambda () (if (and buffer-file-name\n"
4898 "                          (string-match \"/libguestfs\\\\>\"\n"
4899 "                              (buffer-file-name))\n"
4900 "                          (not (string-equal mode-name \"Change Log\"))\n"
4901 "                          (not (string-equal mode-name \"Makefile\")))\n"
4902 "                     (setq indent-tabs-mode nil))))\n"
4903 " \n"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../src/guestfs.pod:2255
4908 #, no-wrap
4909 msgid ""
4910 " ;;; When editing C sources in libguestfs, use this style.\n"
4911 " (defun libguestfs-c-mode ()\n"
4912 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4913 "   (interactive)\n"
4914 "   (c-set-style \"K&R\")\n"
4915 "   (setq c-indent-level 2)\n"
4916 "   (setq c-basic-offset 2))\n"
4917 " (add-hook 'c-mode-hook\n"
4918 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4919 "                               (buffer-file-name))\n"
4920 "                           (libguestfs-c-mode))))\n"
4921 "\n"
4922 msgstr ""
4923
4924 #. type: textblock
4925 #: ../src/guestfs.pod:2267
4926 msgid "Enable warnings when compiling (and fix any problems this finds):"
4927 msgstr ""
4928
4929 #. type: verbatim
4930 #: ../src/guestfs.pod:2270
4931 #, no-wrap
4932 msgid ""
4933 " ./configure --enable-gcc-warnings\n"
4934 "\n"
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2272
4939 msgid "Useful targets are:"
4940 msgstr ""
4941
4942 #. type: verbatim
4943 #: ../src/guestfs.pod:2274
4944 #, no-wrap
4945 msgid ""
4946 " make syntax-check  # checks the syntax of the C code\n"
4947 " make check         # runs the test suite\n"
4948 "\n"
4949 msgstr ""
4950
4951 #. type: =head2
4952 #: ../src/guestfs.pod:2277
4953 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4954 msgstr ""
4955
4956 #. type: textblock
4957 #: ../src/guestfs.pod:2279
4958 msgid ""
4959 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4960 "which are used to do shell quoting."
4961 msgstr ""
4962
4963 #. type: =item
4964 #: ../src/guestfs.pod:2284
4965 msgid "%Q"
4966 msgstr ""
4967
4968 #. type: textblock
4969 #: ../src/guestfs.pod:2286
4970 msgid ""
4971 "Simple shell quoted string.  Any spaces or other shell characters are "
4972 "escaped for you."
4973 msgstr ""
4974
4975 #. type: =item
4976 #: ../src/guestfs.pod:2289
4977 msgid "%R"
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../src/guestfs.pod:2291
4982 msgid ""
4983 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4984 "the sysroot."
4985 msgstr ""
4986
4987 # type: textblock
4988 #. type: textblock
4989 #: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4990 msgid "For example:"
4991 msgstr ""
4992
4993 #. type: verbatim
4994 #: ../src/guestfs.pod:2298
4995 #, no-wrap
4996 msgid ""
4997 " asprintf (&cmd, \"cat %R\", path);\n"
4998 "\n"
4999 msgstr ""
5000
5001 #. type: textblock
5002 #: ../src/guestfs.pod:2300
5003 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs.pod:2302
5008 msgid ""
5009 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5010 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5011 "they are not passed via the shell (instead, straight to exec).  You probably "
5012 "want to use the C<sysroot_path()> function however."
5013 msgstr ""
5014
5015 #. type: =head2
5016 #: ../src/guestfs.pod:2308
5017 msgid "SUBMITTING YOUR NEW API ACTIONS"
5018 msgstr ""
5019
5020 #. type: textblock
5021 #: ../src/guestfs.pod:2310
5022 msgid ""
5023 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5024 "libguestfs> and CC to L<rjones@redhat.com>."
5025 msgstr ""
5026
5027 #. type: =head2
5028 #: ../src/guestfs.pod:2314
5029 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5030 msgstr ""
5031
5032 #. type: textblock
5033 #: ../src/guestfs.pod:2316
5034 msgid "We support i18n (gettext anyhow) in the library."
5035 msgstr ""
5036
5037 #. type: textblock
5038 #: ../src/guestfs.pod:2318
5039 msgid ""
5040 "However many messages come from the daemon, and we don't translate those at "
5041 "the moment.  One reason is that the appliance generally has all locale files "
5042 "removed from it, because they take up a lot of space.  So we'd have to readd "
5043 "some of those, as well as copying our PO files into the appliance."
5044 msgstr ""
5045
5046 #. type: textblock
5047 #: ../src/guestfs.pod:2324
5048 msgid ""
5049 "Debugging messages are never translated, since they are intended for the "
5050 "programmers."
5051 msgstr ""
5052
5053 #. type: =head2
5054 #: ../src/guestfs.pod:2327
5055 msgid "SOURCE CODE SUBDIRECTORIES"
5056 msgstr ""
5057
5058 #. type: =item
5059 #: ../src/guestfs.pod:2331
5060 msgid "C<appliance>"
5061 msgstr ""
5062
5063 #. type: textblock
5064 #: ../src/guestfs.pod:2333
5065 msgid "The libguestfs appliance, build scripts and so on."
5066 msgstr ""
5067
5068 #. type: =item
5069 #: ../src/guestfs.pod:2335
5070 msgid "C<capitests>"
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2337
5075 msgid "Automated tests of the C API."
5076 msgstr ""
5077
5078 #. type: =item
5079 #: ../src/guestfs.pod:2339
5080 msgid "C<cat>"
5081 msgstr ""
5082
5083 #. type: textblock
5084 #: ../src/guestfs.pod:2341
5085 msgid ""
5086 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5087 "documentation."
5088 msgstr ""
5089
5090 #. type: =item
5091 #: ../src/guestfs.pod:2344
5092 msgid "C<contrib>"
5093 msgstr ""
5094
5095 #. type: textblock
5096 #: ../src/guestfs.pod:2346
5097 msgid "Outside contributions, experimental parts."
5098 msgstr ""
5099
5100 #. type: =item
5101 #: ../src/guestfs.pod:2348
5102 msgid "C<daemon>"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2350
5107 msgid ""
5108 "The daemon that runs inside the libguestfs appliance and carries out actions."
5109 msgstr ""
5110
5111 #. type: =item
5112 #: ../src/guestfs.pod:2353
5113 msgid "C<df>"
5114 msgstr ""
5115
5116 #. type: textblock
5117 #: ../src/guestfs.pod:2355
5118 msgid "L<virt-df(1)> command and documentation."
5119 msgstr ""
5120
5121 #. type: =item
5122 #: ../src/guestfs.pod:2357
5123 msgid "C<examples>"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2359
5128 msgid "C API example code."
5129 msgstr ""
5130
5131 #. type: =item
5132 #: ../src/guestfs.pod:2361
5133 msgid "C<fish>"
5134 msgstr ""
5135
5136 #. type: textblock
5137 #: ../src/guestfs.pod:2363
5138 msgid "L<guestfish(1)>, the command-line shell."
5139 msgstr ""
5140
5141 #. type: =item
5142 #: ../src/guestfs.pod:2365
5143 msgid "C<fuse>"
5144 msgstr ""
5145
5146 #. type: textblock
5147 #: ../src/guestfs.pod:2367
5148 msgid ""
5149 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5150 msgstr ""
5151
5152 #. type: =item
5153 #: ../src/guestfs.pod:2369
5154 msgid "C<generator>"
5155 msgstr ""
5156
5157 #. type: textblock
5158 #: ../src/guestfs.pod:2371
5159 msgid ""
5160 "The crucially important generator, used to automatically generate large "
5161 "amounts of boilerplate C code for things like RPC and bindings."
5162 msgstr ""
5163
5164 #. type: =item
5165 #: ../src/guestfs.pod:2374
5166 msgid "C<images>"
5167 msgstr ""
5168
5169 #. type: textblock
5170 #: ../src/guestfs.pod:2376
5171 msgid "Files used by the test suite."
5172 msgstr ""
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2378
5176 msgid "Some \"phony\" guest images which we test against."
5177 msgstr ""
5178
5179 #. type: =item
5180 #: ../src/guestfs.pod:2380
5181 msgid "C<inspector>"
5182 msgstr ""
5183
5184 #. type: textblock
5185 #: ../src/guestfs.pod:2382
5186 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5187 msgstr ""
5188
5189 #. type: =item
5190 #: ../src/guestfs.pod:2384
5191 msgid "C<m4>"
5192 msgstr ""
5193
5194 #. type: textblock
5195 #: ../src/guestfs.pod:2386
5196 msgid "M4 macros used by autoconf."
5197 msgstr ""
5198
5199 #. type: =item
5200 #: ../src/guestfs.pod:2388
5201 msgid "C<po>"
5202 msgstr ""
5203
5204 #. type: textblock
5205 #: ../src/guestfs.pod:2390
5206 msgid "Translations of simple gettext strings."
5207 msgstr ""
5208
5209 #. type: =item
5210 #: ../src/guestfs.pod:2392
5211 msgid "C<po-docs>"
5212 msgstr ""
5213
5214 #. type: textblock
5215 #: ../src/guestfs.pod:2394
5216 msgid ""
5217 "The build infrastructure and PO files for translations of manpages and POD "
5218 "files.  Eventually this will be combined with the C<po> directory, but that "
5219 "is rather complicated."
5220 msgstr ""
5221
5222 #. type: =item
5223 #: ../src/guestfs.pod:2398
5224 msgid "C<regressions>"
5225 msgstr ""
5226
5227 #. type: textblock
5228 #: ../src/guestfs.pod:2400
5229 msgid "Regression tests."
5230 msgstr ""
5231
5232 #. type: =item
5233 #: ../src/guestfs.pod:2402
5234 msgid "C<rescue>"
5235 msgstr ""
5236
5237 #. type: textblock
5238 #: ../src/guestfs.pod:2404
5239 msgid "L<virt-rescue(1)> command and documentation."
5240 msgstr ""
5241
5242 #. type: =item
5243 #: ../src/guestfs.pod:2406
5244 msgid "C<src>"
5245 msgstr ""
5246
5247 #. type: textblock
5248 #: ../src/guestfs.pod:2408
5249 msgid "Source code to the C library."
5250 msgstr ""
5251
5252 #. type: =item
5253 #: ../src/guestfs.pod:2410
5254 msgid "C<tools>"
5255 msgstr ""
5256
5257 #. type: textblock
5258 #: ../src/guestfs.pod:2412
5259 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5260 msgstr ""
5261
5262 #. type: =item
5263 #: ../src/guestfs.pod:2414
5264 msgid "C<test-tool>"
5265 msgstr ""
5266
5267 #. type: textblock
5268 #: ../src/guestfs.pod:2416
5269 msgid ""
5270 "Test tool for end users to test if their qemu/kernel combination will work "
5271 "with libguestfs."
5272 msgstr ""
5273
5274 #. type: =item
5275 #: ../src/guestfs.pod:2419
5276 msgid "C<csharp>"
5277 msgstr ""
5278
5279 #. type: =item
5280 #: ../src/guestfs.pod:2421
5281 msgid "C<haskell>"
5282 msgstr ""
5283
5284 #. type: =item
5285 #: ../src/guestfs.pod:2423
5286 msgid "C<java>"
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2425
5291 msgid "C<ocaml>"
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs.pod:2427
5296 msgid "C<php>"
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2429
5301 msgid "C<perl>"
5302 msgstr ""
5303
5304 #. type: =item
5305 #: ../src/guestfs.pod:2431
5306 msgid "C<python>"
5307 msgstr ""
5308
5309 #. type: =item
5310 #: ../src/guestfs.pod:2433
5311 msgid "C<ruby>"
5312 msgstr ""
5313
5314 #. type: textblock
5315 #: ../src/guestfs.pod:2435
5316 msgid "Language bindings."
5317 msgstr ""
5318
5319 # type: =head1
5320 #. type: =head1
5321 #: ../src/guestfs.pod:2439 ../fish/guestfish.pod:965
5322 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375
5323 msgid "ENVIRONMENT VARIABLES"
5324 msgstr ""
5325
5326 # type: =item
5327 #. type: =item
5328 #: ../src/guestfs.pod:2443 ../fish/guestfish.pod:991
5329 msgid "LIBGUESTFS_APPEND"
5330 msgstr ""
5331
5332 # type: textblock
5333 #. type: textblock
5334 #: ../src/guestfs.pod:2445 ../fish/guestfish.pod:993
5335 msgid "Pass additional options to the guest kernel."
5336 msgstr ""
5337
5338 # type: =item
5339 #. type: =item
5340 #: ../src/guestfs.pod:2447 ../fish/guestfish.pod:995
5341 msgid "LIBGUESTFS_DEBUG"
5342 msgstr ""
5343
5344 # type: textblock
5345 #. type: textblock
5346 #: ../src/guestfs.pod:2449
5347 msgid ""
5348 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5349 "effect as calling C<guestfs_set_verbose (g, 1)>."
5350 msgstr ""
5351
5352 # type: =item
5353 #. type: =item
5354 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:1000
5355 msgid "LIBGUESTFS_MEMSIZE"
5356 msgstr ""
5357
5358 # type: textblock
5359 #. type: textblock
5360 #: ../src/guestfs.pod:2454 ../fish/guestfish.pod:1002
5361 msgid ""
5362 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5363 msgstr ""
5364
5365 # type: verbatim
5366 #. type: verbatim
5367 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1005
5368 #, no-wrap
5369 msgid ""
5370 " LIBGUESTFS_MEMSIZE=700\n"
5371 "\n"
5372 msgstr ""
5373
5374 # type: =item
5375 #. type: =item
5376 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1007
5377 msgid "LIBGUESTFS_PATH"
5378 msgstr ""
5379
5380 #. type: textblock
5381 #: ../src/guestfs.pod:2461
5382 msgid ""
5383 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5384 "the discussion of paths in section L</PATH> above."
5385 msgstr ""
5386
5387 # type: =item
5388 #. type: =item
5389 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1012
5390 msgid "LIBGUESTFS_QEMU"
5391 msgstr ""
5392
5393 # type: textblock
5394 #. type: textblock
5395 #: ../src/guestfs.pod:2466 ../fish/guestfish.pod:1014
5396 msgid ""
5397 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5398 "which was found at compile time by the configure script is used."
5399 msgstr ""
5400
5401 # type: textblock
5402 #. type: textblock
5403 #: ../src/guestfs.pod:2470
5404 msgid "See also L</QEMU WRAPPERS> above."
5405 msgstr ""
5406
5407 # type: =item
5408 #. type: =item
5409 #: ../src/guestfs.pod:2472 ../fish/guestfish.pod:1018
5410 msgid "LIBGUESTFS_TRACE"
5411 msgstr ""
5412
5413 # type: textblock
5414 #. type: textblock
5415 #: ../src/guestfs.pod:2474
5416 msgid ""
5417 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5418 "effect as calling C<guestfs_set_trace (g, 1)>."
5419 msgstr ""
5420
5421 # type: =item
5422 #. type: =item
5423 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1027
5424 msgid "TMPDIR"
5425 msgstr ""
5426
5427 # type: textblock
5428 #. type: textblock
5429 #: ../src/guestfs.pod:2479 ../fish/guestfish.pod:1029
5430 msgid "Location of temporary directory, defaults to C</tmp>."
5431 msgstr ""
5432
5433 # type: textblock
5434 #. type: textblock
5435 #: ../src/guestfs.pod:2481 ../fish/guestfish.pod:1031
5436 msgid ""
5437 "If libguestfs was compiled to use the supermin appliance then the real "
5438 "appliance is cached in this directory, shared between all handles belonging "
5439 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5440 "use in case C</tmp> is not large enough."
5441 msgstr ""
5442
5443 # type: =head1
5444 #. type: =head1
5445 #: ../src/guestfs.pod:2489 ../fish/guestfish.pod:1089
5446 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5447 #: ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572
5448 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
5449 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539
5450 #: ../tools/virt-list-partitions.pl:257
5451 msgid "SEE ALSO"
5452 msgstr ""
5453
5454 # type: textblock
5455 #. type: textblock
5456 #: ../src/guestfs.pod:2491
5457 msgid ""
5458 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5459 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
5460 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
5461 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
5462 ">, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
5463 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5464 msgstr ""
5465
5466 # type: textblock
5467 #. type: textblock
5468 #: ../src/guestfs.pod:2514
5469 msgid ""
5470 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5471 "(8)>, L<disktype(1)>."
5472 msgstr ""
5473
5474 # type: =head1
5475 #. type: =head1
5476 #: ../src/guestfs.pod:2521 ../tools/virt-win-reg.pl:587
5477 #: ../tools/virt-make-fs.pl:553
5478 msgid "BUGS"
5479 msgstr ""
5480
5481 # type: textblock
5482 #. type: textblock
5483 #: ../src/guestfs.pod:2523
5484 msgid "To get a list of bugs against libguestfs use this link:"
5485 msgstr ""
5486
5487 # type: textblock
5488 #. type: textblock
5489 #: ../src/guestfs.pod:2525
5490 msgid ""
5491 "L<https://bugzilla.redhat.com/buglist.cgi?"
5492 "component=libguestfs&product=Virtualization+Tools>"
5493 msgstr ""
5494
5495 # type: textblock
5496 #. type: textblock
5497 #: ../src/guestfs.pod:2527
5498 msgid "To report a new bug against libguestfs use this link:"
5499 msgstr ""
5500
5501 # type: textblock
5502 #. type: textblock
5503 #: ../src/guestfs.pod:2529
5504 msgid ""
5505 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5506 "component=libguestfs&product=Virtualization+Tools>"
5507 msgstr ""
5508
5509 # type: textblock
5510 #. type: textblock
5511 #: ../src/guestfs.pod:2531
5512 msgid "When reporting a bug, please check:"
5513 msgstr ""
5514
5515 # type: textblock
5516 #. type: textblock
5517 #: ../src/guestfs.pod:2537
5518 msgid "That the bug hasn't been reported already."
5519 msgstr ""
5520
5521 # type: textblock
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2541
5524 msgid "That you are testing a recent version."
5525 msgstr ""
5526
5527 # type: textblock
5528 #. type: textblock
5529 #: ../src/guestfs.pod:2545
5530 msgid "Describe the bug accurately, and give a way to reproduce it."
5531 msgstr ""
5532
5533 # type: textblock
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2549
5536 msgid ""
5537 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5538 "bug report."
5539 msgstr ""
5540
5541 # type: =head1
5542 #. type: =head1
5543 #: ../src/guestfs.pod:2554 ../fish/guestfish.pod:1108
5544 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
5545 msgid "AUTHORS"
5546 msgstr ""
5547
5548 # type: textblock
5549 #. type: textblock
5550 #: ../src/guestfs.pod:2556 ../fish/guestfish.pod:1110
5551 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
5552 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5553 msgstr ""
5554
5555 # type: =head1
5556 #. type: =head1
5557 #: ../src/guestfs.pod:2558 ../fish/guestfish.pod:1112
5558 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5559 #: ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602
5560 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
5561 #: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568
5562 #: ../tools/virt-list-partitions.pl:273
5563 msgid "COPYRIGHT"
5564 msgstr ""
5565
5566 # type: textblock
5567 #. type: textblock
5568 #: ../src/guestfs.pod:2560 ../fish/guestfish.pod:1114
5569 #: ../fuse/guestmount.pod:250
5570 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5571 msgstr ""
5572
5573 # type: textblock
5574 #. type: textblock
5575 #: ../src/guestfs.pod:2563
5576 msgid ""
5577 "This library is free software; you can redistribute it and/or modify it "
5578 "under the terms of the GNU Lesser General Public License as published by the "
5579 "Free Software Foundation; either version 2 of the License, or (at your "
5580 "option) any later version."
5581 msgstr ""
5582
5583 # type: textblock
5584 #. type: textblock
5585 #: ../src/guestfs.pod:2568
5586 msgid ""
5587 "This library is distributed in the hope that it will be useful, but WITHOUT "
5588 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5589 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5590 "for more details."
5591 msgstr ""
5592
5593 # type: textblock
5594 #. type: textblock
5595 #: ../src/guestfs.pod:2573
5596 msgid ""
5597 "You should have received a copy of the GNU Lesser General Public License "
5598 "along with this library; if not, write to the Free Software Foundation, "
5599 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5600 msgstr ""
5601
5602 # type: =head2
5603 #. type: =head2
5604 #: ../src/guestfs-actions.pod:1
5605 msgid "guestfs_add_cdrom"
5606 msgstr ""
5607
5608 # type: verbatim
5609 #. type: verbatim
5610 #: ../src/guestfs-actions.pod:3
5611 #, no-wrap
5612 msgid ""
5613 " int\n"
5614 " guestfs_add_cdrom (guestfs_h *g,\n"
5615 "                    const char *filename);\n"
5616 "\n"
5617 msgstr ""
5618
5619 # type: textblock
5620 #. type: textblock
5621 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5622 msgid "This function adds a virtual CD-ROM disk image to the guest."
5623 msgstr ""
5624
5625 # type: textblock
5626 #. type: textblock
5627 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5628 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5629 msgstr ""
5630
5631 # type: textblock
5632 #. type: textblock
5633 #: ../src/guestfs-actions.pod:17
5634 msgid ""
5635 "This call checks for the existence of C<filename>.  This stops you from "
5636 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5637 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5638 "instead."
5639 msgstr ""
5640
5641 # type: textblock
5642 #. type: textblock
5643 #: ../src/guestfs-actions.pod:24
5644 msgid ""
5645 "If you just want to add an ISO file (often you use this as an efficient way "
5646 "to transfer large files into the guest), then you should probably use "
5647 "C<guestfs_add_drive_ro> instead."
5648 msgstr ""
5649
5650 # type: textblock
5651 #. type: textblock
5652 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
5653 #: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
5654 #: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
5655 #: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
5656 #: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428
5657 #: ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487
5658 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533
5659 #: ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633
5660 #: ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662
5661 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
5662 #: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
5663 #: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988
5664 #: ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090
5665 #: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127
5666 #: ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161
5667 #: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262
5668 #: ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324
5669 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464
5670 #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704
5671 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243
5672 #: ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448
5673 #: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226
5674 #: ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261
5675 #: ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430
5676 #: ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457
5677 #: ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508
5678 #: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600
5679 #: ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640
5680 #: ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695
5681 #: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733
5682 #: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780
5683 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832
5684 #: ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860
5685 #: ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970
5686 #: ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003
5687 #: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072
5688 #: ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106
5689 #: ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134
5690 #: ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166
5691 #: ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4232
5692 #: ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4336
5693 #: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374
5694 #: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403
5695 #: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4431
5696 #: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4481
5697 #: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4516
5698 #: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547
5699 #: ../src/guestfs-actions.pod:4596 ../src/guestfs-actions.pod:4633
5700 #: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4675
5701 #: ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4710
5702 #: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4901
5703 #: ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4941
5704 #: ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5039
5705 #: ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:5069
5706 #: ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5372
5707 #: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5405
5708 #: ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431
5709 #: ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5457
5710 #: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5494
5711 #: ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532
5712 #: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5573
5713 #: ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610
5714 #: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5650
5715 #: ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5695
5716 #: ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5738
5717 #: ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5777
5718 #: ../src/guestfs-actions.pod:5792 ../src/guestfs-actions.pod:5811
5719 #: ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871
5720 #: ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6005
5721 #: ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138
5722 #: ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164
5723 #: ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199
5724 #: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225
5725 #: ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6299
5726 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332
5727 #: ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6365
5728 #: ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398
5729 #: ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448
5730 #: ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502
5731 #: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6554
5732 #: ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6709
5733 #: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741
5734 #: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809
5735 #: ../src/guestfs-actions.pod:6854 ../src/guestfs-actions.pod:6887
5736 #: ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967
5737 #: ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052
5738 #: ../src/guestfs-actions.pod:7081
5739 msgid "This function returns 0 on success or -1 on error."
5740 msgstr ""
5741
5742 # type: textblock
5743 #. type: textblock
5744 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
5745 #: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
5746 #: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5747 msgid ""
5748 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5749 "instead."
5750 msgstr ""
5751
5752 # type: textblock
5753 #. type: textblock
5754 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
5755 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435
5756 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942
5757 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6975
5758 #: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:31
5759 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
5760 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306
5761 #: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820
5762 #: ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4721
5763 msgid ""
5764 "Deprecated functions will not be removed from the API, but the fact that "
5765 "they are deprecated indicates that there are problems with correct use of "
5766 "these functions."
5767 msgstr ""
5768
5769 # type: textblock
5770 #. type: textblock
5771 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
5772 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893
5773 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094
5774 #: ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243
5775 #: ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:5552
5776 #: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5779
5777 #: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6367
5778 #: ../src/guestfs-actions.pod:6889
5779 msgid "(Added in 0.3)"
5780 msgstr ""
5781
5782 # type: =head2
5783 #. type: =head2
5784 #: ../src/guestfs-actions.pod:41
5785 msgid "guestfs_add_domain"
5786 msgstr ""
5787
5788 # type: verbatim
5789 #. type: verbatim
5790 #: ../src/guestfs-actions.pod:43
5791 #, no-wrap
5792 msgid ""
5793 " int\n"
5794 " guestfs_add_domain (guestfs_h *g,\n"
5795 "                     const char *dom,\n"
5796 "                     ...);\n"
5797 "\n"
5798 msgstr ""
5799
5800 # type: textblock
5801 #. type: textblock
5802 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
5803 #: ../src/guestfs-actions.pod:4205
5804 msgid ""
5805 "You may supply a list of optional arguments to this call.  Use zero or more "
5806 "of the following pairs of parameters, and terminate the list with C<-1> on "
5807 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5808 msgstr ""
5809
5810 # type: verbatim
5811 #. type: verbatim
5812 #: ../src/guestfs-actions.pod:53
5813 #, no-wrap
5814 msgid ""
5815 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5816 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5817 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5818 "\n"
5819 msgstr ""
5820
5821 # type: textblock
5822 #. type: textblock
5823 #: ../src/guestfs-actions.pod:57
5824 msgid ""
5825 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5826 "It works by connecting to libvirt, requesting the domain and domain XML from "
5827 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5828 "one."
5829 msgstr ""
5830
5831 # type: textblock
5832 #. type: textblock
5833 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5834 msgid ""
5835 "The number of disks added is returned.  This operation is atomic: if an "
5836 "error is returned, then no disks are added."
5837 msgstr ""
5838
5839 # type: textblock
5840 #. type: textblock
5841 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5842 msgid ""
5843 "This function does some minimal checks to make sure the libvirt domain is "
5844 "not running (unless C<readonly> is true).  In a future version we will try "
5845 "to acquire the libvirt lock on each disk."
5846 msgstr ""
5847
5848 # type: textblock
5849 #. type: textblock
5850 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5851 msgid ""
5852 "Disks must be accessible locally.  This often means that adding disks from a "
5853 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5854 "unless those disks are accessible via the same device path locally too."
5855 msgstr ""
5856
5857 #. type: textblock
5858 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5859 msgid ""
5860 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5861 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5862 "libvirt URI (or one set through an environment variable, see the libvirt "
5863 "documentation for full details)."
5864 msgstr ""
5865
5866 # type: textblock
5867 #. type: textblock
5868 #: ../src/guestfs-actions.pod:80
5869 msgid ""
5870 "The other optional parameters are passed directly through to "
5871 "C<guestfs_add_drive_opts>."
5872 msgstr ""
5873
5874 # type: textblock
5875 #. type: textblock
5876 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
5877 #: ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679
5878 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728
5879 #: ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307
5880 #: ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864
5881 #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003
5882 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081
5883 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662
5884 #: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4619
5885 #: ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:5153
5886 #: ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:6475
5887 #: ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913
5888 #: ../src/guestfs-actions.pod:6926
5889 msgid "On error this function returns -1."
5890 msgstr ""
5891
5892 # type: textblock
5893 #. type: textblock
5894 #: ../src/guestfs-actions.pod:85
5895 msgid "(Added in 1.7.4)"
5896 msgstr ""
5897
5898 # type: =head2
5899 #. type: =head2
5900 #: ../src/guestfs-actions.pod:87
5901 msgid "guestfs_add_domain_va"
5902 msgstr ""
5903
5904 # type: verbatim
5905 #. type: verbatim
5906 #: ../src/guestfs-actions.pod:89
5907 #, no-wrap
5908 msgid ""
5909 " int\n"
5910 " guestfs_add_domain_va (guestfs_h *g,\n"
5911 "                        const char *dom,\n"
5912 "                        va_list args);\n"
5913 "\n"
5914 msgstr ""
5915
5916 # type: textblock
5917 #. type: textblock
5918 #: ../src/guestfs-actions.pod:94
5919 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5920 msgstr ""
5921
5922 # type: textblock
5923 #. type: textblock
5924 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
5925 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
5926 #: ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4258
5927 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5928 msgstr ""
5929
5930 # type: =head2
5931 #. type: =head2
5932 #: ../src/guestfs-actions.pod:98
5933 msgid "guestfs_add_domain_argv"
5934 msgstr ""
5935
5936 # type: verbatim
5937 #. type: verbatim
5938 #: ../src/guestfs-actions.pod:100
5939 #, no-wrap
5940 msgid ""
5941 " int\n"
5942 " guestfs_add_domain_argv (guestfs_h *g,\n"
5943 "                          const char *dom,\n"
5944 "                          const struct guestfs_add_domain_argv *optargs);\n"
5945 "\n"
5946 msgstr ""
5947
5948 # type: textblock
5949 #. type: textblock
5950 #: ../src/guestfs-actions.pod:105
5951 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5952 msgstr ""
5953
5954 # type: =head2
5955 #. type: =head2
5956 #: ../src/guestfs-actions.pod:109
5957 msgid "guestfs_add_drive"
5958 msgstr ""
5959
5960 # type: verbatim
5961 #. type: verbatim
5962 #: ../src/guestfs-actions.pod:111
5963 #, no-wrap
5964 msgid ""
5965 " int\n"
5966 " guestfs_add_drive (guestfs_h *g,\n"
5967 "                    const char *filename);\n"
5968 "\n"
5969 msgstr ""
5970
5971 # type: textblock
5972 #. type: textblock
5973 #: ../src/guestfs-actions.pod:115
5974 msgid ""
5975 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5976 "optional parameters, so the disk is added writable, with the format being "
5977 "detected automatically."
5978 msgstr ""
5979
5980 # type: textblock
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:119
5983 msgid ""
5984 "Automatic detection of the format opens you up to a potential security hole "
5985 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5986 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5987 "you should think about replacing calls to this function with calls to "
5988 "C<guestfs_add_drive_opts>, and specifying the format."
5989 msgstr ""
5990
5991 # type: =head2
5992 #. type: =head2
5993 #: ../src/guestfs-actions.pod:130
5994 msgid "guestfs_add_drive_opts"
5995 msgstr ""
5996
5997 # type: verbatim
5998 #. type: verbatim
5999 #: ../src/guestfs-actions.pod:132
6000 #, no-wrap
6001 msgid ""
6002 " int\n"
6003 " guestfs_add_drive_opts (guestfs_h *g,\n"
6004 "                         const char *filename,\n"
6005 "                         ...);\n"
6006 "\n"
6007 msgstr ""
6008
6009 # type: verbatim
6010 #. type: verbatim
6011 #: ../src/guestfs-actions.pod:142
6012 #, no-wrap
6013 msgid ""
6014 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6015 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6016 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6017 "\n"
6018 msgstr ""
6019
6020 # type: textblock
6021 #. type: textblock
6022 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
6023 msgid ""
6024 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6025 "The first time you call this function, the disk appears as C</dev/sda>, the "
6026 "second time as C</dev/sdb>, and so on."
6027 msgstr ""
6028
6029 # type: textblock
6030 #. type: textblock
6031 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
6032 msgid ""
6033 "You don't necessarily need to be root when using libguestfs.  However you "
6034 "obviously do need sufficient permissions to access the filename for whatever "
6035 "operations you want to perform (ie. read access if you just want to read the "
6036 "image or write access if you want to modify the image)."
6037 msgstr ""
6038
6039 # type: textblock
6040 #. type: textblock
6041 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
6042 msgid "This call checks that C<filename> exists."
6043 msgstr ""
6044
6045 # type: textblock
6046 #. type: textblock
6047 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4215
6048 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831
6049 msgid "The optional arguments are:"
6050 msgstr ""
6051
6052 # type: =item
6053 #. type: =item
6054 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
6055 msgid "C<readonly>"
6056 msgstr ""
6057
6058 # type: textblock
6059 #. type: textblock
6060 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
6061 msgid ""
6062 "If true then the image is treated as read-only.  Writes are still allowed, "
6063 "but they are stored in a temporary snapshot overlay which is discarded at "
6064 "the end.  The disk that you add is not modified."
6065 msgstr ""
6066
6067 # type: =item
6068 #. type: =item
6069 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
6070 msgid "C<format>"
6071 msgstr ""
6072
6073 # type: textblock
6074 #. type: textblock
6075 #: ../src/guestfs-actions.pod:171
6076 msgid ""
6077 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6078 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6079 "Possible formats include C<raw> and C<qcow2>."
6080 msgstr ""
6081
6082 # type: textblock
6083 #. type: textblock
6084 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
6085 msgid ""
6086 "Automatic detection of the format opens you up to a potential security hole "
6087 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6088 "RHBZ#642934.  Specifying the format closes this security hole."
6089 msgstr ""
6090
6091 # type: =item
6092 #. type: =item
6093 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
6094 msgid "C<iface>"
6095 msgstr ""
6096
6097 # type: textblock
6098 #. type: textblock
6099 #: ../src/guestfs-actions.pod:182
6100 msgid ""
6101 "This rarely-used option lets you emulate the behaviour of the deprecated "
6102 "C<guestfs_add_drive_with_if> call (q.v.)"
6103 msgstr ""
6104
6105 # type: textblock
6106 #. type: textblock
6107 #: ../src/guestfs-actions.pod:189
6108 msgid "(Added in 1.5.23)"
6109 msgstr ""
6110
6111 # type: =head2
6112 #. type: =head2
6113 #: ../src/guestfs-actions.pod:191
6114 msgid "guestfs_add_drive_opts_va"
6115 msgstr ""
6116
6117 # type: verbatim
6118 #. type: verbatim
6119 #: ../src/guestfs-actions.pod:193
6120 #, no-wrap
6121 msgid ""
6122 " int\n"
6123 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6124 "                            const char *filename,\n"
6125 "                            va_list args);\n"
6126 "\n"
6127 msgstr ""
6128
6129 # type: textblock
6130 #. type: textblock
6131 #: ../src/guestfs-actions.pod:198
6132 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6133 msgstr ""
6134
6135 # type: =head2
6136 #. type: =head2
6137 #: ../src/guestfs-actions.pod:202
6138 msgid "guestfs_add_drive_opts_argv"
6139 msgstr ""
6140
6141 # type: verbatim
6142 #. type: verbatim
6143 #: ../src/guestfs-actions.pod:204
6144 #, no-wrap
6145 msgid ""
6146 " int\n"
6147 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6148 "                              const char *filename,\n"
6149 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6150 "\n"
6151 msgstr ""
6152
6153 # type: textblock
6154 #. type: textblock
6155 #: ../src/guestfs-actions.pod:209
6156 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6157 msgstr ""
6158
6159 # type: =head2
6160 #. type: =head2
6161 #: ../src/guestfs-actions.pod:213
6162 msgid "guestfs_add_drive_ro"
6163 msgstr ""
6164
6165 # type: verbatim
6166 #. type: verbatim
6167 #: ../src/guestfs-actions.pod:215
6168 #, no-wrap
6169 msgid ""
6170 " int\n"
6171 " guestfs_add_drive_ro (guestfs_h *g,\n"
6172 "                       const char *filename);\n"
6173 "\n"
6174 msgstr ""
6175
6176 # type: textblock
6177 #. type: textblock
6178 #: ../src/guestfs-actions.pod:219
6179 msgid ""
6180 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6181 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6182 "disk is added read-only, with the format being detected automatically."
6183 msgstr ""
6184
6185 # type: textblock
6186 #. type: textblock
6187 #: ../src/guestfs-actions.pod:226
6188 msgid "(Added in 1.0.38)"
6189 msgstr ""
6190
6191 # type: =head2
6192 #. type: =head2
6193 #: ../src/guestfs-actions.pod:228
6194 msgid "guestfs_add_drive_ro_with_if"
6195 msgstr ""
6196
6197 # type: verbatim
6198 #. type: verbatim
6199 #: ../src/guestfs-actions.pod:230
6200 #, no-wrap
6201 msgid ""
6202 " int\n"
6203 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6204 "                               const char *filename,\n"
6205 "                               const char *iface);\n"
6206 "\n"
6207 msgstr ""
6208
6209 # type: textblock
6210 #. type: textblock
6211 #: ../src/guestfs-actions.pod:235
6212 msgid ""
6213 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6214 "QEMU interface emulation to use at run time."
6215 msgstr ""
6216
6217 # type: textblock
6218 #. type: textblock
6219 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
6220 #: ../src/guestfs-actions.pod:2333
6221 msgid "(Added in 1.0.84)"
6222 msgstr ""
6223
6224 # type: =head2
6225 #. type: =head2
6226 #: ../src/guestfs-actions.pod:249
6227 msgid "guestfs_add_drive_with_if"
6228 msgstr ""
6229
6230 # type: verbatim
6231 #. type: verbatim
6232 #: ../src/guestfs-actions.pod:251
6233 #, no-wrap
6234 msgid ""
6235 " int\n"
6236 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6237 "                            const char *filename,\n"
6238 "                            const char *iface);\n"
6239 "\n"
6240 msgstr ""
6241
6242 # type: textblock
6243 #. type: textblock
6244 #: ../src/guestfs-actions.pod:256
6245 msgid ""
6246 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6247 "QEMU interface emulation to use at run time."
6248 msgstr ""
6249
6250 # type: =head2
6251 #. type: =head2
6252 #: ../src/guestfs-actions.pod:270
6253 msgid "guestfs_aug_clear"
6254 msgstr ""
6255
6256 # type: verbatim
6257 #. type: verbatim
6258 #: ../src/guestfs-actions.pod:272
6259 #, no-wrap
6260 msgid ""
6261 " int\n"
6262 " guestfs_aug_clear (guestfs_h *g,\n"
6263 "                    const char *augpath);\n"
6264 "\n"
6265 msgstr ""
6266
6267 # type: textblock
6268 #. type: textblock
6269 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
6270 msgid ""
6271 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6272 "L<augtool(1)> C<clear> command."
6273 msgstr ""
6274
6275 # type: textblock
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
6278 msgid "(Added in 1.3.4)"
6279 msgstr ""
6280
6281 # type: =head2
6282 #. type: =head2
6283 #: ../src/guestfs-actions.pod:283
6284 msgid "guestfs_aug_close"
6285 msgstr ""
6286
6287 # type: verbatim
6288 #. type: verbatim
6289 #: ../src/guestfs-actions.pod:285
6290 #, no-wrap
6291 msgid ""
6292 " int\n"
6293 " guestfs_aug_close (guestfs_h *g);\n"
6294 "\n"
6295 msgstr ""
6296
6297 # type: textblock
6298 #. type: textblock
6299 #: ../src/guestfs-actions.pod:288
6300 msgid ""
6301 "Close the current Augeas handle and free up any resources used by it.  After "
6302 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6303 "any other Augeas functions."
6304 msgstr ""
6305
6306 # type: textblock
6307 #. type: textblock
6308 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
6309 #: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
6310 #: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
6311 #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475
6312 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503
6313 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
6314 #: ../src/guestfs-actions.pod:5230
6315 msgid "(Added in 0.7)"
6316 msgstr ""
6317
6318 # type: =head2
6319 #. type: =head2
6320 #: ../src/guestfs-actions.pod:297
6321 msgid "guestfs_aug_defnode"
6322 msgstr ""
6323
6324 # type: verbatim
6325 #. type: verbatim
6326 #: ../src/guestfs-actions.pod:299
6327 #, no-wrap
6328 msgid ""
6329 " struct guestfs_int_bool *\n"
6330 " guestfs_aug_defnode (guestfs_h *g,\n"
6331 "                      const char *name,\n"
6332 "                      const char *expr,\n"
6333 "                      const char *val);\n"
6334 "\n"
6335 msgstr ""
6336
6337 # type: textblock
6338 #. type: textblock
6339 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
6340 msgid ""
6341 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6342 msgstr ""
6343
6344 # type: textblock
6345 #. type: textblock
6346 #: ../src/guestfs-actions.pod:308
6347 msgid ""
6348 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6349 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6350 "containing that single node."
6351 msgstr ""
6352
6353 # type: textblock
6354 #. type: textblock
6355 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
6356 msgid ""
6357 "On success this returns a pair containing the number of nodes in the "
6358 "nodeset, and a boolean flag if a node was created."
6359 msgstr ""
6360
6361 # type: textblock
6362 #. type: textblock
6363 #: ../src/guestfs-actions.pod:316
6364 msgid ""
6365 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6366 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6367 msgstr ""
6368
6369 # type: =head2
6370 #. type: =head2
6371 #: ../src/guestfs-actions.pod:322
6372 msgid "guestfs_aug_defvar"
6373 msgstr ""
6374
6375 # type: verbatim
6376 #. type: verbatim
6377 #: ../src/guestfs-actions.pod:324
6378 #, no-wrap
6379 msgid ""
6380 " int\n"
6381 " guestfs_aug_defvar (guestfs_h *g,\n"
6382 "                     const char *name,\n"
6383 "                     const char *expr);\n"
6384 "\n"
6385 msgstr ""
6386
6387 # type: textblock
6388 #. type: textblock
6389 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
6390 msgid ""
6391 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6392 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6393 msgstr ""
6394
6395 # type: textblock
6396 #. type: textblock
6397 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
6398 msgid ""
6399 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6400 "evaluates to something which is not a nodeset."
6401 msgstr ""
6402
6403 # type: =head2
6404 #. type: =head2
6405 #: ../src/guestfs-actions.pod:340
6406 msgid "guestfs_aug_get"
6407 msgstr ""
6408
6409 # type: verbatim
6410 #. type: verbatim
6411 #: ../src/guestfs-actions.pod:342
6412 #, no-wrap
6413 msgid ""
6414 " char *\n"
6415 " guestfs_aug_get (guestfs_h *g,\n"
6416 "                  const char *augpath);\n"
6417 "\n"
6418 msgstr ""
6419
6420 # type: textblock
6421 #. type: textblock
6422 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
6423 msgid ""
6424 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6425 "node, the C<value> is returned."
6426 msgstr ""
6427
6428 # type: textblock
6429 #. type: textblock
6430 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849
6431 #: ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927
6432 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046
6433 #: ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193
6434 #: ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341
6435 #: ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644
6436 #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824
6437 #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936
6438 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298
6439 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586
6440 #: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748
6441 #: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803
6442 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888
6443 #: ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752
6444 #: ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032
6445 #: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4958
6446 #: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5306
6447 #: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5918
6448 #: ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:5951
6449 #: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6649
6450 #: ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6686
6451 #: ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:7138
6452 msgid ""
6453 "This function returns a string, or NULL on error.  I<The caller must free "
6454 "the returned string after use>."
6455 msgstr ""
6456
6457 # type: =head2
6458 #. type: =head2
6459 #: ../src/guestfs-actions.pod:354
6460 msgid "guestfs_aug_init"
6461 msgstr ""
6462
6463 # type: verbatim
6464 #. type: verbatim
6465 #: ../src/guestfs-actions.pod:356
6466 #, no-wrap
6467 msgid ""
6468 " int\n"
6469 " guestfs_aug_init (guestfs_h *g,\n"
6470 "                   const char *root,\n"
6471 "                   int flags);\n"
6472 "\n"
6473 msgstr ""
6474
6475 # type: textblock
6476 #. type: textblock
6477 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
6478 msgid ""
6479 "Create a new Augeas handle for editing configuration files.  If there was "
6480 "any previous Augeas handle associated with this guestfs session, then it is "
6481 "closed."
6482 msgstr ""
6483
6484 # type: textblock
6485 #. type: textblock
6486 #: ../src/guestfs-actions.pod:365
6487 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6488 msgstr ""
6489
6490 # type: textblock
6491 #. type: textblock
6492 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
6493 msgid ""
6494 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6495 msgstr ""
6496
6497 # type: textblock
6498 #. type: textblock
6499 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
6500 msgid ""
6501 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6502 "logical I<or> of the following integers:"
6503 msgstr ""
6504
6505 # type: =item
6506 #. type: =item
6507 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
6508 msgid "C<AUG_SAVE_BACKUP> = 1"
6509 msgstr ""
6510
6511 # type: textblock
6512 #. type: textblock
6513 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
6514 msgid "Keep the original file with a C<.augsave> extension."
6515 msgstr ""
6516
6517 # type: =item
6518 #. type: =item
6519 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
6520 msgid "C<AUG_SAVE_NEWFILE> = 2"
6521 msgstr ""
6522
6523 # type: textblock
6524 #. type: textblock
6525 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
6526 msgid ""
6527 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6528 "original.  Overrides C<AUG_SAVE_BACKUP>."
6529 msgstr ""
6530
6531 # type: =item
6532 #. type: =item
6533 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
6534 msgid "C<AUG_TYPE_CHECK> = 4"
6535 msgstr ""
6536
6537 # type: textblock
6538 #. type: textblock
6539 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
6540 msgid "Typecheck lenses (can be expensive)."
6541 msgstr ""
6542
6543 # type: =item
6544 #. type: =item
6545 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
6546 msgid "C<AUG_NO_STDINC> = 8"
6547 msgstr ""
6548
6549 # type: textblock
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
6552 msgid "Do not use standard load path for modules."
6553 msgstr ""
6554
6555 # type: =item
6556 #. type: =item
6557 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
6558 msgid "C<AUG_SAVE_NOOP> = 16"
6559 msgstr ""
6560
6561 # type: textblock
6562 #. type: textblock
6563 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
6564 msgid "Make save a no-op, just record what would have been changed."
6565 msgstr ""
6566
6567 # type: =item
6568 #. type: =item
6569 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
6570 msgid "C<AUG_NO_LOAD> = 32"
6571 msgstr ""
6572
6573 # type: textblock
6574 #. type: textblock
6575 #: ../src/guestfs-actions.pod:400
6576 msgid "Do not load the tree in C<guestfs_aug_init>."
6577 msgstr ""
6578
6579 # type: textblock
6580 #. type: textblock
6581 #: ../src/guestfs-actions.pod:404
6582 msgid "To close the handle, you can call C<guestfs_aug_close>."
6583 msgstr ""
6584
6585 # type: textblock
6586 #. type: textblock
6587 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
6588 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6589 msgstr ""
6590
6591 # type: =head2
6592 #. type: =head2
6593 #: ../src/guestfs-actions.pod:412
6594 msgid "guestfs_aug_insert"
6595 msgstr ""
6596
6597 # type: verbatim
6598 #. type: verbatim
6599 #: ../src/guestfs-actions.pod:414
6600 #, no-wrap
6601 msgid ""
6602 " int\n"
6603 " guestfs_aug_insert (guestfs_h *g,\n"
6604 "                     const char *augpath,\n"
6605 "                     const char *label,\n"
6606 "                     int before);\n"
6607 "\n"
6608 msgstr ""
6609
6610 # type: textblock
6611 #. type: textblock
6612 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
6613 msgid ""
6614 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6615 "or after C<path> (depending on the boolean flag C<before>)."
6616 msgstr ""
6617
6618 # type: textblock
6619 #. type: textblock
6620 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
6621 msgid ""
6622 "C<path> must match exactly one existing node in the tree, and C<label> must "
6623 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6624 msgstr ""
6625
6626 # type: =head2
6627 #. type: =head2
6628 #: ../src/guestfs-actions.pod:432
6629 msgid "guestfs_aug_load"
6630 msgstr ""
6631
6632 # type: verbatim
6633 #. type: verbatim
6634 #: ../src/guestfs-actions.pod:434
6635 #, no-wrap
6636 msgid ""
6637 " int\n"
6638 " guestfs_aug_load (guestfs_h *g);\n"
6639 "\n"
6640 msgstr ""
6641
6642 # type: textblock
6643 #. type: textblock
6644 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
6645 msgid "Load files into the tree."
6646 msgstr ""
6647
6648 # type: textblock
6649 #. type: textblock
6650 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
6651 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6652 msgstr ""
6653
6654 # type: =head2
6655 #. type: =head2
6656 #: ../src/guestfs-actions.pod:446
6657 msgid "guestfs_aug_ls"
6658 msgstr ""
6659
6660 # type: verbatim
6661 #. type: verbatim
6662 #: ../src/guestfs-actions.pod:448
6663 #, no-wrap
6664 msgid ""
6665 " char **\n"
6666 " guestfs_aug_ls (guestfs_h *g,\n"
6667 "                 const char *augpath);\n"
6668 "\n"
6669 msgstr ""
6670
6671 # type: textblock
6672 #. type: textblock
6673 #: ../src/guestfs-actions.pod:452
6674 msgid ""
6675 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6676 "sorting the resulting nodes into alphabetical order."
6677 msgstr ""
6678
6679 # type: textblock
6680 #. type: textblock
6681 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471
6682 #: ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065
6683 #: ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375
6684 #: ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497
6685 #: ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178
6686 #: ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213
6687 #: ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280
6688 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400
6689 #: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822
6690 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322
6691 #: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489
6692 #: ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4580
6693 #: ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5226
6694 #: ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:5991
6695 #: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6107
6696 #: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6277
6697 #: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6779
6698 #: ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6991
6699 #: ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7095
6700 #: ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7160
6701 #: ../src/guestfs-actions.pod:7179
6702 msgid ""
6703 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6704 ">), or NULL if there was an error.  I<The caller must free the strings and "
6705 "the array after use>."
6706 msgstr ""
6707
6708 # type: textblock
6709 #. type: textblock
6710 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
6711 #: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
6712 #: ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3146
6713 #: ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3785
6714 #: ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:4005
6715 #: ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4584
6716 #: ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5419
6717 #: ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:5445
6718 #: ../src/guestfs-actions.pod:5853 ../src/guestfs-actions.pod:6491
6719 #: ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6743
6720 #: ../src/guestfs-actions.pod:6979
6721 msgid "(Added in 0.8)"
6722 msgstr ""
6723
6724 # type: =head2
6725 #. type: =head2
6726 #: ../src/guestfs-actions.pod:461
6727 msgid "guestfs_aug_match"
6728 msgstr ""
6729
6730 # type: verbatim
6731 #. type: verbatim
6732 #: ../src/guestfs-actions.pod:463
6733 #, no-wrap
6734 msgid ""
6735 " char **\n"
6736 " guestfs_aug_match (guestfs_h *g,\n"
6737 "                    const char *augpath);\n"
6738 "\n"
6739 msgstr ""
6740
6741 # type: textblock
6742 #. type: textblock
6743 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
6744 msgid ""
6745 "Returns a list of paths which match the path expression C<path>.  The "
6746 "returned paths are sufficiently qualified so that they match exactly one "
6747 "node in the current tree."
6748 msgstr ""
6749
6750 # type: =head2
6751 #. type: =head2
6752 #: ../src/guestfs-actions.pod:477
6753 msgid "guestfs_aug_mv"
6754 msgstr ""
6755
6756 # type: verbatim
6757 #. type: verbatim
6758 #: ../src/guestfs-actions.pod:479
6759 #, no-wrap
6760 msgid ""
6761 " int\n"
6762 " guestfs_aug_mv (guestfs_h *g,\n"
6763 "                 const char *src,\n"
6764 "                 const char *dest);\n"
6765 "\n"
6766 msgstr ""
6767
6768 # type: textblock
6769 #. type: textblock
6770 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
6771 msgid ""
6772 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6773 "C<dest> is overwritten if it exists."
6774 msgstr ""
6775
6776 # type: =head2
6777 #. type: =head2
6778 #: ../src/guestfs-actions.pod:491
6779 msgid "guestfs_aug_rm"
6780 msgstr ""
6781
6782 # type: verbatim
6783 #. type: verbatim
6784 #: ../src/guestfs-actions.pod:493
6785 #, no-wrap
6786 msgid ""
6787 " int\n"
6788 " guestfs_aug_rm (guestfs_h *g,\n"
6789 "                 const char *augpath);\n"
6790 "\n"
6791 msgstr ""
6792
6793 # type: textblock
6794 #. type: textblock
6795 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
6796 msgid "Remove C<path> and all of its children."
6797 msgstr ""
6798
6799 # type: textblock
6800 #. type: textblock
6801 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
6802 msgid "On success this returns the number of entries which were removed."
6803 msgstr ""
6804
6805 # type: =head2
6806 #. type: =head2
6807 #: ../src/guestfs-actions.pod:505
6808 msgid "guestfs_aug_save"
6809 msgstr ""
6810
6811 # type: verbatim
6812 #. type: verbatim
6813 #: ../src/guestfs-actions.pod:507
6814 #, no-wrap
6815 msgid ""
6816 " int\n"
6817 " guestfs_aug_save (guestfs_h *g);\n"
6818 "\n"
6819 msgstr ""
6820
6821 # type: textblock
6822 #. type: textblock
6823 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
6824 msgid "This writes all pending changes to disk."
6825 msgstr ""
6826
6827 # type: textblock
6828 #. type: textblock
6829 #: ../src/guestfs-actions.pod:512
6830 msgid ""
6831 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6832 "are saved."
6833 msgstr ""
6834
6835 # type: =head2
6836 #. type: =head2
6837 #: ../src/guestfs-actions.pod:519
6838 msgid "guestfs_aug_set"
6839 msgstr ""
6840
6841 # type: verbatim
6842 #. type: verbatim
6843 #: ../src/guestfs-actions.pod:521
6844 #, no-wrap
6845 msgid ""
6846 " int\n"
6847 " guestfs_aug_set (guestfs_h *g,\n"
6848 "                  const char *augpath,\n"
6849 "                  const char *val);\n"
6850 "\n"
6851 msgstr ""
6852
6853 # type: textblock
6854 #. type: textblock
6855 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
6856 msgid "Set the value associated with C<path> to C<val>."
6857 msgstr ""
6858
6859 # type: textblock
6860 #. type: textblock
6861 #: ../src/guestfs-actions.pod:528
6862 msgid ""
6863 "In the Augeas API, it is possible to clear a node by setting the value to "
6864 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6865 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6866 msgstr ""
6867
6868 # type: =head2
6869 #. type: =head2
6870 #: ../src/guestfs-actions.pod:537
6871 msgid "guestfs_available"
6872 msgstr ""
6873
6874 # type: verbatim
6875 #. type: verbatim
6876 #: ../src/guestfs-actions.pod:539
6877 #, no-wrap
6878 msgid ""
6879 " int\n"
6880 " guestfs_available (guestfs_h *g,\n"
6881 "                    char *const *groups);\n"
6882 "\n"
6883 msgstr ""
6884
6885 # type: textblock
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
6888 msgid ""
6889 "This command is used to check the availability of some groups of "
6890 "functionality in the appliance, which not all builds of the libguestfs "
6891 "appliance will be able to provide."
6892 msgstr ""
6893
6894 # type: textblock
6895 #. type: textblock
6896 #: ../src/guestfs-actions.pod:547
6897 msgid ""
6898 "The libguestfs groups, and the functions that those groups correspond to, "
6899 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6900 "runtime by calling C<guestfs_available_all_groups>."
6901 msgstr ""
6902
6903 # type: textblock
6904 #. type: textblock
6905 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
6906 msgid ""
6907 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6908 "\"]> would check for the availability of the Linux inotify functions and "
6909 "Augeas (configuration file editing) functions."
6910 msgstr ""
6911
6912 # type: textblock
6913 #. type: textblock
6914 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
6915 msgid "The command returns no error if I<all> requested groups are available."
6916 msgstr ""
6917
6918 # type: textblock
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
6921 msgid ""
6922 "It fails with an error if one or more of the requested groups is unavailable "
6923 "in the appliance."
6924 msgstr ""
6925
6926 # type: textblock
6927 #. type: textblock
6928 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
6929 msgid ""
6930 "If an unknown group name is included in the list of groups then an error is "
6931 "always returned."
6932 msgstr ""
6933
6934 # type: textblock
6935 #. type: textblock
6936 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
6937 msgid "I<Notes:>"
6938 msgstr ""
6939
6940 # type: textblock
6941 #. type: textblock
6942 #: ../src/guestfs-actions.pod:571
6943 msgid "You must call C<guestfs_launch> before calling this function."
6944 msgstr ""
6945
6946 # type: textblock
6947 #. type: textblock
6948 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6949 msgid ""
6950 "The reason is because we don't know what groups are supported by the "
6951 "appliance/daemon until it is running and can be queried."
6952 msgstr ""
6953
6954 # type: textblock
6955 #. type: textblock
6956 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6957 msgid ""
6958 "If a group of functions is available, this does not necessarily mean that "
6959 "they will work.  You still have to check for errors when calling individual "
6960 "API functions even if they are available."
6961 msgstr ""
6962
6963 # type: textblock
6964 #. type: textblock
6965 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6966 msgid ""
6967 "It is usually the job of distro packagers to build complete functionality "
6968 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6969 "with all requirements satisfied, will support everything."
6970 msgstr ""
6971
6972 # type: textblock
6973 #. type: textblock
6974 #: ../src/guestfs-actions.pod:593
6975 msgid ""
6976 "This call was added in version C<1.0.80>.  In previous versions of "
6977 "libguestfs all you could do would be to speculatively execute a command to "
6978 "find out if the daemon implemented it.  See also C<guestfs_version>."
6979 msgstr ""
6980
6981 # type: textblock
6982 #. type: textblock
6983 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6984 msgid "(Added in 1.0.80)"
6985 msgstr ""
6986
6987 # type: =head2
6988 #. type: =head2
6989 #: ../src/guestfs-actions.pod:604
6990 msgid "guestfs_available_all_groups"
6991 msgstr ""
6992
6993 # type: verbatim
6994 #. type: verbatim
6995 #: ../src/guestfs-actions.pod:606
6996 #, no-wrap
6997 msgid ""
6998 " char **\n"
6999 " guestfs_available_all_groups (guestfs_h *g);\n"
7000 "\n"
7001 msgstr ""
7002
7003 # type: textblock
7004 #. type: textblock
7005 #: ../src/guestfs-actions.pod:609
7006 msgid ""
7007 "This command returns a list of all optional groups that this daemon knows "
7008 "about.  Note this returns both supported and unsupported groups.  To find "
7009 "out which ones the daemon can actually support you have to call "
7010 "C<guestfs_available> on each member of the returned list."
7011 msgstr ""
7012
7013 # type: textblock
7014 #. type: textblock
7015 #: ../src/guestfs-actions.pod:615
7016 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7017 msgstr ""
7018
7019 # type: textblock
7020 #. type: textblock
7021 #: ../src/guestfs-actions.pod:621
7022 msgid "(Added in 1.3.15)"
7023 msgstr ""
7024
7025 # type: =head2
7026 #. type: =head2
7027 #: ../src/guestfs-actions.pod:623
7028 msgid "guestfs_base64_in"
7029 msgstr ""
7030
7031 # type: verbatim
7032 #. type: verbatim
7033 #: ../src/guestfs-actions.pod:625
7034 #, no-wrap
7035 msgid ""
7036 " int\n"
7037 " guestfs_base64_in (guestfs_h *g,\n"
7038 "                    const char *base64file,\n"
7039 "                    const char *filename);\n"
7040 "\n"
7041 msgstr ""
7042
7043 # type: textblock
7044 #. type: textblock
7045 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
7046 msgid ""
7047 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7048 msgstr ""
7049
7050 # type: textblock
7051 #. type: textblock
7052 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
7053 msgid "(Added in 1.3.5)"
7054 msgstr ""
7055
7056 # type: =head2
7057 #. type: =head2
7058 #: ../src/guestfs-actions.pod:637
7059 msgid "guestfs_base64_out"
7060 msgstr ""
7061
7062 # type: verbatim
7063 #. type: verbatim
7064 #: ../src/guestfs-actions.pod:639
7065 #, no-wrap
7066 msgid ""
7067 " int\n"
7068 " guestfs_base64_out (guestfs_h *g,\n"
7069 "                     const char *filename,\n"
7070 "                     const char *base64file);\n"
7071 "\n"
7072 msgstr ""
7073
7074 # type: textblock
7075 #. type: textblock
7076 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
7077 msgid ""
7078 "This command downloads the contents of C<filename>, writing it out to local "
7079 "file C<base64file> encoded as base64."
7080 msgstr ""
7081
7082 # type: =head2
7083 #. type: =head2
7084 #: ../src/guestfs-actions.pod:651
7085 msgid "guestfs_blockdev_flushbufs"
7086 msgstr ""
7087
7088 # type: verbatim
7089 #. type: verbatim
7090 #: ../src/guestfs-actions.pod:653
7091 #, no-wrap
7092 msgid ""
7093 " int\n"
7094 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7095 "                             const char *device);\n"
7096 "\n"
7097 msgstr ""
7098
7099 # type: textblock
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
7102 msgid ""
7103 "This tells the kernel to flush internal buffers associated with C<device>."
7104 msgstr ""
7105
7106 # type: textblock
7107 #. type: textblock
7108 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677
7109 #: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708
7110 #: ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745
7111 #: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777
7112 #: ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805
7113 #: ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452
7114 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471
7115 #: ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496
7116 #: ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515
7117 #: ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
7118 msgid "This uses the L<blockdev(8)> command."
7119 msgstr ""
7120
7121 # type: textblock
7122 #. type: textblock
7123 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681
7124 #: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712
7125 #: ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749
7126 #: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
7127 #: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
7128 msgid "(Added in 0.9.3)"
7129 msgstr ""
7130
7131 # type: =head2
7132 #. type: =head2
7133 #: ../src/guestfs-actions.pod:666
7134 msgid "guestfs_blockdev_getbsz"
7135 msgstr ""
7136
7137 # type: verbatim
7138 #. type: verbatim
7139 #: ../src/guestfs-actions.pod:668
7140 #, no-wrap
7141 msgid ""
7142 " int\n"
7143 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7144 "                          const char *device);\n"
7145 "\n"
7146 msgstr ""
7147
7148 # type: textblock
7149 #. type: textblock
7150 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
7151 msgid "This returns the block size of a device."
7152 msgstr ""
7153
7154 # type: textblock
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774
7157 #: ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
7158 msgid ""
7159 "(Note this is different from both I<size in blocks> and I<filesystem block "
7160 "size>)."
7161 msgstr ""
7162
7163 # type: =head2
7164 #. type: =head2
7165 #: ../src/guestfs-actions.pod:683
7166 msgid "guestfs_blockdev_getro"
7167 msgstr ""
7168
7169 # type: verbatim
7170 #. type: verbatim
7171 #: ../src/guestfs-actions.pod:685
7172 #, no-wrap
7173 msgid ""
7174 " int\n"
7175 " guestfs_blockdev_getro (guestfs_h *g,\n"
7176 "                         const char *device);\n"
7177 "\n"
7178 msgstr ""
7179
7180 # type: textblock
7181 #. type: textblock
7182 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
7183 msgid ""
7184 "Returns a boolean indicating if the block device is read-only (true if read-"
7185 "only, false if not)."
7186 msgstr ""
7187
7188 # type: textblock
7189 #. type: textblock
7190 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396
7191 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891
7192 #: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974
7193 #: ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044
7194 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092
7195 #: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3068
7196 #: ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3097
7197 #: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128
7198 #: ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3158
7199 #: ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3185
7200 #: ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215
7201 #: ../src/guestfs-actions.pod:4729
7202 msgid "This function returns a C truth value on success or -1 on error."
7203 msgstr ""
7204
7205 # type: =head2
7206 #. type: =head2
7207 #: ../src/guestfs-actions.pod:698
7208 msgid "guestfs_blockdev_getsize64"
7209 msgstr ""
7210
7211 # type: verbatim
7212 #. type: verbatim
7213 #: ../src/guestfs-actions.pod:700
7214 #, no-wrap
7215 msgid ""
7216 " int64_t\n"
7217 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7218 "                             const char *device);\n"
7219 "\n"
7220 msgstr ""
7221
7222 # type: textblock
7223 #. type: textblock
7224 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
7225 msgid "This returns the size of the device in bytes."
7226 msgstr ""
7227
7228 # type: textblock
7229 #. type: textblock
7230 #: ../src/guestfs-actions.pod:706
7231 msgid "See also C<guestfs_blockdev_getsz>."
7232 msgstr ""
7233
7234 # type: =head2
7235 #. type: =head2
7236 #: ../src/guestfs-actions.pod:714
7237 msgid "guestfs_blockdev_getss"
7238 msgstr ""
7239
7240 # type: verbatim
7241 #. type: verbatim
7242 #: ../src/guestfs-actions.pod:716
7243 #, no-wrap
7244 msgid ""
7245 " int\n"
7246 " guestfs_blockdev_getss (guestfs_h *g,\n"
7247 "                         const char *device);\n"
7248 "\n"
7249 msgstr ""
7250
7251 # type: textblock
7252 #. type: textblock
7253 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
7254 msgid ""
7255 "This returns the size of sectors on a block device.  Usually 512, but can be "
7256 "larger for modern devices."
7257 msgstr ""
7258
7259 # type: textblock
7260 #. type: textblock
7261 #: ../src/guestfs-actions.pod:723
7262 msgid ""
7263 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7264 "that)."
7265 msgstr ""
7266
7267 # type: =head2
7268 #. type: =head2
7269 #: ../src/guestfs-actions.pod:732
7270 msgid "guestfs_blockdev_getsz"
7271 msgstr ""
7272
7273 # type: verbatim
7274 #. type: verbatim
7275 #: ../src/guestfs-actions.pod:734
7276 #, no-wrap
7277 msgid ""
7278 " int64_t\n"
7279 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7280 "                         const char *device);\n"
7281 "\n"
7282 msgstr ""
7283
7284 # type: textblock
7285 #. type: textblock
7286 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
7287 msgid ""
7288 "This returns the size of the device in units of 512-byte sectors (even if "
7289 "the sectorsize isn't 512 bytes ... weird)."
7290 msgstr ""
7291
7292 # type: textblock
7293 #. type: textblock
7294 #: ../src/guestfs-actions.pod:741
7295 msgid ""
7296 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7297 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7298 msgstr ""
7299
7300 # type: =head2
7301 #. type: =head2
7302 #: ../src/guestfs-actions.pod:751
7303 msgid "guestfs_blockdev_rereadpt"
7304 msgstr ""
7305
7306 # type: verbatim
7307 #. type: verbatim
7308 #: ../src/guestfs-actions.pod:753
7309 #, no-wrap
7310 msgid ""
7311 " int\n"
7312 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7313 "                            const char *device);\n"
7314 "\n"
7315 msgstr ""
7316
7317 # type: textblock
7318 #. type: textblock
7319 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
7320 msgid "Reread the partition table on C<device>."
7321 msgstr ""
7322
7323 # type: =head2
7324 #. type: =head2
7325 #: ../src/guestfs-actions.pod:765
7326 msgid "guestfs_blockdev_setbsz"
7327 msgstr ""
7328
7329 # type: verbatim
7330 #. type: verbatim
7331 #: ../src/guestfs-actions.pod:767
7332 #, no-wrap
7333 msgid ""
7334 " int\n"
7335 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7336 "                          const char *device,\n"
7337 "                          int blocksize);\n"
7338 "\n"
7339 msgstr ""
7340
7341 # type: textblock
7342 #. type: textblock
7343 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
7344 msgid "This sets the block size of a device."
7345 msgstr ""
7346
7347 # type: =head2
7348 #. type: =head2
7349 #: ../src/guestfs-actions.pod:783
7350 msgid "guestfs_blockdev_setro"
7351 msgstr ""
7352
7353 # type: verbatim
7354 #. type: verbatim
7355 #: ../src/guestfs-actions.pod:785
7356 #, no-wrap
7357 msgid ""
7358 " int\n"
7359 " guestfs_blockdev_setro (guestfs_h *g,\n"
7360 "                         const char *device);\n"
7361 "\n"
7362 msgstr ""
7363
7364 # type: textblock
7365 #. type: textblock
7366 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
7367 msgid "Sets the block device named C<device> to read-only."
7368 msgstr ""
7369
7370 # type: =head2
7371 #. type: =head2
7372 #: ../src/guestfs-actions.pod:797
7373 msgid "guestfs_blockdev_setrw"
7374 msgstr ""
7375
7376 # type: verbatim
7377 #. type: verbatim
7378 #: ../src/guestfs-actions.pod:799
7379 #, no-wrap
7380 msgid ""
7381 " int\n"
7382 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7383 "                         const char *device);\n"
7384 "\n"
7385 msgstr ""
7386
7387 # type: textblock
7388 #. type: textblock
7389 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
7390 msgid "Sets the block device named C<device> to read-write."
7391 msgstr ""
7392
7393 # type: =head2
7394 #. type: =head2
7395 #: ../src/guestfs-actions.pod:811
7396 msgid "guestfs_case_sensitive_path"
7397 msgstr ""
7398
7399 # type: verbatim
7400 #. type: verbatim
7401 #: ../src/guestfs-actions.pod:813
7402 #, no-wrap
7403 msgid ""
7404 " char *\n"
7405 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7406 "                              const char *path);\n"
7407 "\n"
7408 msgstr ""
7409
7410 # type: textblock
7411 #. type: textblock
7412 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
7413 msgid ""
7414 "This can be used to resolve case insensitive paths on a filesystem which is "
7415 "case sensitive.  The use case is to resolve paths which you have read from "
7416 "Windows configuration files or the Windows Registry, to the true path."
7417 msgstr ""
7418
7419 # type: textblock
7420 #. type: textblock
7421 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
7422 msgid ""
7423 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7424 "(and probably others), which is that although the underlying filesystem is "
7425 "case-insensitive, the driver exports the filesystem to Linux as case-"
7426 "sensitive."
7427 msgstr ""
7428
7429 # type: textblock
7430 #. type: textblock
7431 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
7432 msgid ""
7433 "One consequence of this is that special directories such as C<c:\\windows> "
7434 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7435 "precise details of how they were created.  In Windows itself this would not "
7436 "be a problem."
7437 msgstr ""
7438
7439 # type: textblock
7440 #. type: textblock
7441 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
7442 msgid ""
7443 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7444 "#posixfilenames1>"
7445 msgstr ""
7446
7447 # type: textblock
7448 #. type: textblock
7449 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
7450 msgid ""
7451 "This function resolves the true case of each element in the path and returns "
7452 "the case-sensitive path."
7453 msgstr ""
7454
7455 # type: textblock
7456 #. type: textblock
7457 #: ../src/guestfs-actions.pod:839
7458 msgid ""
7459 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7460 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7461 "how the directories were originally created under Windows)."
7462 msgstr ""
7463
7464 # type: textblock
7465 #. type: textblock
7466 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
7467 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7468 msgstr ""
7469
7470 # type: textblock
7471 #. type: textblock
7472 #: ../src/guestfs-actions.pod:847
7473 msgid "See also C<guestfs_realpath>."
7474 msgstr ""
7475
7476 # type: textblock
7477 #. type: textblock
7478 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6671
7479 msgid "(Added in 1.0.75)"
7480 msgstr ""
7481
7482 # type: =head2
7483 #. type: =head2
7484 #: ../src/guestfs-actions.pod:854
7485 msgid "guestfs_cat"
7486 msgstr ""
7487
7488 # type: verbatim
7489 #. type: verbatim
7490 #: ../src/guestfs-actions.pod:856
7491 #, no-wrap
7492 msgid ""
7493 " char *\n"
7494 " guestfs_cat (guestfs_h *g,\n"
7495 "              const char *path);\n"
7496 "\n"
7497 msgstr ""
7498
7499 # type: textblock
7500 #. type: textblock
7501 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5216
7502 #: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3468
7503 msgid "Return the contents of the file named C<path>."
7504 msgstr ""
7505
7506 # type: textblock
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:862
7509 msgid ""
7510 "Note that this function cannot correctly handle binary files (specifically, "
7511 "files containing C<\\0> character which is treated as end of string).  For "
7512 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7513 "functions which have a more complex interface."
7514 msgstr ""
7515
7516 # type: textblock
7517 #. type: textblock
7518 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049
7519 #: ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360
7520 #: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482
7521 #: ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750
7522 #: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217
7523 #: ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284
7524 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330
7525 #: ../src/guestfs-actions.pod:4998 ../src/guestfs-actions.pod:5024
7526 #: ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181
7527 #: ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:6056
7528 #: ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6257
7529 #: ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6943
7530 #: ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6995
7531 #: ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7099
7532 #: ../src/guestfs-actions.pod:7118 ../src/guestfs-actions.pod:7164
7533 #: ../src/guestfs-actions.pod:7183 ../fish/guestfish-actions.pod:580
7534 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727
7535 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913
7536 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990
7537 #: ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480
7538 #: ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518
7539 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543
7540 #: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3338
7541 #: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3429
7542 #: ../fish/guestfish-actions.pod:3446 ../fish/guestfish-actions.pod:3461
7543 #: ../fish/guestfish-actions.pod:4044 ../fish/guestfish-actions.pod:4090
7544 #: ../fish/guestfish-actions.pod:4175 ../fish/guestfish-actions.pod:4190
7545 #: ../fish/guestfish-actions.pod:4600 ../fish/guestfish-actions.pod:4618
7546 #: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4645
7547 #: ../fish/guestfish-actions.pod:4693 ../fish/guestfish-actions.pod:4703
7548 #: ../fish/guestfish-actions.pod:4732 ../fish/guestfish-actions.pod:4742
7549 msgid ""
7550 "Because of the message protocol, there is a transfer limit of somewhere "
7551 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7552 msgstr ""
7553
7554 # type: textblock
7555 #. type: textblock
7556 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3326
7557 #: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405
7558 #: ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898
7559 #: ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5104
7560 #: ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:6830
7561 #: ../src/guestfs-actions.pod:6844
7562 msgid "(Added in 0.4)"
7563 msgstr ""
7564
7565 # type: =head2
7566 #. type: =head2
7567 #: ../src/guestfs-actions.pod:875
7568 msgid "guestfs_checksum"
7569 msgstr ""
7570
7571 # type: verbatim
7572 #. type: verbatim
7573 #: ../src/guestfs-actions.pod:877
7574 #, no-wrap
7575 msgid ""
7576 " char *\n"
7577 " guestfs_checksum (guestfs_h *g,\n"
7578 "                   const char *csumtype,\n"
7579 "                   const char *path);\n"
7580 "\n"
7581 msgstr ""
7582
7583 # type: textblock
7584 #. type: textblock
7585 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
7586 msgid ""
7587 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7588 msgstr ""
7589
7590 # type: textblock
7591 #. type: textblock
7592 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
7593 msgid ""
7594 "The type of checksum to compute is given by the C<csumtype> parameter which "
7595 "must have one of the following values:"
7596 msgstr ""
7597
7598 # type: =item
7599 #. type: =item
7600 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
7601 msgid "C<crc>"
7602 msgstr ""
7603
7604 # type: textblock
7605 #. type: textblock
7606 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
7607 msgid ""
7608 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7609 "C<cksum> command."
7610 msgstr ""
7611
7612 # type: =item
7613 #. type: =item
7614 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
7615 msgid "C<md5>"
7616 msgstr ""
7617
7618 # type: textblock
7619 #. type: textblock
7620 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
7621 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7622 msgstr ""
7623
7624 # type: =item
7625 #. type: =item
7626 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
7627 msgid "C<sha1>"
7628 msgstr ""
7629
7630 # type: textblock
7631 #. type: textblock
7632 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
7633 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7634 msgstr ""
7635
7636 # type: =item
7637 #. type: =item
7638 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
7639 msgid "C<sha224>"
7640 msgstr ""
7641
7642 # type: textblock
7643 #. type: textblock
7644 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
7645 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7646 msgstr ""
7647
7648 # type: =item
7649 #. type: =item
7650 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
7651 msgid "C<sha256>"
7652 msgstr ""
7653
7654 # type: textblock
7655 #. type: textblock
7656 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
7657 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7658 msgstr ""
7659
7660 # type: =item
7661 #. type: =item
7662 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
7663 msgid "C<sha384>"
7664 msgstr ""
7665
7666 # type: textblock
7667 #. type: textblock
7668 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
7669 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7670 msgstr ""
7671
7672 # type: =item
7673 #. type: =item
7674 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
7675 msgid "C<sha512>"
7676 msgstr ""
7677
7678 # type: textblock
7679 #. type: textblock
7680 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
7681 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7682 msgstr ""
7683
7684 # type: textblock
7685 #. type: textblock
7686 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
7687 msgid "The checksum is returned as a printable string."
7688 msgstr ""
7689
7690 # type: textblock
7691 #. type: textblock
7692 #: ../src/guestfs-actions.pod:923
7693 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7694 msgstr ""
7695
7696 # type: textblock
7697 #. type: textblock
7698 #: ../src/guestfs-actions.pod:925
7699 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7700 msgstr ""
7701
7702 # type: textblock
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238
7705 #: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3070
7706 #: ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160
7707 #: ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6527
7708 msgid "(Added in 1.0.2)"
7709 msgstr ""
7710
7711 # type: =head2
7712 #. type: =head2
7713 #: ../src/guestfs-actions.pod:932
7714 msgid "guestfs_checksum_device"
7715 msgstr ""
7716
7717 # type: verbatim
7718 #. type: verbatim
7719 #: ../src/guestfs-actions.pod:934
7720 #, no-wrap
7721 msgid ""
7722 " char *\n"
7723 " guestfs_checksum_device (guestfs_h *g,\n"
7724 "                          const char *csumtype,\n"
7725 "                          const char *device);\n"
7726 "\n"
7727 msgstr ""
7728
7729 # type: textblock
7730 #. type: textblock
7731 #: ../src/guestfs-actions.pod:939
7732 msgid ""
7733 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7734 "device named C<device>.  For the types of checksums supported see the "
7735 "C<guestfs_checksum> command."
7736 msgstr ""
7737
7738 # type: textblock
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4635
7741 #: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4731
7742 #: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925
7743 #: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6450
7744 #: ../src/guestfs-actions.pod:6856
7745 msgid "(Added in 1.3.2)"
7746 msgstr ""
7747
7748 # type: =head2
7749 #. type: =head2
7750 #: ../src/guestfs-actions.pod:948
7751 msgid "guestfs_checksums_out"
7752 msgstr ""
7753
7754 # type: verbatim
7755 #. type: verbatim
7756 #: ../src/guestfs-actions.pod:950
7757 #, no-wrap
7758 msgid ""
7759 " int\n"
7760 " guestfs_checksums_out (guestfs_h *g,\n"
7761 "                        const char *csumtype,\n"
7762 "                        const char *directory,\n"
7763 "                        const char *sumsfile);\n"
7764 "\n"
7765 msgstr ""
7766
7767 # type: textblock
7768 #. type: textblock
7769 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
7770 msgid ""
7771 "This command computes the checksums of all regular files in C<directory> and "
7772 "then emits a list of those checksums to the local output file C<sumsfile>."
7773 msgstr ""
7774
7775 # type: textblock
7776 #. type: textblock
7777 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
7778 msgid ""
7779 "This can be used for verifying the integrity of a virtual machine.  However "
7780 "to be properly secure you should pay attention to the output of the checksum "
7781 "command (it uses the ones from GNU coreutils).  In particular when the "
7782 "filename is not printable, coreutils uses a special backslash syntax.  For "
7783 "more information, see the GNU coreutils info file."
7784 msgstr ""
7785
7786 # type: textblock
7787 #. type: textblock
7788 #: ../src/guestfs-actions.pod:970
7789 msgid "(Added in 1.3.7)"
7790 msgstr ""
7791
7792 # type: =head2
7793 #. type: =head2
7794 #: ../src/guestfs-actions.pod:972
7795 msgid "guestfs_chmod"
7796 msgstr ""
7797
7798 # type: verbatim
7799 #. type: verbatim
7800 #: ../src/guestfs-actions.pod:974
7801 #, no-wrap
7802 msgid ""
7803 " int\n"
7804 " guestfs_chmod (guestfs_h *g,\n"
7805 "                int mode,\n"
7806 "                const char *path);\n"
7807 "\n"
7808 msgstr ""
7809
7810 # type: textblock
7811 #. type: textblock
7812 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
7813 msgid ""
7814 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7815 "supported."
7816 msgstr ""
7817
7818 # type: textblock
7819 #. type: textblock
7820 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
7821 msgid ""
7822 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7823 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7824 "C<700>."
7825 msgstr ""
7826
7827 # type: textblock
7828 #. type: textblock
7829 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4149
7830 #: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353
7831 #: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:669
7832 #: ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2913
7833 #: ../fish/guestfish-actions.pod:2923 ../fish/guestfish-actions.pod:2933
7834 msgid "The mode actually set is affected by the umask."
7835 msgstr ""
7836
7837 # type: =head2
7838 #. type: =head2
7839 #: ../src/guestfs-actions.pod:992
7840 msgid "guestfs_chown"
7841 msgstr ""
7842
7843 # type: verbatim
7844 #. type: verbatim
7845 #: ../src/guestfs-actions.pod:994
7846 #, no-wrap
7847 msgid ""
7848 " int\n"
7849 " guestfs_chown (guestfs_h *g,\n"
7850 "                int owner,\n"
7851 "                int group,\n"
7852 "                const char *path);\n"
7853 "\n"
7854 msgstr ""
7855
7856 # type: textblock
7857 #. type: textblock
7858 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
7859 msgid "Change the file owner to C<owner> and group to C<group>."
7860 msgstr ""
7861
7862 # type: textblock
7863 #. type: textblock
7864 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3257
7865 #: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253
7866 msgid ""
7867 "Only numeric uid and gid are supported.  If you want to use names, you will "
7868 "need to locate and parse the password file yourself (Augeas support makes "
7869 "this relatively easy)."
7870 msgstr ""
7871
7872 # type: =head2
7873 #. type: =head2
7874 #: ../src/guestfs-actions.pod:1010
7875 msgid "guestfs_command"
7876 msgstr ""
7877
7878 # type: verbatim
7879 #. type: verbatim
7880 #: ../src/guestfs-actions.pod:1012
7881 #, no-wrap
7882 msgid ""
7883 " char *\n"
7884 " guestfs_command (guestfs_h *g,\n"
7885 "                  char *const *arguments);\n"
7886 "\n"
7887 msgstr ""
7888
7889 # type: textblock
7890 #. type: textblock
7891 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
7892 msgid ""
7893 "This call runs a command from the guest filesystem.  The filesystem must be "
7894 "mounted, and must contain a compatible operating system (ie. something "
7895 "Linux, with the same or compatible processor architecture)."
7896 msgstr ""
7897
7898 # type: textblock
7899 #. type: textblock
7900 #: ../src/guestfs-actions.pod:1021
7901 msgid ""
7902 "The single parameter is an argv-style list of arguments.  The first element "
7903 "is the name of the program to run.  Subsequent elements are parameters.  The "
7904 "list must be non-empty (ie. must contain a program name).  Note that the "
7905 "command runs directly, and is I<not> invoked via the shell (see "
7906 "C<guestfs_sh>)."
7907 msgstr ""
7908
7909 # type: textblock
7910 #. type: textblock
7911 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
7912 msgid "The return value is anything printed to I<stdout> by the command."
7913 msgstr ""
7914
7915 # type: textblock
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
7918 msgid ""
7919 "If the command returns a non-zero exit status, then this function returns an "
7920 "error message.  The error message string is the content of I<stderr> from "
7921 "the command."
7922 msgstr ""
7923
7924 # type: textblock
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
7927 msgid ""
7928 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7929 "bin>.  If you require a program from another location, you should provide "
7930 "the full path in the first parameter."
7931 msgstr ""
7932
7933 # type: textblock
7934 #. type: textblock
7935 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
7936 msgid ""
7937 "Shared libraries and data files required by the program must be available on "
7938 "filesystems which are mounted in the correct places.  It is the caller's "
7939 "responsibility to ensure all filesystems that are needed are mounted at the "
7940 "right locations."
7941 msgstr ""
7942
7943 # type: textblock
7944 #. type: textblock
7945 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072
7946 #: ../src/guestfs-actions.pod:1535
7947 msgid "(Added in 0.9.1)"
7948 msgstr ""
7949
7950 # type: =head2
7951 #. type: =head2
7952 #: ../src/guestfs-actions.pod:1054
7953 msgid "guestfs_command_lines"
7954 msgstr ""
7955
7956 # type: verbatim
7957 #. type: verbatim
7958 #: ../src/guestfs-actions.pod:1056
7959 #, no-wrap
7960 msgid ""
7961 " char **\n"
7962 " guestfs_command_lines (guestfs_h *g,\n"
7963 "                        char *const *arguments);\n"
7964 "\n"
7965 msgstr ""
7966
7967 # type: textblock
7968 #. type: textblock
7969 #: ../src/guestfs-actions.pod:1060
7970 msgid ""
7971 "This is the same as C<guestfs_command>, but splits the result into a list of "
7972 "lines."
7973 msgstr ""
7974
7975 # type: textblock
7976 #. type: textblock
7977 #: ../src/guestfs-actions.pod:1063
7978 msgid "See also: C<guestfs_sh_lines>"
7979 msgstr ""
7980
7981 # type: =head2
7982 #. type: =head2
7983 #: ../src/guestfs-actions.pod:1074
7984 msgid "guestfs_config"
7985 msgstr ""
7986
7987 # type: verbatim
7988 #. type: verbatim
7989 #: ../src/guestfs-actions.pod:1076
7990 #, no-wrap
7991 msgid ""
7992 " int\n"
7993 " guestfs_config (guestfs_h *g,\n"
7994 "                 const char *qemuparam,\n"
7995 "                 const char *qemuvalue);\n"
7996 "\n"
7997 msgstr ""
7998
7999 # type: textblock
8000 #. type: textblock
8001 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
8002 msgid ""
8003 "This can be used to add arbitrary qemu command line parameters of the form "
8004 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8005 "setting some parameters which would interfere with parameters that we use."
8006 msgstr ""
8007
8008 # type: textblock
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
8011 msgid "The first character of C<param> string must be a C<-> (dash)."
8012 msgstr ""
8013
8014 # type: textblock
8015 #. type: textblock
8016 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
8017 msgid "C<value> can be NULL."
8018 msgstr ""
8019
8020 # type: =head2
8021 #. type: =head2
8022 #: ../src/guestfs-actions.pod:1094
8023 msgid "guestfs_copy_size"
8024 msgstr ""
8025
8026 # type: verbatim
8027 #. type: verbatim
8028 #: ../src/guestfs-actions.pod:1096
8029 #, no-wrap
8030 msgid ""
8031 " int\n"
8032 " guestfs_copy_size (guestfs_h *g,\n"
8033 "                    const char *src,\n"
8034 "                    const char *dest,\n"
8035 "                    int64_t size);\n"
8036 "\n"
8037 msgstr ""
8038
8039 # type: textblock
8040 #. type: textblock
8041 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
8042 msgid ""
8043 "This command copies exactly C<size> bytes from one source device or file "
8044 "C<src> to another destination device or file C<dest>."
8045 msgstr ""
8046
8047 # type: textblock
8048 #. type: textblock
8049 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
8050 msgid ""
8051 "Note this will fail if the source is too short or if the destination is not "
8052 "large enough."
8053 msgstr ""
8054
8055 # type: textblock
8056 #. type: textblock
8057 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233
8058 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684
8059 #: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6522
8060 #: ../src/guestfs-actions.pod:6556 ../src/guestfs-actions.pod:7035
8061 #: ../src/guestfs-actions.pod:7054
8062 msgid ""
8063 "This long-running command can generate progress notification messages so "
8064 "that the caller can display a progress bar or indicator.  To receive these "
8065 "messages, the caller must register a progress callback.  See L<guestfs(3)/"
8066 "guestfs_set_progress_callback>."
8067 msgstr ""
8068
8069 # type: textblock
8070 #. type: textblock
8071 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3925
8072 #: ../src/guestfs-actions.pod:5131 ../src/guestfs-actions.pod:6763
8073 #: ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6869
8074 msgid "(Added in 1.0.87)"
8075 msgstr ""
8076
8077 # type: =head2
8078 #. type: =head2
8079 #: ../src/guestfs-actions.pod:1117
8080 msgid "guestfs_cp"
8081 msgstr ""
8082
8083 # type: verbatim
8084 #. type: verbatim
8085 #: ../src/guestfs-actions.pod:1119
8086 #, no-wrap
8087 msgid ""
8088 " int\n"
8089 " guestfs_cp (guestfs_h *g,\n"
8090 "             const char *src,\n"
8091 "             const char *dest);\n"
8092 "\n"
8093 msgstr ""
8094
8095 # type: textblock
8096 #. type: textblock
8097 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
8098 msgid ""
8099 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8100 "destination filename or destination directory."
8101 msgstr ""
8102
8103 # type: textblock
8104 #. type: textblock
8105 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143
8106 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289
8107 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4598
8108 #: ../src/guestfs-actions.pod:4975
8109 msgid "(Added in 1.0.18)"
8110 msgstr ""
8111
8112 # type: =head2
8113 #. type: =head2
8114 #: ../src/guestfs-actions.pod:1131
8115 msgid "guestfs_cp_a"
8116 msgstr ""
8117
8118 # type: verbatim
8119 #. type: verbatim
8120 #: ../src/guestfs-actions.pod:1133
8121 #, no-wrap
8122 msgid ""
8123 " int\n"
8124 " guestfs_cp_a (guestfs_h *g,\n"
8125 "               const char *src,\n"
8126 "               const char *dest);\n"
8127 "\n"
8128 msgstr ""
8129
8130 # type: textblock
8131 #. type: textblock
8132 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
8133 msgid ""
8134 "This copies a file or directory from C<src> to C<dest> recursively using the "
8135 "C<cp -a> command."
8136 msgstr ""
8137
8138 # type: =head2
8139 #. type: =head2
8140 #: ../src/guestfs-actions.pod:1145
8141 msgid "guestfs_dd"
8142 msgstr ""
8143
8144 # type: verbatim
8145 #. type: verbatim
8146 #: ../src/guestfs-actions.pod:1147
8147 #, no-wrap
8148 msgid ""
8149 " int\n"
8150 " guestfs_dd (guestfs_h *g,\n"
8151 "             const char *src,\n"
8152 "             const char *dest);\n"
8153 "\n"
8154 msgstr ""
8155
8156 # type: textblock
8157 #. type: textblock
8158 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
8159 msgid ""
8160 "This command copies from one source device or file C<src> to another "
8161 "destination device or file C<dest>.  Normally you would use this to copy to "
8162 "or from a device or partition, for example to duplicate a filesystem."
8163 msgstr ""
8164
8165 # type: textblock
8166 #. type: textblock
8167 #: ../src/guestfs-actions.pod:1157
8168 msgid ""
8169 "If the destination is a device, it must be as large or larger than the "
8170 "source file or device, otherwise the copy will fail.  This command cannot do "
8171 "partial copies (see C<guestfs_copy_size>)."
8172 msgstr ""
8173
8174 # type: =head2
8175 #. type: =head2
8176 #: ../src/guestfs-actions.pod:1165
8177 msgid "guestfs_df"
8178 msgstr ""
8179
8180 # type: verbatim
8181 #. type: verbatim
8182 #: ../src/guestfs-actions.pod:1167
8183 #, no-wrap
8184 msgid ""
8185 " char *\n"
8186 " guestfs_df (guestfs_h *g);\n"
8187 "\n"
8188 msgstr ""
8189
8190 # type: textblock
8191 #. type: textblock
8192 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
8193 msgid "This command runs the C<df> command to report disk space used."
8194 msgstr ""
8195
8196 # type: textblock
8197 #. type: textblock
8198 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
8199 msgid ""
8200 "This command is mostly useful for interactive sessions.  It is I<not> "
8201 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8202 "from programs."
8203 msgstr ""
8204
8205 # type: textblock
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196
8208 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263
8209 #: ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355
8210 #: ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4498
8211 #: ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:6284
8212 #: ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915
8213 #: ../src/guestfs-actions.pod:6928
8214 msgid "(Added in 1.0.54)"
8215 msgstr ""
8216
8217 # type: =head2
8218 #. type: =head2
8219 #: ../src/guestfs-actions.pod:1181
8220 msgid "guestfs_df_h"
8221 msgstr ""
8222
8223 # type: verbatim
8224 #. type: verbatim
8225 #: ../src/guestfs-actions.pod:1183
8226 #, no-wrap
8227 msgid ""
8228 " char *\n"
8229 " guestfs_df_h (guestfs_h *g);\n"
8230 "\n"
8231 msgstr ""
8232
8233 # type: textblock
8234 #. type: textblock
8235 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
8236 msgid ""
8237 "This command runs the C<df -h> command to report disk space used in human-"
8238 "readable format."
8239 msgstr ""
8240
8241 # type: =head2
8242 #. type: =head2
8243 #: ../src/guestfs-actions.pod:1198
8244 msgid "guestfs_dmesg"
8245 msgstr ""
8246
8247 # type: verbatim
8248 #. type: verbatim
8249 #: ../src/guestfs-actions.pod:1200
8250 #, no-wrap
8251 msgid ""
8252 " char *\n"
8253 " guestfs_dmesg (guestfs_h *g);\n"
8254 "\n"
8255 msgstr ""
8256
8257 # type: textblock
8258 #. type: textblock
8259 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
8260 msgid ""
8261 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8262 "This is sometimes useful for extended debugging of problems."
8263 msgstr ""
8264
8265 # type: textblock
8266 #. type: textblock
8267 #: ../src/guestfs-actions.pod:1207
8268 msgid ""
8269 "Another way to get the same information is to enable verbose messages with "
8270 "C<guestfs_set_verbose> or by setting the environment variable "
8271 "C<LIBGUESTFS_DEBUG=1> before running the program."
8272 msgstr ""
8273
8274 # type: =head2
8275 #. type: =head2
8276 #: ../src/guestfs-actions.pod:1217
8277 msgid "guestfs_download"
8278 msgstr ""
8279
8280 # type: verbatim
8281 #. type: verbatim
8282 #: ../src/guestfs-actions.pod:1219
8283 #, no-wrap
8284 msgid ""
8285 " int\n"
8286 " guestfs_download (guestfs_h *g,\n"
8287 "                   const char *remotefilename,\n"
8288 "                   const char *filename);\n"
8289 "\n"
8290 msgstr ""
8291
8292 # type: textblock
8293 #. type: textblock
8294 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249
8295 #: ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
8296 msgid ""
8297 "Download file C<remotefilename> and save it as C<filename> on the local "
8298 "machine."
8299 msgstr ""
8300
8301 # type: textblock
8302 #. type: textblock
8303 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6516
8304 #: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4348
8305 msgid "C<filename> can also be a named pipe."
8306 msgstr ""
8307
8308 # type: textblock
8309 #. type: textblock
8310 #: ../src/guestfs-actions.pod:1229
8311 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8312 msgstr ""
8313
8314 # type: =head2
8315 #. type: =head2
8316 #: ../src/guestfs-actions.pod:1240
8317 msgid "guestfs_download_offset"
8318 msgstr ""
8319
8320 # type: verbatim
8321 #. type: verbatim
8322 #: ../src/guestfs-actions.pod:1242
8323 #, no-wrap
8324 msgid ""
8325 " int\n"
8326 " guestfs_download_offset (guestfs_h *g,\n"
8327 "                          const char *remotefilename,\n"
8328 "                          const char *filename,\n"
8329 "                          int64_t offset,\n"
8330 "                          int64_t size);\n"
8331 "\n"
8332 msgstr ""
8333
8334 # type: textblock
8335 #. type: textblock
8336 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
8337 msgid ""
8338 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8339 "region must be within the file or device)."
8340 msgstr ""
8341
8342 # type: textblock
8343 #. type: textblock
8344 #: ../src/guestfs-actions.pod:1255
8345 msgid ""
8346 "Note that there is no limit on the amount of data that can be downloaded "
8347 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8348 "full amount unless an error occurs."
8349 msgstr ""
8350
8351 # type: textblock
8352 #. type: textblock
8353 #: ../src/guestfs-actions.pod:1260
8354 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8355 msgstr ""
8356
8357 # type: textblock
8358 #. type: textblock
8359 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6561
8360 msgid "(Added in 1.5.17)"
8361 msgstr ""
8362
8363 # type: =head2
8364 #. type: =head2
8365 #: ../src/guestfs-actions.pod:1271
8366 msgid "guestfs_drop_caches"
8367 msgstr ""
8368
8369 # type: verbatim
8370 #. type: verbatim
8371 #: ../src/guestfs-actions.pod:1273
8372 #, no-wrap
8373 msgid ""
8374 " int\n"
8375 " guestfs_drop_caches (guestfs_h *g,\n"
8376 "                      int whattodrop);\n"
8377 "\n"
8378 msgstr ""
8379
8380 # type: textblock
8381 #. type: textblock
8382 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
8383 msgid ""
8384 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8385 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8386 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8387 msgstr ""
8388
8389 # type: textblock
8390 #. type: textblock
8391 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
8392 msgid "Setting C<whattodrop> to 3 should drop everything."
8393 msgstr ""
8394
8395 # type: textblock
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
8398 msgid ""
8399 "This automatically calls L<sync(2)> before the operation, so that the "
8400 "maximum guest memory is freed."
8401 msgstr ""
8402
8403 # type: =head2
8404 #. type: =head2
8405 #: ../src/guestfs-actions.pod:1291
8406 msgid "guestfs_du"
8407 msgstr ""
8408
8409 # type: verbatim
8410 #. type: verbatim
8411 #: ../src/guestfs-actions.pod:1293
8412 #, no-wrap
8413 msgid ""
8414 " int64_t\n"
8415 " guestfs_du (guestfs_h *g,\n"
8416 "             const char *path);\n"
8417 "\n"
8418 msgstr ""
8419
8420 # type: textblock
8421 #. type: textblock
8422 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
8423 msgid ""
8424 "This command runs the C<du -s> command to estimate file space usage for "
8425 "C<path>."
8426 msgstr ""
8427
8428 # type: textblock
8429 #. type: textblock
8430 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
8431 msgid ""
8432 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8433 "estimate includes the contents of the directory and all subdirectories "
8434 "(recursively)."
8435 msgstr ""
8436
8437 # type: textblock
8438 #. type: textblock
8439 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
8440 msgid ""
8441 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8442 msgstr ""
8443
8444 # type: =head2
8445 #. type: =head2
8446 #: ../src/guestfs-actions.pod:1311
8447 msgid "guestfs_e2fsck_f"
8448 msgstr ""
8449
8450 # type: verbatim
8451 #. type: verbatim
8452 #: ../src/guestfs-actions.pod:1313
8453 #, no-wrap
8454 msgid ""
8455 " int\n"
8456 " guestfs_e2fsck_f (guestfs_h *g,\n"
8457 "                   const char *device);\n"
8458 "\n"
8459 msgstr ""
8460
8461 # type: textblock
8462 #. type: textblock
8463 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
8464 msgid ""
8465 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8466 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8467 "clean (C<-f>)."
8468 msgstr ""
8469
8470 # type: textblock
8471 #. type: textblock
8472 #: ../src/guestfs-actions.pod:1321
8473 msgid ""
8474 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8475 "Normally you should use C<guestfs_fsck>."
8476 msgstr ""
8477
8478 # type: textblock
8479 #. type: textblock
8480 #: ../src/guestfs-actions.pod:1326
8481 msgid "(Added in 1.0.29)"
8482 msgstr ""
8483
8484 # type: =head2
8485 #. type: =head2
8486 #: ../src/guestfs-actions.pod:1328
8487 msgid "guestfs_echo_daemon"
8488 msgstr ""
8489
8490 # type: verbatim
8491 #. type: verbatim
8492 #: ../src/guestfs-actions.pod:1330
8493 #, no-wrap
8494 msgid ""
8495 " char *\n"
8496 " guestfs_echo_daemon (guestfs_h *g,\n"
8497 "                      char *const *words);\n"
8498 "\n"
8499 msgstr ""
8500
8501 # type: textblock
8502 #. type: textblock
8503 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
8504 msgid ""
8505 "This command concatenates the list of C<words> passed with single spaces "
8506 "between them and returns the resulting string."
8507 msgstr ""
8508
8509 # type: textblock
8510 #. type: textblock
8511 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
8512 msgid "You can use this command to test the connection through to the daemon."
8513 msgstr ""
8514
8515 # type: textblock
8516 #. type: textblock
8517 #: ../src/guestfs-actions.pod:1339
8518 msgid "See also C<guestfs_ping_daemon>."
8519 msgstr ""
8520
8521 # type: textblock
8522 #. type: textblock
8523 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071
8524 #: ../src/guestfs-actions.pod:5764
8525 msgid "(Added in 1.0.69)"
8526 msgstr ""
8527
8528 # type: =head2
8529 #. type: =head2
8530 #: ../src/guestfs-actions.pod:1346
8531 msgid "guestfs_egrep"
8532 msgstr ""
8533
8534 # type: verbatim
8535 #. type: verbatim
8536 #: ../src/guestfs-actions.pod:1348
8537 #, no-wrap
8538 msgid ""
8539 " char **\n"
8540 " guestfs_egrep (guestfs_h *g,\n"
8541 "                const char *regex,\n"
8542 "                const char *path);\n"
8543 "\n"
8544 msgstr ""
8545
8546 # type: textblock
8547 #. type: textblock
8548 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
8549 msgid ""
8550 "This calls the external C<egrep> program and returns the matching lines."
8551 msgstr ""
8552
8553 # type: textblock
8554 #. type: textblock
8555 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382
8556 #: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485
8557 #: ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201
8558 #: ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376
8559 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404
8560 #: ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472
8561 #: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418
8562 #: ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445
8563 #: ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4433
8564 #: ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5358
8565 #: ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6140
8566 #: ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6166
8567 #: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6201
8568 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6227
8569 #: ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7017
8570 #: ../src/guestfs-actions.pod:7102 ../src/guestfs-actions.pod:7121
8571 #: ../src/guestfs-actions.pod:7167 ../src/guestfs-actions.pod:7186
8572 msgid "(Added in 1.0.66)"
8573 msgstr ""
8574
8575 # type: =head2
8576 #. type: =head2
8577 #: ../src/guestfs-actions.pod:1365
8578 msgid "guestfs_egrepi"
8579 msgstr ""
8580
8581 # type: verbatim
8582 #. type: verbatim
8583 #: ../src/guestfs-actions.pod:1367
8584 #, no-wrap
8585 msgid ""
8586 " char **\n"
8587 " guestfs_egrepi (guestfs_h *g,\n"
8588 "                 const char *regex,\n"
8589 "                 const char *path);\n"
8590 "\n"
8591 msgstr ""
8592
8593 # type: textblock
8594 #. type: textblock
8595 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
8596 msgid ""
8597 "This calls the external C<egrep -i> program and returns the matching lines."
8598 msgstr ""
8599
8600 # type: =head2
8601 #. type: =head2
8602 #: ../src/guestfs-actions.pod:1384
8603 msgid "guestfs_equal"
8604 msgstr ""
8605
8606 # type: verbatim
8607 #. type: verbatim
8608 #: ../src/guestfs-actions.pod:1386
8609 #, no-wrap
8610 msgid ""
8611 " int\n"
8612 " guestfs_equal (guestfs_h *g,\n"
8613 "                const char *file1,\n"
8614 "                const char *file2);\n"
8615 "\n"
8616 msgstr ""
8617
8618 # type: textblock
8619 #. type: textblock
8620 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
8621 msgid ""
8622 "This compares the two files C<file1> and C<file2> and returns true if their "
8623 "content is exactly equal, or false otherwise."
8624 msgstr ""
8625
8626 # type: textblock
8627 #. type: textblock
8628 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
8629 msgid "The external L<cmp(1)> program is used for the comparison."
8630 msgstr ""
8631
8632 # type: =head2
8633 #. type: =head2
8634 #: ../src/guestfs-actions.pod:1400
8635 msgid "guestfs_exists"
8636 msgstr ""
8637
8638 # type: verbatim
8639 #. type: verbatim
8640 #: ../src/guestfs-actions.pod:1402
8641 #, no-wrap
8642 msgid ""
8643 " int\n"
8644 " guestfs_exists (guestfs_h *g,\n"
8645 "                 const char *path);\n"
8646 "\n"
8647 msgstr ""
8648
8649 # type: textblock
8650 #. type: textblock
8651 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
8652 msgid ""
8653 "This returns C<true> if and only if there is a file, directory (or anything) "
8654 "with the given C<path> name."
8655 msgstr ""
8656
8657 # type: textblock
8658 #. type: textblock
8659 #: ../src/guestfs-actions.pod:1409
8660 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8661 msgstr ""
8662
8663 # type: =head2
8664 #. type: =head2
8665 #: ../src/guestfs-actions.pod:1415
8666 msgid "guestfs_fallocate"
8667 msgstr ""
8668
8669 # type: verbatim
8670 #. type: verbatim
8671 #: ../src/guestfs-actions.pod:1417
8672 #, no-wrap
8673 msgid ""
8674 " int\n"
8675 " guestfs_fallocate (guestfs_h *g,\n"
8676 "                    const char *path,\n"
8677 "                    int len);\n"
8678 "\n"
8679 msgstr ""
8680
8681 # type: textblock
8682 #. type: textblock
8683 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448
8684 #: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
8685 msgid ""
8686 "This command preallocates a file (containing zero bytes) named C<path> of "
8687 "size C<len> bytes.  If the file exists already, it is overwritten."
8688 msgstr ""
8689
8690 # type: textblock
8691 #. type: textblock
8692 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
8693 msgid ""
8694 "Do not confuse this with the guestfish-specific C<alloc> command which "
8695 "allocates a file in the host and attaches it as a device."
8696 msgstr ""
8697
8698 # type: textblock
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
8701 msgid ""
8702 "This function is deprecated.  In new code, use the C<fallocate64> call "
8703 "instead."
8704 msgstr ""
8705
8706 # type: =head2
8707 #. type: =head2
8708 #: ../src/guestfs-actions.pod:1441
8709 msgid "guestfs_fallocate64"
8710 msgstr ""
8711
8712 # type: verbatim
8713 #. type: verbatim
8714 #: ../src/guestfs-actions.pod:1443
8715 #, no-wrap
8716 msgid ""
8717 " int\n"
8718 " guestfs_fallocate64 (guestfs_h *g,\n"
8719 "                      const char *path,\n"
8720 "                      int64_t len);\n"
8721 "\n"
8722 msgstr ""
8723
8724 # type: textblock
8725 #. type: textblock
8726 #: ../src/guestfs-actions.pod:1452
8727 msgid ""
8728 "Note that this call allocates disk blocks for the file.  To create a sparse "
8729 "file use C<guestfs_truncate_size> instead."
8730 msgstr ""
8731
8732 # type: textblock
8733 #. type: textblock
8734 #: ../src/guestfs-actions.pod:1455
8735 msgid ""
8736 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8737 "oversight it only allowed 30 bit lengths to be specified, effectively "
8738 "limiting the maximum size of files created through that call to 1GB."
8739 msgstr ""
8740
8741 # type: textblock
8742 #. type: textblock
8743 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
8744 msgid ""
8745 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8746 "commands which create a file in the host and attach it as a device."
8747 msgstr ""
8748
8749 # type: textblock
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1466
8752 msgid "(Added in 1.3.17)"
8753 msgstr ""
8754
8755 # type: =head2
8756 #. type: =head2
8757 #: ../src/guestfs-actions.pod:1468
8758 msgid "guestfs_fgrep"
8759 msgstr ""
8760
8761 # type: verbatim
8762 #. type: verbatim
8763 #: ../src/guestfs-actions.pod:1470
8764 #, no-wrap
8765 msgid ""
8766 " char **\n"
8767 " guestfs_fgrep (guestfs_h *g,\n"
8768 "                const char *pattern,\n"
8769 "                const char *path);\n"
8770 "\n"
8771 msgstr ""
8772
8773 # type: textblock
8774 #. type: textblock
8775 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
8776 msgid ""
8777 "This calls the external C<fgrep> program and returns the matching lines."
8778 msgstr ""
8779
8780 # type: =head2
8781 #. type: =head2
8782 #: ../src/guestfs-actions.pod:1487
8783 msgid "guestfs_fgrepi"
8784 msgstr ""
8785
8786 # type: verbatim
8787 #. type: verbatim
8788 #: ../src/guestfs-actions.pod:1489
8789 #, no-wrap
8790 msgid ""
8791 " char **\n"
8792 " guestfs_fgrepi (guestfs_h *g,\n"
8793 "                 const char *pattern,\n"
8794 "                 const char *path);\n"
8795 "\n"
8796 msgstr ""
8797
8798 # type: textblock
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
8801 msgid ""
8802 "This calls the external C<fgrep -i> program and returns the matching lines."
8803 msgstr ""
8804
8805 # type: =head2
8806 #. type: =head2
8807 #: ../src/guestfs-actions.pod:1506
8808 msgid "guestfs_file"
8809 msgstr ""
8810
8811 # type: verbatim
8812 #. type: verbatim
8813 #: ../src/guestfs-actions.pod:1508
8814 #, no-wrap
8815 msgid ""
8816 " char *\n"
8817 " guestfs_file (guestfs_h *g,\n"
8818 "               const char *path);\n"
8819 "\n"
8820 msgstr ""
8821
8822 # type: textblock
8823 #. type: textblock
8824 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
8825 msgid ""
8826 "This call uses the standard L<file(1)> command to determine the type or "
8827 "contents of the file."
8828 msgstr ""
8829
8830 # type: textblock
8831 #. type: textblock
8832 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
8833 msgid ""
8834 "This call will also transparently look inside various types of compressed "
8835 "file."
8836 msgstr ""
8837
8838 # type: textblock
8839 #. type: textblock
8840 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
8841 msgid ""
8842 "The exact command which runs is C<file -zb path>.  Note in particular that "
8843 "the filename is not prepended to the output (the C<-b> option)."
8844 msgstr ""
8845
8846 # type: textblock
8847 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1522
8849 msgid ""
8850 "This command can also be used on C</dev/> devices (and partitions, LV "
8851 "names).  You can for example use this to determine if a device contains a "
8852 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8853 msgstr ""
8854
8855 # type: textblock
8856 #. type: textblock
8857 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
8858 msgid ""
8859 "If the C<path> does not begin with C</dev/> then this command only works for "
8860 "the content of regular files.  For other file types (directory, symbolic "
8861 "link etc) it will just return the string C<directory> etc."
8862 msgstr ""
8863
8864 # type: =head2
8865 #. type: =head2
8866 #: ../src/guestfs-actions.pod:1537
8867 msgid "guestfs_file_architecture"
8868 msgstr ""
8869
8870 # type: verbatim
8871 #. type: verbatim
8872 #: ../src/guestfs-actions.pod:1539
8873 #, no-wrap
8874 msgid ""
8875 " char *\n"
8876 " guestfs_file_architecture (guestfs_h *g,\n"
8877 "                            const char *filename);\n"
8878 "\n"
8879 msgstr ""
8880
8881 # type: textblock
8882 #. type: textblock
8883 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
8884 msgid ""
8885 "This detects the architecture of the binary C<filename>, and returns it if "
8886 "known."
8887 msgstr ""
8888
8889 # type: textblock
8890 #. type: textblock
8891 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
8892 msgid "Currently defined architectures are:"
8893 msgstr ""
8894
8895 # type: =item
8896 #. type: =item
8897 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
8898 msgid "\"i386\""
8899 msgstr ""
8900
8901 # type: textblock
8902 #. type: textblock
8903 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8904 msgid ""
8905 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8906 "irrespective of the precise processor requirements of the binary."
8907 msgstr ""
8908
8909 # type: =item
8910 #. type: =item
8911 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
8912 msgid "\"x86_64\""
8913 msgstr ""
8914
8915 # type: textblock
8916 #. type: textblock
8917 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
8918 msgid "64 bit x86-64."
8919 msgstr ""
8920
8921 # type: =item
8922 #. type: =item
8923 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
8924 msgid "\"sparc\""
8925 msgstr ""
8926
8927 # type: textblock
8928 #. type: textblock
8929 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
8930 msgid "32 bit SPARC."
8931 msgstr ""
8932
8933 # type: =item
8934 #. type: =item
8935 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
8936 msgid "\"sparc64\""
8937 msgstr ""
8938
8939 # type: textblock
8940 #. type: textblock
8941 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
8942 msgid "64 bit SPARC V9 and above."
8943 msgstr ""
8944
8945 # type: =item
8946 #. type: =item
8947 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
8948 msgid "\"ia64\""
8949 msgstr ""
8950
8951 # type: textblock
8952 #. type: textblock
8953 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
8954 msgid "Intel Itanium."
8955 msgstr ""
8956
8957 # type: =item
8958 #. type: =item
8959 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
8960 msgid "\"ppc\""
8961 msgstr ""
8962
8963 # type: textblock
8964 #. type: textblock
8965 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
8966 msgid "32 bit Power PC."
8967 msgstr ""
8968
8969 # type: =item
8970 #. type: =item
8971 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
8972 msgid "\"ppc64\""
8973 msgstr ""
8974
8975 # type: textblock
8976 #. type: textblock
8977 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
8978 msgid "64 bit Power PC."
8979 msgstr ""
8980
8981 # type: textblock
8982 #. type: textblock
8983 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
8984 msgid "Libguestfs may return other architecture strings in future."
8985 msgstr ""
8986
8987 # type: textblock
8988 #. type: textblock
8989 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
8990 msgid "The function works on at least the following types of files:"
8991 msgstr ""
8992
8993 # type: textblock
8994 #. type: textblock
8995 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
8996 msgid "many types of Un*x and Linux binary"
8997 msgstr ""
8998
8999 # type: textblock
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
9002 msgid "many types of Un*x and Linux shared library"
9003 msgstr ""
9004
9005 # type: textblock
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
9008 msgid "Windows Win32 and Win64 binaries"
9009 msgstr ""
9010
9011 # type: textblock
9012 #. type: textblock
9013 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
9014 msgid "Windows Win32 and Win64 DLLs"
9015 msgstr ""
9016
9017 # type: textblock
9018 #. type: textblock
9019 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
9020 msgid "Win32 binaries and DLLs return C<i386>."
9021 msgstr ""
9022
9023 # type: textblock
9024 #. type: textblock
9025 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
9026 msgid "Win64 binaries and DLLs return C<x86_64>."
9027 msgstr ""
9028
9029 # type: textblock
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
9032 msgid "Linux kernel modules"
9033 msgstr ""
9034
9035 # type: textblock
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
9038 msgid "Linux new-style initrd images"
9039 msgstr ""
9040
9041 # type: textblock
9042 #. type: textblock
9043 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
9044 msgid "some non-x86 Linux vmlinuz kernels"
9045 msgstr ""
9046
9047 # type: textblock
9048 #. type: textblock
9049 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
9050 msgid "What it can't do currently:"
9051 msgstr ""
9052
9053 # type: textblock
9054 #. type: textblock
9055 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
9056 msgid "static libraries (libfoo.a)"
9057 msgstr ""
9058
9059 # type: textblock
9060 #. type: textblock
9061 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
9062 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9063 msgstr ""
9064
9065 # type: textblock
9066 #. type: textblock
9067 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
9068 msgid "x86 Linux vmlinuz kernels"
9069 msgstr ""
9070
9071 # type: textblock
9072 #. type: textblock
9073 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
9074 msgid ""
9075 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9076 "compressed code, and are horribly hard to unpack.  If you want to find the "
9077 "architecture of a kernel, use the architecture of the associated initrd or "
9078 "kernel module(s) instead."
9079 msgstr ""
9080
9081 # type: textblock
9082 #. type: textblock
9083 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810
9084 #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508
9085 #: ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615
9086 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685
9087 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806
9088 #: ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041
9089 #: ../src/guestfs-actions.pod:3173
9090 msgid "(Added in 1.5.3)"
9091 msgstr ""
9092
9093 # type: =head2
9094 #. type: =head2
9095 #: ../src/guestfs-actions.pod:1649
9096 msgid "guestfs_filesize"
9097 msgstr ""
9098
9099 # type: verbatim
9100 #. type: verbatim
9101 #: ../src/guestfs-actions.pod:1651
9102 #, no-wrap
9103 msgid ""
9104 " int64_t\n"
9105 " guestfs_filesize (guestfs_h *g,\n"
9106 "                   const char *file);\n"
9107 "\n"
9108 msgstr ""
9109
9110 # type: textblock
9111 #. type: textblock
9112 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
9113 msgid "This command returns the size of C<file> in bytes."
9114 msgstr ""
9115
9116 # type: textblock
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:1657
9119 msgid ""
9120 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9121 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9122 "devices, use C<guestfs_blockdev_getsize64>."
9123 msgstr ""
9124
9125 # type: textblock
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:1663
9128 msgid "(Added in 1.0.82)"
9129 msgstr ""
9130
9131 # type: =head2
9132 #. type: =head2
9133 #: ../src/guestfs-actions.pod:1665
9134 msgid "guestfs_fill"
9135 msgstr ""
9136
9137 # type: verbatim
9138 #. type: verbatim
9139 #: ../src/guestfs-actions.pod:1667
9140 #, no-wrap
9141 msgid ""
9142 " int\n"
9143 " guestfs_fill (guestfs_h *g,\n"
9144 "               int c,\n"
9145 "               int len,\n"
9146 "               const char *path);\n"
9147 "\n"
9148 msgstr ""
9149
9150 # type: textblock
9151 #. type: textblock
9152 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
9153 msgid ""
9154 "This command creates a new file called C<path>.  The initial content of the "
9155 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9156 "[0..255]>."
9157 msgstr ""
9158
9159 # type: textblock
9160 #. type: textblock
9161 #: ../src/guestfs-actions.pod:1677
9162 msgid ""
9163 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9164 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9165 "bytes use C<guestfs_fill_pattern>."
9166 msgstr ""
9167
9168 # type: textblock
9169 #. type: textblock
9170 #: ../src/guestfs-actions.pod:1689
9171 msgid "(Added in 1.0.79)"
9172 msgstr ""
9173
9174 # type: =head2
9175 #. type: =head2
9176 #: ../src/guestfs-actions.pod:1691
9177 msgid "guestfs_fill_pattern"
9178 msgstr ""
9179
9180 # type: verbatim
9181 #. type: verbatim
9182 #: ../src/guestfs-actions.pod:1693
9183 #, no-wrap
9184 msgid ""
9185 " int\n"
9186 " guestfs_fill_pattern (guestfs_h *g,\n"
9187 "                       const char *pattern,\n"
9188 "                       int len,\n"
9189 "                       const char *path);\n"
9190 "\n"
9191 msgstr ""
9192
9193 # type: textblock
9194 #. type: textblock
9195 #: ../src/guestfs-actions.pod:1699
9196 msgid ""
9197 "This function is like C<guestfs_fill> except that it creates a new file of "
9198 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9199 "pattern is truncated if necessary to ensure the length of the file is "
9200 "exactly C<len> bytes."
9201 msgstr ""
9202
9203 # type: textblock
9204 #. type: textblock
9205 #: ../src/guestfs-actions.pod:1711
9206 msgid "(Added in 1.3.12)"
9207 msgstr ""
9208
9209 # type: =head2
9210 #. type: =head2
9211 #: ../src/guestfs-actions.pod:1713
9212 msgid "guestfs_find"
9213 msgstr ""
9214
9215 # type: verbatim
9216 #. type: verbatim
9217 #: ../src/guestfs-actions.pod:1715
9218 #, no-wrap
9219 msgid ""
9220 " char **\n"
9221 " guestfs_find (guestfs_h *g,\n"
9222 "               const char *directory);\n"
9223 "\n"
9224 msgstr ""
9225
9226 # type: textblock
9227 #. type: textblock
9228 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
9229 msgid ""
9230 "This command lists out all files and directories, recursively, starting at "
9231 "C<directory>.  It is essentially equivalent to running the shell command "
9232 "C<find directory -print> but some post-processing happens on the output, "
9233 "described below."
9234 msgstr ""
9235
9236 # type: textblock
9237 #. type: textblock
9238 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
9239 msgid ""
9240 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9241 "structure was:"
9242 msgstr ""
9243
9244 # type: verbatim
9245 #. type: verbatim
9246 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
9247 #, no-wrap
9248 msgid ""
9249 " /tmp/a\n"
9250 " /tmp/b\n"
9251 " /tmp/c/d\n"
9252 "\n"
9253 msgstr ""
9254
9255 # type: textblock
9256 #. type: textblock
9257 #: ../src/guestfs-actions.pod:1731
9258 msgid ""
9259 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9260 msgstr ""
9261
9262 # type: verbatim
9263 #. type: verbatim
9264 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
9265 #, no-wrap
9266 msgid ""
9267 " a\n"
9268 " b\n"
9269 " c\n"
9270 " c/d\n"
9271 "\n"
9272 msgstr ""
9273
9274 # type: textblock
9275 #. type: textblock
9276 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
9277 msgid "If C<directory> is not a directory, then this command returns an error."
9278 msgstr ""
9279
9280 # type: textblock
9281 #. type: textblock
9282 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
9283 msgid "The returned list is sorted."
9284 msgstr ""
9285
9286 # type: textblock
9287 #. type: textblock
9288 #: ../src/guestfs-actions.pod:1744
9289 msgid "See also C<guestfs_find0>."
9290 msgstr ""
9291
9292 # type: textblock
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862
9295 #: ../src/guestfs-actions.pod:5393
9296 msgid "(Added in 1.0.27)"
9297 msgstr ""
9298
9299 # type: =head2
9300 #. type: =head2
9301 #: ../src/guestfs-actions.pod:1755
9302 msgid "guestfs_find0"
9303 msgstr ""
9304
9305 # type: verbatim
9306 #. type: verbatim
9307 #: ../src/guestfs-actions.pod:1757
9308 #, no-wrap
9309 msgid ""
9310 " int\n"
9311 " guestfs_find0 (guestfs_h *g,\n"
9312 "                const char *directory,\n"
9313 "                const char *files);\n"
9314 "\n"
9315 msgstr ""
9316
9317 # type: textblock
9318 #. type: textblock
9319 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
9320 msgid ""
9321 "This command lists out all files and directories, recursively, starting at "
9322 "C<directory>, placing the resulting list in the external file called "
9323 "C<files>."
9324 msgstr ""
9325
9326 # type: textblock
9327 #. type: textblock
9328 #: ../src/guestfs-actions.pod:1766
9329 msgid ""
9330 "This command works the same way as C<guestfs_find> with the following "
9331 "exceptions:"
9332 msgstr ""
9333
9334 # type: textblock
9335 #. type: textblock
9336 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
9337 msgid "The resulting list is written to an external file."
9338 msgstr ""
9339
9340 # type: textblock
9341 #. type: textblock
9342 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
9343 msgid ""
9344 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9345 "L<find(1)> option I<-print0>."
9346 msgstr ""
9347
9348 # type: textblock
9349 #. type: textblock
9350 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
9351 msgid "This command is not limited in the number of names that it can return."
9352 msgstr ""
9353
9354 # type: textblock
9355 #. type: textblock
9356 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
9357 msgid "The result list is not sorted."
9358 msgstr ""
9359
9360 # type: textblock
9361 #. type: textblock
9362 #: ../src/guestfs-actions.pod:1793
9363 msgid "(Added in 1.0.74)"
9364 msgstr ""
9365
9366 # type: =head2
9367 #. type: =head2
9368 #: ../src/guestfs-actions.pod:1795
9369 msgid "guestfs_findfs_label"
9370 msgstr ""
9371
9372 # type: verbatim
9373 #. type: verbatim
9374 #: ../src/guestfs-actions.pod:1797
9375 #, no-wrap
9376 msgid ""
9377 " char *\n"
9378 " guestfs_findfs_label (guestfs_h *g,\n"
9379 "                       const char *label);\n"
9380 "\n"
9381 msgstr ""
9382
9383 # type: textblock
9384 #. type: textblock
9385 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
9386 msgid ""
9387 "This command searches the filesystems and returns the one which has the "
9388 "given label.  An error is returned if no such filesystem can be found."
9389 msgstr ""
9390
9391 # type: textblock
9392 #. type: textblock
9393 #: ../src/guestfs-actions.pod:1805
9394 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9395 msgstr ""
9396
9397 # type: =head2
9398 #. type: =head2
9399 #: ../src/guestfs-actions.pod:1812
9400 msgid "guestfs_findfs_uuid"
9401 msgstr ""
9402
9403 # type: verbatim
9404 #. type: verbatim
9405 #: ../src/guestfs-actions.pod:1814
9406 #, no-wrap
9407 msgid ""
9408 " char *\n"
9409 " guestfs_findfs_uuid (guestfs_h *g,\n"
9410 "                      const char *uuid);\n"
9411 "\n"
9412 msgstr ""
9413
9414 # type: textblock
9415 #. type: textblock
9416 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
9417 msgid ""
9418 "This command searches the filesystems and returns the one which has the "
9419 "given UUID.  An error is returned if no such filesystem can be found."
9420 msgstr ""
9421
9422 # type: textblock
9423 #. type: textblock
9424 #: ../src/guestfs-actions.pod:1822
9425 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9426 msgstr ""
9427
9428 # type: =head2
9429 #. type: =head2
9430 #: ../src/guestfs-actions.pod:1829
9431 msgid "guestfs_fsck"
9432 msgstr ""
9433
9434 # type: verbatim
9435 #. type: verbatim
9436 #: ../src/guestfs-actions.pod:1831
9437 #, no-wrap
9438 msgid ""
9439 " int\n"
9440 " guestfs_fsck (guestfs_h *g,\n"
9441 "               const char *fstype,\n"
9442 "               const char *device);\n"
9443 "\n"
9444 msgstr ""
9445
9446 # type: textblock
9447 #. type: textblock
9448 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
9449 msgid ""
9450 "This runs the filesystem checker (fsck) on C<device> which should have "
9451 "filesystem type C<fstype>."
9452 msgstr ""
9453
9454 # type: textblock
9455 #. type: textblock
9456 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
9457 msgid ""
9458 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9459 "codes from C<fsck>."
9460 msgstr ""
9461
9462 # type: textblock
9463 #. type: textblock
9464 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
9465 msgid "Multiple status codes can be summed together."
9466 msgstr ""
9467
9468 # type: textblock
9469 #. type: textblock
9470 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
9471 msgid ""
9472 "A non-zero return code can mean \"success\", for example if errors have been "
9473 "corrected on the filesystem."
9474 msgstr ""
9475
9476 # type: textblock
9477 #. type: textblock
9478 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
9479 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9480 msgstr ""
9481
9482 # type: textblock
9483 #. type: textblock
9484 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
9485 msgid ""
9486 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9487 msgstr ""
9488
9489 # type: textblock
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7040
9492 msgid "(Added in 1.0.16)"
9493 msgstr ""
9494
9495 # type: =head2
9496 #. type: =head2
9497 #: ../src/guestfs-actions.pod:1868
9498 msgid "guestfs_get_append"
9499 msgstr ""
9500
9501 # type: verbatim
9502 #. type: verbatim
9503 #: ../src/guestfs-actions.pod:1870
9504 #, no-wrap
9505 msgid ""
9506 " const char *\n"
9507 " guestfs_get_append (guestfs_h *g);\n"
9508 "\n"
9509 msgstr ""
9510
9511 # type: textblock
9512 #. type: textblock
9513 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
9514 msgid ""
9515 "Return the additional kernel options which are added to the guest kernel "
9516 "command line."
9517 msgstr ""
9518
9519 # type: textblock
9520 #. type: textblock
9521 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
9522 msgid "If C<NULL> then no options are added."
9523 msgstr ""
9524
9525 # type: textblock
9526 #. type: textblock
9527 #: ../src/guestfs-actions.pod:1878
9528 msgid ""
9529 "This function returns a string which may be NULL.  There is no way to return "
9530 "an error from this function.  The string is owned by the guest handle and "
9531 "must I<not> be freed."
9532 msgstr ""
9533
9534 # type: textblock
9535 #. type: textblock
9536 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5071
9537 #: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5902
9538 #: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937
9539 #: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:6711
9540 #: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:7083
9541 msgid "(Added in 1.0.26)"
9542 msgstr ""
9543
9544 # type: =head2
9545 #. type: =head2
9546 #: ../src/guestfs-actions.pod:1884
9547 msgid "guestfs_get_autosync"
9548 msgstr ""
9549
9550 # type: verbatim
9551 #. type: verbatim
9552 #: ../src/guestfs-actions.pod:1886
9553 #, no-wrap
9554 msgid ""
9555 " int\n"
9556 " guestfs_get_autosync (guestfs_h *g);\n"
9557 "\n"
9558 msgstr ""
9559
9560 # type: textblock
9561 #. type: textblock
9562 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
9563 msgid "Get the autosync flag."
9564 msgstr ""
9565
9566 # type: =head2
9567 #. type: =head2
9568 #: ../src/guestfs-actions.pod:1895
9569 msgid "guestfs_get_direct"
9570 msgstr ""
9571
9572 # type: verbatim
9573 #. type: verbatim
9574 #: ../src/guestfs-actions.pod:1897
9575 #, no-wrap
9576 msgid ""
9577 " int\n"
9578 " guestfs_get_direct (guestfs_h *g);\n"
9579 "\n"
9580 msgstr ""
9581
9582 # type: textblock
9583 #. type: textblock
9584 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
9585 msgid "Return the direct appliance mode flag."
9586 msgstr ""
9587
9588 # type: textblock
9589 #. type: textblock
9590 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5575
9591 msgid "(Added in 1.0.72)"
9592 msgstr ""
9593
9594 # type: =head2
9595 #. type: =head2
9596 #: ../src/guestfs-actions.pod:1906
9597 msgid "guestfs_get_e2label"
9598 msgstr ""
9599
9600 # type: verbatim
9601 #. type: verbatim
9602 #: ../src/guestfs-actions.pod:1908
9603 #, no-wrap
9604 msgid ""
9605 " char *\n"
9606 " guestfs_get_e2label (guestfs_h *g,\n"
9607 "                      const char *device);\n"
9608 "\n"
9609 msgstr ""
9610
9611 # type: textblock
9612 #. type: textblock
9613 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
9614 msgid ""
9615 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9616 msgstr ""
9617
9618 # type: textblock
9619 #. type: textblock
9620 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
9621 msgid ""
9622 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9623 msgstr ""
9624
9625 # type: textblock
9626 #. type: textblock
9627 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946
9628 #: ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5612
9629 msgid "(Added in 1.0.15)"
9630 msgstr ""
9631
9632 # type: =head2
9633 #. type: =head2
9634 #: ../src/guestfs-actions.pod:1927
9635 msgid "guestfs_get_e2uuid"
9636 msgstr ""
9637
9638 # type: verbatim
9639 #. type: verbatim
9640 #: ../src/guestfs-actions.pod:1929
9641 #, no-wrap
9642 msgid ""
9643 " char *\n"
9644 " guestfs_get_e2uuid (guestfs_h *g,\n"
9645 "                     const char *device);\n"
9646 "\n"
9647 msgstr ""
9648
9649 # type: textblock
9650 #. type: textblock
9651 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
9652 msgid ""
9653 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9654 msgstr ""
9655
9656 # type: textblock
9657 #. type: textblock
9658 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
9659 msgid ""
9660 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9661 msgstr ""
9662
9663 # type: =head2
9664 #. type: =head2
9665 #: ../src/guestfs-actions.pod:1948
9666 msgid "guestfs_get_memsize"
9667 msgstr ""
9668
9669 # type: verbatim
9670 #. type: verbatim
9671 #: ../src/guestfs-actions.pod:1950
9672 #, no-wrap
9673 msgid ""
9674 " int\n"
9675 " guestfs_get_memsize (guestfs_h *g);\n"
9676 "\n"
9677 msgstr ""
9678
9679 # type: textblock
9680 #. type: textblock
9681 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
9682 msgid ""
9683 "This gets the memory size in megabytes allocated to the qemu subprocess."
9684 msgstr ""
9685
9686 # type: textblock
9687 #. type: textblock
9688 #: ../src/guestfs-actions.pod:1956
9689 msgid ""
9690 "If C<guestfs_set_memsize> was not called on this handle, and if "
9691 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9692 "value for memsize."
9693 msgstr ""
9694
9695 # type: textblock
9696 #. type: textblock
9697 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041
9698 #: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5735
9699 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386
9700 #: ../fish/guestfish-actions.pod:3755 ../fish/guestfish-actions.pod:3842
9701 msgid ""
9702 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9703 msgstr ""
9704
9705 # type: textblock
9706 #. type: textblock
9707 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153
9708 #: ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357
9709 #: ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388
9710 #: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418
9711 #: ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5633
9712 #: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6477
9713 msgid "(Added in 1.0.55)"
9714 msgstr ""
9715
9716 # type: =head2
9717 #. type: =head2
9718 #: ../src/guestfs-actions.pod:1967
9719 msgid "guestfs_get_network"
9720 msgstr ""
9721
9722 # type: verbatim
9723 #. type: verbatim
9724 #: ../src/guestfs-actions.pod:1969
9725 #, no-wrap
9726 msgid ""
9727 " int\n"
9728 " guestfs_get_network (guestfs_h *g);\n"
9729 "\n"
9730 msgstr ""
9731
9732 # type: textblock
9733 #. type: textblock
9734 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
9735 msgid "This returns the enable network flag."
9736 msgstr ""
9737
9738 # type: textblock
9739 #. type: textblock
9740 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5652
9741 msgid "(Added in 1.5.4)"
9742 msgstr ""
9743
9744 # type: =head2
9745 #. type: =head2
9746 #: ../src/guestfs-actions.pod:1978
9747 msgid "guestfs_get_path"
9748 msgstr ""
9749
9750 # type: verbatim
9751 #. type: verbatim
9752 #: ../src/guestfs-actions.pod:1980
9753 #, no-wrap
9754 msgid ""
9755 " const char *\n"
9756 " guestfs_get_path (guestfs_h *g);\n"
9757 "\n"
9758 msgstr ""
9759
9760 # type: textblock
9761 #. type: textblock
9762 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
9763 msgid "Return the current search path."
9764 msgstr ""
9765
9766 # type: textblock
9767 #. type: textblock
9768 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
9769 msgid ""
9770 "This is always non-NULL.  If it wasn't set already, then this will return "
9771 "the default path."
9772 msgstr ""
9773
9774 # type: textblock
9775 #. type: textblock
9776 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
9777 msgid ""
9778 "This function returns a string, or NULL on error.  The string is owned by "
9779 "the guest handle and must I<not> be freed."
9780 msgstr ""
9781
9782 # type: =head2
9783 #. type: =head2
9784 #: ../src/guestfs-actions.pod:1993
9785 msgid "guestfs_get_pid"
9786 msgstr ""
9787
9788 # type: verbatim
9789 #. type: verbatim
9790 #: ../src/guestfs-actions.pod:1995
9791 #, no-wrap
9792 msgid ""
9793 " int\n"
9794 " guestfs_get_pid (guestfs_h *g);\n"
9795 "\n"
9796 msgstr ""
9797
9798 # type: textblock
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
9801 msgid ""
9802 "Return the process ID of the qemu subprocess.  If there is no qemu "
9803 "subprocess, then this will return an error."
9804 msgstr ""
9805
9806 # type: textblock
9807 #. type: textblock
9808 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
9809 msgid "This is an internal call used for debugging and testing."
9810 msgstr ""
9811
9812 # type: textblock
9813 #. type: textblock
9814 #: ../src/guestfs-actions.pod:2005
9815 msgid "(Added in 1.0.56)"
9816 msgstr ""
9817
9818 # type: =head2
9819 #. type: =head2
9820 #: ../src/guestfs-actions.pod:2007
9821 msgid "guestfs_get_qemu"
9822 msgstr ""
9823
9824 # type: verbatim
9825 #. type: verbatim
9826 #: ../src/guestfs-actions.pod:2009
9827 #, no-wrap
9828 msgid ""
9829 " const char *\n"
9830 " guestfs_get_qemu (guestfs_h *g);\n"
9831 "\n"
9832 msgstr ""
9833
9834 # type: textblock
9835 #. type: textblock
9836 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
9837 msgid "Return the current qemu binary."
9838 msgstr ""
9839
9840 # type: textblock
9841 #. type: textblock
9842 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
9843 msgid ""
9844 "This is always non-NULL.  If it wasn't set already, then this will return "
9845 "the default qemu binary name."
9846 msgstr ""
9847
9848 # type: textblock
9849 #. type: textblock
9850 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5697
9851 msgid "(Added in 1.0.6)"
9852 msgstr ""
9853
9854 # type: =head2
9855 #. type: =head2
9856 #: ../src/guestfs-actions.pod:2022
9857 msgid "guestfs_get_recovery_proc"
9858 msgstr ""
9859
9860 # type: verbatim
9861 #. type: verbatim
9862 #: ../src/guestfs-actions.pod:2024
9863 #, no-wrap
9864 msgid ""
9865 " int\n"
9866 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9867 "\n"
9868 msgstr ""
9869
9870 # type: textblock
9871 #. type: textblock
9872 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
9873 msgid "Return the recovery process enabled flag."
9874 msgstr ""
9875
9876 # type: textblock
9877 #. type: textblock
9878 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263
9879 #: ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960
9880 #: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:5001
9881 #: ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5721
9882 #: ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6400
9883 #: ../src/guestfs-actions.pod:6592
9884 msgid "(Added in 1.0.77)"
9885 msgstr ""
9886
9887 # type: =head2
9888 #. type: =head2
9889 #: ../src/guestfs-actions.pod:2033
9890 msgid "guestfs_get_selinux"
9891 msgstr ""
9892
9893 # type: verbatim
9894 #. type: verbatim
9895 #: ../src/guestfs-actions.pod:2035
9896 #, no-wrap
9897 msgid ""
9898 " int\n"
9899 " guestfs_get_selinux (guestfs_h *g);\n"
9900 "\n"
9901 msgstr ""
9902
9903 # type: textblock
9904 #. type: textblock
9905 #: ../src/guestfs-actions.pod:2038
9906 msgid ""
9907 "This returns the current setting of the selinux flag which is passed to the "
9908 "appliance at boot time.  See C<guestfs_set_selinux>."
9909 msgstr ""
9910
9911 # type: textblock
9912 #. type: textblock
9913 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109
9914 #: ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5794
9915 msgid "(Added in 1.0.67)"
9916 msgstr ""
9917
9918 # type: =head2
9919 #. type: =head2
9920 #: ../src/guestfs-actions.pod:2048
9921 msgid "guestfs_get_state"
9922 msgstr ""
9923
9924 # type: verbatim
9925 #. type: verbatim
9926 #: ../src/guestfs-actions.pod:2050
9927 #, no-wrap
9928 msgid ""
9929 " int\n"
9930 " guestfs_get_state (guestfs_h *g);\n"
9931 "\n"
9932 msgstr ""
9933
9934 # type: textblock
9935 #. type: textblock
9936 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
9937 msgid ""
9938 "This returns the current state as an opaque integer.  This is only useful "
9939 "for printing debug and internal error messages."
9940 msgstr ""
9941
9942 # type: textblock
9943 #. type: textblock
9944 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066
9945 #: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156
9946 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396
9947 #: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153
9948 #: ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207
9949 msgid "For more information on states, see L<guestfs(3)>."
9950 msgstr ""
9951
9952 # type: =head2
9953 #. type: =head2
9954 #: ../src/guestfs-actions.pod:2062
9955 msgid "guestfs_get_trace"
9956 msgstr ""
9957
9958 # type: verbatim
9959 #. type: verbatim
9960 #: ../src/guestfs-actions.pod:2064
9961 #, no-wrap
9962 msgid ""
9963 " int\n"
9964 " guestfs_get_trace (guestfs_h *g);\n"
9965 "\n"
9966 msgstr ""
9967
9968 # type: textblock
9969 #. type: textblock
9970 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
9971 msgid "Return the command trace flag."
9972 msgstr ""
9973
9974 # type: =head2
9975 #. type: =head2
9976 #: ../src/guestfs-actions.pod:2073
9977 msgid "guestfs_get_umask"
9978 msgstr ""
9979
9980 # type: verbatim
9981 #. type: verbatim
9982 #: ../src/guestfs-actions.pod:2075
9983 #, no-wrap
9984 msgid ""
9985 " int\n"
9986 " guestfs_get_umask (guestfs_h *g);\n"
9987 "\n"
9988 msgstr ""
9989
9990 # type: textblock
9991 #. type: textblock
9992 #: ../src/guestfs-actions.pod:2078
9993 msgid ""
9994 "Return the current umask.  By default the umask is C<022> unless it has been "
9995 "set by calling C<guestfs_umask>."
9996 msgstr ""
9997
9998 # type: =head2
9999 #. type: =head2
10000 #: ../src/guestfs-actions.pod:2085
10001 msgid "guestfs_get_verbose"
10002 msgstr ""
10003
10004 # type: verbatim
10005 #. type: verbatim
10006 #: ../src/guestfs-actions.pod:2087
10007 #, no-wrap
10008 msgid ""
10009 " int\n"
10010 " guestfs_get_verbose (guestfs_h *g);\n"
10011 "\n"
10012 msgstr ""
10013
10014 # type: textblock
10015 #. type: textblock
10016 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
10017 msgid "This returns the verbose messages flag."
10018 msgstr ""
10019
10020 # type: =head2
10021 #. type: =head2
10022 #: ../src/guestfs-actions.pod:2096
10023 msgid "guestfs_getcon"
10024 msgstr ""
10025
10026 # type: verbatim
10027 #. type: verbatim
10028 #: ../src/guestfs-actions.pod:2098
10029 #, no-wrap
10030 msgid ""
10031 " char *\n"
10032 " guestfs_getcon (guestfs_h *g);\n"
10033 "\n"
10034 msgstr ""
10035
10036 # type: textblock
10037 #. type: textblock
10038 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
10039 msgid "This gets the SELinux security context of the daemon."
10040 msgstr ""
10041
10042 # type: textblock
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:2103
10045 msgid ""
10046 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10047 msgstr ""
10048
10049 # type: =head2
10050 #. type: =head2
10051 #: ../src/guestfs-actions.pod:2111
10052 msgid "guestfs_getxattr"
10053 msgstr ""
10054
10055 # type: verbatim
10056 #. type: verbatim
10057 #: ../src/guestfs-actions.pod:2113
10058 #, no-wrap
10059 msgid ""
10060 " char *\n"
10061 " guestfs_getxattr (guestfs_h *g,\n"
10062 "                   const char *path,\n"
10063 "                   const char *name,\n"
10064 "                   size_t *size_r);\n"
10065 "\n"
10066 msgstr ""
10067
10068 # type: textblock
10069 #. type: textblock
10070 #: ../src/guestfs-actions.pod:2119
10071 msgid ""
10072 "Get a single extended attribute from file C<path> named C<name>.  This call "
10073 "follows symlinks.  If you want to lookup an extended attribute for the "
10074 "symlink itself, use C<guestfs_lgetxattr>."
10075 msgstr ""
10076
10077 # type: textblock
10078 #. type: textblock
10079 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277
10080 msgid ""
10081 "Normally it is better to get all extended attributes from a file in one go "
10082 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10083 "implementations are buggy and do not provide a way to list out attributes.  "
10084 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10085 "extended attributes you want in advance and call this function."
10086 msgstr ""
10087
10088 # type: textblock
10089 #. type: textblock
10090 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284
10091 #: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272
10092 msgid ""
10093 "Extended attribute values are blobs of binary data.  If there is no extended "
10094 "attribute named C<name>, this returns an error."
10095 msgstr ""
10096
10097 # type: textblock
10098 #. type: textblock
10099 #: ../src/guestfs-actions.pod:2133
10100 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10101 msgstr ""
10102
10103 # type: textblock
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326
10106 #: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4994
10107 #: ../src/guestfs-actions.pod:5020 ../src/guestfs-actions.pod:5201
10108 msgid ""
10109 "This function returns a buffer, or NULL on error.  The size of the returned "
10110 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10111 "after use>."
10112 msgstr ""
10113
10114 #. type: textblock
10115 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3293
10116 msgid "(Added in 1.7.24)"
10117 msgstr ""
10118
10119 # type: =head2
10120 #. type: =head2
10121 #: ../src/guestfs-actions.pod:2141
10122 msgid "guestfs_getxattrs"
10123 msgstr ""
10124
10125 # type: verbatim
10126 #. type: verbatim
10127 #: ../src/guestfs-actions.pod:2143
10128 #, no-wrap
10129 msgid ""
10130 " struct guestfs_xattr_list *\n"
10131 " guestfs_getxattrs (guestfs_h *g,\n"
10132 "                    const char *path);\n"
10133 "\n"
10134 msgstr ""
10135
10136 # type: textblock
10137 #. type: textblock
10138 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
10139 msgid ""
10140 "This call lists the extended attributes of the file or directory C<path>."
10141 msgstr ""
10142
10143 # type: textblock
10144 #. type: textblock
10145 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
10146 msgid ""
10147 "At the system call level, this is a combination of the L<listxattr(2)> and "
10148 "L<getxattr(2)> calls."
10149 msgstr ""
10150
10151 # type: textblock
10152 #. type: textblock
10153 #: ../src/guestfs-actions.pod:2153
10154 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10155 msgstr ""
10156
10157 # type: textblock
10158 #. type: textblock
10159 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3305
10160 #: ../src/guestfs-actions.pod:3956
10161 msgid ""
10162 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10163 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10164 msgstr ""
10165
10166 # type: textblock
10167 #. type: textblock
10168 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309
10169 #: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510
10170 #: ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:5813
10171 #: ../src/guestfs-actions.pod:7148
10172 msgid "(Added in 1.0.59)"
10173 msgstr ""
10174
10175 # type: =head2
10176 #. type: =head2
10177 #: ../src/guestfs-actions.pod:2161
10178 msgid "guestfs_glob_expand"
10179 msgstr ""
10180
10181 # type: verbatim
10182 #. type: verbatim
10183 #: ../src/guestfs-actions.pod:2163
10184 #, no-wrap
10185 msgid ""
10186 " char **\n"
10187 " guestfs_glob_expand (guestfs_h *g,\n"
10188 "                      const char *pattern);\n"
10189 "\n"
10190 msgstr ""
10191
10192 # type: textblock
10193 #. type: textblock
10194 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
10195 msgid ""
10196 "This command searches for all the pathnames matching C<pattern> according to "
10197 "the wildcard expansion rules used by the shell."
10198 msgstr ""
10199
10200 # type: textblock
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
10203 msgid ""
10204 "If no paths match, then this returns an empty list (note: not an error)."
10205 msgstr ""
10206
10207 # type: textblock
10208 #. type: textblock
10209 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
10210 msgid ""
10211 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10212 "GLOB_BRACE>.  See that manual page for more details."
10213 msgstr ""
10214
10215 # type: textblock
10216 #. type: textblock
10217 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5978
10218 #: ../src/guestfs-actions.pod:5995
10219 msgid "(Added in 1.0.50)"
10220 msgstr ""
10221
10222 # type: =head2
10223 #. type: =head2
10224 #: ../src/guestfs-actions.pod:2184
10225 msgid "guestfs_grep"
10226 msgstr ""
10227
10228 # type: verbatim
10229 #. type: verbatim
10230 #: ../src/guestfs-actions.pod:2186
10231 #, no-wrap
10232 msgid ""
10233 " char **\n"
10234 " guestfs_grep (guestfs_h *g,\n"
10235 "               const char *regex,\n"
10236 "               const char *path);\n"
10237 "\n"
10238 msgstr ""
10239
10240 # type: textblock
10241 #. type: textblock
10242 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
10243 msgid "This calls the external C<grep> program and returns the matching lines."
10244 msgstr ""
10245
10246 # type: =head2
10247 #. type: =head2
10248 #: ../src/guestfs-actions.pod:2203
10249 msgid "guestfs_grepi"
10250 msgstr ""
10251
10252 # type: verbatim
10253 #. type: verbatim
10254 #: ../src/guestfs-actions.pod:2205
10255 #, no-wrap
10256 msgid ""
10257 " char **\n"
10258 " guestfs_grepi (guestfs_h *g,\n"
10259 "                const char *regex,\n"
10260 "                const char *path);\n"
10261 "\n"
10262 msgstr ""
10263
10264 # type: textblock
10265 #. type: textblock
10266 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
10267 msgid ""
10268 "This calls the external C<grep -i> program and returns the matching lines."
10269 msgstr ""
10270
10271 # type: =head2
10272 #. type: =head2
10273 #: ../src/guestfs-actions.pod:2222
10274 msgid "guestfs_grub_install"
10275 msgstr ""
10276
10277 # type: verbatim
10278 #. type: verbatim
10279 #: ../src/guestfs-actions.pod:2224
10280 #, no-wrap
10281 msgid ""
10282 " int\n"
10283 " guestfs_grub_install (guestfs_h *g,\n"
10284 "                       const char *root,\n"
10285 "                       const char *device);\n"
10286 "\n"
10287 msgstr ""
10288
10289 # type: textblock
10290 #. type: textblock
10291 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
10292 msgid ""
10293 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10294 "the root directory being C<root>."
10295 msgstr ""
10296
10297 # type: textblock
10298 #. type: textblock
10299 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
10300 msgid ""
10301 "Note: If grub-install reports the error \"No suitable drive was found in the "
10302 "generated device map.\" it may be that you need to create a C</boot/grub/"
10303 "device.map> file first that contains the mapping between grub device names "
10304 "and Linux device names.  It is usually sufficient to create a file "
10305 "containing:"
10306 msgstr ""
10307
10308 # type: verbatim
10309 #. type: verbatim
10310 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
10311 #, no-wrap
10312 msgid ""
10313 " (hd0) /dev/vda\n"
10314 "\n"
10315 msgstr ""
10316
10317 # type: textblock
10318 #. type: textblock
10319 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
10320 msgid "replacing C</dev/vda> with the name of the installation device."
10321 msgstr ""
10322
10323 # type: textblock
10324 #. type: textblock
10325 #: ../src/guestfs-actions.pod:2245
10326 msgid "(Added in 1.0.17)"
10327 msgstr ""
10328
10329 # type: =head2
10330 #. type: =head2
10331 #: ../src/guestfs-actions.pod:2247
10332 msgid "guestfs_head"
10333 msgstr ""
10334
10335 # type: verbatim
10336 #. type: verbatim
10337 #: ../src/guestfs-actions.pod:2249
10338 #, no-wrap
10339 msgid ""
10340 " char **\n"
10341 " guestfs_head (guestfs_h *g,\n"
10342 "               const char *path);\n"
10343 "\n"
10344 msgstr ""
10345
10346 # type: textblock
10347 #. type: textblock
10348 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
10349 msgid ""
10350 "This command returns up to the first 10 lines of a file as a list of strings."
10351 msgstr ""
10352
10353 # type: =head2
10354 #. type: =head2
10355 #: ../src/guestfs-actions.pod:2265
10356 msgid "guestfs_head_n"
10357 msgstr ""
10358
10359 # type: verbatim
10360 #. type: verbatim
10361 #: ../src/guestfs-actions.pod:2267
10362 #, no-wrap
10363 msgid ""
10364 " char **\n"
10365 " guestfs_head_n (guestfs_h *g,\n"
10366 "                 int nrlines,\n"
10367 "                 const char *path);\n"
10368 "\n"
10369 msgstr ""
10370
10371 # type: textblock
10372 #. type: textblock
10373 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
10374 msgid ""
10375 "If the parameter C<nrlines> is a positive number, this returns the first "
10376 "C<nrlines> lines of the file C<path>."
10377 msgstr ""
10378
10379 # type: textblock
10380 #. type: textblock
10381 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
10382 msgid ""
10383 "If the parameter C<nrlines> is a negative number, this returns lines from "
10384 "the file C<path>, excluding the last C<nrlines> lines."
10385 msgstr ""
10386
10387 # type: textblock
10388 #. type: textblock
10389 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6275
10390 #: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4188
10391 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10392 msgstr ""
10393
10394 # type: =head2
10395 #. type: =head2
10396 #: ../src/guestfs-actions.pod:2289
10397 msgid "guestfs_hexdump"
10398 msgstr ""
10399
10400 # type: verbatim
10401 #. type: verbatim
10402 #: ../src/guestfs-actions.pod:2291
10403 #, no-wrap
10404 msgid ""
10405 " char *\n"
10406 " guestfs_hexdump (guestfs_h *g,\n"
10407 "                  const char *path);\n"
10408 "\n"
10409 msgstr ""
10410
10411 # type: textblock
10412 #. type: textblock
10413 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
10414 msgid ""
10415 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10416 "readable, canonical hex dump of the file."
10417 msgstr ""
10418
10419 # type: textblock
10420 #. type: textblock
10421 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6059
10422 #: ../src/guestfs-actions.pod:6114
10423 msgid "(Added in 1.0.22)"
10424 msgstr ""
10425
10426 # type: =head2
10427 #. type: =head2
10428 #: ../src/guestfs-actions.pod:2306
10429 msgid "guestfs_initrd_cat"
10430 msgstr ""
10431
10432 # type: verbatim
10433 #. type: verbatim
10434 #: ../src/guestfs-actions.pod:2308
10435 #, no-wrap
10436 msgid ""
10437 " char *\n"
10438 " guestfs_initrd_cat (guestfs_h *g,\n"
10439 "                     const char *initrdpath,\n"
10440 "                     const char *filename,\n"
10441 "                     size_t *size_r);\n"
10442 "\n"
10443 msgstr ""
10444
10445 # type: textblock
10446 #. type: textblock
10447 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
10448 msgid ""
10449 "This command unpacks the file C<filename> from the initrd file called "
10450 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10451 "character."
10452 msgstr ""
10453
10454 # type: textblock
10455 #. type: textblock
10456 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
10457 msgid ""
10458 "For example, in guestfish you could use the following command to examine the "
10459 "boot script (usually called C</init>)  contained in a Linux initrd or "
10460 "initramfs image:"
10461 msgstr ""
10462
10463 # type: verbatim
10464 #. type: verbatim
10465 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
10466 #, no-wrap
10467 msgid ""
10468 " initrd-cat /boot/initrd-<version>.img init\n"
10469 "\n"
10470 msgstr ""
10471
10472 # type: textblock
10473 #. type: textblock
10474 #: ../src/guestfs-actions.pod:2324
10475 msgid "See also C<guestfs_initrd_list>."
10476 msgstr ""
10477
10478 # type: =head2
10479 #. type: =head2
10480 #: ../src/guestfs-actions.pod:2335
10481 msgid "guestfs_initrd_list"
10482 msgstr ""
10483
10484 # type: verbatim
10485 #. type: verbatim
10486 #: ../src/guestfs-actions.pod:2337
10487 #, no-wrap
10488 msgid ""
10489 " char **\n"
10490 " guestfs_initrd_list (guestfs_h *g,\n"
10491 "                      const char *path);\n"
10492 "\n"
10493 msgstr ""
10494
10495 # type: textblock
10496 #. type: textblock
10497 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
10498 msgid "This command lists out files contained in an initrd."
10499 msgstr ""
10500
10501 # type: textblock
10502 #. type: textblock
10503 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
10504 msgid ""
10505 "The files are listed without any initial C</> character.  The files are "
10506 "listed in the order they appear (not necessarily alphabetical).  Directory "
10507 "names are listed as separate items."
10508 msgstr ""
10509
10510 # type: textblock
10511 #. type: textblock
10512 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
10513 msgid ""
10514 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10515 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10516 "files)."
10517 msgstr ""
10518
10519 # type: =head2
10520 #. type: =head2
10521 #: ../src/guestfs-actions.pod:2357
10522 msgid "guestfs_inotify_add_watch"
10523 msgstr ""
10524
10525 # type: verbatim
10526 #. type: verbatim
10527 #: ../src/guestfs-actions.pod:2359
10528 #, no-wrap
10529 msgid ""
10530 " int64_t\n"
10531 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10532 "                            const char *path,\n"
10533 "                            int mask);\n"
10534 "\n"
10535 msgstr ""
10536
10537 # type: textblock
10538 #. type: textblock
10539 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
10540 msgid "Watch C<path> for the events listed in C<mask>."
10541 msgstr ""
10542
10543 # type: textblock
10544 #. type: textblock
10545 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
10546 msgid ""
10547 "Note that if C<path> is a directory then events within that directory are "
10548 "watched, but this does I<not> happen recursively (in subdirectories)."
10549 msgstr ""
10550
10551 # type: textblock
10552 #. type: textblock
10553 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
10554 msgid ""
10555 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10556 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10557 msgstr ""
10558
10559 # type: =head2
10560 #. type: =head2
10561 #: ../src/guestfs-actions.pod:2378
10562 msgid "guestfs_inotify_close"
10563 msgstr ""
10564
10565 # type: verbatim
10566 #. type: verbatim
10567 #: ../src/guestfs-actions.pod:2380
10568 #, no-wrap
10569 msgid ""
10570 " int\n"
10571 " guestfs_inotify_close (guestfs_h *g);\n"
10572 "\n"
10573 msgstr ""
10574
10575 # type: textblock
10576 #. type: textblock
10577 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
10578 msgid ""
10579 "This closes the inotify handle which was previously opened by inotify_init.  "
10580 "It removes all watches, throws away any pending events, and deallocates all "
10581 "resources."
10582 msgstr ""
10583
10584 # type: =head2
10585 #. type: =head2
10586 #: ../src/guestfs-actions.pod:2391
10587 msgid "guestfs_inotify_files"
10588 msgstr ""
10589
10590 # type: verbatim
10591 #. type: verbatim
10592 #: ../src/guestfs-actions.pod:2393
10593 #, no-wrap
10594 msgid ""
10595 " char **\n"
10596 " guestfs_inotify_files (guestfs_h *g);\n"
10597 "\n"
10598 msgstr ""
10599
10600 # type: textblock
10601 #. type: textblock
10602 #: ../src/guestfs-actions.pod:2396
10603 msgid ""
10604 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10605 "returns a list of pathnames of objects that were touched.  The returned "
10606 "pathnames are sorted and deduplicated."
10607 msgstr ""
10608
10609 # type: =head2
10610 #. type: =head2
10611 #: ../src/guestfs-actions.pod:2406
10612 msgid "guestfs_inotify_init"
10613 msgstr ""
10614
10615 # type: verbatim
10616 #. type: verbatim
10617 #: ../src/guestfs-actions.pod:2408
10618 #, no-wrap
10619 msgid ""
10620 " int\n"
10621 " guestfs_inotify_init (guestfs_h *g,\n"
10622 "                       int maxevents);\n"
10623 "\n"
10624 msgstr ""
10625
10626 # type: textblock
10627 #. type: textblock
10628 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
10629 msgid ""
10630 "This command creates a new inotify handle.  The inotify subsystem can be "
10631 "used to notify events which happen to objects in the guest filesystem."
10632 msgstr ""
10633
10634 # type: textblock
10635 #. type: textblock
10636 #: ../src/guestfs-actions.pod:2416
10637 msgid ""
10638 "C<maxevents> is the maximum number of events which will be queued up between "
10639 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10640 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10641 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10642 "throws away events, but records the fact that it threw them away by setting "
10643 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10644 "C<guestfs_inotify_read>)."
10645 msgstr ""
10646
10647 # type: textblock
10648 #. type: textblock
10649 #: ../src/guestfs-actions.pod:2426
10650 msgid ""
10651 "Before any events are generated, you have to add some watches to the "
10652 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10653 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10654 msgstr ""
10655
10656 # type: textblock
10657 #. type: textblock
10658 #: ../src/guestfs-actions.pod:2432
10659 msgid ""
10660 "Queued up events should be read periodically by calling "
10661 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10662 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10663 "often enough then you risk the internal queue overflowing."
10664 msgstr ""
10665
10666 # type: textblock
10667 #. type: textblock
10668 #: ../src/guestfs-actions.pod:2439
10669 msgid ""
10670 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10671 "This also removes any watches automatically."
10672 msgstr ""
10673
10674 # type: textblock
10675 #. type: textblock
10676 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
10677 msgid ""
10678 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10679 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10680 "that there is one global inotify handle per libguestfs instance."
10681 msgstr ""
10682
10683 # type: =head2
10684 #. type: =head2
10685 #: ../src/guestfs-actions.pod:2452
10686 msgid "guestfs_inotify_read"
10687 msgstr ""
10688
10689 # type: verbatim
10690 #. type: verbatim
10691 #: ../src/guestfs-actions.pod:2454
10692 #, no-wrap
10693 msgid ""
10694 " struct guestfs_inotify_event_list *\n"
10695 " guestfs_inotify_read (guestfs_h *g);\n"
10696 "\n"
10697 msgstr ""
10698
10699 # type: textblock
10700 #. type: textblock
10701 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
10702 msgid ""
10703 "Return the complete queue of events that have happened since the previous "
10704 "read call."
10705 msgstr ""
10706
10707 # type: textblock
10708 #. type: textblock
10709 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
10710 msgid "If no events have happened, this returns an empty list."
10711 msgstr ""
10712
10713 # type: textblock
10714 #. type: textblock
10715 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
10716 msgid ""
10717 "I<Note>: In order to make sure that all events have been read, you must call "
10718 "this function repeatedly until it returns an empty list.  The reason is that "
10719 "the call will read events up to the maximum appliance-to-host message size "
10720 "and leave remaining events in the queue."
10721 msgstr ""
10722
10723 # type: textblock
10724 #. type: textblock
10725 #: ../src/guestfs-actions.pod:2468
10726 msgid ""
10727 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10728 "there was an error.  I<The caller must call "
10729 "C<guestfs_free_inotify_event_list> after use>."
10730 msgstr ""
10731
10732 # type: =head2
10733 #. type: =head2
10734 #: ../src/guestfs-actions.pod:2474
10735 msgid "guestfs_inotify_rm_watch"
10736 msgstr ""
10737
10738 # type: verbatim
10739 #. type: verbatim
10740 #: ../src/guestfs-actions.pod:2476
10741 #, no-wrap
10742 msgid ""
10743 " int\n"
10744 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10745 "                           int wd);\n"
10746 "\n"
10747 msgstr ""
10748
10749 # type: textblock
10750 #. type: textblock
10751 #: ../src/guestfs-actions.pod:2480
10752 msgid ""
10753 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10754 msgstr ""
10755
10756 # type: =head2
10757 #. type: =head2
10758 #: ../src/guestfs-actions.pod:2487
10759 msgid "guestfs_inspect_get_arch"
10760 msgstr ""
10761
10762 # type: verbatim
10763 #. type: verbatim
10764 #: ../src/guestfs-actions.pod:2489
10765 #, no-wrap
10766 msgid ""
10767 " char *\n"
10768 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10769 "                           const char *root);\n"
10770 "\n"
10771 msgstr ""
10772
10773 # type: textblock
10774 #. type: textblock
10775 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516
10776 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623
10777 #: ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672
10778 #: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730
10779 #: ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790
10780 #: ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876
10781 #: ../src/guestfs-actions.pod:2899
10782 msgid ""
10783 "This function should only be called with a root device string as returned by "
10784 "C<guestfs_inspect_os>."
10785 msgstr ""
10786
10787 # type: textblock
10788 #. type: textblock
10789 #: ../src/guestfs-actions.pod:2496
10790 msgid ""
10791 "This returns the architecture of the inspected operating system.  The "
10792 "possible return values are listed under C<guestfs_file_architecture>."
10793 msgstr ""
10794
10795 # type: textblock
10796 #. type: textblock
10797 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
10798 msgid ""
10799 "If the architecture could not be determined, then the string C<unknown> is "
10800 "returned."
10801 msgstr ""
10802
10803 # type: textblock
10804 #. type: textblock
10805 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584
10806 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660
10807 #: ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777
10808 #: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820
10809 #: ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886
10810 #: ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033
10811 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759
10812 #: ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813
10813 #: ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901
10814 #: ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931
10815 #: ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982
10816 #: ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115
10817 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10818 msgstr ""
10819
10820 # type: =head2
10821 #. type: =head2
10822 #: ../src/guestfs-actions.pod:2510
10823 msgid "guestfs_inspect_get_distro"
10824 msgstr ""
10825
10826 # type: verbatim
10827 #. type: verbatim
10828 #: ../src/guestfs-actions.pod:2512
10829 #, no-wrap
10830 msgid ""
10831 " char *\n"
10832 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10833 "                             const char *root);\n"
10834 "\n"
10835 msgstr ""
10836
10837 # type: textblock
10838 #. type: textblock
10839 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
10840 msgid ""
10841 "This returns the distro (distribution) of the inspected operating system."
10842 msgstr ""
10843
10844 # type: textblock
10845 #. type: textblock
10846 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
10847 msgid "Currently defined distros are:"
10848 msgstr ""
10849
10850 # type: =item
10851 #. type: =item
10852 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
10853 msgid "\"archlinux\""
10854 msgstr ""
10855
10856 # type: textblock
10857 #. type: textblock
10858 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
10859 msgid "Arch Linux."
10860 msgstr ""
10861
10862 # type: =item
10863 #. type: =item
10864 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
10865 msgid "\"debian\""
10866 msgstr ""
10867
10868 # type: textblock
10869 #. type: textblock
10870 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
10871 msgid "Debian."
10872 msgstr ""
10873
10874 # type: =item
10875 #. type: =item
10876 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
10877 msgid "\"fedora\""
10878 msgstr ""
10879
10880 # type: textblock
10881 #. type: textblock
10882 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
10883 msgid "Fedora."
10884 msgstr ""
10885
10886 # type: =item
10887 #. type: =item
10888 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
10889 msgid "\"gentoo\""
10890 msgstr ""
10891
10892 # type: textblock
10893 #. type: textblock
10894 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
10895 msgid "Gentoo."
10896 msgstr ""
10897
10898 # type: =item
10899 #. type: =item
10900 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
10901 msgid "\"linuxmint\""
10902 msgstr ""
10903
10904 # type: textblock
10905 #. type: textblock
10906 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
10907 msgid "Linux Mint."
10908 msgstr ""
10909
10910 # type: =item
10911 #. type: =item
10912 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
10913 msgid "\"mandriva\""
10914 msgstr ""
10915
10916 # type: textblock
10917 #. type: textblock
10918 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
10919 msgid "Mandriva."
10920 msgstr ""
10921
10922 # type: =item
10923 #. type: =item
10924 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
10925 msgid "\"meego\""
10926 msgstr ""
10927
10928 # type: textblock
10929 #. type: textblock
10930 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
10931 msgid "MeeGo."
10932 msgstr ""
10933
10934 # type: =item
10935 #. type: =item
10936 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
10937 msgid "\"pardus\""
10938 msgstr ""
10939
10940 # type: textblock
10941 #. type: textblock
10942 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
10943 msgid "Pardus."
10944 msgstr ""
10945
10946 # type: =item
10947 #. type: =item
10948 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
10949 msgid "\"redhat-based\""
10950 msgstr ""
10951
10952 # type: textblock
10953 #. type: textblock
10954 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
10955 msgid "Some Red Hat-derived distro."
10956 msgstr ""
10957
10958 # type: =item
10959 #. type: =item
10960 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
10961 msgid "\"rhel\""
10962 msgstr ""
10963
10964 # type: textblock
10965 #. type: textblock
10966 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
10967 msgid "Red Hat Enterprise Linux and some derivatives."
10968 msgstr ""
10969
10970 # type: =item
10971 #. type: =item
10972 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
10973 msgid "\"ubuntu\""
10974 msgstr ""
10975
10976 # type: textblock
10977 #. type: textblock
10978 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
10979 msgid "Ubuntu."
10980 msgstr ""
10981
10982 # type: =item
10983 #. type: =item
10984 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854
10985 #: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957
10986 msgid "\"unknown\""
10987 msgstr ""
10988
10989 # type: textblock
10990 #. type: textblock
10991 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
10992 msgid "The distro could not be determined."
10993 msgstr ""
10994
10995 # type: =item
10996 #. type: =item
10997 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846
10998 #: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949
10999 msgid "\"windows\""
11000 msgstr ""
11001
11002 # type: textblock
11003 #. type: textblock
11004 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
11005 msgid ""
11006 "Windows does not have distributions.  This string is returned if the OS type "
11007 "is Windows."
11008 msgstr ""
11009
11010 # type: textblock
11011 #. type: textblock
11012 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860
11013 #: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963
11014 msgid ""
11015 "Future versions of libguestfs may return other strings here.  The caller "
11016 "should be prepared to handle any string."
11017 msgstr ""
11018
11019 # type: =head2
11020 #. type: =head2
11021 #: ../src/guestfs-actions.pod:2591
11022 msgid "guestfs_inspect_get_filesystems"
11023 msgstr ""
11024
11025 # type: verbatim
11026 #. type: verbatim
11027 #: ../src/guestfs-actions.pod:2593
11028 #, no-wrap
11029 msgid ""
11030 " char **\n"
11031 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11032 "                                  const char *root);\n"
11033 "\n"
11034 msgstr ""
11035
11036 # type: textblock
11037 #. type: textblock
11038 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
11039 msgid ""
11040 "This returns a list of all the filesystems that we think are associated with "
11041 "this operating system.  This includes the root filesystem, other ordinary "
11042 "filesystems, and non-mounted devices like swap partitions."
11043 msgstr ""
11044
11045 # type: textblock
11046 #. type: textblock
11047 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
11048 msgid ""
11049 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11050 "to be shared between operating systems."
11051 msgstr ""
11052
11053 # type: textblock
11054 #. type: textblock
11055 #: ../src/guestfs-actions.pod:2608
11056 msgid ""
11057 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11058 "C<guestfs_inspect_get_mountpoints>."
11059 msgstr ""
11060
11061 # type: =head2
11062 #. type: =head2
11063 #: ../src/guestfs-actions.pod:2617
11064 msgid "guestfs_inspect_get_hostname"
11065 msgstr ""
11066
11067 # type: verbatim
11068 #. type: verbatim
11069 #: ../src/guestfs-actions.pod:2619
11070 #, no-wrap
11071 msgid ""
11072 " char *\n"
11073 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11074 "                               const char *root);\n"
11075 "\n"
11076 msgstr ""
11077
11078 # type: textblock
11079 #. type: textblock
11080 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
11081 msgid ""
11082 "This function returns the hostname of the operating system as found by "
11083 "inspection of the guest's configuration files."
11084 msgstr ""
11085
11086 # type: textblock
11087 #. type: textblock
11088 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
11089 msgid ""
11090 "If the hostname could not be determined, then the string C<unknown> is "
11091 "returned."
11092 msgstr ""
11093
11094 # type: textblock
11095 #. type: textblock
11096 #: ../src/guestfs-actions.pod:2637
11097 msgid "(Added in 1.7.9)"
11098 msgstr ""
11099
11100 # type: =head2
11101 #. type: =head2
11102 #: ../src/guestfs-actions.pod:2639
11103 msgid "guestfs_inspect_get_major_version"
11104 msgstr ""
11105
11106 # type: verbatim
11107 #. type: verbatim
11108 #: ../src/guestfs-actions.pod:2641
11109 #, no-wrap
11110 msgid ""
11111 " int\n"
11112 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11113 "                                    const char *root);\n"
11114 "\n"
11115 msgstr ""
11116
11117 # type: textblock
11118 #. type: textblock
11119 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
11120 msgid ""
11121 "This returns the major version number of the inspected operating system."
11122 msgstr ""
11123
11124 # type: textblock
11125 #. type: textblock
11126 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
11127 msgid ""
11128 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11129 "popular public names used by the operating system.  Notably the operating "
11130 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11131 "1).  You can find out the real versions corresponding to releases of Windows "
11132 "by consulting Wikipedia or MSDN."
11133 msgstr ""
11134
11135 # type: textblock
11136 #. type: textblock
11137 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678
11138 #: ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
11139 msgid "If the version could not be determined, then C<0> is returned."
11140 msgstr ""
11141
11142 # type: =head2
11143 #. type: =head2
11144 #: ../src/guestfs-actions.pod:2666
11145 msgid "guestfs_inspect_get_minor_version"
11146 msgstr ""
11147
11148 # type: verbatim
11149 #. type: verbatim
11150 #: ../src/guestfs-actions.pod:2668
11151 #, no-wrap
11152 msgid ""
11153 " int\n"
11154 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11155 "                                    const char *root);\n"
11156 "\n"
11157 msgstr ""
11158
11159 # type: textblock
11160 #. type: textblock
11161 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
11162 msgid ""
11163 "This returns the minor version number of the inspected operating system."
11164 msgstr ""
11165
11166 # type: textblock
11167 #. type: textblock
11168 #: ../src/guestfs-actions.pod:2680
11169 msgid ""
11170 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11171 "C<guestfs_inspect_get_major_version>."
11172 msgstr ""
11173
11174 # type: =head2
11175 #. type: =head2
11176 #: ../src/guestfs-actions.pod:2687
11177 msgid "guestfs_inspect_get_mountpoints"
11178 msgstr ""
11179
11180 # type: verbatim
11181 #. type: verbatim
11182 #: ../src/guestfs-actions.pod:2689
11183 #, no-wrap
11184 msgid ""
11185 " char **\n"
11186 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11187 "                                  const char *root);\n"
11188 "\n"
11189 msgstr ""
11190
11191 #. type: textblock
11192 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
11193 msgid ""
11194 "This returns a hash of where we think the filesystems associated with this "
11195 "operating system should be mounted.  Callers should note that this is at "
11196 "best an educated guess made by reading configuration files such as C</etc/"
11197 "fstab>.  I<In particular note> that this may return filesystems which are "
11198 "non-existent or not mountable and callers should be prepared to handle or "
11199 "ignore failures if they try to mount them."
11200 msgstr ""
11201
11202 # type: textblock
11203 #. type: textblock
11204 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846
11205 msgid ""
11206 "Each element in the returned hashtable has a key which is the path of the "
11207 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11208 "mounted there (eg. C</dev/sda1>)."
11209 msgstr ""
11210
11211 # type: textblock
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851
11214 msgid ""
11215 "Non-mounted devices such as swap devices are I<not> returned in this list."
11216 msgstr ""
11217
11218 # type: textblock
11219 #. type: textblock
11220 #: ../src/guestfs-actions.pod:2713
11221 msgid ""
11222 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11223 "C<guestfs_inspect_get_filesystems>."
11224 msgstr ""
11225
11226 # type: textblock
11227 #. type: textblock
11228 #: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362
11229 #: ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:6416
11230 msgid ""
11231 "This function returns a NULL-terminated array of strings, or NULL if there "
11232 "was an error.  The array of strings will always have length C<2n+1>, where "
11233 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11234 "caller must free the strings and the array after use>."
11235 msgstr ""
11236
11237 # type: =head2
11238 #. type: =head2
11239 #: ../src/guestfs-actions.pod:2724
11240 msgid "guestfs_inspect_get_package_format"
11241 msgstr ""
11242
11243 # type: verbatim
11244 #. type: verbatim
11245 #: ../src/guestfs-actions.pod:2726
11246 #, no-wrap
11247 msgid ""
11248 " char *\n"
11249 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11250 "                                     const char *root);\n"
11251 "\n"
11252 msgstr ""
11253
11254 # type: textblock
11255 #. type: textblock
11256 #: ../src/guestfs-actions.pod:2733
11257 msgid ""
11258 "This function and C<guestfs_inspect_get_package_management> return the "
11259 "package format and package management tool used by the inspected operating "
11260 "system.  For example for Fedora these functions would return C<rpm> (package "
11261 "format) and C<yum> (package management)."
11262 msgstr ""
11263
11264 # type: textblock
11265 #. type: textblock
11266 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
11267 msgid ""
11268 "This returns the string C<unknown> if we could not determine the package "
11269 "format I<or> if the operating system does not have a real packaging system "
11270 "(eg. Windows)."
11271 msgstr ""
11272
11273 # type: textblock
11274 #. type: textblock
11275 #: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874
11276 msgid ""
11277 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11278 "Future versions of libguestfs may return other strings."
11279 msgstr ""
11280
11281 # type: textblock
11282 #. type: textblock
11283 #: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782
11284 msgid "(Added in 1.7.5)"
11285 msgstr ""
11286
11287 # type: =head2
11288 #. type: =head2
11289 #: ../src/guestfs-actions.pod:2753
11290 msgid "guestfs_inspect_get_package_management"
11291 msgstr ""
11292
11293 # type: verbatim
11294 #. type: verbatim
11295 #: ../src/guestfs-actions.pod:2755
11296 #, no-wrap
11297 msgid ""
11298 " char *\n"
11299 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11300 "                                         const char *root);\n"
11301 "\n"
11302 msgstr ""
11303
11304 # type: textblock
11305 #. type: textblock
11306 #: ../src/guestfs-actions.pod:2762
11307 msgid ""
11308 "C<guestfs_inspect_get_package_format> and this function return the package "
11309 "format and package management tool used by the inspected operating system.  "
11310 "For example for Fedora these functions would return C<rpm> (package format) "
11311 "and C<yum> (package management)."
11312 msgstr ""
11313
11314 # type: textblock
11315 #. type: textblock
11316 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
11317 msgid ""
11318 "This returns the string C<unknown> if we could not determine the package "
11319 "management tool I<or> if the operating system does not have a real packaging "
11320 "system (eg. Windows)."
11321 msgstr ""
11322
11323 # type: textblock
11324 #. type: textblock
11325 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896
11326 msgid ""
11327 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11328 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11329 "libguestfs may return other strings."
11330 msgstr ""
11331
11332 # type: =head2
11333 #. type: =head2
11334 #: ../src/guestfs-actions.pod:2784
11335 msgid "guestfs_inspect_get_product_name"
11336 msgstr ""
11337
11338 # type: verbatim
11339 #. type: verbatim
11340 #: ../src/guestfs-actions.pod:2786
11341 #, no-wrap
11342 msgid ""
11343 " char *\n"
11344 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11345 "                                   const char *root);\n"
11346 "\n"
11347 msgstr ""
11348
11349 # type: textblock
11350 #. type: textblock
11351 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910
11352 msgid ""
11353 "This returns the product name of the inspected operating system.  The "
11354 "product name is generally some freeform string which can be displayed to the "
11355 "user, but should not be parsed by programs."
11356 msgstr ""
11357
11358 # type: textblock
11359 #. type: textblock
11360 #: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915
11361 msgid ""
11362 "If the product name could not be determined, then the string C<unknown> is "
11363 "returned."
11364 msgstr ""
11365
11366 # type: =head2
11367 #. type: =head2
11368 #: ../src/guestfs-actions.pod:2808
11369 msgid "guestfs_inspect_get_roots"
11370 msgstr ""
11371
11372 # type: verbatim
11373 #. type: verbatim
11374 #: ../src/guestfs-actions.pod:2810
11375 #, no-wrap
11376 msgid ""
11377 " char **\n"
11378 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11379 "\n"
11380 msgstr ""
11381
11382 # type: textblock
11383 #. type: textblock
11384 #: ../src/guestfs-actions.pod:2813
11385 msgid ""
11386 "This function is a convenient way to get the list of root devices, as "
11387 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11388 "the whole inspection process."
11389 msgstr ""
11390
11391 # type: textblock
11392 #. type: textblock
11393 #: ../src/guestfs-actions.pod:2817
11394 msgid ""
11395 "This returns an empty list if either no root devices were found or the "
11396 "caller has not called C<guestfs_inspect_os>."
11397 msgstr ""
11398
11399 # type: textblock
11400 #. type: textblock
11401 #: ../src/guestfs-actions.pod:2826
11402 msgid "(Added in 1.7.3)"
11403 msgstr ""
11404
11405 # type: =head2
11406 #. type: =head2
11407 #: ../src/guestfs-actions.pod:2828
11408 msgid "guestfs_inspect_get_type"
11409 msgstr ""
11410
11411 # type: verbatim
11412 #. type: verbatim
11413 #: ../src/guestfs-actions.pod:2830
11414 #, no-wrap
11415 msgid ""
11416 " char *\n"
11417 " guestfs_inspect_get_type (guestfs_h *g,\n"
11418 "                           const char *root);\n"
11419 "\n"
11420 msgstr ""
11421
11422 # type: textblock
11423 #. type: textblock
11424 #: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940
11425 msgid ""
11426 "This returns the type of the inspected operating system.  Currently defined "
11427 "types are:"
11428 msgstr ""
11429
11430 # type: =item
11431 #. type: =item
11432 #: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945
11433 msgid "\"linux\""
11434 msgstr ""
11435
11436 # type: textblock
11437 #. type: textblock
11438 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
11439 msgid "Any Linux-based operating system."
11440 msgstr ""
11441
11442 # type: textblock
11443 #. type: textblock
11444 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
11445 msgid "Any Microsoft Windows operating system."
11446 msgstr ""
11447
11448 # type: =item
11449 #. type: =item
11450 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
11451 msgid "\"freebsd\""
11452 msgstr ""
11453
11454 # type: textblock
11455 #. type: textblock
11456 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
11457 msgid "FreeBSD."
11458 msgstr ""
11459
11460 # type: textblock
11461 #. type: textblock
11462 #: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959
11463 msgid "The operating system type could not be determined."
11464 msgstr ""
11465
11466 # type: =head2
11467 #. type: =head2
11468 #: ../src/guestfs-actions.pod:2870
11469 msgid "guestfs_inspect_get_windows_systemroot"
11470 msgstr ""
11471
11472 # type: verbatim
11473 #. type: verbatim
11474 #: ../src/guestfs-actions.pod:2872
11475 #, no-wrap
11476 msgid ""
11477 " char *\n"
11478 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11479 "                                         const char *root);\n"
11480 "\n"
11481 msgstr ""
11482
11483 # type: textblock
11484 #. type: textblock
11485 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
11486 msgid ""
11487 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11488 "is a directory path such as C</WINDOWS>."
11489 msgstr ""
11490
11491 # type: textblock
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978
11494 msgid ""
11495 "This call assumes that the guest is Windows and that the systemroot could be "
11496 "determined by inspection.  If this is not the case then an error is returned."
11497 msgstr ""
11498
11499 # type: textblock
11500 #. type: textblock
11501 #: ../src/guestfs-actions.pod:2891
11502 msgid "(Added in 1.5.25)"
11503 msgstr ""
11504
11505 # type: =head2
11506 #. type: =head2
11507 #: ../src/guestfs-actions.pod:2893
11508 msgid "guestfs_inspect_list_applications"
11509 msgstr ""
11510
11511 # type: verbatim
11512 #. type: verbatim
11513 #: ../src/guestfs-actions.pod:2895
11514 #, no-wrap
11515 msgid ""
11516 " struct guestfs_application_list *\n"
11517 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11518 "                                    const char *root);\n"
11519 "\n"
11520 msgstr ""
11521
11522 # type: textblock
11523 #. type: textblock
11524 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991
11525 msgid "Return the list of applications installed in the operating system."
11526 msgstr ""
11527
11528 # type: textblock
11529 #. type: textblock
11530 #: ../src/guestfs-actions.pod:2904
11531 msgid ""
11532 "I<Note:> This call works differently from other parts of the inspection "
11533 "API.  You have to call C<guestfs_inspect_os>, then "
11534 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11535 "this.  Listing applications is a significantly more difficult operation "
11536 "which requires access to the full filesystem.  Also note that unlike the "
11537 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11538 "the libguestfs handle, this call actually reads parts of the mounted "
11539 "filesystems during the call."
11540 msgstr ""
11541
11542 # type: textblock
11543 #. type: textblock
11544 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
11545 msgid ""
11546 "This returns an empty list if the inspection code was not able to determine "
11547 "the list of applications."
11548 msgstr ""
11549
11550 # type: textblock
11551 #. type: textblock
11552 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
11553 msgid "The application structure contains the following fields:"
11554 msgstr ""
11555
11556 # type: =item
11557 #. type: =item
11558 #: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010
11559 msgid "C<app_name>"
11560 msgstr ""
11561
11562 # type: textblock
11563 #. type: textblock
11564 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
11565 msgid ""
11566 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11567 "guests, this is the package name."
11568 msgstr ""
11569
11570 # type: =item
11571 #. type: =item
11572 #: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015
11573 msgid "C<app_display_name>"
11574 msgstr ""
11575
11576 # type: textblock
11577 #. type: textblock
11578 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
11579 msgid ""
11580 "The display name of the application, sometimes localized to the install "
11581 "language of the guest operating system."
11582 msgstr ""
11583
11584 # type: textblock
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
11587 msgid ""
11588 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11589 "to display something can use C<app_name> instead."
11590 msgstr ""
11591
11592 # type: =item
11593 #. type: =item
11594 #: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023
11595 msgid "C<app_epoch>"
11596 msgstr ""
11597
11598 # type: textblock
11599 #. type: textblock
11600 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
11601 msgid ""
11602 "For package managers which use epochs, this contains the epoch of the "
11603 "package (an integer).  If unavailable, this is returned as C<0>."
11604 msgstr ""
11605
11606 # type: =item
11607 #. type: =item
11608 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028
11609 msgid "C<app_version>"
11610 msgstr ""
11611
11612 # type: textblock
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
11615 msgid ""
11616 "The version string of the application or package.  If unavailable this is "
11617 "returned as an empty string C<\"\">."
11618 msgstr ""
11619
11620 # type: =item
11621 #. type: =item
11622 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033
11623 msgid "C<app_release>"
11624 msgstr ""
11625
11626 # type: textblock
11627 #. type: textblock
11628 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
11629 msgid ""
11630 "The release string of the application or package, for package managers that "
11631 "use this.  If unavailable this is returned as an empty string C<\"\">."
11632 msgstr ""
11633
11634 # type: =item
11635 #. type: =item
11636 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039
11637 msgid "C<app_install_path>"
11638 msgstr ""
11639
11640 # type: textblock
11641 #. type: textblock
11642 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
11643 msgid ""
11644 "The installation path of the application (on operating systems such as "
11645 "Windows which use installation paths).  This path is in the format used by "
11646 "the guest operating system, it is not a libguestfs path."
11647 msgstr ""
11648
11649 # type: textblock
11650 #. type: textblock
11651 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
11652 msgid "If unavailable this is returned as an empty string C<\"\">."
11653 msgstr ""
11654
11655 # type: =item
11656 #. type: =item
11657 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
11658 msgid "C<app_trans_path>"
11659 msgstr ""
11660
11661 # type: textblock
11662 #. type: textblock
11663 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
11664 msgid ""
11665 "The install path translated into a libguestfs path.  If unavailable this is "
11666 "returned as an empty string C<\"\">."
11667 msgstr ""
11668
11669 # type: =item
11670 #. type: =item
11671 #: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053
11672 msgid "C<app_publisher>"
11673 msgstr ""
11674
11675 # type: textblock
11676 #. type: textblock
11677 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
11678 msgid ""
11679 "The name of the publisher of the application, for package managers that use "
11680 "this.  If unavailable this is returned as an empty string C<\"\">."
11681 msgstr ""
11682
11683 # type: =item
11684 #. type: =item
11685 #: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059
11686 msgid "C<app_url>"
11687 msgstr ""
11688
11689 # type: textblock
11690 #. type: textblock
11691 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
11692 msgid ""
11693 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11694 "returned as an empty string C<\"\">."
11695 msgstr ""
11696
11697 # type: =item
11698 #. type: =item
11699 #: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064
11700 msgid "C<app_source_package>"
11701 msgstr ""
11702
11703 # type: textblock
11704 #. type: textblock
11705 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
11706 msgid ""
11707 "For packaging systems which support this, the name of the source package.  "
11708 "If unavailable this is returned as an empty string C<\"\">."
11709 msgstr ""
11710
11711 # type: =item
11712 #. type: =item
11713 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069
11714 msgid "C<app_summary>"
11715 msgstr ""
11716
11717 # type: textblock
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
11720 msgid ""
11721 "A short (usually one line) description of the application or package.  If "
11722 "unavailable this is returned as an empty string C<\"\">."
11723 msgstr ""
11724
11725 # type: =item
11726 #. type: =item
11727 #: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074
11728 msgid "C<app_description>"
11729 msgstr ""
11730
11731 # type: textblock
11732 #. type: textblock
11733 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
11734 msgid ""
11735 "A longer description of the application or package.  If unavailable this is "
11736 "returned as an empty string C<\"\">."
11737 msgstr ""
11738
11739 # type: textblock
11740 #. type: textblock
11741 #: ../src/guestfs-actions.pod:2994
11742 msgid ""
11743 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11744 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11745 "after use>."
11746 msgstr ""
11747
11748 # type: textblock
11749 #. type: textblock
11750 #: ../src/guestfs-actions.pod:2998
11751 msgid "(Added in 1.7.8)"
11752 msgstr ""
11753
11754 # type: =head2
11755 #. type: =head2
11756 #: ../src/guestfs-actions.pod:3000
11757 msgid "guestfs_inspect_os"
11758 msgstr ""
11759
11760 # type: verbatim
11761 #. type: verbatim
11762 #: ../src/guestfs-actions.pod:3002
11763 #, no-wrap
11764 msgid ""
11765 " char **\n"
11766 " guestfs_inspect_os (guestfs_h *g);\n"
11767 "\n"
11768 msgstr ""
11769
11770 # type: textblock
11771 #. type: textblock
11772 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
11773 msgid ""
11774 "This function uses other libguestfs functions and certain heuristics to "
11775 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11776 "for operating systems."
11777 msgstr ""
11778
11779 # type: textblock
11780 #. type: textblock
11781 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091
11782 msgid "The list returned is empty if no operating systems were found."
11783 msgstr ""
11784
11785 # type: textblock
11786 #. type: textblock
11787 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
11788 msgid ""
11789 "If one operating system was found, then this returns a list with a single "
11790 "element, which is the name of the root filesystem of this operating system.  "
11791 "It is also possible for this function to return a list containing more than "
11792 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11793 "element being the root filesystem of one of the operating systems."
11794 msgstr ""
11795
11796 # type: textblock
11797 #. type: textblock
11798 #: ../src/guestfs-actions.pod:3018
11799 msgid ""
11800 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11801 "functions in order to query further information about each operating system, "
11802 "such as the name and version."
11803 msgstr ""
11804
11805 # type: textblock
11806 #. type: textblock
11807 #: ../src/guestfs-actions.pod:3023
11808 msgid ""
11809 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11810 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11811 "the contents.  This should be called with no disks currently mounted.  The "
11812 "function may also use Augeas, so any existing Augeas handle will be closed."
11813 msgstr ""
11814
11815 # type: textblock
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111
11818 msgid ""
11819 "This function cannot decrypt encrypted disks.  The caller must do that first "
11820 "(supplying the necessary keys) if the disk is encrypted."
11821 msgstr ""
11822
11823 # type: textblock
11824 #. type: textblock
11825 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320
11826 #: ../src/guestfs-actions.pod:3382
11827 msgid "See also C<guestfs_list_filesystems>."
11828 msgstr ""
11829
11830 # type: =head2
11831 #. type: =head2
11832 #: ../src/guestfs-actions.pod:3043
11833 msgid "guestfs_is_blockdev"
11834 msgstr ""
11835
11836 # type: verbatim
11837 #. type: verbatim
11838 #: ../src/guestfs-actions.pod:3045
11839 #, no-wrap
11840 msgid ""
11841 " int\n"
11842 " guestfs_is_blockdev (guestfs_h *g,\n"
11843 "                      const char *path);\n"
11844 "\n"
11845 msgstr ""
11846
11847 # type: textblock
11848 #. type: textblock
11849 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123
11850 msgid ""
11851 "This returns C<true> if and only if there is a block device with the given "
11852 "C<path> name."
11853 msgstr ""
11854
11855 # type: textblock
11856 #. type: textblock
11857 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081
11858 #: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126
11859 #: ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198
11860 #: ../src/guestfs-actions.pod:3213
11861 msgid "See also C<guestfs_stat>."
11862 msgstr ""
11863
11864 # type: textblock
11865 #. type: textblock
11866 #: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085
11867 #: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202
11868 #: ../src/guestfs-actions.pod:3217
11869 msgid "(Added in 1.5.10)"
11870 msgstr ""
11871
11872 # type: =head2
11873 #. type: =head2
11874 #: ../src/guestfs-actions.pod:3058
11875 msgid "guestfs_is_busy"
11876 msgstr ""
11877
11878 # type: verbatim
11879 #. type: verbatim
11880 #: ../src/guestfs-actions.pod:3060
11881 #, no-wrap
11882 msgid ""
11883 " int\n"
11884 " guestfs_is_busy (guestfs_h *g);\n"
11885 "\n"
11886 msgstr ""
11887
11888 # type: textblock
11889 #. type: textblock
11890 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132
11891 msgid ""
11892 "This returns true iff this handle is busy processing a command (in the "
11893 "C<BUSY> state)."
11894 msgstr ""
11895
11896 # type: =head2
11897 #. type: =head2
11898 #: ../src/guestfs-actions.pod:3072
11899 msgid "guestfs_is_chardev"
11900 msgstr ""
11901
11902 # type: verbatim
11903 #. type: verbatim
11904 #: ../src/guestfs-actions.pod:3074
11905 #, no-wrap
11906 msgid ""
11907 " int\n"
11908 " guestfs_is_chardev (guestfs_h *g,\n"
11909 "                     const char *path);\n"
11910 "\n"
11911 msgstr ""
11912
11913 # type: textblock
11914 #. type: textblock
11915 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141
11916 msgid ""
11917 "This returns C<true> if and only if there is a character device with the "
11918 "given C<path> name."
11919 msgstr ""
11920
11921 # type: =head2
11922 #. type: =head2
11923 #: ../src/guestfs-actions.pod:3087
11924 msgid "guestfs_is_config"
11925 msgstr ""
11926
11927 # type: verbatim
11928 #. type: verbatim
11929 #: ../src/guestfs-actions.pod:3089
11930 #, no-wrap
11931 msgid ""
11932 " int\n"
11933 " guestfs_is_config (guestfs_h *g);\n"
11934 "\n"
11935 msgstr ""
11936
11937 # type: textblock
11938 #. type: textblock
11939 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150
11940 msgid ""
11941 "This returns true iff this handle is being configured (in the C<CONFIG> "
11942 "state)."
11943 msgstr ""
11944
11945 # type: =head2
11946 #. type: =head2
11947 #: ../src/guestfs-actions.pod:3101
11948 msgid "guestfs_is_dir"
11949 msgstr ""
11950
11951 # type: verbatim
11952 #. type: verbatim
11953 #: ../src/guestfs-actions.pod:3103
11954 #, no-wrap
11955 msgid ""
11956 " int\n"
11957 " guestfs_is_dir (guestfs_h *g,\n"
11958 "                 const char *path);\n"
11959 "\n"
11960 msgstr ""
11961
11962 # type: textblock
11963 #. type: textblock
11964 #: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159
11965 msgid ""
11966 "This returns C<true> if and only if there is a directory with the given "
11967 "C<path> name.  Note that it returns false for other objects like files."
11968 msgstr ""
11969
11970 # type: =head2
11971 #. type: =head2
11972 #: ../src/guestfs-actions.pod:3117
11973 msgid "guestfs_is_fifo"
11974 msgstr ""
11975
11976 # type: verbatim
11977 #. type: verbatim
11978 #: ../src/guestfs-actions.pod:3119
11979 #, no-wrap
11980 msgid ""
11981 " int\n"
11982 " guestfs_is_fifo (guestfs_h *g,\n"
11983 "                  const char *path);\n"
11984 "\n"
11985 msgstr ""
11986
11987 # type: textblock
11988 #. type: textblock
11989 #: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169
11990 msgid ""
11991 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11992 "given C<path> name."
11993 msgstr ""
11994
11995 # type: =head2
11996 #. type: =head2
11997 #: ../src/guestfs-actions.pod:3132
11998 msgid "guestfs_is_file"
11999 msgstr ""
12000
12001 # type: verbatim
12002 #. type: verbatim
12003 #: ../src/guestfs-actions.pod:3134
12004 #, no-wrap
12005 msgid ""
12006 " int\n"
12007 " guestfs_is_file (guestfs_h *g,\n"
12008 "                  const char *path);\n"
12009 "\n"
12010 msgstr ""
12011
12012 # type: textblock
12013 #. type: textblock
12014 #: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178
12015 msgid ""
12016 "This returns C<true> if and only if there is a regular file with the given "
12017 "C<path> name.  Note that it returns false for other objects like directories."
12018 msgstr ""
12019
12020 # type: =head2
12021 #. type: =head2
12022 #: ../src/guestfs-actions.pod:3148
12023 msgid "guestfs_is_launching"
12024 msgstr ""
12025
12026 # type: verbatim
12027 #. type: verbatim
12028 #: ../src/guestfs-actions.pod:3150
12029 #, no-wrap
12030 msgid ""
12031 " int\n"
12032 " guestfs_is_launching (guestfs_h *g);\n"
12033 "\n"
12034 msgstr ""
12035
12036 # type: textblock
12037 #. type: textblock
12038 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188
12039 msgid ""
12040 "This returns true iff this handle is launching the subprocess (in the "
12041 "C<LAUNCHING> state)."
12042 msgstr ""
12043
12044 # type: =head2
12045 #. type: =head2
12046 #: ../src/guestfs-actions.pod:3162
12047 msgid "guestfs_is_lv"
12048 msgstr ""
12049
12050 # type: verbatim
12051 #. type: verbatim
12052 #: ../src/guestfs-actions.pod:3164
12053 #, no-wrap
12054 msgid ""
12055 " int\n"
12056 " guestfs_is_lv (guestfs_h *g,\n"
12057 "                const char *device);\n"
12058 "\n"
12059 msgstr ""
12060
12061 # type: textblock
12062 #. type: textblock
12063 #: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197
12064 msgid ""
12065 "This command tests whether C<device> is a logical volume, and returns true "
12066 "iff this is the case."
12067 msgstr ""
12068
12069 # type: =head2
12070 #. type: =head2
12071 #: ../src/guestfs-actions.pod:3175
12072 msgid "guestfs_is_ready"
12073 msgstr ""
12074
12075 # type: verbatim
12076 #. type: verbatim
12077 #: ../src/guestfs-actions.pod:3177
12078 #, no-wrap
12079 msgid ""
12080 " int\n"
12081 " guestfs_is_ready (guestfs_h *g);\n"
12082 "\n"
12083 msgstr ""
12084
12085 # type: textblock
12086 #. type: textblock
12087 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204
12088 msgid ""
12089 "This returns true iff this handle is ready to accept commands (in the "
12090 "C<READY> state)."
12091 msgstr ""
12092
12093 # type: =head2
12094 #. type: =head2
12095 #: ../src/guestfs-actions.pod:3189
12096 msgid "guestfs_is_socket"
12097 msgstr ""
12098
12099 # type: verbatim
12100 #. type: verbatim
12101 #: ../src/guestfs-actions.pod:3191
12102 #, no-wrap
12103 msgid ""
12104 " int\n"
12105 " guestfs_is_socket (guestfs_h *g,\n"
12106 "                    const char *path);\n"
12107 "\n"
12108 msgstr ""
12109
12110 # type: textblock
12111 #. type: textblock
12112 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213
12113 msgid ""
12114 "This returns C<true> if and only if there is a Unix domain socket with the "
12115 "given C<path> name."
12116 msgstr ""
12117
12118 # type: =head2
12119 #. type: =head2
12120 #: ../src/guestfs-actions.pod:3204
12121 msgid "guestfs_is_symlink"
12122 msgstr ""
12123
12124 # type: verbatim
12125 #. type: verbatim
12126 #: ../src/guestfs-actions.pod:3206
12127 #, no-wrap
12128 msgid ""
12129 " int\n"
12130 " guestfs_is_symlink (guestfs_h *g,\n"
12131 "                     const char *path);\n"
12132 "\n"
12133 msgstr ""
12134
12135 # type: textblock
12136 #. type: textblock
12137 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222
12138 msgid ""
12139 "This returns C<true> if and only if there is a symbolic link with the given "
12140 "C<path> name."
12141 msgstr ""
12142
12143 # type: =head2
12144 #. type: =head2
12145 #: ../src/guestfs-actions.pod:3219
12146 msgid "guestfs_kill_subprocess"
12147 msgstr ""
12148
12149 # type: verbatim
12150 #. type: verbatim
12151 #: ../src/guestfs-actions.pod:3221
12152 #, no-wrap
12153 msgid ""
12154 " int\n"
12155 " guestfs_kill_subprocess (guestfs_h *g);\n"
12156 "\n"
12157 msgstr ""
12158
12159 # type: textblock
12160 #. type: textblock
12161 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231
12162 msgid "This kills the qemu subprocess.  You should never need to call this."
12163 msgstr ""
12164
12165 # type: =head2
12166 #. type: =head2
12167 #: ../src/guestfs-actions.pod:3230
12168 msgid "guestfs_launch"
12169 msgstr ""
12170
12171 # type: verbatim
12172 #. type: verbatim
12173 #: ../src/guestfs-actions.pod:3232
12174 #, no-wrap
12175 msgid ""
12176 " int\n"
12177 " guestfs_launch (guestfs_h *g);\n"
12178 "\n"
12179 msgstr ""
12180
12181 # type: textblock
12182 #. type: textblock
12183 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
12184 msgid ""
12185 "Internally libguestfs is implemented by running a virtual machine using "
12186 "L<qemu(1)>."
12187 msgstr ""
12188
12189 # type: textblock
12190 #. type: textblock
12191 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242
12192 msgid ""
12193 "You should call this after configuring the handle (eg. adding drives) but "
12194 "before performing any actions."
12195 msgstr ""
12196
12197 # type: =head2
12198 #. type: =head2
12199 #: ../src/guestfs-actions.pod:3245
12200 msgid "guestfs_lchown"
12201 msgstr ""
12202
12203 # type: verbatim
12204 #. type: verbatim
12205 #: ../src/guestfs-actions.pod:3247
12206 #, no-wrap
12207 msgid ""
12208 " int\n"
12209 " guestfs_lchown (guestfs_h *g,\n"
12210 "                 int owner,\n"
12211 "                 int group,\n"
12212 "                 const char *path);\n"
12213 "\n"
12214 msgstr ""
12215
12216 # type: textblock
12217 #. type: textblock
12218 #: ../src/guestfs-actions.pod:3253
12219 msgid ""
12220 "Change the file owner to C<owner> and group to C<group>.  This is like "
12221 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12222 "changed, not the target."
12223 msgstr ""
12224
12225 # type: =head2
12226 #. type: =head2
12227 #: ../src/guestfs-actions.pod:3265
12228 msgid "guestfs_lgetxattr"
12229 msgstr ""
12230
12231 # type: verbatim
12232 #. type: verbatim
12233 #: ../src/guestfs-actions.pod:3267
12234 #, no-wrap
12235 msgid ""
12236 " char *\n"
12237 " guestfs_lgetxattr (guestfs_h *g,\n"
12238 "                    const char *path,\n"
12239 "                    const char *name,\n"
12240 "                    size_t *size_r);\n"
12241 "\n"
12242 msgstr ""
12243
12244 # type: textblock
12245 #. type: textblock
12246 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261
12247 msgid ""
12248 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12249 "is a symlink, then this call returns an extended attribute from the symlink."
12250 msgstr ""
12251
12252 # type: textblock
12253 #. type: textblock
12254 #: ../src/guestfs-actions.pod:3287
12255 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12256 msgstr ""
12257
12258 # type: =head2
12259 #. type: =head2
12260 #: ../src/guestfs-actions.pod:3295
12261 msgid "guestfs_lgetxattrs"
12262 msgstr ""
12263
12264 # type: verbatim
12265 #. type: verbatim
12266 #: ../src/guestfs-actions.pod:3297
12267 #, no-wrap
12268 msgid ""
12269 " struct guestfs_xattr_list *\n"
12270 " guestfs_lgetxattrs (guestfs_h *g,\n"
12271 "                     const char *path);\n"
12272 "\n"
12273 msgstr ""
12274
12275 # type: textblock
12276 #. type: textblock
12277 #: ../src/guestfs-actions.pod:3301
12278 msgid ""
12279 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12280 "then it returns the extended attributes of the link itself."
12281 msgstr ""
12282
12283 # type: =head2
12284 #. type: =head2
12285 #: ../src/guestfs-actions.pod:3311
12286 msgid "guestfs_list_devices"
12287 msgstr ""
12288
12289 # type: verbatim
12290 #. type: verbatim
12291 #: ../src/guestfs-actions.pod:3313
12292 #, no-wrap
12293 msgid ""
12294 " char **\n"
12295 " guestfs_list_devices (guestfs_h *g);\n"
12296 "\n"
12297 msgstr ""
12298
12299 # type: textblock
12300 #. type: textblock
12301 #: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289
12302 msgid "List all the block devices."
12303 msgstr ""
12304
12305 # type: textblock
12306 #. type: textblock
12307 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
12308 msgid "The full block device names are returned, eg. C</dev/sda>."
12309 msgstr ""
12310
12311 # type: =head2
12312 #. type: =head2
12313 #: ../src/guestfs-actions.pod:3328
12314 msgid "guestfs_list_filesystems"
12315 msgstr ""
12316
12317 # type: verbatim
12318 #. type: verbatim
12319 #: ../src/guestfs-actions.pod:3330
12320 #, no-wrap
12321 msgid ""
12322 " char **\n"
12323 " guestfs_list_filesystems (guestfs_h *g);\n"
12324 "\n"
12325 msgstr ""
12326
12327 # type: textblock
12328 #. type: textblock
12329 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
12330 msgid ""
12331 "This inspection command looks for filesystems on partitions, block devices "
12332 "and logical volumes, returning a list of devices containing filesystems and "
12333 "their type."
12334 msgstr ""
12335
12336 # type: textblock
12337 #. type: textblock
12338 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
12339 msgid ""
12340 "The return value is a hash, where the keys are the devices containing "
12341 "filesystems, and the values are the filesystem types.  For example:"
12342 msgstr ""
12343
12344 # type: verbatim
12345 #. type: verbatim
12346 #: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307
12347 #, no-wrap
12348 msgid ""
12349 " \"/dev/sda1\" => \"ntfs\"\n"
12350 " \"/dev/sda2\" => \"ext2\"\n"
12351 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12352 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12353 "\n"
12354 msgstr ""
12355
12356 # type: textblock
12357 #. type: textblock
12358 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312
12359 msgid ""
12360 "The value can have the special value \"unknown\", meaning the content of the "
12361 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12362 msgstr ""
12363
12364 # type: textblock
12365 #. type: textblock
12366 #: ../src/guestfs-actions.pod:3350
12367 msgid ""
12368 "This command runs other libguestfs commands, which might include "
12369 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12370 "soon after launch and only when nothing is mounted."
12371 msgstr ""
12372
12373 # type: textblock
12374 #. type: textblock
12375 #: ../src/guestfs-actions.pod:3354
12376 msgid ""
12377 "Not all of the filesystems returned will be mountable.  In particular, swap "
12378 "partitions are returned in the list.  Also this command does not check that "
12379 "each filesystem found is valid and mountable, and some filesystems might be "
12380 "mountable but require special options.  Filesystems may not all belong to a "
12381 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12382 msgstr ""
12383
12384 # type: textblock
12385 #. type: textblock
12386 #: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4961
12387 msgid "(Added in 1.5.15)"
12388 msgstr ""
12389
12390 # type: =head2
12391 #. type: =head2
12392 #: ../src/guestfs-actions.pod:3370
12393 msgid "guestfs_list_partitions"
12394 msgstr ""
12395
12396 # type: verbatim
12397 #. type: verbatim
12398 #: ../src/guestfs-actions.pod:3372
12399 #, no-wrap
12400 msgid ""
12401 " char **\n"
12402 " guestfs_list_partitions (guestfs_h *g);\n"
12403 "\n"
12404 msgstr ""
12405
12406 # type: textblock
12407 #. type: textblock
12408 #: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332
12409 msgid "List all the partitions detected on all block devices."
12410 msgstr ""
12411
12412 # type: textblock
12413 #. type: textblock
12414 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
12415 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12416 msgstr ""
12417
12418 # type: textblock
12419 #. type: textblock
12420 #: ../src/guestfs-actions.pod:3379
12421 msgid ""
12422 "This does not return logical volumes.  For that you will need to call "
12423 "C<guestfs_lvs>."
12424 msgstr ""
12425
12426 # type: =head2
12427 #. type: =head2
12428 #: ../src/guestfs-actions.pod:3390
12429 msgid "guestfs_ll"
12430 msgstr ""
12431
12432 # type: verbatim
12433 #. type: verbatim
12434 #: ../src/guestfs-actions.pod:3392
12435 #, no-wrap
12436 msgid ""
12437 " char *\n"
12438 " guestfs_ll (guestfs_h *g,\n"
12439 "             const char *directory);\n"
12440 "\n"
12441 msgstr ""
12442
12443 # type: textblock
12444 #. type: textblock
12445 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
12446 msgid ""
12447 "List the files in C<directory> (relative to the root directory, there is no "
12448 "cwd) in the format of 'ls -la'."
12449 msgstr ""
12450
12451 # type: textblock
12452 #. type: textblock
12453 #: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348
12454 msgid ""
12455 "This command is mostly useful for interactive sessions.  It is I<not> "
12456 "intended that you try to parse the output string."
12457 msgstr ""
12458
12459 # type: =head2
12460 #. type: =head2
12461 #: ../src/guestfs-actions.pod:3407
12462 msgid "guestfs_ln"
12463 msgstr ""
12464
12465 # type: verbatim
12466 #. type: verbatim
12467 #: ../src/guestfs-actions.pod:3409
12468 #, no-wrap
12469 msgid ""
12470 " int\n"
12471 " guestfs_ln (guestfs_h *g,\n"
12472 "             const char *target,\n"
12473 "             const char *linkname);\n"
12474 "\n"
12475 msgstr ""
12476
12477 # type: textblock
12478 #. type: textblock
12479 #: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355
12480 msgid "This command creates a hard link using the C<ln> command."
12481 msgstr ""
12482
12483 # type: =head2
12484 #. type: =head2
12485 #: ../src/guestfs-actions.pod:3420
12486 msgid "guestfs_ln_f"
12487 msgstr ""
12488
12489 # type: verbatim
12490 #. type: verbatim
12491 #: ../src/guestfs-actions.pod:3422
12492 #, no-wrap
12493 msgid ""
12494 " int\n"
12495 " guestfs_ln_f (guestfs_h *g,\n"
12496 "               const char *target,\n"
12497 "               const char *linkname);\n"
12498 "\n"
12499 msgstr ""
12500
12501 # type: textblock
12502 #. type: textblock
12503 #: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361
12504 msgid ""
12505 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12506 "option removes the link (C<linkname>) if it exists already."
12507 msgstr ""
12508
12509 # type: =head2
12510 #. type: =head2
12511 #: ../src/guestfs-actions.pod:3434
12512 msgid "guestfs_ln_s"
12513 msgstr ""
12514
12515 # type: verbatim
12516 #. type: verbatim
12517 #: ../src/guestfs-actions.pod:3436
12518 #, no-wrap
12519 msgid ""
12520 " int\n"
12521 " guestfs_ln_s (guestfs_h *g,\n"
12522 "               const char *target,\n"
12523 "               const char *linkname);\n"
12524 "\n"
12525 msgstr ""
12526
12527 # type: textblock
12528 #. type: textblock
12529 #: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368
12530 msgid "This command creates a symbolic link using the C<ln -s> command."
12531 msgstr ""
12532
12533 # type: =head2
12534 #. type: =head2
12535 #: ../src/guestfs-actions.pod:3447
12536 msgid "guestfs_ln_sf"
12537 msgstr ""
12538
12539 # type: verbatim
12540 #. type: verbatim
12541 #: ../src/guestfs-actions.pod:3449
12542 #, no-wrap
12543 msgid ""
12544 " int\n"
12545 " guestfs_ln_sf (guestfs_h *g,\n"
12546 "                const char *target,\n"
12547 "                const char *linkname);\n"
12548 "\n"
12549 msgstr ""
12550
12551 # type: textblock
12552 #. type: textblock
12553 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374
12554 msgid ""
12555 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12556 "option removes the link (C<linkname>) if it exists already."
12557 msgstr ""
12558
12559 # type: =head2
12560 #. type: =head2
12561 #: ../src/guestfs-actions.pod:3461
12562 msgid "guestfs_lremovexattr"
12563 msgstr ""
12564
12565 # type: verbatim
12566 #. type: verbatim
12567 #: ../src/guestfs-actions.pod:3463
12568 #, no-wrap
12569 msgid ""
12570 " int\n"
12571 " guestfs_lremovexattr (guestfs_h *g,\n"
12572 "                       const char *xattr,\n"
12573 "                       const char *path);\n"
12574 "\n"
12575 msgstr ""
12576
12577 # type: textblock
12578 #. type: textblock
12579 #: ../src/guestfs-actions.pod:3468
12580 msgid ""
12581 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12582 "link, then it removes an extended attribute of the link itself."
12583 msgstr ""
12584
12585 # type: =head2
12586 #. type: =head2
12587 #: ../src/guestfs-actions.pod:3476
12588 msgid "guestfs_ls"
12589 msgstr ""
12590
12591 # type: verbatim
12592 #. type: verbatim
12593 #: ../src/guestfs-actions.pod:3478
12594 #, no-wrap
12595 msgid ""
12596 " char **\n"
12597 " guestfs_ls (guestfs_h *g,\n"
12598 "             const char *directory);\n"
12599 "\n"
12600 msgstr ""
12601
12602 # type: textblock
12603 #. type: textblock
12604 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389
12605 msgid ""
12606 "List the files in C<directory> (relative to the root directory, there is no "
12607 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12608 msgstr ""
12609
12610 # type: textblock
12611 #. type: textblock
12612 #: ../src/guestfs-actions.pod:3486
12613 msgid ""
12614 "This command is mostly useful for interactive sessions.  Programs should "
12615 "probably use C<guestfs_readdir> instead."
12616 msgstr ""
12617
12618 # type: =head2
12619 #. type: =head2
12620 #: ../src/guestfs-actions.pod:3495
12621 msgid "guestfs_lsetxattr"
12622 msgstr ""
12623
12624 # type: verbatim
12625 #. type: verbatim
12626 #: ../src/guestfs-actions.pod:3497
12627 #, no-wrap
12628 msgid ""
12629 " int\n"
12630 " guestfs_lsetxattr (guestfs_h *g,\n"
12631 "                    const char *xattr,\n"
12632 "                    const char *val,\n"
12633 "                    int vallen,\n"
12634 "                    const char *path);\n"
12635 "\n"
12636 msgstr ""
12637
12638 # type: textblock
12639 #. type: textblock
12640 #: ../src/guestfs-actions.pod:3504
12641 msgid ""
12642 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12643 "then it sets an extended attribute of the link itself."
12644 msgstr ""
12645
12646 # type: =head2
12647 #. type: =head2
12648 #: ../src/guestfs-actions.pod:3512
12649 msgid "guestfs_lstat"
12650 msgstr ""
12651
12652 # type: verbatim
12653 #. type: verbatim
12654 #: ../src/guestfs-actions.pod:3514
12655 #, no-wrap
12656 msgid ""
12657 " struct guestfs_stat *\n"
12658 " guestfs_lstat (guestfs_h *g,\n"
12659 "                const char *path);\n"
12660 "\n"
12661 msgstr ""
12662
12663 # type: textblock
12664 #. type: textblock
12665 #: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6015
12666 #: ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4023
12667 msgid "Returns file information for the given C<path>."
12668 msgstr ""
12669
12670 # type: textblock
12671 #. type: textblock
12672 #: ../src/guestfs-actions.pod:3520
12673 msgid ""
12674 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12675 "link, then the link is stat-ed, not the file it refers to."
12676 msgstr ""
12677
12678 # type: textblock
12679 #. type: textblock
12680 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414
12681 msgid "This is the same as the C<lstat(2)> system call."
12682 msgstr ""
12683
12684 # type: textblock
12685 #. type: textblock
12686 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6019
12687 msgid ""
12688 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12689 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12690 msgstr ""
12691
12692 # type: textblock
12693 #. type: textblock
12694 #: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6023
12695 #: ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6422
12696 msgid "(Added in 0.9.2)"
12697 msgstr ""
12698
12699 # type: =head2
12700 #. type: =head2
12701 #: ../src/guestfs-actions.pod:3532
12702 msgid "guestfs_lstatlist"
12703 msgstr ""
12704
12705 # type: verbatim
12706 #. type: verbatim
12707 #: ../src/guestfs-actions.pod:3534
12708 #, no-wrap
12709 msgid ""
12710 " struct guestfs_stat_list *\n"
12711 " guestfs_lstatlist (guestfs_h *g,\n"
12712 "                    const char *path,\n"
12713 "                    char *const *names);\n"
12714 "\n"
12715 msgstr ""
12716
12717 # type: textblock
12718 #. type: textblock
12719 #: ../src/guestfs-actions.pod:3539
12720 msgid ""
12721 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12722 "files, where all files are in the directory C<path>.  C<names> is the list "
12723 "of files from this directory."
12724 msgstr ""
12725
12726 # type: textblock
12727 #. type: textblock
12728 #: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424
12729 msgid ""
12730 "On return you get a list of stat structs, with a one-to-one correspondence "
12731 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12732 "then the C<ino> field of that structure is set to C<-1>."
12733 msgstr ""
12734
12735 # type: textblock
12736 #. type: textblock
12737 #: ../src/guestfs-actions.pod:3548
12738 msgid ""
12739 "This call is intended for programs that want to efficiently list a directory "
12740 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12741 "for a similarly efficient call for getting extended attributes.  Very long "
12742 "directory listings might cause the protocol message size to be exceeded, "
12743 "causing this call to fail.  The caller must split up such requests into "
12744 "smaller groups of names."
12745 msgstr ""
12746
12747 # type: textblock
12748 #. type: textblock
12749 #: ../src/guestfs-actions.pod:3556
12750 msgid ""
12751 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12752 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12753 msgstr ""
12754
12755 # type: =head2
12756 #. type: =head2
12757 #: ../src/guestfs-actions.pod:3562
12758 msgid "guestfs_luks_add_key"
12759 msgstr ""
12760
12761 # type: verbatim
12762 #. type: verbatim
12763 #: ../src/guestfs-actions.pod:3564
12764 #, no-wrap
12765 msgid ""
12766 " int\n"
12767 " guestfs_luks_add_key (guestfs_h *g,\n"
12768 "                       const char *device,\n"
12769 "                       const char *key,\n"
12770 "                       const char *newkey,\n"
12771 "                       int keyslot);\n"
12772 "\n"
12773 msgstr ""
12774
12775 # type: textblock
12776 #. type: textblock
12777 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441
12778 msgid ""
12779 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12780 "existing key, and is used to access the device.  C<newkey> is the new key to "
12781 "add.  C<keyslot> is the key slot that will be replaced."
12782 msgstr ""
12783
12784 # type: textblock
12785 #. type: textblock
12786 #: ../src/guestfs-actions.pod:3576
12787 msgid ""
12788 "Note that if C<keyslot> already contains a key, then this command will "
12789 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12790 msgstr ""
12791
12792 # type: textblock
12793 #. type: textblock
12794 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622
12795 #: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
12796 #: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716
12797 msgid ""
12798 "This function takes a key or passphrase parameter which could contain "
12799 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12800 "information."
12801 msgstr ""
12802
12803 # type: textblock
12804 #. type: textblock
12805 #: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626
12806 #: ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669
12807 msgid "(Added in 1.5.2)"
12808 msgstr ""
12809
12810 # type: =head2
12811 #. type: =head2
12812 #: ../src/guestfs-actions.pod:3588
12813 msgid "guestfs_luks_close"
12814 msgstr ""
12815
12816 # type: verbatim
12817 #. type: verbatim
12818 #: ../src/guestfs-actions.pod:3590
12819 #, no-wrap
12820 msgid ""
12821 " int\n"
12822 " guestfs_luks_close (guestfs_h *g,\n"
12823 "                     const char *device);\n"
12824 "\n"
12825 msgstr ""
12826
12827 # type: textblock
12828 #. type: textblock
12829 #: ../src/guestfs-actions.pod:3594
12830 msgid ""
12831 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12832 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12833 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12834 "underlying block device."
12835 msgstr ""
12836
12837 # type: textblock
12838 #. type: textblock
12839 #: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701
12840 #: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770
12841 #: ../src/guestfs-actions.pod:3818
12842 msgid "(Added in 1.5.1)"
12843 msgstr ""
12844
12845 # type: =head2
12846 #. type: =head2
12847 #: ../src/guestfs-actions.pod:3604
12848 msgid "guestfs_luks_format"
12849 msgstr ""
12850
12851 # type: verbatim
12852 #. type: verbatim
12853 #: ../src/guestfs-actions.pod:3606
12854 #, no-wrap
12855 msgid ""
12856 " int\n"
12857 " guestfs_luks_format (guestfs_h *g,\n"
12858 "                      const char *device,\n"
12859 "                      const char *key,\n"
12860 "                      int keyslot);\n"
12861 "\n"
12862 msgstr ""
12863
12864 # type: textblock
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467
12867 msgid ""
12868 "This command erases existing data on C<device> and formats the device as a "
12869 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12870 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12871 msgstr ""
12872
12873 # type: textblock
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642
12876 #: ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4712
12877 #: ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5850
12878 #: ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5899
12879 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:2475
12880 #: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572
12881 #: ../fish/guestfish-actions.pod:3135 ../fish/guestfish-actions.pod:3642
12882 #: ../fish/guestfish-actions.pod:3922 ../fish/guestfish-actions.pod:3938
12883 #: ../fish/guestfish-actions.pod:3953 ../fish/guestfish-actions.pod:4668
12884 msgid ""
12885 "B<This command is dangerous.  Without careful use you can easily destroy all "
12886 "your data>."
12887 msgstr ""
12888
12889 # type: =head2
12890 #. type: =head2
12891 #: ../src/guestfs-actions.pod:3628
12892 msgid "guestfs_luks_format_cipher"
12893 msgstr ""
12894
12895 # type: verbatim
12896 #. type: verbatim
12897 #: ../src/guestfs-actions.pod:3630
12898 #, no-wrap
12899 msgid ""
12900 " int\n"
12901 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12902 "                             const char *device,\n"
12903 "                             const char *key,\n"
12904 "                             int keyslot,\n"
12905 "                             const char *cipher);\n"
12906 "\n"
12907 msgstr ""
12908
12909 # type: textblock
12910 #. type: textblock
12911 #: ../src/guestfs-actions.pod:3637
12912 msgid ""
12913 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12914 "set the C<cipher> used."
12915 msgstr ""
12916
12917 # type: =head2
12918 #. type: =head2
12919 #: ../src/guestfs-actions.pod:3651
12920 msgid "guestfs_luks_kill_slot"
12921 msgstr ""
12922
12923 # type: verbatim
12924 #. type: verbatim
12925 #: ../src/guestfs-actions.pod:3653
12926 #, no-wrap
12927 msgid ""
12928 " int\n"
12929 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12930 "                         const char *device,\n"
12931 "                         const char *key,\n"
12932 "                         int keyslot);\n"
12933 "\n"
12934 msgstr ""
12935
12936 # type: textblock
12937 #. type: textblock
12938 #: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495
12939 msgid ""
12940 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12941 "device C<device>.  C<key> must be one of the I<other> keys."
12942 msgstr ""
12943
12944 # type: =head2
12945 #. type: =head2
12946 #: ../src/guestfs-actions.pod:3671
12947 msgid "guestfs_luks_open"
12948 msgstr ""
12949
12950 # type: verbatim
12951 #. type: verbatim
12952 #: ../src/guestfs-actions.pod:3673
12953 #, no-wrap
12954 msgid ""
12955 " int\n"
12956 " guestfs_luks_open (guestfs_h *g,\n"
12957 "                    const char *device,\n"
12958 "                    const char *key,\n"
12959 "                    const char *mapname);\n"
12960 "\n"
12961 msgstr ""
12962
12963 # type: textblock
12964 #. type: textblock
12965 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
12966 msgid ""
12967 "This command opens a block device which has been encrypted according to the "
12968 "Linux Unified Key Setup (LUKS) standard."
12969 msgstr ""
12970
12971 # type: textblock
12972 #. type: textblock
12973 #: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509
12974 msgid "C<device> is the encrypted block device or partition."
12975 msgstr ""
12976
12977 # type: textblock
12978 #. type: textblock
12979 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
12980 msgid ""
12981 "The caller must supply one of the keys associated with the LUKS block "
12982 "device, in the C<key> parameter."
12983 msgstr ""
12984
12985 # type: textblock
12986 #. type: textblock
12987 #: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514
12988 msgid ""
12989 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12990 "writes to this block device are decrypted from and encrypted to the "
12991 "underlying C<device> respectively."
12992 msgstr ""
12993
12994 # type: textblock
12995 #. type: textblock
12996 #: ../src/guestfs-actions.pod:3691
12997 msgid ""
12998 "If this block device contains LVM volume groups, then calling "
12999 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13000 "visible."
13001 msgstr ""
13002
13003 # type: =head2
13004 #. type: =head2
13005 #: ../src/guestfs-actions.pod:3703
13006 msgid "guestfs_luks_open_ro"
13007 msgstr ""
13008
13009 # type: verbatim
13010 #. type: verbatim
13011 #: ../src/guestfs-actions.pod:3705
13012 #, no-wrap
13013 msgid ""
13014 " int\n"
13015 " guestfs_luks_open_ro (guestfs_h *g,\n"
13016 "                       const char *device,\n"
13017 "                       const char *key,\n"
13018 "                       const char *mapname);\n"
13019 "\n"
13020 msgstr ""
13021
13022 # type: textblock
13023 #. type: textblock
13024 #: ../src/guestfs-actions.pod:3711
13025 msgid ""
13026 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13027 "created."
13028 msgstr ""
13029
13030 # type: =head2
13031 #. type: =head2
13032 #: ../src/guestfs-actions.pod:3722
13033 msgid "guestfs_lvcreate"
13034 msgstr ""
13035
13036 # type: verbatim
13037 #. type: verbatim
13038 #: ../src/guestfs-actions.pod:3724
13039 #, no-wrap
13040 msgid ""
13041 " int\n"
13042 " guestfs_lvcreate (guestfs_h *g,\n"
13043 "                   const char *logvol,\n"
13044 "                   const char *volgroup,\n"
13045 "                   int mbytes);\n"
13046 "\n"
13047 msgstr ""
13048
13049 # type: textblock
13050 #. type: textblock
13051 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539
13052 msgid ""
13053 "This creates an LVM logical volume called C<logvol> on the volume group "
13054 "C<volgroup>, with C<size> megabytes."
13055 msgstr ""
13056
13057 # type: =head2
13058 #. type: =head2
13059 #: ../src/guestfs-actions.pod:3737
13060 msgid "guestfs_lvm_canonical_lv_name"
13061 msgstr ""
13062
13063 # type: verbatim
13064 #. type: verbatim
13065 #: ../src/guestfs-actions.pod:3739
13066 #, no-wrap
13067 msgid ""
13068 " char *\n"
13069 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13070 "                                const char *lvname);\n"
13071 "\n"
13072 msgstr ""
13073
13074 # type: textblock
13075 #. type: textblock
13076 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
13077 msgid ""
13078 "This converts alternative naming schemes for LVs that you might find to the "
13079 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13080 "LV>."
13081 msgstr ""
13082
13083 # type: textblock
13084 #. type: textblock
13085 #: ../src/guestfs-actions.pod:3747 ../fish/guestfish-actions.pod:2550
13086 msgid ""
13087 "This command returns an error if the C<lvname> parameter does not refer to a "
13088 "logical volume."
13089 msgstr ""
13090
13091 # type: textblock
13092 #. type: textblock
13093 #: ../src/guestfs-actions.pod:3750
13094 msgid "See also C<guestfs_is_lv>."
13095 msgstr ""
13096
13097 # type: textblock
13098 #. type: textblock
13099 #: ../src/guestfs-actions.pod:3755
13100 msgid "(Added in 1.5.24)"
13101 msgstr ""
13102
13103 # type: =head2
13104 #. type: =head2
13105 #: ../src/guestfs-actions.pod:3757
13106 msgid "guestfs_lvm_clear_filter"
13107 msgstr ""
13108
13109 # type: verbatim
13110 #. type: verbatim
13111 #: ../src/guestfs-actions.pod:3759
13112 #, no-wrap
13113 msgid ""
13114 " int\n"
13115 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13116 "\n"
13117 msgstr ""
13118
13119 # type: textblock
13120 #. type: textblock
13121 #: ../src/guestfs-actions.pod:3762
13122 msgid ""
13123 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13124 "see every block device."
13125 msgstr ""
13126
13127 # type: textblock
13128 #. type: textblock
13129 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807
13130 #: ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593
13131 msgid ""
13132 "This command also clears the LVM cache and performs a volume group scan."
13133 msgstr ""
13134
13135 # type: =head2
13136 #. type: =head2
13137 #: ../src/guestfs-actions.pod:3772
13138 msgid "guestfs_lvm_remove_all"
13139 msgstr ""
13140
13141 # type: verbatim
13142 #. type: verbatim
13143 #: ../src/guestfs-actions.pod:3774
13144 #, no-wrap
13145 msgid ""
13146 " int\n"
13147 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13148 "\n"
13149 msgstr ""
13150
13151 # type: textblock
13152 #. type: textblock
13153 #: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569
13154 msgid ""
13155 "This command removes all LVM logical volumes, volume groups and physical "
13156 "volumes."
13157 msgstr ""
13158
13159 # type: =head2
13160 #. type: =head2
13161 #: ../src/guestfs-actions.pod:3787
13162 msgid "guestfs_lvm_set_filter"
13163 msgstr ""
13164
13165 # type: verbatim
13166 #. type: verbatim
13167 #: ../src/guestfs-actions.pod:3789
13168 #, no-wrap
13169 msgid ""
13170 " int\n"
13171 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13172 "                         char *const *devices);\n"
13173 "\n"
13174 msgstr ""
13175
13176 # type: textblock
13177 #. type: textblock
13178 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
13179 msgid ""
13180 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13181 "block devices in the list C<devices>, and will ignore all other attached "
13182 "block devices."
13183 msgstr ""
13184
13185 # type: textblock
13186 #. type: textblock
13187 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583
13188 msgid ""
13189 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13190 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13191 "there are two types of duplication possible: either cloned PVs/VGs which "
13192 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13193 "same name.  In normal operation you cannot create this situation, but you "
13194 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13195 "inside the LVM metadata."
13196 msgstr ""
13197
13198 # type: textblock
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596
13201 msgid "You can filter whole block devices or individual partitions."
13202 msgstr ""
13203
13204 # type: textblock
13205 #. type: textblock
13206 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
13207 msgid ""
13208 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13209 "filesystem), even if you are not filtering out that VG."
13210 msgstr ""
13211
13212 # type: =head2
13213 #. type: =head2
13214 #: ../src/guestfs-actions.pod:3820
13215 msgid "guestfs_lvremove"
13216 msgstr ""
13217
13218 # type: verbatim
13219 #. type: verbatim
13220 #: ../src/guestfs-actions.pod:3822
13221 #, no-wrap
13222 msgid ""
13223 " int\n"
13224 " guestfs_lvremove (guestfs_h *g,\n"
13225 "                   const char *device);\n"
13226 "\n"
13227 msgstr ""
13228
13229 # type: textblock
13230 #. type: textblock
13231 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
13232 msgid ""
13233 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13234 "LV, such as C</dev/VG/LV>."
13235 msgstr ""
13236
13237 # type: textblock
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609
13240 msgid ""
13241 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13242 "dev/VG>."
13243 msgstr ""
13244
13245 # type: textblock
13246 #. type: textblock
13247 #: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5058
13248 #: ../src/guestfs-actions.pod:6798
13249 msgid "(Added in 1.0.13)"
13250 msgstr ""
13251
13252 # type: =head2
13253 #. type: =head2
13254 #: ../src/guestfs-actions.pod:3836
13255 msgid "guestfs_lvrename"
13256 msgstr ""
13257
13258 # type: verbatim
13259 #. type: verbatim
13260 #: ../src/guestfs-actions.pod:3838
13261 #, no-wrap
13262 msgid ""
13263 " int\n"
13264 " guestfs_lvrename (guestfs_h *g,\n"
13265 "                   const char *logvol,\n"
13266 "                   const char *newlogvol);\n"
13267 "\n"
13268 msgstr ""
13269
13270 # type: textblock
13271 #. type: textblock
13272 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616
13273 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13274 msgstr ""
13275
13276 # type: textblock
13277 #. type: textblock
13278 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6811
13279 msgid "(Added in 1.0.83)"
13280 msgstr ""
13281
13282 # type: =head2
13283 #. type: =head2
13284 #: ../src/guestfs-actions.pod:3849
13285 msgid "guestfs_lvresize"
13286 msgstr ""
13287
13288 # type: verbatim
13289 #. type: verbatim
13290 #: ../src/guestfs-actions.pod:3851
13291 #, no-wrap
13292 msgid ""
13293 " int\n"
13294 " guestfs_lvresize (guestfs_h *g,\n"
13295 "                   const char *device,\n"
13296 "                   int mbytes);\n"
13297 "\n"
13298 msgstr ""
13299
13300 # type: textblock
13301 #. type: textblock
13302 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622
13303 msgid ""
13304 "This resizes (expands or shrinks) an existing LVM logical volume to "
13305 "C<mbytes>.  When reducing, data in the reduced part is lost."
13306 msgstr ""
13307
13308 # type: =head2
13309 #. type: =head2
13310 #: ../src/guestfs-actions.pod:3864
13311 msgid "guestfs_lvresize_free"
13312 msgstr ""
13313
13314 # type: verbatim
13315 #. type: verbatim
13316 #: ../src/guestfs-actions.pod:3866
13317 #, no-wrap
13318 msgid ""
13319 " int\n"
13320 " guestfs_lvresize_free (guestfs_h *g,\n"
13321 "                        const char *lv,\n"
13322 "                        int percent);\n"
13323 "\n"
13324 msgstr ""
13325
13326 # type: textblock
13327 #. type: textblock
13328 #: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630
13329 msgid ""
13330 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13331 "remaining free space in the volume group.  Commonly you would call this with "
13332 "pc = 100 which expands the logical volume as much as possible, using all "
13333 "remaining free space in the volume group."
13334 msgstr ""
13335
13336 # type: textblock
13337 #. type: textblock
13338 #: ../src/guestfs-actions.pod:3879
13339 msgid "(Added in 1.3.3)"
13340 msgstr ""
13341
13342 # type: =head2
13343 #. type: =head2
13344 #: ../src/guestfs-actions.pod:3881
13345 msgid "guestfs_lvs"
13346 msgstr ""
13347
13348 # type: verbatim
13349 #. type: verbatim
13350 #: ../src/guestfs-actions.pod:3883
13351 #, no-wrap
13352 msgid ""
13353 " char **\n"
13354 " guestfs_lvs (guestfs_h *g);\n"
13355 "\n"
13356 msgstr ""
13357
13358 # type: textblock
13359 #. type: textblock
13360 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
13361 msgid ""
13362 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13363 "(8)> command."
13364 msgstr ""
13365
13366 # type: textblock
13367 #. type: textblock
13368 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643
13369 msgid ""
13370 "This returns a list of the logical volume device names (eg. C</dev/"
13371 "VolGroup00/LogVol00>)."
13372 msgstr ""
13373
13374 # type: textblock
13375 #. type: textblock
13376 #: ../src/guestfs-actions.pod:3892
13377 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13378 msgstr ""
13379
13380 # type: =head2
13381 #. type: =head2
13382 #: ../src/guestfs-actions.pod:3900
13383 msgid "guestfs_lvs_full"
13384 msgstr ""
13385
13386 # type: verbatim
13387 #. type: verbatim
13388 #: ../src/guestfs-actions.pod:3902
13389 #, no-wrap
13390 msgid ""
13391 " struct guestfs_lvm_lv_list *\n"
13392 " guestfs_lvs_full (guestfs_h *g);\n"
13393 "\n"
13394 msgstr ""
13395
13396 # type: textblock
13397 #. type: textblock
13398 #: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652
13399 msgid ""
13400 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13401 "(8)> command.  The \"full\" version includes all fields."
13402 msgstr ""
13403
13404 # type: textblock
13405 #. type: textblock
13406 #: ../src/guestfs-actions.pod:3908
13407 msgid ""
13408 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13409 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13410 msgstr ""
13411
13412 # type: =head2
13413 #. type: =head2
13414 #: ../src/guestfs-actions.pod:3914
13415 msgid "guestfs_lvuuid"
13416 msgstr ""
13417
13418 # type: verbatim
13419 #. type: verbatim
13420 #: ../src/guestfs-actions.pod:3916
13421 #, no-wrap
13422 msgid ""
13423 " char *\n"
13424 " guestfs_lvuuid (guestfs_h *g,\n"
13425 "                 const char *device);\n"
13426 "\n"
13427 msgstr ""
13428
13429 # type: textblock
13430 #. type: textblock
13431 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659
13432 msgid "This command returns the UUID of the LVM LV C<device>."
13433 msgstr ""
13434
13435 # type: =head2
13436 #. type: =head2
13437 #: ../src/guestfs-actions.pod:3927
13438 msgid "guestfs_lxattrlist"
13439 msgstr ""
13440
13441 # type: verbatim
13442 #. type: verbatim
13443 #: ../src/guestfs-actions.pod:3929
13444 #, no-wrap
13445 msgid ""
13446 " struct guestfs_xattr_list *\n"
13447 " guestfs_lxattrlist (guestfs_h *g,\n"
13448 "                     const char *path,\n"
13449 "                     char *const *names);\n"
13450 "\n"
13451 msgstr ""
13452
13453 # type: textblock
13454 #. type: textblock
13455 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
13456 msgid ""
13457 "This call allows you to get the extended attributes of multiple files, where "
13458 "all files are in the directory C<path>.  C<names> is the list of files from "
13459 "this directory."
13460 msgstr ""
13461
13462 # type: textblock
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669
13465 msgid ""
13466 "On return you get a flat list of xattr structs which must be interpreted "
13467 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13468 "C<attrval> in this struct is zero-length to indicate there was an error "
13469 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13470 "number (the number of following attributes for this file, which could be C<"
13471 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13472 "for the first named file.  This repeats for the second and subsequent files."
13473 msgstr ""
13474
13475 # type: textblock
13476 #. type: textblock
13477 #: ../src/guestfs-actions.pod:3948
13478 msgid ""
13479 "This call is intended for programs that want to efficiently list a directory "
13480 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13481 "a similarly efficient call for getting standard stats.  Very long directory "
13482 "listings might cause the protocol message size to be exceeded, causing this "
13483 "call to fail.  The caller must split up such requests into smaller groups of "
13484 "names."
13485 msgstr ""
13486
13487 # type: =head2
13488 #. type: =head2
13489 #: ../src/guestfs-actions.pod:3962
13490 msgid "guestfs_mkdir"
13491 msgstr ""
13492
13493 # type: verbatim
13494 #. type: verbatim
13495 #: ../src/guestfs-actions.pod:3964
13496 #, no-wrap
13497 msgid ""
13498 " int\n"
13499 " guestfs_mkdir (guestfs_h *g,\n"
13500 "                const char *path);\n"
13501 "\n"
13502 msgstr ""
13503
13504 # type: textblock
13505 #. type: textblock
13506 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691
13507 msgid "Create a directory named C<path>."
13508 msgstr ""
13509
13510 # type: =head2
13511 #. type: =head2
13512 #: ../src/guestfs-actions.pod:3974
13513 msgid "guestfs_mkdir_mode"
13514 msgstr ""
13515
13516 # type: verbatim
13517 #. type: verbatim
13518 #: ../src/guestfs-actions.pod:3976
13519 #, no-wrap
13520 msgid ""
13521 " int\n"
13522 " guestfs_mkdir_mode (guestfs_h *g,\n"
13523 "                     const char *path,\n"
13524 "                     int mode);\n"
13525 "\n"
13526 msgstr ""
13527
13528 # type: textblock
13529 #. type: textblock
13530 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
13531 msgid ""
13532 "This command creates a directory, setting the initial permissions of the "
13533 "directory to C<mode>."
13534 msgstr ""
13535
13536 # type: textblock
13537 #. type: textblock
13538 #: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700
13539 msgid ""
13540 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13541 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13542 "other ways."
13543 msgstr ""
13544
13545 # type: textblock
13546 #. type: textblock
13547 #: ../src/guestfs-actions.pod:3988
13548 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13549 msgstr ""
13550
13551 # type: =head2
13552 #. type: =head2
13553 #: ../src/guestfs-actions.pod:3994
13554 msgid "guestfs_mkdir_p"
13555 msgstr ""
13556
13557 # type: verbatim
13558 #. type: verbatim
13559 #: ../src/guestfs-actions.pod:3996
13560 #, no-wrap
13561 msgid ""
13562 " int\n"
13563 " guestfs_mkdir_p (guestfs_h *g,\n"
13564 "                  const char *path);\n"
13565 "\n"
13566 msgstr ""
13567
13568 # type: textblock
13569 #. type: textblock
13570 #: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710
13571 msgid ""
13572 "Create a directory named C<path>, creating any parent directories as "
13573 "necessary.  This is like the C<mkdir -p> shell command."
13574 msgstr ""
13575
13576 # type: =head2
13577 #. type: =head2
13578 #: ../src/guestfs-actions.pod:4007
13579 msgid "guestfs_mkdtemp"
13580 msgstr ""
13581
13582 # type: verbatim
13583 #. type: verbatim
13584 #: ../src/guestfs-actions.pod:4009
13585 #, no-wrap
13586 msgid ""
13587 " char *\n"
13588 " guestfs_mkdtemp (guestfs_h *g,\n"
13589 "                  const char *template);\n"
13590 "\n"
13591 msgstr ""
13592
13593 # type: textblock
13594 #. type: textblock
13595 #: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717
13596 msgid ""
13597 "This command creates a temporary directory.  The C<template> parameter "
13598 "should be a full pathname for the temporary directory name with the final "
13599 "six characters being \"XXXXXX\"."
13600 msgstr ""
13601
13602 # type: textblock
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
13605 msgid ""
13606 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13607 "being suitable for Windows filesystems."
13608 msgstr ""
13609
13610 # type: textblock
13611 #. type: textblock
13612 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
13613 msgid "The name of the temporary directory that was created is returned."
13614 msgstr ""
13615
13616 # type: textblock
13617 #. type: textblock
13618 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
13619 msgid "The temporary directory is created with mode 0700 and is owned by root."
13620 msgstr ""
13621
13622 # type: textblock
13623 #. type: textblock
13624 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
13625 msgid ""
13626 "The caller is responsible for deleting the temporary directory and its "
13627 "contents after use."
13628 msgstr ""
13629
13630 # type: textblock
13631 #. type: textblock
13632 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2734
13633 msgid "See also: L<mkdtemp(3)>"
13634 msgstr ""
13635
13636 # type: =head2
13637 #. type: =head2
13638 #: ../src/guestfs-actions.pod:4037
13639 msgid "guestfs_mke2fs_J"
13640 msgstr ""
13641
13642 # type: verbatim
13643 #. type: verbatim
13644 #: ../src/guestfs-actions.pod:4039
13645 #, no-wrap
13646 msgid ""
13647 " int\n"
13648 " guestfs_mke2fs_J (guestfs_h *g,\n"
13649 "                   const char *fstype,\n"
13650 "                   int blocksize,\n"
13651 "                   const char *device,\n"
13652 "                   const char *journal);\n"
13653 "\n"
13654 msgstr ""
13655
13656 # type: textblock
13657 #. type: textblock
13658 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
13659 msgid ""
13660 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13661 "C<journal>.  It is equivalent to the command:"
13662 msgstr ""
13663
13664 # type: verbatim
13665 #. type: verbatim
13666 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2744
13667 #, no-wrap
13668 msgid ""
13669 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13670 "\n"
13671 msgstr ""
13672
13673 # type: textblock
13674 #. type: textblock
13675 #: ../src/guestfs-actions.pod:4052
13676 msgid "See also C<guestfs_mke2journal>."
13677 msgstr ""
13678
13679 # type: textblock
13680 #. type: textblock
13681 #: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074
13682 #: ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108
13683 #: ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136
13684 #: ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4448
13685 msgid "(Added in 1.0.68)"
13686 msgstr ""
13687
13688 # type: =head2
13689 #. type: =head2
13690 #: ../src/guestfs-actions.pod:4058
13691 msgid "guestfs_mke2fs_JL"
13692 msgstr ""
13693
13694 # type: verbatim
13695 #. type: verbatim
13696 #: ../src/guestfs-actions.pod:4060
13697 #, no-wrap
13698 msgid ""
13699 " int\n"
13700 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13701 "                    const char *fstype,\n"
13702 "                    int blocksize,\n"
13703 "                    const char *device,\n"
13704 "                    const char *label);\n"
13705 "\n"
13706 msgstr ""
13707
13708 # type: textblock
13709 #. type: textblock
13710 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2752
13711 msgid ""
13712 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13713 "the journal labeled C<label>."
13714 msgstr ""
13715
13716 # type: textblock
13717 #. type: textblock
13718 #: ../src/guestfs-actions.pod:4070
13719 msgid "See also C<guestfs_mke2journal_L>."
13720 msgstr ""
13721
13722 # type: =head2
13723 #. type: =head2
13724 #: ../src/guestfs-actions.pod:4076
13725 msgid "guestfs_mke2fs_JU"
13726 msgstr ""
13727
13728 # type: verbatim
13729 #. type: verbatim
13730 #: ../src/guestfs-actions.pod:4078
13731 #, no-wrap
13732 msgid ""
13733 " int\n"
13734 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13735 "                    const char *fstype,\n"
13736 "                    int blocksize,\n"
13737 "                    const char *device,\n"
13738 "                    const char *uuid);\n"
13739 "\n"
13740 msgstr ""
13741
13742 # type: textblock
13743 #. type: textblock
13744 #: ../src/guestfs-actions.pod:4085 ../fish/guestfish-actions.pod:2761
13745 msgid ""
13746 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13747 "the journal with UUID C<uuid>."
13748 msgstr ""
13749
13750 # type: textblock
13751 #. type: textblock
13752 #: ../src/guestfs-actions.pod:4088
13753 msgid "See also C<guestfs_mke2journal_U>."
13754 msgstr ""
13755
13756 # type: =head2
13757 #. type: =head2
13758 #: ../src/guestfs-actions.pod:4094
13759 msgid "guestfs_mke2journal"
13760 msgstr ""
13761
13762 # type: verbatim
13763 #. type: verbatim
13764 #: ../src/guestfs-actions.pod:4096
13765 #, no-wrap
13766 msgid ""
13767 " int\n"
13768 " guestfs_mke2journal (guestfs_h *g,\n"
13769 "                      int blocksize,\n"
13770 "                      const char *device);\n"
13771 "\n"
13772 msgstr ""
13773
13774 # type: textblock
13775 #. type: textblock
13776 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
13777 msgid ""
13778 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13779 "command:"
13780 msgstr ""
13781
13782 # type: verbatim
13783 #. type: verbatim
13784 #: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2773
13785 #, no-wrap
13786 msgid ""
13787 " mke2fs -O journal_dev -b blocksize device\n"
13788 "\n"
13789 msgstr ""
13790
13791 # type: =head2
13792 #. type: =head2
13793 #: ../src/guestfs-actions.pod:4110
13794 msgid "guestfs_mke2journal_L"
13795 msgstr ""
13796
13797 # type: verbatim
13798 #. type: verbatim
13799 #: ../src/guestfs-actions.pod:4112
13800 #, no-wrap
13801 msgid ""
13802 " int\n"
13803 " guestfs_mke2journal_L (guestfs_h *g,\n"
13804 "                        int blocksize,\n"
13805 "                        const char *label,\n"
13806 "                        const char *device);\n"
13807 "\n"
13808 msgstr ""
13809
13810 # type: textblock
13811 #. type: textblock
13812 #: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2779
13813 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13814 msgstr ""
13815
13816 # type: =head2
13817 #. type: =head2
13818 #: ../src/guestfs-actions.pod:4124
13819 msgid "guestfs_mke2journal_U"
13820 msgstr ""
13821
13822 # type: verbatim
13823 #. type: verbatim
13824 #: ../src/guestfs-actions.pod:4126
13825 #, no-wrap
13826 msgid ""
13827 " int\n"
13828 " guestfs_mke2journal_U (guestfs_h *g,\n"
13829 "                        int blocksize,\n"
13830 "                        const char *uuid,\n"
13831 "                        const char *device);\n"
13832 "\n"
13833 msgstr ""
13834
13835 # type: textblock
13836 #. type: textblock
13837 #: ../src/guestfs-actions.pod:4132 ../fish/guestfish-actions.pod:2785
13838 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13839 msgstr ""
13840
13841 # type: =head2
13842 #. type: =head2
13843 #: ../src/guestfs-actions.pod:4138
13844 msgid "guestfs_mkfifo"
13845 msgstr ""
13846
13847 # type: verbatim
13848 #. type: verbatim
13849 #: ../src/guestfs-actions.pod:4140
13850 #, no-wrap
13851 msgid ""
13852 " int\n"
13853 " guestfs_mkfifo (guestfs_h *g,\n"
13854 "                 int mode,\n"
13855 "                 const char *path);\n"
13856 "\n"
13857 msgstr ""
13858
13859 # type: textblock
13860 #. type: textblock
13861 #: ../src/guestfs-actions.pod:4145
13862 msgid ""
13863 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13864 "is just a convenient wrapper around C<guestfs_mknod>."
13865 msgstr ""
13866
13867 # type: =head2
13868 #. type: =head2
13869 #: ../src/guestfs-actions.pod:4155
13870 msgid "guestfs_mkfs"
13871 msgstr ""
13872
13873 # type: verbatim
13874 #. type: verbatim
13875 #: ../src/guestfs-actions.pod:4157
13876 #, no-wrap
13877 msgid ""
13878 " int\n"
13879 " guestfs_mkfs (guestfs_h *g,\n"
13880 "               const char *fstype,\n"
13881 "               const char *device);\n"
13882 "\n"
13883 msgstr ""
13884
13885 # type: textblock
13886 #. type: textblock
13887 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2801
13888 msgid ""
13889 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13890 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13891 msgstr ""
13892
13893 # type: =head2
13894 #. type: =head2
13895 #: ../src/guestfs-actions.pod:4170
13896 msgid "guestfs_mkfs_b"
13897 msgstr ""
13898
13899 # type: verbatim
13900 #. type: verbatim
13901 #: ../src/guestfs-actions.pod:4172
13902 #, no-wrap
13903 msgid ""
13904 " int\n"
13905 " guestfs_mkfs_b (guestfs_h *g,\n"
13906 "                 const char *fstype,\n"
13907 "                 int blocksize,\n"
13908 "                 const char *device);\n"
13909 "\n"
13910 msgstr ""
13911
13912 # type: textblock
13913 #. type: textblock
13914 #: ../src/guestfs-actions.pod:4178
13915 msgid ""
13916 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13917 "block size of the resulting filesystem.  Supported block sizes depend on the "
13918 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13919 msgstr ""
13920
13921 # type: textblock
13922 #. type: textblock
13923 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4225
13924 #: ../fish/guestfish-actions.pod:2814 ../fish/guestfish-actions.pod:2841
13925 msgid ""
13926 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13927 "cluster size."
13928 msgstr ""
13929
13930 # type: textblock
13931 #. type: textblock
13932 #: ../src/guestfs-actions.pod:4188 ../fish/guestfish-actions.pod:2817
13933 msgid ""
13934 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13935 msgstr ""
13936
13937 # type: =head2
13938 #. type: =head2
13939 #: ../src/guestfs-actions.pod:4197
13940 msgid "guestfs_mkfs_opts"
13941 msgstr ""
13942
13943 # type: verbatim
13944 #. type: verbatim
13945 #: ../src/guestfs-actions.pod:4199
13946 #, no-wrap
13947 msgid ""
13948 " int\n"
13949 " guestfs_mkfs_opts (guestfs_h *g,\n"
13950 "                    const char *fstype,\n"
13951 "                    const char *device,\n"
13952 "                    ...);\n"
13953 "\n"
13954 msgstr ""
13955
13956 # type: verbatim
13957 #. type: verbatim
13958 #: ../src/guestfs-actions.pod:4210
13959 #, no-wrap
13960 msgid ""
13961 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13962 "\n"
13963 msgstr ""
13964
13965 # type: textblock
13966 #. type: textblock
13967 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2828
13968 msgid ""
13969 "This function creates a filesystem on C<device>.  The filesystem type is "
13970 "C<fstype>, for example C<ext3>."
13971 msgstr ""
13972
13973 # type: =item
13974 #. type: =item
13975 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2835
13976 msgid "C<blocksize>"
13977 msgstr ""
13978
13979 # type: textblock
13980 #. type: textblock
13981 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
13982 msgid ""
13983 "The filesystem block size.  Supported block sizes depend on the filesystem "
13984 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13985 "filesystems."
13986 msgstr ""
13987
13988 #. type: textblock
13989 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2844
13990 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13991 msgstr ""
13992
13993 #. type: textblock
13994 #: ../src/guestfs-actions.pod:4234
13995 msgid "(Added in 1.7.19)"
13996 msgstr ""
13997
13998 # type: =head2
13999 #. type: =head2
14000 #: ../src/guestfs-actions.pod:4236
14001 msgid "guestfs_mkfs_opts_va"
14002 msgstr ""
14003
14004 # type: verbatim
14005 #. type: verbatim
14006 #: ../src/guestfs-actions.pod:4238
14007 #, no-wrap
14008 msgid ""
14009 " int\n"
14010 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14011 "                       const char *fstype,\n"
14012 "                       const char *device,\n"
14013 "                       va_list args);\n"
14014 "\n"
14015 msgstr ""
14016
14017 # type: textblock
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:4244
14020 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14021 msgstr ""
14022
14023 # type: =head2
14024 #. type: =head2
14025 #: ../src/guestfs-actions.pod:4248
14026 msgid "guestfs_mkfs_opts_argv"
14027 msgstr ""
14028
14029 # type: verbatim
14030 #. type: verbatim
14031 #: ../src/guestfs-actions.pod:4250
14032 #, no-wrap
14033 msgid ""
14034 " int\n"
14035 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14036 "                         const char *fstype,\n"
14037 "                         const char *device,\n"
14038 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14039 "\n"
14040 msgstr ""
14041
14042 # type: textblock
14043 #. type: textblock
14044 #: ../src/guestfs-actions.pod:4256
14045 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14046 msgstr ""
14047
14048 # type: =head2
14049 #. type: =head2
14050 #: ../src/guestfs-actions.pod:4260
14051 msgid "guestfs_mkmountpoint"
14052 msgstr ""
14053
14054 # type: verbatim
14055 #. type: verbatim
14056 #: ../src/guestfs-actions.pod:4262
14057 #, no-wrap
14058 msgid ""
14059 " int\n"
14060 " guestfs_mkmountpoint (guestfs_h *g,\n"
14061 "                       const char *exemptpath);\n"
14062 "\n"
14063 msgstr ""
14064
14065 # type: textblock
14066 #. type: textblock
14067 #: ../src/guestfs-actions.pod:4266
14068 msgid ""
14069 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14070 "that can be used to create extra mountpoints before mounting the first "
14071 "filesystem."
14072 msgstr ""
14073
14074 # type: textblock
14075 #. type: textblock
14076 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2858
14077 msgid ""
14078 "These calls are I<only> necessary in some very limited circumstances, mainly "
14079 "the case where you want to mount a mix of unrelated and/or read-only "
14080 "filesystems together."
14081 msgstr ""
14082
14083 # type: textblock
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2862
14086 msgid ""
14087 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14088 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14089 "inside that.  You can unpack this as follows in guestfish:"
14090 msgstr ""
14091
14092 # type: verbatim
14093 #. type: verbatim
14094 #: ../src/guestfs-actions.pod:4279 ../fish/guestfish-actions.pod:2867
14095 #, no-wrap
14096 msgid ""
14097 " add-ro Fedora-11-i686-Live.iso\n"
14098 " run\n"
14099 " mkmountpoint /cd\n"
14100 " mkmountpoint /sqsh\n"
14101 " mkmountpoint /ext3fs\n"
14102 " mount /dev/sda /cd\n"
14103 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14104 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14105 "\n"
14106 msgstr ""
14107
14108 # type: textblock
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2876
14111 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14112 msgstr ""
14113
14114 # type: textblock
14115 #. type: textblock
14116 #: ../src/guestfs-actions.pod:4290
14117 msgid ""
14118 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14119 "may get unexpected errors if you try to mix these calls.  It is safest to "
14120 "manually unmount filesystems and remove mountpoints after use."
14121 msgstr ""
14122
14123 # type: textblock
14124 #. type: textblock
14125 #: ../src/guestfs-actions.pod:4294
14126 msgid ""
14127 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14128 "first, so for this to work for manual mountpoints, you must ensure that the "
14129 "innermost mountpoints have the longest pathnames, as in the example code "
14130 "above."
14131 msgstr ""
14132
14133 # type: textblock
14134 #. type: textblock
14135 #: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2887
14136 msgid ""
14137 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14138 msgstr ""
14139
14140 # type: textblock
14141 #. type: textblock
14142 #: ../src/guestfs-actions.pod:4301
14143 msgid ""
14144 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14145 "means that C<guestfs_umount_all> is called when the handle is closed which "
14146 "can also trigger these issues."
14147 msgstr ""
14148
14149 # type: textblock
14150 #. type: textblock
14151 #: ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4566
14152 #: ../src/guestfs-actions.pod:5459
14153 msgid "(Added in 1.0.62)"
14154 msgstr ""
14155
14156 # type: =head2
14157 #. type: =head2
14158 #: ../src/guestfs-actions.pod:4309
14159 msgid "guestfs_mknod"
14160 msgstr ""
14161
14162 # type: verbatim
14163 #. type: verbatim
14164 #: ../src/guestfs-actions.pod:4311
14165 #, no-wrap
14166 msgid ""
14167 " int\n"
14168 " guestfs_mknod (guestfs_h *g,\n"
14169 "                int mode,\n"
14170 "                int devmajor,\n"
14171 "                int devminor,\n"
14172 "                const char *path);\n"
14173 "\n"
14174 msgstr ""
14175
14176 # type: textblock
14177 #. type: textblock
14178 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
14179 msgid ""
14180 "This call creates block or character special devices, or named pipes (FIFOs)."
14181 msgstr ""
14182
14183 # type: textblock
14184 #. type: textblock
14185 #: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2900
14186 msgid ""
14187 "The C<mode> parameter should be the mode, using the standard constants.  "
14188 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14189 "used when creating block and character special devices."
14190 msgstr ""
14191
14192 # type: textblock
14193 #. type: textblock
14194 #: ../src/guestfs-actions.pod:4326
14195 msgid ""
14196 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14197 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14198 "regular file).  These constants are available in the standard Linux header "
14199 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14200 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14201 "the appropriate constant for you."
14202 msgstr ""
14203
14204 # type: =head2
14205 #. type: =head2
14206 #: ../src/guestfs-actions.pod:4340
14207 msgid "guestfs_mknod_b"
14208 msgstr ""
14209
14210 # type: verbatim
14211 #. type: verbatim
14212 #: ../src/guestfs-actions.pod:4342
14213 #, no-wrap
14214 msgid ""
14215 " int\n"
14216 " guestfs_mknod_b (guestfs_h *g,\n"
14217 "                  int mode,\n"
14218 "                  int devmajor,\n"
14219 "                  int devminor,\n"
14220 "                  const char *path);\n"
14221 "\n"
14222 msgstr ""
14223
14224 # type: textblock
14225 #. type: textblock
14226 #: ../src/guestfs-actions.pod:4349
14227 msgid ""
14228 "This call creates a block device node called C<path> with mode C<mode> and "
14229 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14230 "wrapper around C<guestfs_mknod>."
14231 msgstr ""
14232
14233 # type: =head2
14234 #. type: =head2
14235 #: ../src/guestfs-actions.pod:4359
14236 msgid "guestfs_mknod_c"
14237 msgstr ""
14238
14239 # type: verbatim
14240 #. type: verbatim
14241 #: ../src/guestfs-actions.pod:4361
14242 #, no-wrap
14243 msgid ""
14244 " int\n"
14245 " guestfs_mknod_c (guestfs_h *g,\n"
14246 "                  int mode,\n"
14247 "                  int devmajor,\n"
14248 "                  int devminor,\n"
14249 "                  const char *path);\n"
14250 "\n"
14251 msgstr ""
14252
14253 # type: textblock
14254 #. type: textblock
14255 #: ../src/guestfs-actions.pod:4368
14256 msgid ""
14257 "This call creates a char device node called C<path> with mode C<mode> and "
14258 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14259 "wrapper around C<guestfs_mknod>."
14260 msgstr ""
14261
14262 # type: =head2
14263 #. type: =head2
14264 #: ../src/guestfs-actions.pod:4378
14265 msgid "guestfs_mkswap"
14266 msgstr ""
14267
14268 # type: verbatim
14269 #. type: verbatim
14270 #: ../src/guestfs-actions.pod:4380
14271 #, no-wrap
14272 msgid ""
14273 " int\n"
14274 " guestfs_mkswap (guestfs_h *g,\n"
14275 "                 const char *device);\n"
14276 "\n"
14277 msgstr ""
14278
14279 # type: textblock
14280 #. type: textblock
14281 #: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2939
14282 msgid "Create a swap partition on C<device>."
14283 msgstr ""
14284
14285 # type: =head2
14286 #. type: =head2
14287 #: ../src/guestfs-actions.pod:4390
14288 msgid "guestfs_mkswap_L"
14289 msgstr ""
14290
14291 # type: verbatim
14292 #. type: verbatim
14293 #: ../src/guestfs-actions.pod:4392
14294 #, no-wrap
14295 msgid ""
14296 " int\n"
14297 " guestfs_mkswap_L (guestfs_h *g,\n"
14298 "                   const char *label,\n"
14299 "                   const char *device);\n"
14300 "\n"
14301 msgstr ""
14302
14303 # type: textblock
14304 #. type: textblock
14305 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2945
14306 msgid "Create a swap partition on C<device> with label C<label>."
14307 msgstr ""
14308
14309 # type: textblock
14310 #. type: textblock
14311 #: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
14312 msgid ""
14313 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14314 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14315 "or swap tools."
14316 msgstr ""
14317
14318 # type: =head2
14319 #. type: =head2
14320 #: ../src/guestfs-actions.pod:4407
14321 msgid "guestfs_mkswap_U"
14322 msgstr ""
14323
14324 # type: verbatim
14325 #. type: verbatim
14326 #: ../src/guestfs-actions.pod:4409
14327 #, no-wrap
14328 msgid ""
14329 " int\n"
14330 " guestfs_mkswap_U (guestfs_h *g,\n"
14331 "                   const char *uuid,\n"
14332 "                   const char *device);\n"
14333 "\n"
14334 msgstr ""
14335
14336 # type: textblock
14337 #. type: textblock
14338 #: ../src/guestfs-actions.pod:4414 ../fish/guestfish-actions.pod:2955
14339 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14340 msgstr ""
14341
14342 # type: =head2
14343 #. type: =head2
14344 #: ../src/guestfs-actions.pod:4420
14345 msgid "guestfs_mkswap_file"
14346 msgstr ""
14347
14348 # type: verbatim
14349 #. type: verbatim
14350 #: ../src/guestfs-actions.pod:4422
14351 #, no-wrap
14352 msgid ""
14353 " int\n"
14354 " guestfs_mkswap_file (guestfs_h *g,\n"
14355 "                      const char *path);\n"
14356 "\n"
14357 msgstr ""
14358
14359 # type: textblock
14360 #. type: textblock
14361 #: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:2961
14362 msgid "Create a swap file."
14363 msgstr ""
14364
14365 # type: textblock
14366 #. type: textblock
14367 #: ../src/guestfs-actions.pod:4428
14368 msgid ""
14369 "This command just writes a swap file signature to an existing file.  To "
14370 "create the file itself, use something like C<guestfs_fallocate>."
14371 msgstr ""
14372
14373 # type: =head2
14374 #. type: =head2
14375 #: ../src/guestfs-actions.pod:4435
14376 msgid "guestfs_modprobe"
14377 msgstr ""
14378
14379 # type: verbatim
14380 #. type: verbatim
14381 #: ../src/guestfs-actions.pod:4437
14382 #, no-wrap
14383 msgid ""
14384 " int\n"
14385 " guestfs_modprobe (guestfs_h *g,\n"
14386 "                   const char *modulename);\n"
14387 "\n"
14388 msgstr ""
14389
14390 # type: textblock
14391 #. type: textblock
14392 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2970
14393 msgid "This loads a kernel module in the appliance."
14394 msgstr ""
14395
14396 # type: textblock
14397 #. type: textblock
14398 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
14399 msgid ""
14400 "The kernel module must have been whitelisted when libguestfs was built (see "
14401 "C<appliance/kmod.whitelist.in> in the source)."
14402 msgstr ""
14403
14404 # type: =head2
14405 #. type: =head2
14406 #: ../src/guestfs-actions.pod:4450
14407 msgid "guestfs_mount"
14408 msgstr ""
14409
14410 # type: verbatim
14411 #. type: verbatim
14412 #: ../src/guestfs-actions.pod:4452
14413 #, no-wrap
14414 msgid ""
14415 " int\n"
14416 " guestfs_mount (guestfs_h *g,\n"
14417 "                const char *device,\n"
14418 "                const char *mountpoint);\n"
14419 "\n"
14420 msgstr ""
14421
14422 # type: textblock
14423 #. type: textblock
14424 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
14425 msgid ""
14426 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14427 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14428 "those block devices contain partitions, they will have the usual names (eg. "
14429 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14430 msgstr ""
14431
14432 # type: textblock
14433 #. type: textblock
14434 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:2985
14435 msgid ""
14436 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14437 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14438 "mounted on directories which already exist."
14439 msgstr ""
14440
14441 # type: textblock
14442 #. type: textblock
14443 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:2990
14444 msgid ""
14445 "The mounted filesystem is writable, if we have sufficient permissions on the "
14446 "underlying device."
14447 msgstr ""
14448
14449 # type: textblock
14450 #. type: textblock
14451 #: ../src/guestfs-actions.pod:4471
14452 msgid ""
14453 "B<Important note:> When you use this call, the filesystem options C<sync> "
14454 "and C<noatime> are set implicitly.  This was originally done because we "
14455 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14456 "very large negative performance impact and negligible effect on "
14457 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14458 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14459 "(use an empty string for the first parameter if you don't want any options)."
14460 msgstr ""
14461
14462 # type: =head2
14463 #. type: =head2
14464 #: ../src/guestfs-actions.pod:4485
14465 msgid "guestfs_mount_loop"
14466 msgstr ""
14467
14468 # type: verbatim
14469 #. type: verbatim
14470 #: ../src/guestfs-actions.pod:4487
14471 #, no-wrap
14472 msgid ""
14473 " int\n"
14474 " guestfs_mount_loop (guestfs_h *g,\n"
14475 "                     const char *file,\n"
14476 "                     const char *mountpoint);\n"
14477 "\n"
14478 msgstr ""
14479
14480 # type: textblock
14481 #. type: textblock
14482 #: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3007
14483 msgid ""
14484 "This command lets you mount C<file> (a filesystem image in a file) on a "
14485 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14486 "mountpoint>."
14487 msgstr ""
14488
14489 # type: =head2
14490 #. type: =head2
14491 #: ../src/guestfs-actions.pod:4500
14492 msgid "guestfs_mount_options"
14493 msgstr ""
14494
14495 # type: verbatim
14496 #. type: verbatim
14497 #: ../src/guestfs-actions.pod:4502
14498 #, no-wrap
14499 msgid ""
14500 " int\n"
14501 " guestfs_mount_options (guestfs_h *g,\n"
14502 "                        const char *options,\n"
14503 "                        const char *device,\n"
14504 "                        const char *mountpoint);\n"
14505 "\n"
14506 msgstr ""
14507
14508 # type: textblock
14509 #. type: textblock
14510 #: ../src/guestfs-actions.pod:4508
14511 msgid ""
14512 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14513 "the mount options as for the L<mount(8)> I<-o> flag."
14514 msgstr ""
14515
14516 # type: textblock
14517 #. type: textblock
14518 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3019
14519 msgid ""
14520 "If the C<options> parameter is an empty string, then no options are passed "
14521 "(all options default to whatever the filesystem uses)."
14522 msgstr ""
14523
14524 # type: textblock
14525 #. type: textblock
14526 #: ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532
14527 #: ../src/guestfs-actions.pod:4549
14528 msgid "(Added in 1.0.10)"
14529 msgstr ""
14530
14531 # type: =head2
14532 #. type: =head2
14533 #: ../src/guestfs-actions.pod:4520
14534 msgid "guestfs_mount_ro"
14535 msgstr ""
14536
14537 # type: verbatim
14538 #. type: verbatim
14539 #: ../src/guestfs-actions.pod:4522
14540 #, no-wrap
14541 msgid ""
14542 " int\n"
14543 " guestfs_mount_ro (guestfs_h *g,\n"
14544 "                   const char *device,\n"
14545 "                   const char *mountpoint);\n"
14546 "\n"
14547 msgstr ""
14548
14549 # type: textblock
14550 #. type: textblock
14551 #: ../src/guestfs-actions.pod:4527
14552 msgid ""
14553 "This is the same as the C<guestfs_mount> command, but it mounts the "
14554 "filesystem with the read-only (I<-o ro>) flag."
14555 msgstr ""
14556
14557 # type: =head2
14558 #. type: =head2
14559 #: ../src/guestfs-actions.pod:4534
14560 msgid "guestfs_mount_vfs"
14561 msgstr ""
14562
14563 # type: verbatim
14564 #. type: verbatim
14565 #: ../src/guestfs-actions.pod:4536
14566 #, no-wrap
14567 msgid ""
14568 " int\n"
14569 " guestfs_mount_vfs (guestfs_h *g,\n"
14570 "                    const char *options,\n"
14571 "                    const char *vfstype,\n"
14572 "                    const char *device,\n"
14573 "                    const char *mountpoint);\n"
14574 "\n"
14575 msgstr ""
14576
14577 # type: textblock
14578 #. type: textblock
14579 #: ../src/guestfs-actions.pod:4543
14580 msgid ""
14581 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14582 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14583 "t> flags."
14584 msgstr ""
14585
14586 # type: =head2
14587 #. type: =head2
14588 #: ../src/guestfs-actions.pod:4551
14589 msgid "guestfs_mountpoints"
14590 msgstr ""
14591
14592 # type: verbatim
14593 #. type: verbatim
14594 #: ../src/guestfs-actions.pod:4553
14595 #, no-wrap
14596 msgid ""
14597 " char **\n"
14598 " guestfs_mountpoints (guestfs_h *g);\n"
14599 "\n"
14600 msgstr ""
14601
14602 # type: textblock
14603 #. type: textblock
14604 #: ../src/guestfs-actions.pod:4556
14605 msgid ""
14606 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14607 "devices.  This one returns a hash table (map) of device name to directory "
14608 "where the device is mounted."
14609 msgstr ""
14610
14611 # type: =head2
14612 #. type: =head2
14613 #: ../src/guestfs-actions.pod:4568
14614 msgid "guestfs_mounts"
14615 msgstr ""
14616
14617 # type: verbatim
14618 #. type: verbatim
14619 #: ../src/guestfs-actions.pod:4570
14620 #, no-wrap
14621 msgid ""
14622 " char **\n"
14623 " guestfs_mounts (guestfs_h *g);\n"
14624 "\n"
14625 msgstr ""
14626
14627 # type: textblock
14628 #. type: textblock
14629 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
14630 msgid ""
14631 "This returns the list of currently mounted filesystems.  It returns the list "
14632 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14633 msgstr ""
14634
14635 # type: textblock
14636 #. type: textblock
14637 #: ../src/guestfs-actions.pod:4576 ../fish/guestfish-actions.pod:3053
14638 msgid "Some internal mounts are not shown."
14639 msgstr ""
14640
14641 # type: textblock
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:4578
14644 msgid "See also: C<guestfs_mountpoints>"
14645 msgstr ""
14646
14647 # type: =head2
14648 #. type: =head2
14649 #: ../src/guestfs-actions.pod:4586
14650 msgid "guestfs_mv"
14651 msgstr ""
14652
14653 # type: verbatim
14654 #. type: verbatim
14655 #: ../src/guestfs-actions.pod:4588
14656 #, no-wrap
14657 msgid ""
14658 " int\n"
14659 " guestfs_mv (guestfs_h *g,\n"
14660 "             const char *src,\n"
14661 "             const char *dest);\n"
14662 "\n"
14663 msgstr ""
14664
14665 # type: textblock
14666 #. type: textblock
14667 #: ../src/guestfs-actions.pod:4593 ../fish/guestfish-actions.pod:3061
14668 msgid ""
14669 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14670 "destination filename or destination directory."
14671 msgstr ""
14672
14673 # type: =head2
14674 #. type: =head2
14675 #: ../src/guestfs-actions.pod:4600
14676 msgid "guestfs_ntfs_3g_probe"
14677 msgstr ""
14678
14679 # type: verbatim
14680 #. type: verbatim
14681 #: ../src/guestfs-actions.pod:4602
14682 #, no-wrap
14683 msgid ""
14684 " int\n"
14685 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14686 "                        int rw,\n"
14687 "                        const char *device);\n"
14688 "\n"
14689 msgstr ""
14690
14691 # type: textblock
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:4607 ../fish/guestfish-actions.pod:3068
14694 msgid ""
14695 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14696 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14697 "write, and some cannot be mounted at all)."
14698 msgstr ""
14699
14700 # type: textblock
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:4611 ../fish/guestfish-actions.pod:3072
14703 msgid ""
14704 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14705 "can be mounted read-write.  Set it to false if you want to test if the "
14706 "volume can be mounted read-only."
14707 msgstr ""
14708
14709 # type: textblock
14710 #. type: textblock
14711 #: ../src/guestfs-actions.pod:4615 ../fish/guestfish-actions.pod:3076
14712 msgid ""
14713 "The return value is an integer which C<0> if the operation would succeed, or "
14714 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14715 msgstr ""
14716
14717 # type: textblock
14718 #. type: textblock
14719 #: ../src/guestfs-actions.pod:4621
14720 msgid "(Added in 1.0.43)"
14721 msgstr ""
14722
14723 # type: =head2
14724 #. type: =head2
14725 #: ../src/guestfs-actions.pod:4623
14726 msgid "guestfs_ntfsresize"
14727 msgstr ""
14728
14729 # type: verbatim
14730 #. type: verbatim
14731 #: ../src/guestfs-actions.pod:4625
14732 #, no-wrap
14733 msgid ""
14734 " int\n"
14735 " guestfs_ntfsresize (guestfs_h *g,\n"
14736 "                     const char *device);\n"
14737 "\n"
14738 msgstr ""
14739
14740 # type: textblock
14741 #. type: textblock
14742 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
14743 msgid ""
14744 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14745 "size of the underlying device.  See also L<ntfsresize(8)>."
14746 msgstr ""
14747
14748 # type: =head2
14749 #. type: =head2
14750 #: ../src/guestfs-actions.pod:4637
14751 msgid "guestfs_ntfsresize_size"
14752 msgstr ""
14753
14754 # type: verbatim
14755 #. type: verbatim
14756 #: ../src/guestfs-actions.pod:4639
14757 #, no-wrap
14758 msgid ""
14759 " int\n"
14760 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14761 "                          const char *device,\n"
14762 "                          int64_t size);\n"
14763 "\n"
14764 msgstr ""
14765
14766 # type: textblock
14767 #. type: textblock
14768 #: ../src/guestfs-actions.pod:4644
14769 msgid ""
14770 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14771 "to specify the new size (in bytes) explicitly."
14772 msgstr ""
14773
14774 # type: textblock
14775 #. type: textblock
14776 #: ../src/guestfs-actions.pod:4649 ../src/guestfs-actions.pod:5085
14777 #: ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5407
14778 #: ../src/guestfs-actions.pod:6946
14779 msgid "(Added in 1.3.14)"
14780 msgstr ""
14781
14782 # type: =head2
14783 #. type: =head2
14784 #: ../src/guestfs-actions.pod:4651
14785 msgid "guestfs_part_add"
14786 msgstr ""
14787
14788 # type: verbatim
14789 #. type: verbatim
14790 #: ../src/guestfs-actions.pod:4653
14791 #, no-wrap
14792 msgid ""
14793 " int\n"
14794 " guestfs_part_add (guestfs_h *g,\n"
14795 "                   const char *device,\n"
14796 "                   const char *prlogex,\n"
14797 "                   int64_t startsect,\n"
14798 "                   int64_t endsect);\n"
14799 "\n"
14800 msgstr ""
14801
14802 # type: textblock
14803 #. type: textblock
14804 #: ../src/guestfs-actions.pod:4660
14805 msgid ""
14806 "This command adds a partition to C<device>.  If there is no partition table "
14807 "on the device, call C<guestfs_part_init> first."
14808 msgstr ""
14809
14810 # type: textblock
14811 #. type: textblock
14812 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3102
14813 msgid ""
14814 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14815 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14816 "C<logical>) and C<e> (or C<extended>) partition types."
14817 msgstr ""
14818
14819 # type: textblock
14820 #. type: textblock
14821 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3107
14822 msgid ""
14823 "C<startsect> and C<endsect> are the start and end of the partition in "
14824 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14825 "from the end of the disk (C<-1> is the last sector)."
14826 msgstr ""
14827
14828 # type: textblock
14829 #. type: textblock
14830 #: ../src/guestfs-actions.pod:4672
14831 msgid ""
14832 "Creating a partition which covers the whole disk is not so easy.  Use "
14833 "C<guestfs_part_disk> to do that."
14834 msgstr ""
14835
14836 # type: textblock
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4715
14839 #: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4846
14840 #: ../src/guestfs-actions.pod:4884 ../src/guestfs-actions.pod:4903
14841 #: ../src/guestfs-actions.pod:4943
14842 msgid "(Added in 1.0.78)"
14843 msgstr ""
14844
14845 # type: =head2
14846 #. type: =head2
14847 #: ../src/guestfs-actions.pod:4679
14848 msgid "guestfs_part_del"
14849 msgstr ""
14850
14851 # type: verbatim
14852 #. type: verbatim
14853 #: ../src/guestfs-actions.pod:4681
14854 #, no-wrap
14855 msgid ""
14856 " int\n"
14857 " guestfs_part_del (guestfs_h *g,\n"
14858 "                   const char *device,\n"
14859 "                   int partnum);\n"
14860 "\n"
14861 msgstr ""
14862
14863 # type: textblock
14864 #. type: textblock
14865 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3118
14866 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14867 msgstr ""
14868
14869 # type: textblock
14870 #. type: textblock
14871 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3120
14872 msgid ""
14873 "Note that in the case of MBR partitioning, deleting an extended partition "
14874 "also deletes any logical partitions it contains."
14875 msgstr ""
14876
14877 # type: =head2
14878 #. type: =head2
14879 #: ../src/guestfs-actions.pod:4696
14880 msgid "guestfs_part_disk"
14881 msgstr ""
14882
14883 # type: verbatim
14884 #. type: verbatim
14885 #: ../src/guestfs-actions.pod:4698
14886 #, no-wrap
14887 msgid ""
14888 " int\n"
14889 " guestfs_part_disk (guestfs_h *g,\n"
14890 "                    const char *device,\n"
14891 "                    const char *parttype);\n"
14892 "\n"
14893 msgstr ""
14894
14895 # type: textblock
14896 #. type: textblock
14897 #: ../src/guestfs-actions.pod:4703
14898 msgid ""
14899 "This command is simply a combination of C<guestfs_part_init> followed by "
14900 "C<guestfs_part_add> to create a single primary partition covering the whole "
14901 "disk."
14902 msgstr ""
14903
14904 # type: textblock
14905 #. type: textblock
14906 #: ../src/guestfs-actions.pod:4707
14907 msgid ""
14908 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14909 "possible values are described in C<guestfs_part_init>."
14910 msgstr ""
14911
14912 # type: =head2
14913 #. type: =head2
14914 #: ../src/guestfs-actions.pod:4717
14915 msgid "guestfs_part_get_bootable"
14916 msgstr ""
14917
14918 # type: verbatim
14919 #. type: verbatim
14920 #: ../src/guestfs-actions.pod:4719
14921 #, no-wrap
14922 msgid ""
14923 " int\n"
14924 " guestfs_part_get_bootable (guestfs_h *g,\n"
14925 "                            const char *device,\n"
14926 "                            int partnum);\n"
14927 "\n"
14928 msgstr ""
14929
14930 # type: textblock
14931 #. type: textblock
14932 #: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3142
14933 msgid ""
14934 "This command returns true if the partition C<partnum> on C<device> has the "
14935 "bootable flag set."
14936 msgstr ""
14937
14938 # type: textblock
14939 #. type: textblock
14940 #: ../src/guestfs-actions.pod:4727
14941 msgid "See also C<guestfs_part_set_bootable>."
14942 msgstr ""
14943
14944 # type: =head2
14945 #. type: =head2
14946 #: ../src/guestfs-actions.pod:4733
14947 msgid "guestfs_part_get_mbr_id"
14948 msgstr ""
14949
14950 # type: verbatim
14951 #. type: verbatim
14952 #: ../src/guestfs-actions.pod:4735
14953 #, no-wrap
14954 msgid ""
14955 " int\n"
14956 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14957 "                          const char *device,\n"
14958 "                          int partnum);\n"
14959 "\n"
14960 msgstr ""
14961
14962 # type: textblock
14963 #. type: textblock
14964 #: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:3151
14965 msgid ""
14966 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14967 "partition C<partnum>."
14968 msgstr ""
14969
14970 # type: textblock
14971 #. type: textblock
14972 #: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
14973 msgid ""
14974 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14975 "undefined results for other partition table types (see "
14976 "C<guestfs_part_get_parttype>)."
14977 msgstr ""
14978
14979 # type: =head2
14980 #. type: =head2
14981 #: ../src/guestfs-actions.pod:4751
14982 msgid "guestfs_part_get_parttype"
14983 msgstr ""
14984
14985 # type: verbatim
14986 #. type: verbatim
14987 #: ../src/guestfs-actions.pod:4753
14988 #, no-wrap
14989 msgid ""
14990 " char *\n"
14991 " guestfs_part_get_parttype (guestfs_h *g,\n"
14992 "                            const char *device);\n"
14993 "\n"
14994 msgstr ""
14995
14996 # type: textblock
14997 #. type: textblock
14998 #: ../src/guestfs-actions.pod:4757 ../fish/guestfish-actions.pod:3162
14999 msgid ""
15000 "This command examines the partition table on C<device> and returns the "
15001 "partition table type (format) being used."
15002 msgstr ""
15003
15004 # type: textblock
15005 #. type: textblock
15006 #: ../src/guestfs-actions.pod:4760
15007 msgid ""
15008 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15009 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15010 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15011 msgstr ""
15012
15013 # type: =head2
15014 #. type: =head2
15015 #: ../src/guestfs-actions.pod:4770
15016 msgid "guestfs_part_init"
15017 msgstr ""
15018
15019 # type: verbatim
15020 #. type: verbatim
15021 #: ../src/guestfs-actions.pod:4772
15022 #, no-wrap
15023 msgid ""
15024 " int\n"
15025 " guestfs_part_init (guestfs_h *g,\n"
15026 "                    const char *device,\n"
15027 "                    const char *parttype);\n"
15028 "\n"
15029 msgstr ""
15030
15031 # type: textblock
15032 #. type: textblock
15033 #: ../src/guestfs-actions.pod:4777 ../fish/guestfish-actions.pod:3174
15034 msgid ""
15035 "This creates an empty partition table on C<device> of one of the partition "
15036 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15037 "(for large disks)."
15038 msgstr ""
15039
15040 # type: textblock
15041 #. type: textblock
15042 #: ../src/guestfs-actions.pod:4781
15043 msgid ""
15044 "Initially there are no partitions.  Following this, you should call "
15045 "C<guestfs_part_add> for each partition required."
15046 msgstr ""
15047
15048 # type: textblock
15049 #. type: textblock
15050 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
15051 msgid "Possible values for C<parttype> are:"
15052 msgstr ""
15053
15054 # type: =item
15055 #. type: =item
15056 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
15057 msgid "B<efi> | B<gpt>"
15058 msgstr ""
15059
15060 # type: textblock
15061 #. type: textblock
15062 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
15063 msgid "Intel EFI / GPT partition table."
15064 msgstr ""
15065
15066 # type: textblock
15067 #. type: textblock
15068 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
15069 msgid ""
15070 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
15071 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
15072 "the C<mbr> format."
15073 msgstr ""
15074
15075 # type: =item
15076 #. type: =item
15077 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
15078 msgid "B<mbr> | B<msdos>"
15079 msgstr ""
15080
15081 # type: textblock
15082 #. type: textblock
15083 #: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
15084 msgid ""
15085 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15086 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15087 "TB.  For large disks we recommend using C<gpt>."
15088 msgstr ""
15089
15090 # type: textblock
15091 #. type: textblock
15092 #: ../src/guestfs-actions.pod:4805 ../fish/guestfish-actions.pod:3202
15093 msgid ""
15094 "Other partition table types that may work but are not supported include:"
15095 msgstr ""
15096
15097 # type: =item
15098 #. type: =item
15099 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
15100 msgid "B<aix>"
15101 msgstr ""
15102
15103 # type: textblock
15104 #. type: textblock
15105 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
15106 msgid "AIX disk labels."
15107 msgstr ""
15108
15109 # type: =item
15110 #. type: =item
15111 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
15112 msgid "B<amiga> | B<rdb>"
15113 msgstr ""
15114
15115 # type: textblock
15116 #. type: textblock
15117 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
15118 msgid "Amiga \"Rigid Disk Block\" format."
15119 msgstr ""
15120
15121 # type: =item
15122 #. type: =item
15123 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
15124 msgid "B<bsd>"
15125 msgstr ""
15126
15127 # type: textblock
15128 #. type: textblock
15129 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
15130 msgid "BSD disk labels."
15131 msgstr ""
15132
15133 # type: =item
15134 #. type: =item
15135 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
15136 msgid "B<dasd>"
15137 msgstr ""
15138
15139 # type: textblock
15140 #. type: textblock
15141 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
15142 msgid "DASD, used on IBM mainframes."
15143 msgstr ""
15144
15145 # type: =item
15146 #. type: =item
15147 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
15148 msgid "B<dvh>"
15149 msgstr ""
15150
15151 # type: textblock
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
15154 msgid "MIPS/SGI volumes."
15155 msgstr ""
15156
15157 # type: =item
15158 #. type: =item
15159 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
15160 msgid "B<mac>"
15161 msgstr ""
15162
15163 # type: textblock
15164 #. type: textblock
15165 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
15166 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15167 msgstr ""
15168
15169 # type: =item
15170 #. type: =item
15171 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
15172 msgid "B<pc98>"
15173 msgstr ""
15174
15175 # type: textblock
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
15178 msgid "NEC PC-98 format, common in Japan apparently."
15179 msgstr ""
15180
15181 # type: =item
15182 #. type: =item
15183 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
15184 msgid "B<sun>"
15185 msgstr ""
15186
15187 # type: textblock
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
15190 msgid "Sun disk labels."
15191 msgstr ""
15192
15193 # type: =head2
15194 #. type: =head2
15195 #: ../src/guestfs-actions.pod:4848
15196 msgid "guestfs_part_list"
15197 msgstr ""
15198
15199 # type: verbatim
15200 #. type: verbatim
15201 #: ../src/guestfs-actions.pod:4850
15202 #, no-wrap
15203 msgid ""
15204 " struct guestfs_partition_list *\n"
15205 " guestfs_part_list (guestfs_h *g,\n"
15206 "                    const char *device);\n"
15207 "\n"
15208 msgstr ""
15209
15210 # type: textblock
15211 #. type: textblock
15212 #: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3245
15213 msgid ""
15214 "This command parses the partition table on C<device> and returns the list of "
15215 "partitions found."
15216 msgstr ""
15217
15218 # type: textblock
15219 #. type: textblock
15220 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
15221 msgid "The fields in the returned structure are:"
15222 msgstr ""
15223
15224 # type: =item
15225 #. type: =item
15226 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3252
15227 msgid "B<part_num>"
15228 msgstr ""
15229
15230 # type: textblock
15231 #. type: textblock
15232 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
15233 msgid "Partition number, counting from 1."
15234 msgstr ""
15235
15236 # type: =item
15237 #. type: =item
15238 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
15239 msgid "B<part_start>"
15240 msgstr ""
15241
15242 # type: textblock
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:4867
15245 msgid ""
15246 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15247 "the device's sector size, see C<guestfs_blockdev_getss>."
15248 msgstr ""
15249
15250 # type: =item
15251 #. type: =item
15252 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
15253 msgid "B<part_end>"
15254 msgstr ""
15255
15256 # type: textblock
15257 #. type: textblock
15258 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
15259 msgid "End of the partition in bytes."
15260 msgstr ""
15261
15262 # type: =item
15263 #. type: =item
15264 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
15265 msgid "B<part_size>"
15266 msgstr ""
15267
15268 # type: textblock
15269 #. type: textblock
15270 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
15271 msgid "Size of the partition in bytes."
15272 msgstr ""
15273
15274 # type: textblock
15275 #. type: textblock
15276 #: ../src/guestfs-actions.pod:4880
15277 msgid ""
15278 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15279 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15280 "use>."
15281 msgstr ""
15282
15283 # type: =head2
15284 #. type: =head2
15285 #: ../src/guestfs-actions.pod:4886
15286 msgid "guestfs_part_set_bootable"
15287 msgstr ""
15288
15289 # type: verbatim
15290 #. type: verbatim
15291 #: ../src/guestfs-actions.pod:4888
15292 #, no-wrap
15293 msgid ""
15294 " int\n"
15295 " guestfs_part_set_bootable (guestfs_h *g,\n"
15296 "                            const char *device,\n"
15297 "                            int partnum,\n"
15298 "                            int bootable);\n"
15299 "\n"
15300 msgstr ""
15301
15302 # type: textblock
15303 #. type: textblock
15304 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3275
15305 msgid ""
15306 "This sets the bootable flag on partition numbered C<partnum> on device "
15307 "C<device>.  Note that partitions are numbered from 1."
15308 msgstr ""
15309
15310 # type: textblock
15311 #. type: textblock
15312 #: ../src/guestfs-actions.pod:4897 ../fish/guestfish-actions.pod:3278
15313 msgid ""
15314 "The bootable flag is used by some operating systems (notably Windows) to "
15315 "determine which partition to boot from.  It is by no means universally "
15316 "recognized."
15317 msgstr ""
15318
15319 # type: =head2
15320 #. type: =head2
15321 #: ../src/guestfs-actions.pod:4905
15322 msgid "guestfs_part_set_mbr_id"
15323 msgstr ""
15324
15325 # type: verbatim
15326 #. type: verbatim
15327 #: ../src/guestfs-actions.pod:4907
15328 #, no-wrap
15329 msgid ""
15330 " int\n"
15331 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15332 "                          const char *device,\n"
15333 "                          int partnum,\n"
15334 "                          int idbyte);\n"
15335 "\n"
15336 msgstr ""
15337
15338 # type: textblock
15339 #. type: textblock
15340 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3286
15341 msgid ""
15342 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15343 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15344 "documentation are in fact hexadecimal numbers, but usually documented "
15345 "without any leading \"0x\" which might be confusing."
15346 msgstr ""
15347
15348 # type: =head2
15349 #. type: =head2
15350 #: ../src/guestfs-actions.pod:4927
15351 msgid "guestfs_part_set_name"
15352 msgstr ""
15353
15354 # type: verbatim
15355 #. type: verbatim
15356 #: ../src/guestfs-actions.pod:4929
15357 #, no-wrap
15358 msgid ""
15359 " int\n"
15360 " guestfs_part_set_name (guestfs_h *g,\n"
15361 "                        const char *device,\n"
15362 "                        int partnum,\n"
15363 "                        const char *name);\n"
15364 "\n"
15365 msgstr ""
15366
15367 # type: textblock
15368 #. type: textblock
15369 #: ../src/guestfs-actions.pod:4935 ../fish/guestfish-actions.pod:3300
15370 msgid ""
15371 "This sets the partition name on partition numbered C<partnum> on device "
15372 "C<device>.  Note that partitions are numbered from 1."
15373 msgstr ""
15374
15375 # type: textblock
15376 #. type: textblock
15377 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3303
15378 msgid ""
15379 "The partition name can only be set on certain types of partition table.  "
15380 "This works on C<gpt> but not on C<mbr> partitions."
15381 msgstr ""
15382
15383 # type: =head2
15384 #. type: =head2
15385 #: ../src/guestfs-actions.pod:4945
15386 msgid "guestfs_part_to_dev"
15387 msgstr ""
15388
15389 # type: verbatim
15390 #. type: verbatim
15391 #: ../src/guestfs-actions.pod:4947
15392 #, no-wrap
15393 msgid ""
15394 " char *\n"
15395 " guestfs_part_to_dev (guestfs_h *g,\n"
15396 "                      const char *partition);\n"
15397 "\n"
15398 msgstr ""
15399
15400 # type: textblock
15401 #. type: textblock
15402 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3310
15403 msgid ""
15404 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15405 "partition number, returning the device name (eg. \"/dev/sdb\")."
15406 msgstr ""
15407
15408 # type: textblock
15409 #. type: textblock
15410 #: ../src/guestfs-actions.pod:4955
15411 msgid ""
15412 "The named partition must exist, for example as a string returned from "
15413 "C<guestfs_list_partitions>."
15414 msgstr ""
15415
15416 # type: =head2
15417 #. type: =head2
15418 #: ../src/guestfs-actions.pod:4963
15419 msgid "guestfs_ping_daemon"
15420 msgstr ""
15421
15422 # type: verbatim
15423 #. type: verbatim
15424 #: ../src/guestfs-actions.pod:4965
15425 #, no-wrap
15426 msgid ""
15427 " int\n"
15428 " guestfs_ping_daemon (guestfs_h *g);\n"
15429 "\n"
15430 msgstr ""
15431
15432 # type: textblock
15433 #. type: textblock
15434 #: ../src/guestfs-actions.pod:4968 ../fish/guestfish-actions.pod:3321
15435 msgid ""
15436 "This is a test probe into the guestfs daemon running inside the qemu "
15437 "subprocess.  Calling this function checks that the daemon responds to the "
15438 "ping message, without affecting the daemon or attached block device(s) in "
15439 "any other way."
15440 msgstr ""
15441
15442 # type: =head2
15443 #. type: =head2
15444 #: ../src/guestfs-actions.pod:4977
15445 msgid "guestfs_pread"
15446 msgstr ""
15447
15448 # type: verbatim
15449 #. type: verbatim
15450 #: ../src/guestfs-actions.pod:4979
15451 #, no-wrap
15452 msgid ""
15453 " char *\n"
15454 " guestfs_pread (guestfs_h *g,\n"
15455 "                const char *path,\n"
15456 "                int count,\n"
15457 "                int64_t offset,\n"
15458 "                size_t *size_r);\n"
15459 "\n"
15460 msgstr ""
15461
15462 # type: textblock
15463 #. type: textblock
15464 #: ../src/guestfs-actions.pod:4986 ../fish/guestfish-actions.pod:3330
15465 msgid ""
15466 "This command lets you read part of a file.  It reads C<count> bytes of the "
15467 "file, starting at C<offset>, from file C<path>."
15468 msgstr ""
15469
15470 # type: textblock
15471 #. type: textblock
15472 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5015
15473 #: ../fish/guestfish-actions.pod:3333 ../fish/guestfish-actions.pod:3348
15474 msgid ""
15475 "This may read fewer bytes than requested.  For further details see the "
15476 "L<pread(2)> system call."
15477 msgstr ""
15478
15479 # type: textblock
15480 #. type: textblock
15481 #: ../src/guestfs-actions.pod:4992
15482 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15483 msgstr ""
15484
15485 # type: =head2
15486 #. type: =head2
15487 #: ../src/guestfs-actions.pod:5003
15488 msgid "guestfs_pread_device"
15489 msgstr ""
15490
15491 # type: verbatim
15492 #. type: verbatim
15493 #: ../src/guestfs-actions.pod:5005
15494 #, no-wrap
15495 msgid ""
15496 " char *\n"
15497 " guestfs_pread_device (guestfs_h *g,\n"
15498 "                       const char *device,\n"
15499 "                       int count,\n"
15500 "                       int64_t offset,\n"
15501 "                       size_t *size_r);\n"
15502 "\n"
15503 msgstr ""
15504
15505 # type: textblock
15506 #. type: textblock
15507 #: ../src/guestfs-actions.pod:5012 ../fish/guestfish-actions.pod:3345
15508 msgid ""
15509 "This command lets you read part of a file.  It reads C<count> bytes of "
15510 "C<device>, starting at C<offset>."
15511 msgstr ""
15512
15513 # type: textblock
15514 #. type: textblock
15515 #: ../src/guestfs-actions.pod:5018
15516 msgid "See also C<guestfs_pread>."
15517 msgstr ""
15518
15519 # type: textblock
15520 #. type: textblock
15521 #: ../src/guestfs-actions.pod:5027
15522 msgid "(Added in 1.5.21)"
15523 msgstr ""
15524
15525 # type: =head2
15526 #. type: =head2
15527 #: ../src/guestfs-actions.pod:5029
15528 msgid "guestfs_pvcreate"
15529 msgstr ""
15530
15531 # type: verbatim
15532 #. type: verbatim
15533 #: ../src/guestfs-actions.pod:5031
15534 #, no-wrap
15535 msgid ""
15536 " int\n"
15537 " guestfs_pvcreate (guestfs_h *g,\n"
15538 "                   const char *device);\n"
15539 "\n"
15540 msgstr ""
15541
15542 # type: textblock
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3360
15545 msgid ""
15546 "This creates an LVM physical volume on the named C<device>, where C<device> "
15547 "should usually be a partition name such as C</dev/sda1>."
15548 msgstr ""
15549
15550 # type: =head2
15551 #. type: =head2
15552 #: ../src/guestfs-actions.pod:5043
15553 msgid "guestfs_pvremove"
15554 msgstr ""
15555
15556 # type: verbatim
15557 #. type: verbatim
15558 #: ../src/guestfs-actions.pod:5045
15559 #, no-wrap
15560 msgid ""
15561 " int\n"
15562 " guestfs_pvremove (guestfs_h *g,\n"
15563 "                   const char *device);\n"
15564 "\n"
15565 msgstr ""
15566
15567 # type: textblock
15568 #. type: textblock
15569 #: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3368
15570 msgid ""
15571 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15572 "it."
15573 msgstr ""
15574
15575 # type: textblock
15576 #. type: textblock
15577 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3371
15578 msgid ""
15579 "The implementation uses the C<pvremove> command which refuses to wipe "
15580 "physical volumes that contain any volume groups, so you have to remove those "
15581 "first."
15582 msgstr ""
15583
15584 # type: =head2
15585 #. type: =head2
15586 #: ../src/guestfs-actions.pod:5060
15587 msgid "guestfs_pvresize"
15588 msgstr ""
15589
15590 # type: verbatim
15591 #. type: verbatim
15592 #: ../src/guestfs-actions.pod:5062
15593 #, no-wrap
15594 msgid ""
15595 " int\n"
15596 " guestfs_pvresize (guestfs_h *g,\n"
15597 "                   const char *device);\n"
15598 "\n"
15599 msgstr ""
15600
15601 # type: textblock
15602 #. type: textblock
15603 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3379
15604 msgid ""
15605 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15606 "the new size of the underlying device."
15607 msgstr ""
15608
15609 # type: =head2
15610 #. type: =head2
15611 #: ../src/guestfs-actions.pod:5073
15612 msgid "guestfs_pvresize_size"
15613 msgstr ""
15614
15615 # type: verbatim
15616 #. type: verbatim
15617 #: ../src/guestfs-actions.pod:5075
15618 #, no-wrap
15619 msgid ""
15620 " int\n"
15621 " guestfs_pvresize_size (guestfs_h *g,\n"
15622 "                        const char *device,\n"
15623 "                        int64_t size);\n"
15624 "\n"
15625 msgstr ""
15626
15627 # type: textblock
15628 #. type: textblock
15629 #: ../src/guestfs-actions.pod:5080
15630 msgid ""
15631 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15632 "specify the new size (in bytes) explicitly."
15633 msgstr ""
15634
15635 # type: =head2
15636 #. type: =head2
15637 #: ../src/guestfs-actions.pod:5087
15638 msgid "guestfs_pvs"
15639 msgstr ""
15640
15641 # type: verbatim
15642 #. type: verbatim
15643 #: ../src/guestfs-actions.pod:5089
15644 #, no-wrap
15645 msgid ""
15646 " char **\n"
15647 " guestfs_pvs (guestfs_h *g);\n"
15648 "\n"
15649 msgstr ""
15650
15651 # type: textblock
15652 #. type: textblock
15653 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3393
15654 msgid ""
15655 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15656 "(8)> command."
15657 msgstr ""
15658
15659 # type: textblock
15660 #. type: textblock
15661 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3396
15662 msgid ""
15663 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15664 "sda2>)."
15665 msgstr ""
15666
15667 # type: textblock
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:5098
15670 msgid "See also C<guestfs_pvs_full>."
15671 msgstr ""
15672
15673 # type: =head2
15674 #. type: =head2
15675 #: ../src/guestfs-actions.pod:5106
15676 msgid "guestfs_pvs_full"
15677 msgstr ""
15678
15679 # type: verbatim
15680 #. type: verbatim
15681 #: ../src/guestfs-actions.pod:5108
15682 #, no-wrap
15683 msgid ""
15684 " struct guestfs_lvm_pv_list *\n"
15685 " guestfs_pvs_full (guestfs_h *g);\n"
15686 "\n"
15687 msgstr ""
15688
15689 # type: textblock
15690 #. type: textblock
15691 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3405
15692 msgid ""
15693 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15694 "(8)> command.  The \"full\" version includes all fields."
15695 msgstr ""
15696
15697 # type: textblock
15698 #. type: textblock
15699 #: ../src/guestfs-actions.pod:5114
15700 msgid ""
15701 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15702 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15703 msgstr ""
15704
15705 # type: =head2
15706 #. type: =head2
15707 #: ../src/guestfs-actions.pod:5120
15708 msgid "guestfs_pvuuid"
15709 msgstr ""
15710
15711 # type: verbatim
15712 #. type: verbatim
15713 #: ../src/guestfs-actions.pod:5122
15714 #, no-wrap
15715 msgid ""
15716 " char *\n"
15717 " guestfs_pvuuid (guestfs_h *g,\n"
15718 "                 const char *device);\n"
15719 "\n"
15720 msgstr ""
15721
15722 # type: textblock
15723 #. type: textblock
15724 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3412
15725 msgid "This command returns the UUID of the LVM PV C<device>."
15726 msgstr ""
15727
15728 # type: =head2
15729 #. type: =head2
15730 #: ../src/guestfs-actions.pod:5133
15731 msgid "guestfs_pwrite"
15732 msgstr ""
15733
15734 # type: verbatim
15735 #. type: verbatim
15736 #: ../src/guestfs-actions.pod:5135
15737 #, no-wrap
15738 msgid ""
15739 " int\n"
15740 " guestfs_pwrite (guestfs_h *g,\n"
15741 "                 const char *path,\n"
15742 "                 const char *content,\n"
15743 "                 size_t content_size,\n"
15744 "                 int64_t offset);\n"
15745 "\n"
15746 msgstr ""
15747
15748 # type: textblock
15749 #. type: textblock
15750 #: ../src/guestfs-actions.pod:5142 ../fish/guestfish-actions.pod:3418
15751 msgid ""
15752 "This command writes to part of a file.  It writes the data buffer C<content> "
15753 "to the file C<path> starting at offset C<offset>."
15754 msgstr ""
15755
15756 # type: textblock
15757 #. type: textblock
15758 #: ../src/guestfs-actions.pod:5145 ../fish/guestfish-actions.pod:3421
15759 msgid ""
15760 "This command implements the L<pwrite(2)> system call, and like that system "
15761 "call it may not write the full data requested.  The return value is the "
15762 "number of bytes that were actually written to the file.  This could even be "
15763 "0, although short writes are unlikely for regular files in ordinary "
15764 "circumstances."
15765 msgstr ""
15766
15767 # type: textblock
15768 #. type: textblock
15769 #: ../src/guestfs-actions.pod:5151
15770 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15771 msgstr ""
15772
15773 # type: =head2
15774 #. type: =head2
15775 #: ../src/guestfs-actions.pod:5160
15776 msgid "guestfs_pwrite_device"
15777 msgstr ""
15778
15779 # type: verbatim
15780 #. type: verbatim
15781 #: ../src/guestfs-actions.pod:5162
15782 #, no-wrap
15783 msgid ""
15784 " int\n"
15785 " guestfs_pwrite_device (guestfs_h *g,\n"
15786 "                        const char *device,\n"
15787 "                        const char *content,\n"
15788 "                        size_t content_size,\n"
15789 "                        int64_t offset);\n"
15790 "\n"
15791 msgstr ""
15792
15793 # type: textblock
15794 #. type: textblock
15795 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3436
15796 msgid ""
15797 "This command writes to part of a device.  It writes the data buffer "
15798 "C<content> to C<device> starting at offset C<offset>."
15799 msgstr ""
15800
15801 # type: textblock
15802 #. type: textblock
15803 #: ../src/guestfs-actions.pod:5172 ../fish/guestfish-actions.pod:3439
15804 msgid ""
15805 "This command implements the L<pwrite(2)> system call, and like that system "
15806 "call it may not write the full data requested (although short writes to disk "
15807 "devices and partitions are probably impossible with standard Linux kernels)."
15808 msgstr ""
15809
15810 # type: textblock
15811 #. type: textblock
15812 #: ../src/guestfs-actions.pod:5177
15813 msgid "See also C<guestfs_pwrite>."
15814 msgstr ""
15815
15816 # type: textblock
15817 #. type: textblock
15818 #: ../src/guestfs-actions.pod:5184
15819 msgid "(Added in 1.5.20)"
15820 msgstr ""
15821
15822 # type: =head2
15823 #. type: =head2
15824 #: ../src/guestfs-actions.pod:5186
15825 msgid "guestfs_read_file"
15826 msgstr ""
15827
15828 # type: verbatim
15829 #. type: verbatim
15830 #: ../src/guestfs-actions.pod:5188
15831 #, no-wrap
15832 msgid ""
15833 " char *\n"
15834 " guestfs_read_file (guestfs_h *g,\n"
15835 "                    const char *path,\n"
15836 "                    size_t *size_r);\n"
15837 "\n"
15838 msgstr ""
15839
15840 # type: textblock
15841 #. type: textblock
15842 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3453
15843 msgid "This calls returns the contents of the file C<path> as a buffer."
15844 msgstr ""
15845
15846 # type: textblock
15847 #. type: textblock
15848 #: ../src/guestfs-actions.pod:5196
15849 msgid ""
15850 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15851 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15852 "function is limited in the total size of file that can be handled."
15853 msgstr ""
15854
15855 # type: textblock
15856 #. type: textblock
15857 #: ../src/guestfs-actions.pod:5208
15858 msgid "(Added in 1.0.63)"
15859 msgstr ""
15860
15861 # type: =head2
15862 #. type: =head2
15863 #: ../src/guestfs-actions.pod:5210
15864 msgid "guestfs_read_lines"
15865 msgstr ""
15866
15867 # type: verbatim
15868 #. type: verbatim
15869 #: ../src/guestfs-actions.pod:5212
15870 #, no-wrap
15871 msgid ""
15872 " char **\n"
15873 " guestfs_read_lines (guestfs_h *g,\n"
15874 "                     const char *path);\n"
15875 "\n"
15876 msgstr ""
15877
15878 # type: textblock
15879 #. type: textblock
15880 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3470
15881 msgid ""
15882 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15883 "C<CRLF> character sequences are I<not> returned."
15884 msgstr ""
15885
15886 # type: textblock
15887 #. type: textblock
15888 #: ../src/guestfs-actions.pod:5221
15889 msgid ""
15890 "Note that this function cannot correctly handle binary files (specifically, "
15891 "files containing C<\\0> character which is treated as end of line).  For "
15892 "those you need to use the C<guestfs_read_file> function which has a more "
15893 "complex interface."
15894 msgstr ""
15895
15896 # type: =head2
15897 #. type: =head2
15898 #: ../src/guestfs-actions.pod:5232
15899 msgid "guestfs_readdir"
15900 msgstr ""
15901
15902 # type: verbatim
15903 #. type: verbatim
15904 #: ../src/guestfs-actions.pod:5234
15905 #, no-wrap
15906 msgid ""
15907 " struct guestfs_dirent_list *\n"
15908 " guestfs_readdir (guestfs_h *g,\n"
15909 "                  const char *dir);\n"
15910 "\n"
15911 msgstr ""
15912
15913 # type: textblock
15914 #. type: textblock
15915 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
15916 msgid "This returns the list of directory entries in directory C<dir>."
15917 msgstr ""
15918
15919 # type: textblock
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:5240 ../fish/guestfish-actions.pod:3484
15922 msgid ""
15923 "All entries in the directory are returned, including C<.> and C<..>.  The "
15924 "entries are I<not> sorted, but returned in the same order as the underlying "
15925 "filesystem."
15926 msgstr ""
15927
15928 # type: textblock
15929 #. type: textblock
15930 #: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
15931 msgid ""
15932 "Also this call returns basic file type information about each file.  The "
15933 "C<ftyp> field will contain one of the following characters:"
15934 msgstr ""
15935
15936 # type: =item
15937 #. type: =item
15938 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
15939 msgid "'b'"
15940 msgstr ""
15941
15942 # type: textblock
15943 #. type: textblock
15944 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
15945 msgid "Block special"
15946 msgstr ""
15947
15948 # type: =item
15949 #. type: =item
15950 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
15951 msgid "'c'"
15952 msgstr ""
15953
15954 # type: textblock
15955 #. type: textblock
15956 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
15957 msgid "Char special"
15958 msgstr ""
15959
15960 # type: =item
15961 #. type: =item
15962 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
15963 msgid "'d'"
15964 msgstr ""
15965
15966 # type: textblock
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
15969 msgid "Directory"
15970 msgstr ""
15971
15972 # type: =item
15973 #. type: =item
15974 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
15975 msgid "'f'"
15976 msgstr ""
15977
15978 # type: textblock
15979 #. type: textblock
15980 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
15981 msgid "FIFO (named pipe)"
15982 msgstr ""
15983
15984 # type: =item
15985 #. type: =item
15986 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
15987 msgid "'l'"
15988 msgstr ""
15989
15990 # type: textblock
15991 #. type: textblock
15992 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
15993 msgid "Symbolic link"
15994 msgstr ""
15995
15996 # type: =item
15997 #. type: =item
15998 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
15999 msgid "'r'"
16000 msgstr ""
16001
16002 # type: textblock
16003 #. type: textblock
16004 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
16005 msgid "Regular file"
16006 msgstr ""
16007
16008 # type: =item
16009 #. type: =item
16010 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
16011 msgid "'s'"
16012 msgstr ""
16013
16014 # type: textblock
16015 #. type: textblock
16016 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
16017 msgid "Socket"
16018 msgstr ""
16019
16020 # type: =item
16021 #. type: =item
16022 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
16023 msgid "'u'"
16024 msgstr ""
16025
16026 # type: textblock
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
16029 msgid "Unknown file type"
16030 msgstr ""
16031
16032 # type: =item
16033 #. type: =item
16034 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
16035 msgid "'?'"
16036 msgstr ""
16037
16038 # type: textblock
16039 #. type: textblock
16040 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
16041 msgid ""
16042 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16043 msgstr ""
16044
16045 # type: textblock
16046 #. type: textblock
16047 #: ../src/guestfs-actions.pod:5288
16048 msgid ""
16049 "This function is primarily intended for use by programs.  To get a simple "
16050 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16051 "consumption, use C<guestfs_ll>."
16052 msgstr ""
16053
16054 # type: textblock
16055 #. type: textblock
16056 #: ../src/guestfs-actions.pod:5292
16057 msgid ""
16058 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16059 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16060 msgstr ""
16061
16062 # type: =head2
16063 #. type: =head2
16064 #: ../src/guestfs-actions.pod:5298
16065 msgid "guestfs_readlink"
16066 msgstr ""
16067
16068 # type: verbatim
16069 #. type: verbatim
16070 #: ../src/guestfs-actions.pod:5300
16071 #, no-wrap
16072 msgid ""
16073 " char *\n"
16074 " guestfs_readlink (guestfs_h *g,\n"
16075 "                   const char *path);\n"
16076 "\n"
16077 msgstr ""
16078
16079 # type: textblock
16080 #. type: textblock
16081 #: ../src/guestfs-actions.pod:5304 ../fish/guestfish-actions.pod:3540
16082 msgid "This command reads the target of a symbolic link."
16083 msgstr ""
16084
16085 # type: =head2
16086 #. type: =head2
16087 #: ../src/guestfs-actions.pod:5311
16088 msgid "guestfs_readlinklist"
16089 msgstr ""
16090
16091 # type: verbatim
16092 #. type: verbatim
16093 #: ../src/guestfs-actions.pod:5313
16094 #, no-wrap
16095 msgid ""
16096 " char **\n"
16097 " guestfs_readlinklist (guestfs_h *g,\n"
16098 "                       const char *path,\n"
16099 "                       char *const *names);\n"
16100 "\n"
16101 msgstr ""
16102
16103 # type: textblock
16104 #. type: textblock
16105 #: ../src/guestfs-actions.pod:5318 ../fish/guestfish-actions.pod:3546
16106 msgid ""
16107 "This call allows you to do a C<readlink> operation on multiple files, where "
16108 "all files are in the directory C<path>.  C<names> is the list of files from "
16109 "this directory."
16110 msgstr ""
16111
16112 # type: textblock
16113 #. type: textblock
16114 #: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3550
16115 msgid ""
16116 "On return you get a list of strings, with a one-to-one correspondence to the "
16117 "C<names> list.  Each string is the value of the symbolic link."
16118 msgstr ""
16119
16120 # type: textblock
16121 #. type: textblock
16122 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3554
16123 msgid ""
16124 "If the C<readlink(2)> operation fails on any name, then the corresponding "
16125 "result string is the empty string C<\"\">.  However the whole operation is "
16126 "completed even if there were C<readlink(2)> errors, and so you can call this "
16127 "function with names where you don't know if they are symbolic links already "
16128 "(albeit slightly less efficient)."
16129 msgstr ""
16130
16131 # type: textblock
16132 #. type: textblock
16133 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
16134 msgid ""
16135 "This call is intended for programs that want to efficiently list a directory "
16136 "contents without making many round-trips.  Very long directory listings "
16137 "might cause the protocol message size to be exceeded, causing this call to "
16138 "fail.  The caller must split up such requests into smaller groups of names."
16139 msgstr ""
16140
16141 # type: =head2
16142 #. type: =head2
16143 #: ../src/guestfs-actions.pod:5346
16144 msgid "guestfs_realpath"
16145 msgstr ""
16146
16147 # type: verbatim
16148 #. type: verbatim
16149 #: ../src/guestfs-actions.pod:5348
16150 #, no-wrap
16151 msgid ""
16152 " char *\n"
16153 " guestfs_realpath (guestfs_h *g,\n"
16154 "                   const char *path);\n"
16155 "\n"
16156 msgstr ""
16157
16158 # type: textblock
16159 #. type: textblock
16160 #: ../src/guestfs-actions.pod:5352 ../fish/guestfish-actions.pod:3572
16161 msgid ""
16162 "Return the canonicalized absolute pathname of C<path>.  The returned path "
16163 "has no C<.>, C<..> or symbolic link path elements."
16164 msgstr ""
16165
16166 # type: =head2
16167 #. type: =head2
16168 #: ../src/guestfs-actions.pod:5360
16169 msgid "guestfs_removexattr"
16170 msgstr ""
16171
16172 # type: verbatim
16173 #. type: verbatim
16174 #: ../src/guestfs-actions.pod:5362
16175 #, no-wrap
16176 msgid ""
16177 " int\n"
16178 " guestfs_removexattr (guestfs_h *g,\n"
16179 "                      const char *xattr,\n"
16180 "                      const char *path);\n"
16181 "\n"
16182 msgstr ""
16183
16184 # type: textblock
16185 #. type: textblock
16186 #: ../src/guestfs-actions.pod:5367 ../fish/guestfish-actions.pod:3579
16187 msgid ""
16188 "This call removes the extended attribute named C<xattr> of the file C<path>."
16189 msgstr ""
16190
16191 # type: textblock
16192 #. type: textblock
16193 #: ../src/guestfs-actions.pod:5370
16194 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16195 msgstr ""
16196
16197 # type: =head2
16198 #. type: =head2
16199 #: ../src/guestfs-actions.pod:5376
16200 msgid "guestfs_resize2fs"
16201 msgstr ""
16202
16203 # type: verbatim
16204 #. type: verbatim
16205 #: ../src/guestfs-actions.pod:5378
16206 #, no-wrap
16207 msgid ""
16208 " int\n"
16209 " guestfs_resize2fs (guestfs_h *g,\n"
16210 "                    const char *device);\n"
16211 "\n"
16212 msgstr ""
16213
16214 # type: textblock
16215 #. type: textblock
16216 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3588
16217 msgid ""
16218 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
16219 "underlying device."
16220 msgstr ""
16221
16222 # type: textblock
16223 #. type: textblock
16224 #: ../src/guestfs-actions.pod:5385
16225 msgid ""
16226 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
16227 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
16228 "sometimes gives an error about this and sometimes not.  In any case, it is "
16229 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16230 msgstr ""
16231
16232 # type: =head2
16233 #. type: =head2
16234 #: ../src/guestfs-actions.pod:5395
16235 msgid "guestfs_resize2fs_size"
16236 msgstr ""
16237
16238 # type: verbatim
16239 #. type: verbatim
16240 #: ../src/guestfs-actions.pod:5397
16241 #, no-wrap
16242 msgid ""
16243 " int\n"
16244 " guestfs_resize2fs_size (guestfs_h *g,\n"
16245 "                         const char *device,\n"
16246 "                         int64_t size);\n"
16247 "\n"
16248 msgstr ""
16249
16250 # type: textblock
16251 #. type: textblock
16252 #: ../src/guestfs-actions.pod:5402
16253 msgid ""
16254 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16255 "to specify the new size (in bytes) explicitly."
16256 msgstr ""
16257
16258 # type: =head2
16259 #. type: =head2
16260 #: ../src/guestfs-actions.pod:5409
16261 msgid "guestfs_rm"
16262 msgstr ""
16263
16264 # type: verbatim
16265 #. type: verbatim
16266 #: ../src/guestfs-actions.pod:5411
16267 #, no-wrap
16268 msgid ""
16269 " int\n"
16270 " guestfs_rm (guestfs_h *g,\n"
16271 "             const char *path);\n"
16272 "\n"
16273 msgstr ""
16274
16275 # type: textblock
16276 #. type: textblock
16277 #: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3608
16278 msgid "Remove the single file C<path>."
16279 msgstr ""
16280
16281 # type: =head2
16282 #. type: =head2
16283 #: ../src/guestfs-actions.pod:5421
16284 msgid "guestfs_rm_rf"
16285 msgstr ""
16286
16287 # type: verbatim
16288 #. type: verbatim
16289 #: ../src/guestfs-actions.pod:5423
16290 #, no-wrap
16291 msgid ""
16292 " int\n"
16293 " guestfs_rm_rf (guestfs_h *g,\n"
16294 "                const char *path);\n"
16295 "\n"
16296 msgstr ""
16297
16298 # type: textblock
16299 #. type: textblock
16300 #: ../src/guestfs-actions.pod:5427 ../fish/guestfish-actions.pod:3614
16301 msgid ""
16302 "Remove the file or directory C<path>, recursively removing the contents if "
16303 "its a directory.  This is like the C<rm -rf> shell command."
16304 msgstr ""
16305
16306 # type: =head2
16307 #. type: =head2
16308 #: ../src/guestfs-actions.pod:5435
16309 msgid "guestfs_rmdir"
16310 msgstr ""
16311
16312 # type: verbatim
16313 #. type: verbatim
16314 #: ../src/guestfs-actions.pod:5437
16315 #, no-wrap
16316 msgid ""
16317 " int\n"
16318 " guestfs_rmdir (guestfs_h *g,\n"
16319 "                const char *path);\n"
16320 "\n"
16321 msgstr ""
16322
16323 # type: textblock
16324 #. type: textblock
16325 #: ../src/guestfs-actions.pod:5441 ../fish/guestfish-actions.pod:3622
16326 msgid "Remove the single directory C<path>."
16327 msgstr ""
16328
16329 # type: =head2
16330 #. type: =head2
16331 #: ../src/guestfs-actions.pod:5447
16332 msgid "guestfs_rmmountpoint"
16333 msgstr ""
16334
16335 # type: verbatim
16336 #. type: verbatim
16337 #: ../src/guestfs-actions.pod:5449
16338 #, no-wrap
16339 msgid ""
16340 " int\n"
16341 " guestfs_rmmountpoint (guestfs_h *g,\n"
16342 "                       const char *exemptpath);\n"
16343 "\n"
16344 msgstr ""
16345
16346 # type: textblock
16347 #. type: textblock
16348 #: ../src/guestfs-actions.pod:5453
16349 msgid ""
16350 "This calls removes a mountpoint that was previously created with "
16351 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16352 msgstr ""
16353
16354 # type: =head2
16355 #. type: =head2
16356 #: ../src/guestfs-actions.pod:5461
16357 msgid "guestfs_scrub_device"
16358 msgstr ""
16359
16360 # type: verbatim
16361 #. type: verbatim
16362 #: ../src/guestfs-actions.pod:5463
16363 #, no-wrap
16364 msgid ""
16365 " int\n"
16366 " guestfs_scrub_device (guestfs_h *g,\n"
16367 "                       const char *device);\n"
16368 "\n"
16369 msgstr ""
16370
16371 # type: textblock
16372 #. type: textblock
16373 #: ../src/guestfs-actions.pod:5467 ../fish/guestfish-actions.pod:3636
16374 msgid ""
16375 "This command writes patterns over C<device> to make data retrieval more "
16376 "difficult."
16377 msgstr ""
16378
16379 # type: textblock
16380 #. type: textblock
16381 #: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5491
16382 #: ../src/guestfs-actions.pod:5510 ../fish/guestfish-actions.pod:3639
16383 #: ../fish/guestfish-actions.pod:3654 ../fish/guestfish-actions.pod:3667
16384 msgid ""
16385 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16386 "more details."
16387 msgstr ""
16388
16389 # type: textblock
16390 #. type: textblock
16391 #: ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5496
16392 #: ../src/guestfs-actions.pod:5515
16393 msgid "(Added in 1.0.52)"
16394 msgstr ""
16395
16396 # type: =head2
16397 #. type: =head2
16398 #: ../src/guestfs-actions.pod:5480
16399 msgid "guestfs_scrub_file"
16400 msgstr ""
16401
16402 # type: verbatim
16403 #. type: verbatim
16404 #: ../src/guestfs-actions.pod:5482
16405 #, no-wrap
16406 msgid ""
16407 " int\n"
16408 " guestfs_scrub_file (guestfs_h *g,\n"
16409 "                     const char *file);\n"
16410 "\n"
16411 msgstr ""
16412
16413 # type: textblock
16414 #. type: textblock
16415 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3649
16416 msgid ""
16417 "This command writes patterns over a file to make data retrieval more "
16418 "difficult."
16419 msgstr ""
16420
16421 # type: textblock
16422 #. type: textblock
16423 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3652
16424 msgid "The file is I<removed> after scrubbing."
16425 msgstr ""
16426
16427 # type: =head2
16428 #. type: =head2
16429 #: ../src/guestfs-actions.pod:5498
16430 msgid "guestfs_scrub_freespace"
16431 msgstr ""
16432
16433 # type: verbatim
16434 #. type: verbatim
16435 #: ../src/guestfs-actions.pod:5500
16436 #, no-wrap
16437 msgid ""
16438 " int\n"
16439 " guestfs_scrub_freespace (guestfs_h *g,\n"
16440 "                          const char *dir);\n"
16441 "\n"
16442 msgstr ""
16443
16444 # type: textblock
16445 #. type: textblock
16446 #: ../src/guestfs-actions.pod:5504
16447 msgid ""
16448 "This command creates the directory C<dir> and then fills it with files until "
16449 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16450 "and deletes them.  The intention is to scrub any free space on the partition "
16451 "containing C<dir>."
16452 msgstr ""
16453
16454 # type: =head2
16455 #. type: =head2
16456 #: ../src/guestfs-actions.pod:5517
16457 msgid "guestfs_set_append"
16458 msgstr ""
16459
16460 # type: verbatim
16461 #. type: verbatim
16462 #: ../src/guestfs-actions.pod:5519
16463 #, no-wrap
16464 msgid ""
16465 " int\n"
16466 " guestfs_set_append (guestfs_h *g,\n"
16467 "                     const char *append);\n"
16468 "\n"
16469 msgstr ""
16470
16471 # type: textblock
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
16474 msgid ""
16475 "This function is used to add additional options to the guest kernel command "
16476 "line."
16477 msgstr ""
16478
16479 # type: textblock
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3679
16482 msgid ""
16483 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16484 "environment variable."
16485 msgstr ""
16486
16487 # type: textblock
16488 #. type: textblock
16489 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
16490 msgid ""
16491 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16492 "(libguestfs always adds a few of its own)."
16493 msgstr ""
16494
16495 # type: =head2
16496 #. type: =head2
16497 #: ../src/guestfs-actions.pod:5536
16498 msgid "guestfs_set_autosync"
16499 msgstr ""
16500
16501 # type: verbatim
16502 #. type: verbatim
16503 #: ../src/guestfs-actions.pod:5538
16504 #, no-wrap
16505 msgid ""
16506 " int\n"
16507 " guestfs_set_autosync (guestfs_h *g,\n"
16508 "                       int autosync);\n"
16509 "\n"
16510 msgstr ""
16511
16512 # type: textblock
16513 #. type: textblock
16514 #: ../src/guestfs-actions.pod:5542
16515 msgid ""
16516 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16517 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
16518 "the handle is closed (also if the program exits without closing handles)."
16519 msgstr ""
16520
16521 # type: textblock
16522 #. type: textblock
16523 #: ../src/guestfs-actions.pod:5547 ../fish/guestfish-actions.pod:3696
16524 msgid ""
16525 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16526 "disabled by default)."
16527 msgstr ""
16528
16529 # type: =head2
16530 #. type: =head2
16531 #: ../src/guestfs-actions.pod:5554
16532 msgid "guestfs_set_direct"
16533 msgstr ""
16534
16535 # type: verbatim
16536 #. type: verbatim
16537 #: ../src/guestfs-actions.pod:5556
16538 #, no-wrap
16539 msgid ""
16540 " int\n"
16541 " guestfs_set_direct (guestfs_h *g,\n"
16542 "                     int direct);\n"
16543 "\n"
16544 msgstr ""
16545
16546 # type: textblock
16547 #. type: textblock
16548 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3705
16549 msgid ""
16550 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16551 "passed directly through to the appliance once it is launched."
16552 msgstr ""
16553
16554 # type: textblock
16555 #. type: textblock
16556 #: ../src/guestfs-actions.pod:5564
16557 msgid ""
16558 "One consequence of this is that log messages aren't caught by the library "
16559 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16560 "stdout."
16561 msgstr ""
16562
16563 # type: textblock
16564 #. type: textblock
16565 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3713
16566 msgid "You probably don't want to use this unless you know what you are doing."
16567 msgstr ""
16568
16569 # type: textblock
16570 #. type: textblock
16571 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
16572 msgid "The default is disabled."
16573 msgstr ""
16574
16575 # type: =head2
16576 #. type: =head2
16577 #: ../src/guestfs-actions.pod:5577
16578 msgid "guestfs_set_e2label"
16579 msgstr ""
16580
16581 # type: verbatim
16582 #. type: verbatim
16583 #: ../src/guestfs-actions.pod:5579
16584 #, no-wrap
16585 msgid ""
16586 " int\n"
16587 " guestfs_set_e2label (guestfs_h *g,\n"
16588 "                      const char *device,\n"
16589 "                      const char *label);\n"
16590 "\n"
16591 msgstr ""
16592
16593 # type: textblock
16594 #. type: textblock
16595 #: ../src/guestfs-actions.pod:5584 ../fish/guestfish-actions.pod:3722
16596 msgid ""
16597 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16598 "C<label>.  Filesystem labels are limited to 16 characters."
16599 msgstr ""
16600
16601 # type: textblock
16602 #. type: textblock
16603 #: ../src/guestfs-actions.pod:5588
16604 msgid ""
16605 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16606 "the existing label on a filesystem."
16607 msgstr ""
16608
16609 # type: =head2
16610 #. type: =head2
16611 #: ../src/guestfs-actions.pod:5595
16612 msgid "guestfs_set_e2uuid"
16613 msgstr ""
16614
16615 # type: verbatim
16616 #. type: verbatim
16617 #: ../src/guestfs-actions.pod:5597
16618 #, no-wrap
16619 msgid ""
16620 " int\n"
16621 " guestfs_set_e2uuid (guestfs_h *g,\n"
16622 "                     const char *device,\n"
16623 "                     const char *uuid);\n"
16624 "\n"
16625 msgstr ""
16626
16627 # type: textblock
16628 #. type: textblock
16629 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3733
16630 msgid ""
16631 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16632 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16633 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16634 msgstr ""
16635
16636 # type: textblock
16637 #. type: textblock
16638 #: ../src/guestfs-actions.pod:5607
16639 msgid ""
16640 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16641 "the existing UUID of a filesystem."
16642 msgstr ""
16643
16644 # type: =head2
16645 #. type: =head2
16646 #: ../src/guestfs-actions.pod:5614
16647 msgid "guestfs_set_memsize"
16648 msgstr ""
16649
16650 # type: verbatim
16651 #. type: verbatim
16652 #: ../src/guestfs-actions.pod:5616
16653 #, no-wrap
16654 msgid ""
16655 " int\n"
16656 " guestfs_set_memsize (guestfs_h *g,\n"
16657 "                      int memsize);\n"
16658 "\n"
16659 msgstr ""
16660
16661 # type: textblock
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:5620
16664 msgid ""
16665 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16666 "This only has any effect if called before C<guestfs_launch>."
16667 msgstr ""
16668
16669 # type: textblock
16670 #. type: textblock
16671 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3751
16672 msgid ""
16673 "You can also change this by setting the environment variable "
16674 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16675 msgstr ""
16676
16677 # type: =head2
16678 #. type: =head2
16679 #: ../src/guestfs-actions.pod:5635
16680 msgid "guestfs_set_network"
16681 msgstr ""
16682
16683 # type: verbatim
16684 #. type: verbatim
16685 #: ../src/guestfs-actions.pod:5637
16686 #, no-wrap
16687 msgid ""
16688 " int\n"
16689 " guestfs_set_network (guestfs_h *g,\n"
16690 "                      int network);\n"
16691 "\n"
16692 msgstr ""
16693
16694 # type: textblock
16695 #. type: textblock
16696 #: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3764
16697 msgid ""
16698 "If C<network> is true, then the network is enabled in the libguestfs "
16699 "appliance.  The default is false."
16700 msgstr ""
16701
16702 # type: textblock
16703 #. type: textblock
16704 #: ../src/guestfs-actions.pod:5644 ../fish/guestfish-actions.pod:3767
16705 msgid ""
16706 "This affects whether commands are able to access the network (see L<guestfs"
16707 "(3)/RUNNING COMMANDS>)."
16708 msgstr ""
16709
16710 # type: textblock
16711 #. type: textblock
16712 #: ../src/guestfs-actions.pod:5647
16713 msgid ""
16714 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16715 "effect."
16716 msgstr ""
16717
16718 # type: =head2
16719 #. type: =head2
16720 #: ../src/guestfs-actions.pod:5654
16721 msgid "guestfs_set_path"
16722 msgstr ""
16723
16724 # type: verbatim
16725 #. type: verbatim
16726 #: ../src/guestfs-actions.pod:5656
16727 #, no-wrap
16728 msgid ""
16729 " int\n"
16730 " guestfs_set_path (guestfs_h *g,\n"
16731 "                   const char *searchpath);\n"
16732 "\n"
16733 msgstr ""
16734
16735 # type: textblock
16736 #. type: textblock
16737 #: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3779
16738 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16739 msgstr ""
16740
16741 # type: textblock
16742 #. type: textblock
16743 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3781
16744 msgid ""
16745 "The default is C<$libdir/guestfs> unless overridden by setting "
16746 "C<LIBGUESTFS_PATH> environment variable."
16747 msgstr ""
16748
16749 # type: textblock
16750 #. type: textblock
16751 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3784
16752 msgid "Setting C<path> to C<NULL> restores the default path."
16753 msgstr ""
16754
16755 # type: =head2
16756 #. type: =head2
16757 #: ../src/guestfs-actions.pod:5671
16758 msgid "guestfs_set_qemu"
16759 msgstr ""
16760
16761 # type: verbatim
16762 #. type: verbatim
16763 #: ../src/guestfs-actions.pod:5673
16764 #, no-wrap
16765 msgid ""
16766 " int\n"
16767 " guestfs_set_qemu (guestfs_h *g,\n"
16768 "                   const char *qemu);\n"
16769 "\n"
16770 msgstr ""
16771
16772 # type: textblock
16773 #. type: textblock
16774 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3792
16775 msgid "Set the qemu binary that we will use."
16776 msgstr ""
16777
16778 # type: textblock
16779 #. type: textblock
16780 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
16781 msgid ""
16782 "The default is chosen when the library was compiled by the configure script."
16783 msgstr ""
16784
16785 # type: textblock
16786 #. type: textblock
16787 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3797
16788 msgid ""
16789 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16790 "variable."
16791 msgstr ""
16792
16793 # type: textblock
16794 #. type: textblock
16795 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
16796 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16797 msgstr ""
16798
16799 # type: textblock
16800 #. type: textblock
16801 #: ../src/guestfs-actions.pod:5687 ../fish/guestfish-actions.pod:3802
16802 msgid ""
16803 "Note that you should call this function as early as possible after creating "
16804 "the handle.  This is because some pre-launch operations depend on testing "
16805 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16806 "don't retest features, and so you might see inconsistent results.  Using the "
16807 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16808 "the qemu binary at the same time as the handle is created."
16809 msgstr ""
16810
16811 # type: =head2
16812 #. type: =head2
16813 #: ../src/guestfs-actions.pod:5699
16814 msgid "guestfs_set_recovery_proc"
16815 msgstr ""
16816
16817 # type: verbatim
16818 #. type: verbatim
16819 #: ../src/guestfs-actions.pod:5701
16820 #, no-wrap
16821 msgid ""
16822 " int\n"
16823 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16824 "                            int recoveryproc);\n"
16825 "\n"
16826 msgstr ""
16827
16828 # type: textblock
16829 #. type: textblock
16830 #: ../src/guestfs-actions.pod:5705
16831 msgid ""
16832 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16833 "not create a recovery process.  The purpose of the recovery process is to "
16834 "stop runaway qemu processes in the case where the main program aborts "
16835 "abruptly."
16836 msgstr ""
16837
16838 # type: textblock
16839 #. type: textblock
16840 #: ../src/guestfs-actions.pod:5710
16841 msgid ""
16842 "This only has any effect if called before C<guestfs_launch>, and the default "
16843 "is true."
16844 msgstr ""
16845
16846 # type: textblock
16847 #. type: textblock
16848 #: ../src/guestfs-actions.pod:5713 ../fish/guestfish-actions.pod:3824
16849 msgid ""
16850 "About the only time when you would want to disable this is if the main "
16851 "process will fork itself into the background (\"daemonize\" itself).  In "
16852 "this case the recovery process thinks that the main program has disappeared "
16853 "and so kills qemu, which is not very helpful."
16854 msgstr ""
16855
16856 # type: =head2
16857 #. type: =head2
16858 #: ../src/guestfs-actions.pod:5723
16859 msgid "guestfs_set_selinux"
16860 msgstr ""
16861
16862 # type: verbatim
16863 #. type: verbatim
16864 #: ../src/guestfs-actions.pod:5725
16865 #, no-wrap
16866 msgid ""
16867 " int\n"
16868 " guestfs_set_selinux (guestfs_h *g,\n"
16869 "                      int selinux);\n"
16870 "\n"
16871 msgstr ""
16872
16873 # type: textblock
16874 #. type: textblock
16875 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3836
16876 msgid ""
16877 "This sets the selinux flag that is passed to the appliance at boot time.  "
16878 "The default is C<selinux=0> (disabled)."
16879 msgstr ""
16880
16881 # type: textblock
16882 #. type: textblock
16883 #: ../src/guestfs-actions.pod:5732 ../fish/guestfish-actions.pod:3839
16884 msgid ""
16885 "Note that if SELinux is enabled, it is always in Permissive mode "
16886 "(C<enforcing=0>)."
16887 msgstr ""
16888
16889 # type: =head2
16890 #. type: =head2
16891 #: ../src/guestfs-actions.pod:5742
16892 msgid "guestfs_set_trace"
16893 msgstr ""
16894
16895 # type: verbatim
16896 #. type: verbatim
16897 #: ../src/guestfs-actions.pod:5744
16898 #, no-wrap
16899 msgid ""
16900 " int\n"
16901 " guestfs_set_trace (guestfs_h *g,\n"
16902 "                    int trace);\n"
16903 "\n"
16904 msgstr ""
16905
16906 # type: textblock
16907 #. type: textblock
16908 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3851
16909 msgid ""
16910 "If the command trace flag is set to 1, then commands are printed on stderr "
16911 "before they are executed in a format which is very similar to the one used "
16912 "by guestfish.  In other words, you can run a program with this enabled, and "
16913 "you will get out a script which you can feed to guestfish to perform the "
16914 "same set of actions."
16915 msgstr ""
16916
16917 # type: textblock
16918 #. type: textblock
16919 #: ../src/guestfs-actions.pod:5755 ../fish/guestfish-actions.pod:3858
16920 msgid ""
16921 "If you want to trace C API calls into libguestfs (and other libraries) then "
16922 "possibly a better way is to use the external ltrace(1) command."
16923 msgstr ""
16924
16925 # type: textblock
16926 #. type: textblock
16927 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
16928 msgid ""
16929 "Command traces are disabled unless the environment variable "
16930 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16931 msgstr ""
16932
16933 # type: =head2
16934 #. type: =head2
16935 #: ../src/guestfs-actions.pod:5766
16936 msgid "guestfs_set_verbose"
16937 msgstr ""
16938
16939 # type: verbatim
16940 #. type: verbatim
16941 #: ../src/guestfs-actions.pod:5768
16942 #, no-wrap
16943 msgid ""
16944 " int\n"
16945 " guestfs_set_verbose (guestfs_h *g,\n"
16946 "                      int verbose);\n"
16947 "\n"
16948 msgstr ""
16949
16950 # type: textblock
16951 #. type: textblock
16952 #: ../src/guestfs-actions.pod:5772 ../fish/guestfish-actions.pod:3871
16953 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
16954 msgstr ""
16955
16956 # type: textblock
16957 #. type: textblock
16958 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3873
16959 msgid ""
16960 "Verbose messages are disabled unless the environment variable "
16961 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16962 msgstr ""
16963
16964 # type: =head2
16965 #. type: =head2
16966 #: ../src/guestfs-actions.pod:5781
16967 msgid "guestfs_setcon"
16968 msgstr ""
16969
16970 # type: verbatim
16971 #. type: verbatim
16972 #: ../src/guestfs-actions.pod:5783
16973 #, no-wrap
16974 msgid ""
16975 " int\n"
16976 " guestfs_setcon (guestfs_h *g,\n"
16977 "                 const char *context);\n"
16978 "\n"
16979 msgstr ""
16980
16981 # type: textblock
16982 #. type: textblock
16983 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3880
16984 msgid ""
16985 "This sets the SELinux security context of the daemon to the string "
16986 "C<context>."
16987 msgstr ""
16988
16989 # type: textblock
16990 #. type: textblock
16991 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3883
16992 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16993 msgstr ""
16994
16995 # type: =head2
16996 #. type: =head2
16997 #: ../src/guestfs-actions.pod:5796
16998 msgid "guestfs_setxattr"
16999 msgstr ""
17000
17001 # type: verbatim
17002 #. type: verbatim
17003 #: ../src/guestfs-actions.pod:5798
17004 #, no-wrap
17005 msgid ""
17006 " int\n"
17007 " guestfs_setxattr (guestfs_h *g,\n"
17008 "                   const char *xattr,\n"
17009 "                   const char *val,\n"
17010 "                   int vallen,\n"
17011 "                   const char *path);\n"
17012 "\n"
17013 msgstr ""
17014
17015 # type: textblock
17016 #. type: textblock
17017 #: ../src/guestfs-actions.pod:5805 ../fish/guestfish-actions.pod:3889
17018 msgid ""
17019 "This call sets the extended attribute named C<xattr> of the file C<path> to "
17020 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
17021 msgstr ""
17022
17023 # type: textblock
17024 #. type: textblock
17025 #: ../src/guestfs-actions.pod:5809
17026 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17027 msgstr ""
17028
17029 # type: =head2
17030 #. type: =head2
17031 #: ../src/guestfs-actions.pod:5815
17032 msgid "guestfs_sfdisk"
17033 msgstr ""
17034
17035 # type: verbatim
17036 #. type: verbatim
17037 #: ../src/guestfs-actions.pod:5817
17038 #, no-wrap
17039 msgid ""
17040 " int\n"
17041 " guestfs_sfdisk (guestfs_h *g,\n"
17042 "                 const char *device,\n"
17043 "                 int cyls,\n"
17044 "                 int heads,\n"
17045 "                 int sectors,\n"
17046 "                 char *const *lines);\n"
17047 "\n"
17048 msgstr ""
17049
17050 # type: textblock
17051 #. type: textblock
17052 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3899
17053 msgid ""
17054 "This is a direct interface to the L<sfdisk(8)> program for creating "
17055 "partitions on block devices."
17056 msgstr ""
17057
17058 # type: textblock
17059 #. type: textblock
17060 #: ../src/guestfs-actions.pod:5828 ../fish/guestfish-actions.pod:3902
17061 msgid "C<device> should be a block device, for example C</dev/sda>."
17062 msgstr ""
17063
17064 # type: textblock
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3904
17067 msgid ""
17068 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
17069 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
17070 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
17071 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
17072 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
17073 "the kernel) cannot work out the right geometry and you will need to tell it."
17074 msgstr ""
17075
17076 # type: textblock
17077 #. type: textblock
17078 #: ../src/guestfs-actions.pod:5838 ../fish/guestfish-actions.pod:3912
17079 msgid ""
17080 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
17081 "refer to the L<sfdisk(8)> manpage."
17082 msgstr ""
17083
17084 # type: textblock
17085 #. type: textblock
17086 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
17087 msgid ""
17088 "To create a single partition occupying the whole disk, you would pass "
17089 "C<lines> as a single element list, when the single element being the string "
17090 "C<,> (comma)."
17091 msgstr ""
17092
17093 # type: textblock
17094 #. type: textblock
17095 #: ../src/guestfs-actions.pod:5845
17096 msgid ""
17097 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
17098 msgstr ""
17099
17100 # type: =head2
17101 #. type: =head2
17102 #: ../src/guestfs-actions.pod:5855
17103 msgid "guestfs_sfdiskM"
17104 msgstr ""
17105
17106 # type: verbatim
17107 #. type: verbatim
17108 #: ../src/guestfs-actions.pod:5857
17109 #, no-wrap
17110 msgid ""
17111 " int\n"
17112 " guestfs_sfdiskM (guestfs_h *g,\n"
17113 "                  const char *device,\n"
17114 "                  char *const *lines);\n"
17115 "\n"
17116 msgstr ""
17117
17118 # type: textblock
17119 #. type: textblock
17120 #: ../src/guestfs-actions.pod:5862
17121 msgid ""
17122 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
17123 "partition sizes are specified in megabytes only (rounded to the nearest "
17124 "cylinder) and you don't need to specify the cyls, heads and sectors "
17125 "parameters which were rarely if ever used anyway."
17126 msgstr ""
17127
17128 # type: textblock
17129 #. type: textblock
17130 #: ../src/guestfs-actions.pod:5868
17131 msgid ""
17132 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
17133 "C<guestfs_part_disk>"
17134 msgstr ""
17135
17136 # type: =head2
17137 #. type: =head2
17138 #: ../src/guestfs-actions.pod:5878
17139 msgid "guestfs_sfdisk_N"
17140 msgstr ""
17141
17142 # type: verbatim
17143 #. type: verbatim
17144 #: ../src/guestfs-actions.pod:5880
17145 #, no-wrap
17146 msgid ""
17147 " int\n"
17148 " guestfs_sfdisk_N (guestfs_h *g,\n"
17149 "                   const char *device,\n"
17150 "                   int partnum,\n"
17151 "                   int cyls,\n"
17152 "                   int heads,\n"
17153 "                   int sectors,\n"
17154 "                   const char *line);\n"
17155 "\n"
17156 msgstr ""
17157
17158 # type: textblock
17159 #. type: textblock
17160 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3945
17161 msgid ""
17162 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
17163 "(note: C<n> counts from 1)."
17164 msgstr ""
17165
17166 # type: textblock
17167 #. type: textblock
17168 #: ../src/guestfs-actions.pod:5892
17169 msgid ""
17170 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
17171 "for the cyls/heads/sectors parameters."
17172 msgstr ""
17173
17174 # type: textblock
17175 #. type: textblock
17176 #: ../src/guestfs-actions.pod:5895
17177 msgid "See also: C<guestfs_part_add>"
17178 msgstr ""
17179
17180 # type: =head2
17181 #. type: =head2
17182 #: ../src/guestfs-actions.pod:5904
17183 msgid "guestfs_sfdisk_disk_geometry"
17184 msgstr ""
17185
17186 # type: verbatim
17187 #. type: verbatim
17188 #: ../src/guestfs-actions.pod:5906
17189 #, no-wrap
17190 msgid ""
17191 " char *\n"
17192 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
17193 "                               const char *device);\n"
17194 "\n"
17195 msgstr ""
17196
17197 # type: textblock
17198 #. type: textblock
17199 #: ../src/guestfs-actions.pod:5910
17200 msgid ""
17201 "This displays the disk geometry of C<device> read from the partition table.  "
17202 "Especially in the case where the underlying block device has been resized, "
17203 "this can be different from the kernel's idea of the geometry (see "
17204 "C<guestfs_sfdisk_kernel_geometry>)."
17205 msgstr ""
17206
17207 # type: textblock
17208 #. type: textblock
17209 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931
17210 #: ../fish/guestfish-actions.pod:3965 ../fish/guestfish-actions.pod:3974
17211 msgid "The result is in human-readable format, and not designed to be parsed."
17212 msgstr ""
17213
17214 # type: =head2
17215 #. type: =head2
17216 #: ../src/guestfs-actions.pod:5923
17217 msgid "guestfs_sfdisk_kernel_geometry"
17218 msgstr ""
17219
17220 # type: verbatim
17221 #. type: verbatim
17222 #: ../src/guestfs-actions.pod:5925
17223 #, no-wrap
17224 msgid ""
17225 " char *\n"
17226 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
17227 "                                 const char *device);\n"
17228 "\n"
17229 msgstr ""
17230
17231 # type: textblock
17232 #. type: textblock
17233 #: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3972
17234 msgid "This displays the kernel's idea of the geometry of C<device>."
17235 msgstr ""
17236
17237 # type: =head2
17238 #. type: =head2
17239 #: ../src/guestfs-actions.pod:5939
17240 msgid "guestfs_sfdisk_l"
17241 msgstr ""
17242
17243 # type: verbatim
17244 #. type: verbatim
17245 #: ../src/guestfs-actions.pod:5941
17246 #, no-wrap
17247 msgid ""
17248 " char *\n"
17249 " guestfs_sfdisk_l (guestfs_h *g,\n"
17250 "                   const char *device);\n"
17251 "\n"
17252 msgstr ""
17253
17254 # type: textblock
17255 #. type: textblock
17256 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:3981
17257 msgid ""
17258 "This displays the partition table on C<device>, in the human-readable output "
17259 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17260 msgstr ""
17261
17262 # type: textblock
17263 #. type: textblock
17264 #: ../src/guestfs-actions.pod:5949
17265 msgid "See also: C<guestfs_part_list>"
17266 msgstr ""
17267
17268 # type: =head2
17269 #. type: =head2
17270 #: ../src/guestfs-actions.pod:5956
17271 msgid "guestfs_sh"
17272 msgstr ""
17273
17274 # type: verbatim
17275 #. type: verbatim
17276 #: ../src/guestfs-actions.pod:5958
17277 #, no-wrap
17278 msgid ""
17279 " char *\n"
17280 " guestfs_sh (guestfs_h *g,\n"
17281 "             const char *command);\n"
17282 "\n"
17283 msgstr ""
17284
17285 # type: textblock
17286 #. type: textblock
17287 #: ../src/guestfs-actions.pod:5962 ../fish/guestfish-actions.pod:3991
17288 msgid ""
17289 "This call runs a command from the guest filesystem via the guest's C</bin/"
17290 "sh>."
17291 msgstr ""
17292
17293 # type: textblock
17294 #. type: textblock
17295 #: ../src/guestfs-actions.pod:5965
17296 msgid "This is like C<guestfs_command>, but passes the command to:"
17297 msgstr ""
17298
17299 # type: verbatim
17300 #. type: verbatim
17301 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3996
17302 #, no-wrap
17303 msgid ""
17304 " /bin/sh -c \"command\"\n"
17305 "\n"
17306 msgstr ""
17307
17308 # type: textblock
17309 #. type: textblock
17310 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:3998
17311 msgid ""
17312 "Depending on the guest's shell, this usually results in wildcards being "
17313 "expanded, shell expressions being interpolated and so on."
17314 msgstr ""
17315
17316 # type: textblock
17317 #. type: textblock
17318 #: ../src/guestfs-actions.pod:5973
17319 msgid "All the provisos about C<guestfs_command> apply to this call."
17320 msgstr ""
17321
17322 # type: =head2
17323 #. type: =head2
17324 #: ../src/guestfs-actions.pod:5980
17325 msgid "guestfs_sh_lines"
17326 msgstr ""
17327
17328 # type: verbatim
17329 #. type: verbatim
17330 #: ../src/guestfs-actions.pod:5982
17331 #, no-wrap
17332 msgid ""
17333 " char **\n"
17334 " guestfs_sh_lines (guestfs_h *g,\n"
17335 "                   const char *command);\n"
17336 "\n"
17337 msgstr ""
17338
17339 # type: textblock
17340 #. type: textblock
17341 #: ../src/guestfs-actions.pod:5986
17342 msgid ""
17343 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17344 "lines."
17345 msgstr ""
17346
17347 # type: textblock
17348 #. type: textblock
17349 #: ../src/guestfs-actions.pod:5989
17350 msgid "See also: C<guestfs_command_lines>"
17351 msgstr ""
17352
17353 # type: =head2
17354 #. type: =head2
17355 #: ../src/guestfs-actions.pod:5997
17356 msgid "guestfs_sleep"
17357 msgstr ""
17358
17359 # type: verbatim
17360 #. type: verbatim
17361 #: ../src/guestfs-actions.pod:5999
17362 #, no-wrap
17363 msgid ""
17364 " int\n"
17365 " guestfs_sleep (guestfs_h *g,\n"
17366 "                int secs);\n"
17367 "\n"
17368 msgstr ""
17369
17370 # type: textblock
17371 #. type: textblock
17372 #: ../src/guestfs-actions.pod:6003 ../fish/guestfish-actions.pod:4017
17373 msgid "Sleep for C<secs> seconds."
17374 msgstr ""
17375
17376 # type: textblock
17377 #. type: textblock
17378 #: ../src/guestfs-actions.pod:6007
17379 msgid "(Added in 1.0.41)"
17380 msgstr ""
17381
17382 # type: =head2
17383 #. type: =head2
17384 #: ../src/guestfs-actions.pod:6009 ../src/guestfs-structs.pod:109
17385 msgid "guestfs_stat"
17386 msgstr ""
17387
17388 # type: verbatim
17389 #. type: verbatim
17390 #: ../src/guestfs-actions.pod:6011
17391 #, no-wrap
17392 msgid ""
17393 " struct guestfs_stat *\n"
17394 " guestfs_stat (guestfs_h *g,\n"
17395 "               const char *path);\n"
17396 "\n"
17397 msgstr ""
17398
17399 # type: textblock
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4025
17402 msgid "This is the same as the C<stat(2)> system call."
17403 msgstr ""
17404
17405 # type: =head2
17406 #. type: =head2
17407 #: ../src/guestfs-actions.pod:6025 ../src/guestfs-structs.pod:135
17408 msgid "guestfs_statvfs"
17409 msgstr ""
17410
17411 # type: verbatim
17412 #. type: verbatim
17413 #: ../src/guestfs-actions.pod:6027
17414 #, no-wrap
17415 msgid ""
17416 " struct guestfs_statvfs *\n"
17417 " guestfs_statvfs (guestfs_h *g,\n"
17418 "                  const char *path);\n"
17419 "\n"
17420 msgstr ""
17421
17422 # type: textblock
17423 #. type: textblock
17424 #: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4031
17425 msgid ""
17426 "Returns file system statistics for any mounted file system.  C<path> should "
17427 "be a file or directory in the mounted file system (typically it is the mount "
17428 "point itself, but it doesn't need to be)."
17429 msgstr ""
17430
17431 # type: textblock
17432 #. type: textblock
17433 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4035
17434 msgid "This is the same as the C<statvfs(2)> system call."
17435 msgstr ""
17436
17437 # type: textblock
17438 #. type: textblock
17439 #: ../src/guestfs-actions.pod:6037
17440 msgid ""
17441 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17442 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17443 msgstr ""
17444
17445 # type: =head2
17446 #. type: =head2
17447 #: ../src/guestfs-actions.pod:6043
17448 msgid "guestfs_strings"
17449 msgstr ""
17450
17451 # type: verbatim
17452 #. type: verbatim
17453 #: ../src/guestfs-actions.pod:6045
17454 #, no-wrap
17455 msgid ""
17456 " char **\n"
17457 " guestfs_strings (guestfs_h *g,\n"
17458 "                  const char *path);\n"
17459 "\n"
17460 msgstr ""
17461
17462 # type: textblock
17463 #. type: textblock
17464 #: ../src/guestfs-actions.pod:6049 ../fish/guestfish-actions.pod:4041
17465 msgid ""
17466 "This runs the L<strings(1)> command on a file and returns the list of "
17467 "printable strings found."
17468 msgstr ""
17469
17470 # type: =head2
17471 #. type: =head2
17472 #: ../src/guestfs-actions.pod:6061
17473 msgid "guestfs_strings_e"
17474 msgstr ""
17475
17476 # type: verbatim
17477 #. type: verbatim
17478 #: ../src/guestfs-actions.pod:6063
17479 #, no-wrap
17480 msgid ""
17481 " char **\n"
17482 " guestfs_strings_e (guestfs_h *g,\n"
17483 "                    const char *encoding,\n"
17484 "                    const char *path);\n"
17485 "\n"
17486 msgstr ""
17487
17488 # type: textblock
17489 #. type: textblock
17490 #: ../src/guestfs-actions.pod:6068
17491 msgid ""
17492 "This is like the C<guestfs_strings> command, but allows you to specify the "
17493 "encoding of strings that are looked for in the source file C<path>."
17494 msgstr ""
17495
17496 # type: textblock
17497 #. type: textblock
17498 #: ../src/guestfs-actions.pod:6072 ../fish/guestfish-actions.pod:4055
17499 msgid "Allowed encodings are:"
17500 msgstr ""
17501
17502 # type: =item
17503 #. type: =item
17504 #: ../src/guestfs-actions.pod:6076 ../fish/guestfish-actions.pod:4059
17505 msgid "s"
17506 msgstr ""
17507
17508 # type: textblock
17509 #. type: textblock
17510 #: ../src/guestfs-actions.pod:6078
17511 msgid ""
17512 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17513 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17514 msgstr ""
17515
17516 # type: =item
17517 #. type: =item
17518 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
17519 msgid "S"
17520 msgstr ""
17521
17522 # type: textblock
17523 #. type: textblock
17524 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
17525 msgid "Single 8-bit-byte characters."
17526 msgstr ""
17527
17528 # type: =item
17529 #. type: =item
17530 #: ../src/guestfs-actions.pod:6085 ../fish/guestfish-actions.pod:4068
17531 msgid "b"
17532 msgstr ""
17533
17534 # type: textblock
17535 #. type: textblock
17536 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
17537 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17538 msgstr ""
17539
17540 # type: =item
17541 #. type: =item
17542 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4073
17543 msgid "l (lower case letter L)"
17544 msgstr ""
17545
17546 # type: textblock
17547 #. type: textblock
17548 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
17549 msgid ""
17550 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17551 "examining binaries in Windows guests."
17552 msgstr ""
17553
17554 # type: =item
17555 #. type: =item
17556 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
17557 msgid "B"
17558 msgstr ""
17559
17560 # type: textblock
17561 #. type: textblock
17562 #: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4080
17563 msgid "32-bit big endian such as UCS-4BE."
17564 msgstr ""
17565
17566 # type: =item
17567 #. type: =item
17568 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
17569 msgid "L"
17570 msgstr ""
17571
17572 # type: textblock
17573 #. type: textblock
17574 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
17575 msgid "32-bit little endian such as UCS-4LE."
17576 msgstr ""
17577
17578 # type: textblock
17579 #. type: textblock
17580 #: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
17581 msgid "The returned strings are transcoded to UTF-8."
17582 msgstr ""
17583
17584 # type: =head2
17585 #. type: =head2
17586 #: ../src/guestfs-actions.pod:6116
17587 msgid "guestfs_swapoff_device"
17588 msgstr ""
17589
17590 # type: verbatim
17591 #. type: verbatim
17592 #: ../src/guestfs-actions.pod:6118
17593 #, no-wrap
17594 msgid ""
17595 " int\n"
17596 " guestfs_swapoff_device (guestfs_h *g,\n"
17597 "                         const char *device);\n"
17598 "\n"
17599 msgstr ""
17600
17601 # type: textblock
17602 #. type: textblock
17603 #: ../src/guestfs-actions.pod:6122
17604 msgid ""
17605 "This command disables the libguestfs appliance swap device or partition "
17606 "named C<device>.  See C<guestfs_swapon_device>."
17607 msgstr ""
17608
17609 # type: =head2
17610 #. type: =head2
17611 #: ../src/guestfs-actions.pod:6130
17612 msgid "guestfs_swapoff_file"
17613 msgstr ""
17614
17615 # type: verbatim
17616 #. type: verbatim
17617 #: ../src/guestfs-actions.pod:6132
17618 #, no-wrap
17619 msgid ""
17620 " int\n"
17621 " guestfs_swapoff_file (guestfs_h *g,\n"
17622 "                       const char *file);\n"
17623 "\n"
17624 msgstr ""
17625
17626 # type: textblock
17627 #. type: textblock
17628 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4105
17629 msgid "This command disables the libguestfs appliance swap on file."
17630 msgstr ""
17631
17632 # type: =head2
17633 #. type: =head2
17634 #: ../src/guestfs-actions.pod:6142
17635 msgid "guestfs_swapoff_label"
17636 msgstr ""
17637
17638 # type: verbatim
17639 #. type: verbatim
17640 #: ../src/guestfs-actions.pod:6144
17641 #, no-wrap
17642 msgid ""
17643 " int\n"
17644 " guestfs_swapoff_label (guestfs_h *g,\n"
17645 "                        const char *label);\n"
17646 "\n"
17647 msgstr ""
17648
17649 # type: textblock
17650 #. type: textblock
17651 #: ../src/guestfs-actions.pod:6148 ../fish/guestfish-actions.pod:4111
17652 msgid ""
17653 "This command disables the libguestfs appliance swap on labeled swap "
17654 "partition."
17655 msgstr ""
17656
17657 # type: =head2
17658 #. type: =head2
17659 #: ../src/guestfs-actions.pod:6155
17660 msgid "guestfs_swapoff_uuid"
17661 msgstr ""
17662
17663 # type: verbatim
17664 #. type: verbatim
17665 #: ../src/guestfs-actions.pod:6157
17666 #, no-wrap
17667 msgid ""
17668 " int\n"
17669 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17670 "                       const char *uuid);\n"
17671 "\n"
17672 msgstr ""
17673
17674 # type: textblock
17675 #. type: textblock
17676 #: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4118
17677 msgid ""
17678 "This command disables the libguestfs appliance swap partition with the given "
17679 "UUID."
17680 msgstr ""
17681
17682 # type: =head2
17683 #. type: =head2
17684 #: ../src/guestfs-actions.pod:6168
17685 msgid "guestfs_swapon_device"
17686 msgstr ""
17687
17688 # type: verbatim
17689 #. type: verbatim
17690 #: ../src/guestfs-actions.pod:6170
17691 #, no-wrap
17692 msgid ""
17693 " int\n"
17694 " guestfs_swapon_device (guestfs_h *g,\n"
17695 "                        const char *device);\n"
17696 "\n"
17697 msgstr ""
17698
17699 # type: textblock
17700 #. type: textblock
17701 #: ../src/guestfs-actions.pod:6174
17702 msgid ""
17703 "This command enables the libguestfs appliance to use the swap device or "
17704 "partition named C<device>.  The increased memory is made available for all "
17705 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17706 msgstr ""
17707
17708 # type: textblock
17709 #. type: textblock
17710 #: ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:4130
17711 msgid ""
17712 "Note that you should not swap to existing guest swap partitions unless you "
17713 "know what you are doing.  They may contain hibernation information, or other "
17714 "information that the guest doesn't want you to trash.  You also risk leaking "
17715 "information about the host to the guest this way.  Instead, attach a new "
17716 "host device to the guest and swap on that."
17717 msgstr ""
17718
17719 # type: =head2
17720 #. type: =head2
17721 #: ../src/guestfs-actions.pod:6190
17722 msgid "guestfs_swapon_file"
17723 msgstr ""
17724
17725 # type: verbatim
17726 #. type: verbatim
17727 #: ../src/guestfs-actions.pod:6192
17728 #, no-wrap
17729 msgid ""
17730 " int\n"
17731 " guestfs_swapon_file (guestfs_h *g,\n"
17732 "                      const char *file);\n"
17733 "\n"
17734 msgstr ""
17735
17736 # type: textblock
17737 #. type: textblock
17738 #: ../src/guestfs-actions.pod:6196
17739 msgid ""
17740 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17741 "notes."
17742 msgstr ""
17743
17744 # type: =head2
17745 #. type: =head2
17746 #: ../src/guestfs-actions.pod:6203
17747 msgid "guestfs_swapon_label"
17748 msgstr ""
17749
17750 # type: verbatim
17751 #. type: verbatim
17752 #: ../src/guestfs-actions.pod:6205
17753 #, no-wrap
17754 msgid ""
17755 " int\n"
17756 " guestfs_swapon_label (guestfs_h *g,\n"
17757 "                       const char *label);\n"
17758 "\n"
17759 msgstr ""
17760
17761 # type: textblock
17762 #. type: textblock
17763 #: ../src/guestfs-actions.pod:6209
17764 msgid ""
17765 "This command enables swap to a labeled swap partition.  See "
17766 "C<guestfs_swapon_device> for other notes."
17767 msgstr ""
17768
17769 # type: =head2
17770 #. type: =head2
17771 #: ../src/guestfs-actions.pod:6216
17772 msgid "guestfs_swapon_uuid"
17773 msgstr ""
17774
17775 # type: verbatim
17776 #. type: verbatim
17777 #: ../src/guestfs-actions.pod:6218
17778 #, no-wrap
17779 msgid ""
17780 " int\n"
17781 " guestfs_swapon_uuid (guestfs_h *g,\n"
17782 "                      const char *uuid);\n"
17783 "\n"
17784 msgstr ""
17785
17786 # type: textblock
17787 #. type: textblock
17788 #: ../src/guestfs-actions.pod:6222
17789 msgid ""
17790 "This command enables swap to a swap partition with the given UUID.  See "
17791 "C<guestfs_swapon_device> for other notes."
17792 msgstr ""
17793
17794 # type: =head2
17795 #. type: =head2
17796 #: ../src/guestfs-actions.pod:6229
17797 msgid "guestfs_sync"
17798 msgstr ""
17799
17800 # type: verbatim
17801 #. type: verbatim
17802 #: ../src/guestfs-actions.pod:6231
17803 #, no-wrap
17804 msgid ""
17805 " int\n"
17806 " guestfs_sync (guestfs_h *g);\n"
17807 "\n"
17808 msgstr ""
17809
17810 # type: textblock
17811 #. type: textblock
17812 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4162
17813 msgid ""
17814 "This syncs the disk, so that any writes are flushed through to the "
17815 "underlying disk image."
17816 msgstr ""
17817
17818 # type: textblock
17819 #. type: textblock
17820 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4165
17821 msgid ""
17822 "You should always call this if you have modified a disk image, before "
17823 "closing the handle."
17824 msgstr ""
17825
17826 # type: =head2
17827 #. type: =head2
17828 #: ../src/guestfs-actions.pod:6244
17829 msgid "guestfs_tail"
17830 msgstr ""
17831
17832 # type: verbatim
17833 #. type: verbatim
17834 #: ../src/guestfs-actions.pod:6246
17835 #, no-wrap
17836 msgid ""
17837 " char **\n"
17838 " guestfs_tail (guestfs_h *g,\n"
17839 "               const char *path);\n"
17840 "\n"
17841 msgstr ""
17842
17843 # type: textblock
17844 #. type: textblock
17845 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4172
17846 msgid ""
17847 "This command returns up to the last 10 lines of a file as a list of strings."
17848 msgstr ""
17849
17850 # type: =head2
17851 #. type: =head2
17852 #: ../src/guestfs-actions.pod:6262
17853 msgid "guestfs_tail_n"
17854 msgstr ""
17855
17856 # type: verbatim
17857 #. type: verbatim
17858 #: ../src/guestfs-actions.pod:6264
17859 #, no-wrap
17860 msgid ""
17861 " char **\n"
17862 " guestfs_tail_n (guestfs_h *g,\n"
17863 "                 int nrlines,\n"
17864 "                 const char *path);\n"
17865 "\n"
17866 msgstr ""
17867
17868 # type: textblock
17869 #. type: textblock
17870 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4182
17871 msgid ""
17872 "If the parameter C<nrlines> is a positive number, this returns the last "
17873 "C<nrlines> lines of the file C<path>."
17874 msgstr ""
17875
17876 # type: textblock
17877 #. type: textblock
17878 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4185
17879 msgid ""
17880 "If the parameter C<nrlines> is a negative number, this returns lines from "
17881 "the file C<path>, starting with the C<-nrlines>th line."
17882 msgstr ""
17883
17884 # type: =head2
17885 #. type: =head2
17886 #: ../src/guestfs-actions.pod:6286
17887 msgid "guestfs_tar_in"
17888 msgstr ""
17889
17890 # type: verbatim
17891 #. type: verbatim
17892 #: ../src/guestfs-actions.pod:6288
17893 #, no-wrap
17894 msgid ""
17895 " int\n"
17896 " guestfs_tar_in (guestfs_h *g,\n"
17897 "                 const char *tarfile,\n"
17898 "                 const char *directory);\n"
17899 "\n"
17900 msgstr ""
17901
17902 # type: textblock
17903 #. type: textblock
17904 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4197
17905 msgid ""
17906 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17907 "tar file) into C<directory>."
17908 msgstr ""
17909
17910 # type: textblock
17911 #. type: textblock
17912 #: ../src/guestfs-actions.pod:6296
17913 msgid ""
17914 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17915 msgstr ""
17916
17917 # type: textblock
17918 #. type: textblock
17919 #: ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6318
17920 #: ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6350
17921 msgid "(Added in 1.0.3)"
17922 msgstr ""
17923
17924 # type: =head2
17925 #. type: =head2
17926 #: ../src/guestfs-actions.pod:6303
17927 msgid "guestfs_tar_out"
17928 msgstr ""
17929
17930 # type: verbatim
17931 #. type: verbatim
17932 #: ../src/guestfs-actions.pod:6305
17933 #, no-wrap
17934 msgid ""
17935 " int\n"
17936 " guestfs_tar_out (guestfs_h *g,\n"
17937 "                  const char *directory,\n"
17938 "                  const char *tarfile);\n"
17939 "\n"
17940 msgstr ""
17941
17942 # type: textblock
17943 #. type: textblock
17944 #: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4209
17945 msgid ""
17946 "This command packs the contents of C<directory> and downloads it to local "
17947 "file C<tarfile>."
17948 msgstr ""
17949
17950 # type: textblock
17951 #. type: textblock
17952 #: ../src/guestfs-actions.pod:6313
17953 msgid ""
17954 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17955 "C<guestfs_txz_out>."
17956 msgstr ""
17957
17958 # type: =head2
17959 #. type: =head2
17960 #: ../src/guestfs-actions.pod:6320
17961 msgid "guestfs_tgz_in"
17962 msgstr ""
17963
17964 # type: verbatim
17965 #. type: verbatim
17966 #: ../src/guestfs-actions.pod:6322
17967 #, no-wrap
17968 msgid ""
17969 " int\n"
17970 " guestfs_tgz_in (guestfs_h *g,\n"
17971 "                 const char *tarball,\n"
17972 "                 const char *directory);\n"
17973 "\n"
17974 msgstr ""
17975
17976 # type: textblock
17977 #. type: textblock
17978 #: ../src/guestfs-actions.pod:6327 ../fish/guestfish-actions.pod:4221
17979 msgid ""
17980 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17981 "tar file) into C<directory>."
17982 msgstr ""
17983
17984 # type: textblock
17985 #. type: textblock
17986 #: ../src/guestfs-actions.pod:6330
17987 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17988 msgstr ""
17989
17990 # type: =head2
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:6336
17993 msgid "guestfs_tgz_out"
17994 msgstr ""
17995
17996 # type: verbatim
17997 #. type: verbatim
17998 #: ../src/guestfs-actions.pod:6338
17999 #, no-wrap
18000 msgid ""
18001 " int\n"
18002 " guestfs_tgz_out (guestfs_h *g,\n"
18003 "                  const char *directory,\n"
18004 "                  const char *tarball);\n"
18005 "\n"
18006 msgstr ""
18007
18008 # type: textblock
18009 #. type: textblock
18010 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4232
18011 msgid ""
18012 "This command packs the contents of C<directory> and downloads it to local "
18013 "file C<tarball>."
18014 msgstr ""
18015
18016 # type: textblock
18017 #. type: textblock
18018 #: ../src/guestfs-actions.pod:6346
18019 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
18020 msgstr ""
18021
18022 # type: =head2
18023 #. type: =head2
18024 #: ../src/guestfs-actions.pod:6352
18025 msgid "guestfs_touch"
18026 msgstr ""
18027
18028 # type: verbatim
18029 #. type: verbatim
18030 #: ../src/guestfs-actions.pod:6354
18031 #, no-wrap
18032 msgid ""
18033 " int\n"
18034 " guestfs_touch (guestfs_h *g,\n"
18035 "                const char *path);\n"
18036 "\n"
18037 msgstr ""
18038
18039 # type: textblock
18040 #. type: textblock
18041 #: ../src/guestfs-actions.pod:6358 ../fish/guestfish-actions.pod:4243
18042 msgid ""
18043 "Touch acts like the L<touch(1)> command.  It can be used to update the "
18044 "timestamps on a file, or, if the file does not exist, to create a new zero-"
18045 "length file."
18046 msgstr ""
18047
18048 # type: textblock
18049 #. type: textblock
18050 #: ../src/guestfs-actions.pod:6362 ../fish/guestfish-actions.pod:4247
18051 msgid ""
18052 "This command only works on regular files, and will fail on other file types "
18053 "such as directories, symbolic links, block special etc."
18054 msgstr ""
18055
18056 # type: =head2
18057 #. type: =head2
18058 #: ../src/guestfs-actions.pod:6369
18059 msgid "guestfs_truncate"
18060 msgstr ""
18061
18062 # type: verbatim
18063 #. type: verbatim
18064 #: ../src/guestfs-actions.pod:6371
18065 #, no-wrap
18066 msgid ""
18067 " int\n"
18068 " guestfs_truncate (guestfs_h *g,\n"
18069 "                   const char *path);\n"
18070 "\n"
18071 msgstr ""
18072
18073 # type: textblock
18074 #. type: textblock
18075 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4254
18076 msgid ""
18077 "This command truncates C<path> to a zero-length file.  The file must exist "
18078 "already."
18079 msgstr ""
18080
18081 # type: =head2
18082 #. type: =head2
18083 #: ../src/guestfs-actions.pod:6382
18084 msgid "guestfs_truncate_size"
18085 msgstr ""
18086
18087 # type: verbatim
18088 #. type: verbatim
18089 #: ../src/guestfs-actions.pod:6384
18090 #, no-wrap
18091 msgid ""
18092 " int\n"
18093 " guestfs_truncate_size (guestfs_h *g,\n"
18094 "                        const char *path,\n"
18095 "                        int64_t size);\n"
18096 "\n"
18097 msgstr ""
18098
18099 # type: textblock
18100 #. type: textblock
18101 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4261
18102 msgid ""
18103 "This command truncates C<path> to size C<size> bytes.  The file must exist "
18104 "already."
18105 msgstr ""
18106
18107 # type: textblock
18108 #. type: textblock
18109 #: ../src/guestfs-actions.pod:6392
18110 msgid ""
18111 "If the current file size is less than C<size> then the file is extended to "
18112 "the required size with zero bytes.  This creates a sparse file (ie. disk "
18113 "blocks are not allocated for the file until you write to it).  To create a "
18114 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
18115 msgstr ""
18116
18117 # type: =head2
18118 #. type: =head2
18119 #: ../src/guestfs-actions.pod:6402
18120 msgid "guestfs_tune2fs_l"
18121 msgstr ""
18122
18123 # type: verbatim
18124 #. type: verbatim
18125 #: ../src/guestfs-actions.pod:6404
18126 #, no-wrap
18127 msgid ""
18128 " char **\n"
18129 " guestfs_tune2fs_l (guestfs_h *g,\n"
18130 "                    const char *device);\n"
18131 "\n"
18132 msgstr ""
18133
18134 # type: textblock
18135 #. type: textblock
18136 #: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4274
18137 msgid ""
18138 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
18139 "C<device>."
18140 msgstr ""
18141
18142 # type: textblock
18143 #. type: textblock
18144 #: ../src/guestfs-actions.pod:6411 ../fish/guestfish-actions.pod:4277
18145 msgid ""
18146 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
18147 "for more details.  The list of fields returned isn't clearly defined, and "
18148 "depends on both the version of C<tune2fs> that libguestfs was built against, "
18149 "and the filesystem itself."
18150 msgstr ""
18151
18152 # type: =head2
18153 #. type: =head2
18154 #: ../src/guestfs-actions.pod:6424
18155 msgid "guestfs_txz_in"
18156 msgstr ""
18157
18158 # type: verbatim
18159 #. type: verbatim
18160 #: ../src/guestfs-actions.pod:6426
18161 #, no-wrap
18162 msgid ""
18163 " int\n"
18164 " guestfs_txz_in (guestfs_h *g,\n"
18165 "                 const char *tarball,\n"
18166 "                 const char *directory);\n"
18167 "\n"
18168 msgstr ""
18169
18170 # type: textblock
18171 #. type: textblock
18172 #: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4286
18173 msgid ""
18174 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
18175 "tar file) into C<directory>."
18176 msgstr ""
18177
18178 # type: =head2
18179 #. type: =head2
18180 #: ../src/guestfs-actions.pod:6438
18181 msgid "guestfs_txz_out"
18182 msgstr ""
18183
18184 # type: verbatim
18185 #. type: verbatim
18186 #: ../src/guestfs-actions.pod:6440
18187 #, no-wrap
18188 msgid ""
18189 " int\n"
18190 " guestfs_txz_out (guestfs_h *g,\n"
18191 "                  const char *directory,\n"
18192 "                  const char *tarball);\n"
18193 "\n"
18194 msgstr ""
18195
18196 # type: textblock
18197 #. type: textblock
18198 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4295
18199 msgid ""
18200 "This command packs the contents of C<directory> and downloads it to local "
18201 "file C<tarball> (as an xz compressed tar archive)."
18202 msgstr ""
18203
18204 # type: =head2
18205 #. type: =head2
18206 #: ../src/guestfs-actions.pod:6452
18207 msgid "guestfs_umask"
18208 msgstr ""
18209
18210 # type: verbatim
18211 #. type: verbatim
18212 #: ../src/guestfs-actions.pod:6454
18213 #, no-wrap
18214 msgid ""
18215 " int\n"
18216 " guestfs_umask (guestfs_h *g,\n"
18217 "                int mask);\n"
18218 "\n"
18219 msgstr ""
18220
18221 # type: textblock
18222 #. type: textblock
18223 #: ../src/guestfs-actions.pod:6458 ../fish/guestfish-actions.pod:4304
18224 msgid ""
18225 "This function sets the mask used for creating new files and device nodes to "
18226 "C<mask & 0777>."
18227 msgstr ""
18228
18229 # type: textblock
18230 #. type: textblock
18231 #: ../src/guestfs-actions.pod:6461 ../fish/guestfish-actions.pod:4307
18232 msgid ""
18233 "Typical umask values would be C<022> which creates new files with "
18234 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
18235 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
18236 msgstr ""
18237
18238 # type: textblock
18239 #. type: textblock
18240 #: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4312
18241 msgid ""
18242 "The default umask is C<022>.  This is important because it means that "
18243 "directories and device nodes will be created with C<0644> or C<0755> mode "
18244 "even if you specify C<0777>."
18245 msgstr ""
18246
18247 # type: textblock
18248 #. type: textblock
18249 #: ../src/guestfs-actions.pod:6470
18250 msgid ""
18251 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
18252 "C<guestfs_mkdir>."
18253 msgstr ""
18254
18255 # type: textblock
18256 #. type: textblock
18257 #: ../src/guestfs-actions.pod:6473 ../fish/guestfish-actions.pod:4319
18258 msgid "This call returns the previous umask."
18259 msgstr ""
18260
18261 # type: =head2
18262 #. type: =head2
18263 #: ../src/guestfs-actions.pod:6479
18264 msgid "guestfs_umount"
18265 msgstr ""
18266
18267 # type: verbatim
18268 #. type: verbatim
18269 #: ../src/guestfs-actions.pod:6481
18270 #, no-wrap
18271 msgid ""
18272 " int\n"
18273 " guestfs_umount (guestfs_h *g,\n"
18274 "                 const char *pathordevice);\n"
18275 "\n"
18276 msgstr ""
18277
18278 # type: textblock
18279 #. type: textblock
18280 #: ../src/guestfs-actions.pod:6485 ../fish/guestfish-actions.pod:4327
18281 msgid ""
18282 "This unmounts the given filesystem.  The filesystem may be specified either "
18283 "by its mountpoint (path) or the device which contains the filesystem."
18284 msgstr ""
18285
18286 # type: =head2
18287 #. type: =head2
18288 #: ../src/guestfs-actions.pod:6493
18289 msgid "guestfs_umount_all"
18290 msgstr ""
18291
18292 # type: verbatim
18293 #. type: verbatim
18294 #: ../src/guestfs-actions.pod:6495
18295 #, no-wrap
18296 msgid ""
18297 " int\n"
18298 " guestfs_umount_all (guestfs_h *g);\n"
18299 "\n"
18300 msgstr ""
18301
18302 # type: textblock
18303 #. type: textblock
18304 #: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4337
18305 msgid "This unmounts all mounted filesystems."
18306 msgstr ""
18307
18308 # type: textblock
18309 #. type: textblock
18310 #: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4339
18311 msgid "Some internal mounts are not unmounted by this call."
18312 msgstr ""
18313
18314 # type: =head2
18315 #. type: =head2
18316 #: ../src/guestfs-actions.pod:6506
18317 msgid "guestfs_upload"
18318 msgstr ""
18319
18320 # type: verbatim
18321 #. type: verbatim
18322 #: ../src/guestfs-actions.pod:6508
18323 #, no-wrap
18324 msgid ""
18325 " int\n"
18326 " guestfs_upload (guestfs_h *g,\n"
18327 "                 const char *filename,\n"
18328 "                 const char *remotefilename);\n"
18329 "\n"
18330 msgstr ""
18331
18332 # type: textblock
18333 #. type: textblock
18334 #: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6537
18335 #: ../fish/guestfish-actions.pod:4345 ../fish/guestfish-actions.pod:4358
18336 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
18337 msgstr ""
18338
18339 # type: textblock
18340 #. type: textblock
18341 #: ../src/guestfs-actions.pod:6518
18342 msgid "See also C<guestfs_download>."
18343 msgstr ""
18344
18345 # type: =head2
18346 #. type: =head2
18347 #: ../src/guestfs-actions.pod:6529
18348 msgid "guestfs_upload_offset"
18349 msgstr ""
18350
18351 # type: verbatim
18352 #. type: verbatim
18353 #: ../src/guestfs-actions.pod:6531
18354 #, no-wrap
18355 msgid ""
18356 " int\n"
18357 " guestfs_upload_offset (guestfs_h *g,\n"
18358 "                        const char *filename,\n"
18359 "                        const char *remotefilename,\n"
18360 "                        int64_t offset);\n"
18361 "\n"
18362 msgstr ""
18363
18364 # type: textblock
18365 #. type: textblock
18366 #: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4361
18367 msgid ""
18368 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
18369 "The intention is to overwrite parts of existing files or devices, although "
18370 "if a non-existant file is specified then it is created with a \"hole\" "
18371 "before C<offset>.  The size of the data written is implicit in the size of "
18372 "the source C<filename>."
18373 msgstr ""
18374
18375 # type: textblock
18376 #. type: textblock
18377 #: ../src/guestfs-actions.pod:6547
18378 msgid ""
18379 "Note that there is no limit on the amount of data that can be uploaded with "
18380 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
18381 "full amount unless an error occurs."
18382 msgstr ""
18383
18384 # type: textblock
18385 #. type: textblock
18386 #: ../src/guestfs-actions.pod:6552
18387 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18388 msgstr ""
18389
18390 # type: =head2
18391 #. type: =head2
18392 #: ../src/guestfs-actions.pod:6563
18393 msgid "guestfs_utimens"
18394 msgstr ""
18395
18396 # type: verbatim
18397 #. type: verbatim
18398 #: ../src/guestfs-actions.pod:6565
18399 #, no-wrap
18400 msgid ""
18401 " int\n"
18402 " guestfs_utimens (guestfs_h *g,\n"
18403 "                  const char *path,\n"
18404 "                  int64_t atsecs,\n"
18405 "                  int64_t atnsecs,\n"
18406 "                  int64_t mtsecs,\n"
18407 "                  int64_t mtnsecs);\n"
18408 "\n"
18409 msgstr ""
18410
18411 # type: textblock
18412 #. type: textblock
18413 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
18414 msgid "This command sets the timestamps of a file with nanosecond precision."
18415 msgstr ""
18416
18417 # type: textblock
18418 #. type: textblock
18419 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
18420 msgid ""
18421 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18422 "from the epoch."
18423 msgstr ""
18424
18425 # type: textblock
18426 #. type: textblock
18427 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
18428 msgid ""
18429 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18430 "nanoseconds from the epoch."
18431 msgstr ""
18432
18433 # type: textblock
18434 #. type: textblock
18435 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
18436 msgid ""
18437 "If the C<*nsecs> field contains the special value C<-1> then the "
18438 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18439 "ignored in this case)."
18440 msgstr ""
18441
18442 # type: textblock
18443 #. type: textblock
18444 #: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4394
18445 msgid ""
18446 "If the C<*nsecs> field contains the special value C<-2> then the "
18447 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18448 "in this case)."
18449 msgstr ""
18450
18451 # type: =head2
18452 #. type: =head2
18453 #: ../src/guestfs-actions.pod:6594 ../src/guestfs-structs.pod:175
18454 msgid "guestfs_version"
18455 msgstr ""
18456
18457 # type: verbatim
18458 #. type: verbatim
18459 #: ../src/guestfs-actions.pod:6596
18460 #, no-wrap
18461 msgid ""
18462 " struct guestfs_version *\n"
18463 " guestfs_version (guestfs_h *g);\n"
18464 "\n"
18465 msgstr ""
18466
18467 # type: textblock
18468 #. type: textblock
18469 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4402
18470 msgid ""
18471 "Return the libguestfs version number that the program is linked against."
18472 msgstr ""
18473
18474 # type: textblock
18475 #. type: textblock
18476 #: ../src/guestfs-actions.pod:6602 ../fish/guestfish-actions.pod:4405
18477 msgid ""
18478 "Note that because of dynamic linking this is not necessarily the version of "
18479 "libguestfs that you compiled against.  You can compile the program, and then "
18480 "at runtime dynamically link against a completely different C<libguestfs.so> "
18481 "library."
18482 msgstr ""
18483
18484 # type: textblock
18485 #. type: textblock
18486 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
18487 msgid ""
18488 "This call was added in version C<1.0.58>.  In previous versions of "
18489 "libguestfs there was no way to get the version number.  From C code you can "
18490 "use dynamic linker functions to find out if this symbol exists (if it "
18491 "doesn't, then it's an earlier version)."
18492 msgstr ""
18493
18494 # type: textblock
18495 #. type: textblock
18496 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
18497 msgid ""
18498 "The call returns a structure with four elements.  The first three (C<major>, "
18499 "C<minor> and C<release>) are numbers and correspond to the usual version "
18500 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18501 "but may be used for distro-specific information."
18502 msgstr ""
18503
18504 # type: textblock
18505 #. type: textblock
18506 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
18507 msgid ""
18508 "To construct the original version string: C<$major.$minor.$release$extra>"
18509 msgstr ""
18510
18511 # type: textblock
18512 #. type: textblock
18513 #: ../src/guestfs-actions.pod:6622 ../fish/guestfish-actions.pod:4425
18514 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18515 msgstr ""
18516
18517 # type: textblock
18518 #. type: textblock
18519 #: ../src/guestfs-actions.pod:6624
18520 msgid ""
18521 "I<Note:> Don't use this call to test for availability of features.  In "
18522 "enterprise distributions we backport features from later versions into "
18523 "earlier versions, making this an unreliable way to test for features.  Use "
18524 "C<guestfs_available> instead."
18525 msgstr ""
18526
18527 # type: textblock
18528 #. type: textblock
18529 #: ../src/guestfs-actions.pod:6630
18530 msgid ""
18531 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18532 "error.  I<The caller must call C<guestfs_free_version> after use>."
18533 msgstr ""
18534
18535 # type: textblock
18536 #. type: textblock
18537 #: ../src/guestfs-actions.pod:6634
18538 msgid "(Added in 1.0.58)"
18539 msgstr ""
18540
18541 # type: =head2
18542 #. type: =head2
18543 #: ../src/guestfs-actions.pod:6636
18544 msgid "guestfs_vfs_label"
18545 msgstr ""
18546
18547 # type: verbatim
18548 #. type: verbatim
18549 #: ../src/guestfs-actions.pod:6638
18550 #, no-wrap
18551 msgid ""
18552 " char *\n"
18553 " guestfs_vfs_label (guestfs_h *g,\n"
18554 "                    const char *device);\n"
18555 "\n"
18556 msgstr ""
18557
18558 # type: textblock
18559 #. type: textblock
18560 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4437
18561 msgid "This returns the filesystem label of the filesystem on C<device>."
18562 msgstr ""
18563
18564 # type: textblock
18565 #. type: textblock
18566 #: ../src/guestfs-actions.pod:6645 ../fish/guestfish-actions.pod:4440
18567 msgid "If the filesystem is unlabeled, this returns the empty string."
18568 msgstr ""
18569
18570 # type: textblock
18571 #. type: textblock
18572 #: ../src/guestfs-actions.pod:6647
18573 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18574 msgstr ""
18575
18576 # type: textblock
18577 #. type: textblock
18578 #: ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6689
18579 msgid "(Added in 1.3.18)"
18580 msgstr ""
18581
18582 # type: =head2
18583 #. type: =head2
18584 #: ../src/guestfs-actions.pod:6654
18585 msgid "guestfs_vfs_type"
18586 msgstr ""
18587
18588 # type: verbatim
18589 #. type: verbatim
18590 #: ../src/guestfs-actions.pod:6656
18591 #, no-wrap
18592 msgid ""
18593 " char *\n"
18594 " guestfs_vfs_type (guestfs_h *g,\n"
18595 "                   const char *device);\n"
18596 "\n"
18597 msgstr ""
18598
18599 # type: textblock
18600 #. type: textblock
18601 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4448
18602 msgid ""
18603 "This command gets the filesystem type corresponding to the filesystem on "
18604 "C<device>."
18605 msgstr ""
18606
18607 # type: textblock
18608 #. type: textblock
18609 #: ../src/guestfs-actions.pod:6663 ../fish/guestfish-actions.pod:4451
18610 msgid ""
18611 "For most filesystems, the result is the name of the Linux VFS module which "
18612 "would be used to mount this filesystem if you mounted it without specifying "
18613 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18614 msgstr ""
18615
18616 # type: =head2
18617 #. type: =head2
18618 #: ../src/guestfs-actions.pod:6673
18619 msgid "guestfs_vfs_uuid"
18620 msgstr ""
18621
18622 # type: verbatim
18623 #. type: verbatim
18624 #: ../src/guestfs-actions.pod:6675
18625 #, no-wrap
18626 msgid ""
18627 " char *\n"
18628 " guestfs_vfs_uuid (guestfs_h *g,\n"
18629 "                   const char *device);\n"
18630 "\n"
18631 msgstr ""
18632
18633 # type: textblock
18634 #. type: textblock
18635 #: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4460
18636 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18637 msgstr ""
18638
18639 # type: textblock
18640 #. type: textblock
18641 #: ../src/guestfs-actions.pod:6682 ../fish/guestfish-actions.pod:4463
18642 msgid "If the filesystem does not have a UUID, this returns the empty string."
18643 msgstr ""
18644
18645 # type: textblock
18646 #. type: textblock
18647 #: ../src/guestfs-actions.pod:6684
18648 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18649 msgstr ""
18650
18651 # type: =head2
18652 #. type: =head2
18653 #: ../src/guestfs-actions.pod:6691
18654 msgid "guestfs_vg_activate"
18655 msgstr ""
18656
18657 # type: verbatim
18658 #. type: verbatim
18659 #: ../src/guestfs-actions.pod:6693
18660 #, no-wrap
18661 msgid ""
18662 " int\n"
18663 " guestfs_vg_activate (guestfs_h *g,\n"
18664 "                      int activate,\n"
18665 "                      char *const *volgroups);\n"
18666 "\n"
18667 msgstr ""
18668
18669 # type: textblock
18670 #. type: textblock
18671 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
18672 msgid ""
18673 "This command activates or (if C<activate> is false) deactivates all logical "
18674 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18675 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18676 "deactivated, then those devices disappear."
18677 msgstr ""
18678
18679 # type: textblock
18680 #. type: textblock
18681 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
18682 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18683 msgstr ""
18684
18685 # type: textblock
18686 #. type: textblock
18687 #: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4479
18688 msgid ""
18689 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18690 "activated or deactivated."
18691 msgstr ""
18692
18693 # type: =head2
18694 #. type: =head2
18695 #: ../src/guestfs-actions.pod:6713
18696 msgid "guestfs_vg_activate_all"
18697 msgstr ""
18698
18699 # type: verbatim
18700 #. type: verbatim
18701 #: ../src/guestfs-actions.pod:6715
18702 #, no-wrap
18703 msgid ""
18704 " int\n"
18705 " guestfs_vg_activate_all (guestfs_h *g,\n"
18706 "                          int activate);\n"
18707 "\n"
18708 msgstr ""
18709
18710 # type: textblock
18711 #. type: textblock
18712 #: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
18713 msgid ""
18714 "This command activates or (if C<activate> is false) deactivates all logical "
18715 "volumes in all volume groups.  If activated, then they are made known to the "
18716 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18717 "those devices disappear."
18718 msgstr ""
18719
18720 # type: textblock
18721 #. type: textblock
18722 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
18723 msgid "This command is the same as running C<vgchange -a y|n>"
18724 msgstr ""
18725
18726 # type: =head2
18727 #. type: =head2
18728 #: ../src/guestfs-actions.pod:6731
18729 msgid "guestfs_vgcreate"
18730 msgstr ""
18731
18732 # type: verbatim
18733 #. type: verbatim
18734 #: ../src/guestfs-actions.pod:6733
18735 #, no-wrap
18736 msgid ""
18737 " int\n"
18738 " guestfs_vgcreate (guestfs_h *g,\n"
18739 "                   const char *volgroup,\n"
18740 "                   char *const *physvols);\n"
18741 "\n"
18742 msgstr ""
18743
18744 # type: textblock
18745 #. type: textblock
18746 #: ../src/guestfs-actions.pod:6738 ../fish/guestfish-actions.pod:4498
18747 msgid ""
18748 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18749 "of physical volumes C<physvols>."
18750 msgstr ""
18751
18752 # type: =head2
18753 #. type: =head2
18754 #: ../src/guestfs-actions.pod:6745
18755 msgid "guestfs_vglvuuids"
18756 msgstr ""
18757
18758 # type: verbatim
18759 #. type: verbatim
18760 #: ../src/guestfs-actions.pod:6747
18761 #, no-wrap
18762 msgid ""
18763 " char **\n"
18764 " guestfs_vglvuuids (guestfs_h *g,\n"
18765 "                    const char *vgname);\n"
18766 "\n"
18767 msgstr ""
18768
18769 # type: textblock
18770 #. type: textblock
18771 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4505
18772 msgid ""
18773 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18774 "volumes created in this volume group."
18775 msgstr ""
18776
18777 # type: textblock
18778 #. type: textblock
18779 #: ../src/guestfs-actions.pod:6754
18780 msgid ""
18781 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18782 "associate logical volumes and volume groups."
18783 msgstr ""
18784
18785 # type: textblock
18786 #. type: textblock
18787 #: ../src/guestfs-actions.pod:6757
18788 msgid "See also C<guestfs_vgpvuuids>."
18789 msgstr ""
18790
18791 # type: =head2
18792 #. type: =head2
18793 #: ../src/guestfs-actions.pod:6765
18794 msgid "guestfs_vgpvuuids"
18795 msgstr ""
18796
18797 # type: verbatim
18798 #. type: verbatim
18799 #: ../src/guestfs-actions.pod:6767
18800 #, no-wrap
18801 msgid ""
18802 " char **\n"
18803 " guestfs_vgpvuuids (guestfs_h *g,\n"
18804 "                    const char *vgname);\n"
18805 "\n"
18806 msgstr ""
18807
18808 # type: textblock
18809 #. type: textblock
18810 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4517
18811 msgid ""
18812 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18813 "volumes that this volume group resides on."
18814 msgstr ""
18815
18816 # type: textblock
18817 #. type: textblock
18818 #: ../src/guestfs-actions.pod:6774
18819 msgid ""
18820 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18821 "associate physical volumes and volume groups."
18822 msgstr ""
18823
18824 # type: textblock
18825 #. type: textblock
18826 #: ../src/guestfs-actions.pod:6777
18827 msgid "See also C<guestfs_vglvuuids>."
18828 msgstr ""
18829
18830 # type: =head2
18831 #. type: =head2
18832 #: ../src/guestfs-actions.pod:6785
18833 msgid "guestfs_vgremove"
18834 msgstr ""
18835
18836 # type: verbatim
18837 #. type: verbatim
18838 #: ../src/guestfs-actions.pod:6787
18839 #, no-wrap
18840 msgid ""
18841 " int\n"
18842 " guestfs_vgremove (guestfs_h *g,\n"
18843 "                   const char *vgname);\n"
18844 "\n"
18845 msgstr ""
18846
18847 # type: textblock
18848 #. type: textblock
18849 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4529
18850 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18851 msgstr ""
18852
18853 # type: textblock
18854 #. type: textblock
18855 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4531
18856 msgid ""
18857 "This also forcibly removes all logical volumes in the volume group (if any)."
18858 msgstr ""
18859
18860 # type: =head2
18861 #. type: =head2
18862 #: ../src/guestfs-actions.pod:6800
18863 msgid "guestfs_vgrename"
18864 msgstr ""
18865
18866 # type: verbatim
18867 #. type: verbatim
18868 #: ../src/guestfs-actions.pod:6802
18869 #, no-wrap
18870 msgid ""
18871 " int\n"
18872 " guestfs_vgrename (guestfs_h *g,\n"
18873 "                   const char *volgroup,\n"
18874 "                   const char *newvolgroup);\n"
18875 "\n"
18876 msgstr ""
18877
18878 # type: textblock
18879 #. type: textblock
18880 #: ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:4538
18881 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18882 msgstr ""
18883
18884 # type: =head2
18885 #. type: =head2
18886 #: ../src/guestfs-actions.pod:6813
18887 msgid "guestfs_vgs"
18888 msgstr ""
18889
18890 # type: verbatim
18891 #. type: verbatim
18892 #: ../src/guestfs-actions.pod:6815
18893 #, no-wrap
18894 msgid ""
18895 " char **\n"
18896 " guestfs_vgs (guestfs_h *g);\n"
18897 "\n"
18898 msgstr ""
18899
18900 # type: textblock
18901 #. type: textblock
18902 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4544
18903 msgid ""
18904 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18905 "> command."
18906 msgstr ""
18907
18908 # type: textblock
18909 #. type: textblock
18910 #: ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:4547
18911 msgid ""
18912 "This returns a list of just the volume group names that were detected (eg. "
18913 "C<VolGroup00>)."
18914 msgstr ""
18915
18916 # type: textblock
18917 #. type: textblock
18918 #: ../src/guestfs-actions.pod:6824
18919 msgid "See also C<guestfs_vgs_full>."
18920 msgstr ""
18921
18922 # type: =head2
18923 #. type: =head2
18924 #: ../src/guestfs-actions.pod:6832
18925 msgid "guestfs_vgs_full"
18926 msgstr ""
18927
18928 # type: verbatim
18929 #. type: verbatim
18930 #: ../src/guestfs-actions.pod:6834
18931 #, no-wrap
18932 msgid ""
18933 " struct guestfs_lvm_vg_list *\n"
18934 " guestfs_vgs_full (guestfs_h *g);\n"
18935 "\n"
18936 msgstr ""
18937
18938 # type: textblock
18939 #. type: textblock
18940 #: ../src/guestfs-actions.pod:6837 ../fish/guestfish-actions.pod:4556
18941 msgid ""
18942 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18943 "> command.  The \"full\" version includes all fields."
18944 msgstr ""
18945
18946 # type: textblock
18947 #. type: textblock
18948 #: ../src/guestfs-actions.pod:6840
18949 msgid ""
18950 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18951 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18952 msgstr ""
18953
18954 # type: =head2
18955 #. type: =head2
18956 #: ../src/guestfs-actions.pod:6846
18957 msgid "guestfs_vgscan"
18958 msgstr ""
18959
18960 # type: verbatim
18961 #. type: verbatim
18962 #: ../src/guestfs-actions.pod:6848
18963 #, no-wrap
18964 msgid ""
18965 " int\n"
18966 " guestfs_vgscan (guestfs_h *g);\n"
18967 "\n"
18968 msgstr ""
18969
18970 # type: textblock
18971 #. type: textblock
18972 #: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4563
18973 msgid ""
18974 "This rescans all block devices and rebuilds the list of LVM physical "
18975 "volumes, volume groups and logical volumes."
18976 msgstr ""
18977
18978 # type: =head2
18979 #. type: =head2
18980 #: ../src/guestfs-actions.pod:6858
18981 msgid "guestfs_vguuid"
18982 msgstr ""
18983
18984 # type: verbatim
18985 #. type: verbatim
18986 #: ../src/guestfs-actions.pod:6860
18987 #, no-wrap
18988 msgid ""
18989 " char *\n"
18990 " guestfs_vguuid (guestfs_h *g,\n"
18991 "                 const char *vgname);\n"
18992 "\n"
18993 msgstr ""
18994
18995 # type: textblock
18996 #. type: textblock
18997 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4570
18998 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18999 msgstr ""
19000
19001 # type: =head2
19002 #. type: =head2
19003 #: ../src/guestfs-actions.pod:6871
19004 msgid "guestfs_wait_ready"
19005 msgstr ""
19006
19007 # type: verbatim
19008 #. type: verbatim
19009 #: ../src/guestfs-actions.pod:6873
19010 #, no-wrap
19011 msgid ""
19012 " int\n"
19013 " guestfs_wait_ready (guestfs_h *g);\n"
19014 "\n"
19015 msgstr ""
19016
19017 # type: textblock
19018 #. type: textblock
19019 #: ../src/guestfs-actions.pod:6876
19020 msgid "This function is a no op."
19021 msgstr ""
19022
19023 # type: textblock
19024 #. type: textblock
19025 #: ../src/guestfs-actions.pod:6878
19026 msgid ""
19027 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
19028 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
19029 "is no longer necessary because C<guestfs_launch> now does the waiting."
19030 msgstr ""
19031
19032 # type: textblock
19033 #. type: textblock
19034 #: ../src/guestfs-actions.pod:6883
19035 msgid ""
19036 "If you see any calls to this function in code then you can just remove them, "
19037 "unless you want to retain compatibility with older versions of the API."
19038 msgstr ""
19039
19040 # type: =head2
19041 #. type: =head2
19042 #: ../src/guestfs-actions.pod:6891
19043 msgid "guestfs_wc_c"
19044 msgstr ""
19045
19046 # type: verbatim
19047 #. type: verbatim
19048 #: ../src/guestfs-actions.pod:6893
19049 #, no-wrap
19050 msgid ""
19051 " int\n"
19052 " guestfs_wc_c (guestfs_h *g,\n"
19053 "               const char *path);\n"
19054 "\n"
19055 msgstr ""
19056
19057 # type: textblock
19058 #. type: textblock
19059 #: ../src/guestfs-actions.pod:6897 ../fish/guestfish-actions.pod:4576
19060 msgid ""
19061 "This command counts the characters in a file, using the C<wc -c> external "
19062 "command."
19063 msgstr ""
19064
19065 # type: =head2
19066 #. type: =head2
19067 #: ../src/guestfs-actions.pod:6904
19068 msgid "guestfs_wc_l"
19069 msgstr ""
19070
19071 # type: verbatim
19072 #. type: verbatim
19073 #: ../src/guestfs-actions.pod:6906
19074 #, no-wrap
19075 msgid ""
19076 " int\n"
19077 " guestfs_wc_l (guestfs_h *g,\n"
19078 "               const char *path);\n"
19079 "\n"
19080 msgstr ""
19081
19082 # type: textblock
19083 #. type: textblock
19084 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4583
19085 msgid ""
19086 "This command counts the lines in a file, using the C<wc -l> external command."
19087 msgstr ""
19088
19089 # type: =head2
19090 #. type: =head2
19091 #: ../src/guestfs-actions.pod:6917
19092 msgid "guestfs_wc_w"
19093 msgstr ""
19094
19095 # type: verbatim
19096 #. type: verbatim
19097 #: ../src/guestfs-actions.pod:6919
19098 #, no-wrap
19099 msgid ""
19100 " int\n"
19101 " guestfs_wc_w (guestfs_h *g,\n"
19102 "               const char *path);\n"
19103 "\n"
19104 msgstr ""
19105
19106 # type: textblock
19107 #. type: textblock
19108 #: ../src/guestfs-actions.pod:6923 ../fish/guestfish-actions.pod:4590
19109 msgid ""
19110 "This command counts the words in a file, using the C<wc -w> external command."
19111 msgstr ""
19112
19113 # type: =head2
19114 #. type: =head2
19115 #: ../src/guestfs-actions.pod:6930
19116 msgid "guestfs_write"
19117 msgstr ""
19118
19119 # type: verbatim
19120 #. type: verbatim
19121 #: ../src/guestfs-actions.pod:6932
19122 #, no-wrap
19123 msgid ""
19124 " int\n"
19125 " guestfs_write (guestfs_h *g,\n"
19126 "                const char *path,\n"
19127 "                const char *content,\n"
19128 "                size_t content_size);\n"
19129 "\n"
19130 msgstr ""
19131
19132 # type: textblock
19133 #. type: textblock
19134 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4597
19135 msgid ""
19136 "This call creates a file called C<path>.  The content of the file is the "
19137 "string C<content> (which can contain any 8 bit data)."
19138 msgstr ""
19139
19140 # type: =head2
19141 #. type: =head2
19142 #: ../src/guestfs-actions.pod:6948
19143 msgid "guestfs_write_file"
19144 msgstr ""
19145
19146 # type: verbatim
19147 #. type: verbatim
19148 #: ../src/guestfs-actions.pod:6950
19149 #, no-wrap
19150 msgid ""
19151 " int\n"
19152 " guestfs_write_file (guestfs_h *g,\n"
19153 "                     const char *path,\n"
19154 "                     const char *content,\n"
19155 "                     int size);\n"
19156 "\n"
19157 msgstr ""
19158
19159 # type: textblock
19160 #. type: textblock
19161 #: ../src/guestfs-actions.pod:6956 ../fish/guestfish-actions.pod:4607
19162 msgid ""
19163 "This call creates a file called C<path>.  The contents of the file is the "
19164 "string C<content> (which can contain any 8 bit data), with length C<size>."
19165 msgstr ""
19166
19167 # type: textblock
19168 #. type: textblock
19169 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4611
19170 msgid ""
19171 "As a special case, if C<size> is C<0> then the length is calculated using "
19172 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
19173 msgstr ""
19174
19175 # type: textblock
19176 #. type: textblock
19177 #: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4615
19178 msgid ""
19179 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
19180 "I<not> work, even if the length is specified."
19181 msgstr ""
19182
19183 # type: textblock
19184 #. type: textblock
19185 #: ../src/guestfs-actions.pod:6972 ../fish/guestfish-actions.pod:4621
19186 msgid ""
19187 "This function is deprecated.  In new code, use the C<write> call instead."
19188 msgstr ""
19189
19190 # type: =head2
19191 #. type: =head2
19192 #: ../src/guestfs-actions.pod:6981
19193 msgid "guestfs_zegrep"
19194 msgstr ""
19195
19196 # type: verbatim
19197 #. type: verbatim
19198 #: ../src/guestfs-actions.pod:6983
19199 #, no-wrap
19200 msgid ""
19201 " char **\n"
19202 " guestfs_zegrep (guestfs_h *g,\n"
19203 "                 const char *regex,\n"
19204 "                 const char *path);\n"
19205 "\n"
19206 msgstr ""
19207
19208 # type: textblock
19209 #. type: textblock
19210 #: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4632
19211 msgid ""
19212 "This calls the external C<zegrep> program and returns the matching lines."
19213 msgstr ""
19214
19215 # type: =head2
19216 #. type: =head2
19217 #: ../src/guestfs-actions.pod:7000
19218 msgid "guestfs_zegrepi"
19219 msgstr ""
19220
19221 # type: verbatim
19222 #. type: verbatim
19223 #: ../src/guestfs-actions.pod:7002
19224 #, no-wrap
19225 msgid ""
19226 " char **\n"
19227 " guestfs_zegrepi (guestfs_h *g,\n"
19228 "                  const char *regex,\n"
19229 "                  const char *path);\n"
19230 "\n"
19231 msgstr ""
19232
19233 # type: textblock
19234 #. type: textblock
19235 #: ../src/guestfs-actions.pod:7007 ../fish/guestfish-actions.pod:4642
19236 msgid ""
19237 "This calls the external C<zegrep -i> program and returns the matching lines."
19238 msgstr ""
19239
19240 # type: =head2
19241 #. type: =head2
19242 #: ../src/guestfs-actions.pod:7019
19243 msgid "guestfs_zero"
19244 msgstr ""
19245
19246 # type: verbatim
19247 #. type: verbatim
19248 #: ../src/guestfs-actions.pod:7021
19249 #, no-wrap
19250 msgid ""
19251 " int\n"
19252 " guestfs_zero (guestfs_h *g,\n"
19253 "               const char *device);\n"
19254 "\n"
19255 msgstr ""
19256
19257 # type: textblock
19258 #. type: textblock
19259 #: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4652
19260 msgid "This command writes zeroes over the first few blocks of C<device>."
19261 msgstr ""
19262
19263 # type: textblock
19264 #. type: textblock
19265 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4654
19266 msgid ""
19267 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
19268 "securely wipe the device).  It should be sufficient to remove any partition "
19269 "tables, filesystem superblocks and so on."
19270 msgstr ""
19271
19272 # type: textblock
19273 #. type: textblock
19274 #: ../src/guestfs-actions.pod:7031
19275 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
19276 msgstr ""
19277
19278 # type: =head2
19279 #. type: =head2
19280 #: ../src/guestfs-actions.pod:7042
19281 msgid "guestfs_zero_device"
19282 msgstr ""
19283
19284 # type: verbatim
19285 #. type: verbatim
19286 #: ../src/guestfs-actions.pod:7044
19287 #, no-wrap
19288 msgid ""
19289 " int\n"
19290 " guestfs_zero_device (guestfs_h *g,\n"
19291 "                      const char *device);\n"
19292 "\n"
19293 msgstr ""
19294
19295 # type: textblock
19296 #. type: textblock
19297 #: ../src/guestfs-actions.pod:7048
19298 msgid ""
19299 "This command writes zeroes over the entire C<device>.  Compare with "
19300 "C<guestfs_zero> which just zeroes the first few blocks of a device."
19301 msgstr ""
19302
19303 # type: textblock
19304 #. type: textblock
19305 #: ../src/guestfs-actions.pod:7062
19306 msgid "(Added in 1.3.1)"
19307 msgstr ""
19308
19309 # type: =head2
19310 #. type: =head2
19311 #: ../src/guestfs-actions.pod:7064
19312 msgid "guestfs_zerofree"
19313 msgstr ""
19314
19315 # type: verbatim
19316 #. type: verbatim
19317 #: ../src/guestfs-actions.pod:7066
19318 #, no-wrap
19319 msgid ""
19320 " int\n"
19321 " guestfs_zerofree (guestfs_h *g,\n"
19322 "                   const char *device);\n"
19323 "\n"
19324 msgstr ""
19325
19326 # type: textblock
19327 #. type: textblock
19328 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4675
19329 msgid ""
19330 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
19331 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
19332 "possible to compress the filesystem more effectively."
19333 msgstr ""
19334
19335 # type: textblock
19336 #. type: textblock
19337 #: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4680
19338 msgid "You should B<not> run this program if the filesystem is mounted."
19339 msgstr ""
19340
19341 # type: textblock
19342 #. type: textblock
19343 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4683
19344 msgid ""
19345 "It is possible that using this program can damage the filesystem or data on "
19346 "the filesystem."
19347 msgstr ""
19348
19349 # type: =head2
19350 #. type: =head2
19351 #: ../src/guestfs-actions.pod:7085
19352 msgid "guestfs_zfgrep"
19353 msgstr ""
19354
19355 # type: verbatim
19356 #. type: verbatim
19357 #: ../src/guestfs-actions.pod:7087
19358 #, no-wrap
19359 msgid ""
19360 " char **\n"
19361 " guestfs_zfgrep (guestfs_h *g,\n"
19362 "                 const char *pattern,\n"
19363 "                 const char *path);\n"
19364 "\n"
19365 msgstr ""
19366
19367 # type: textblock
19368 #. type: textblock
19369 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4690
19370 msgid ""
19371 "This calls the external C<zfgrep> program and returns the matching lines."
19372 msgstr ""
19373
19374 # type: =head2
19375 #. type: =head2
19376 #: ../src/guestfs-actions.pod:7104
19377 msgid "guestfs_zfgrepi"
19378 msgstr ""
19379
19380 # type: verbatim
19381 #. type: verbatim
19382 #: ../src/guestfs-actions.pod:7106
19383 #, no-wrap
19384 msgid ""
19385 " char **\n"
19386 " guestfs_zfgrepi (guestfs_h *g,\n"
19387 "                  const char *pattern,\n"
19388 "                  const char *path);\n"
19389 "\n"
19390 msgstr ""
19391
19392 # type: textblock
19393 #. type: textblock
19394 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4700
19395 msgid ""
19396 "This calls the external C<zfgrep -i> program and returns the matching lines."
19397 msgstr ""
19398
19399 # type: =head2
19400 #. type: =head2
19401 #: ../src/guestfs-actions.pod:7123
19402 msgid "guestfs_zfile"
19403 msgstr ""
19404
19405 # type: verbatim
19406 #. type: verbatim
19407 #: ../src/guestfs-actions.pod:7125
19408 #, no-wrap
19409 msgid ""
19410 " char *\n"
19411 " guestfs_zfile (guestfs_h *g,\n"
19412 "                const char *meth,\n"
19413 "                const char *path);\n"
19414 "\n"
19415 msgstr ""
19416
19417 # type: textblock
19418 #. type: textblock
19419 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4710
19420 msgid ""
19421 "This command runs C<file> after first decompressing C<path> using C<method>."
19422 msgstr ""
19423
19424 # type: textblock
19425 #. type: textblock
19426 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4713
19427 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
19428 msgstr ""
19429
19430 # type: textblock
19431 #. type: textblock
19432 #: ../src/guestfs-actions.pod:7135
19433 msgid ""
19434 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
19435 "files."
19436 msgstr ""
19437
19438 # type: textblock
19439 #. type: textblock
19440 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4718
19441 msgid ""
19442 "This function is deprecated.  In new code, use the C<file> call instead."
19443 msgstr ""
19444
19445 # type: =head2
19446 #. type: =head2
19447 #: ../src/guestfs-actions.pod:7150
19448 msgid "guestfs_zgrep"
19449 msgstr ""
19450
19451 # type: verbatim
19452 #. type: verbatim
19453 #: ../src/guestfs-actions.pod:7152
19454 #, no-wrap
19455 msgid ""
19456 " char **\n"
19457 " guestfs_zgrep (guestfs_h *g,\n"
19458 "                const char *regex,\n"
19459 "                const char *path);\n"
19460 "\n"
19461 msgstr ""
19462
19463 # type: textblock
19464 #. type: textblock
19465 #: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4729
19466 msgid ""
19467 "This calls the external C<zgrep> program and returns the matching lines."
19468 msgstr ""
19469
19470 # type: =head2
19471 #. type: =head2
19472 #: ../src/guestfs-actions.pod:7169
19473 msgid "guestfs_zgrepi"
19474 msgstr ""
19475
19476 # type: verbatim
19477 #. type: verbatim
19478 #: ../src/guestfs-actions.pod:7171
19479 #, no-wrap
19480 msgid ""
19481 " char **\n"
19482 " guestfs_zgrepi (guestfs_h *g,\n"
19483 "                 const char *regex,\n"
19484 "                 const char *path);\n"
19485 "\n"
19486 msgstr ""
19487
19488 # type: textblock
19489 #. type: textblock
19490 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4739
19491 msgid ""
19492 "This calls the external C<zgrep -i> program and returns the matching lines."
19493 msgstr ""
19494
19495 # type: =item
19496 #. type: =item
19497 #: ../src/guestfs-availability.pod:3
19498 msgid "B<augeas>"
19499 msgstr ""
19500
19501 # type: textblock
19502 #. type: textblock
19503 #: ../src/guestfs-availability.pod:5
19504 msgid ""
19505 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
19506 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
19507 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
19508 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
19509 "L</guestfs_aug_save> L</guestfs_aug_set>"
19510 msgstr ""
19511
19512 # type: =item
19513 #. type: =item
19514 #: ../src/guestfs-availability.pod:21
19515 msgid "B<inotify>"
19516 msgstr ""
19517
19518 # type: textblock
19519 #. type: textblock
19520 #: ../src/guestfs-availability.pod:23
19521 msgid ""
19522 "The following functions: L</guestfs_inotify_add_watch> L</"
19523 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19524 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19525 msgstr ""
19526
19527 # type: =item
19528 #. type: =item
19529 #: ../src/guestfs-availability.pod:31
19530 msgid "B<linuxfsuuid>"
19531 msgstr ""
19532
19533 # type: textblock
19534 #. type: textblock
19535 #: ../src/guestfs-availability.pod:33
19536 msgid ""
19537 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19538 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19539 msgstr ""
19540
19541 # type: =item
19542 #. type: =item
19543 #: ../src/guestfs-availability.pod:40
19544 msgid "B<linuxmodules>"
19545 msgstr ""
19546
19547 # type: textblock
19548 #. type: textblock
19549 #: ../src/guestfs-availability.pod:42
19550 msgid "The following functions: L</guestfs_modprobe>"
19551 msgstr ""
19552
19553 # type: =item
19554 #. type: =item
19555 #: ../src/guestfs-availability.pod:45
19556 msgid "B<linuxxattrs>"
19557 msgstr ""
19558
19559 # type: textblock
19560 #. type: textblock
19561 #: ../src/guestfs-availability.pod:47
19562 msgid ""
19563 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19564 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19565 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19566 "guestfs_setxattr>"
19567 msgstr ""
19568
19569 # type: =item
19570 #. type: =item
19571 #: ../src/guestfs-availability.pod:58
19572 msgid "B<luks>"
19573 msgstr ""
19574
19575 # type: textblock
19576 #. type: textblock
19577 #: ../src/guestfs-availability.pod:60
19578 msgid ""
19579 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19580 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19581 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19582 msgstr ""
19583
19584 # type: =item
19585 #. type: =item
19586 #: ../src/guestfs-availability.pod:69
19587 msgid "B<lvm2>"
19588 msgstr ""
19589
19590 # type: textblock
19591 #. type: textblock
19592 #: ../src/guestfs-availability.pod:71
19593 msgid ""
19594 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19595 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19596 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19597 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19598 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19599 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19600 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19601 msgstr ""
19602
19603 # type: =item
19604 #. type: =item
19605 #: ../src/guestfs-availability.pod:94
19606 msgid "B<mknod>"
19607 msgstr ""
19608
19609 # type: textblock
19610 #. type: textblock
19611 #: ../src/guestfs-availability.pod:96
19612 msgid ""
19613 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19614 "guestfs_mknod_b> L</guestfs_mknod_c>"
19615 msgstr ""
19616
19617 # type: =item
19618 #. type: =item
19619 #: ../src/guestfs-availability.pod:102
19620 msgid "B<ntfs3g>"
19621 msgstr ""
19622
19623 # type: textblock
19624 #. type: textblock
19625 #: ../src/guestfs-availability.pod:104
19626 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19627 msgstr ""
19628
19629 # type: =item
19630 #. type: =item
19631 #: ../src/guestfs-availability.pod:107
19632 msgid "B<ntfsprogs>"
19633 msgstr ""
19634
19635 # type: textblock
19636 #. type: textblock
19637 #: ../src/guestfs-availability.pod:109
19638 msgid ""
19639 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19640 msgstr ""
19641
19642 # type: =item
19643 #. type: =item
19644 #: ../src/guestfs-availability.pod:113
19645 msgid "B<realpath>"
19646 msgstr ""
19647
19648 # type: textblock
19649 #. type: textblock
19650 #: ../src/guestfs-availability.pod:115
19651 msgid "The following functions: L</guestfs_realpath>"
19652 msgstr ""
19653
19654 # type: =item
19655 #. type: =item
19656 #: ../src/guestfs-availability.pod:118
19657 msgid "B<scrub>"
19658 msgstr ""
19659
19660 # type: textblock
19661 #. type: textblock
19662 #: ../src/guestfs-availability.pod:120
19663 msgid ""
19664 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19665 "guestfs_scrub_freespace>"
19666 msgstr ""
19667
19668 # type: =item
19669 #. type: =item
19670 #: ../src/guestfs-availability.pod:125
19671 msgid "B<selinux>"
19672 msgstr ""
19673
19674 # type: textblock
19675 #. type: textblock
19676 #: ../src/guestfs-availability.pod:127
19677 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19678 msgstr ""
19679
19680 # type: =item
19681 #. type: =item
19682 #: ../src/guestfs-availability.pod:131
19683 msgid "B<xz>"
19684 msgstr ""
19685
19686 # type: textblock
19687 #. type: textblock
19688 #: ../src/guestfs-availability.pod:133
19689 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19690 msgstr ""
19691
19692 # type: =item
19693 #. type: =item
19694 #: ../src/guestfs-availability.pod:137
19695 msgid "B<zerofree>"
19696 msgstr ""
19697
19698 # type: textblock
19699 #. type: textblock
19700 #: ../src/guestfs-availability.pod:139
19701 msgid "The following functions: L</guestfs_zerofree>"
19702 msgstr ""
19703
19704 # type: =head2
19705 #. type: =head2
19706 #: ../src/guestfs-structs.pod:1
19707 msgid "guestfs_int_bool"
19708 msgstr ""
19709
19710 # type: verbatim
19711 #. type: verbatim
19712 #: ../src/guestfs-structs.pod:3
19713 #, no-wrap
19714 msgid ""
19715 " struct guestfs_int_bool {\n"
19716 "   int32_t i;\n"
19717 "   int32_t b;\n"
19718 " };\n"
19719 " \n"
19720 msgstr ""
19721
19722 # type: verbatim
19723 #. type: verbatim
19724 #: ../src/guestfs-structs.pod:8
19725 #, no-wrap
19726 msgid ""
19727 " struct guestfs_int_bool_list {\n"
19728 "   uint32_t len; /* Number of elements in list. */\n"
19729 "   struct guestfs_int_bool *val; /* Elements. */\n"
19730 " };\n"
19731 " \n"
19732 msgstr ""
19733
19734 # type: verbatim
19735 #. type: verbatim
19736 #: ../src/guestfs-structs.pod:13
19737 #, no-wrap
19738 msgid ""
19739 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19740 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19741 "\n"
19742 msgstr ""
19743
19744 # type: =head2
19745 #. type: =head2
19746 #: ../src/guestfs-structs.pod:16
19747 msgid "guestfs_lvm_pv"
19748 msgstr ""
19749
19750 # type: verbatim
19751 #. type: verbatim
19752 #: ../src/guestfs-structs.pod:18
19753 #, no-wrap
19754 msgid ""
19755 " struct guestfs_lvm_pv {\n"
19756 "   char *pv_name;\n"
19757 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19758 "   char pv_uuid[32];\n"
19759 "   char *pv_fmt;\n"
19760 "   uint64_t pv_size;\n"
19761 "   uint64_t dev_size;\n"
19762 "   uint64_t pv_free;\n"
19763 "   uint64_t pv_used;\n"
19764 "   char *pv_attr;\n"
19765 "   int64_t pv_pe_count;\n"
19766 "   int64_t pv_pe_alloc_count;\n"
19767 "   char *pv_tags;\n"
19768 "   uint64_t pe_start;\n"
19769 "   int64_t pv_mda_count;\n"
19770 "   uint64_t pv_mda_free;\n"
19771 " };\n"
19772 " \n"
19773 msgstr ""
19774
19775 # type: verbatim
19776 #. type: verbatim
19777 #: ../src/guestfs-structs.pod:36
19778 #, no-wrap
19779 msgid ""
19780 " struct guestfs_lvm_pv_list {\n"
19781 "   uint32_t len; /* Number of elements in list. */\n"
19782 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19783 " };\n"
19784 " \n"
19785 msgstr ""
19786
19787 # type: verbatim
19788 #. type: verbatim
19789 #: ../src/guestfs-structs.pod:41
19790 #, no-wrap
19791 msgid ""
19792 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19793 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19794 "\n"
19795 msgstr ""
19796
19797 # type: =head2
19798 #. type: =head2
19799 #: ../src/guestfs-structs.pod:44
19800 msgid "guestfs_lvm_vg"
19801 msgstr ""
19802
19803 # type: verbatim
19804 #. type: verbatim
19805 #: ../src/guestfs-structs.pod:46
19806 #, no-wrap
19807 msgid ""
19808 " struct guestfs_lvm_vg {\n"
19809 "   char *vg_name;\n"
19810 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19811 "   char vg_uuid[32];\n"
19812 "   char *vg_fmt;\n"
19813 "   char *vg_attr;\n"
19814 "   uint64_t vg_size;\n"
19815 "   uint64_t vg_free;\n"
19816 "   char *vg_sysid;\n"
19817 "   uint64_t vg_extent_size;\n"
19818 "   int64_t vg_extent_count;\n"
19819 "   int64_t vg_free_count;\n"
19820 "   int64_t max_lv;\n"
19821 "   int64_t max_pv;\n"
19822 "   int64_t pv_count;\n"
19823 "   int64_t lv_count;\n"
19824 "   int64_t snap_count;\n"
19825 "   int64_t vg_seqno;\n"
19826 "   char *vg_tags;\n"
19827 "   int64_t vg_mda_count;\n"
19828 "   uint64_t vg_mda_free;\n"
19829 " };\n"
19830 " \n"
19831 msgstr ""
19832
19833 # type: verbatim
19834 #. type: verbatim
19835 #: ../src/guestfs-structs.pod:69
19836 #, no-wrap
19837 msgid ""
19838 " struct guestfs_lvm_vg_list {\n"
19839 "   uint32_t len; /* Number of elements in list. */\n"
19840 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19841 " };\n"
19842 " \n"
19843 msgstr ""
19844
19845 # type: verbatim
19846 #. type: verbatim
19847 #: ../src/guestfs-structs.pod:74
19848 #, no-wrap
19849 msgid ""
19850 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19851 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19852 "\n"
19853 msgstr ""
19854
19855 # type: =head2
19856 #. type: =head2
19857 #: ../src/guestfs-structs.pod:77
19858 msgid "guestfs_lvm_lv"
19859 msgstr ""
19860
19861 # type: verbatim
19862 #. type: verbatim
19863 #: ../src/guestfs-structs.pod:79
19864 #, no-wrap
19865 msgid ""
19866 " struct guestfs_lvm_lv {\n"
19867 "   char *lv_name;\n"
19868 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19869 "   char lv_uuid[32];\n"
19870 "   char *lv_attr;\n"
19871 "   int64_t lv_major;\n"
19872 "   int64_t lv_minor;\n"
19873 "   int64_t lv_kernel_major;\n"
19874 "   int64_t lv_kernel_minor;\n"
19875 "   uint64_t lv_size;\n"
19876 "   int64_t seg_count;\n"
19877 "   char *origin;\n"
19878 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19879 "   float snap_percent;\n"
19880 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19881 "   float copy_percent;\n"
19882 "   char *move_pv;\n"
19883 "   char *lv_tags;\n"
19884 "   char *mirror_log;\n"
19885 "   char *modules;\n"
19886 " };\n"
19887 " \n"
19888 msgstr ""
19889
19890 # type: verbatim
19891 #. type: verbatim
19892 #: ../src/guestfs-structs.pod:101
19893 #, no-wrap
19894 msgid ""
19895 " struct guestfs_lvm_lv_list {\n"
19896 "   uint32_t len; /* Number of elements in list. */\n"
19897 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19898 " };\n"
19899 " \n"
19900 msgstr ""
19901
19902 # type: verbatim
19903 #. type: verbatim
19904 #: ../src/guestfs-structs.pod:106
19905 #, no-wrap
19906 msgid ""
19907 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19908 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19909 "\n"
19910 msgstr ""
19911
19912 # type: verbatim
19913 #. type: verbatim
19914 #: ../src/guestfs-structs.pod:111
19915 #, no-wrap
19916 msgid ""
19917 " struct guestfs_stat {\n"
19918 "   int64_t dev;\n"
19919 "   int64_t ino;\n"
19920 "   int64_t mode;\n"
19921 "   int64_t nlink;\n"
19922 "   int64_t uid;\n"
19923 "   int64_t gid;\n"
19924 "   int64_t rdev;\n"
19925 "   int64_t size;\n"
19926 "   int64_t blksize;\n"
19927 "   int64_t blocks;\n"
19928 "   int64_t atime;\n"
19929 "   int64_t mtime;\n"
19930 "   int64_t ctime;\n"
19931 " };\n"
19932 " \n"
19933 msgstr ""
19934
19935 # type: verbatim
19936 #. type: verbatim
19937 #: ../src/guestfs-structs.pod:127
19938 #, no-wrap
19939 msgid ""
19940 " struct guestfs_stat_list {\n"
19941 "   uint32_t len; /* Number of elements in list. */\n"
19942 "   struct guestfs_stat *val; /* Elements. */\n"
19943 " };\n"
19944 " \n"
19945 msgstr ""
19946
19947 # type: verbatim
19948 #. type: verbatim
19949 #: ../src/guestfs-structs.pod:132
19950 #, no-wrap
19951 msgid ""
19952 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19953 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19954 "\n"
19955 msgstr ""
19956
19957 # type: verbatim
19958 #. type: verbatim
19959 #: ../src/guestfs-structs.pod:137
19960 #, no-wrap
19961 msgid ""
19962 " struct guestfs_statvfs {\n"
19963 "   int64_t bsize;\n"
19964 "   int64_t frsize;\n"
19965 "   int64_t blocks;\n"
19966 "   int64_t bfree;\n"
19967 "   int64_t bavail;\n"
19968 "   int64_t files;\n"
19969 "   int64_t ffree;\n"
19970 "   int64_t favail;\n"
19971 "   int64_t fsid;\n"
19972 "   int64_t flag;\n"
19973 "   int64_t namemax;\n"
19974 " };\n"
19975 " \n"
19976 msgstr ""
19977
19978 # type: verbatim
19979 #. type: verbatim
19980 #: ../src/guestfs-structs.pod:151
19981 #, no-wrap
19982 msgid ""
19983 " struct guestfs_statvfs_list {\n"
19984 "   uint32_t len; /* Number of elements in list. */\n"
19985 "   struct guestfs_statvfs *val; /* Elements. */\n"
19986 " };\n"
19987 " \n"
19988 msgstr ""
19989
19990 # type: verbatim
19991 #. type: verbatim
19992 #: ../src/guestfs-structs.pod:156
19993 #, no-wrap
19994 msgid ""
19995 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19996 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
19997 "\n"
19998 msgstr ""
19999
20000 # type: =head2
20001 #. type: =head2
20002 #: ../src/guestfs-structs.pod:159
20003 msgid "guestfs_dirent"
20004 msgstr ""
20005
20006 # type: verbatim
20007 #. type: verbatim
20008 #: ../src/guestfs-structs.pod:161
20009 #, no-wrap
20010 msgid ""
20011 " struct guestfs_dirent {\n"
20012 "   int64_t ino;\n"
20013 "   char ftyp;\n"
20014 "   char *name;\n"
20015 " };\n"
20016 " \n"
20017 msgstr ""
20018
20019 # type: verbatim
20020 #. type: verbatim
20021 #: ../src/guestfs-structs.pod:167
20022 #, no-wrap
20023 msgid ""
20024 " struct guestfs_dirent_list {\n"
20025 "   uint32_t len; /* Number of elements in list. */\n"
20026 "   struct guestfs_dirent *val; /* Elements. */\n"
20027 " };\n"
20028 " \n"
20029 msgstr ""
20030
20031 # type: verbatim
20032 #. type: verbatim
20033 #: ../src/guestfs-structs.pod:172
20034 #, no-wrap
20035 msgid ""
20036 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
20037 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
20038 "\n"
20039 msgstr ""
20040
20041 # type: verbatim
20042 #. type: verbatim
20043 #: ../src/guestfs-structs.pod:177
20044 #, no-wrap
20045 msgid ""
20046 " struct guestfs_version {\n"
20047 "   int64_t major;\n"
20048 "   int64_t minor;\n"
20049 "   int64_t release;\n"
20050 "   char *extra;\n"
20051 " };\n"
20052 " \n"
20053 msgstr ""
20054
20055 # type: verbatim
20056 #. type: verbatim
20057 #: ../src/guestfs-structs.pod:184
20058 #, no-wrap
20059 msgid ""
20060 " struct guestfs_version_list {\n"
20061 "   uint32_t len; /* Number of elements in list. */\n"
20062 "   struct guestfs_version *val; /* Elements. */\n"
20063 " };\n"
20064 " \n"
20065 msgstr ""
20066
20067 # type: verbatim
20068 #. type: verbatim
20069 #: ../src/guestfs-structs.pod:189
20070 #, no-wrap
20071 msgid ""
20072 " void guestfs_free_version (struct guestfs_free_version *);\n"
20073 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
20074 "\n"
20075 msgstr ""
20076
20077 # type: =head2
20078 #. type: =head2
20079 #: ../src/guestfs-structs.pod:192
20080 msgid "guestfs_xattr"
20081 msgstr ""
20082
20083 # type: verbatim
20084 #. type: verbatim
20085 #: ../src/guestfs-structs.pod:194
20086 #, no-wrap
20087 msgid ""
20088 " struct guestfs_xattr {\n"
20089 "   char *attrname;\n"
20090 "   /* The next two fields describe a byte array. */\n"
20091 "   uint32_t attrval_len;\n"
20092 "   char *attrval;\n"
20093 " };\n"
20094 " \n"
20095 msgstr ""
20096
20097 # type: verbatim
20098 #. type: verbatim
20099 #: ../src/guestfs-structs.pod:201
20100 #, no-wrap
20101 msgid ""
20102 " struct guestfs_xattr_list {\n"
20103 "   uint32_t len; /* Number of elements in list. */\n"
20104 "   struct guestfs_xattr *val; /* Elements. */\n"
20105 " };\n"
20106 " \n"
20107 msgstr ""
20108
20109 # type: verbatim
20110 #. type: verbatim
20111 #: ../src/guestfs-structs.pod:206
20112 #, no-wrap
20113 msgid ""
20114 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
20115 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
20116 "\n"
20117 msgstr ""
20118
20119 # type: =head2
20120 #. type: =head2
20121 #: ../src/guestfs-structs.pod:209
20122 msgid "guestfs_inotify_event"
20123 msgstr ""
20124
20125 # type: verbatim
20126 #. type: verbatim
20127 #: ../src/guestfs-structs.pod:211
20128 #, no-wrap
20129 msgid ""
20130 " struct guestfs_inotify_event {\n"
20131 "   int64_t in_wd;\n"
20132 "   uint32_t in_mask;\n"
20133 "   uint32_t in_cookie;\n"
20134 "   char *in_name;\n"
20135 " };\n"
20136 " \n"
20137 msgstr ""
20138
20139 # type: verbatim
20140 #. type: verbatim
20141 #: ../src/guestfs-structs.pod:218
20142 #, no-wrap
20143 msgid ""
20144 " struct guestfs_inotify_event_list {\n"
20145 "   uint32_t len; /* Number of elements in list. */\n"
20146 "   struct guestfs_inotify_event *val; /* Elements. */\n"
20147 " };\n"
20148 " \n"
20149 msgstr ""
20150
20151 # type: verbatim
20152 #. type: verbatim
20153 #: ../src/guestfs-structs.pod:223
20154 #, no-wrap
20155 msgid ""
20156 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
20157 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
20158 "\n"
20159 msgstr ""
20160
20161 # type: =head2
20162 #. type: =head2
20163 #: ../src/guestfs-structs.pod:226
20164 msgid "guestfs_partition"
20165 msgstr ""
20166
20167 # type: verbatim
20168 #. type: verbatim
20169 #: ../src/guestfs-structs.pod:228
20170 #, no-wrap
20171 msgid ""
20172 " struct guestfs_partition {\n"
20173 "   int32_t part_num;\n"
20174 "   uint64_t part_start;\n"
20175 "   uint64_t part_end;\n"
20176 "   uint64_t part_size;\n"
20177 " };\n"
20178 " \n"
20179 msgstr ""
20180
20181 # type: verbatim
20182 #. type: verbatim
20183 #: ../src/guestfs-structs.pod:235
20184 #, no-wrap
20185 msgid ""
20186 " struct guestfs_partition_list {\n"
20187 "   uint32_t len; /* Number of elements in list. */\n"
20188 "   struct guestfs_partition *val; /* Elements. */\n"
20189 " };\n"
20190 " \n"
20191 msgstr ""
20192
20193 # type: verbatim
20194 #. type: verbatim
20195 #: ../src/guestfs-structs.pod:240
20196 #, no-wrap
20197 msgid ""
20198 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
20199 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
20200 "\n"
20201 msgstr ""
20202
20203 # type: =head2
20204 #. type: =head2
20205 #: ../src/guestfs-structs.pod:243
20206 msgid "guestfs_application"
20207 msgstr ""
20208
20209 # type: verbatim
20210 #. type: verbatim
20211 #: ../src/guestfs-structs.pod:245
20212 #, no-wrap
20213 msgid ""
20214 " struct guestfs_application {\n"
20215 "   char *app_name;\n"
20216 "   char *app_display_name;\n"
20217 "   int32_t app_epoch;\n"
20218 "   char *app_version;\n"
20219 "   char *app_release;\n"
20220 "   char *app_install_path;\n"
20221 "   char *app_trans_path;\n"
20222 "   char *app_publisher;\n"
20223 "   char *app_url;\n"
20224 "   char *app_source_package;\n"
20225 "   char *app_summary;\n"
20226 "   char *app_description;\n"
20227 " };\n"
20228 " \n"
20229 msgstr ""
20230
20231 # type: verbatim
20232 #. type: verbatim
20233 #: ../src/guestfs-structs.pod:260
20234 #, no-wrap
20235 msgid ""
20236 " struct guestfs_application_list {\n"
20237 "   uint32_t len; /* Number of elements in list. */\n"
20238 "   struct guestfs_application *val; /* Elements. */\n"
20239 " };\n"
20240 " \n"
20241 msgstr ""
20242
20243 # type: verbatim
20244 #. type: verbatim
20245 #: ../src/guestfs-structs.pod:265
20246 #, no-wrap
20247 msgid ""
20248 " void guestfs_free_application (struct guestfs_free_application *);\n"
20249 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
20250 "\n"
20251 msgstr ""
20252
20253 # type: textblock
20254 #. type: textblock
20255 #: ../fish/guestfish.pod:5
20256 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
20257 msgstr ""
20258
20259 # type: verbatim
20260 #. type: verbatim
20261 #: ../fish/guestfish.pod:9
20262 #, no-wrap
20263 msgid ""
20264 " guestfish [--options] [commands]\n"
20265 "\n"
20266 msgstr ""
20267
20268 # type: verbatim
20269 #. type: verbatim
20270 #: ../fish/guestfish.pod:11
20271 #, no-wrap
20272 msgid ""
20273 " guestfish\n"
20274 "\n"
20275 msgstr ""
20276
20277 # type: verbatim
20278 #. type: verbatim
20279 #: ../fish/guestfish.pod:13
20280 #, no-wrap
20281 msgid ""
20282 " guestfish [--ro|--rw] -a disk.img\n"
20283 "\n"
20284 msgstr ""
20285
20286 # type: verbatim
20287 #. type: verbatim
20288 #: ../fish/guestfish.pod:15
20289 #, no-wrap
20290 msgid ""
20291 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
20292 "\n"
20293 msgstr ""
20294
20295 # type: verbatim
20296 #. type: verbatim
20297 #: ../fish/guestfish.pod:17
20298 #, no-wrap
20299 msgid ""
20300 " guestfish -d libvirt-domain\n"
20301 "\n"
20302 msgstr ""
20303
20304 # type: verbatim
20305 #. type: verbatim
20306 #: ../fish/guestfish.pod:19
20307 #, no-wrap
20308 msgid ""
20309 " guestfish [--ro|--rw] -a disk.img -i\n"
20310 "\n"
20311 msgstr ""
20312
20313 # type: verbatim
20314 #. type: verbatim
20315 #: ../fish/guestfish.pod:21
20316 #, no-wrap
20317 msgid ""
20318 " guestfish -d libvirt-domain -i\n"
20319 "\n"
20320 msgstr ""
20321
20322 # type: =head1
20323 #. type: =head1
20324 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
20325 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
20326 msgid "WARNING"
20327 msgstr ""
20328
20329 # type: textblock
20330 #. type: textblock
20331 #: ../fish/guestfish.pod:25
20332 msgid ""
20333 "Using guestfish in read/write mode on live virtual machines can be "
20334 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20335 "option to use guestfish safely if the disk image or virtual machine might be "
20336 "live."
20337 msgstr ""
20338
20339 # type: textblock
20340 #. type: textblock
20341 #: ../fish/guestfish.pod:32
20342 msgid ""
20343 "Guestfish is a shell and command-line tool for examining and modifying "
20344 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20345 "functionality of the guestfs API, see L<guestfs(3)>."
20346 msgstr ""
20347
20348 # type: textblock
20349 #. type: textblock
20350 #: ../fish/guestfish.pod:36
20351 msgid ""
20352 "Guestfish gives you structured access to the libguestfs API, from shell "
20353 "scripts or the command line or interactively.  If you want to rescue a "
20354 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20355 "command."
20356 msgstr ""
20357
20358 # type: =head1
20359 #. type: =head1
20360 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
20361 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
20362 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
20363 msgid "EXAMPLES"
20364 msgstr ""
20365
20366 # type: =head2
20367 #. type: =head2
20368 #: ../fish/guestfish.pod:43
20369 msgid "As an interactive shell"
20370 msgstr ""
20371
20372 # type: verbatim
20373 #. type: verbatim
20374 #: ../fish/guestfish.pod:45
20375 #, no-wrap
20376 msgid ""
20377 " $ guestfish\n"
20378 " \n"
20379 msgstr ""
20380
20381 # type: verbatim
20382 #. type: verbatim
20383 #: ../fish/guestfish.pod:47
20384 #, no-wrap
20385 msgid ""
20386 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20387 " editing virtual machine filesystems.\n"
20388 " \n"
20389 msgstr ""
20390
20391 # type: verbatim
20392 #. type: verbatim
20393 #: ../fish/guestfish.pod:50
20394 #, no-wrap
20395 msgid ""
20396 " Type: 'help' for a list of commands\n"
20397 "       'man' to read the manual\n"
20398 "       'quit' to quit the shell\n"
20399 " \n"
20400 msgstr ""
20401
20402 # type: verbatim
20403 #. type: verbatim
20404 #: ../fish/guestfish.pod:54
20405 #, no-wrap
20406 msgid ""
20407 " ><fs> add-ro disk.img\n"
20408 " ><fs> run\n"
20409 " ><fs> list-filesystems\n"
20410 " /dev/sda1: ext4\n"
20411 " /dev/vg_guest/lv_root: ext4\n"
20412 " /dev/vg_guest/lv_swap: swap\n"
20413 " ><fs> mount /dev/vg_guest/lv_root /\n"
20414 " ><fs> cat /etc/fstab\n"
20415 " # /etc/fstab\n"
20416 " # Created by anaconda\n"
20417 " [...]\n"
20418 " ><fs> exit\n"
20419 "\n"
20420 msgstr ""
20421
20422 # type: =head2
20423 #. type: =head2
20424 #: ../fish/guestfish.pod:67
20425 msgid "From shell scripts"
20426 msgstr ""
20427
20428 # type: textblock
20429 #. type: textblock
20430 #: ../fish/guestfish.pod:69
20431 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20432 msgstr ""
20433
20434 # type: verbatim
20435 #. type: verbatim
20436 #: ../fish/guestfish.pod:71
20437 #, no-wrap
20438 msgid ""
20439 " guestfish <<_EOF_\n"
20440 " add disk.img\n"
20441 " run\n"
20442 " mount /dev/vg_guest/lv_root /\n"
20443 " write /etc/motd \"Welcome, new users\"\n"
20444 " _EOF_\n"
20445 "\n"
20446 msgstr ""
20447
20448 # type: textblock
20449 #. type: textblock
20450 #: ../fish/guestfish.pod:78
20451 msgid "List the LVM logical volumes in a disk image:"
20452 msgstr ""
20453
20454 # type: verbatim
20455 #. type: verbatim
20456 #: ../fish/guestfish.pod:80
20457 #, no-wrap
20458 msgid ""
20459 " guestfish -a disk.img --ro <<_EOF_\n"
20460 " run\n"
20461 " lvs\n"
20462 " _EOF_\n"
20463 "\n"
20464 msgstr ""
20465
20466 # type: textblock
20467 #. type: textblock
20468 #: ../fish/guestfish.pod:85
20469 msgid "List all the filesystems in a disk image:"
20470 msgstr ""
20471
20472 # type: verbatim
20473 #. type: verbatim
20474 #: ../fish/guestfish.pod:87
20475 #, no-wrap
20476 msgid ""
20477 " guestfish -a disk.img --ro <<_EOF_\n"
20478 " run\n"
20479 " list-filesystems\n"
20480 " _EOF_\n"
20481 "\n"
20482 msgstr ""
20483
20484 # type: =head2
20485 #. type: =head2
20486 #: ../fish/guestfish.pod:92
20487 msgid "On one command line"
20488 msgstr ""
20489
20490 # type: textblock
20491 #. type: textblock
20492 #: ../fish/guestfish.pod:94
20493 msgid "Update C</etc/resolv.conf> in a guest:"
20494 msgstr ""
20495
20496 # type: verbatim
20497 #. type: verbatim
20498 #: ../fish/guestfish.pod:96
20499 #, no-wrap
20500 msgid ""
20501 " guestfish \\\n"
20502 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20503 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20504 "\n"
20505 msgstr ""
20506
20507 # type: textblock
20508 #. type: textblock
20509 #: ../fish/guestfish.pod:100
20510 msgid "Edit C</boot/grub/grub.conf> interactively:"
20511 msgstr ""
20512
20513 # type: verbatim
20514 #. type: verbatim
20515 #: ../fish/guestfish.pod:102
20516 #, no-wrap
20517 msgid ""
20518 " guestfish --rw --add disk.img \\\n"
20519 "   --mount /dev/vg_guest/lv_root \\\n"
20520 "   --mount /dev/sda1:/boot \\\n"
20521 "   edit /boot/grub/grub.conf\n"
20522 "\n"
20523 msgstr ""
20524
20525 # type: =head2
20526 #. type: =head2
20527 #: ../fish/guestfish.pod:107
20528 msgid "Mount disks automatically"
20529 msgstr ""
20530
20531 # type: textblock
20532 #. type: textblock
20533 #: ../fish/guestfish.pod:109
20534 msgid ""
20535 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20536 msgstr ""
20537
20538 # type: verbatim
20539 #. type: verbatim
20540 #: ../fish/guestfish.pod:112
20541 #, no-wrap
20542 msgid ""
20543 " guestfish --ro -a disk.img -i cat /etc/group\n"
20544 "\n"
20545 msgstr ""
20546
20547 # type: verbatim
20548 #. type: verbatim
20549 #: ../fish/guestfish.pod:114
20550 #, no-wrap
20551 msgid ""
20552 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20553 "\n"
20554 msgstr ""
20555
20556 # type: textblock
20557 #. type: textblock
20558 #: ../fish/guestfish.pod:116
20559 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20560 msgstr ""
20561
20562 # type: verbatim
20563 #. type: verbatim
20564 #: ../fish/guestfish.pod:118
20565 #, no-wrap
20566 msgid ""
20567 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20568 "\n"
20569 msgstr ""
20570
20571 # type: =head2
20572 #. type: =head2
20573 #: ../fish/guestfish.pod:120
20574 msgid "As a script interpreter"
20575 msgstr ""
20576
20577 # type: textblock
20578 #. type: textblock
20579 #: ../fish/guestfish.pod:122
20580 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20581 msgstr ""
20582
20583 # type: verbatim
20584 #. type: verbatim
20585 #: ../fish/guestfish.pod:124
20586 #, no-wrap
20587 msgid ""
20588 " #!/usr/bin/guestfish -f\n"
20589 " sparse test1.img 100M\n"
20590 " run\n"
20591 " part-disk /dev/sda mbr\n"
20592 " mkfs ext2 /dev/sda1\n"
20593 "\n"
20594 msgstr ""
20595
20596 # type: =head2
20597 #. type: =head2
20598 #: ../fish/guestfish.pod:130
20599 msgid "Start with a prepared disk"
20600 msgstr ""
20601
20602 # type: textblock
20603 #. type: textblock
20604 #: ../fish/guestfish.pod:132
20605 msgid ""
20606 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20607 "single ext2-formatted partition:"
20608 msgstr ""
20609
20610 # type: verbatim
20611 #. type: verbatim
20612 #: ../fish/guestfish.pod:135
20613 #, no-wrap
20614 msgid ""
20615 " guestfish -N fs\n"
20616 "\n"
20617 msgstr ""
20618
20619 # type: textblock
20620 #. type: textblock
20621 #: ../fish/guestfish.pod:137
20622 msgid "To list what is available do:"
20623 msgstr ""
20624
20625 # type: verbatim
20626 #. type: verbatim
20627 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
20628 #, no-wrap
20629 msgid ""
20630 " guestfish -N help | less\n"
20631 "\n"
20632 msgstr ""
20633
20634 # type: =head2
20635 #. type: =head2
20636 #: ../fish/guestfish.pod:141
20637 msgid "Remote control"
20638 msgstr ""
20639
20640 # type: verbatim
20641 #. type: verbatim
20642 #: ../fish/guestfish.pod:143
20643 #, no-wrap
20644 msgid ""
20645 " eval \"`guestfish --listen`\"\n"
20646 " guestfish --remote add-ro disk.img\n"
20647 " guestfish --remote run\n"
20648 " guestfish --remote lvs\n"
20649 "\n"
20650 msgstr ""
20651
20652 # type: =head1
20653 #. type: =head1
20654 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20655 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:77
20656 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20657 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
20658 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20659 msgid "OPTIONS"
20660 msgstr ""
20661
20662 # type: =item
20663 #. type: =item
20664 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20665 #: ../tools/virt-edit.pl:85 ../tools/virt-win-reg.pl:104
20666 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20667 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
20668 #: ../tools/virt-list-partitions.pl:62
20669 msgid "B<--help>"
20670 msgstr ""
20671
20672 # type: textblock
20673 #. type: textblock
20674 #: ../fish/guestfish.pod:154
20675 msgid "Displays general help on options."
20676 msgstr ""
20677
20678 # type: =item
20679 #. type: =item
20680 #: ../fish/guestfish.pod:156
20681 msgid "B<-h>"
20682 msgstr ""
20683
20684 # type: =item
20685 #. type: =item
20686 #: ../fish/guestfish.pod:158
20687 msgid "B<--cmd-help>"
20688 msgstr ""
20689
20690 # type: textblock
20691 #. type: textblock
20692 #: ../fish/guestfish.pod:160
20693 msgid "Lists all available guestfish commands."
20694 msgstr ""
20695
20696 # type: =item
20697 #. type: =item
20698 #: ../fish/guestfish.pod:162
20699 msgid "B<-h cmd>"
20700 msgstr ""
20701
20702 # type: =item
20703 #. type: =item
20704 #: ../fish/guestfish.pod:164
20705 msgid "B<--cmd-help cmd>"
20706 msgstr ""
20707
20708 # type: textblock
20709 #. type: textblock
20710 #: ../fish/guestfish.pod:166
20711 msgid "Displays detailed help on a single command C<cmd>."
20712 msgstr ""
20713
20714 # type: =item
20715 #. type: =item
20716 #: ../fish/guestfish.pod:168
20717 msgid "B<-a image>"
20718 msgstr ""
20719
20720 # type: =item
20721 #. type: =item
20722 #: ../fish/guestfish.pod:170
20723 msgid "B<--add image>"
20724 msgstr ""
20725
20726 # type: textblock
20727 #. type: textblock
20728 #: ../fish/guestfish.pod:172
20729 msgid "Add a block device or virtual machine image to the shell."
20730 msgstr ""
20731
20732 # type: textblock
20733 #. type: textblock
20734 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20735 msgid ""
20736 "The format of the disk image is auto-detected.  To override this and force a "
20737 "particular format use the I<--format=..> option."
20738 msgstr ""
20739
20740 #. type: textblock
20741 #: ../fish/guestfish.pod:177
20742 msgid ""
20743 "Using this flag is mostly equivalent to using the C<add> command, with "
20744 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20745 "the I<--format=...> flag was given."
20746 msgstr ""
20747
20748 # type: =item
20749 #. type: =item
20750 #: ../fish/guestfish.pod:181
20751 msgid "B<-c URI>"
20752 msgstr ""
20753
20754 # type: =item
20755 #. type: =item
20756 #: ../fish/guestfish.pod:183
20757 msgid "B<--connect URI>"
20758 msgstr ""
20759
20760 # type: textblock
20761 #. type: textblock
20762 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20763 msgid ""
20764 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20765 "URI to use.  The default is to use the default libvirt connection."
20766 msgstr ""
20767
20768 # type: =item
20769 #. type: =item
20770 #: ../fish/guestfish.pod:189
20771 msgid "B<--csh>"
20772 msgstr ""
20773
20774 # type: textblock
20775 #. type: textblock
20776 #: ../fish/guestfish.pod:191
20777 msgid ""
20778 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20779 "section L</REMOTE CONTROL AND CSH> below."
20780 msgstr ""
20781
20782 # type: =item
20783 #. type: =item
20784 #: ../fish/guestfish.pod:194
20785 msgid "B<-d libvirt-domain>"
20786 msgstr ""
20787
20788 # type: =item
20789 #. type: =item
20790 #: ../fish/guestfish.pod:196
20791 msgid "B<--domain libvirt-domain>"
20792 msgstr ""
20793
20794 # type: textblock
20795 #. type: textblock
20796 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20797 msgid ""
20798 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20799 "used, then any libvirt domain can be used.  However in write mode, only "
20800 "libvirt domains which are shut down can be named here."
20801 msgstr ""
20802
20803 # type: textblock
20804 #. type: textblock
20805 #: ../fish/guestfish.pod:202
20806 msgid ""
20807 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20808 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20809 "if the I<--format:...> flag was given."
20810 msgstr ""
20811
20812 # type: =item
20813 #. type: =item
20814 #: ../fish/guestfish.pod:206
20815 msgid "B<-D>"
20816 msgstr ""
20817
20818 # type: =item
20819 #. type: =item
20820 #: ../fish/guestfish.pod:208
20821 msgid "B<--no-dest-paths>"
20822 msgstr ""
20823
20824 # type: textblock
20825 #. type: textblock
20826 #: ../fish/guestfish.pod:210
20827 msgid ""
20828 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20829 "to hit the tab key to complete paths on the guest filesystem, but this "
20830 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20831 "allow this feature to be disabled."
20832 msgstr ""
20833
20834 # type: =item
20835 #. type: =item
20836 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20837 msgid "B<--echo-keys>"
20838 msgstr ""
20839
20840 # type: textblock
20841 #. type: textblock
20842 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20843 msgid ""
20844 "When prompting for keys and passphrases, guestfish normally turns echoing "
20845 "off so you cannot see what you are typing.  If you are not worried about "
20846 "Tempest attacks and there is no one else in the room you can specify this "
20847 "flag to see what you are typing."
20848 msgstr ""
20849
20850 # type: =item
20851 #. type: =item
20852 #: ../fish/guestfish.pod:222
20853 msgid "B<-f file>"
20854 msgstr ""
20855
20856 # type: =item
20857 #. type: =item
20858 #: ../fish/guestfish.pod:224
20859 msgid "B<--file file>"
20860 msgstr ""
20861
20862 # type: textblock
20863 #. type: textblock
20864 #: ../fish/guestfish.pod:226
20865 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20866 msgstr ""
20867
20868 # type: verbatim
20869 #. type: verbatim
20870 #: ../fish/guestfish.pod:229
20871 #, no-wrap
20872 msgid ""
20873 " #!/usr/bin/guestfish -f\n"
20874 "\n"
20875 msgstr ""
20876
20877 # type: =item
20878 #. type: =item
20879 #: ../fish/guestfish.pod:231
20880 msgid "B<--format=raw|qcow2|..>"
20881 msgstr ""
20882
20883 # type: =item
20884 #. type: =item
20885 #: ../fish/guestfish.pod:233
20886 msgid "B<--format>"
20887 msgstr ""
20888
20889 # type: textblock
20890 #. type: textblock
20891 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20892 msgid ""
20893 "The default for the I<-a> option is to auto-detect the format of the disk "
20894 "image.  Using this forces the disk format for I<-a> options which follow on "
20895 "the command line.  Using I<--format> with no argument switches back to auto-"
20896 "detection for subsequent I<-a> options."
20897 msgstr ""
20898
20899 # type: verbatim
20900 #. type: verbatim
20901 #: ../fish/guestfish.pod:242
20902 #, no-wrap
20903 msgid ""
20904 " guestfish --format=raw -a disk.img\n"
20905 "\n"
20906 msgstr ""
20907
20908 # type: textblock
20909 #. type: textblock
20910 #: ../fish/guestfish.pod:244
20911 msgid "forces raw format (no auto-detection) for C<disk.img>."
20912 msgstr ""
20913
20914 # type: verbatim
20915 #. type: verbatim
20916 #: ../fish/guestfish.pod:246
20917 #, no-wrap
20918 msgid ""
20919 " guestfish --format=raw -a disk.img --format -a another.img\n"
20920 "\n"
20921 msgstr ""
20922
20923 # type: textblock
20924 #. type: textblock
20925 #: ../fish/guestfish.pod:248
20926 msgid ""
20927 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20928 "detection for C<another.img>."
20929 msgstr ""
20930
20931 # type: textblock
20932 #. type: textblock
20933 #: ../fish/guestfish.pod:251
20934 msgid ""
20935 "If you have untrusted raw-format guest disk images, you should use this "
20936 "option to specify the disk format.  This avoids a possible security problem "
20937 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20938 msgstr ""
20939
20940 # type: =item
20941 #. type: =item
20942 #: ../fish/guestfish.pod:256
20943 msgid "B<-i>"
20944 msgstr ""
20945
20946 # type: =item
20947 #. type: =item
20948 #: ../fish/guestfish.pod:258
20949 msgid "B<--inspector>"
20950 msgstr ""
20951
20952 # type: textblock
20953 #. type: textblock
20954 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20955 msgid ""
20956 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20957 "system and mount filesystems as they would be mounted on the real virtual "
20958 "machine."
20959 msgstr ""
20960
20961 # type: textblock
20962 #. type: textblock
20963 #: ../fish/guestfish.pod:264
20964 msgid "Typical usage is either:"
20965 msgstr ""
20966
20967 # type: verbatim
20968 #. type: verbatim
20969 #: ../fish/guestfish.pod:266
20970 #, no-wrap
20971 msgid ""
20972 " guestfish -d myguest -i\n"
20973 "\n"
20974 msgstr ""
20975
20976 # type: textblock
20977 #. type: textblock
20978 #: ../fish/guestfish.pod:268
20979 msgid "(for an inactive libvirt domain called I<myguest>), or:"
20980 msgstr ""
20981
20982 # type: verbatim
20983 #. type: verbatim
20984 #: ../fish/guestfish.pod:270
20985 #, no-wrap
20986 msgid ""
20987 " guestfish --ro -d myguest -i\n"
20988 "\n"
20989 msgstr ""
20990
20991 # type: textblock
20992 #. type: textblock
20993 #: ../fish/guestfish.pod:272
20994 msgid "(for active domains, readonly), or specify the block device directly:"
20995 msgstr ""
20996
20997 # type: verbatim
20998 #. type: verbatim
20999 #: ../fish/guestfish.pod:274
21000 #, no-wrap
21001 msgid ""
21002 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21003 "\n"
21004 msgstr ""
21005
21006 # type: textblock
21007 #. type: textblock
21008 #: ../fish/guestfish.pod:276
21009 msgid ""
21010 "Note that the command line syntax changed slightly over older versions of "
21011 "guestfish.  You can still use the old syntax:"
21012 msgstr ""
21013
21014 # type: verbatim
21015 #. type: verbatim
21016 #: ../fish/guestfish.pod:279
21017 #, no-wrap
21018 msgid ""
21019 " guestfish [--ro] -i disk.img\n"
21020 "\n"
21021 msgstr ""
21022
21023 # type: verbatim
21024 #. type: verbatim
21025 #: ../fish/guestfish.pod:281
21026 #, no-wrap
21027 msgid ""
21028 " guestfish [--ro] -i libvirt-domain\n"
21029 "\n"
21030 msgstr ""
21031
21032 # type: textblock
21033 #. type: textblock
21034 #: ../fish/guestfish.pod:283
21035 msgid ""
21036 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21037 "then using other commands to mount the filesystems that were found."
21038 msgstr ""
21039
21040 # type: =item
21041 #. type: =item
21042 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21043 msgid "B<--keys-from-stdin>"
21044 msgstr ""
21045
21046 # type: textblock
21047 #. type: textblock
21048 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21049 msgid ""
21050 "Read key or passphrase parameters from stdin.  The default is to try to read "
21051 "passphrases from the user by opening C</dev/tty>."
21052 msgstr ""
21053
21054 # type: =item
21055 #. type: =item
21056 #: ../fish/guestfish.pod:292
21057 msgid "B<--listen>"
21058 msgstr ""
21059
21060 # type: textblock
21061 #. type: textblock
21062 #: ../fish/guestfish.pod:294
21063 msgid ""
21064 "Fork into the background and listen for remote commands.  See section L</"
21065 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21066 msgstr ""
21067
21068 # type: =item
21069 #. type: =item
21070 #: ../fish/guestfish.pod:297
21071 msgid "B<-m dev[:mountpoint]>"
21072 msgstr ""
21073
21074 # type: =item
21075 #. type: =item
21076 #: ../fish/guestfish.pod:299
21077 msgid "B<--mount dev[:mountpoint]>"
21078 msgstr ""
21079
21080 # type: textblock
21081 #. type: textblock
21082 #: ../fish/guestfish.pod:301
21083 msgid "Mount the named partition or logical volume on the given mountpoint."
21084 msgstr ""
21085
21086 # type: textblock
21087 #. type: textblock
21088 #: ../fish/guestfish.pod:303
21089 msgid "If the mountpoint is omitted, it defaults to C</>."
21090 msgstr ""
21091
21092 # type: textblock
21093 #. type: textblock
21094 #: ../fish/guestfish.pod:305
21095 msgid "You have to mount something on C</> before most commands will work."
21096 msgstr ""
21097
21098 # type: textblock
21099 #. type: textblock
21100 #: ../fish/guestfish.pod:307
21101 msgid ""
21102 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21103 "launched."
21104 msgstr ""
21105
21106 # type: textblock
21107 #. type: textblock
21108 #: ../fish/guestfish.pod:310
21109 msgid ""
21110 "If you don't know what filesystems a disk image contains, you can either run "
21111 "guestfish without this option, then list the partitions, filesystems and LVs "
21112 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21113 "commands), or you can use the L<virt-filesystems(1)> program."
21114 msgstr ""
21115
21116 # type: textblock
21117 #. type: textblock
21118 #: ../fish/guestfish.pod:316
21119 msgid ""
21120 "Using this flag is mostly equivalent to using the C<mount-options> command "
21121 "or the C<mount-ro> command if the I<--ro> flag was given."
21122 msgstr ""
21123
21124 # type: =item
21125 #. type: =item
21126 #: ../fish/guestfish.pod:319
21127 msgid "B<-n>"
21128 msgstr ""
21129
21130 # type: =item
21131 #. type: =item
21132 #: ../fish/guestfish.pod:321
21133 msgid "B<--no-sync>"
21134 msgstr ""
21135
21136 # type: textblock
21137 #. type: textblock
21138 #: ../fish/guestfish.pod:323
21139 msgid ""
21140 "Disable autosync.  This is enabled by default.  See the discussion of "
21141 "autosync in the L<guestfs(3)> manpage."
21142 msgstr ""
21143
21144 # type: =item
21145 #. type: =item
21146 #: ../fish/guestfish.pod:326
21147 msgid "B<-N type>"
21148 msgstr ""
21149
21150 # type: =item
21151 #. type: =item
21152 #: ../fish/guestfish.pod:328
21153 msgid "B<--new type>"
21154 msgstr ""
21155
21156 # type: =item
21157 #. type: =item
21158 #: ../fish/guestfish.pod:330
21159 msgid "B<-N help>"
21160 msgstr ""
21161
21162 # type: textblock
21163 #. type: textblock
21164 #: ../fish/guestfish.pod:332
21165 msgid ""
21166 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21167 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21168 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21169 "IMAGES> below."
21170 msgstr ""
21171
21172 # type: =item
21173 #. type: =item
21174 #: ../fish/guestfish.pod:337
21175 msgid "B<--progress-bars>"
21176 msgstr ""
21177
21178 # type: textblock
21179 #. type: textblock
21180 #: ../fish/guestfish.pod:339
21181 msgid "Enable progress bars, even when guestfish is used non-interactively."
21182 msgstr ""
21183
21184 # type: textblock
21185 #. type: textblock
21186 #: ../fish/guestfish.pod:341
21187 msgid ""
21188 "Progress bars are enabled by default when guestfish is used as an "
21189 "interactive shell."
21190 msgstr ""
21191
21192 # type: =item
21193 #. type: =item
21194 #: ../fish/guestfish.pod:344
21195 msgid "B<--no-progress-bars>"
21196 msgstr ""
21197
21198 # type: textblock
21199 #. type: textblock
21200 #: ../fish/guestfish.pod:346
21201 msgid "Disable progress bars."
21202 msgstr ""
21203
21204 # type: =item
21205 #. type: =item
21206 #: ../fish/guestfish.pod:348
21207 msgid "B<--remote[=pid]>"
21208 msgstr ""
21209
21210 # type: textblock
21211 #. type: textblock
21212 #: ../fish/guestfish.pod:350
21213 msgid ""
21214 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21215 "CONTROL GUESTFISH OVER A SOCKET> below."
21216 msgstr ""
21217
21218 # type: =item
21219 #. type: =item
21220 #: ../fish/guestfish.pod:353
21221 msgid "B<-r>"
21222 msgstr ""
21223
21224 # type: =item
21225 #. type: =item
21226 #: ../fish/guestfish.pod:355
21227 msgid "B<--ro>"
21228 msgstr ""
21229
21230 # type: textblock
21231 #. type: textblock
21232 #: ../fish/guestfish.pod:357
21233 msgid ""
21234 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21235 "mounts are done read-only."
21236 msgstr ""
21237
21238 # type: textblock
21239 #. type: textblock
21240 #: ../fish/guestfish.pod:360
21241 msgid ""
21242 "The option must always be used if the disk image or virtual machine might be "
21243 "running, and is generally recommended in cases where you don't need write "
21244 "access to the disk."
21245 msgstr ""
21246
21247 # type: textblock
21248 #. type: textblock
21249 #: ../fish/guestfish.pod:364
21250 msgid ""
21251 "Note that prepared disk images created with I<-N> are not affected by this "
21252 "option.  Also commands like C<add> are not affected - you have to specify "
21253 "the C<readonly:true> option explicitly if you need it."
21254 msgstr ""
21255
21256 # type: textblock
21257 #. type: textblock
21258 #: ../fish/guestfish.pod:368
21259 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21260 msgstr ""
21261
21262 # type: =item
21263 #. type: =item
21264 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21265 msgid "B<--selinux>"
21266 msgstr ""
21267
21268 # type: textblock
21269 #. type: textblock
21270 #: ../fish/guestfish.pod:372
21271 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21272 msgstr ""
21273
21274 # type: =item
21275 #. type: =item
21276 #: ../fish/guestfish.pod:374
21277 msgid "B<-v>"
21278 msgstr ""
21279
21280 # type: =item
21281 #. type: =item
21282 #: ../fish/guestfish.pod:376
21283 msgid "B<--verbose>"
21284 msgstr ""
21285
21286 # type: textblock
21287 #. type: textblock
21288 #: ../fish/guestfish.pod:378
21289 msgid ""
21290 "Enable very verbose messages.  This is particularly useful if you find a bug."
21291 msgstr ""
21292
21293 # type: =item
21294 #. type: =item
21295 #: ../fish/guestfish.pod:381
21296 msgid "B<-V>"
21297 msgstr ""
21298
21299 # type: =item
21300 #. type: =item
21301 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:93
21302 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21303 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
21304 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21305 msgid "B<--version>"
21306 msgstr ""
21307
21308 # type: textblock
21309 #. type: textblock
21310 #: ../fish/guestfish.pod:385
21311 msgid "Display the guestfish / libguestfs version number and exit."
21312 msgstr ""
21313
21314 # type: =item
21315 #. type: =item
21316 #: ../fish/guestfish.pod:387
21317 msgid "B<-w>"
21318 msgstr ""
21319
21320 # type: =item
21321 #. type: =item
21322 #: ../fish/guestfish.pod:389
21323 msgid "B<--rw>"
21324 msgstr ""
21325
21326 # type: textblock
21327 #. type: textblock
21328 #: ../fish/guestfish.pod:391
21329 msgid ""
21330 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21331 "WRITE> below."
21332 msgstr ""
21333
21334 # type: =item
21335 #. type: =item
21336 #: ../fish/guestfish.pod:394
21337 msgid "B<-x>"
21338 msgstr ""
21339
21340 # type: textblock
21341 #. type: textblock
21342 #: ../fish/guestfish.pod:396
21343 msgid "Echo each command before executing it."
21344 msgstr ""
21345
21346 # type: =head1
21347 #. type: =head1
21348 #: ../fish/guestfish.pod:400
21349 msgid "COMMANDS ON COMMAND LINE"
21350 msgstr ""
21351
21352 # type: textblock
21353 #. type: textblock
21354 #: ../fish/guestfish.pod:402
21355 msgid ""
21356 "Any additional (non-option) arguments are treated as commands to execute."
21357 msgstr ""
21358
21359 # type: textblock
21360 #. type: textblock
21361 #: ../fish/guestfish.pod:405
21362 msgid ""
21363 "Commands to execute should be separated by a colon (C<:>), where the colon "
21364 "is a separate parameter.  Thus:"
21365 msgstr ""
21366
21367 # type: verbatim
21368 #. type: verbatim
21369 #: ../fish/guestfish.pod:408
21370 #, no-wrap
21371 msgid ""
21372 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21373 "\n"
21374 msgstr ""
21375
21376 # type: textblock
21377 #. type: textblock
21378 #: ../fish/guestfish.pod:410
21379 msgid ""
21380 "If there are no additional arguments, then we enter a shell, either an "
21381 "interactive shell with a prompt (if the input is a terminal) or a non-"
21382 "interactive shell."
21383 msgstr ""
21384
21385 # type: textblock
21386 #. type: textblock
21387 #: ../fish/guestfish.pod:414
21388 msgid ""
21389 "In either command line mode or non-interactive shell, the first command that "
21390 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21391 "prompt) if a command fails, you can continue to enter commands."
21392 msgstr ""
21393
21394 # type: =head1
21395 #. type: =head1
21396 #: ../fish/guestfish.pod:419
21397 msgid "USING launch (OR run)"
21398 msgstr ""
21399
21400 # type: textblock
21401 #. type: textblock
21402 #: ../fish/guestfish.pod:421
21403 msgid ""
21404 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21405 "then launch it, then mount any disks you need, and finally issue actions/"
21406 "commands.  So the general order of the day is:"
21407 msgstr ""
21408
21409 # type: textblock
21410 #. type: textblock
21411 #: ../fish/guestfish.pod:429
21412 msgid "add or -a/--add"
21413 msgstr ""
21414
21415 # type: textblock
21416 #. type: textblock
21417 #: ../fish/guestfish.pod:433
21418 msgid "launch (aka run)"
21419 msgstr ""
21420
21421 # type: textblock
21422 #. type: textblock
21423 #: ../fish/guestfish.pod:437
21424 msgid "mount or -m/--mount"
21425 msgstr ""
21426
21427 # type: textblock
21428 #. type: textblock
21429 #: ../fish/guestfish.pod:441
21430 msgid "any other commands"
21431 msgstr ""
21432
21433 # type: textblock
21434 #. type: textblock
21435 #: ../fish/guestfish.pod:445
21436 msgid ""
21437 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21438 "guest before mounting or performing any other commands."
21439 msgstr ""
21440
21441 # type: textblock
21442 #. type: textblock
21443 #: ../fish/guestfish.pod:448
21444 msgid ""
21445 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21446 "I<--new> options were given then C<run> is done automatically, simply "
21447 "because guestfish can't perform the action you asked for without doing this."
21448 msgstr ""
21449
21450 # type: =head1
21451 #. type: =head1
21452 #: ../fish/guestfish.pod:453
21453 msgid "OPENING DISKS FOR READ AND WRITE"
21454 msgstr ""
21455
21456 # type: textblock
21457 #. type: textblock
21458 #: ../fish/guestfish.pod:455
21459 msgid ""
21460 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21461 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21462 "open disk images read-only or for writing."
21463 msgstr ""
21464
21465 # type: textblock
21466 #. type: textblock
21467 #: ../fish/guestfish.pod:459
21468 msgid ""
21469 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21470 "disk images supplied on the command line for write.  To open a disk image "
21471 "read-only you have to do I<-a image --ro>."
21472 msgstr ""
21473
21474 # type: textblock
21475 #. type: textblock
21476 #: ../fish/guestfish.pod:463
21477 msgid ""
21478 "This matters: If you accidentally open a live VM disk image writable then "
21479 "you will cause irreversible disk corruption."
21480 msgstr ""
21481
21482 #. type: textblock
21483 #: ../fish/guestfish.pod:466
21484 msgid ""
21485 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21486 "images will be opened read-only.  You will have to either specify "
21487 "I<guestfish --rw> or change a configuration file in order to get write "
21488 "access for disk images specified by those other command line options."
21489 msgstr ""
21490
21491 # type: textblock
21492 #. type: textblock
21493 #: ../fish/guestfish.pod:471
21494 msgid ""
21495 "This version of guestfish has a I<--rw> option which does nothing (it is "
21496 "already the default).  However it is highly recommended that you use this "
21497 "option to indicate that guestfish needs write access, and to prepare your "
21498 "scripts for the day when this option will be required for write access."
21499 msgstr ""
21500
21501 # type: textblock
21502 #. type: textblock
21503 #: ../fish/guestfish.pod:477
21504 msgid ""
21505 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21506 "other libguestfs program apart from guestfish and guestmount."
21507 msgstr ""
21508
21509 # type: =head1
21510 #. type: =head1
21511 #: ../fish/guestfish.pod:480
21512 msgid "QUOTING"
21513 msgstr ""
21514
21515 # type: textblock
21516 #. type: textblock
21517 #: ../fish/guestfish.pod:482
21518 msgid ""
21519 "You can quote ordinary parameters using either single or double quotes.  For "
21520 "example:"
21521 msgstr ""
21522
21523 # type: verbatim
21524 #. type: verbatim
21525 #: ../fish/guestfish.pod:485
21526 #, no-wrap
21527 msgid ""
21528 " add \"file with a space.img\"\n"
21529 "\n"
21530 msgstr ""
21531
21532 # type: verbatim
21533 #. type: verbatim
21534 #: ../fish/guestfish.pod:487
21535 #, no-wrap
21536 msgid ""
21537 " rm '/file name'\n"
21538 "\n"
21539 msgstr ""
21540
21541 # type: verbatim
21542 #. type: verbatim
21543 #: ../fish/guestfish.pod:489
21544 #, no-wrap
21545 msgid ""
21546 " rm '/\"'\n"
21547 "\n"
21548 msgstr ""
21549
21550 # type: textblock
21551 #. type: textblock
21552 #: ../fish/guestfish.pod:491
21553 msgid ""
21554 "A few commands require a list of strings to be passed.  For these, use a "
21555 "whitespace-separated list, enclosed in quotes.  Strings containing "
21556 "whitespace to be passed through must be enclosed in single quotes.  A "
21557 "literal single quote must be escaped with a backslash."
21558 msgstr ""
21559
21560 # type: verbatim
21561 #. type: verbatim
21562 #: ../fish/guestfish.pod:496
21563 #, no-wrap
21564 msgid ""
21565 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21566 " command \"/bin/echo 'foo      bar'\"\n"
21567 " command \"/bin/echo \\'foo\\'\"\n"
21568 "\n"
21569 msgstr ""
21570
21571 # type: =head1
21572 #. type: =head1
21573 #: ../fish/guestfish.pod:500
21574 msgid "OPTIONAL ARGUMENTS"
21575 msgstr ""
21576
21577 # type: textblock
21578 #. type: textblock
21579 #: ../fish/guestfish.pod:502
21580 msgid ""
21581 "Some commands take optional arguments.  These arguments appear in this "
21582 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21583 msgstr ""
21584
21585 # type: verbatim
21586 #. type: verbatim
21587 #: ../fish/guestfish.pod:506
21588 #, no-wrap
21589 msgid ""
21590 " add-drive-opts filename\n"
21591 "\n"
21592 msgstr ""
21593
21594 # type: verbatim
21595 #. type: verbatim
21596 #: ../fish/guestfish.pod:508
21597 #, no-wrap
21598 msgid ""
21599 " add-drive-opts filename readonly:true\n"
21600 "\n"
21601 msgstr ""
21602
21603 # type: verbatim
21604 #. type: verbatim
21605 #: ../fish/guestfish.pod:510
21606 #, no-wrap
21607 msgid ""
21608 " add-drive-opts filename format:qcow2 readonly:false\n"
21609 "\n"
21610 msgstr ""
21611
21612 # type: textblock
21613 #. type: textblock
21614 #: ../fish/guestfish.pod:512
21615 msgid ""
21616 "Each optional argument can appear at most once.  All optional arguments must "
21617 "appear after the required ones."
21618 msgstr ""
21619
21620 # type: =head1
21621 #. type: =head1
21622 #: ../fish/guestfish.pod:515
21623 msgid "NUMBERS"
21624 msgstr ""
21625
21626 # type: textblock
21627 #. type: textblock
21628 #: ../fish/guestfish.pod:517
21629 msgid ""
21630 "This section applies to all commands which can take integers as parameters."
21631 msgstr ""
21632
21633 # type: =head2
21634 #. type: =head2
21635 #: ../fish/guestfish.pod:520
21636 msgid "SIZE SUFFIX"
21637 msgstr ""
21638
21639 # type: textblock
21640 #. type: textblock
21641 #: ../fish/guestfish.pod:522
21642 msgid ""
21643 "When the command takes a parameter measured in bytes, you can use one of the "
21644 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21645 msgstr ""
21646
21647 # type: =item
21648 #. type: =item
21649 #: ../fish/guestfish.pod:528
21650 msgid "B<k> or B<K> or B<KiB>"
21651 msgstr ""
21652
21653 # type: textblock
21654 #. type: textblock
21655 #: ../fish/guestfish.pod:530
21656 msgid "The size in kilobytes (multiplied by 1024)."
21657 msgstr ""
21658
21659 # type: =item
21660 #. type: =item
21661 #: ../fish/guestfish.pod:532
21662 msgid "B<KB>"
21663 msgstr ""
21664
21665 # type: textblock
21666 #. type: textblock
21667 #: ../fish/guestfish.pod:534
21668 msgid "The size in SI 1000 byte units."
21669 msgstr ""
21670
21671 # type: =item
21672 #. type: =item
21673 #: ../fish/guestfish.pod:536
21674 msgid "B<M> or B<MiB>"
21675 msgstr ""
21676
21677 # type: textblock
21678 #. type: textblock
21679 #: ../fish/guestfish.pod:538
21680 msgid "The size in megabytes (multiplied by 1048576)."
21681 msgstr ""
21682
21683 # type: =item
21684 #. type: =item
21685 #: ../fish/guestfish.pod:540
21686 msgid "B<MB>"
21687 msgstr ""
21688
21689 # type: textblock
21690 #. type: textblock
21691 #: ../fish/guestfish.pod:542
21692 msgid "The size in SI 1000000 byte units."
21693 msgstr ""
21694
21695 # type: =item
21696 #. type: =item
21697 #: ../fish/guestfish.pod:544
21698 msgid "B<G> or B<GiB>"
21699 msgstr ""
21700
21701 # type: textblock
21702 #. type: textblock
21703 #: ../fish/guestfish.pod:546
21704 msgid "The size in gigabytes (multiplied by 2**30)."
21705 msgstr ""
21706
21707 # type: =item
21708 #. type: =item
21709 #: ../fish/guestfish.pod:548
21710 msgid "B<GB>"
21711 msgstr ""
21712
21713 # type: textblock
21714 #. type: textblock
21715 #: ../fish/guestfish.pod:550
21716 msgid "The size in SI 10**9 byte units."
21717 msgstr ""
21718
21719 # type: =item
21720 #. type: =item
21721 #: ../fish/guestfish.pod:552
21722 msgid "B<T> or B<TiB>"
21723 msgstr ""
21724
21725 # type: textblock
21726 #. type: textblock
21727 #: ../fish/guestfish.pod:554
21728 msgid "The size in terabytes (multiplied by 2**40)."
21729 msgstr ""
21730
21731 # type: =item
21732 #. type: =item
21733 #: ../fish/guestfish.pod:556
21734 msgid "B<TB>"
21735 msgstr ""
21736
21737 # type: textblock
21738 #. type: textblock
21739 #: ../fish/guestfish.pod:558
21740 msgid "The size in SI 10**12 byte units."
21741 msgstr ""
21742
21743 # type: =item
21744 #. type: =item
21745 #: ../fish/guestfish.pod:560
21746 msgid "B<P> or B<PiB>"
21747 msgstr ""
21748
21749 # type: textblock
21750 #. type: textblock
21751 #: ../fish/guestfish.pod:562
21752 msgid "The size in petabytes (multiplied by 2**50)."
21753 msgstr ""
21754
21755 # type: =item
21756 #. type: =item
21757 #: ../fish/guestfish.pod:564
21758 msgid "B<PB>"
21759 msgstr ""
21760
21761 # type: textblock
21762 #. type: textblock
21763 #: ../fish/guestfish.pod:566
21764 msgid "The size in SI 10**15 byte units."
21765 msgstr ""
21766
21767 # type: =item
21768 #. type: =item
21769 #: ../fish/guestfish.pod:568
21770 msgid "B<E> or B<EiB>"
21771 msgstr ""
21772
21773 # type: textblock
21774 #. type: textblock
21775 #: ../fish/guestfish.pod:570
21776 msgid "The size in exabytes (multiplied by 2**60)."
21777 msgstr ""
21778
21779 # type: =item
21780 #. type: =item
21781 #: ../fish/guestfish.pod:572
21782 msgid "B<EB>"
21783 msgstr ""
21784
21785 # type: textblock
21786 #. type: textblock
21787 #: ../fish/guestfish.pod:574
21788 msgid "The size in SI 10**18 byte units."
21789 msgstr ""
21790
21791 # type: =item
21792 #. type: =item
21793 #: ../fish/guestfish.pod:576
21794 msgid "B<Z> or B<ZiB>"
21795 msgstr ""
21796
21797 # type: textblock
21798 #. type: textblock
21799 #: ../fish/guestfish.pod:578
21800 msgid "The size in zettabytes (multiplied by 2**70)."
21801 msgstr ""
21802
21803 # type: =item
21804 #. type: =item
21805 #: ../fish/guestfish.pod:580
21806 msgid "B<ZB>"
21807 msgstr ""
21808
21809 # type: textblock
21810 #. type: textblock
21811 #: ../fish/guestfish.pod:582
21812 msgid "The size in SI 10**21 byte units."
21813 msgstr ""
21814
21815 # type: =item
21816 #. type: =item
21817 #: ../fish/guestfish.pod:584
21818 msgid "B<Y> or B<YiB>"
21819 msgstr ""
21820
21821 # type: textblock
21822 #. type: textblock
21823 #: ../fish/guestfish.pod:586
21824 msgid "The size in yottabytes (multiplied by 2**80)."
21825 msgstr ""
21826
21827 # type: =item
21828 #. type: =item
21829 #: ../fish/guestfish.pod:588
21830 msgid "B<YB>"
21831 msgstr ""
21832
21833 # type: textblock
21834 #. type: textblock
21835 #: ../fish/guestfish.pod:590
21836 msgid "The size in SI 10**24 byte units."
21837 msgstr ""
21838
21839 # type: verbatim
21840 #. type: verbatim
21841 #: ../fish/guestfish.pod:596
21842 #, no-wrap
21843 msgid ""
21844 " truncate-size /file 1G\n"
21845 "\n"
21846 msgstr ""
21847
21848 # type: textblock
21849 #. type: textblock
21850 #: ../fish/guestfish.pod:598
21851 msgid "would truncate the file to 1 gigabyte."
21852 msgstr ""
21853
21854 # type: textblock
21855 #. type: textblock
21856 #: ../fish/guestfish.pod:600
21857 msgid ""
21858 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21859 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21860 "suffix will probably not do what you expect."
21861 msgstr ""
21862
21863 # type: =head2
21864 #. type: =head2
21865 #: ../fish/guestfish.pod:604
21866 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21867 msgstr ""
21868
21869 # type: textblock
21870 #. type: textblock
21871 #: ../fish/guestfish.pod:606
21872 msgid ""
21873 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21874 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21875 msgstr ""
21876
21877 # type: verbatim
21878 #. type: verbatim
21879 #: ../fish/guestfish.pod:609
21880 #, no-wrap
21881 msgid ""
21882 " 1234      decimal number 1234\n"
21883 " 02322     octal number, equivalent to decimal 1234\n"
21884 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21885 "\n"
21886 msgstr ""
21887
21888 # type: textblock
21889 #. type: textblock
21890 #: ../fish/guestfish.pod:613
21891 msgid ""
21892 "When using the C<chmod> command, you almost always want to specify an octal "
21893 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21894 "L<chmod(1)> program):"
21895 msgstr ""
21896
21897 # type: verbatim
21898 #. type: verbatim
21899 #: ../fish/guestfish.pod:617
21900 #, no-wrap
21901 msgid ""
21902 " chmod 0777 /public  # OK\n"
21903 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21904 "\n"
21905 msgstr ""
21906
21907 # type: textblock
21908 #. type: textblock
21909 #: ../fish/guestfish.pod:620
21910 msgid ""
21911 "Commands that return numbers usually print them in decimal, but some "
21912 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21913 "octal, preceeded by C<0>)."
21914 msgstr ""
21915
21916 # type: =head1
21917 #. type: =head1
21918 #: ../fish/guestfish.pod:624
21919 msgid "WILDCARDS AND GLOBBING"
21920 msgstr ""
21921
21922 # type: textblock
21923 #. type: textblock
21924 #: ../fish/guestfish.pod:626
21925 msgid ""
21926 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21927 "(globbing) by default.  So for example the following will not do what you "
21928 "expect:"
21929 msgstr ""
21930
21931 # type: verbatim
21932 #. type: verbatim
21933 #: ../fish/guestfish.pod:630
21934 #, no-wrap
21935 msgid ""
21936 " rm-rf /home/*\n"
21937 "\n"
21938 msgstr ""
21939
21940 # type: textblock
21941 #. type: textblock
21942 #: ../fish/guestfish.pod:632
21943 msgid ""
21944 "Assuming you don't have a directory called literally C</home/*> then the "
21945 "above command will return an error."
21946 msgstr ""
21947
21948 # type: textblock
21949 #. type: textblock
21950 #: ../fish/guestfish.pod:635
21951 msgid "To perform wildcard expansion, use the C<glob> command."
21952 msgstr ""
21953
21954 # type: verbatim
21955 #. type: verbatim
21956 #: ../fish/guestfish.pod:637
21957 #, no-wrap
21958 msgid ""
21959 " glob rm-rf /home/*\n"
21960 "\n"
21961 msgstr ""
21962
21963 # type: textblock
21964 #. type: textblock
21965 #: ../fish/guestfish.pod:639
21966 msgid ""
21967 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21968 "many times), equivalent to:"
21969 msgstr ""
21970
21971 # type: verbatim
21972 #. type: verbatim
21973 #: ../fish/guestfish.pod:642
21974 #, no-wrap
21975 msgid ""
21976 " rm-rf /home/jim\n"
21977 " rm-rf /home/joe\n"
21978 " rm-rf /home/mary\n"
21979 "\n"
21980 msgstr ""
21981
21982 # type: textblock
21983 #. type: textblock
21984 #: ../fish/guestfish.pod:646
21985 msgid "C<glob> only works on simple guest paths and not on device names."
21986 msgstr ""
21987
21988 # type: textblock
21989 #. type: textblock
21990 #: ../fish/guestfish.pod:648
21991 msgid ""
21992 "If you have several parameters, each containing a wildcard, then glob will "
21993 "perform a Cartesian product."
21994 msgstr ""
21995
21996 # type: =head1
21997 #. type: =head1
21998 #: ../fish/guestfish.pod:651
21999 msgid "COMMENTS"
22000 msgstr ""
22001
22002 # type: textblock
22003 #. type: textblock
22004 #: ../fish/guestfish.pod:653
22005 msgid ""
22006 "Any line which starts with a I<#> character is treated as a comment and "
22007 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22008 "a command.  For example:"
22009 msgstr ""
22010
22011 # type: verbatim
22012 #. type: verbatim
22013 #: ../fish/guestfish.pod:657
22014 #, no-wrap
22015 msgid ""
22016 " # this is a comment\n"
22017 "         # this is a comment\n"
22018 " foo # NOT a comment\n"
22019 "\n"
22020 msgstr ""
22021
22022 # type: textblock
22023 #. type: textblock
22024 #: ../fish/guestfish.pod:661
22025 msgid "Blank lines are also ignored."
22026 msgstr ""
22027
22028 # type: =head1
22029 #. type: =head1
22030 #: ../fish/guestfish.pod:663
22031 msgid "RUNNING COMMANDS LOCALLY"
22032 msgstr ""
22033
22034 # type: textblock
22035 #. type: textblock
22036 #: ../fish/guestfish.pod:665
22037 msgid ""
22038 "Any line which starts with a I<!> character is treated as a command sent to "
22039 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22040 msgstr ""
22041
22042 # type: verbatim
22043 #. type: verbatim
22044 #: ../fish/guestfish.pod:669
22045 #, no-wrap
22046 msgid ""
22047 " !mkdir local\n"
22048 " tgz-out /remote local/remote-data.tar.gz\n"
22049 "\n"
22050 msgstr ""
22051
22052 # type: textblock
22053 #. type: textblock
22054 #: ../fish/guestfish.pod:672
22055 msgid ""
22056 "will create a directory C<local> on the host, and then export the contents "
22057 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22058 "(See C<tgz-out>)."
22059 msgstr ""
22060
22061 # type: textblock
22062 #. type: textblock
22063 #: ../fish/guestfish.pod:676
22064 msgid ""
22065 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22066 "effect, due to the way that subprocesses work in Unix."
22067 msgstr ""
22068
22069 # type: =head1
22070 #. type: =head1
22071 #: ../fish/guestfish.pod:679
22072 msgid "PIPES"
22073 msgstr ""
22074
22075 # type: textblock
22076 #. type: textblock
22077 #: ../fish/guestfish.pod:681
22078 msgid ""
22079 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22080 "command (a guestfish command) to the second command (any host command).  For "
22081 "example:"
22082 msgstr ""
22083
22084 # type: verbatim
22085 #. type: verbatim
22086 #: ../fish/guestfish.pod:685
22087 #, no-wrap
22088 msgid ""
22089 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22090 "\n"
22091 msgstr ""
22092
22093 # type: textblock
22094 #. type: textblock
22095 #: ../fish/guestfish.pod:687
22096 msgid ""
22097 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22098 "program).  The above command would list all accounts in the guest filesystem "
22099 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22100 msgstr ""
22101
22102 # type: verbatim
22103 #. type: verbatim
22104 #: ../fish/guestfish.pod:692
22105 #, no-wrap
22106 msgid ""
22107 " hexdump /bin/ls | head\n"
22108 " list-devices | tail -1\n"
22109 " tgz-out / - | tar ztf -\n"
22110 "\n"
22111 msgstr ""
22112
22113 # type: textblock
22114 #. type: textblock
22115 #: ../fish/guestfish.pod:696
22116 msgid ""
22117 "The space before the pipe symbol is required, any space after the pipe "
22118 "symbol is optional.  Everything after the pipe symbol is just passed "
22119 "straight to the host shell, so it can contain redirections, globs and "
22120 "anything else that makes sense on the host side."
22121 msgstr ""
22122
22123 # type: textblock
22124 #. type: textblock
22125 #: ../fish/guestfish.pod:701
22126 msgid ""
22127 "To use a literal argument which begins with a pipe symbol, you have to quote "
22128 "it, eg:"
22129 msgstr ""
22130
22131 # type: verbatim
22132 #. type: verbatim
22133 #: ../fish/guestfish.pod:704
22134 #, no-wrap
22135 msgid ""
22136 " echo \"|\"\n"
22137 "\n"
22138 msgstr ""
22139
22140 # type: =head1
22141 #. type: =head1
22142 #: ../fish/guestfish.pod:706
22143 msgid "HOME DIRECTORIES"
22144 msgstr ""
22145
22146 # type: textblock
22147 #. type: textblock
22148 #: ../fish/guestfish.pod:708
22149 msgid ""
22150 "If a parameter starts with the character C<~> then the tilde may be expanded "
22151 "as a home directory path (either C<~> for the current user's home directory, "
22152 "or C<~user> for another user)."
22153 msgstr ""
22154
22155 # type: textblock
22156 #. type: textblock
22157 #: ../fish/guestfish.pod:712
22158 msgid ""
22159 "Note that home directory expansion happens for users known I<on the host>, "
22160 "not in the guest filesystem."
22161 msgstr ""
22162
22163 # type: textblock
22164 #. type: textblock
22165 #: ../fish/guestfish.pod:715
22166 msgid ""
22167 "To use a literal argument which begins with a tilde, you have to quote it, "
22168 "eg:"
22169 msgstr ""
22170
22171 # type: verbatim
22172 #. type: verbatim
22173 #: ../fish/guestfish.pod:718
22174 #, no-wrap
22175 msgid ""
22176 " echo \"~\"\n"
22177 "\n"
22178 msgstr ""
22179
22180 # type: textblock
22181 #. type: textblock
22182 #: ../fish/guestfish.pod:722
22183 msgid ""
22184 "Libguestfs has some support for Linux guests encrypted according to the "
22185 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22186 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22187 "LUKS is supported."
22188 msgstr ""
22189
22190 # type: textblock
22191 #. type: textblock
22192 #: ../fish/guestfish.pod:727
22193 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22194 msgstr ""
22195
22196 # type: verbatim
22197 #. type: verbatim
22198 #: ../fish/guestfish.pod:729
22199 #, no-wrap
22200 msgid ""
22201 " ><fs> vfs-type /dev/sda2\n"
22202 " crypto_LUKS\n"
22203 "\n"
22204 msgstr ""
22205
22206 # type: textblock
22207 #. type: textblock
22208 #: ../fish/guestfish.pod:732
22209 msgid ""
22210 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22211 "device called C</dev/mapper/luksdev>."
22212 msgstr ""
22213
22214 # type: verbatim
22215 #. type: verbatim
22216 #: ../fish/guestfish.pod:735
22217 #, no-wrap
22218 msgid ""
22219 " ><fs> luks-open /dev/sda2 luksdev\n"
22220 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22221 "\n"
22222 msgstr ""
22223
22224 # type: textblock
22225 #. type: textblock
22226 #: ../fish/guestfish.pod:738
22227 msgid ""
22228 "Finally you have to tell LVM to scan for volume groups on the newly created "
22229 "mapper device:"
22230 msgstr ""
22231
22232 # type: verbatim
22233 #. type: verbatim
22234 #: ../fish/guestfish.pod:741
22235 #, no-wrap
22236 msgid ""
22237 " vgscan\n"
22238 " vg-activate-all true\n"
22239 "\n"
22240 msgstr ""
22241
22242 # type: textblock
22243 #. type: textblock
22244 #: ../fish/guestfish.pod:744
22245 msgid "The logical volume(s) can now be mounted in the usual way."
22246 msgstr ""
22247
22248 # type: textblock
22249 #. type: textblock
22250 #: ../fish/guestfish.pod:746
22251 msgid ""
22252 "Before closing a LUKS device you must unmount any logical volumes on it and "
22253 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22254 "one.  Then you can close the mapper device:"
22255 msgstr ""
22256
22257 # type: verbatim
22258 #. type: verbatim
22259 #: ../fish/guestfish.pod:750
22260 #, no-wrap
22261 msgid ""
22262 " vg-activate false /dev/VG\n"
22263 " luks-close /dev/mapper/luksdev\n"
22264 "\n"
22265 msgstr ""
22266
22267 # type: =head1
22268 #. type: =head1
22269 #: ../fish/guestfish.pod:753
22270 msgid "WINDOWS PATHS"
22271 msgstr ""
22272
22273 # type: textblock
22274 #. type: textblock
22275 #: ../fish/guestfish.pod:755
22276 msgid ""
22277 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22278 "(with some limitations).  The following commands are equivalent:"
22279 msgstr ""
22280
22281 # type: verbatim
22282 #. type: verbatim
22283 #: ../fish/guestfish.pod:758
22284 #, no-wrap
22285 msgid ""
22286 " file /WINDOWS/system32/config/system.LOG\n"
22287 "\n"
22288 msgstr ""
22289
22290 # type: verbatim
22291 #. type: verbatim
22292 #: ../fish/guestfish.pod:760
22293 #, no-wrap
22294 msgid ""
22295 " file win:/windows/system32/config/system.log\n"
22296 "\n"
22297 msgstr ""
22298
22299 # type: verbatim
22300 #. type: verbatim
22301 #: ../fish/guestfish.pod:762
22302 #, no-wrap
22303 msgid ""
22304 " file win:\\windows\\system32\\config\\system.log\n"
22305 "\n"
22306 msgstr ""
22307
22308 # type: verbatim
22309 #. type: verbatim
22310 #: ../fish/guestfish.pod:764
22311 #, no-wrap
22312 msgid ""
22313 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22314 "\n"
22315 msgstr ""
22316
22317 # type: textblock
22318 #. type: textblock
22319 #: ../fish/guestfish.pod:766
22320 msgid ""
22321 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22322 "handles case insensitivity like Windows would.  This only works in argument "
22323 "positions that expect a path."
22324 msgstr ""
22325
22326 # type: =head1
22327 #. type: =head1
22328 #: ../fish/guestfish.pod:770
22329 msgid "UPLOADING AND DOWNLOADING FILES"
22330 msgstr ""
22331
22332 # type: textblock
22333 #. type: textblock
22334 #: ../fish/guestfish.pod:772
22335 msgid ""
22336 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22337 "others which upload from or download to a local file, you can use the "
22338 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22339 msgstr ""
22340
22341 # type: verbatim
22342 #. type: verbatim
22343 #: ../fish/guestfish.pod:776
22344 #, no-wrap
22345 msgid ""
22346 " upload - /foo\n"
22347 "\n"
22348 msgstr ""
22349
22350 # type: textblock
22351 #. type: textblock
22352 #: ../fish/guestfish.pod:778
22353 msgid ""
22354 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22355 msgstr ""
22356
22357 # type: verbatim
22358 #. type: verbatim
22359 #: ../fish/guestfish.pod:781
22360 #, no-wrap
22361 msgid ""
22362 " tar-out /etc - | tar tf -\n"
22363 "\n"
22364 msgstr ""
22365
22366 # type: textblock
22367 #. type: textblock
22368 #: ../fish/guestfish.pod:783
22369 msgid ""
22370 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22371 "command (see L</PIPES>)."
22372 msgstr ""
22373
22374 # type: textblock
22375 #. type: textblock
22376 #: ../fish/guestfish.pod:786
22377 msgid ""
22378 "When using C<-> to read from stdin, the input is read up to the end of "
22379 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22380 "some arbitrary end marker:"
22381 msgstr ""
22382
22383 # type: verbatim
22384 #. type: verbatim
22385 #: ../fish/guestfish.pod:790
22386 #, no-wrap
22387 msgid ""
22388 " upload -<<END /foo\n"
22389 " input line 1\n"
22390 " input line 2\n"
22391 " input line 3\n"
22392 " END\n"
22393 "\n"
22394 msgstr ""
22395
22396 # type: textblock
22397 #. type: textblock
22398 #: ../fish/guestfish.pod:796
22399 msgid ""
22400 "Any string of characters can be used instead of C<END>.  The end marker must "
22401 "appear on a line of its own, without any preceeding or following characters "
22402 "(not even spaces)."
22403 msgstr ""
22404
22405 # type: textblock
22406 #. type: textblock
22407 #: ../fish/guestfish.pod:800
22408 msgid ""
22409 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22410 "upload local files (so-called \"FileIn\" parameters in the generator)."
22411 msgstr ""
22412
22413 # type: =head1
22414 #. type: =head1
22415 #: ../fish/guestfish.pod:803
22416 msgid "EXIT ON ERROR BEHAVIOUR"
22417 msgstr ""
22418
22419 # type: textblock
22420 #. type: textblock
22421 #: ../fish/guestfish.pod:805
22422 msgid ""
22423 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22424 "taking commands from a human over a tty), and will exit on the first error "
22425 "in non-interactive mode (scripts, commands given on the command line)."
22426 msgstr ""
22427
22428 # type: textblock
22429 #. type: textblock
22430 #: ../fish/guestfish.pod:810
22431 msgid ""
22432 "If you prefix a command with a I<-> character, then that command will not "
22433 "cause guestfish to exit, even if that (one) command returns an error."
22434 msgstr ""
22435
22436 # type: =head1
22437 #. type: =head1
22438 #: ../fish/guestfish.pod:814
22439 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22440 msgstr ""
22441
22442 # type: textblock
22443 #. type: textblock
22444 #: ../fish/guestfish.pod:816
22445 msgid ""
22446 "Guestfish can be remote-controlled over a socket.  This is useful "
22447 "particularly in shell scripts where you want to make several different "
22448 "changes to a filesystem, but you don't want the overhead of starting up a "
22449 "guestfish process each time."
22450 msgstr ""
22451
22452 # type: textblock
22453 #. type: textblock
22454 #: ../fish/guestfish.pod:821
22455 msgid "Start a guestfish server process using:"
22456 msgstr ""
22457
22458 # type: verbatim
22459 #. type: verbatim
22460 #: ../fish/guestfish.pod:823
22461 #, no-wrap
22462 msgid ""
22463 " eval \"`guestfish --listen`\"\n"
22464 "\n"
22465 msgstr ""
22466
22467 # type: textblock
22468 #. type: textblock
22469 #: ../fish/guestfish.pod:825
22470 msgid "and then send it commands by doing:"
22471 msgstr ""
22472
22473 # type: verbatim
22474 #. type: verbatim
22475 #: ../fish/guestfish.pod:827
22476 #, no-wrap
22477 msgid ""
22478 " guestfish --remote cmd [...]\n"
22479 "\n"
22480 msgstr ""
22481
22482 # type: textblock
22483 #. type: textblock
22484 #: ../fish/guestfish.pod:829
22485 msgid "To cause the server to exit, send it the exit command:"
22486 msgstr ""
22487
22488 # type: verbatim
22489 #. type: verbatim
22490 #: ../fish/guestfish.pod:831
22491 #, no-wrap
22492 msgid ""
22493 " guestfish --remote exit\n"
22494 "\n"
22495 msgstr ""
22496
22497 # type: textblock
22498 #. type: textblock
22499 #: ../fish/guestfish.pod:833
22500 msgid ""
22501 "Note that the server will normally exit if there is an error in a command.  "
22502 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22503 "BEHAVIOUR>."
22504 msgstr ""
22505
22506 # type: =head2
22507 #. type: =head2
22508 #: ../fish/guestfish.pod:837
22509 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22510 msgstr ""
22511
22512 # type: textblock
22513 #. type: textblock
22514 #: ../fish/guestfish.pod:839
22515 msgid ""
22516 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22517 "is how the I<--remote> option knows where to send the commands.  You can "
22518 "have several guestfish listener processes running using:"
22519 msgstr ""
22520
22521 # type: verbatim
22522 #. type: verbatim
22523 #: ../fish/guestfish.pod:843
22524 #, no-wrap
22525 msgid ""
22526 " eval \"`guestfish --listen`\"\n"
22527 " pid1=$GUESTFISH_PID\n"
22528 " eval \"`guestfish --listen`\"\n"
22529 " pid2=$GUESTFISH_PID\n"
22530 " ...\n"
22531 " guestfish --remote=$pid1 cmd\n"
22532 " guestfish --remote=$pid2 cmd\n"
22533 "\n"
22534 msgstr ""
22535
22536 # type: =head2
22537 #. type: =head2
22538 #: ../fish/guestfish.pod:851
22539 msgid "REMOTE CONTROL AND CSH"
22540 msgstr ""
22541
22542 # type: textblock
22543 #. type: textblock
22544 #: ../fish/guestfish.pod:853
22545 msgid ""
22546 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22547 "option:"
22548 msgstr ""
22549
22550 # type: verbatim
22551 #. type: verbatim
22552 #: ../fish/guestfish.pod:856
22553 #, no-wrap
22554 msgid ""
22555 " eval \"`guestfish --listen --csh`\"\n"
22556 "\n"
22557 msgstr ""
22558
22559 # type: =head2
22560 #. type: =head2
22561 #: ../fish/guestfish.pod:858
22562 msgid "REMOTE CONTROL DETAILS"
22563 msgstr ""
22564
22565 # type: textblock
22566 #. type: textblock
22567 #: ../fish/guestfish.pod:860
22568 msgid ""
22569 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22570 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22571 "and C<$PID> is the process ID of the server."
22572 msgstr ""
22573
22574 # type: textblock
22575 #. type: textblock
22576 #: ../fish/guestfish.pod:864
22577 msgid "Guestfish client and server versions must match exactly."
22578 msgstr ""
22579
22580 # type: =head1
22581 #. type: =head1
22582 #: ../fish/guestfish.pod:866
22583 msgid "PREPARED DISK IMAGES"
22584 msgstr ""
22585
22586 # type: textblock
22587 #. type: textblock
22588 #: ../fish/guestfish.pod:868
22589 msgid ""
22590 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22591 "preformatted disk images that guestfish can make for you to save typing.  "
22592 "This is particularly useful for testing purposes.  This option is used "
22593 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22594 "can be mixed with I<-a>)."
22595 msgstr ""
22596
22597 # type: textblock
22598 #. type: textblock
22599 #: ../fish/guestfish.pod:874
22600 msgid ""
22601 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22602 "the second and so on.  Existing files in the current directory are "
22603 "I<overwritten>."
22604 msgstr ""
22605
22606 # type: textblock
22607 #. type: textblock
22608 #: ../fish/guestfish.pod:878
22609 msgid ""
22610 "The type briefly describes how the disk should be sized, partitioned, how "
22611 "filesystem(s) should be created, and how content should be added.  "
22612 "Optionally the type can be followed by extra parameters, separated by C<:> "
22613 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22614 "allocated disk, containing a single partition, with the partition formatted "
22615 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22616 "disk instead."
22617 msgstr ""
22618
22619 # type: textblock
22620 #. type: textblock
22621 #: ../fish/guestfish.pod:886
22622 msgid "To list the available types and any extra parameters they take, run:"
22623 msgstr ""
22624
22625 # type: textblock
22626 #. type: textblock
22627 #: ../fish/guestfish.pod:890
22628 msgid ""
22629 "Note that the prepared filesystem is not mounted.  You would usually have to "
22630 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22631 msgstr ""
22632
22633 # type: textblock
22634 #. type: textblock
22635 #: ../fish/guestfish.pod:894
22636 msgid ""
22637 "If any I<-N> or I<--new> options are given, the guest is automatically "
22638 "launched."
22639 msgstr ""
22640
22641 # type: textblock
22642 #. type: textblock
22643 #: ../fish/guestfish.pod:899
22644 msgid "Create a 100MB disk with an ext4-formatted partition:"
22645 msgstr ""
22646
22647 # type: verbatim
22648 #. type: verbatim
22649 #: ../fish/guestfish.pod:901
22650 #, no-wrap
22651 msgid ""
22652 " guestfish -N fs:ext4\n"
22653 "\n"
22654 msgstr ""
22655
22656 # type: textblock
22657 #. type: textblock
22658 #: ../fish/guestfish.pod:903
22659 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22660 msgstr ""
22661
22662 # type: verbatim
22663 #. type: verbatim
22664 #: ../fish/guestfish.pod:905
22665 #, no-wrap
22666 msgid ""
22667 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22668 "\n"
22669 msgstr ""
22670
22671 # type: textblock
22672 #. type: textblock
22673 #: ../fish/guestfish.pod:907
22674 msgid "Create a blank 200MB disk:"
22675 msgstr ""
22676
22677 # type: verbatim
22678 #. type: verbatim
22679 #: ../fish/guestfish.pod:909
22680 #, no-wrap
22681 msgid ""
22682 " guestfish -N disk:200M\n"
22683 "\n"
22684 msgstr ""
22685
22686 # type: =head1
22687 #. type: =head1
22688 #: ../fish/guestfish.pod:911
22689 msgid "PROGRESS BARS"
22690 msgstr ""
22691
22692 # type: textblock
22693 #. type: textblock
22694 #: ../fish/guestfish.pod:913
22695 msgid ""
22696 "Some (not all) long-running commands send progress notification messages as "
22697 "they are running.  Guestfish turns these messages into progress bars."
22698 msgstr ""
22699
22700 # type: textblock
22701 #. type: textblock
22702 #: ../fish/guestfish.pod:917
22703 msgid ""
22704 "When a command that supports progress bars takes longer than two seconds to "
22705 "run, and if progress bars are enabled, then you will see one appearing below "
22706 "the command:"
22707 msgstr ""
22708
22709 # type: verbatim
22710 #. type: verbatim
22711 #: ../fish/guestfish.pod:921
22712 #, no-wrap
22713 msgid ""
22714 " ><fs> copy-size /large-file /another-file 2048M\n"
22715 " / 10% [#####-----------------------------------------] 00:30\n"
22716 "\n"
22717 msgstr ""
22718
22719 # type: textblock
22720 #. type: textblock
22721 #: ../fish/guestfish.pod:924
22722 msgid ""
22723 "The spinner on the left hand side moves round once for every progress "
22724 "notification received from the backend.  This is a (reasonably) golden "
22725 "assurance that the command is \"doing something\" even if the progress bar "
22726 "is not moving, because the command is able to send the progress "
22727 "notifications.  When the bar reaches 100% and the command finishes, the "
22728 "spinner disappears."
22729 msgstr ""
22730
22731 # type: textblock
22732 #. type: textblock
22733 #: ../fish/guestfish.pod:931
22734 msgid ""
22735 "Progress bars are enabled by default when guestfish is used interactively.  "
22736 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22737 "and you can disable them completely using I<--no-progress-bars>."
22738 msgstr ""
22739
22740 # type: =head1
22741 #. type: =head1
22742 #: ../fish/guestfish.pod:936
22743 msgid "GUESTFISH COMMANDS"
22744 msgstr ""
22745
22746 # type: textblock
22747 #. type: textblock
22748 #: ../fish/guestfish.pod:938
22749 msgid ""
22750 "The commands in this section are guestfish convenience commands, in other "
22751 "words, they are not part of the L<guestfs(3)> API."
22752 msgstr ""
22753
22754 # type: =head2
22755 #. type: =head2
22756 #: ../fish/guestfish.pod:941
22757 msgid "help"
22758 msgstr ""
22759
22760 # type: verbatim
22761 #. type: verbatim
22762 #: ../fish/guestfish.pod:943
22763 #, no-wrap
22764 msgid ""
22765 " help\n"
22766 " help cmd\n"
22767 "\n"
22768 msgstr ""
22769
22770 # type: textblock
22771 #. type: textblock
22772 #: ../fish/guestfish.pod:946
22773 msgid "Without any parameter, this provides general help."
22774 msgstr ""
22775
22776 # type: textblock
22777 #. type: textblock
22778 #: ../fish/guestfish.pod:948
22779 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22780 msgstr ""
22781
22782 # type: =head2
22783 #. type: =head2
22784 #: ../fish/guestfish.pod:950
22785 msgid "quit | exit"
22786 msgstr ""
22787
22788 # type: textblock
22789 #. type: textblock
22790 #: ../fish/guestfish.pod:952
22791 msgid "This exits guestfish.  You can also use C<^D> key."
22792 msgstr ""
22793
22794 # type: textblock
22795 #. type: textblock
22796 #: ../fish/guestfish.pod:954
22797 msgid "@FISH_COMMANDS@"
22798 msgstr ""
22799
22800 # type: =head1
22801 #. type: =head1
22802 #: ../fish/guestfish.pod:956
22803 msgid "COMMANDS"
22804 msgstr ""
22805
22806 # type: =head1
22807 #. type: =head1
22808 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
22809 msgid "EXIT CODE"
22810 msgstr ""
22811
22812 # type: textblock
22813 #. type: textblock
22814 #: ../fish/guestfish.pod:962
22815 msgid ""
22816 "guestfish returns 0 if the commands completed without error, or 1 if there "
22817 "was an error."
22818 msgstr ""
22819
22820 # type: =item
22821 #. type: =item
22822 #: ../fish/guestfish.pod:969
22823 msgid "EDITOR"
22824 msgstr ""
22825
22826 # type: textblock
22827 #. type: textblock
22828 #: ../fish/guestfish.pod:971
22829 msgid ""
22830 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22831 "C<vi>."
22832 msgstr ""
22833
22834 # type: =item
22835 #. type: =item
22836 #: ../fish/guestfish.pod:974
22837 msgid "GUESTFISH_PID"
22838 msgstr ""
22839
22840 # type: textblock
22841 #. type: textblock
22842 #: ../fish/guestfish.pod:976
22843 msgid ""
22844 "Used with the I<--remote> option to specify the remote guestfish process to "
22845 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22846 msgstr ""
22847
22848 # type: =item
22849 #. type: =item
22850 #: ../fish/guestfish.pod:980
22851 msgid "HEXEDITOR"
22852 msgstr ""
22853
22854 # type: textblock
22855 #. type: textblock
22856 #: ../fish/guestfish.pod:982
22857 msgid ""
22858 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22859 "not specified, the external L<hexedit(1)> program is used."
22860 msgstr ""
22861
22862 # type: =item
22863 #. type: =item
22864 #: ../fish/guestfish.pod:986
22865 msgid "HOME"
22866 msgstr ""
22867
22868 # type: textblock
22869 #. type: textblock
22870 #: ../fish/guestfish.pod:988
22871 msgid ""
22872 "If compiled with GNU readline support, various files in the home directory "
22873 "can be used.  See L</FILES>."
22874 msgstr ""
22875
22876 # type: textblock
22877 #. type: textblock
22878 #: ../fish/guestfish.pod:997
22879 msgid ""
22880 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22881 "effect as using the B<-v> option."
22882 msgstr ""
22883
22884 # type: textblock
22885 #. type: textblock
22886 #: ../fish/guestfish.pod:1009
22887 msgid ""
22888 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22889 "the discussion of paths in L<guestfs(3)>."
22890 msgstr ""
22891
22892 # type: textblock
22893 #. type: textblock
22894 #: ../fish/guestfish.pod:1020
22895 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22896 msgstr ""
22897
22898 # type: =item
22899 #. type: =item
22900 #: ../fish/guestfish.pod:1022
22901 msgid "PAGER"
22902 msgstr ""
22903
22904 # type: textblock
22905 #. type: textblock
22906 #: ../fish/guestfish.pod:1024
22907 msgid ""
22908 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22909 "C<more>."
22910 msgstr ""
22911
22912 # type: =head1
22913 #. type: =head1
22914 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
22915 msgid "FILES"
22916 msgstr ""
22917
22918 # type: =item
22919 #. type: =item
22920 #: ../fish/guestfish.pod:1043
22921 msgid "$HOME/.guestfish"
22922 msgstr ""
22923
22924 # type: textblock
22925 #. type: textblock
22926 #: ../fish/guestfish.pod:1045
22927 msgid ""
22928 "If compiled with GNU readline support, then the command history is saved in "
22929 "this file."
22930 msgstr ""
22931
22932 # type: =item
22933 #. type: =item
22934 #: ../fish/guestfish.pod:1048
22935 msgid "$HOME/.inputrc"
22936 msgstr ""
22937
22938 # type: =item
22939 #. type: =item
22940 #: ../fish/guestfish.pod:1050
22941 msgid "/etc/inputrc"
22942 msgstr ""
22943
22944 # type: textblock
22945 #. type: textblock
22946 #: ../fish/guestfish.pod:1052
22947 msgid ""
22948 "If compiled with GNU readline support, then these files can be used to "
22949 "configure readline.  For further information, please see L<readline(3)/"
22950 "INITIALIZATION FILE>."
22951 msgstr ""
22952
22953 # type: textblock
22954 #. type: textblock
22955 #: ../fish/guestfish.pod:1056
22956 msgid "To write rules which only apply to guestfish, use:"
22957 msgstr ""
22958
22959 # type: verbatim
22960 #. type: verbatim
22961 #: ../fish/guestfish.pod:1058
22962 #, no-wrap
22963 msgid ""
22964 " $if guestfish\n"
22965 " ...\n"
22966 " $endif\n"
22967 "\n"
22968 msgstr ""
22969
22970 # type: textblock
22971 #. type: textblock
22972 #: ../fish/guestfish.pod:1062
22973 msgid ""
22974 "Variables that you can set in inputrc that change the behaviour of guestfish "
22975 "in useful ways include:"
22976 msgstr ""
22977
22978 # type: =item
22979 #. type: =item
22980 #: ../fish/guestfish.pod:1067
22981 msgid "completion-ignore-case (default: on)"
22982 msgstr ""
22983
22984 # type: textblock
22985 #. type: textblock
22986 #: ../fish/guestfish.pod:1069
22987 msgid ""
22988 "By default, guestfish will ignore case when tab-completing paths on the "
22989 "disk.  Use:"
22990 msgstr ""
22991
22992 # type: verbatim
22993 #. type: verbatim
22994 #: ../fish/guestfish.pod:1072
22995 #, no-wrap
22996 msgid ""
22997 " set completion-ignore-case off\n"
22998 "\n"
22999 msgstr ""
23000
23001 # type: textblock
23002 #. type: textblock
23003 #: ../fish/guestfish.pod:1074
23004 msgid "to make guestfish case sensitive."
23005 msgstr ""
23006
23007 # type: =item
23008 #. type: =item
23009 #: ../fish/guestfish.pod:1078
23010 msgid "test1.img"
23011 msgstr ""
23012
23013 # type: =item
23014 #. type: =item
23015 #: ../fish/guestfish.pod:1080
23016 msgid "test2.img (etc)"
23017 msgstr ""
23018
23019 # type: textblock
23020 #. type: textblock
23021 #: ../fish/guestfish.pod:1082
23022 msgid ""
23023 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23024 "will be created in the file C<test1.img> in the current directory.  The "
23025 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23026 "the same name will be overwritten."
23027 msgstr ""
23028
23029 # type: textblock
23030 #. type: textblock
23031 #: ../fish/guestfish.pod:1091
23032 msgid ""
23033 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
23034 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
23035 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
23036 ">, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
23037 "L<hexedit(1)>."
23038 msgstr ""
23039
23040 # type: textblock
23041 #. type: textblock
23042 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124
23043 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:415
23044 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23045 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
23046 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
23047 msgid ""
23048 "This program is free software; you can redistribute it and/or modify it "
23049 "under the terms of the GNU General Public License as published by the Free "
23050 "Software Foundation; either version 2 of the License, or (at your option) "
23051 "any later version."
23052 msgstr ""
23053
23054 # type: textblock
23055 #. type: textblock
23056 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129
23057 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:420
23058 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23059 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
23060 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
23061 msgid ""
23062 "This program is distributed in the hope that it will be useful, but WITHOUT "
23063 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23064 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23065 "more details."
23066 msgstr ""
23067
23068 # type: textblock
23069 #. type: textblock
23070 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134
23071 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:425
23072 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23073 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
23074 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
23075 msgid ""
23076 "You should have received a copy of the GNU General Public License along with "
23077 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23078 "Ave, Cambridge, MA 02139, USA."
23079 msgstr ""
23080
23081 # type: =head2
23082 #. type: =head2
23083 #: ../fish/guestfish-actions.pod:1
23084 msgid "add-cdrom"
23085 msgstr ""
23086
23087 # type: verbatim
23088 #. type: verbatim
23089 #: ../fish/guestfish-actions.pod:3
23090 #, no-wrap
23091 msgid ""
23092 " add-cdrom filename\n"
23093 "\n"
23094 msgstr ""
23095
23096 # type: textblock
23097 #. type: textblock
23098 #: ../fish/guestfish-actions.pod:15
23099 msgid ""
23100 "This call checks for the existence of C<filename>.  This stops you from "
23101 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23102 "and C<http:> URLs.  To specify those, use the general L</config> call "
23103 "instead."
23104 msgstr ""
23105
23106 # type: textblock
23107 #. type: textblock
23108 #: ../fish/guestfish-actions.pod:22
23109 msgid ""
23110 "If you just want to add an ISO file (often you use this as an efficient way "
23111 "to transfer large files into the guest), then you should probably use L</add-"
23112 "drive-ro> instead."
23113 msgstr ""
23114
23115 # type: =head2
23116 #. type: =head2
23117 #: ../fish/guestfish-actions.pod:35
23118 msgid "add-domain"
23119 msgstr ""
23120
23121 # type: =head2
23122 #. type: =head2
23123 #: ../fish/guestfish-actions.pod:37
23124 msgid "domain"
23125 msgstr ""
23126
23127 # type: verbatim
23128 #. type: verbatim
23129 #: ../fish/guestfish-actions.pod:39
23130 #, no-wrap
23131 msgid ""
23132 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23133 "\n"
23134 msgstr ""
23135
23136 # type: textblock
23137 #. type: textblock
23138 #: ../fish/guestfish-actions.pod:41
23139 msgid ""
23140 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23141 "It works by connecting to libvirt, requesting the domain and domain XML from "
23142 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23143 msgstr ""
23144
23145 # type: textblock
23146 #. type: textblock
23147 #: ../fish/guestfish-actions.pod:64
23148 msgid ""
23149 "The other optional parameters are passed directly through to L</add-drive-"
23150 "opts>."
23151 msgstr ""
23152
23153 # type: textblock
23154 #. type: textblock
23155 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23156 #: ../fish/guestfish-actions.pod:2848
23157 msgid ""
23158 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23159 msgstr ""
23160
23161 # type: =head2
23162 #. type: =head2
23163 #: ../fish/guestfish-actions.pod:69
23164 msgid "add-drive"
23165 msgstr ""
23166
23167 # type: verbatim
23168 #. type: verbatim
23169 #: ../fish/guestfish-actions.pod:71
23170 #, no-wrap
23171 msgid ""
23172 " add-drive filename\n"
23173 "\n"
23174 msgstr ""
23175
23176 # type: textblock
23177 #. type: textblock
23178 #: ../fish/guestfish-actions.pod:73
23179 msgid ""
23180 "This function is the equivalent of calling L</add-drive-opts> with no "
23181 "optional parameters, so the disk is added writable, with the format being "
23182 "detected automatically."
23183 msgstr ""
23184
23185 # type: textblock
23186 #. type: textblock
23187 #: ../fish/guestfish-actions.pod:77
23188 msgid ""
23189 "Automatic detection of the format opens you up to a potential security hole "
23190 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23191 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23192 "you should think about replacing calls to this function with calls to L</add-"
23193 "drive-opts>, and specifying the format."
23194 msgstr ""
23195
23196 # type: =head2
23197 #. type: =head2
23198 #: ../fish/guestfish-actions.pod:84
23199 msgid "add-drive-opts"
23200 msgstr ""
23201
23202 # type: =head2
23203 #. type: =head2
23204 #: ../fish/guestfish-actions.pod:86
23205 msgid "add"
23206 msgstr ""
23207
23208 # type: verbatim
23209 #. type: verbatim
23210 #: ../fish/guestfish-actions.pod:88
23211 #, no-wrap
23212 msgid ""
23213 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23214 "\n"
23215 msgstr ""
23216
23217 # type: textblock
23218 #. type: textblock
23219 #: ../fish/guestfish-actions.pod:115
23220 msgid ""
23221 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23222 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23223 "include C<raw> and C<qcow2>."
23224 msgstr ""
23225
23226 # type: textblock
23227 #. type: textblock
23228 #: ../fish/guestfish-actions.pod:126
23229 msgid ""
23230 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23231 "add-drive-with-if> call (q.v.)"
23232 msgstr ""
23233
23234 # type: =head2
23235 #. type: =head2
23236 #: ../fish/guestfish-actions.pod:133
23237 msgid "add-drive-ro"
23238 msgstr ""
23239
23240 # type: =head2
23241 #. type: =head2
23242 #: ../fish/guestfish-actions.pod:135
23243 msgid "add-ro"
23244 msgstr ""
23245
23246 # type: verbatim
23247 #. type: verbatim
23248 #: ../fish/guestfish-actions.pod:137
23249 #, no-wrap
23250 msgid ""
23251 " add-drive-ro filename\n"
23252 "\n"
23253 msgstr ""
23254
23255 # type: textblock
23256 #. type: textblock
23257 #: ../fish/guestfish-actions.pod:139
23258 msgid ""
23259 "This function is the equivalent of calling L</add-drive-opts> with the "
23260 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23261 "is added read-only, with the format being detected automatically."
23262 msgstr ""
23263
23264 # type: =head2
23265 #. type: =head2
23266 #: ../fish/guestfish-actions.pod:144
23267 msgid "add-drive-ro-with-if"
23268 msgstr ""
23269
23270 # type: verbatim
23271 #. type: verbatim
23272 #: ../fish/guestfish-actions.pod:146
23273 #, no-wrap
23274 msgid ""
23275 " add-drive-ro-with-if filename iface\n"
23276 "\n"
23277 msgstr ""
23278
23279 # type: textblock
23280 #. type: textblock
23281 #: ../fish/guestfish-actions.pod:148
23282 msgid ""
23283 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
23284 "interface emulation to use at run time."
23285 msgstr ""
23286
23287 # type: =head2
23288 #. type: =head2
23289 #: ../fish/guestfish-actions.pod:158
23290 msgid "add-drive-with-if"
23291 msgstr ""
23292
23293 # type: verbatim
23294 #. type: verbatim
23295 #: ../fish/guestfish-actions.pod:160
23296 #, no-wrap
23297 msgid ""
23298 " add-drive-with-if filename iface\n"
23299 "\n"
23300 msgstr ""
23301
23302 # type: textblock
23303 #. type: textblock
23304 #: ../fish/guestfish-actions.pod:162
23305 msgid ""
23306 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23307 "interface emulation to use at run time."
23308 msgstr ""
23309
23310 # type: =head2
23311 #. type: =head2
23312 #: ../fish/guestfish-actions.pod:172
23313 msgid "aug-clear"
23314 msgstr ""
23315
23316 # type: verbatim
23317 #. type: verbatim
23318 #: ../fish/guestfish-actions.pod:174
23319 #, no-wrap
23320 msgid ""
23321 " aug-clear augpath\n"
23322 "\n"
23323 msgstr ""
23324
23325 # type: =head2
23326 #. type: =head2
23327 #: ../fish/guestfish-actions.pod:179
23328 msgid "aug-close"
23329 msgstr ""
23330
23331 # type: verbatim
23332 #. type: verbatim
23333 #: ../fish/guestfish-actions.pod:181
23334 #, no-wrap
23335 msgid ""
23336 " aug-close\n"
23337 "\n"
23338 msgstr ""
23339
23340 # type: textblock
23341 #. type: textblock
23342 #: ../fish/guestfish-actions.pod:183
23343 msgid ""
23344 "Close the current Augeas handle and free up any resources used by it.  After "
23345 "calling this, you have to call L</aug-init> again before you can use any "
23346 "other Augeas functions."
23347 msgstr ""
23348
23349 # type: =head2
23350 #. type: =head2
23351 #: ../fish/guestfish-actions.pod:188
23352 msgid "aug-defnode"
23353 msgstr ""
23354
23355 # type: verbatim
23356 #. type: verbatim
23357 #: ../fish/guestfish-actions.pod:190
23358 #, no-wrap
23359 msgid ""
23360 " aug-defnode name expr val\n"
23361 "\n"
23362 msgstr ""
23363
23364 # type: textblock
23365 #. type: textblock
23366 #: ../fish/guestfish-actions.pod:195
23367 msgid ""
23368 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23369 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23370 "containing that single node."
23371 msgstr ""
23372
23373 # type: =head2
23374 #. type: =head2
23375 #: ../fish/guestfish-actions.pod:203
23376 msgid "aug-defvar"
23377 msgstr ""
23378
23379 # type: verbatim
23380 #. type: verbatim
23381 #: ../fish/guestfish-actions.pod:205
23382 #, no-wrap
23383 msgid ""
23384 " aug-defvar name expr\n"
23385 "\n"
23386 msgstr ""
23387
23388 # type: =head2
23389 #. type: =head2
23390 #: ../fish/guestfish-actions.pod:214
23391 msgid "aug-get"
23392 msgstr ""
23393
23394 # type: verbatim
23395 #. type: verbatim
23396 #: ../fish/guestfish-actions.pod:216
23397 #, no-wrap
23398 msgid ""
23399 " aug-get augpath\n"
23400 "\n"
23401 msgstr ""
23402
23403 # type: =head2
23404 #. type: =head2
23405 #: ../fish/guestfish-actions.pod:221
23406 msgid "aug-init"
23407 msgstr ""
23408
23409 # type: verbatim
23410 #. type: verbatim
23411 #: ../fish/guestfish-actions.pod:223
23412 #, no-wrap
23413 msgid ""
23414 " aug-init root flags\n"
23415 "\n"
23416 msgstr ""
23417
23418 # type: textblock
23419 #. type: textblock
23420 #: ../fish/guestfish-actions.pod:229
23421 msgid "You must call this before using any other L</aug-*> commands."
23422 msgstr ""
23423
23424 # type: textblock
23425 #. type: textblock
23426 #: ../fish/guestfish-actions.pod:264
23427 msgid "Do not load the tree in L</aug-init>."
23428 msgstr ""
23429
23430 # type: textblock
23431 #. type: textblock
23432 #: ../fish/guestfish-actions.pod:268
23433 msgid "To close the handle, you can call L</aug-close>."
23434 msgstr ""
23435
23436 # type: =head2
23437 #. type: =head2
23438 #: ../fish/guestfish-actions.pod:272
23439 msgid "aug-insert"
23440 msgstr ""
23441
23442 # type: verbatim
23443 #. type: verbatim
23444 #: ../fish/guestfish-actions.pod:274
23445 #, no-wrap
23446 msgid ""
23447 " aug-insert augpath label true|false\n"
23448 "\n"
23449 msgstr ""
23450
23451 # type: =head2
23452 #. type: =head2
23453 #: ../fish/guestfish-actions.pod:284
23454 msgid "aug-load"
23455 msgstr ""
23456
23457 # type: verbatim
23458 #. type: verbatim
23459 #: ../fish/guestfish-actions.pod:286
23460 #, no-wrap
23461 msgid ""
23462 " aug-load\n"
23463 "\n"
23464 msgstr ""
23465
23466 # type: =head2
23467 #. type: =head2
23468 #: ../fish/guestfish-actions.pod:293
23469 msgid "aug-ls"
23470 msgstr ""
23471
23472 # type: verbatim
23473 #. type: verbatim
23474 #: ../fish/guestfish-actions.pod:295
23475 #, no-wrap
23476 msgid ""
23477 " aug-ls augpath\n"
23478 "\n"
23479 msgstr ""
23480
23481 # type: textblock
23482 #. type: textblock
23483 #: ../fish/guestfish-actions.pod:297
23484 msgid ""
23485 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23486 "resulting nodes into alphabetical order."
23487 msgstr ""
23488
23489 # type: =head2
23490 #. type: =head2
23491 #: ../fish/guestfish-actions.pod:300
23492 msgid "aug-match"
23493 msgstr ""
23494
23495 # type: verbatim
23496 #. type: verbatim
23497 #: ../fish/guestfish-actions.pod:302
23498 #, no-wrap
23499 msgid ""
23500 " aug-match augpath\n"
23501 "\n"
23502 msgstr ""
23503
23504 # type: =head2
23505 #. type: =head2
23506 #: ../fish/guestfish-actions.pod:308
23507 msgid "aug-mv"
23508 msgstr ""
23509
23510 # type: verbatim
23511 #. type: verbatim
23512 #: ../fish/guestfish-actions.pod:310
23513 #, no-wrap
23514 msgid ""
23515 " aug-mv src dest\n"
23516 "\n"
23517 msgstr ""
23518
23519 # type: =head2
23520 #. type: =head2
23521 #: ../fish/guestfish-actions.pod:315
23522 msgid "aug-rm"
23523 msgstr ""
23524
23525 # type: verbatim
23526 #. type: verbatim
23527 #: ../fish/guestfish-actions.pod:317
23528 #, no-wrap
23529 msgid ""
23530 " aug-rm augpath\n"
23531 "\n"
23532 msgstr ""
23533
23534 # type: =head2
23535 #. type: =head2
23536 #: ../fish/guestfish-actions.pod:323
23537 msgid "aug-save"
23538 msgstr ""
23539
23540 # type: verbatim
23541 #. type: verbatim
23542 #: ../fish/guestfish-actions.pod:325
23543 #, no-wrap
23544 msgid ""
23545 " aug-save\n"
23546 "\n"
23547 msgstr ""
23548
23549 # type: textblock
23550 #. type: textblock
23551 #: ../fish/guestfish-actions.pod:329
23552 msgid ""
23553 "The flags which were passed to L</aug-init> affect exactly how files are "
23554 "saved."
23555 msgstr ""
23556
23557 # type: =head2
23558 #. type: =head2
23559 #: ../fish/guestfish-actions.pod:332
23560 msgid "aug-set"
23561 msgstr ""
23562
23563 # type: verbatim
23564 #. type: verbatim
23565 #: ../fish/guestfish-actions.pod:334
23566 #, no-wrap
23567 msgid ""
23568 " aug-set augpath val\n"
23569 "\n"
23570 msgstr ""
23571
23572 # type: textblock
23573 #. type: textblock
23574 #: ../fish/guestfish-actions.pod:338
23575 msgid ""
23576 "In the Augeas API, it is possible to clear a node by setting the value to "
23577 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23578 "this call.  Instead you must use the L</aug-clear> call."
23579 msgstr ""
23580
23581 # type: =head2
23582 #. type: =head2
23583 #: ../fish/guestfish-actions.pod:343
23584 msgid "available"
23585 msgstr ""
23586
23587 # type: verbatim
23588 #. type: verbatim
23589 #: ../fish/guestfish-actions.pod:345
23590 #, no-wrap
23591 msgid ""
23592 " available 'groups ...'\n"
23593 "\n"
23594 msgstr ""
23595
23596 # type: textblock
23597 #. type: textblock
23598 #: ../fish/guestfish-actions.pod:351
23599 msgid ""
23600 "The libguestfs groups, and the functions that those groups correspond to, "
23601 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23602 "runtime by calling L</available-all-groups>."
23603 msgstr ""
23604
23605 # type: textblock
23606 #. type: textblock
23607 #: ../fish/guestfish-actions.pod:375
23608 msgid "You must call L</launch> before calling this function."
23609 msgstr ""
23610
23611 # type: textblock
23612 #. type: textblock
23613 #: ../fish/guestfish-actions.pod:397
23614 msgid ""
23615 "This call was added in version C<1.0.80>.  In previous versions of "
23616 "libguestfs all you could do would be to speculatively execute a command to "
23617 "find out if the daemon implemented it.  See also L</version>."
23618 msgstr ""
23619
23620 # type: =head2
23621 #. type: =head2
23622 #: ../fish/guestfish-actions.pod:404
23623 msgid "available-all-groups"
23624 msgstr ""
23625
23626 # type: verbatim
23627 #. type: verbatim
23628 #: ../fish/guestfish-actions.pod:406
23629 #, no-wrap
23630 msgid ""
23631 " available-all-groups\n"
23632 "\n"
23633 msgstr ""
23634
23635 # type: textblock
23636 #. type: textblock
23637 #: ../fish/guestfish-actions.pod:408
23638 msgid ""
23639 "This command returns a list of all optional groups that this daemon knows "
23640 "about.  Note this returns both supported and unsupported groups.  To find "
23641 "out which ones the daemon can actually support you have to call L</"
23642 "available> on each member of the returned list."
23643 msgstr ""
23644
23645 # type: textblock
23646 #. type: textblock
23647 #: ../fish/guestfish-actions.pod:414
23648 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23649 msgstr ""
23650
23651 # type: =head2
23652 #. type: =head2
23653 #: ../fish/guestfish-actions.pod:416
23654 msgid "base64-in"
23655 msgstr ""
23656
23657 # type: verbatim
23658 #. type: verbatim
23659 #: ../fish/guestfish-actions.pod:418
23660 #, no-wrap
23661 msgid ""
23662 " base64-in (base64file|-) filename\n"
23663 "\n"
23664 msgstr ""
23665
23666 # type: textblock
23667 #. type: textblock
23668 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
23669 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
23670 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221
23671 #: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4215
23672 #: ../fish/guestfish-actions.pod:4226 ../fish/guestfish-actions.pod:4237
23673 #: ../fish/guestfish-actions.pod:4289 ../fish/guestfish-actions.pod:4298
23674 #: ../fish/guestfish-actions.pod:4352 ../fish/guestfish-actions.pod:4375
23675 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23676 msgstr ""
23677
23678 # type: =head2
23679 #. type: =head2
23680 #: ../fish/guestfish-actions.pod:425
23681 msgid "base64-out"
23682 msgstr ""
23683
23684 # type: verbatim
23685 #. type: verbatim
23686 #: ../fish/guestfish-actions.pod:427
23687 #, no-wrap
23688 msgid ""
23689 " base64-out filename (base64file|-)\n"
23690 "\n"
23691 msgstr ""
23692
23693 # type: =head2
23694 #. type: =head2
23695 #: ../fish/guestfish-actions.pod:434
23696 msgid "blockdev-flushbufs"
23697 msgstr ""
23698
23699 # type: verbatim
23700 #. type: verbatim
23701 #: ../fish/guestfish-actions.pod:436
23702 #, no-wrap
23703 msgid ""
23704 " blockdev-flushbufs device\n"
23705 "\n"
23706 msgstr ""
23707
23708 # type: =head2
23709 #. type: =head2
23710 #: ../fish/guestfish-actions.pod:443
23711 msgid "blockdev-getbsz"
23712 msgstr ""
23713
23714 # type: verbatim
23715 #. type: verbatim
23716 #: ../fish/guestfish-actions.pod:445
23717 #, no-wrap
23718 msgid ""
23719 " blockdev-getbsz device\n"
23720 "\n"
23721 msgstr ""
23722
23723 # type: =head2
23724 #. type: =head2
23725 #: ../fish/guestfish-actions.pod:454
23726 msgid "blockdev-getro"
23727 msgstr ""
23728
23729 # type: verbatim
23730 #. type: verbatim
23731 #: ../fish/guestfish-actions.pod:456
23732 #, no-wrap
23733 msgid ""
23734 " blockdev-getro device\n"
23735 "\n"
23736 msgstr ""
23737
23738 # type: =head2
23739 #. type: =head2
23740 #: ../fish/guestfish-actions.pod:463
23741 msgid "blockdev-getsize64"
23742 msgstr ""
23743
23744 # type: verbatim
23745 #. type: verbatim
23746 #: ../fish/guestfish-actions.pod:465
23747 #, no-wrap
23748 msgid ""
23749 " blockdev-getsize64 device\n"
23750 "\n"
23751 msgstr ""
23752
23753 # type: textblock
23754 #. type: textblock
23755 #: ../fish/guestfish-actions.pod:469
23756 msgid "See also L</blockdev-getsz>."
23757 msgstr ""
23758
23759 # type: =head2
23760 #. type: =head2
23761 #: ../fish/guestfish-actions.pod:473
23762 msgid "blockdev-getss"
23763 msgstr ""
23764
23765 # type: verbatim
23766 #. type: verbatim
23767 #: ../fish/guestfish-actions.pod:475
23768 #, no-wrap
23769 msgid ""
23770 " blockdev-getss device\n"
23771 "\n"
23772 msgstr ""
23773
23774 # type: textblock
23775 #. type: textblock
23776 #: ../fish/guestfish-actions.pod:480
23777 msgid ""
23778 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23779 msgstr ""
23780
23781 # type: =head2
23782 #. type: =head2
23783 #: ../fish/guestfish-actions.pod:485
23784 msgid "blockdev-getsz"
23785 msgstr ""
23786
23787 # type: verbatim
23788 #. type: verbatim
23789 #: ../fish/guestfish-actions.pod:487
23790 #, no-wrap
23791 msgid ""
23792 " blockdev-getsz device\n"
23793 "\n"
23794 msgstr ""
23795
23796 # type: textblock
23797 #. type: textblock
23798 #: ../fish/guestfish-actions.pod:492
23799 msgid ""
23800 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23801 "blockdev-getsize64> for the more useful I<size in bytes>."
23802 msgstr ""
23803
23804 # type: =head2
23805 #. type: =head2
23806 #: ../fish/guestfish-actions.pod:498
23807 msgid "blockdev-rereadpt"
23808 msgstr ""
23809
23810 # type: verbatim
23811 #. type: verbatim
23812 #: ../fish/guestfish-actions.pod:500
23813 #, no-wrap
23814 msgid ""
23815 " blockdev-rereadpt device\n"
23816 "\n"
23817 msgstr ""
23818
23819 # type: =head2
23820 #. type: =head2
23821 #: ../fish/guestfish-actions.pod:506
23822 msgid "blockdev-setbsz"
23823 msgstr ""
23824
23825 # type: verbatim
23826 #. type: verbatim
23827 #: ../fish/guestfish-actions.pod:508
23828 #, no-wrap
23829 msgid ""
23830 " blockdev-setbsz device blocksize\n"
23831 "\n"
23832 msgstr ""
23833
23834 # type: =head2
23835 #. type: =head2
23836 #: ../fish/guestfish-actions.pod:517
23837 msgid "blockdev-setro"
23838 msgstr ""
23839
23840 # type: verbatim
23841 #. type: verbatim
23842 #: ../fish/guestfish-actions.pod:519
23843 #, no-wrap
23844 msgid ""
23845 " blockdev-setro device\n"
23846 "\n"
23847 msgstr ""
23848
23849 # type: =head2
23850 #. type: =head2
23851 #: ../fish/guestfish-actions.pod:525
23852 msgid "blockdev-setrw"
23853 msgstr ""
23854
23855 # type: verbatim
23856 #. type: verbatim
23857 #: ../fish/guestfish-actions.pod:527
23858 #, no-wrap
23859 msgid ""
23860 " blockdev-setrw device\n"
23861 "\n"
23862 msgstr ""
23863
23864 # type: =head2
23865 #. type: =head2
23866 #: ../fish/guestfish-actions.pod:533
23867 msgid "case-sensitive-path"
23868 msgstr ""
23869
23870 # type: verbatim
23871 #. type: verbatim
23872 #: ../fish/guestfish-actions.pod:535
23873 #, no-wrap
23874 msgid ""
23875 " case-sensitive-path path\n"
23876 "\n"
23877 msgstr ""
23878
23879 # type: textblock
23880 #. type: textblock
23881 #: ../fish/guestfish-actions.pod:559
23882 msgid ""
23883 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23884 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23885 "the directories were originally created under Windows)."
23886 msgstr ""
23887
23888 # type: textblock
23889 #. type: textblock
23890 #: ../fish/guestfish-actions.pod:567
23891 msgid "See also L</realpath>."
23892 msgstr ""
23893
23894 # type: =head2
23895 #. type: =head2
23896 #: ../fish/guestfish-actions.pod:569
23897 msgid "cat"
23898 msgstr ""
23899
23900 # type: verbatim
23901 #. type: verbatim
23902 #: ../fish/guestfish-actions.pod:571
23903 #, no-wrap
23904 msgid ""
23905 " cat path\n"
23906 "\n"
23907 msgstr ""
23908
23909 # type: textblock
23910 #. type: textblock
23911 #: ../fish/guestfish-actions.pod:575
23912 msgid ""
23913 "Note that this function cannot correctly handle binary files (specifically, "
23914 "files containing C<\\0> character which is treated as end of string).  For "
23915 "those you need to use the L</read-file> or L</download> functions which have "
23916 "a more complex interface."
23917 msgstr ""
23918
23919 # type: =head2
23920 #. type: =head2
23921 #: ../fish/guestfish-actions.pod:583
23922 msgid "checksum"
23923 msgstr ""
23924
23925 # type: verbatim
23926 #. type: verbatim
23927 #: ../fish/guestfish-actions.pod:585
23928 #, no-wrap
23929 msgid ""
23930 " checksum csumtype path\n"
23931 "\n"
23932 msgstr ""
23933
23934 # type: textblock
23935 #. type: textblock
23936 #: ../fish/guestfish-actions.pod:628
23937 msgid "To get the checksum for a device, use L</checksum-device>."
23938 msgstr ""
23939
23940 # type: textblock
23941 #. type: textblock
23942 #: ../fish/guestfish-actions.pod:630
23943 msgid "To get the checksums for many files, use L</checksums-out>."
23944 msgstr ""
23945
23946 # type: =head2
23947 #. type: =head2
23948 #: ../fish/guestfish-actions.pod:632
23949 msgid "checksum-device"
23950 msgstr ""
23951
23952 # type: verbatim
23953 #. type: verbatim
23954 #: ../fish/guestfish-actions.pod:634
23955 #, no-wrap
23956 msgid ""
23957 " checksum-device csumtype device\n"
23958 "\n"
23959 msgstr ""
23960
23961 # type: textblock
23962 #. type: textblock
23963 #: ../fish/guestfish-actions.pod:636
23964 msgid ""
23965 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23966 "device named C<device>.  For the types of checksums supported see the L</"
23967 "checksum> command."
23968 msgstr ""
23969
23970 # type: =head2
23971 #. type: =head2
23972 #: ../fish/guestfish-actions.pod:640
23973 msgid "checksums-out"
23974 msgstr ""
23975
23976 # type: verbatim
23977 #. type: verbatim
23978 #: ../fish/guestfish-actions.pod:642
23979 #, no-wrap
23980 msgid ""
23981 " checksums-out csumtype directory (sumsfile|-)\n"
23982 "\n"
23983 msgstr ""
23984
23985 # type: =head2
23986 #. type: =head2
23987 #: ../fish/guestfish-actions.pod:658
23988 msgid "chmod"
23989 msgstr ""
23990
23991 # type: verbatim
23992 #. type: verbatim
23993 #: ../fish/guestfish-actions.pod:660
23994 #, no-wrap
23995 msgid ""
23996 " chmod mode path\n"
23997 "\n"
23998 msgstr ""
23999
24000 # type: =head2
24001 #. type: =head2
24002 #: ../fish/guestfish-actions.pod:671
24003 msgid "chown"
24004 msgstr ""
24005
24006 # type: verbatim
24007 #. type: verbatim
24008 #: ../fish/guestfish-actions.pod:673
24009 #, no-wrap
24010 msgid ""
24011 " chown owner group path\n"
24012 "\n"
24013 msgstr ""
24014
24015 # type: =head2
24016 #. type: =head2
24017 #: ../fish/guestfish-actions.pod:681
24018 msgid "command"
24019 msgstr ""
24020
24021 # type: verbatim
24022 #. type: verbatim
24023 #: ../fish/guestfish-actions.pod:683
24024 #, no-wrap
24025 msgid ""
24026 " command 'arguments ...'\n"
24027 "\n"
24028 msgstr ""
24029
24030 # type: textblock
24031 #. type: textblock
24032 #: ../fish/guestfish-actions.pod:690
24033 msgid ""
24034 "The single parameter is an argv-style list of arguments.  The first element "
24035 "is the name of the program to run.  Subsequent elements are parameters.  The "
24036 "list must be non-empty (ie. must contain a program name).  Note that the "
24037 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24038 msgstr ""
24039
24040 # type: =head2
24041 #. type: =head2
24042 #: ../fish/guestfish-actions.pod:718
24043 msgid "command-lines"
24044 msgstr ""
24045
24046 # type: verbatim
24047 #. type: verbatim
24048 #: ../fish/guestfish-actions.pod:720
24049 #, no-wrap
24050 msgid ""
24051 " command-lines 'arguments ...'\n"
24052 "\n"
24053 msgstr ""
24054
24055 # type: textblock
24056 #. type: textblock
24057 #: ../fish/guestfish-actions.pod:722
24058 msgid ""
24059 "This is the same as L</command>, but splits the result into a list of lines."
24060 msgstr ""
24061
24062 # type: textblock
24063 #. type: textblock
24064 #: ../fish/guestfish-actions.pod:725
24065 msgid "See also: L</sh-lines>"
24066 msgstr ""
24067
24068 # type: =head2
24069 #. type: =head2
24070 #: ../fish/guestfish-actions.pod:730
24071 msgid "config"
24072 msgstr ""
24073
24074 # type: verbatim
24075 #. type: verbatim
24076 #: ../fish/guestfish-actions.pod:732
24077 #, no-wrap
24078 msgid ""
24079 " config qemuparam qemuvalue\n"
24080 "\n"
24081 msgstr ""
24082
24083 # type: =head2
24084 #. type: =head2
24085 #: ../fish/guestfish-actions.pod:743
24086 msgid "copy-size"
24087 msgstr ""
24088
24089 # type: verbatim
24090 #. type: verbatim
24091 #: ../fish/guestfish-actions.pod:745
24092 #, no-wrap
24093 msgid ""
24094 " copy-size src dest size\n"
24095 "\n"
24096 msgstr ""
24097
24098 # type: =head2
24099 #. type: =head2
24100 #: ../fish/guestfish-actions.pod:753
24101 msgid "cp"
24102 msgstr ""
24103
24104 # type: verbatim
24105 #. type: verbatim
24106 #: ../fish/guestfish-actions.pod:755
24107 #, no-wrap
24108 msgid ""
24109 " cp src dest\n"
24110 "\n"
24111 msgstr ""
24112
24113 # type: =head2
24114 #. type: =head2
24115 #: ../fish/guestfish-actions.pod:760
24116 msgid "cp-a"
24117 msgstr ""
24118
24119 # type: verbatim
24120 #. type: verbatim
24121 #: ../fish/guestfish-actions.pod:762
24122 #, no-wrap
24123 msgid ""
24124 " cp-a src dest\n"
24125 "\n"
24126 msgstr ""
24127
24128 # type: =head2
24129 #. type: =head2
24130 #: ../fish/guestfish-actions.pod:767
24131 msgid "dd"
24132 msgstr ""
24133
24134 # type: verbatim
24135 #. type: verbatim
24136 #: ../fish/guestfish-actions.pod:769
24137 #, no-wrap
24138 msgid ""
24139 " dd src dest\n"
24140 "\n"
24141 msgstr ""
24142
24143 # type: textblock
24144 #. type: textblock
24145 #: ../fish/guestfish-actions.pod:776
24146 msgid ""
24147 "If the destination is a device, it must be as large or larger than the "
24148 "source file or device, otherwise the copy will fail.  This command cannot do "
24149 "partial copies (see L</copy-size>)."
24150 msgstr ""
24151
24152 # type: =head2
24153 #. type: =head2
24154 #: ../fish/guestfish-actions.pod:780
24155 msgid "df"
24156 msgstr ""
24157
24158 # type: verbatim
24159 #. type: verbatim
24160 #: ../fish/guestfish-actions.pod:782
24161 #, no-wrap
24162 msgid ""
24163 " df\n"
24164 "\n"
24165 msgstr ""
24166
24167 # type: textblock
24168 #. type: textblock
24169 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
24170 msgid ""
24171 "This command is mostly useful for interactive sessions.  It is I<not> "
24172 "intended that you try to parse the output string.  Use L</statvfs> from "
24173 "programs."
24174 msgstr ""
24175
24176 # type: =head2
24177 #. type: =head2
24178 #: ../fish/guestfish-actions.pod:790
24179 msgid "df-h"
24180 msgstr ""
24181
24182 # type: verbatim
24183 #. type: verbatim
24184 #: ../fish/guestfish-actions.pod:792
24185 #, no-wrap
24186 msgid ""
24187 " df-h\n"
24188 "\n"
24189 msgstr ""
24190
24191 # type: =head2
24192 #. type: =head2
24193 #: ../fish/guestfish-actions.pod:801
24194 msgid "dmesg"
24195 msgstr ""
24196
24197 # type: verbatim
24198 #. type: verbatim
24199 #: ../fish/guestfish-actions.pod:803
24200 #, no-wrap
24201 msgid ""
24202 " dmesg\n"
24203 "\n"
24204 msgstr ""
24205
24206 # type: textblock
24207 #. type: textblock
24208 #: ../fish/guestfish-actions.pod:809
24209 msgid ""
24210 "Another way to get the same information is to enable verbose messages with "
24211 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24212 "before running the program."
24213 msgstr ""
24214
24215 # type: =head2
24216 #. type: =head2
24217 #: ../fish/guestfish-actions.pod:814
24218 msgid "download"
24219 msgstr ""
24220
24221 # type: verbatim
24222 #. type: verbatim
24223 #: ../fish/guestfish-actions.pod:816
24224 #, no-wrap
24225 msgid ""
24226 " download remotefilename (filename|-)\n"
24227 "\n"
24228 msgstr ""
24229
24230 # type: textblock
24231 #. type: textblock
24232 #: ../fish/guestfish-actions.pod:823
24233 msgid "See also L</upload>, L</cat>."
24234 msgstr ""
24235
24236 # type: =head2
24237 #. type: =head2
24238 #: ../fish/guestfish-actions.pod:827
24239 msgid "download-offset"
24240 msgstr ""
24241
24242 # type: verbatim
24243 #. type: verbatim
24244 #: ../fish/guestfish-actions.pod:829
24245 #, no-wrap
24246 msgid ""
24247 " download-offset remotefilename (filename|-) offset size\n"
24248 "\n"
24249 msgstr ""
24250
24251 # type: textblock
24252 #. type: textblock
24253 #: ../fish/guestfish-actions.pod:837
24254 msgid ""
24255 "Note that there is no limit on the amount of data that can be downloaded "
24256 "with this call, unlike with L</pread>, and this call always reads the full "
24257 "amount unless an error occurs."
24258 msgstr ""
24259
24260 # type: textblock
24261 #. type: textblock
24262 #: ../fish/guestfish-actions.pod:842
24263 msgid "See also L</download>, L</pread>."
24264 msgstr ""
24265
24266 # type: =head2
24267 #. type: =head2
24268 #: ../fish/guestfish-actions.pod:846
24269 msgid "drop-caches"
24270 msgstr ""
24271
24272 # type: verbatim
24273 #. type: verbatim
24274 #: ../fish/guestfish-actions.pod:848
24275 #, no-wrap
24276 msgid ""
24277 " drop-caches whattodrop\n"
24278 "\n"
24279 msgstr ""
24280
24281 # type: =head2
24282 #. type: =head2
24283 #: ../fish/guestfish-actions.pod:860
24284 msgid "du"
24285 msgstr ""
24286
24287 # type: verbatim
24288 #. type: verbatim
24289 #: ../fish/guestfish-actions.pod:862
24290 #, no-wrap
24291 msgid ""
24292 " du path\n"
24293 "\n"
24294 msgstr ""
24295
24296 # type: =head2
24297 #. type: =head2
24298 #: ../fish/guestfish-actions.pod:874
24299 msgid "e2fsck-f"
24300 msgstr ""
24301
24302 # type: verbatim
24303 #. type: verbatim
24304 #: ../fish/guestfish-actions.pod:876
24305 #, no-wrap
24306 msgid ""
24307 " e2fsck-f device\n"
24308 "\n"
24309 msgstr ""
24310
24311 # type: textblock
24312 #. type: textblock
24313 #: ../fish/guestfish-actions.pod:882
24314 msgid ""
24315 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24316 "should use L</fsck>."
24317 msgstr ""
24318
24319 # type: =head2
24320 #. type: =head2
24321 #: ../fish/guestfish-actions.pod:885
24322 msgid "echo-daemon"
24323 msgstr ""
24324
24325 # type: verbatim
24326 #. type: verbatim
24327 #: ../fish/guestfish-actions.pod:887
24328 #, no-wrap
24329 msgid ""
24330 " echo-daemon 'words ...'\n"
24331 "\n"
24332 msgstr ""
24333
24334 # type: textblock
24335 #. type: textblock
24336 #: ../fish/guestfish-actions.pod:894
24337 msgid "See also L</ping-daemon>."
24338 msgstr ""
24339
24340 # type: =head2
24341 #. type: =head2
24342 #: ../fish/guestfish-actions.pod:896
24343 msgid "egrep"
24344 msgstr ""
24345
24346 # type: verbatim
24347 #. type: verbatim
24348 #: ../fish/guestfish-actions.pod:898
24349 #, no-wrap
24350 msgid ""
24351 " egrep regex path\n"
24352 "\n"
24353 msgstr ""
24354
24355 # type: =head2
24356 #. type: =head2
24357 #: ../fish/guestfish-actions.pod:906
24358 msgid "egrepi"
24359 msgstr ""
24360
24361 # type: verbatim
24362 #. type: verbatim
24363 #: ../fish/guestfish-actions.pod:908
24364 #, no-wrap
24365 msgid ""
24366 " egrepi regex path\n"
24367 "\n"
24368 msgstr ""
24369
24370 # type: =head2
24371 #. type: =head2
24372 #: ../fish/guestfish-actions.pod:916
24373 msgid "equal"
24374 msgstr ""
24375
24376 # type: verbatim
24377 #. type: verbatim
24378 #: ../fish/guestfish-actions.pod:918
24379 #, no-wrap
24380 msgid ""
24381 " equal file1 file2\n"
24382 "\n"
24383 msgstr ""
24384
24385 # type: =head2
24386 #. type: =head2
24387 #: ../fish/guestfish-actions.pod:925
24388 msgid "exists"
24389 msgstr ""
24390
24391 # type: verbatim
24392 #. type: verbatim
24393 #: ../fish/guestfish-actions.pod:927
24394 #, no-wrap
24395 msgid ""
24396 " exists path\n"
24397 "\n"
24398 msgstr ""
24399
24400 # type: textblock
24401 #. type: textblock
24402 #: ../fish/guestfish-actions.pod:932
24403 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24404 msgstr ""
24405
24406 # type: =head2
24407 #. type: =head2
24408 #: ../fish/guestfish-actions.pod:934
24409 msgid "fallocate"
24410 msgstr ""
24411
24412 # type: verbatim
24413 #. type: verbatim
24414 #: ../fish/guestfish-actions.pod:936
24415 #, no-wrap
24416 msgid ""
24417 " fallocate path len\n"
24418 "\n"
24419 msgstr ""
24420
24421 # type: =head2
24422 #. type: =head2
24423 #: ../fish/guestfish-actions.pod:953
24424 msgid "fallocate64"
24425 msgstr ""
24426
24427 # type: verbatim
24428 #. type: verbatim
24429 #: ../fish/guestfish-actions.pod:955
24430 #, no-wrap
24431 msgid ""
24432 " fallocate64 path len\n"
24433 "\n"
24434 msgstr ""
24435
24436 # type: textblock
24437 #. type: textblock
24438 #: ../fish/guestfish-actions.pod:961
24439 msgid ""
24440 "Note that this call allocates disk blocks for the file.  To create a sparse "
24441 "file use L</truncate-size> instead."
24442 msgstr ""
24443
24444 # type: textblock
24445 #. type: textblock
24446 #: ../fish/guestfish-actions.pod:964
24447 msgid ""
24448 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24449 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24450 "maximum size of files created through that call to 1GB."
24451 msgstr ""
24452
24453 # type: =head2
24454 #. type: =head2
24455 #: ../fish/guestfish-actions.pod:973
24456 msgid "fgrep"
24457 msgstr ""
24458
24459 # type: verbatim
24460 #. type: verbatim
24461 #: ../fish/guestfish-actions.pod:975
24462 #, no-wrap
24463 msgid ""
24464 " fgrep pattern path\n"
24465 "\n"
24466 msgstr ""
24467
24468 # type: =head2
24469 #. type: =head2
24470 #: ../fish/guestfish-actions.pod:983
24471 msgid "fgrepi"
24472 msgstr ""
24473
24474 # type: verbatim
24475 #. type: verbatim
24476 #: ../fish/guestfish-actions.pod:985
24477 #, no-wrap
24478 msgid ""
24479 " fgrepi pattern path\n"
24480 "\n"
24481 msgstr ""
24482
24483 # type: =head2
24484 #. type: =head2
24485 #: ../fish/guestfish-actions.pod:993
24486 msgid "file"
24487 msgstr ""
24488
24489 # type: verbatim
24490 #. type: verbatim
24491 #: ../fish/guestfish-actions.pod:995
24492 #, no-wrap
24493 msgid ""
24494 " file path\n"
24495 "\n"
24496 msgstr ""
24497
24498 # type: textblock
24499 #. type: textblock
24500 #: ../fish/guestfish-actions.pod:1007
24501 msgid ""
24502 "This command can also be used on C</dev/> devices (and partitions, LV "
24503 "names).  You can for example use this to determine if a device contains a "
24504 "filesystem, although it's usually better to use L</vfs-type>."
24505 msgstr ""
24506
24507 # type: =head2
24508 #. type: =head2
24509 #: ../fish/guestfish-actions.pod:1017
24510 msgid "file-architecture"
24511 msgstr ""
24512
24513 # type: verbatim
24514 #. type: verbatim
24515 #: ../fish/guestfish-actions.pod:1019
24516 #, no-wrap
24517 msgid ""
24518 " file-architecture filename\n"
24519 "\n"
24520 msgstr ""
24521
24522 # type: =head2
24523 #. type: =head2
24524 #: ../fish/guestfish-actions.pod:1122
24525 msgid "filesize"
24526 msgstr ""
24527
24528 # type: verbatim
24529 #. type: verbatim
24530 #: ../fish/guestfish-actions.pod:1124
24531 #, no-wrap
24532 msgid ""
24533 " filesize file\n"
24534 "\n"
24535 msgstr ""
24536
24537 # type: textblock
24538 #. type: textblock
24539 #: ../fish/guestfish-actions.pod:1128
24540 msgid ""
24541 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24542 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24543 msgstr ""
24544
24545 # type: =head2
24546 #. type: =head2
24547 #: ../fish/guestfish-actions.pod:1132
24548 msgid "fill"
24549 msgstr ""
24550
24551 # type: verbatim
24552 #. type: verbatim
24553 #: ../fish/guestfish-actions.pod:1134
24554 #, no-wrap
24555 msgid ""
24556 " fill c len path\n"
24557 "\n"
24558 msgstr ""
24559
24560 # type: textblock
24561 #. type: textblock
24562 #: ../fish/guestfish-actions.pod:1140
24563 msgid ""
24564 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24565 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24566 "L</fill-pattern>."
24567 msgstr ""
24568
24569 # type: =head2
24570 #. type: =head2
24571 #: ../fish/guestfish-actions.pod:1145
24572 msgid "fill-pattern"
24573 msgstr ""
24574
24575 # type: verbatim
24576 #. type: verbatim
24577 #: ../fish/guestfish-actions.pod:1147
24578 #, no-wrap
24579 msgid ""
24580 " fill-pattern pattern len path\n"
24581 "\n"
24582 msgstr ""
24583
24584 # type: textblock
24585 #. type: textblock
24586 #: ../fish/guestfish-actions.pod:1149
24587 msgid ""
24588 "This function is like L</fill> except that it creates a new file of length "
24589 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24590 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24591 "bytes."
24592 msgstr ""
24593
24594 # type: =head2
24595 #. type: =head2
24596 #: ../fish/guestfish-actions.pod:1154
24597 msgid "find"
24598 msgstr ""
24599
24600 # type: verbatim
24601 #. type: verbatim
24602 #: ../fish/guestfish-actions.pod:1156
24603 #, no-wrap
24604 msgid ""
24605 " find directory\n"
24606 "\n"
24607 msgstr ""
24608
24609 # type: textblock
24610 #. type: textblock
24611 #: ../fish/guestfish-actions.pod:1170
24612 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24613 msgstr ""
24614
24615 # type: textblock
24616 #. type: textblock
24617 #: ../fish/guestfish-actions.pod:1183
24618 msgid "See also L</find0>."
24619 msgstr ""
24620
24621 # type: =head2
24622 #. type: =head2
24623 #: ../fish/guestfish-actions.pod:1188
24624 msgid "find0"
24625 msgstr ""
24626
24627 # type: verbatim
24628 #. type: verbatim
24629 #: ../fish/guestfish-actions.pod:1190
24630 #, no-wrap
24631 msgid ""
24632 " find0 directory (files|-)\n"
24633 "\n"
24634 msgstr ""
24635
24636 # type: textblock
24637 #. type: textblock
24638 #: ../fish/guestfish-actions.pod:1196
24639 msgid ""
24640 "This command works the same way as L</find> with the following exceptions:"
24641 msgstr ""
24642
24643 # type: =head2
24644 #. type: =head2
24645 #: ../fish/guestfish-actions.pod:1223
24646 msgid "findfs-label"
24647 msgstr ""
24648
24649 # type: verbatim
24650 #. type: verbatim
24651 #: ../fish/guestfish-actions.pod:1225
24652 #, no-wrap
24653 msgid ""
24654 " findfs-label label\n"
24655 "\n"
24656 msgstr ""
24657
24658 # type: textblock
24659 #. type: textblock
24660 #: ../fish/guestfish-actions.pod:1231
24661 msgid "To find the label of a filesystem, use L</vfs-label>."
24662 msgstr ""
24663
24664 # type: =head2
24665 #. type: =head2
24666 #: ../fish/guestfish-actions.pod:1233
24667 msgid "findfs-uuid"
24668 msgstr ""
24669
24670 # type: verbatim
24671 #. type: verbatim
24672 #: ../fish/guestfish-actions.pod:1235
24673 #, no-wrap
24674 msgid ""
24675 " findfs-uuid uuid\n"
24676 "\n"
24677 msgstr ""
24678
24679 # type: textblock
24680 #. type: textblock
24681 #: ../fish/guestfish-actions.pod:1241
24682 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24683 msgstr ""
24684
24685 # type: =head2
24686 #. type: =head2
24687 #: ../fish/guestfish-actions.pod:1243
24688 msgid "fsck"
24689 msgstr ""
24690
24691 # type: verbatim
24692 #. type: verbatim
24693 #: ../fish/guestfish-actions.pod:1245
24694 #, no-wrap
24695 msgid ""
24696 " fsck fstype device\n"
24697 "\n"
24698 msgstr ""
24699
24700 # type: =head2
24701 #. type: =head2
24702 #: ../fish/guestfish-actions.pod:1275
24703 msgid "get-append"
24704 msgstr ""
24705
24706 # type: verbatim
24707 #. type: verbatim
24708 #: ../fish/guestfish-actions.pod:1277
24709 #, no-wrap
24710 msgid ""
24711 " get-append\n"
24712 "\n"
24713 msgstr ""
24714
24715 # type: =head2
24716 #. type: =head2
24717 #: ../fish/guestfish-actions.pod:1284
24718 msgid "get-autosync"
24719 msgstr ""
24720
24721 # type: verbatim
24722 #. type: verbatim
24723 #: ../fish/guestfish-actions.pod:1286
24724 #, no-wrap
24725 msgid ""
24726 " get-autosync\n"
24727 "\n"
24728 msgstr ""
24729
24730 # type: =head2
24731 #. type: =head2
24732 #: ../fish/guestfish-actions.pod:1290
24733 msgid "get-direct"
24734 msgstr ""
24735
24736 # type: verbatim
24737 #. type: verbatim
24738 #: ../fish/guestfish-actions.pod:1292
24739 #, no-wrap
24740 msgid ""
24741 " get-direct\n"
24742 "\n"
24743 msgstr ""
24744
24745 # type: =head2
24746 #. type: =head2
24747 #: ../fish/guestfish-actions.pod:1296
24748 msgid "get-e2label"
24749 msgstr ""
24750
24751 # type: verbatim
24752 #. type: verbatim
24753 #: ../fish/guestfish-actions.pod:1298
24754 #, no-wrap
24755 msgid ""
24756 " get-e2label device\n"
24757 "\n"
24758 msgstr ""
24759
24760 # type: =head2
24761 #. type: =head2
24762 #: ../fish/guestfish-actions.pod:1310
24763 msgid "get-e2uuid"
24764 msgstr ""
24765
24766 # type: verbatim
24767 #. type: verbatim
24768 #: ../fish/guestfish-actions.pod:1312
24769 #, no-wrap
24770 msgid ""
24771 " get-e2uuid device\n"
24772 "\n"
24773 msgstr ""
24774
24775 # type: =head2
24776 #. type: =head2
24777 #: ../fish/guestfish-actions.pod:1324
24778 msgid "get-memsize"
24779 msgstr ""
24780
24781 # type: verbatim
24782 #. type: verbatim
24783 #: ../fish/guestfish-actions.pod:1326
24784 #, no-wrap
24785 msgid ""
24786 " get-memsize\n"
24787 "\n"
24788 msgstr ""
24789
24790 # type: textblock
24791 #. type: textblock
24792 #: ../fish/guestfish-actions.pod:1331
24793 msgid ""
24794 "If L</set-memsize> was not called on this handle, and if "
24795 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24796 "value for memsize."
24797 msgstr ""
24798
24799 # type: =head2
24800 #. type: =head2
24801 #: ../fish/guestfish-actions.pod:1338
24802 msgid "get-network"
24803 msgstr ""
24804
24805 # type: verbatim
24806 #. type: verbatim
24807 #: ../fish/guestfish-actions.pod:1340
24808 #, no-wrap
24809 msgid ""
24810 " get-network\n"
24811 "\n"
24812 msgstr ""
24813
24814 # type: =head2
24815 #. type: =head2
24816 #: ../fish/guestfish-actions.pod:1344
24817 msgid "get-path"
24818 msgstr ""
24819
24820 # type: verbatim
24821 #. type: verbatim
24822 #: ../fish/guestfish-actions.pod:1346
24823 #, no-wrap
24824 msgid ""
24825 " get-path\n"
24826 "\n"
24827 msgstr ""
24828
24829 # type: =head2
24830 #. type: =head2
24831 #: ../fish/guestfish-actions.pod:1353
24832 msgid "get-pid"
24833 msgstr ""
24834
24835 # type: =head2
24836 #. type: =head2
24837 #: ../fish/guestfish-actions.pod:1355
24838 msgid "pid"
24839 msgstr ""
24840
24841 # type: verbatim
24842 #. type: verbatim
24843 #: ../fish/guestfish-actions.pod:1357
24844 #, no-wrap
24845 msgid ""
24846 " get-pid\n"
24847 "\n"
24848 msgstr ""
24849
24850 # type: =head2
24851 #. type: =head2
24852 #: ../fish/guestfish-actions.pod:1364
24853 msgid "get-qemu"
24854 msgstr ""
24855
24856 # type: verbatim
24857 #. type: verbatim
24858 #: ../fish/guestfish-actions.pod:1366
24859 #, no-wrap
24860 msgid ""
24861 " get-qemu\n"
24862 "\n"
24863 msgstr ""
24864
24865 # type: =head2
24866 #. type: =head2
24867 #: ../fish/guestfish-actions.pod:1373
24868 msgid "get-recovery-proc"
24869 msgstr ""
24870
24871 # type: verbatim
24872 #. type: verbatim
24873 #: ../fish/guestfish-actions.pod:1375
24874 #, no-wrap
24875 msgid ""
24876 " get-recovery-proc\n"
24877 "\n"
24878 msgstr ""
24879
24880 # type: =head2
24881 #. type: =head2
24882 #: ../fish/guestfish-actions.pod:1379
24883 msgid "get-selinux"
24884 msgstr ""
24885
24886 # type: verbatim
24887 #. type: verbatim
24888 #: ../fish/guestfish-actions.pod:1381
24889 #, no-wrap
24890 msgid ""
24891 " get-selinux\n"
24892 "\n"
24893 msgstr ""
24894
24895 # type: textblock
24896 #. type: textblock
24897 #: ../fish/guestfish-actions.pod:1383
24898 msgid ""
24899 "This returns the current setting of the selinux flag which is passed to the "
24900 "appliance at boot time.  See L</set-selinux>."
24901 msgstr ""
24902
24903 # type: =head2
24904 #. type: =head2
24905 #: ../fish/guestfish-actions.pod:1389
24906 msgid "get-state"
24907 msgstr ""
24908
24909 # type: verbatim
24910 #. type: verbatim
24911 #: ../fish/guestfish-actions.pod:1391
24912 #, no-wrap
24913 msgid ""
24914 " get-state\n"
24915 "\n"
24916 msgstr ""
24917
24918 # type: =head2
24919 #. type: =head2
24920 #: ../fish/guestfish-actions.pod:1398
24921 msgid "get-trace"
24922 msgstr ""
24923
24924 # type: verbatim
24925 #. type: verbatim
24926 #: ../fish/guestfish-actions.pod:1400
24927 #, no-wrap
24928 msgid ""
24929 " get-trace\n"
24930 "\n"
24931 msgstr ""
24932
24933 # type: =head2
24934 #. type: =head2
24935 #: ../fish/guestfish-actions.pod:1404
24936 msgid "get-umask"
24937 msgstr ""
24938
24939 # type: verbatim
24940 #. type: verbatim
24941 #: ../fish/guestfish-actions.pod:1406
24942 #, no-wrap
24943 msgid ""
24944 " get-umask\n"
24945 "\n"
24946 msgstr ""
24947
24948 # type: textblock
24949 #. type: textblock
24950 #: ../fish/guestfish-actions.pod:1408
24951 msgid ""
24952 "Return the current umask.  By default the umask is C<022> unless it has been "
24953 "set by calling L</umask>."
24954 msgstr ""
24955
24956 # type: =head2
24957 #. type: =head2
24958 #: ../fish/guestfish-actions.pod:1411
24959 msgid "get-verbose"
24960 msgstr ""
24961
24962 # type: verbatim
24963 #. type: verbatim
24964 #: ../fish/guestfish-actions.pod:1413
24965 #, no-wrap
24966 msgid ""
24967 " get-verbose\n"
24968 "\n"
24969 msgstr ""
24970
24971 # type: =head2
24972 #. type: =head2
24973 #: ../fish/guestfish-actions.pod:1417
24974 msgid "getcon"
24975 msgstr ""
24976
24977 # type: verbatim
24978 #. type: verbatim
24979 #: ../fish/guestfish-actions.pod:1419
24980 #, no-wrap
24981 msgid ""
24982 " getcon\n"
24983 "\n"
24984 msgstr ""
24985
24986 # type: textblock
24987 #. type: textblock
24988 #: ../fish/guestfish-actions.pod:1423
24989 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
24990 msgstr ""
24991
24992 # type: =head2
24993 #. type: =head2
24994 #: ../fish/guestfish-actions.pod:1426
24995 msgid "getxattr"
24996 msgstr ""
24997
24998 # type: verbatim
24999 #. type: verbatim
25000 #: ../fish/guestfish-actions.pod:1428
25001 #, no-wrap
25002 msgid ""
25003 " getxattr path name\n"
25004 "\n"
25005 msgstr ""
25006
25007 # type: textblock
25008 #. type: textblock
25009 #: ../fish/guestfish-actions.pod:1430
25010 msgid ""
25011 "Get a single extended attribute from file C<path> named C<name>.  This call "
25012 "follows symlinks.  If you want to lookup an extended attribute for the "
25013 "symlink itself, use L</lgetxattr>."
25014 msgstr ""
25015
25016 # type: textblock
25017 #. type: textblock
25018 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2265
25019 msgid ""
25020 "Normally it is better to get all extended attributes from a file in one go "
25021 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25022 "buggy and do not provide a way to list out attributes.  For these "
25023 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25024 "attributes you want in advance and call this function."
25025 msgstr ""
25026
25027 # type: textblock
25028 #. type: textblock
25029 #: ../fish/guestfish-actions.pod:1444
25030 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25031 msgstr ""
25032
25033 # type: =head2
25034 #. type: =head2
25035 #: ../fish/guestfish-actions.pod:1446
25036 msgid "getxattrs"
25037 msgstr ""
25038
25039 # type: verbatim
25040 #. type: verbatim
25041 #: ../fish/guestfish-actions.pod:1448
25042 #, no-wrap
25043 msgid ""
25044 " getxattrs path\n"
25045 "\n"
25046 msgstr ""
25047
25048 # type: textblock
25049 #. type: textblock
25050 #: ../fish/guestfish-actions.pod:1456
25051 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25052 msgstr ""
25053
25054 # type: =head2
25055 #. type: =head2
25056 #: ../fish/guestfish-actions.pod:1458
25057 msgid "glob-expand"
25058 msgstr ""
25059
25060 # type: verbatim
25061 #. type: verbatim
25062 #: ../fish/guestfish-actions.pod:1460
25063 #, no-wrap
25064 msgid ""
25065 " glob-expand pattern\n"
25066 "\n"
25067 msgstr ""
25068
25069 # type: =head2
25070 #. type: =head2
25071 #: ../fish/guestfish-actions.pod:1473
25072 msgid "grep"
25073 msgstr ""
25074
25075 # type: verbatim
25076 #. type: verbatim
25077 #: ../fish/guestfish-actions.pod:1475
25078 #, no-wrap
25079 msgid ""
25080 " grep regex path\n"
25081 "\n"
25082 msgstr ""
25083
25084 # type: =head2
25085 #. type: =head2
25086 #: ../fish/guestfish-actions.pod:1483
25087 msgid "grepi"
25088 msgstr ""
25089
25090 # type: verbatim
25091 #. type: verbatim
25092 #: ../fish/guestfish-actions.pod:1485
25093 #, no-wrap
25094 msgid ""
25095 " grepi regex path\n"
25096 "\n"
25097 msgstr ""
25098
25099 # type: =head2
25100 #. type: =head2
25101 #: ../fish/guestfish-actions.pod:1493
25102 msgid "grub-install"
25103 msgstr ""
25104
25105 # type: verbatim
25106 #. type: verbatim
25107 #: ../fish/guestfish-actions.pod:1495
25108 #, no-wrap
25109 msgid ""
25110 " grub-install root device\n"
25111 "\n"
25112 msgstr ""
25113
25114 # type: =head2
25115 #. type: =head2
25116 #: ../fish/guestfish-actions.pod:1511
25117 msgid "head"
25118 msgstr ""
25119
25120 # type: verbatim
25121 #. type: verbatim
25122 #: ../fish/guestfish-actions.pod:1513
25123 #, no-wrap
25124 msgid ""
25125 " head path\n"
25126 "\n"
25127 msgstr ""
25128
25129 # type: =head2
25130 #. type: =head2
25131 #: ../fish/guestfish-actions.pod:1521
25132 msgid "head-n"
25133 msgstr ""
25134
25135 # type: verbatim
25136 #. type: verbatim
25137 #: ../fish/guestfish-actions.pod:1523
25138 #, no-wrap
25139 msgid ""
25140 " head-n nrlines path\n"
25141 "\n"
25142 msgstr ""
25143
25144 # type: =head2
25145 #. type: =head2
25146 #: ../fish/guestfish-actions.pod:1536
25147 msgid "hexdump"
25148 msgstr ""
25149
25150 # type: verbatim
25151 #. type: verbatim
25152 #: ../fish/guestfish-actions.pod:1538
25153 #, no-wrap
25154 msgid ""
25155 " hexdump path\n"
25156 "\n"
25157 msgstr ""
25158
25159 # type: =head2
25160 #. type: =head2
25161 #: ../fish/guestfish-actions.pod:1546
25162 msgid "initrd-cat"
25163 msgstr ""
25164
25165 # type: verbatim
25166 #. type: verbatim
25167 #: ../fish/guestfish-actions.pod:1548
25168 #, no-wrap
25169 msgid ""
25170 " initrd-cat initrdpath filename\n"
25171 "\n"
25172 msgstr ""
25173
25174 # type: textblock
25175 #. type: textblock
25176 #: ../fish/guestfish-actions.pod:1560
25177 msgid "See also L</initrd-list>."
25178 msgstr ""
25179
25180 # type: =head2
25181 #. type: =head2
25182 #: ../fish/guestfish-actions.pod:1565
25183 msgid "initrd-list"
25184 msgstr ""
25185
25186 # type: verbatim
25187 #. type: verbatim
25188 #: ../fish/guestfish-actions.pod:1567
25189 #, no-wrap
25190 msgid ""
25191 " initrd-list path\n"
25192 "\n"
25193 msgstr ""
25194
25195 # type: =head2
25196 #. type: =head2
25197 #: ../fish/guestfish-actions.pod:1579
25198 msgid "inotify-add-watch"
25199 msgstr ""
25200
25201 # type: verbatim
25202 #. type: verbatim
25203 #: ../fish/guestfish-actions.pod:1581
25204 #, no-wrap
25205 msgid ""
25206 " inotify-add-watch path mask\n"
25207 "\n"
25208 msgstr ""
25209
25210 # type: =head2
25211 #. type: =head2
25212 #: ../fish/guestfish-actions.pod:1593
25213 msgid "inotify-close"
25214 msgstr ""
25215
25216 # type: verbatim
25217 #. type: verbatim
25218 #: ../fish/guestfish-actions.pod:1595
25219 #, no-wrap
25220 msgid ""
25221 " inotify-close\n"
25222 "\n"
25223 msgstr ""
25224
25225 # type: =head2
25226 #. type: =head2
25227 #: ../fish/guestfish-actions.pod:1601
25228 msgid "inotify-files"
25229 msgstr ""
25230
25231 # type: verbatim
25232 #. type: verbatim
25233 #: ../fish/guestfish-actions.pod:1603
25234 #, no-wrap
25235 msgid ""
25236 " inotify-files\n"
25237 "\n"
25238 msgstr ""
25239
25240 # type: textblock
25241 #. type: textblock
25242 #: ../fish/guestfish-actions.pod:1605
25243 msgid ""
25244 "This function is a helpful wrapper around L</inotify-read> which just "
25245 "returns a list of pathnames of objects that were touched.  The returned "
25246 "pathnames are sorted and deduplicated."
25247 msgstr ""
25248
25249 # type: =head2
25250 #. type: =head2
25251 #: ../fish/guestfish-actions.pod:1609
25252 msgid "inotify-init"
25253 msgstr ""
25254
25255 # type: verbatim
25256 #. type: verbatim
25257 #: ../fish/guestfish-actions.pod:1611
25258 #, no-wrap
25259 msgid ""
25260 " inotify-init maxevents\n"
25261 "\n"
25262 msgstr ""
25263
25264 # type: textblock
25265 #. type: textblock
25266 #: ../fish/guestfish-actions.pod:1617
25267 msgid ""
25268 "C<maxevents> is the maximum number of events which will be queued up between "
25269 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25270 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25271 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25272 "but records the fact that it threw them away by setting a flag "
25273 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25274 msgstr ""
25275
25276 # type: textblock
25277 #. type: textblock
25278 #: ../fish/guestfish-actions.pod:1627
25279 msgid ""
25280 "Before any events are generated, you have to add some watches to the "
25281 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25282 "L</inotify-watch-all>."
25283 msgstr ""
25284
25285 # type: textblock
25286 #. type: textblock
25287 #: ../fish/guestfish-actions.pod:1633
25288 msgid ""
25289 "Queued up events should be read periodically by calling L</inotify-read> (or "
25290 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25291 "If you don't read the events out often enough then you risk the internal "
25292 "queue overflowing."
25293 msgstr ""
25294
25295 # type: textblock
25296 #. type: textblock
25297 #: ../fish/guestfish-actions.pod:1640
25298 msgid ""
25299 "The handle should be closed after use by calling L</inotify-close>.  This "
25300 "also removes any watches automatically."
25301 msgstr ""
25302
25303 # type: =head2
25304 #. type: =head2
25305 #: ../fish/guestfish-actions.pod:1649
25306 msgid "inotify-read"
25307 msgstr ""
25308
25309 # type: verbatim
25310 #. type: verbatim
25311 #: ../fish/guestfish-actions.pod:1651
25312 #, no-wrap
25313 msgid ""
25314 " inotify-read\n"
25315 "\n"
25316 msgstr ""
25317
25318 # type: =head2
25319 #. type: =head2
25320 #: ../fish/guestfish-actions.pod:1664
25321 msgid "inotify-rm-watch"
25322 msgstr ""
25323
25324 # type: verbatim
25325 #. type: verbatim
25326 #: ../fish/guestfish-actions.pod:1666
25327 #, no-wrap
25328 msgid ""
25329 " inotify-rm-watch wd\n"
25330 "\n"
25331 msgstr ""
25332
25333 # type: textblock
25334 #. type: textblock
25335 #: ../fish/guestfish-actions.pod:1668
25336 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25337 msgstr ""
25338
25339 # type: =head2
25340 #. type: =head2
25341 #: ../fish/guestfish-actions.pod:1671
25342 msgid "inspect-get-arch"
25343 msgstr ""
25344
25345 # type: verbatim
25346 #. type: verbatim
25347 #: ../fish/guestfish-actions.pod:1673
25348 #, no-wrap
25349 msgid ""
25350 " inspect-get-arch root\n"
25351 "\n"
25352 msgstr ""
25353
25354 # type: textblock
25355 #. type: textblock
25356 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691
25357 #: ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783
25358 #: ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819
25359 #: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1861
25360 #: ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1907
25361 #: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1972
25362 #: ../fish/guestfish-actions.pod:1988
25363 msgid ""
25364 "This function should only be called with a root device string as returned by "
25365 "L</inspect-os>."
25366 msgstr ""
25367
25368 # type: textblock
25369 #. type: textblock
25370 #: ../fish/guestfish-actions.pod:1678
25371 msgid ""
25372 "This returns the architecture of the inspected operating system.  The "
25373 "possible return values are listed under L</file-architecture>."
25374 msgstr ""
25375
25376 # type: =head2
25377 #. type: =head2
25378 #: ../fish/guestfish-actions.pod:1687
25379 msgid "inspect-get-distro"
25380 msgstr ""
25381
25382 # type: verbatim
25383 #. type: verbatim
25384 #: ../fish/guestfish-actions.pod:1689
25385 #, no-wrap
25386 msgid ""
25387 " inspect-get-distro root\n"
25388 "\n"
25389 msgstr ""
25390
25391 # type: =head2
25392 #. type: =head2
25393 #: ../fish/guestfish-actions.pod:1761
25394 msgid "inspect-get-filesystems"
25395 msgstr ""
25396
25397 # type: verbatim
25398 #. type: verbatim
25399 #: ../fish/guestfish-actions.pod:1763
25400 #, no-wrap
25401 msgid ""
25402 " inspect-get-filesystems root\n"
25403 "\n"
25404 msgstr ""
25405
25406 # type: textblock
25407 #. type: textblock
25408 #: ../fish/guestfish-actions.pod:1776
25409 msgid ""
25410 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25411 "get-mountpoints>."
25412 msgstr ""
25413
25414 # type: =head2
25415 #. type: =head2
25416 #: ../fish/guestfish-actions.pod:1779
25417 msgid "inspect-get-hostname"
25418 msgstr ""
25419
25420 # type: verbatim
25421 #. type: verbatim
25422 #: ../fish/guestfish-actions.pod:1781
25423 #, no-wrap
25424 msgid ""
25425 " inspect-get-hostname root\n"
25426 "\n"
25427 msgstr ""
25428
25429 # type: =head2
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:1794
25432 msgid "inspect-get-major-version"
25433 msgstr ""
25434
25435 # type: verbatim
25436 #. type: verbatim
25437 #: ../fish/guestfish-actions.pod:1796
25438 #, no-wrap
25439 msgid ""
25440 " inspect-get-major-version root\n"
25441 "\n"
25442 msgstr ""
25443
25444 # type: =head2
25445 #. type: =head2
25446 #: ../fish/guestfish-actions.pod:1815
25447 msgid "inspect-get-minor-version"
25448 msgstr ""
25449
25450 # type: verbatim
25451 #. type: verbatim
25452 #: ../fish/guestfish-actions.pod:1817
25453 #, no-wrap
25454 msgid ""
25455 " inspect-get-minor-version root\n"
25456 "\n"
25457 msgstr ""
25458
25459 # type: textblock
25460 #. type: textblock
25461 #: ../fish/guestfish-actions.pod:1827
25462 msgid ""
25463 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25464 "get-major-version>."
25465 msgstr ""
25466
25467 # type: =head2
25468 #. type: =head2
25469 #: ../fish/guestfish-actions.pod:1830
25470 msgid "inspect-get-mountpoints"
25471 msgstr ""
25472
25473 # type: verbatim
25474 #. type: verbatim
25475 #: ../fish/guestfish-actions.pod:1832
25476 #, no-wrap
25477 msgid ""
25478 " inspect-get-mountpoints root\n"
25479 "\n"
25480 msgstr ""
25481
25482 # type: textblock
25483 #. type: textblock
25484 #: ../fish/guestfish-actions.pod:1854
25485 msgid ""
25486 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25487 "get-filesystems>."
25488 msgstr ""
25489
25490 # type: =head2
25491 #. type: =head2
25492 #: ../fish/guestfish-actions.pod:1857
25493 msgid "inspect-get-package-format"
25494 msgstr ""
25495
25496 # type: verbatim
25497 #. type: verbatim
25498 #: ../fish/guestfish-actions.pod:1859
25499 #, no-wrap
25500 msgid ""
25501 " inspect-get-package-format root\n"
25502 "\n"
25503 msgstr ""
25504
25505 # type: textblock
25506 #. type: textblock
25507 #: ../fish/guestfish-actions.pod:1864
25508 msgid ""
25509 "This function and L</inspect-get-package-management> return the package "
25510 "format and package management tool used by the inspected operating system.  "
25511 "For example for Fedora these functions would return C<rpm> (package format) "
25512 "and C<yum> (package management)."
25513 msgstr ""
25514
25515 # type: =head2
25516 #. type: =head2
25517 #: ../fish/guestfish-actions.pod:1879
25518 msgid "inspect-get-package-management"
25519 msgstr ""
25520
25521 # type: verbatim
25522 #. type: verbatim
25523 #: ../fish/guestfish-actions.pod:1881
25524 #, no-wrap
25525 msgid ""
25526 " inspect-get-package-management root\n"
25527 "\n"
25528 msgstr ""
25529
25530 # type: textblock
25531 #. type: textblock
25532 #: ../fish/guestfish-actions.pod:1886
25533 msgid ""
25534 "L</inspect-get-package-format> and this function return the package format "
25535 "and package management tool used by the inspected operating system.  For "
25536 "example for Fedora these functions would return C<rpm> (package format) and "
25537 "C<yum> (package management)."
25538 msgstr ""
25539
25540 # type: =head2
25541 #. type: =head2
25542 #: ../fish/guestfish-actions.pod:1903
25543 msgid "inspect-get-product-name"
25544 msgstr ""
25545
25546 # type: verbatim
25547 #. type: verbatim
25548 #: ../fish/guestfish-actions.pod:1905
25549 #, no-wrap
25550 msgid ""
25551 " inspect-get-product-name root\n"
25552 "\n"
25553 msgstr ""
25554
25555 # type: =head2
25556 #. type: =head2
25557 #: ../fish/guestfish-actions.pod:1920
25558 msgid "inspect-get-roots"
25559 msgstr ""
25560
25561 # type: verbatim
25562 #. type: verbatim
25563 #: ../fish/guestfish-actions.pod:1922
25564 #, no-wrap
25565 msgid ""
25566 " inspect-get-roots\n"
25567 "\n"
25568 msgstr ""
25569
25570 # type: textblock
25571 #. type: textblock
25572 #: ../fish/guestfish-actions.pod:1924
25573 msgid ""
25574 "This function is a convenient way to get the list of root devices, as "
25575 "returned from a previous call to L</inspect-os>, but without redoing the "
25576 "whole inspection process."
25577 msgstr ""
25578
25579 # type: textblock
25580 #. type: textblock
25581 #: ../fish/guestfish-actions.pod:1928
25582 msgid ""
25583 "This returns an empty list if either no root devices were found or the "
25584 "caller has not called L</inspect-os>."
25585 msgstr ""
25586
25587 # type: =head2
25588 #. type: =head2
25589 #: ../fish/guestfish-actions.pod:1933
25590 msgid "inspect-get-type"
25591 msgstr ""
25592
25593 # type: verbatim
25594 #. type: verbatim
25595 #: ../fish/guestfish-actions.pod:1935
25596 #, no-wrap
25597 msgid ""
25598 " inspect-get-type root\n"
25599 "\n"
25600 msgstr ""
25601
25602 # type: =head2
25603 #. type: =head2
25604 #: ../fish/guestfish-actions.pod:1968
25605 msgid "inspect-get-windows-systemroot"
25606 msgstr ""
25607
25608 # type: verbatim
25609 #. type: verbatim
25610 #: ../fish/guestfish-actions.pod:1970
25611 #, no-wrap
25612 msgid ""
25613 " inspect-get-windows-systemroot root\n"
25614 "\n"
25615 msgstr ""
25616
25617 # type: =head2
25618 #. type: =head2
25619 #: ../fish/guestfish-actions.pod:1984
25620 msgid "inspect-list-applications"
25621 msgstr ""
25622
25623 # type: verbatim
25624 #. type: verbatim
25625 #: ../fish/guestfish-actions.pod:1986
25626 #, no-wrap
25627 msgid ""
25628 " inspect-list-applications root\n"
25629 "\n"
25630 msgstr ""
25631
25632 # type: textblock
25633 #. type: textblock
25634 #: ../fish/guestfish-actions.pod:1993
25635 msgid ""
25636 "I<Note:> This call works differently from other parts of the inspection "
25637 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25638 "then mount up the disks, before calling this.  Listing applications is a "
25639 "significantly more difficult operation which requires access to the full "
25640 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25641 "are just returning data cached in the libguestfs handle, this call actually "
25642 "reads parts of the mounted filesystems during the call."
25643 msgstr ""
25644
25645 # type: =head2
25646 #. type: =head2
25647 #: ../fish/guestfish-actions.pod:2083
25648 msgid "inspect-os"
25649 msgstr ""
25650
25651 # type: verbatim
25652 #. type: verbatim
25653 #: ../fish/guestfish-actions.pod:2085
25654 #, no-wrap
25655 msgid ""
25656 " inspect-os\n"
25657 "\n"
25658 msgstr ""
25659
25660 # type: textblock
25661 #. type: textblock
25662 #: ../fish/guestfish-actions.pod:2100
25663 msgid ""
25664 "You can pass the root string(s) returned to other L</inspect-get-*> "
25665 "functions in order to query further information about each operating system, "
25666 "such as the name and version."
25667 msgstr ""
25668
25669 # type: textblock
25670 #. type: textblock
25671 #: ../fish/guestfish-actions.pod:2105
25672 msgid ""
25673 "This function uses other libguestfs features such as L</mount-ro> and L</"
25674 "umount-all> in order to mount and unmount filesystems and look at the "
25675 "contents.  This should be called with no disks currently mounted.  The "
25676 "function may also use Augeas, so any existing Augeas handle will be closed."
25677 msgstr ""
25678
25679 # type: textblock
25680 #. type: textblock
25681 #: ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2293
25682 #: ../fish/guestfish-actions.pod:2339
25683 msgid "See also L</list-filesystems>."
25684 msgstr ""
25685
25686 # type: =head2
25687 #. type: =head2
25688 #: ../fish/guestfish-actions.pod:2119
25689 msgid "is-blockdev"
25690 msgstr ""
25691
25692 # type: verbatim
25693 #. type: verbatim
25694 #: ../fish/guestfish-actions.pod:2121
25695 #, no-wrap
25696 msgid ""
25697 " is-blockdev path\n"
25698 "\n"
25699 msgstr ""
25700
25701 # type: textblock
25702 #. type: textblock
25703 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2144
25704 #: ../fish/guestfish-actions.pod:2163 ../fish/guestfish-actions.pod:2172
25705 #: ../fish/guestfish-actions.pod:2182 ../fish/guestfish-actions.pod:2216
25706 #: ../fish/guestfish-actions.pod:2225
25707 msgid "See also L</stat>."
25708 msgstr ""
25709
25710 # type: =head2
25711 #. type: =head2
25712 #: ../fish/guestfish-actions.pod:2128
25713 msgid "is-busy"
25714 msgstr ""
25715
25716 # type: verbatim
25717 #. type: verbatim
25718 #: ../fish/guestfish-actions.pod:2130
25719 #, no-wrap
25720 msgid ""
25721 " is-busy\n"
25722 "\n"
25723 msgstr ""
25724
25725 # type: =head2
25726 #. type: =head2
25727 #: ../fish/guestfish-actions.pod:2137
25728 msgid "is-chardev"
25729 msgstr ""
25730
25731 # type: verbatim
25732 #. type: verbatim
25733 #: ../fish/guestfish-actions.pod:2139
25734 #, no-wrap
25735 msgid ""
25736 " is-chardev path\n"
25737 "\n"
25738 msgstr ""
25739
25740 # type: =head2
25741 #. type: =head2
25742 #: ../fish/guestfish-actions.pod:2146
25743 msgid "is-config"
25744 msgstr ""
25745
25746 # type: verbatim
25747 #. type: verbatim
25748 #: ../fish/guestfish-actions.pod:2148
25749 #, no-wrap
25750 msgid ""
25751 " is-config\n"
25752 "\n"
25753 msgstr ""
25754
25755 # type: =head2
25756 #. type: =head2
25757 #: ../fish/guestfish-actions.pod:2155
25758 msgid "is-dir"
25759 msgstr ""
25760
25761 # type: verbatim
25762 #. type: verbatim
25763 #: ../fish/guestfish-actions.pod:2157
25764 #, no-wrap
25765 msgid ""
25766 " is-dir path\n"
25767 "\n"
25768 msgstr ""
25769
25770 # type: =head2
25771 #. type: =head2
25772 #: ../fish/guestfish-actions.pod:2165
25773 msgid "is-fifo"
25774 msgstr ""
25775
25776 # type: verbatim
25777 #. type: verbatim
25778 #: ../fish/guestfish-actions.pod:2167
25779 #, no-wrap
25780 msgid ""
25781 " is-fifo path\n"
25782 "\n"
25783 msgstr ""
25784
25785 # type: =head2
25786 #. type: =head2
25787 #: ../fish/guestfish-actions.pod:2174
25788 msgid "is-file"
25789 msgstr ""
25790
25791 # type: verbatim
25792 #. type: verbatim
25793 #: ../fish/guestfish-actions.pod:2176
25794 #, no-wrap
25795 msgid ""
25796 " is-file path\n"
25797 "\n"
25798 msgstr ""
25799
25800 # type: =head2
25801 #. type: =head2
25802 #: ../fish/guestfish-actions.pod:2184
25803 msgid "is-launching"
25804 msgstr ""
25805
25806 # type: verbatim
25807 #. type: verbatim
25808 #: ../fish/guestfish-actions.pod:2186
25809 #, no-wrap
25810 msgid ""
25811 " is-launching\n"
25812 "\n"
25813 msgstr ""
25814
25815 # type: =head2
25816 #. type: =head2
25817 #: ../fish/guestfish-actions.pod:2193
25818 msgid "is-lv"
25819 msgstr ""
25820
25821 # type: verbatim
25822 #. type: verbatim
25823 #: ../fish/guestfish-actions.pod:2195
25824 #, no-wrap
25825 msgid ""
25826 " is-lv device\n"
25827 "\n"
25828 msgstr ""
25829
25830 # type: =head2
25831 #. type: =head2
25832 #: ../fish/guestfish-actions.pod:2200
25833 msgid "is-ready"
25834 msgstr ""
25835
25836 # type: verbatim
25837 #. type: verbatim
25838 #: ../fish/guestfish-actions.pod:2202
25839 #, no-wrap
25840 msgid ""
25841 " is-ready\n"
25842 "\n"
25843 msgstr ""
25844
25845 # type: =head2
25846 #. type: =head2
25847 #: ../fish/guestfish-actions.pod:2209
25848 msgid "is-socket"
25849 msgstr ""
25850
25851 # type: verbatim
25852 #. type: verbatim
25853 #: ../fish/guestfish-actions.pod:2211
25854 #, no-wrap
25855 msgid ""
25856 " is-socket path\n"
25857 "\n"
25858 msgstr ""
25859
25860 # type: =head2
25861 #. type: =head2
25862 #: ../fish/guestfish-actions.pod:2218
25863 msgid "is-symlink"
25864 msgstr ""
25865
25866 # type: verbatim
25867 #. type: verbatim
25868 #: ../fish/guestfish-actions.pod:2220
25869 #, no-wrap
25870 msgid ""
25871 " is-symlink path\n"
25872 "\n"
25873 msgstr ""
25874
25875 # type: =head2
25876 #. type: =head2
25877 #: ../fish/guestfish-actions.pod:2227
25878 msgid "kill-subprocess"
25879 msgstr ""
25880
25881 # type: verbatim
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:2229
25884 #, no-wrap
25885 msgid ""
25886 " kill-subprocess\n"
25887 "\n"
25888 msgstr ""
25889
25890 # type: =head2
25891 #. type: =head2
25892 #: ../fish/guestfish-actions.pod:2233
25893 msgid "launch"
25894 msgstr ""
25895
25896 # type: =head2
25897 #. type: =head2
25898 #: ../fish/guestfish-actions.pod:2235
25899 msgid "run"
25900 msgstr ""
25901
25902 # type: verbatim
25903 #. type: verbatim
25904 #: ../fish/guestfish-actions.pod:2237
25905 #, no-wrap
25906 msgid ""
25907 " launch\n"
25908 "\n"
25909 msgstr ""
25910
25911 # type: =head2
25912 #. type: =head2
25913 #: ../fish/guestfish-actions.pod:2245
25914 msgid "lchown"
25915 msgstr ""
25916
25917 # type: verbatim
25918 #. type: verbatim
25919 #: ../fish/guestfish-actions.pod:2247
25920 #, no-wrap
25921 msgid ""
25922 " lchown owner group path\n"
25923 "\n"
25924 msgstr ""
25925
25926 # type: textblock
25927 #. type: textblock
25928 #: ../fish/guestfish-actions.pod:2249
25929 msgid ""
25930 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
25931 "chown> but if C<path> is a symlink then the link itself is changed, not the "
25932 "target."
25933 msgstr ""
25934
25935 # type: =head2
25936 #. type: =head2
25937 #: ../fish/guestfish-actions.pod:2257
25938 msgid "lgetxattr"
25939 msgstr ""
25940
25941 # type: verbatim
25942 #. type: verbatim
25943 #: ../fish/guestfish-actions.pod:2259
25944 #, no-wrap
25945 msgid ""
25946 " lgetxattr path name\n"
25947 "\n"
25948 msgstr ""
25949
25950 # type: textblock
25951 #. type: textblock
25952 #: ../fish/guestfish-actions.pod:2275
25953 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
25954 msgstr ""
25955
25956 # type: =head2
25957 #. type: =head2
25958 #: ../fish/guestfish-actions.pod:2277
25959 msgid "lgetxattrs"
25960 msgstr ""
25961
25962 # type: verbatim
25963 #. type: verbatim
25964 #: ../fish/guestfish-actions.pod:2279
25965 #, no-wrap
25966 msgid ""
25967 " lgetxattrs path\n"
25968 "\n"
25969 msgstr ""
25970
25971 # type: textblock
25972 #. type: textblock
25973 #: ../fish/guestfish-actions.pod:2281
25974 msgid ""
25975 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
25976 "it returns the extended attributes of the link itself."
25977 msgstr ""
25978
25979 # type: =head2
25980 #. type: =head2
25981 #: ../fish/guestfish-actions.pod:2285
25982 msgid "list-devices"
25983 msgstr ""
25984
25985 # type: verbatim
25986 #. type: verbatim
25987 #: ../fish/guestfish-actions.pod:2287
25988 #, no-wrap
25989 msgid ""
25990 " list-devices\n"
25991 "\n"
25992 msgstr ""
25993
25994 # type: =head2
25995 #. type: =head2
25996 #: ../fish/guestfish-actions.pod:2295
25997 msgid "list-filesystems"
25998 msgstr ""
25999
26000 # type: verbatim
26001 #. type: verbatim
26002 #: ../fish/guestfish-actions.pod:2297
26003 #, no-wrap
26004 msgid ""
26005 " list-filesystems\n"
26006 "\n"
26007 msgstr ""
26008
26009 # type: textblock
26010 #. type: textblock
26011 #: ../fish/guestfish-actions.pod:2316
26012 msgid ""
26013 "This command runs other libguestfs commands, which might include L</mount> "
26014 "and L</umount>, and therefore you should use this soon after launch and only "
26015 "when nothing is mounted."
26016 msgstr ""
26017
26018 # type: textblock
26019 #. type: textblock
26020 #: ../fish/guestfish-actions.pod:2320
26021 msgid ""
26022 "Not all of the filesystems returned will be mountable.  In particular, swap "
26023 "partitions are returned in the list.  Also this command does not check that "
26024 "each filesystem found is valid and mountable, and some filesystems might be "
26025 "mountable but require special options.  Filesystems may not all belong to a "
26026 "single logical operating system (use L</inspect-os> to look for OSes)."
26027 msgstr ""
26028
26029 # type: =head2
26030 #. type: =head2
26031 #: ../fish/guestfish-actions.pod:2328
26032 msgid "list-partitions"
26033 msgstr ""
26034
26035 # type: verbatim
26036 #. type: verbatim
26037 #: ../fish/guestfish-actions.pod:2330
26038 #, no-wrap
26039 msgid ""
26040 " list-partitions\n"
26041 "\n"
26042 msgstr ""
26043
26044 # type: textblock
26045 #. type: textblock
26046 #: ../fish/guestfish-actions.pod:2336
26047 msgid ""
26048 "This does not return logical volumes.  For that you will need to call L</"
26049 "lvs>."
26050 msgstr ""
26051
26052 # type: =head2
26053 #. type: =head2
26054 #: ../fish/guestfish-actions.pod:2341
26055 msgid "ll"
26056 msgstr ""
26057
26058 # type: verbatim
26059 #. type: verbatim
26060 #: ../fish/guestfish-actions.pod:2343
26061 #, no-wrap
26062 msgid ""
26063 " ll directory\n"
26064 "\n"
26065 msgstr ""
26066
26067 # type: =head2
26068 #. type: =head2
26069 #: ../fish/guestfish-actions.pod:2351
26070 msgid "ln"
26071 msgstr ""
26072
26073 # type: verbatim
26074 #. type: verbatim
26075 #: ../fish/guestfish-actions.pod:2353
26076 #, no-wrap
26077 msgid ""
26078 " ln target linkname\n"
26079 "\n"
26080 msgstr ""
26081
26082 # type: =head2
26083 #. type: =head2
26084 #: ../fish/guestfish-actions.pod:2357
26085 msgid "ln-f"
26086 msgstr ""
26087
26088 # type: verbatim
26089 #. type: verbatim
26090 #: ../fish/guestfish-actions.pod:2359
26091 #, no-wrap
26092 msgid ""
26093 " ln-f target linkname\n"
26094 "\n"
26095 msgstr ""
26096
26097 # type: =head2
26098 #. type: =head2
26099 #: ../fish/guestfish-actions.pod:2364
26100 msgid "ln-s"
26101 msgstr ""
26102
26103 # type: verbatim
26104 #. type: verbatim
26105 #: ../fish/guestfish-actions.pod:2366
26106 #, no-wrap
26107 msgid ""
26108 " ln-s target linkname\n"
26109 "\n"
26110 msgstr ""
26111
26112 # type: =head2
26113 #. type: =head2
26114 #: ../fish/guestfish-actions.pod:2370
26115 msgid "ln-sf"
26116 msgstr ""
26117
26118 # type: verbatim
26119 #. type: verbatim
26120 #: ../fish/guestfish-actions.pod:2372
26121 #, no-wrap
26122 msgid ""
26123 " ln-sf target linkname\n"
26124 "\n"
26125 msgstr ""
26126
26127 # type: =head2
26128 #. type: =head2
26129 #: ../fish/guestfish-actions.pod:2377
26130 msgid "lremovexattr"
26131 msgstr ""
26132
26133 # type: verbatim
26134 #. type: verbatim
26135 #: ../fish/guestfish-actions.pod:2379
26136 #, no-wrap
26137 msgid ""
26138 " lremovexattr xattr path\n"
26139 "\n"
26140 msgstr ""
26141
26142 # type: textblock
26143 #. type: textblock
26144 #: ../fish/guestfish-actions.pod:2381
26145 msgid ""
26146 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26147 "it removes an extended attribute of the link itself."
26148 msgstr ""
26149
26150 # type: =head2
26151 #. type: =head2
26152 #: ../fish/guestfish-actions.pod:2385
26153 msgid "ls"
26154 msgstr ""
26155
26156 # type: verbatim
26157 #. type: verbatim
26158 #: ../fish/guestfish-actions.pod:2387
26159 #, no-wrap
26160 msgid ""
26161 " ls directory\n"
26162 "\n"
26163 msgstr ""
26164
26165 # type: textblock
26166 #. type: textblock
26167 #: ../fish/guestfish-actions.pod:2393
26168 msgid ""
26169 "This command is mostly useful for interactive sessions.  Programs should "
26170 "probably use L</readdir> instead."
26171 msgstr ""
26172
26173 # type: =head2
26174 #. type: =head2
26175 #: ../fish/guestfish-actions.pod:2396
26176 msgid "lsetxattr"
26177 msgstr ""
26178
26179 # type: verbatim
26180 #. type: verbatim
26181 #: ../fish/guestfish-actions.pod:2398
26182 #, no-wrap
26183 msgid ""
26184 " lsetxattr xattr val vallen path\n"
26185 "\n"
26186 msgstr ""
26187
26188 # type: textblock
26189 #. type: textblock
26190 #: ../fish/guestfish-actions.pod:2400
26191 msgid ""
26192 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26193 "sets an extended attribute of the link itself."
26194 msgstr ""
26195
26196 # type: =head2
26197 #. type: =head2
26198 #: ../fish/guestfish-actions.pod:2404
26199 msgid "lstat"
26200 msgstr ""
26201
26202 # type: verbatim
26203 #. type: verbatim
26204 #: ../fish/guestfish-actions.pod:2406
26205 #, no-wrap
26206 msgid ""
26207 " lstat path\n"
26208 "\n"
26209 msgstr ""
26210
26211 # type: textblock
26212 #. type: textblock
26213 #: ../fish/guestfish-actions.pod:2410
26214 msgid ""
26215 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26216 "the link is stat-ed, not the file it refers to."
26217 msgstr ""
26218
26219 # type: =head2
26220 #. type: =head2
26221 #: ../fish/guestfish-actions.pod:2416
26222 msgid "lstatlist"
26223 msgstr ""
26224
26225 # type: verbatim
26226 #. type: verbatim
26227 #: ../fish/guestfish-actions.pod:2418
26228 #, no-wrap
26229 msgid ""
26230 " lstatlist path 'names ...'\n"
26231 "\n"
26232 msgstr ""
26233
26234 # type: textblock
26235 #. type: textblock
26236 #: ../fish/guestfish-actions.pod:2420
26237 msgid ""
26238 "This call allows you to perform the L</lstat> operation on multiple files, "
26239 "where all files are in the directory C<path>.  C<names> is the list of files "
26240 "from this directory."
26241 msgstr ""
26242
26243 # type: textblock
26244 #. type: textblock
26245 #: ../fish/guestfish-actions.pod:2429
26246 msgid ""
26247 "This call is intended for programs that want to efficiently list a directory "
26248 "contents without making many round-trips.  See also L</lxattrlist> for a "
26249 "similarly efficient call for getting extended attributes.  Very long "
26250 "directory listings might cause the protocol message size to be exceeded, "
26251 "causing this call to fail.  The caller must split up such requests into "
26252 "smaller groups of names."
26253 msgstr ""
26254
26255 # type: =head2
26256 #. type: =head2
26257 #: ../fish/guestfish-actions.pod:2437
26258 msgid "luks-add-key"
26259 msgstr ""
26260
26261 # type: verbatim
26262 #. type: verbatim
26263 #: ../fish/guestfish-actions.pod:2439
26264 #, no-wrap
26265 msgid ""
26266 " luks-add-key device keyslot\n"
26267 "\n"
26268 msgstr ""
26269
26270 # type: textblock
26271 #. type: textblock
26272 #: ../fish/guestfish-actions.pod:2446
26273 msgid ""
26274 "Note that if C<keyslot> already contains a key, then this command will "
26275 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26276 msgstr ""
26277
26278 # type: textblock
26279 #. type: textblock
26280 #: ../fish/guestfish-actions.pod:2450 ../fish/guestfish-actions.pod:2472
26281 #: ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2499
26282 #: ../fish/guestfish-actions.pod:2522 ../fish/guestfish-actions.pod:2532
26283 msgid ""
26284 "This command has one or more key or passphrase parameters.  Guestfish will "
26285 "prompt for these separately."
26286 msgstr ""
26287
26288 # type: =head2
26289 #. type: =head2
26290 #: ../fish/guestfish-actions.pod:2453
26291 msgid "luks-close"
26292 msgstr ""
26293
26294 # type: verbatim
26295 #. type: verbatim
26296 #: ../fish/guestfish-actions.pod:2455
26297 #, no-wrap
26298 msgid ""
26299 " luks-close device\n"
26300 "\n"
26301 msgstr ""
26302
26303 # type: textblock
26304 #. type: textblock
26305 #: ../fish/guestfish-actions.pod:2457
26306 msgid ""
26307 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26308 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26309 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26310 "block device."
26311 msgstr ""
26312
26313 # type: =head2
26314 #. type: =head2
26315 #: ../fish/guestfish-actions.pod:2463
26316 msgid "luks-format"
26317 msgstr ""
26318
26319 # type: verbatim
26320 #. type: verbatim
26321 #: ../fish/guestfish-actions.pod:2465
26322 #, no-wrap
26323 msgid ""
26324 " luks-format device keyslot\n"
26325 "\n"
26326 msgstr ""
26327
26328 # type: =head2
26329 #. type: =head2
26330 #: ../fish/guestfish-actions.pod:2478
26331 msgid "luks-format-cipher"
26332 msgstr ""
26333
26334 # type: verbatim
26335 #. type: verbatim
26336 #: ../fish/guestfish-actions.pod:2480
26337 #, no-wrap
26338 msgid ""
26339 " luks-format-cipher device keyslot cipher\n"
26340 "\n"
26341 msgstr ""
26342
26343 # type: textblock
26344 #. type: textblock
26345 #: ../fish/guestfish-actions.pod:2482
26346 msgid ""
26347 "This command is the same as L</luks-format> but it also allows you to set "
26348 "the C<cipher> used."
26349 msgstr ""
26350
26351 # type: =head2
26352 #. type: =head2
26353 #: ../fish/guestfish-actions.pod:2491
26354 msgid "luks-kill-slot"
26355 msgstr ""
26356
26357 # type: verbatim
26358 #. type: verbatim
26359 #: ../fish/guestfish-actions.pod:2493
26360 #, no-wrap
26361 msgid ""
26362 " luks-kill-slot device keyslot\n"
26363 "\n"
26364 msgstr ""
26365
26366 # type: =head2
26367 #. type: =head2
26368 #: ../fish/guestfish-actions.pod:2502
26369 msgid "luks-open"
26370 msgstr ""
26371
26372 # type: verbatim
26373 #. type: verbatim
26374 #: ../fish/guestfish-actions.pod:2504
26375 #, no-wrap
26376 msgid ""
26377 " luks-open device mapname\n"
26378 "\n"
26379 msgstr ""
26380
26381 # type: textblock
26382 #. type: textblock
26383 #: ../fish/guestfish-actions.pod:2518
26384 msgid ""
26385 "If this block device contains LVM volume groups, then calling L</vgscan> "
26386 "followed by L</vg-activate-all> will make them visible."
26387 msgstr ""
26388
26389 # type: =head2
26390 #. type: =head2
26391 #: ../fish/guestfish-actions.pod:2525
26392 msgid "luks-open-ro"
26393 msgstr ""
26394
26395 # type: verbatim
26396 #. type: verbatim
26397 #: ../fish/guestfish-actions.pod:2527
26398 #, no-wrap
26399 msgid ""
26400 " luks-open-ro device mapname\n"
26401 "\n"
26402 msgstr ""
26403
26404 # type: textblock
26405 #. type: textblock
26406 #: ../fish/guestfish-actions.pod:2529
26407 msgid ""
26408 "This is the same as L</luks-open> except that a read-only mapping is created."
26409 msgstr ""
26410
26411 # type: =head2
26412 #. type: =head2
26413 #: ../fish/guestfish-actions.pod:2535
26414 msgid "lvcreate"
26415 msgstr ""
26416
26417 # type: verbatim
26418 #. type: verbatim
26419 #: ../fish/guestfish-actions.pod:2537
26420 #, no-wrap
26421 msgid ""
26422 " lvcreate logvol volgroup mbytes\n"
26423 "\n"
26424 msgstr ""
26425
26426 # type: =head2
26427 #. type: =head2
26428 #: ../fish/guestfish-actions.pod:2542
26429 msgid "lvm-canonical-lv-name"
26430 msgstr ""
26431
26432 # type: verbatim
26433 #. type: verbatim
26434 #: ../fish/guestfish-actions.pod:2544
26435 #, no-wrap
26436 msgid ""
26437 " lvm-canonical-lv-name lvname\n"
26438 "\n"
26439 msgstr ""
26440
26441 # type: textblock
26442 #. type: textblock
26443 #: ../fish/guestfish-actions.pod:2553
26444 msgid "See also L</is-lv>."
26445 msgstr ""
26446
26447 # type: =head2
26448 #. type: =head2
26449 #: ../fish/guestfish-actions.pod:2555
26450 msgid "lvm-clear-filter"
26451 msgstr ""
26452
26453 # type: verbatim
26454 #. type: verbatim
26455 #: ../fish/guestfish-actions.pod:2557
26456 #, no-wrap
26457 msgid ""
26458 " lvm-clear-filter\n"
26459 "\n"
26460 msgstr ""
26461
26462 # type: textblock
26463 #. type: textblock
26464 #: ../fish/guestfish-actions.pod:2559
26465 msgid ""
26466 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26467 "block device."
26468 msgstr ""
26469
26470 # type: =head2
26471 #. type: =head2
26472 #: ../fish/guestfish-actions.pod:2565
26473 msgid "lvm-remove-all"
26474 msgstr ""
26475
26476 # type: verbatim
26477 #. type: verbatim
26478 #: ../fish/guestfish-actions.pod:2567
26479 #, no-wrap
26480 msgid ""
26481 " lvm-remove-all\n"
26482 "\n"
26483 msgstr ""
26484
26485 # type: =head2
26486 #. type: =head2
26487 #: ../fish/guestfish-actions.pod:2575
26488 msgid "lvm-set-filter"
26489 msgstr ""
26490
26491 # type: verbatim
26492 #. type: verbatim
26493 #: ../fish/guestfish-actions.pod:2577
26494 #, no-wrap
26495 msgid ""
26496 " lvm-set-filter 'devices ...'\n"
26497 "\n"
26498 msgstr ""
26499
26500 # type: =head2
26501 #. type: =head2
26502 #: ../fish/guestfish-actions.pod:2602
26503 msgid "lvremove"
26504 msgstr ""
26505
26506 # type: verbatim
26507 #. type: verbatim
26508 #: ../fish/guestfish-actions.pod:2604
26509 #, no-wrap
26510 msgid ""
26511 " lvremove device\n"
26512 "\n"
26513 msgstr ""
26514
26515 # type: =head2
26516 #. type: =head2
26517 #: ../fish/guestfish-actions.pod:2612
26518 msgid "lvrename"
26519 msgstr ""
26520
26521 # type: verbatim
26522 #. type: verbatim
26523 #: ../fish/guestfish-actions.pod:2614
26524 #, no-wrap
26525 msgid ""
26526 " lvrename logvol newlogvol\n"
26527 "\n"
26528 msgstr ""
26529
26530 # type: =head2
26531 #. type: =head2
26532 #: ../fish/guestfish-actions.pod:2618
26533 msgid "lvresize"
26534 msgstr ""
26535
26536 # type: verbatim
26537 #. type: verbatim
26538 #: ../fish/guestfish-actions.pod:2620
26539 #, no-wrap
26540 msgid ""
26541 " lvresize device mbytes\n"
26542 "\n"
26543 msgstr ""
26544
26545 # type: =head2
26546 #. type: =head2
26547 #: ../fish/guestfish-actions.pod:2626
26548 msgid "lvresize-free"
26549 msgstr ""
26550
26551 # type: verbatim
26552 #. type: verbatim
26553 #: ../fish/guestfish-actions.pod:2628
26554 #, no-wrap
26555 msgid ""
26556 " lvresize-free lv percent\n"
26557 "\n"
26558 msgstr ""
26559
26560 # type: =head2
26561 #. type: =head2
26562 #: ../fish/guestfish-actions.pod:2636
26563 msgid "lvs"
26564 msgstr ""
26565
26566 # type: verbatim
26567 #. type: verbatim
26568 #: ../fish/guestfish-actions.pod:2638
26569 #, no-wrap
26570 msgid ""
26571 " lvs\n"
26572 "\n"
26573 msgstr ""
26574
26575 # type: textblock
26576 #. type: textblock
26577 #: ../fish/guestfish-actions.pod:2646
26578 msgid "See also L</lvs-full>, L</list-filesystems>."
26579 msgstr ""
26580
26581 # type: =head2
26582 #. type: =head2
26583 #: ../fish/guestfish-actions.pod:2648
26584 msgid "lvs-full"
26585 msgstr ""
26586
26587 # type: verbatim
26588 #. type: verbatim
26589 #: ../fish/guestfish-actions.pod:2650
26590 #, no-wrap
26591 msgid ""
26592 " lvs-full\n"
26593 "\n"
26594 msgstr ""
26595
26596 # type: =head2
26597 #. type: =head2
26598 #: ../fish/guestfish-actions.pod:2655
26599 msgid "lvuuid"
26600 msgstr ""
26601
26602 # type: verbatim
26603 #. type: verbatim
26604 #: ../fish/guestfish-actions.pod:2657
26605 #, no-wrap
26606 msgid ""
26607 " lvuuid device\n"
26608 "\n"
26609 msgstr ""
26610
26611 # type: =head2
26612 #. type: =head2
26613 #: ../fish/guestfish-actions.pod:2661
26614 msgid "lxattrlist"
26615 msgstr ""
26616
26617 # type: verbatim
26618 #. type: verbatim
26619 #: ../fish/guestfish-actions.pod:2663
26620 #, no-wrap
26621 msgid ""
26622 " lxattrlist path 'names ...'\n"
26623 "\n"
26624 msgstr ""
26625
26626 # type: textblock
26627 #. type: textblock
26628 #: ../fish/guestfish-actions.pod:2679
26629 msgid ""
26630 "This call is intended for programs that want to efficiently list a directory "
26631 "contents without making many round-trips.  See also L</lstatlist> for a "
26632 "similarly efficient call for getting standard stats.  Very long directory "
26633 "listings might cause the protocol message size to be exceeded, causing this "
26634 "call to fail.  The caller must split up such requests into smaller groups of "
26635 "names."
26636 msgstr ""
26637
26638 # type: =head2
26639 #. type: =head2
26640 #: ../fish/guestfish-actions.pod:2687
26641 msgid "mkdir"
26642 msgstr ""
26643
26644 # type: verbatim
26645 #. type: verbatim
26646 #: ../fish/guestfish-actions.pod:2689
26647 #, no-wrap
26648 msgid ""
26649 " mkdir path\n"
26650 "\n"
26651 msgstr ""
26652
26653 # type: =head2
26654 #. type: =head2
26655 #: ../fish/guestfish-actions.pod:2693
26656 msgid "mkdir-mode"
26657 msgstr ""
26658
26659 # type: verbatim
26660 #. type: verbatim
26661 #: ../fish/guestfish-actions.pod:2695
26662 #, no-wrap
26663 msgid ""
26664 " mkdir-mode path mode\n"
26665 "\n"
26666 msgstr ""
26667
26668 # type: textblock
26669 #. type: textblock
26670 #: ../fish/guestfish-actions.pod:2704
26671 msgid "See also L</mkdir>, L</umask>"
26672 msgstr ""
26673
26674 # type: =head2
26675 #. type: =head2
26676 #: ../fish/guestfish-actions.pod:2706
26677 msgid "mkdir-p"
26678 msgstr ""
26679
26680 # type: verbatim
26681 #. type: verbatim
26682 #: ../fish/guestfish-actions.pod:2708
26683 #, no-wrap
26684 msgid ""
26685 " mkdir-p path\n"
26686 "\n"
26687 msgstr ""
26688
26689 # type: =head2
26690 #. type: =head2
26691 #: ../fish/guestfish-actions.pod:2713
26692 msgid "mkdtemp"
26693 msgstr ""
26694
26695 # type: verbatim
26696 #. type: verbatim
26697 #: ../fish/guestfish-actions.pod:2715
26698 #, no-wrap
26699 msgid ""
26700 " mkdtemp template\n"
26701 "\n"
26702 msgstr ""
26703
26704 # type: =head2
26705 #. type: =head2
26706 #: ../fish/guestfish-actions.pod:2736
26707 msgid "mke2fs-J"
26708 msgstr ""
26709
26710 # type: verbatim
26711 #. type: verbatim
26712 #: ../fish/guestfish-actions.pod:2738
26713 #, no-wrap
26714 msgid ""
26715 " mke2fs-J fstype blocksize device journal\n"
26716 "\n"
26717 msgstr ""
26718
26719 # type: textblock
26720 #. type: textblock
26721 #: ../fish/guestfish-actions.pod:2746
26722 msgid "See also L</mke2journal>."
26723 msgstr ""
26724
26725 # type: =head2
26726 #. type: =head2
26727 #: ../fish/guestfish-actions.pod:2748
26728 msgid "mke2fs-JL"
26729 msgstr ""
26730
26731 # type: verbatim
26732 #. type: verbatim
26733 #: ../fish/guestfish-actions.pod:2750
26734 #, no-wrap
26735 msgid ""
26736 " mke2fs-JL fstype blocksize device label\n"
26737 "\n"
26738 msgstr ""
26739
26740 # type: textblock
26741 #. type: textblock
26742 #: ../fish/guestfish-actions.pod:2755
26743 msgid "See also L</mke2journal-L>."
26744 msgstr ""
26745
26746 # type: =head2
26747 #. type: =head2
26748 #: ../fish/guestfish-actions.pod:2757
26749 msgid "mke2fs-JU"
26750 msgstr ""
26751
26752 # type: verbatim
26753 #. type: verbatim
26754 #: ../fish/guestfish-actions.pod:2759
26755 #, no-wrap
26756 msgid ""
26757 " mke2fs-JU fstype blocksize device uuid\n"
26758 "\n"
26759 msgstr ""
26760
26761 # type: textblock
26762 #. type: textblock
26763 #: ../fish/guestfish-actions.pod:2764
26764 msgid "See also L</mke2journal-U>."
26765 msgstr ""
26766
26767 # type: =head2
26768 #. type: =head2
26769 #: ../fish/guestfish-actions.pod:2766
26770 msgid "mke2journal"
26771 msgstr ""
26772
26773 # type: verbatim
26774 #. type: verbatim
26775 #: ../fish/guestfish-actions.pod:2768
26776 #, no-wrap
26777 msgid ""
26778 " mke2journal blocksize device\n"
26779 "\n"
26780 msgstr ""
26781
26782 # type: =head2
26783 #. type: =head2
26784 #: ../fish/guestfish-actions.pod:2775
26785 msgid "mke2journal-L"
26786 msgstr ""
26787
26788 # type: verbatim
26789 #. type: verbatim
26790 #: ../fish/guestfish-actions.pod:2777
26791 #, no-wrap
26792 msgid ""
26793 " mke2journal-L blocksize label device\n"
26794 "\n"
26795 msgstr ""
26796
26797 # type: =head2
26798 #. type: =head2
26799 #: ../fish/guestfish-actions.pod:2781
26800 msgid "mke2journal-U"
26801 msgstr ""
26802
26803 # type: verbatim
26804 #. type: verbatim
26805 #: ../fish/guestfish-actions.pod:2783
26806 #, no-wrap
26807 msgid ""
26808 " mke2journal-U blocksize uuid device\n"
26809 "\n"
26810 msgstr ""
26811
26812 # type: =head2
26813 #. type: =head2
26814 #: ../fish/guestfish-actions.pod:2787
26815 msgid "mkfifo"
26816 msgstr ""
26817
26818 # type: verbatim
26819 #. type: verbatim
26820 #: ../fish/guestfish-actions.pod:2789
26821 #, no-wrap
26822 msgid ""
26823 " mkfifo mode path\n"
26824 "\n"
26825 msgstr ""
26826
26827 # type: textblock
26828 #. type: textblock
26829 #: ../fish/guestfish-actions.pod:2791
26830 msgid ""
26831 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26832 "is just a convenient wrapper around L</mknod>."
26833 msgstr ""
26834
26835 # type: =head2
26836 #. type: =head2
26837 #: ../fish/guestfish-actions.pod:2797
26838 msgid "mkfs"
26839 msgstr ""
26840
26841 # type: verbatim
26842 #. type: verbatim
26843 #: ../fish/guestfish-actions.pod:2799
26844 #, no-wrap
26845 msgid ""
26846 " mkfs fstype device\n"
26847 "\n"
26848 msgstr ""
26849
26850 # type: =head2
26851 #. type: =head2
26852 #: ../fish/guestfish-actions.pod:2805
26853 msgid "mkfs-b"
26854 msgstr ""
26855
26856 # type: verbatim
26857 #. type: verbatim
26858 #: ../fish/guestfish-actions.pod:2807
26859 #, no-wrap
26860 msgid ""
26861 " mkfs-b fstype blocksize device\n"
26862 "\n"
26863 msgstr ""
26864
26865 # type: textblock
26866 #. type: textblock
26867 #: ../fish/guestfish-actions.pod:2809
26868 msgid ""
26869 "This call is similar to L</mkfs>, but it allows you to control the block "
26870 "size of the resulting filesystem.  Supported block sizes depend on the "
26871 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26872 msgstr ""
26873
26874 # type: =head2
26875 #. type: =head2
26876 #: ../fish/guestfish-actions.pod:2824
26877 msgid "mkfs-opts"
26878 msgstr ""
26879
26880 # type: verbatim
26881 #. type: verbatim
26882 #: ../fish/guestfish-actions.pod:2826
26883 #, no-wrap
26884 msgid ""
26885 " mkfs-opts fstype device [blocksize:..]\n"
26886 "\n"
26887 msgstr ""
26888
26889 # type: =head2
26890 #. type: =head2
26891 #: ../fish/guestfish-actions.pod:2850
26892 msgid "mkmountpoint"
26893 msgstr ""
26894
26895 # type: verbatim
26896 #. type: verbatim
26897 #: ../fish/guestfish-actions.pod:2852
26898 #, no-wrap
26899 msgid ""
26900 " mkmountpoint exemptpath\n"
26901 "\n"
26902 msgstr ""
26903
26904 # type: textblock
26905 #. type: textblock
26906 #: ../fish/guestfish-actions.pod:2854
26907 msgid ""
26908 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
26909 "to create extra mountpoints before mounting the first filesystem."
26910 msgstr ""
26911
26912 # type: textblock
26913 #. type: textblock
26914 #: ../fish/guestfish-actions.pod:2878
26915 msgid ""
26916 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
26917 "unexpected errors if you try to mix these calls.  It is safest to manually "
26918 "unmount filesystems and remove mountpoints after use."
26919 msgstr ""
26920
26921 # type: textblock
26922 #. type: textblock
26923 #: ../fish/guestfish-actions.pod:2882
26924 msgid ""
26925 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
26926 "for this to work for manual mountpoints, you must ensure that the innermost "
26927 "mountpoints have the longest pathnames, as in the example code above."
26928 msgstr ""
26929
26930 # type: textblock
26931 #. type: textblock
26932 #: ../fish/guestfish-actions.pod:2889
26933 msgid ""
26934 "Autosync [see L</set-autosync>, this is set by default on handles] means "
26935 "that L</umount-all> is called when the handle is closed which can also "
26936 "trigger these issues."
26937 msgstr ""
26938
26939 # type: =head2
26940 #. type: =head2
26941 #: ../fish/guestfish-actions.pod:2893
26942 msgid "mknod"
26943 msgstr ""
26944
26945 # type: verbatim
26946 #. type: verbatim
26947 #: ../fish/guestfish-actions.pod:2895
26948 #, no-wrap
26949 msgid ""
26950 " mknod mode devmajor devminor path\n"
26951 "\n"
26952 msgstr ""
26953
26954 # type: textblock
26955 #. type: textblock
26956 #: ../fish/guestfish-actions.pod:2905
26957 msgid ""
26958 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
26959 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
26960 "regular file).  These constants are available in the standard Linux header "
26961 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
26962 "wrappers around this command which bitwise OR in the appropriate constant "
26963 "for you."
26964 msgstr ""
26965
26966 # type: =head2
26967 #. type: =head2
26968 #: ../fish/guestfish-actions.pod:2915
26969 msgid "mknod-b"
26970 msgstr ""
26971
26972 # type: verbatim
26973 #. type: verbatim
26974 #: ../fish/guestfish-actions.pod:2917
26975 #, no-wrap
26976 msgid ""
26977 " mknod-b mode devmajor devminor path\n"
26978 "\n"
26979 msgstr ""
26980
26981 # type: textblock
26982 #. type: textblock
26983 #: ../fish/guestfish-actions.pod:2919
26984 msgid ""
26985 "This call creates a block device node called C<path> with mode C<mode> and "
26986 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
26987 "wrapper around L</mknod>."
26988 msgstr ""
26989
26990 # type: =head2
26991 #. type: =head2
26992 #: ../fish/guestfish-actions.pod:2925
26993 msgid "mknod-c"
26994 msgstr ""
26995
26996 # type: verbatim
26997 #. type: verbatim
26998 #: ../fish/guestfish-actions.pod:2927
26999 #, no-wrap
27000 msgid ""
27001 " mknod-c mode devmajor devminor path\n"
27002 "\n"
27003 msgstr ""
27004
27005 # type: textblock
27006 #. type: textblock
27007 #: ../fish/guestfish-actions.pod:2929
27008 msgid ""
27009 "This call creates a char device node called C<path> with mode C<mode> and "
27010 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27011 "wrapper around L</mknod>."
27012 msgstr ""
27013
27014 # type: =head2
27015 #. type: =head2
27016 #: ../fish/guestfish-actions.pod:2935
27017 msgid "mkswap"
27018 msgstr ""
27019
27020 # type: verbatim
27021 #. type: verbatim
27022 #: ../fish/guestfish-actions.pod:2937
27023 #, no-wrap
27024 msgid ""
27025 " mkswap device\n"
27026 "\n"
27027 msgstr ""
27028
27029 # type: =head2
27030 #. type: =head2
27031 #: ../fish/guestfish-actions.pod:2941
27032 msgid "mkswap-L"
27033 msgstr ""
27034
27035 # type: verbatim
27036 #. type: verbatim
27037 #: ../fish/guestfish-actions.pod:2943
27038 #, no-wrap
27039 msgid ""
27040 " mkswap-L label device\n"
27041 "\n"
27042 msgstr ""
27043
27044 # type: =head2
27045 #. type: =head2
27046 #: ../fish/guestfish-actions.pod:2951
27047 msgid "mkswap-U"
27048 msgstr ""
27049
27050 # type: verbatim
27051 #. type: verbatim
27052 #: ../fish/guestfish-actions.pod:2953
27053 #, no-wrap
27054 msgid ""
27055 " mkswap-U uuid device\n"
27056 "\n"
27057 msgstr ""
27058
27059 # type: =head2
27060 #. type: =head2
27061 #: ../fish/guestfish-actions.pod:2957
27062 msgid "mkswap-file"
27063 msgstr ""
27064
27065 # type: verbatim
27066 #. type: verbatim
27067 #: ../fish/guestfish-actions.pod:2959
27068 #, no-wrap
27069 msgid ""
27070 " mkswap-file path\n"
27071 "\n"
27072 msgstr ""
27073
27074 # type: textblock
27075 #. type: textblock
27076 #: ../fish/guestfish-actions.pod:2963
27077 msgid ""
27078 "This command just writes a swap file signature to an existing file.  To "
27079 "create the file itself, use something like L</fallocate>."
27080 msgstr ""
27081
27082 # type: =head2
27083 #. type: =head2
27084 #: ../fish/guestfish-actions.pod:2966
27085 msgid "modprobe"
27086 msgstr ""
27087
27088 # type: verbatim
27089 #. type: verbatim
27090 #: ../fish/guestfish-actions.pod:2968
27091 #, no-wrap
27092 msgid ""
27093 " modprobe modulename\n"
27094 "\n"
27095 msgstr ""
27096
27097 # type: =head2
27098 #. type: =head2
27099 #: ../fish/guestfish-actions.pod:2975
27100 msgid "mount"
27101 msgstr ""
27102
27103 # type: verbatim
27104 #. type: verbatim
27105 #: ../fish/guestfish-actions.pod:2977
27106 #, no-wrap
27107 msgid ""
27108 " mount device mountpoint\n"
27109 "\n"
27110 msgstr ""
27111
27112 # type: textblock
27113 #. type: textblock
27114 #: ../fish/guestfish-actions.pod:2993
27115 msgid ""
27116 "B<Important note:> When you use this call, the filesystem options C<sync> "
27117 "and C<noatime> are set implicitly.  This was originally done because we "
27118 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27119 "very large negative performance impact and negligible effect on "
27120 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27121 "code that needs performance, and instead use L</mount-options> (use an empty "
27122 "string for the first parameter if you don't want any options)."
27123 msgstr ""
27124
27125 # type: =head2
27126 #. type: =head2
27127 #: ../fish/guestfish-actions.pod:3003
27128 msgid "mount-loop"
27129 msgstr ""
27130
27131 # type: verbatim
27132 #. type: verbatim
27133 #: ../fish/guestfish-actions.pod:3005
27134 #, no-wrap
27135 msgid ""
27136 " mount-loop file mountpoint\n"
27137 "\n"
27138 msgstr ""
27139
27140 # type: =head2
27141 #. type: =head2
27142 #: ../fish/guestfish-actions.pod:3011
27143 msgid "mount-options"
27144 msgstr ""
27145
27146 # type: verbatim
27147 #. type: verbatim
27148 #: ../fish/guestfish-actions.pod:3013
27149 #, no-wrap
27150 msgid ""
27151 " mount-options options device mountpoint\n"
27152 "\n"
27153 msgstr ""
27154
27155 # type: textblock
27156 #. type: textblock
27157 #: ../fish/guestfish-actions.pod:3015
27158 msgid ""
27159 "This is the same as the L</mount> command, but it allows you to set the "
27160 "mount options as for the L<mount(8)> I<-o> flag."
27161 msgstr ""
27162
27163 # type: =head2
27164 #. type: =head2
27165 #: ../fish/guestfish-actions.pod:3023
27166 msgid "mount-ro"
27167 msgstr ""
27168
27169 # type: verbatim
27170 #. type: verbatim
27171 #: ../fish/guestfish-actions.pod:3025
27172 #, no-wrap
27173 msgid ""
27174 " mount-ro device mountpoint\n"
27175 "\n"
27176 msgstr ""
27177
27178 # type: textblock
27179 #. type: textblock
27180 #: ../fish/guestfish-actions.pod:3027
27181 msgid ""
27182 "This is the same as the L</mount> command, but it mounts the filesystem with "
27183 "the read-only (I<-o ro>) flag."
27184 msgstr ""
27185
27186 # type: =head2
27187 #. type: =head2
27188 #: ../fish/guestfish-actions.pod:3030
27189 msgid "mount-vfs"
27190 msgstr ""
27191
27192 # type: verbatim
27193 #. type: verbatim
27194 #: ../fish/guestfish-actions.pod:3032
27195 #, no-wrap
27196 msgid ""
27197 " mount-vfs options vfstype device mountpoint\n"
27198 "\n"
27199 msgstr ""
27200
27201 # type: textblock
27202 #. type: textblock
27203 #: ../fish/guestfish-actions.pod:3034
27204 msgid ""
27205 "This is the same as the L</mount> command, but it allows you to set both the "
27206 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27207 msgstr ""
27208
27209 # type: =head2
27210 #. type: =head2
27211 #: ../fish/guestfish-actions.pod:3038
27212 msgid "mountpoints"
27213 msgstr ""
27214
27215 # type: verbatim
27216 #. type: verbatim
27217 #: ../fish/guestfish-actions.pod:3040
27218 #, no-wrap
27219 msgid ""
27220 " mountpoints\n"
27221 "\n"
27222 msgstr ""
27223
27224 # type: textblock
27225 #. type: textblock
27226 #: ../fish/guestfish-actions.pod:3042
27227 msgid ""
27228 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27229 "This one returns a hash table (map) of device name to directory where the "
27230 "device is mounted."
27231 msgstr ""
27232
27233 # type: =head2
27234 #. type: =head2
27235 #: ../fish/guestfish-actions.pod:3046
27236 msgid "mounts"
27237 msgstr ""
27238
27239 # type: verbatim
27240 #. type: verbatim
27241 #: ../fish/guestfish-actions.pod:3048
27242 #, no-wrap
27243 msgid ""
27244 " mounts\n"
27245 "\n"
27246 msgstr ""
27247
27248 # type: textblock
27249 #. type: textblock
27250 #: ../fish/guestfish-actions.pod:3055
27251 msgid "See also: L</mountpoints>"
27252 msgstr ""
27253
27254 # type: =head2
27255 #. type: =head2
27256 #: ../fish/guestfish-actions.pod:3057
27257 msgid "mv"
27258 msgstr ""
27259
27260 # type: verbatim
27261 #. type: verbatim
27262 #: ../fish/guestfish-actions.pod:3059
27263 #, no-wrap
27264 msgid ""
27265 " mv src dest\n"
27266 "\n"
27267 msgstr ""
27268
27269 # type: =head2
27270 #. type: =head2
27271 #: ../fish/guestfish-actions.pod:3064
27272 msgid "ntfs-3g-probe"
27273 msgstr ""
27274
27275 # type: verbatim
27276 #. type: verbatim
27277 #: ../fish/guestfish-actions.pod:3066
27278 #, no-wrap
27279 msgid ""
27280 " ntfs-3g-probe true|false device\n"
27281 "\n"
27282 msgstr ""
27283
27284 # type: =head2
27285 #. type: =head2
27286 #: ../fish/guestfish-actions.pod:3080
27287 msgid "ntfsresize"
27288 msgstr ""
27289
27290 # type: verbatim
27291 #. type: verbatim
27292 #: ../fish/guestfish-actions.pod:3082
27293 #, no-wrap
27294 msgid ""
27295 " ntfsresize device\n"
27296 "\n"
27297 msgstr ""
27298
27299 # type: =head2
27300 #. type: =head2
27301 #: ../fish/guestfish-actions.pod:3088
27302 msgid "ntfsresize-size"
27303 msgstr ""
27304
27305 # type: verbatim
27306 #. type: verbatim
27307 #: ../fish/guestfish-actions.pod:3090
27308 #, no-wrap
27309 msgid ""
27310 " ntfsresize-size device size\n"
27311 "\n"
27312 msgstr ""
27313
27314 # type: textblock
27315 #. type: textblock
27316 #: ../fish/guestfish-actions.pod:3092
27317 msgid ""
27318 "This command is the same as L</ntfsresize> except that it allows you to "
27319 "specify the new size (in bytes) explicitly."
27320 msgstr ""
27321
27322 # type: =head2
27323 #. type: =head2
27324 #: ../fish/guestfish-actions.pod:3095
27325 msgid "part-add"
27326 msgstr ""
27327
27328 # type: verbatim
27329 #. type: verbatim
27330 #: ../fish/guestfish-actions.pod:3097
27331 #, no-wrap
27332 msgid ""
27333 " part-add device prlogex startsect endsect\n"
27334 "\n"
27335 msgstr ""
27336
27337 # type: textblock
27338 #. type: textblock
27339 #: ../fish/guestfish-actions.pod:3099
27340 msgid ""
27341 "This command adds a partition to C<device>.  If there is no partition table "
27342 "on the device, call L</part-init> first."
27343 msgstr ""
27344
27345 # type: textblock
27346 #. type: textblock
27347 #: ../fish/guestfish-actions.pod:3111
27348 msgid ""
27349 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27350 "part-disk> to do that."
27351 msgstr ""
27352
27353 # type: =head2
27354 #. type: =head2
27355 #: ../fish/guestfish-actions.pod:3114
27356 msgid "part-del"
27357 msgstr ""
27358
27359 # type: verbatim
27360 #. type: verbatim
27361 #: ../fish/guestfish-actions.pod:3116
27362 #, no-wrap
27363 msgid ""
27364 " part-del device partnum\n"
27365 "\n"
27366 msgstr ""
27367
27368 # type: =head2
27369 #. type: =head2
27370 #: ../fish/guestfish-actions.pod:3124
27371 msgid "part-disk"
27372 msgstr ""
27373
27374 # type: verbatim
27375 #. type: verbatim
27376 #: ../fish/guestfish-actions.pod:3126
27377 #, no-wrap
27378 msgid ""
27379 " part-disk device parttype\n"
27380 "\n"
27381 msgstr ""
27382
27383 # type: textblock
27384 #. type: textblock
27385 #: ../fish/guestfish-actions.pod:3128
27386 msgid ""
27387 "This command is simply a combination of L</part-init> followed by L</part-"
27388 "add> to create a single primary partition covering the whole disk."
27389 msgstr ""
27390
27391 # type: textblock
27392 #. type: textblock
27393 #: ../fish/guestfish-actions.pod:3132
27394 msgid ""
27395 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27396 "possible values are described in L</part-init>."
27397 msgstr ""
27398
27399 # type: =head2
27400 #. type: =head2
27401 #: ../fish/guestfish-actions.pod:3138
27402 msgid "part-get-bootable"
27403 msgstr ""
27404
27405 # type: verbatim
27406 #. type: verbatim
27407 #: ../fish/guestfish-actions.pod:3140
27408 #, no-wrap
27409 msgid ""
27410 " part-get-bootable device partnum\n"
27411 "\n"
27412 msgstr ""
27413
27414 # type: textblock
27415 #. type: textblock
27416 #: ../fish/guestfish-actions.pod:3145
27417 msgid "See also L</part-set-bootable>."
27418 msgstr ""
27419
27420 # type: =head2
27421 #. type: =head2
27422 #: ../fish/guestfish-actions.pod:3147
27423 msgid "part-get-mbr-id"
27424 msgstr ""
27425
27426 # type: verbatim
27427 #. type: verbatim
27428 #: ../fish/guestfish-actions.pod:3149
27429 #, no-wrap
27430 msgid ""
27431 " part-get-mbr-id device partnum\n"
27432 "\n"
27433 msgstr ""
27434
27435 # type: textblock
27436 #. type: textblock
27437 #: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3292
27438 msgid ""
27439 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27440 "undefined results for other partition table types (see L</part-get-"
27441 "parttype>)."
27442 msgstr ""
27443
27444 # type: =head2
27445 #. type: =head2
27446 #: ../fish/guestfish-actions.pod:3158
27447 msgid "part-get-parttype"
27448 msgstr ""
27449
27450 # type: verbatim
27451 #. type: verbatim
27452 #: ../fish/guestfish-actions.pod:3160
27453 #, no-wrap
27454 msgid ""
27455 " part-get-parttype device\n"
27456 "\n"
27457 msgstr ""
27458
27459 # type: textblock
27460 #. type: textblock
27461 #: ../fish/guestfish-actions.pod:3165
27462 msgid ""
27463 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27464 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27465 "possible, although unusual.  See L</part-init> for a full list."
27466 msgstr ""
27467
27468 # type: =head2
27469 #. type: =head2
27470 #: ../fish/guestfish-actions.pod:3170
27471 msgid "part-init"
27472 msgstr ""
27473
27474 # type: verbatim
27475 #. type: verbatim
27476 #: ../fish/guestfish-actions.pod:3172
27477 #, no-wrap
27478 msgid ""
27479 " part-init device parttype\n"
27480 "\n"
27481 msgstr ""
27482
27483 # type: textblock
27484 #. type: textblock
27485 #: ../fish/guestfish-actions.pod:3178
27486 msgid ""
27487 "Initially there are no partitions.  Following this, you should call L</part-"
27488 "add> for each partition required."
27489 msgstr ""
27490
27491 # type: =head2
27492 #. type: =head2
27493 #: ../fish/guestfish-actions.pod:3241
27494 msgid "part-list"
27495 msgstr ""
27496
27497 # type: verbatim
27498 #. type: verbatim
27499 #: ../fish/guestfish-actions.pod:3243
27500 #, no-wrap
27501 msgid ""
27502 " part-list device\n"
27503 "\n"
27504 msgstr ""
27505
27506 # type: textblock
27507 #. type: textblock
27508 #: ../fish/guestfish-actions.pod:3258
27509 msgid ""
27510 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27511 "the device's sector size, see L</blockdev-getss>."
27512 msgstr ""
27513
27514 # type: =head2
27515 #. type: =head2
27516 #: ../fish/guestfish-actions.pod:3271
27517 msgid "part-set-bootable"
27518 msgstr ""
27519
27520 # type: verbatim
27521 #. type: verbatim
27522 #: ../fish/guestfish-actions.pod:3273
27523 #, no-wrap
27524 msgid ""
27525 " part-set-bootable device partnum true|false\n"
27526 "\n"
27527 msgstr ""
27528
27529 # type: =head2
27530 #. type: =head2
27531 #: ../fish/guestfish-actions.pod:3282
27532 msgid "part-set-mbr-id"
27533 msgstr ""
27534
27535 # type: verbatim
27536 #. type: verbatim
27537 #: ../fish/guestfish-actions.pod:3284
27538 #, no-wrap
27539 msgid ""
27540 " part-set-mbr-id device partnum idbyte\n"
27541 "\n"
27542 msgstr ""
27543
27544 # type: =head2
27545 #. type: =head2
27546 #: ../fish/guestfish-actions.pod:3296
27547 msgid "part-set-name"
27548 msgstr ""
27549
27550 # type: verbatim
27551 #. type: verbatim
27552 #: ../fish/guestfish-actions.pod:3298
27553 #, no-wrap
27554 msgid ""
27555 " part-set-name device partnum name\n"
27556 "\n"
27557 msgstr ""
27558
27559 # type: =head2
27560 #. type: =head2
27561 #: ../fish/guestfish-actions.pod:3306
27562 msgid "part-to-dev"
27563 msgstr ""
27564
27565 # type: verbatim
27566 #. type: verbatim
27567 #: ../fish/guestfish-actions.pod:3308
27568 #, no-wrap
27569 msgid ""
27570 " part-to-dev partition\n"
27571 "\n"
27572 msgstr ""
27573
27574 # type: textblock
27575 #. type: textblock
27576 #: ../fish/guestfish-actions.pod:3314
27577 msgid ""
27578 "The named partition must exist, for example as a string returned from L</"
27579 "list-partitions>."
27580 msgstr ""
27581
27582 # type: =head2
27583 #. type: =head2
27584 #: ../fish/guestfish-actions.pod:3317
27585 msgid "ping-daemon"
27586 msgstr ""
27587
27588 # type: verbatim
27589 #. type: verbatim
27590 #: ../fish/guestfish-actions.pod:3319
27591 #, no-wrap
27592 msgid ""
27593 " ping-daemon\n"
27594 "\n"
27595 msgstr ""
27596
27597 # type: =head2
27598 #. type: =head2
27599 #: ../fish/guestfish-actions.pod:3326
27600 msgid "pread"
27601 msgstr ""
27602
27603 # type: verbatim
27604 #. type: verbatim
27605 #: ../fish/guestfish-actions.pod:3328
27606 #, no-wrap
27607 msgid ""
27608 " pread path count offset\n"
27609 "\n"
27610 msgstr ""
27611
27612 # type: textblock
27613 #. type: textblock
27614 #: ../fish/guestfish-actions.pod:3336
27615 msgid "See also L</pwrite>, L</pread-device>."
27616 msgstr ""
27617
27618 # type: =head2
27619 #. type: =head2
27620 #: ../fish/guestfish-actions.pod:3341
27621 msgid "pread-device"
27622 msgstr ""
27623
27624 # type: verbatim
27625 #. type: verbatim
27626 #: ../fish/guestfish-actions.pod:3343
27627 #, no-wrap
27628 msgid ""
27629 " pread-device device count offset\n"
27630 "\n"
27631 msgstr ""
27632
27633 # type: textblock
27634 #. type: textblock
27635 #: ../fish/guestfish-actions.pod:3351
27636 msgid "See also L</pread>."
27637 msgstr ""
27638
27639 # type: =head2
27640 #. type: =head2
27641 #: ../fish/guestfish-actions.pod:3356
27642 msgid "pvcreate"
27643 msgstr ""
27644
27645 # type: verbatim
27646 #. type: verbatim
27647 #: ../fish/guestfish-actions.pod:3358
27648 #, no-wrap
27649 msgid ""
27650 " pvcreate device\n"
27651 "\n"
27652 msgstr ""
27653
27654 # type: =head2
27655 #. type: =head2
27656 #: ../fish/guestfish-actions.pod:3364
27657 msgid "pvremove"
27658 msgstr ""
27659
27660 # type: verbatim
27661 #. type: verbatim
27662 #: ../fish/guestfish-actions.pod:3366
27663 #, no-wrap
27664 msgid ""
27665 " pvremove device\n"
27666 "\n"
27667 msgstr ""
27668
27669 # type: =head2
27670 #. type: =head2
27671 #: ../fish/guestfish-actions.pod:3375
27672 msgid "pvresize"
27673 msgstr ""
27674
27675 # type: verbatim
27676 #. type: verbatim
27677 #: ../fish/guestfish-actions.pod:3377
27678 #, no-wrap
27679 msgid ""
27680 " pvresize device\n"
27681 "\n"
27682 msgstr ""
27683
27684 # type: =head2
27685 #. type: =head2
27686 #: ../fish/guestfish-actions.pod:3382
27687 msgid "pvresize-size"
27688 msgstr ""
27689
27690 # type: verbatim
27691 #. type: verbatim
27692 #: ../fish/guestfish-actions.pod:3384
27693 #, no-wrap
27694 msgid ""
27695 " pvresize-size device size\n"
27696 "\n"
27697 msgstr ""
27698
27699 # type: textblock
27700 #. type: textblock
27701 #: ../fish/guestfish-actions.pod:3386
27702 msgid ""
27703 "This command is the same as L</pvresize> except that it allows you to "
27704 "specify the new size (in bytes) explicitly."
27705 msgstr ""
27706
27707 # type: =head2
27708 #. type: =head2
27709 #: ../fish/guestfish-actions.pod:3389
27710 msgid "pvs"
27711 msgstr ""
27712
27713 # type: verbatim
27714 #. type: verbatim
27715 #: ../fish/guestfish-actions.pod:3391
27716 #, no-wrap
27717 msgid ""
27718 " pvs\n"
27719 "\n"
27720 msgstr ""
27721
27722 # type: textblock
27723 #. type: textblock
27724 #: ../fish/guestfish-actions.pod:3399
27725 msgid "See also L</pvs-full>."
27726 msgstr ""
27727
27728 # type: =head2
27729 #. type: =head2
27730 #: ../fish/guestfish-actions.pod:3401
27731 msgid "pvs-full"
27732 msgstr ""
27733
27734 # type: verbatim
27735 #. type: verbatim
27736 #: ../fish/guestfish-actions.pod:3403
27737 #, no-wrap
27738 msgid ""
27739 " pvs-full\n"
27740 "\n"
27741 msgstr ""
27742
27743 # type: =head2
27744 #. type: =head2
27745 #: ../fish/guestfish-actions.pod:3408
27746 msgid "pvuuid"
27747 msgstr ""
27748
27749 # type: verbatim
27750 #. type: verbatim
27751 #: ../fish/guestfish-actions.pod:3410
27752 #, no-wrap
27753 msgid ""
27754 " pvuuid device\n"
27755 "\n"
27756 msgstr ""
27757
27758 # type: =head2
27759 #. type: =head2
27760 #: ../fish/guestfish-actions.pod:3414
27761 msgid "pwrite"
27762 msgstr ""
27763
27764 # type: verbatim
27765 #. type: verbatim
27766 #: ../fish/guestfish-actions.pod:3416
27767 #, no-wrap
27768 msgid ""
27769 " pwrite path content offset\n"
27770 "\n"
27771 msgstr ""
27772
27773 # type: textblock
27774 #. type: textblock
27775 #: ../fish/guestfish-actions.pod:3427
27776 msgid "See also L</pread>, L</pwrite-device>."
27777 msgstr ""
27778
27779 # type: =head2
27780 #. type: =head2
27781 #: ../fish/guestfish-actions.pod:3432
27782 msgid "pwrite-device"
27783 msgstr ""
27784
27785 # type: verbatim
27786 #. type: verbatim
27787 #: ../fish/guestfish-actions.pod:3434
27788 #, no-wrap
27789 msgid ""
27790 " pwrite-device device content offset\n"
27791 "\n"
27792 msgstr ""
27793
27794 # type: textblock
27795 #. type: textblock
27796 #: ../fish/guestfish-actions.pod:3444
27797 msgid "See also L</pwrite>."
27798 msgstr ""
27799
27800 # type: =head2
27801 #. type: =head2
27802 #: ../fish/guestfish-actions.pod:3449
27803 msgid "read-file"
27804 msgstr ""
27805
27806 # type: verbatim
27807 #. type: verbatim
27808 #: ../fish/guestfish-actions.pod:3451
27809 #, no-wrap
27810 msgid ""
27811 " read-file path\n"
27812 "\n"
27813 msgstr ""
27814
27815 # type: textblock
27816 #. type: textblock
27817 #: ../fish/guestfish-actions.pod:3456
27818 msgid ""
27819 "Unlike L</cat>, this function can correctly handle files that contain "
27820 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27821 "is limited in the total size of file that can be handled."
27822 msgstr ""
27823
27824 # type: =head2
27825 #. type: =head2
27826 #: ../fish/guestfish-actions.pod:3464
27827 msgid "read-lines"
27828 msgstr ""
27829
27830 # type: verbatim
27831 #. type: verbatim
27832 #: ../fish/guestfish-actions.pod:3466
27833 #, no-wrap
27834 msgid ""
27835 " read-lines path\n"
27836 "\n"
27837 msgstr ""
27838
27839 # type: textblock
27840 #. type: textblock
27841 #: ../fish/guestfish-actions.pod:3473
27842 msgid ""
27843 "Note that this function cannot correctly handle binary files (specifically, "
27844 "files containing C<\\0> character which is treated as end of line).  For "
27845 "those you need to use the L</read-file> function which has a more complex "
27846 "interface."
27847 msgstr ""
27848
27849 # type: =head2
27850 #. type: =head2
27851 #: ../fish/guestfish-actions.pod:3478
27852 msgid "readdir"
27853 msgstr ""
27854
27855 # type: verbatim
27856 #. type: verbatim
27857 #: ../fish/guestfish-actions.pod:3480
27858 #, no-wrap
27859 msgid ""
27860 " readdir dir\n"
27861 "\n"
27862 msgstr ""
27863
27864 # type: textblock
27865 #. type: textblock
27866 #: ../fish/guestfish-actions.pod:3532
27867 msgid ""
27868 "This function is primarily intended for use by programs.  To get a simple "
27869 "list of names, use L</ls>.  To get a printable directory for human "
27870 "consumption, use L</ll>."
27871 msgstr ""
27872
27873 # type: =head2
27874 #. type: =head2
27875 #: ../fish/guestfish-actions.pod:3536
27876 msgid "readlink"
27877 msgstr ""
27878
27879 # type: verbatim
27880 #. type: verbatim
27881 #: ../fish/guestfish-actions.pod:3538
27882 #, no-wrap
27883 msgid ""
27884 " readlink path\n"
27885 "\n"
27886 msgstr ""
27887
27888 # type: =head2
27889 #. type: =head2
27890 #: ../fish/guestfish-actions.pod:3542
27891 msgid "readlinklist"
27892 msgstr ""
27893
27894 # type: verbatim
27895 #. type: verbatim
27896 #: ../fish/guestfish-actions.pod:3544
27897 #, no-wrap
27898 msgid ""
27899 " readlinklist path 'names ...'\n"
27900 "\n"
27901 msgstr ""
27902
27903 # type: =head2
27904 #. type: =head2
27905 #: ../fish/guestfish-actions.pod:3568
27906 msgid "realpath"
27907 msgstr ""
27908
27909 # type: verbatim
27910 #. type: verbatim
27911 #: ../fish/guestfish-actions.pod:3570
27912 #, no-wrap
27913 msgid ""
27914 " realpath path\n"
27915 "\n"
27916 msgstr ""
27917
27918 # type: =head2
27919 #. type: =head2
27920 #: ../fish/guestfish-actions.pod:3575
27921 msgid "removexattr"
27922 msgstr ""
27923
27924 # type: verbatim
27925 #. type: verbatim
27926 #: ../fish/guestfish-actions.pod:3577
27927 #, no-wrap
27928 msgid ""
27929 " removexattr xattr path\n"
27930 "\n"
27931 msgstr ""
27932
27933 # type: textblock
27934 #. type: textblock
27935 #: ../fish/guestfish-actions.pod:3582
27936 msgid "See also: L</lremovexattr>, L<attr(5)>."
27937 msgstr ""
27938
27939 # type: =head2
27940 #. type: =head2
27941 #: ../fish/guestfish-actions.pod:3584
27942 msgid "resize2fs"
27943 msgstr ""
27944
27945 # type: verbatim
27946 #. type: verbatim
27947 #: ../fish/guestfish-actions.pod:3586
27948 #, no-wrap
27949 msgid ""
27950 " resize2fs device\n"
27951 "\n"
27952 msgstr ""
27953
27954 # type: textblock
27955 #. type: textblock
27956 #: ../fish/guestfish-actions.pod:3591
27957 msgid ""
27958 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
27959 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
27960 "gives an error about this and sometimes not.  In any case, it is always safe "
27961 "to call L</e2fsck-f> before calling this function."
27962 msgstr ""
27963
27964 # type: =head2
27965 #. type: =head2
27966 #: ../fish/guestfish-actions.pod:3597
27967 msgid "resize2fs-size"
27968 msgstr ""
27969
27970 # type: verbatim
27971 #. type: verbatim
27972 #: ../fish/guestfish-actions.pod:3599
27973 #, no-wrap
27974 msgid ""
27975 " resize2fs-size device size\n"
27976 "\n"
27977 msgstr ""
27978
27979 # type: textblock
27980 #. type: textblock
27981 #: ../fish/guestfish-actions.pod:3601
27982 msgid ""
27983 "This command is the same as L</resize2fs> except that it allows you to "
27984 "specify the new size (in bytes) explicitly."
27985 msgstr ""
27986
27987 # type: =head2
27988 #. type: =head2
27989 #: ../fish/guestfish-actions.pod:3604
27990 msgid "rm"
27991 msgstr ""
27992
27993 # type: verbatim
27994 #. type: verbatim
27995 #: ../fish/guestfish-actions.pod:3606
27996 #, no-wrap
27997 msgid ""
27998 " rm path\n"
27999 "\n"
28000 msgstr ""
28001
28002 # type: =head2
28003 #. type: =head2
28004 #: ../fish/guestfish-actions.pod:3610
28005 msgid "rm-rf"
28006 msgstr ""
28007
28008 # type: verbatim
28009 #. type: verbatim
28010 #: ../fish/guestfish-actions.pod:3612
28011 #, no-wrap
28012 msgid ""
28013 " rm-rf path\n"
28014 "\n"
28015 msgstr ""
28016
28017 # type: =head2
28018 #. type: =head2
28019 #: ../fish/guestfish-actions.pod:3618
28020 msgid "rmdir"
28021 msgstr ""
28022
28023 # type: verbatim
28024 #. type: verbatim
28025 #: ../fish/guestfish-actions.pod:3620
28026 #, no-wrap
28027 msgid ""
28028 " rmdir path\n"
28029 "\n"
28030 msgstr ""
28031
28032 # type: =head2
28033 #. type: =head2
28034 #: ../fish/guestfish-actions.pod:3624
28035 msgid "rmmountpoint"
28036 msgstr ""
28037
28038 # type: verbatim
28039 #. type: verbatim
28040 #: ../fish/guestfish-actions.pod:3626
28041 #, no-wrap
28042 msgid ""
28043 " rmmountpoint exemptpath\n"
28044 "\n"
28045 msgstr ""
28046
28047 # type: textblock
28048 #. type: textblock
28049 #: ../fish/guestfish-actions.pod:3628
28050 msgid ""
28051 "This calls removes a mountpoint that was previously created with L</"
28052 "mkmountpoint>.  See L</mkmountpoint> for full details."
28053 msgstr ""
28054
28055 # type: =head2
28056 #. type: =head2
28057 #: ../fish/guestfish-actions.pod:3632
28058 msgid "scrub-device"
28059 msgstr ""
28060
28061 # type: verbatim
28062 #. type: verbatim
28063 #: ../fish/guestfish-actions.pod:3634
28064 #, no-wrap
28065 msgid ""
28066 " scrub-device device\n"
28067 "\n"
28068 msgstr ""
28069
28070 # type: =head2
28071 #. type: =head2
28072 #: ../fish/guestfish-actions.pod:3645
28073 msgid "scrub-file"
28074 msgstr ""
28075
28076 # type: verbatim
28077 #. type: verbatim
28078 #: ../fish/guestfish-actions.pod:3647
28079 #, no-wrap
28080 msgid ""
28081 " scrub-file file\n"
28082 "\n"
28083 msgstr ""
28084
28085 # type: =head2
28086 #. type: =head2
28087 #: ../fish/guestfish-actions.pod:3657
28088 msgid "scrub-freespace"
28089 msgstr ""
28090
28091 # type: verbatim
28092 #. type: verbatim
28093 #: ../fish/guestfish-actions.pod:3659
28094 #, no-wrap
28095 msgid ""
28096 " scrub-freespace dir\n"
28097 "\n"
28098 msgstr ""
28099
28100 # type: textblock
28101 #. type: textblock
28102 #: ../fish/guestfish-actions.pod:3661
28103 msgid ""
28104 "This command creates the directory C<dir> and then fills it with files until "
28105 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28106 "deletes them.  The intention is to scrub any free space on the partition "
28107 "containing C<dir>."
28108 msgstr ""
28109
28110 # type: =head2
28111 #. type: =head2
28112 #: ../fish/guestfish-actions.pod:3670
28113 msgid "set-append"
28114 msgstr ""
28115
28116 # type: =head2
28117 #. type: =head2
28118 #: ../fish/guestfish-actions.pod:3672
28119 msgid "append"
28120 msgstr ""
28121
28122 # type: verbatim
28123 #. type: verbatim
28124 #: ../fish/guestfish-actions.pod:3674
28125 #, no-wrap
28126 msgid ""
28127 " set-append append\n"
28128 "\n"
28129 msgstr ""
28130
28131 # type: =head2
28132 #. type: =head2
28133 #: ../fish/guestfish-actions.pod:3685
28134 msgid "set-autosync"
28135 msgstr ""
28136
28137 # type: =head2
28138 #. type: =head2
28139 #: ../fish/guestfish-actions.pod:3687
28140 msgid "autosync"
28141 msgstr ""
28142
28143 # type: verbatim
28144 #. type: verbatim
28145 #: ../fish/guestfish-actions.pod:3689
28146 #, no-wrap
28147 msgid ""
28148 " set-autosync true|false\n"
28149 "\n"
28150 msgstr ""
28151
28152 # type: textblock
28153 #. type: textblock
28154 #: ../fish/guestfish-actions.pod:3691
28155 msgid ""
28156 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28157 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28158 "closed (also if the program exits without closing handles)."
28159 msgstr ""
28160
28161 # type: =head2
28162 #. type: =head2
28163 #: ../fish/guestfish-actions.pod:3699
28164 msgid "set-direct"
28165 msgstr ""
28166
28167 # type: =head2
28168 #. type: =head2
28169 #: ../fish/guestfish-actions.pod:3701
28170 msgid "direct"
28171 msgstr ""
28172
28173 # type: verbatim
28174 #. type: verbatim
28175 #: ../fish/guestfish-actions.pod:3703
28176 #, no-wrap
28177 msgid ""
28178 " set-direct true|false\n"
28179 "\n"
28180 msgstr ""
28181
28182 # type: textblock
28183 #. type: textblock
28184 #: ../fish/guestfish-actions.pod:3709
28185 msgid ""
28186 "One consequence of this is that log messages aren't caught by the library "
28187 "and handled by L</set-log-message-callback>, but go straight to stdout."
28188 msgstr ""
28189
28190 # type: =head2
28191 #. type: =head2
28192 #: ../fish/guestfish-actions.pod:3718
28193 msgid "set-e2label"
28194 msgstr ""
28195
28196 # type: verbatim
28197 #. type: verbatim
28198 #: ../fish/guestfish-actions.pod:3720
28199 #, no-wrap
28200 msgid ""
28201 " set-e2label device label\n"
28202 "\n"
28203 msgstr ""
28204
28205 # type: textblock
28206 #. type: textblock
28207 #: ../fish/guestfish-actions.pod:3726
28208 msgid ""
28209 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28210 "label on a filesystem."
28211 msgstr ""
28212
28213 # type: =head2
28214 #. type: =head2
28215 #: ../fish/guestfish-actions.pod:3729
28216 msgid "set-e2uuid"
28217 msgstr ""
28218
28219 # type: verbatim
28220 #. type: verbatim
28221 #: ../fish/guestfish-actions.pod:3731
28222 #, no-wrap
28223 msgid ""
28224 " set-e2uuid device uuid\n"
28225 "\n"
28226 msgstr ""
28227
28228 # type: textblock
28229 #. type: textblock
28230 #: ../fish/guestfish-actions.pod:3738
28231 msgid ""
28232 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28233 "UUID of a filesystem."
28234 msgstr ""
28235
28236 # type: =head2
28237 #. type: =head2
28238 #: ../fish/guestfish-actions.pod:3741
28239 msgid "set-memsize"
28240 msgstr ""
28241
28242 # type: =head2
28243 #. type: =head2
28244 #: ../fish/guestfish-actions.pod:3743
28245 msgid "memsize"
28246 msgstr ""
28247
28248 # type: verbatim
28249 #. type: verbatim
28250 #: ../fish/guestfish-actions.pod:3745
28251 #, no-wrap
28252 msgid ""
28253 " set-memsize memsize\n"
28254 "\n"
28255 msgstr ""
28256
28257 # type: textblock
28258 #. type: textblock
28259 #: ../fish/guestfish-actions.pod:3747
28260 msgid ""
28261 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28262 "This only has any effect if called before L</launch>."
28263 msgstr ""
28264
28265 # type: =head2
28266 #. type: =head2
28267 #: ../fish/guestfish-actions.pod:3758
28268 msgid "set-network"
28269 msgstr ""
28270
28271 # type: =head2
28272 #. type: =head2
28273 #: ../fish/guestfish-actions.pod:3760
28274 msgid "network"
28275 msgstr ""
28276
28277 # type: verbatim
28278 #. type: verbatim
28279 #: ../fish/guestfish-actions.pod:3762
28280 #, no-wrap
28281 msgid ""
28282 " set-network true|false\n"
28283 "\n"
28284 msgstr ""
28285
28286 # type: textblock
28287 #. type: textblock
28288 #: ../fish/guestfish-actions.pod:3770
28289 msgid ""
28290 "You must call this before calling L</launch>, otherwise it has no effect."
28291 msgstr ""
28292
28293 # type: =head2
28294 #. type: =head2
28295 #: ../fish/guestfish-actions.pod:3773
28296 msgid "set-path"
28297 msgstr ""
28298
28299 # type: =head2
28300 #. type: =head2
28301 #: ../fish/guestfish-actions.pod:3775
28302 msgid "path"
28303 msgstr ""
28304
28305 # type: verbatim
28306 #. type: verbatim
28307 #: ../fish/guestfish-actions.pod:3777
28308 #, no-wrap
28309 msgid ""
28310 " set-path searchpath\n"
28311 "\n"
28312 msgstr ""
28313
28314 # type: =head2
28315 #. type: =head2
28316 #: ../fish/guestfish-actions.pod:3786
28317 msgid "set-qemu"
28318 msgstr ""
28319
28320 # type: =head2
28321 #. type: =head2
28322 #: ../fish/guestfish-actions.pod:3788
28323 msgid "qemu"
28324 msgstr ""
28325
28326 # type: verbatim
28327 #. type: verbatim
28328 #: ../fish/guestfish-actions.pod:3790
28329 #, no-wrap
28330 msgid ""
28331 " set-qemu qemu\n"
28332 "\n"
28333 msgstr ""
28334
28335 # type: =head2
28336 #. type: =head2
28337 #: ../fish/guestfish-actions.pod:3810
28338 msgid "set-recovery-proc"
28339 msgstr ""
28340
28341 # type: =head2
28342 #. type: =head2
28343 #: ../fish/guestfish-actions.pod:3812
28344 msgid "recovery-proc"
28345 msgstr ""
28346
28347 # type: verbatim
28348 #. type: verbatim
28349 #: ../fish/guestfish-actions.pod:3814
28350 #, no-wrap
28351 msgid ""
28352 " set-recovery-proc true|false\n"
28353 "\n"
28354 msgstr ""
28355
28356 # type: textblock
28357 #. type: textblock
28358 #: ../fish/guestfish-actions.pod:3816
28359 msgid ""
28360 "If this is called with the parameter C<false> then L</launch> does not "
28361 "create a recovery process.  The purpose of the recovery process is to stop "
28362 "runaway qemu processes in the case where the main program aborts abruptly."
28363 msgstr ""
28364
28365 # type: textblock
28366 #. type: textblock
28367 #: ../fish/guestfish-actions.pod:3821
28368 msgid ""
28369 "This only has any effect if called before L</launch>, and the default is "
28370 "true."
28371 msgstr ""
28372
28373 # type: =head2
28374 #. type: =head2
28375 #: ../fish/guestfish-actions.pod:3830
28376 msgid "set-selinux"
28377 msgstr ""
28378
28379 # type: =head2
28380 #. type: =head2
28381 #: ../fish/guestfish-actions.pod:3832
28382 msgid "selinux"
28383 msgstr ""
28384
28385 # type: verbatim
28386 #. type: verbatim
28387 #: ../fish/guestfish-actions.pod:3834
28388 #, no-wrap
28389 msgid ""
28390 " set-selinux true|false\n"
28391 "\n"
28392 msgstr ""
28393
28394 # type: =head2
28395 #. type: =head2
28396 #: ../fish/guestfish-actions.pod:3845
28397 msgid "set-trace"
28398 msgstr ""
28399
28400 # type: =head2
28401 #. type: =head2
28402 #: ../fish/guestfish-actions.pod:3847
28403 msgid "trace"
28404 msgstr ""
28405
28406 # type: verbatim
28407 #. type: verbatim
28408 #: ../fish/guestfish-actions.pod:3849
28409 #, no-wrap
28410 msgid ""
28411 " set-trace true|false\n"
28412 "\n"
28413 msgstr ""
28414
28415 # type: =head2
28416 #. type: =head2
28417 #: ../fish/guestfish-actions.pod:3865
28418 msgid "set-verbose"
28419 msgstr ""
28420
28421 # type: =head2
28422 #. type: =head2
28423 #: ../fish/guestfish-actions.pod:3867
28424 msgid "verbose"
28425 msgstr ""
28426
28427 # type: verbatim
28428 #. type: verbatim
28429 #: ../fish/guestfish-actions.pod:3869
28430 #, no-wrap
28431 msgid ""
28432 " set-verbose true|false\n"
28433 "\n"
28434 msgstr ""
28435
28436 # type: =head2
28437 #. type: =head2
28438 #: ../fish/guestfish-actions.pod:3876
28439 msgid "setcon"
28440 msgstr ""
28441
28442 # type: verbatim
28443 #. type: verbatim
28444 #: ../fish/guestfish-actions.pod:3878
28445 #, no-wrap
28446 msgid ""
28447 " setcon context\n"
28448 "\n"
28449 msgstr ""
28450
28451 # type: =head2
28452 #. type: =head2
28453 #: ../fish/guestfish-actions.pod:3885
28454 msgid "setxattr"
28455 msgstr ""
28456
28457 # type: verbatim
28458 #. type: verbatim
28459 #: ../fish/guestfish-actions.pod:3887
28460 #, no-wrap
28461 msgid ""
28462 " setxattr xattr val vallen path\n"
28463 "\n"
28464 msgstr ""
28465
28466 # type: textblock
28467 #. type: textblock
28468 #: ../fish/guestfish-actions.pod:3893
28469 msgid "See also: L</lsetxattr>, L<attr(5)>."
28470 msgstr ""
28471
28472 # type: =head2
28473 #. type: =head2
28474 #: ../fish/guestfish-actions.pod:3895
28475 msgid "sfdisk"
28476 msgstr ""
28477
28478 # type: verbatim
28479 #. type: verbatim
28480 #: ../fish/guestfish-actions.pod:3897
28481 #, no-wrap
28482 msgid ""
28483 " sfdisk device cyls heads sectors 'lines ...'\n"
28484 "\n"
28485 msgstr ""
28486
28487 # type: textblock
28488 #. type: textblock
28489 #: ../fish/guestfish-actions.pod:3919
28490 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28491 msgstr ""
28492
28493 # type: =head2
28494 #. type: =head2
28495 #: ../fish/guestfish-actions.pod:3925
28496 msgid "sfdiskM"
28497 msgstr ""
28498
28499 # type: verbatim
28500 #. type: verbatim
28501 #: ../fish/guestfish-actions.pod:3927
28502 #, no-wrap
28503 msgid ""
28504 " sfdiskM device 'lines ...'\n"
28505 "\n"
28506 msgstr ""
28507
28508 # type: textblock
28509 #. type: textblock
28510 #: ../fish/guestfish-actions.pod:3929
28511 msgid ""
28512 "This is a simplified interface to the L</sfdisk> command, where partition "
28513 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28514 "you don't need to specify the cyls, heads and sectors parameters which were "
28515 "rarely if ever used anyway."
28516 msgstr ""
28517
28518 # type: textblock
28519 #. type: textblock
28520 #: ../fish/guestfish-actions.pod:3935
28521 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28522 msgstr ""
28523
28524 # type: =head2
28525 #. type: =head2
28526 #: ../fish/guestfish-actions.pod:3941
28527 msgid "sfdisk-N"
28528 msgstr ""
28529
28530 # type: verbatim
28531 #. type: verbatim
28532 #: ../fish/guestfish-actions.pod:3943
28533 #, no-wrap
28534 msgid ""
28535 " sfdisk-N device partnum cyls heads sectors line\n"
28536 "\n"
28537 msgstr ""
28538
28539 # type: textblock
28540 #. type: textblock
28541 #: ../fish/guestfish-actions.pod:3948
28542 msgid ""
28543 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28544 "cyls/heads/sectors parameters."
28545 msgstr ""
28546
28547 # type: textblock
28548 #. type: textblock
28549 #: ../fish/guestfish-actions.pod:3951
28550 msgid "See also: L</part-add>"
28551 msgstr ""
28552
28553 # type: =head2
28554 #. type: =head2
28555 #: ../fish/guestfish-actions.pod:3956
28556 msgid "sfdisk-disk-geometry"
28557 msgstr ""
28558
28559 # type: verbatim
28560 #. type: verbatim
28561 #: ../fish/guestfish-actions.pod:3958
28562 #, no-wrap
28563 msgid ""
28564 " sfdisk-disk-geometry device\n"
28565 "\n"
28566 msgstr ""
28567
28568 # type: textblock
28569 #. type: textblock
28570 #: ../fish/guestfish-actions.pod:3960
28571 msgid ""
28572 "This displays the disk geometry of C<device> read from the partition table.  "
28573 "Especially in the case where the underlying block device has been resized, "
28574 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28575 "kernel-geometry>)."
28576 msgstr ""
28577
28578 # type: =head2
28579 #. type: =head2
28580 #: ../fish/guestfish-actions.pod:3968
28581 msgid "sfdisk-kernel-geometry"
28582 msgstr ""
28583
28584 # type: verbatim
28585 #. type: verbatim
28586 #: ../fish/guestfish-actions.pod:3970
28587 #, no-wrap
28588 msgid ""
28589 " sfdisk-kernel-geometry device\n"
28590 "\n"
28591 msgstr ""
28592
28593 # type: =head2
28594 #. type: =head2
28595 #: ../fish/guestfish-actions.pod:3977
28596 msgid "sfdisk-l"
28597 msgstr ""
28598
28599 # type: verbatim
28600 #. type: verbatim
28601 #: ../fish/guestfish-actions.pod:3979
28602 #, no-wrap
28603 msgid ""
28604 " sfdisk-l device\n"
28605 "\n"
28606 msgstr ""
28607
28608 # type: textblock
28609 #. type: textblock
28610 #: ../fish/guestfish-actions.pod:3985
28611 msgid "See also: L</part-list>"
28612 msgstr ""
28613
28614 # type: =head2
28615 #. type: =head2
28616 #: ../fish/guestfish-actions.pod:3987
28617 msgid "sh"
28618 msgstr ""
28619
28620 # type: verbatim
28621 #. type: verbatim
28622 #: ../fish/guestfish-actions.pod:3989
28623 #, no-wrap
28624 msgid ""
28625 " sh command\n"
28626 "\n"
28627 msgstr ""
28628
28629 # type: textblock
28630 #. type: textblock
28631 #: ../fish/guestfish-actions.pod:3994
28632 msgid "This is like L</command>, but passes the command to:"
28633 msgstr ""
28634
28635 # type: textblock
28636 #. type: textblock
28637 #: ../fish/guestfish-actions.pod:4002
28638 msgid "All the provisos about L</command> apply to this call."
28639 msgstr ""
28640
28641 # type: =head2
28642 #. type: =head2
28643 #: ../fish/guestfish-actions.pod:4004
28644 msgid "sh-lines"
28645 msgstr ""
28646
28647 # type: verbatim
28648 #. type: verbatim
28649 #: ../fish/guestfish-actions.pod:4006
28650 #, no-wrap
28651 msgid ""
28652 " sh-lines command\n"
28653 "\n"
28654 msgstr ""
28655
28656 # type: textblock
28657 #. type: textblock
28658 #: ../fish/guestfish-actions.pod:4008
28659 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28660 msgstr ""
28661
28662 # type: textblock
28663 #. type: textblock
28664 #: ../fish/guestfish-actions.pod:4011
28665 msgid "See also: L</command-lines>"
28666 msgstr ""
28667
28668 # type: =head2
28669 #. type: =head2
28670 #: ../fish/guestfish-actions.pod:4013
28671 msgid "sleep"
28672 msgstr ""
28673
28674 # type: verbatim
28675 #. type: verbatim
28676 #: ../fish/guestfish-actions.pod:4015
28677 #, no-wrap
28678 msgid ""
28679 " sleep secs\n"
28680 "\n"
28681 msgstr ""
28682
28683 # type: =head2
28684 #. type: =head2
28685 #: ../fish/guestfish-actions.pod:4019
28686 msgid "stat"
28687 msgstr ""
28688
28689 # type: verbatim
28690 #. type: verbatim
28691 #: ../fish/guestfish-actions.pod:4021
28692 #, no-wrap
28693 msgid ""
28694 " stat path\n"
28695 "\n"
28696 msgstr ""
28697
28698 # type: =head2
28699 #. type: =head2
28700 #: ../fish/guestfish-actions.pod:4027
28701 msgid "statvfs"
28702 msgstr ""
28703
28704 # type: verbatim
28705 #. type: verbatim
28706 #: ../fish/guestfish-actions.pod:4029
28707 #, no-wrap
28708 msgid ""
28709 " statvfs path\n"
28710 "\n"
28711 msgstr ""
28712
28713 # type: =head2
28714 #. type: =head2
28715 #: ../fish/guestfish-actions.pod:4037
28716 msgid "strings"
28717 msgstr ""
28718
28719 # type: verbatim
28720 #. type: verbatim
28721 #: ../fish/guestfish-actions.pod:4039
28722 #, no-wrap
28723 msgid ""
28724 " strings path\n"
28725 "\n"
28726 msgstr ""
28727
28728 # type: =head2
28729 #. type: =head2
28730 #: ../fish/guestfish-actions.pod:4047
28731 msgid "strings-e"
28732 msgstr ""
28733
28734 # type: verbatim
28735 #. type: verbatim
28736 #: ../fish/guestfish-actions.pod:4049
28737 #, no-wrap
28738 msgid ""
28739 " strings-e encoding path\n"
28740 "\n"
28741 msgstr ""
28742
28743 # type: textblock
28744 #. type: textblock
28745 #: ../fish/guestfish-actions.pod:4051
28746 msgid ""
28747 "This is like the L</strings> command, but allows you to specify the encoding "
28748 "of strings that are looked for in the source file C<path>."
28749 msgstr ""
28750
28751 # type: textblock
28752 #. type: textblock
28753 #: ../fish/guestfish-actions.pod:4061
28754 msgid ""
28755 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28756 "ISO-8859-X (this is what L</strings> uses)."
28757 msgstr ""
28758
28759 # type: =head2
28760 #. type: =head2
28761 #: ../fish/guestfish-actions.pod:4093
28762 msgid "swapoff-device"
28763 msgstr ""
28764
28765 # type: verbatim
28766 #. type: verbatim
28767 #: ../fish/guestfish-actions.pod:4095
28768 #, no-wrap
28769 msgid ""
28770 " swapoff-device device\n"
28771 "\n"
28772 msgstr ""
28773
28774 # type: textblock
28775 #. type: textblock
28776 #: ../fish/guestfish-actions.pod:4097
28777 msgid ""
28778 "This command disables the libguestfs appliance swap device or partition "
28779 "named C<device>.  See L</swapon-device>."
28780 msgstr ""
28781
28782 # type: =head2
28783 #. type: =head2
28784 #: ../fish/guestfish-actions.pod:4101
28785 msgid "swapoff-file"
28786 msgstr ""
28787
28788 # type: verbatim
28789 #. type: verbatim
28790 #: ../fish/guestfish-actions.pod:4103
28791 #, no-wrap
28792 msgid ""
28793 " swapoff-file file\n"
28794 "\n"
28795 msgstr ""
28796
28797 # type: =head2
28798 #. type: =head2
28799 #: ../fish/guestfish-actions.pod:4107
28800 msgid "swapoff-label"
28801 msgstr ""
28802
28803 # type: verbatim
28804 #. type: verbatim
28805 #: ../fish/guestfish-actions.pod:4109
28806 #, no-wrap
28807 msgid ""
28808 " swapoff-label label\n"
28809 "\n"
28810 msgstr ""
28811
28812 # type: =head2
28813 #. type: =head2
28814 #: ../fish/guestfish-actions.pod:4114
28815 msgid "swapoff-uuid"
28816 msgstr ""
28817
28818 # type: verbatim
28819 #. type: verbatim
28820 #: ../fish/guestfish-actions.pod:4116
28821 #, no-wrap
28822 msgid ""
28823 " swapoff-uuid uuid\n"
28824 "\n"
28825 msgstr ""
28826
28827 # type: =head2
28828 #. type: =head2
28829 #: ../fish/guestfish-actions.pod:4121
28830 msgid "swapon-device"
28831 msgstr ""
28832
28833 # type: verbatim
28834 #. type: verbatim
28835 #: ../fish/guestfish-actions.pod:4123
28836 #, no-wrap
28837 msgid ""
28838 " swapon-device device\n"
28839 "\n"
28840 msgstr ""
28841
28842 # type: textblock
28843 #. type: textblock
28844 #: ../fish/guestfish-actions.pod:4125
28845 msgid ""
28846 "This command enables the libguestfs appliance to use the swap device or "
28847 "partition named C<device>.  The increased memory is made available for all "
28848 "commands, for example those run using L</command> or L</sh>."
28849 msgstr ""
28850
28851 # type: =head2
28852 #. type: =head2
28853 #: ../fish/guestfish-actions.pod:4137
28854 msgid "swapon-file"
28855 msgstr ""
28856
28857 # type: verbatim
28858 #. type: verbatim
28859 #: ../fish/guestfish-actions.pod:4139
28860 #, no-wrap
28861 msgid ""
28862 " swapon-file file\n"
28863 "\n"
28864 msgstr ""
28865
28866 # type: textblock
28867 #. type: textblock
28868 #: ../fish/guestfish-actions.pod:4141
28869 msgid ""
28870 "This command enables swap to a file.  See L</swapon-device> for other notes."
28871 msgstr ""
28872
28873 # type: =head2
28874 #. type: =head2
28875 #: ../fish/guestfish-actions.pod:4144
28876 msgid "swapon-label"
28877 msgstr ""
28878
28879 # type: verbatim
28880 #. type: verbatim
28881 #: ../fish/guestfish-actions.pod:4146
28882 #, no-wrap
28883 msgid ""
28884 " swapon-label label\n"
28885 "\n"
28886 msgstr ""
28887
28888 # type: textblock
28889 #. type: textblock
28890 #: ../fish/guestfish-actions.pod:4148
28891 msgid ""
28892 "This command enables swap to a labeled swap partition.  See L</swapon-"
28893 "device> for other notes."
28894 msgstr ""
28895
28896 # type: =head2
28897 #. type: =head2
28898 #: ../fish/guestfish-actions.pod:4151
28899 msgid "swapon-uuid"
28900 msgstr ""
28901
28902 # type: verbatim
28903 #. type: verbatim
28904 #: ../fish/guestfish-actions.pod:4153
28905 #, no-wrap
28906 msgid ""
28907 " swapon-uuid uuid\n"
28908 "\n"
28909 msgstr ""
28910
28911 # type: textblock
28912 #. type: textblock
28913 #: ../fish/guestfish-actions.pod:4155
28914 msgid ""
28915 "This command enables swap to a swap partition with the given UUID.  See L</"
28916 "swapon-device> for other notes."
28917 msgstr ""
28918
28919 # type: =head2
28920 #. type: =head2
28921 #: ../fish/guestfish-actions.pod:4158
28922 msgid "sync"
28923 msgstr ""
28924
28925 # type: verbatim
28926 #. type: verbatim
28927 #: ../fish/guestfish-actions.pod:4160
28928 #, no-wrap
28929 msgid ""
28930 " sync\n"
28931 "\n"
28932 msgstr ""
28933
28934 # type: =head2
28935 #. type: =head2
28936 #: ../fish/guestfish-actions.pod:4168
28937 msgid "tail"
28938 msgstr ""
28939
28940 # type: verbatim
28941 #. type: verbatim
28942 #: ../fish/guestfish-actions.pod:4170
28943 #, no-wrap
28944 msgid ""
28945 " tail path\n"
28946 "\n"
28947 msgstr ""
28948
28949 # type: =head2
28950 #. type: =head2
28951 #: ../fish/guestfish-actions.pod:4178
28952 msgid "tail-n"
28953 msgstr ""
28954
28955 # type: verbatim
28956 #. type: verbatim
28957 #: ../fish/guestfish-actions.pod:4180
28958 #, no-wrap
28959 msgid ""
28960 " tail-n nrlines path\n"
28961 "\n"
28962 msgstr ""
28963
28964 # type: =head2
28965 #. type: =head2
28966 #: ../fish/guestfish-actions.pod:4193
28967 msgid "tar-in"
28968 msgstr ""
28969
28970 # type: verbatim
28971 #. type: verbatim
28972 #: ../fish/guestfish-actions.pod:4195
28973 #, no-wrap
28974 msgid ""
28975 " tar-in (tarfile|-) directory\n"
28976 "\n"
28977 msgstr ""
28978
28979 # type: textblock
28980 #. type: textblock
28981 #: ../fish/guestfish-actions.pod:4200
28982 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
28983 msgstr ""
28984
28985 # type: =head2
28986 #. type: =head2
28987 #: ../fish/guestfish-actions.pod:4205
28988 msgid "tar-out"
28989 msgstr ""
28990
28991 # type: verbatim
28992 #. type: verbatim
28993 #: ../fish/guestfish-actions.pod:4207
28994 #, no-wrap
28995 msgid ""
28996 " tar-out directory (tarfile|-)\n"
28997 "\n"
28998 msgstr ""
28999
29000 # type: textblock
29001 #. type: textblock
29002 #: ../fish/guestfish-actions.pod:4212
29003 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
29004 msgstr ""
29005
29006 # type: =head2
29007 #. type: =head2
29008 #: ../fish/guestfish-actions.pod:4217
29009 msgid "tgz-in"
29010 msgstr ""
29011
29012 # type: verbatim
29013 #. type: verbatim
29014 #: ../fish/guestfish-actions.pod:4219
29015 #, no-wrap
29016 msgid ""
29017 " tgz-in (tarball|-) directory\n"
29018 "\n"
29019 msgstr ""
29020
29021 # type: textblock
29022 #. type: textblock
29023 #: ../fish/guestfish-actions.pod:4224
29024 msgid "To upload an uncompressed tarball, use L</tar-in>."
29025 msgstr ""
29026
29027 # type: =head2
29028 #. type: =head2
29029 #: ../fish/guestfish-actions.pod:4228
29030 msgid "tgz-out"
29031 msgstr ""
29032
29033 # type: verbatim
29034 #. type: verbatim
29035 #: ../fish/guestfish-actions.pod:4230
29036 #, no-wrap
29037 msgid ""
29038 " tgz-out directory (tarball|-)\n"
29039 "\n"
29040 msgstr ""
29041
29042 # type: textblock
29043 #. type: textblock
29044 #: ../fish/guestfish-actions.pod:4235
29045 msgid "To download an uncompressed tarball, use L</tar-out>."
29046 msgstr ""
29047
29048 # type: =head2
29049 #. type: =head2
29050 #: ../fish/guestfish-actions.pod:4239
29051 msgid "touch"
29052 msgstr ""
29053
29054 # type: verbatim
29055 #. type: verbatim
29056 #: ../fish/guestfish-actions.pod:4241
29057 #, no-wrap
29058 msgid ""
29059 " touch path\n"
29060 "\n"
29061 msgstr ""
29062
29063 # type: =head2
29064 #. type: =head2
29065 #: ../fish/guestfish-actions.pod:4250
29066 msgid "truncate"
29067 msgstr ""
29068
29069 # type: verbatim
29070 #. type: verbatim
29071 #: ../fish/guestfish-actions.pod:4252
29072 #, no-wrap
29073 msgid ""
29074 " truncate path\n"
29075 "\n"
29076 msgstr ""
29077
29078 # type: =head2
29079 #. type: =head2
29080 #: ../fish/guestfish-actions.pod:4257
29081 msgid "truncate-size"
29082 msgstr ""
29083
29084 # type: verbatim
29085 #. type: verbatim
29086 #: ../fish/guestfish-actions.pod:4259
29087 #, no-wrap
29088 msgid ""
29089 " truncate-size path size\n"
29090 "\n"
29091 msgstr ""
29092
29093 # type: textblock
29094 #. type: textblock
29095 #: ../fish/guestfish-actions.pod:4264
29096 msgid ""
29097 "If the current file size is less than C<size> then the file is extended to "
29098 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29099 "blocks are not allocated for the file until you write to it).  To create a "
29100 "non-sparse file of zeroes, use L</fallocate64> instead."
29101 msgstr ""
29102
29103 # type: =head2
29104 #. type: =head2
29105 #: ../fish/guestfish-actions.pod:4270
29106 msgid "tune2fs-l"
29107 msgstr ""
29108
29109 # type: verbatim
29110 #. type: verbatim
29111 #: ../fish/guestfish-actions.pod:4272
29112 #, no-wrap
29113 msgid ""
29114 " tune2fs-l device\n"
29115 "\n"
29116 msgstr ""
29117
29118 # type: =head2
29119 #. type: =head2
29120 #: ../fish/guestfish-actions.pod:4282
29121 msgid "txz-in"
29122 msgstr ""
29123
29124 # type: verbatim
29125 #. type: verbatim
29126 #: ../fish/guestfish-actions.pod:4284
29127 #, no-wrap
29128 msgid ""
29129 " txz-in (tarball|-) directory\n"
29130 "\n"
29131 msgstr ""
29132
29133 # type: =head2
29134 #. type: =head2
29135 #: ../fish/guestfish-actions.pod:4291
29136 msgid "txz-out"
29137 msgstr ""
29138
29139 # type: verbatim
29140 #. type: verbatim
29141 #: ../fish/guestfish-actions.pod:4293
29142 #, no-wrap
29143 msgid ""
29144 " txz-out directory (tarball|-)\n"
29145 "\n"
29146 msgstr ""
29147
29148 # type: =head2
29149 #. type: =head2
29150 #: ../fish/guestfish-actions.pod:4300
29151 msgid "umask"
29152 msgstr ""
29153
29154 # type: verbatim
29155 #. type: verbatim
29156 #: ../fish/guestfish-actions.pod:4302
29157 #, no-wrap
29158 msgid ""
29159 " umask mask\n"
29160 "\n"
29161 msgstr ""
29162
29163 # type: textblock
29164 #. type: textblock
29165 #: ../fish/guestfish-actions.pod:4316
29166 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29167 msgstr ""
29168
29169 # type: =head2
29170 #. type: =head2
29171 #: ../fish/guestfish-actions.pod:4321
29172 msgid "umount"
29173 msgstr ""
29174
29175 # type: =head2
29176 #. type: =head2
29177 #: ../fish/guestfish-actions.pod:4323
29178 msgid "unmount"
29179 msgstr ""
29180
29181 # type: verbatim
29182 #. type: verbatim
29183 #: ../fish/guestfish-actions.pod:4325
29184 #, no-wrap
29185 msgid ""
29186 " umount pathordevice\n"
29187 "\n"
29188 msgstr ""
29189
29190 # type: =head2
29191 #. type: =head2
29192 #: ../fish/guestfish-actions.pod:4331
29193 msgid "umount-all"
29194 msgstr ""
29195
29196 # type: =head2
29197 #. type: =head2
29198 #: ../fish/guestfish-actions.pod:4333
29199 msgid "unmount-all"
29200 msgstr ""
29201
29202 # type: verbatim
29203 #. type: verbatim
29204 #: ../fish/guestfish-actions.pod:4335
29205 #, no-wrap
29206 msgid ""
29207 " umount-all\n"
29208 "\n"
29209 msgstr ""
29210
29211 # type: =head2
29212 #. type: =head2
29213 #: ../fish/guestfish-actions.pod:4341
29214 msgid "upload"
29215 msgstr ""
29216
29217 # type: verbatim
29218 #. type: verbatim
29219 #: ../fish/guestfish-actions.pod:4343
29220 #, no-wrap
29221 msgid ""
29222 " upload (filename|-) remotefilename\n"
29223 "\n"
29224 msgstr ""
29225
29226 # type: textblock
29227 #. type: textblock
29228 #: ../fish/guestfish-actions.pod:4350
29229 msgid "See also L</download>."
29230 msgstr ""
29231
29232 # type: =head2
29233 #. type: =head2
29234 #: ../fish/guestfish-actions.pod:4354
29235 msgid "upload-offset"
29236 msgstr ""
29237
29238 # type: verbatim
29239 #. type: verbatim
29240 #: ../fish/guestfish-actions.pod:4356
29241 #, no-wrap
29242 msgid ""
29243 " upload-offset (filename|-) remotefilename offset\n"
29244 "\n"
29245 msgstr ""
29246
29247 # type: textblock
29248 #. type: textblock
29249 #: ../fish/guestfish-actions.pod:4368
29250 msgid ""
29251 "Note that there is no limit on the amount of data that can be uploaded with "
29252 "this call, unlike with L</pwrite>, and this call always writes the full "
29253 "amount unless an error occurs."
29254 msgstr ""
29255
29256 # type: textblock
29257 #. type: textblock
29258 #: ../fish/guestfish-actions.pod:4373
29259 msgid "See also L</upload>, L</pwrite>."
29260 msgstr ""
29261
29262 # type: =head2
29263 #. type: =head2
29264 #: ../fish/guestfish-actions.pod:4377
29265 msgid "utimens"
29266 msgstr ""
29267
29268 # type: verbatim
29269 #. type: verbatim
29270 #: ../fish/guestfish-actions.pod:4379
29271 #, no-wrap
29272 msgid ""
29273 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29274 "\n"
29275 msgstr ""
29276
29277 # type: =head2
29278 #. type: =head2
29279 #: ../fish/guestfish-actions.pod:4398
29280 msgid "version"
29281 msgstr ""
29282
29283 # type: verbatim
29284 #. type: verbatim
29285 #: ../fish/guestfish-actions.pod:4400
29286 #, no-wrap
29287 msgid ""
29288 " version\n"
29289 "\n"
29290 msgstr ""
29291
29292 # type: textblock
29293 #. type: textblock
29294 #: ../fish/guestfish-actions.pod:4427
29295 msgid ""
29296 "I<Note:> Don't use this call to test for availability of features.  In "
29297 "enterprise distributions we backport features from later versions into "
29298 "earlier versions, making this an unreliable way to test for features.  Use "
29299 "L</available> instead."
29300 msgstr ""
29301
29302 # type: =head2
29303 #. type: =head2
29304 #: ../fish/guestfish-actions.pod:4433
29305 msgid "vfs-label"
29306 msgstr ""
29307
29308 # type: verbatim
29309 #. type: verbatim
29310 #: ../fish/guestfish-actions.pod:4435
29311 #, no-wrap
29312 msgid ""
29313 " vfs-label device\n"
29314 "\n"
29315 msgstr ""
29316
29317 # type: textblock
29318 #. type: textblock
29319 #: ../fish/guestfish-actions.pod:4442
29320 msgid "To find a filesystem from the label, use L</findfs-label>."
29321 msgstr ""
29322
29323 # type: =head2
29324 #. type: =head2
29325 #: ../fish/guestfish-actions.pod:4444
29326 msgid "vfs-type"
29327 msgstr ""
29328
29329 # type: verbatim
29330 #. type: verbatim
29331 #: ../fish/guestfish-actions.pod:4446
29332 #, no-wrap
29333 msgid ""
29334 " vfs-type device\n"
29335 "\n"
29336 msgstr ""
29337
29338 # type: =head2
29339 #. type: =head2
29340 #: ../fish/guestfish-actions.pod:4456
29341 msgid "vfs-uuid"
29342 msgstr ""
29343
29344 # type: verbatim
29345 #. type: verbatim
29346 #: ../fish/guestfish-actions.pod:4458
29347 #, no-wrap
29348 msgid ""
29349 " vfs-uuid device\n"
29350 "\n"
29351 msgstr ""
29352
29353 # type: textblock
29354 #. type: textblock
29355 #: ../fish/guestfish-actions.pod:4465
29356 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29357 msgstr ""
29358
29359 # type: =head2
29360 #. type: =head2
29361 #: ../fish/guestfish-actions.pod:4467
29362 msgid "vg-activate"
29363 msgstr ""
29364
29365 # type: verbatim
29366 #. type: verbatim
29367 #: ../fish/guestfish-actions.pod:4469
29368 #, no-wrap
29369 msgid ""
29370 " vg-activate true|false 'volgroups ...'\n"
29371 "\n"
29372 msgstr ""
29373
29374 # type: =head2
29375 #. type: =head2
29376 #: ../fish/guestfish-actions.pod:4482
29377 msgid "vg-activate-all"
29378 msgstr ""
29379
29380 # type: verbatim
29381 #. type: verbatim
29382 #: ../fish/guestfish-actions.pod:4484
29383 #, no-wrap
29384 msgid ""
29385 " vg-activate-all true|false\n"
29386 "\n"
29387 msgstr ""
29388
29389 # type: =head2
29390 #. type: =head2
29391 #: ../fish/guestfish-actions.pod:4494
29392 msgid "vgcreate"
29393 msgstr ""
29394
29395 # type: verbatim
29396 #. type: verbatim
29397 #: ../fish/guestfish-actions.pod:4496
29398 #, no-wrap
29399 msgid ""
29400 " vgcreate volgroup 'physvols ...'\n"
29401 "\n"
29402 msgstr ""
29403
29404 # type: =head2
29405 #. type: =head2
29406 #: ../fish/guestfish-actions.pod:4501
29407 msgid "vglvuuids"
29408 msgstr ""
29409
29410 # type: verbatim
29411 #. type: verbatim
29412 #: ../fish/guestfish-actions.pod:4503
29413 #, no-wrap
29414 msgid ""
29415 " vglvuuids vgname\n"
29416 "\n"
29417 msgstr ""
29418
29419 # type: textblock
29420 #. type: textblock
29421 #: ../fish/guestfish-actions.pod:4508
29422 msgid ""
29423 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29424 "logical volumes and volume groups."
29425 msgstr ""
29426
29427 # type: textblock
29428 #. type: textblock
29429 #: ../fish/guestfish-actions.pod:4511
29430 msgid "See also L</vgpvuuids>."
29431 msgstr ""
29432
29433 # type: =head2
29434 #. type: =head2
29435 #: ../fish/guestfish-actions.pod:4513
29436 msgid "vgpvuuids"
29437 msgstr ""
29438
29439 # type: verbatim
29440 #. type: verbatim
29441 #: ../fish/guestfish-actions.pod:4515
29442 #, no-wrap
29443 msgid ""
29444 " vgpvuuids vgname\n"
29445 "\n"
29446 msgstr ""
29447
29448 # type: textblock
29449 #. type: textblock
29450 #: ../fish/guestfish-actions.pod:4520
29451 msgid ""
29452 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29453 "physical volumes and volume groups."
29454 msgstr ""
29455
29456 # type: textblock
29457 #. type: textblock
29458 #: ../fish/guestfish-actions.pod:4523
29459 msgid "See also L</vglvuuids>."
29460 msgstr ""
29461
29462 # type: =head2
29463 #. type: =head2
29464 #: ../fish/guestfish-actions.pod:4525
29465 msgid "vgremove"
29466 msgstr ""
29467
29468 # type: verbatim
29469 #. type: verbatim
29470 #: ../fish/guestfish-actions.pod:4527
29471 #, no-wrap
29472 msgid ""
29473 " vgremove vgname\n"
29474 "\n"
29475 msgstr ""
29476
29477 # type: =head2
29478 #. type: =head2
29479 #: ../fish/guestfish-actions.pod:4534
29480 msgid "vgrename"
29481 msgstr ""
29482
29483 # type: verbatim
29484 #. type: verbatim
29485 #: ../fish/guestfish-actions.pod:4536
29486 #, no-wrap
29487 msgid ""
29488 " vgrename volgroup newvolgroup\n"
29489 "\n"
29490 msgstr ""
29491
29492 # type: =head2
29493 #. type: =head2
29494 #: ../fish/guestfish-actions.pod:4540
29495 msgid "vgs"
29496 msgstr ""
29497
29498 # type: verbatim
29499 #. type: verbatim
29500 #: ../fish/guestfish-actions.pod:4542
29501 #, no-wrap
29502 msgid ""
29503 " vgs\n"
29504 "\n"
29505 msgstr ""
29506
29507 # type: textblock
29508 #. type: textblock
29509 #: ../fish/guestfish-actions.pod:4550
29510 msgid "See also L</vgs-full>."
29511 msgstr ""
29512
29513 # type: =head2
29514 #. type: =head2
29515 #: ../fish/guestfish-actions.pod:4552
29516 msgid "vgs-full"
29517 msgstr ""
29518
29519 # type: verbatim
29520 #. type: verbatim
29521 #: ../fish/guestfish-actions.pod:4554
29522 #, no-wrap
29523 msgid ""
29524 " vgs-full\n"
29525 "\n"
29526 msgstr ""
29527
29528 # type: =head2
29529 #. type: =head2
29530 #: ../fish/guestfish-actions.pod:4559
29531 msgid "vgscan"
29532 msgstr ""
29533
29534 # type: verbatim
29535 #. type: verbatim
29536 #: ../fish/guestfish-actions.pod:4561
29537 #, no-wrap
29538 msgid ""
29539 " vgscan\n"
29540 "\n"
29541 msgstr ""
29542
29543 # type: =head2
29544 #. type: =head2
29545 #: ../fish/guestfish-actions.pod:4566
29546 msgid "vguuid"
29547 msgstr ""
29548
29549 # type: verbatim
29550 #. type: verbatim
29551 #: ../fish/guestfish-actions.pod:4568
29552 #, no-wrap
29553 msgid ""
29554 " vguuid vgname\n"
29555 "\n"
29556 msgstr ""
29557
29558 # type: =head2
29559 #. type: =head2
29560 #: ../fish/guestfish-actions.pod:4572
29561 msgid "wc-c"
29562 msgstr ""
29563
29564 # type: verbatim
29565 #. type: verbatim
29566 #: ../fish/guestfish-actions.pod:4574
29567 #, no-wrap
29568 msgid ""
29569 " wc-c path\n"
29570 "\n"
29571 msgstr ""
29572
29573 # type: =head2
29574 #. type: =head2
29575 #: ../fish/guestfish-actions.pod:4579
29576 msgid "wc-l"
29577 msgstr ""
29578
29579 # type: verbatim
29580 #. type: verbatim
29581 #: ../fish/guestfish-actions.pod:4581
29582 #, no-wrap
29583 msgid ""
29584 " wc-l path\n"
29585 "\n"
29586 msgstr ""
29587
29588 # type: =head2
29589 #. type: =head2
29590 #: ../fish/guestfish-actions.pod:4586
29591 msgid "wc-w"
29592 msgstr ""
29593
29594 # type: verbatim
29595 #. type: verbatim
29596 #: ../fish/guestfish-actions.pod:4588
29597 #, no-wrap
29598 msgid ""
29599 " wc-w path\n"
29600 "\n"
29601 msgstr ""
29602
29603 # type: =head2
29604 #. type: =head2
29605 #: ../fish/guestfish-actions.pod:4593
29606 msgid "write"
29607 msgstr ""
29608
29609 # type: verbatim
29610 #. type: verbatim
29611 #: ../fish/guestfish-actions.pod:4595
29612 #, no-wrap
29613 msgid ""
29614 " write path content\n"
29615 "\n"
29616 msgstr ""
29617
29618 # type: =head2
29619 #. type: =head2
29620 #: ../fish/guestfish-actions.pod:4603
29621 msgid "write-file"
29622 msgstr ""
29623
29624 # type: verbatim
29625 #. type: verbatim
29626 #: ../fish/guestfish-actions.pod:4605
29627 #, no-wrap
29628 msgid ""
29629 " write-file path content size\n"
29630 "\n"
29631 msgstr ""
29632
29633 # type: =head2
29634 #. type: =head2
29635 #: ../fish/guestfish-actions.pod:4628
29636 msgid "zegrep"
29637 msgstr ""
29638
29639 # type: verbatim
29640 #. type: verbatim
29641 #: ../fish/guestfish-actions.pod:4630
29642 #, no-wrap
29643 msgid ""
29644 " zegrep regex path\n"
29645 "\n"
29646 msgstr ""
29647
29648 # type: =head2
29649 #. type: =head2
29650 #: ../fish/guestfish-actions.pod:4638
29651 msgid "zegrepi"
29652 msgstr ""
29653
29654 # type: verbatim
29655 #. type: verbatim
29656 #: ../fish/guestfish-actions.pod:4640
29657 #, no-wrap
29658 msgid ""
29659 " zegrepi regex path\n"
29660 "\n"
29661 msgstr ""
29662
29663 # type: =head2
29664 #. type: =head2
29665 #: ../fish/guestfish-actions.pod:4648
29666 msgid "zero"
29667 msgstr ""
29668
29669 # type: verbatim
29670 #. type: verbatim
29671 #: ../fish/guestfish-actions.pod:4650
29672 #, no-wrap
29673 msgid ""
29674 " zero device\n"
29675 "\n"
29676 msgstr ""
29677
29678 # type: textblock
29679 #. type: textblock
29680 #: ../fish/guestfish-actions.pod:4658
29681 msgid "See also: L</zero-device>, L</scrub-device>."
29682 msgstr ""
29683
29684 # type: =head2
29685 #. type: =head2
29686 #: ../fish/guestfish-actions.pod:4660
29687 msgid "zero-device"
29688 msgstr ""
29689
29690 # type: verbatim
29691 #. type: verbatim
29692 #: ../fish/guestfish-actions.pod:4662
29693 #, no-wrap
29694 msgid ""
29695 " zero-device device\n"
29696 "\n"
29697 msgstr ""
29698
29699 # type: textblock
29700 #. type: textblock
29701 #: ../fish/guestfish-actions.pod:4664
29702 msgid ""
29703 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29704 "which just zeroes the first few blocks of a device."
29705 msgstr ""
29706
29707 # type: =head2
29708 #. type: =head2
29709 #: ../fish/guestfish-actions.pod:4671
29710 msgid "zerofree"
29711 msgstr ""
29712
29713 # type: verbatim
29714 #. type: verbatim
29715 #: ../fish/guestfish-actions.pod:4673
29716 #, no-wrap
29717 msgid ""
29718 " zerofree device\n"
29719 "\n"
29720 msgstr ""
29721
29722 # type: =head2
29723 #. type: =head2
29724 #: ../fish/guestfish-actions.pod:4686
29725 msgid "zfgrep"
29726 msgstr ""
29727
29728 # type: verbatim
29729 #. type: verbatim
29730 #: ../fish/guestfish-actions.pod:4688
29731 #, no-wrap
29732 msgid ""
29733 " zfgrep pattern path\n"
29734 "\n"
29735 msgstr ""
29736
29737 # type: =head2
29738 #. type: =head2
29739 #: ../fish/guestfish-actions.pod:4696
29740 msgid "zfgrepi"
29741 msgstr ""
29742
29743 # type: verbatim
29744 #. type: verbatim
29745 #: ../fish/guestfish-actions.pod:4698
29746 #, no-wrap
29747 msgid ""
29748 " zfgrepi pattern path\n"
29749 "\n"
29750 msgstr ""
29751
29752 # type: =head2
29753 #. type: =head2
29754 #: ../fish/guestfish-actions.pod:4706
29755 msgid "zfile"
29756 msgstr ""
29757
29758 # type: verbatim
29759 #. type: verbatim
29760 #: ../fish/guestfish-actions.pod:4708
29761 #, no-wrap
29762 msgid ""
29763 " zfile meth path\n"
29764 "\n"
29765 msgstr ""
29766
29767 # type: textblock
29768 #. type: textblock
29769 #: ../fish/guestfish-actions.pod:4715
29770 msgid ""
29771 "Since 1.0.63, use L</file> instead which can now process compressed files."
29772 msgstr ""
29773
29774 # type: =head2
29775 #. type: =head2
29776 #: ../fish/guestfish-actions.pod:4725
29777 msgid "zgrep"
29778 msgstr ""
29779
29780 # type: verbatim
29781 #. type: verbatim
29782 #: ../fish/guestfish-actions.pod:4727
29783 #, no-wrap
29784 msgid ""
29785 " zgrep regex path\n"
29786 "\n"
29787 msgstr ""
29788
29789 # type: =head2
29790 #. type: =head2
29791 #: ../fish/guestfish-actions.pod:4735
29792 msgid "zgrepi"
29793 msgstr ""
29794
29795 # type: verbatim
29796 #. type: verbatim
29797 #: ../fish/guestfish-actions.pod:4737
29798 #, no-wrap
29799 msgid ""
29800 " zgrepi regex path\n"
29801 "\n"
29802 msgstr ""
29803
29804 # type: =head2
29805 #. type: =head2
29806 #: ../fish/guestfish-commands.pod:1
29807 msgid "alloc"
29808 msgstr ""
29809
29810 # type: =head2
29811 #. type: =head2
29812 #: ../fish/guestfish-commands.pod:3
29813 msgid "allocate"
29814 msgstr ""
29815
29816 # type: verbatim
29817 #. type: verbatim
29818 #: ../fish/guestfish-commands.pod:5
29819 #, no-wrap
29820 msgid ""
29821 " alloc filename size\n"
29822 "\n"
29823 msgstr ""
29824
29825 # type: textblock
29826 #. type: textblock
29827 #: ../fish/guestfish-commands.pod:7
29828 msgid ""
29829 "This creates an empty (zeroed) file of the given size, and then adds so it "
29830 "can be further examined."
29831 msgstr ""
29832
29833 # type: textblock
29834 #. type: textblock
29835 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29836 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29837 msgstr ""
29838
29839 # type: textblock
29840 #. type: textblock
29841 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29842 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29843 msgstr ""
29844
29845 # type: textblock
29846 #. type: textblock
29847 #: ../fish/guestfish-commands.pod:14
29848 msgid ""
29849 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29850 "image, see L</PREPARED DISK IMAGES>."
29851 msgstr ""
29852
29853 # type: =head2
29854 #. type: =head2
29855 #: ../fish/guestfish-commands.pod:17
29856 msgid "copy-in"
29857 msgstr ""
29858
29859 # type: verbatim
29860 #. type: verbatim
29861 #: ../fish/guestfish-commands.pod:19
29862 #, no-wrap
29863 msgid ""
29864 " copy-in local [local ...] /remotedir\n"
29865 "\n"
29866 msgstr ""
29867
29868 # type: textblock
29869 #. type: textblock
29870 #: ../fish/guestfish-commands.pod:21
29871 msgid ""
29872 "C<copy-in> copies local files or directories recursively into the disk "
29873 "image, placing them in the directory called C</remotedir> (which must "
29874 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29875 "other commands as necessary."
29876 msgstr ""
29877
29878 # type: textblock
29879 #. type: textblock
29880 #: ../fish/guestfish-commands.pod:26
29881 msgid ""
29882 "Multiple local files and directories can be specified, but the last "
29883 "parameter must always be a remote directory.  Wildcards cannot be used."
29884 msgstr ""
29885
29886 # type: =head2
29887 #. type: =head2
29888 #: ../fish/guestfish-commands.pod:30
29889 msgid "copy-out"
29890 msgstr ""
29891
29892 # type: verbatim
29893 #. type: verbatim
29894 #: ../fish/guestfish-commands.pod:32
29895 #, no-wrap
29896 msgid ""
29897 " copy-out remote [remote ...] localdir\n"
29898 "\n"
29899 msgstr ""
29900
29901 # type: textblock
29902 #. type: textblock
29903 #: ../fish/guestfish-commands.pod:34
29904 msgid ""
29905 "C<copy-out> copies remote files or directories recursively out of the disk "
29906 "image, placing them on the host disk in a local directory called C<localdir> "
29907 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
29908 "download>, L</tar-out> and other commands as necessary."
29909 msgstr ""
29910
29911 # type: textblock
29912 #. type: textblock
29913 #: ../fish/guestfish-commands.pod:40
29914 msgid ""
29915 "Multiple remote files and directories can be specified, but the last "
29916 "parameter must always be a local directory.  To download to the current "
29917 "directory, use C<.> as in:"
29918 msgstr ""
29919
29920 # type: verbatim
29921 #. type: verbatim
29922 #: ../fish/guestfish-commands.pod:44
29923 #, no-wrap
29924 msgid ""
29925 " copy-out /home .\n"
29926 "\n"
29927 msgstr ""
29928
29929 # type: textblock
29930 #. type: textblock
29931 #: ../fish/guestfish-commands.pod:46
29932 msgid ""
29933 "Wildcards cannot be used in the ordinary command, but you can use them with "
29934 "the help of L</glob> like this:"
29935 msgstr ""
29936
29937 # type: verbatim
29938 #. type: verbatim
29939 #: ../fish/guestfish-commands.pod:49
29940 #, no-wrap
29941 msgid ""
29942 " glob copy-out /home/* .\n"
29943 "\n"
29944 msgstr ""
29945
29946 # type: =head2
29947 #. type: =head2
29948 #: ../fish/guestfish-commands.pod:51
29949 msgid "echo"
29950 msgstr ""
29951
29952 # type: verbatim
29953 #. type: verbatim
29954 #: ../fish/guestfish-commands.pod:53
29955 #, no-wrap
29956 msgid ""
29957 " echo [params ...]\n"
29958 "\n"
29959 msgstr ""
29960
29961 # type: textblock
29962 #. type: textblock
29963 #: ../fish/guestfish-commands.pod:55
29964 msgid "This echos the parameters to the terminal."
29965 msgstr ""
29966
29967 # type: =head2
29968 #. type: =head2
29969 #: ../fish/guestfish-commands.pod:57
29970 msgid "edit"
29971 msgstr ""
29972
29973 # type: =head2
29974 #. type: =head2
29975 #: ../fish/guestfish-commands.pod:59
29976 msgid "vi"
29977 msgstr ""
29978
29979 # type: =head2
29980 #. type: =head2
29981 #: ../fish/guestfish-commands.pod:61
29982 msgid "emacs"
29983 msgstr ""
29984
29985 # type: verbatim
29986 #. type: verbatim
29987 #: ../fish/guestfish-commands.pod:63
29988 #, no-wrap
29989 msgid ""
29990 " edit filename\n"
29991 "\n"
29992 msgstr ""
29993
29994 # type: textblock
29995 #. type: textblock
29996 #: ../fish/guestfish-commands.pod:65
29997 msgid ""
29998 "This is used to edit a file.  It downloads the file, edits it locally using "
29999 "your editor, then uploads the result."
30000 msgstr ""
30001
30002 # type: textblock
30003 #. type: textblock
30004 #: ../fish/guestfish-commands.pod:68
30005 msgid ""
30006 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30007 "or C<emacs> you will get those corresponding editors."
30008 msgstr ""
30009
30010 # type: =head2
30011 #. type: =head2
30012 #: ../fish/guestfish-commands.pod:72
30013 msgid "glob"
30014 msgstr ""
30015
30016 # type: verbatim
30017 #. type: verbatim
30018 #: ../fish/guestfish-commands.pod:74
30019 #, no-wrap
30020 msgid ""
30021 " glob command args...\n"
30022 "\n"
30023 msgstr ""
30024
30025 # type: textblock
30026 #. type: textblock
30027 #: ../fish/guestfish-commands.pod:76
30028 msgid ""
30029 "Expand wildcards in any paths in the args list, and run C<command> "
30030 "repeatedly on each matching path."
30031 msgstr ""
30032
30033 # type: textblock
30034 #. type: textblock
30035 #: ../fish/guestfish-commands.pod:79
30036 msgid "See L</WILDCARDS AND GLOBBING>."
30037 msgstr ""
30038
30039 # type: =head2
30040 #. type: =head2
30041 #: ../fish/guestfish-commands.pod:81
30042 msgid "hexedit"
30043 msgstr ""
30044
30045 # type: verbatim
30046 #. type: verbatim
30047 #: ../fish/guestfish-commands.pod:83
30048 #, no-wrap
30049 msgid ""
30050 " hexedit <filename|device>\n"
30051 " hexedit <filename|device> <max>\n"
30052 " hexedit <filename|device> <start> <max>\n"
30053 "\n"
30054 msgstr ""
30055
30056 # type: textblock
30057 #. type: textblock
30058 #: ../fish/guestfish-commands.pod:87
30059 msgid ""
30060 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30061 "device."
30062 msgstr ""
30063
30064 # type: textblock
30065 #. type: textblock
30066 #: ../fish/guestfish-commands.pod:90
30067 msgid ""
30068 "This command works by downloading potentially the whole file or device, "
30069 "editing it locally, then uploading it.  If the file or device is large, you "
30070 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30071 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30072 "usual modifiers allowed such as C<1M> (1 megabyte)."
30073 msgstr ""
30074
30075 # type: textblock
30076 #. type: textblock
30077 #: ../fish/guestfish-commands.pod:97
30078 msgid "For example to edit the first few sectors of a disk you might do:"
30079 msgstr ""
30080
30081 # type: verbatim
30082 #. type: verbatim
30083 #: ../fish/guestfish-commands.pod:100
30084 #, no-wrap
30085 msgid ""
30086 " hexedit /dev/sda 1M\n"
30087 "\n"
30088 msgstr ""
30089
30090 # type: textblock
30091 #. type: textblock
30092 #: ../fish/guestfish-commands.pod:102
30093 msgid ""
30094 "which would allow you to edit anywhere within the first megabyte of the disk."
30095 msgstr ""
30096
30097 # type: textblock
30098 #. type: textblock
30099 #: ../fish/guestfish-commands.pod:105
30100 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30101 msgstr ""
30102
30103 # type: verbatim
30104 #. type: verbatim
30105 #: ../fish/guestfish-commands.pod:107
30106 #, no-wrap
30107 msgid ""
30108 " hexedit /dev/sda1 0x400 0x400\n"
30109 "\n"
30110 msgstr ""
30111
30112 # type: textblock
30113 #. type: textblock
30114 #: ../fish/guestfish-commands.pod:109
30115 msgid "(assuming the superblock is in the standard location)."
30116 msgstr ""
30117
30118 # type: textblock
30119 #. type: textblock
30120 #: ../fish/guestfish-commands.pod:111
30121 msgid ""
30122 "This command requires the external L<hexedit(1)> program.  You can specify "
30123 "another program to use by setting the C<HEXEDITOR> environment variable."
30124 msgstr ""
30125
30126 # type: textblock
30127 #. type: textblock
30128 #: ../fish/guestfish-commands.pod:115
30129 msgid "See also L</hexdump>."
30130 msgstr ""
30131
30132 # type: =head2
30133 #. type: =head2
30134 #: ../fish/guestfish-commands.pod:117
30135 msgid "lcd"
30136 msgstr ""
30137
30138 # type: verbatim
30139 #. type: verbatim
30140 #: ../fish/guestfish-commands.pod:119
30141 #, no-wrap
30142 msgid ""
30143 " lcd directory\n"
30144 "\n"
30145 msgstr ""
30146
30147 # type: textblock
30148 #. type: textblock
30149 #: ../fish/guestfish-commands.pod:121
30150 msgid ""
30151 "Change the local directory, ie. the current directory of guestfish itself."
30152 msgstr ""
30153
30154 # type: textblock
30155 #. type: textblock
30156 #: ../fish/guestfish-commands.pod:124
30157 msgid "Note that C<!cd> won't do what you might expect."
30158 msgstr ""
30159
30160 # type: =head2
30161 #. type: =head2
30162 #: ../fish/guestfish-commands.pod:126
30163 msgid "man"
30164 msgstr ""
30165
30166 # type: =head2
30167 #. type: =head2
30168 #: ../fish/guestfish-commands.pod:128
30169 msgid "manual"
30170 msgstr ""
30171
30172 # type: verbatim
30173 #. type: verbatim
30174 #: ../fish/guestfish-commands.pod:130
30175 #, no-wrap
30176 msgid ""
30177 "  man\n"
30178 "\n"
30179 msgstr ""
30180
30181 # type: textblock
30182 #. type: textblock
30183 #: ../fish/guestfish-commands.pod:132
30184 msgid "Opens the manual page for guestfish."
30185 msgstr ""
30186
30187 # type: =head2
30188 #. type: =head2
30189 #: ../fish/guestfish-commands.pod:134
30190 msgid "more"
30191 msgstr ""
30192
30193 # type: =head2
30194 #. type: =head2
30195 #: ../fish/guestfish-commands.pod:136
30196 msgid "less"
30197 msgstr ""
30198
30199 # type: verbatim
30200 #. type: verbatim
30201 #: ../fish/guestfish-commands.pod:138
30202 #, no-wrap
30203 msgid ""
30204 " more filename\n"
30205 "\n"
30206 msgstr ""
30207
30208 # type: verbatim
30209 #. type: verbatim
30210 #: ../fish/guestfish-commands.pod:140
30211 #, no-wrap
30212 msgid ""
30213 " less filename\n"
30214 "\n"
30215 msgstr ""
30216
30217 # type: textblock
30218 #. type: textblock
30219 #: ../fish/guestfish-commands.pod:142
30220 msgid "This is used to view a file."
30221 msgstr ""
30222
30223 # type: textblock
30224 #. type: textblock
30225 #: ../fish/guestfish-commands.pod:144
30226 msgid ""
30227 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30228 "C<less> you will get the C<less> command specifically."
30229 msgstr ""
30230
30231 # type: =head2
30232 #. type: =head2
30233 #: ../fish/guestfish-commands.pod:147
30234 msgid "reopen"
30235 msgstr ""
30236
30237 # type: verbatim
30238 #. type: verbatim
30239 #: ../fish/guestfish-commands.pod:149
30240 #, no-wrap
30241 msgid ""
30242 "  reopen\n"
30243 "\n"
30244 msgstr ""
30245
30246 # type: textblock
30247 #. type: textblock
30248 #: ../fish/guestfish-commands.pod:151
30249 msgid ""
30250 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30251 "normally, because the handle is closed properly when guestfish exits.  "
30252 "However this is occasionally useful for testing."
30253 msgstr ""
30254
30255 # type: =head2
30256 #. type: =head2
30257 #: ../fish/guestfish-commands.pod:155
30258 msgid "sparse"
30259 msgstr ""
30260
30261 # type: verbatim
30262 #. type: verbatim
30263 #: ../fish/guestfish-commands.pod:157
30264 #, no-wrap
30265 msgid ""
30266 " sparse filename size\n"
30267 "\n"
30268 msgstr ""
30269
30270 # type: textblock
30271 #. type: textblock
30272 #: ../fish/guestfish-commands.pod:159
30273 msgid ""
30274 "This creates an empty sparse file of the given size, and then adds so it can "
30275 "be further examined."
30276 msgstr ""
30277
30278 # type: textblock
30279 #. type: textblock
30280 #: ../fish/guestfish-commands.pod:162
30281 msgid ""
30282 "In all respects it works the same as the L</alloc> command, except that the "
30283 "image file is allocated sparsely, which means that disk blocks are not "
30284 "assigned to the file until they are needed.  Sparse disk files only use "
30285 "space when written to, but they are slower and there is a danger you could "
30286 "run out of real disk space during a write operation."
30287 msgstr ""
30288
30289 # type: =head2
30290 #. type: =head2
30291 #: ../fish/guestfish-commands.pod:172
30292 msgid "supported"
30293 msgstr ""
30294
30295 # type: verbatim
30296 #. type: verbatim
30297 #: ../fish/guestfish-commands.pod:174
30298 #, no-wrap
30299 msgid ""
30300 " supported\n"
30301 "\n"
30302 msgstr ""
30303
30304 # type: textblock
30305 #. type: textblock
30306 #: ../fish/guestfish-commands.pod:176
30307 msgid ""
30308 "This command returns a list of the optional groups known to the daemon, and "
30309 "indicates which ones are supported by this build of the libguestfs appliance."
30310 msgstr ""
30311
30312 # type: textblock
30313 #. type: textblock
30314 #: ../fish/guestfish-commands.pod:180
30315 msgid "See also L<guestfs(3)/AVAILABILITY>."
30316 msgstr ""
30317
30318 # type: =head2
30319 #. type: =head2
30320 #: ../fish/guestfish-commands.pod:182
30321 msgid "time"
30322 msgstr ""
30323
30324 # type: verbatim
30325 #. type: verbatim
30326 #: ../fish/guestfish-commands.pod:184
30327 #, no-wrap
30328 msgid ""
30329 " time command args...\n"
30330 "\n"
30331 msgstr ""
30332
30333 # type: textblock
30334 #. type: textblock
30335 #: ../fish/guestfish-commands.pod:186
30336 msgid ""
30337 "Run the command as usual, but print the elapsed time afterwards.  This can "
30338 "be useful for benchmarking operations."
30339 msgstr ""
30340
30341 # type: textblock
30342 #. type: textblock
30343 #: ../test-tool/libguestfs-test-tool.pod:5
30344 msgid "libguestfs-test-tool - End user tests for libguestfs"
30345 msgstr ""
30346
30347 # type: verbatim
30348 #. type: verbatim
30349 #: ../test-tool/libguestfs-test-tool.pod:9
30350 #, no-wrap
30351 msgid ""
30352 " libguestfs-test-tool [--options]\n"
30353 "\n"
30354 msgstr ""
30355
30356 # type: textblock
30357 #. type: textblock
30358 #: ../test-tool/libguestfs-test-tool.pod:13
30359 msgid ""
30360 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30361 "and developers, to allow them to check basic libguestfs functionality is "
30362 "working.  This is needed because libguestfs occasionally breaks for reasons "
30363 "beyond our control: usually because of changes in the underlying qemu or "
30364 "kernel packages, or the host environment."
30365 msgstr ""
30366
30367 # type: textblock
30368 #. type: textblock
30369 #: ../test-tool/libguestfs-test-tool.pod:20
30370 msgid "If you suspect a problem in libguestfs, then just run:"
30371 msgstr ""
30372
30373 # type: verbatim
30374 #. type: verbatim
30375 #: ../test-tool/libguestfs-test-tool.pod:22
30376 #, no-wrap
30377 msgid ""
30378 " libguestfs-test-tool\n"
30379 "\n"
30380 msgstr ""
30381
30382 # type: textblock
30383 #. type: textblock
30384 #: ../test-tool/libguestfs-test-tool.pod:24
30385 msgid "It will print lots of diagnostic messages."
30386 msgstr ""
30387
30388 # type: textblock
30389 #. type: textblock
30390 #: ../test-tool/libguestfs-test-tool.pod:26
30391 msgid "If it runs to completion successfully, you will see this near the end:"
30392 msgstr ""
30393
30394 # type: verbatim
30395 #. type: verbatim
30396 #: ../test-tool/libguestfs-test-tool.pod:28
30397 #, no-wrap
30398 msgid ""
30399 " ===== TEST FINISHED OK =====\n"
30400 "\n"
30401 msgstr ""
30402
30403 # type: textblock
30404 #. type: textblock
30405 #: ../test-tool/libguestfs-test-tool.pod:30
30406 msgid "and the test tool will exit with code 0."
30407 msgstr ""
30408
30409 # type: textblock
30410 #. type: textblock
30411 #: ../test-tool/libguestfs-test-tool.pod:32
30412 msgid ""
30413 "If it fails (and/or exits with non-zero error code), please paste the "
30414 "B<complete, unedited> output of the test tool into a bug report.  More "
30415 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30416 "> website."
30417 msgstr ""
30418
30419 # type: =item
30420 #. type: =item
30421 #: ../test-tool/libguestfs-test-tool.pod:41
30422 msgid "I<--help>"
30423 msgstr ""
30424
30425 # type: textblock
30426 #. type: textblock
30427 #: ../test-tool/libguestfs-test-tool.pod:43
30428 msgid "Display short usage information and exit."
30429 msgstr ""
30430
30431 # type: =item
30432 #. type: =item
30433 #: ../test-tool/libguestfs-test-tool.pod:45
30434 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30435 msgstr ""
30436
30437 # type: textblock
30438 #. type: textblock
30439 #: ../test-tool/libguestfs-test-tool.pod:47
30440 msgid ""
30441 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30442 "normally look in the C<$libexec> directory that was configured when the tool "
30443 "was built."
30444 msgstr ""
30445
30446 # type: =item
30447 #. type: =item
30448 #: ../test-tool/libguestfs-test-tool.pod:51
30449 msgid "I<--qemu qemu_binary>"
30450 msgstr ""
30451
30452 # type: textblock
30453 #. type: textblock
30454 #: ../test-tool/libguestfs-test-tool.pod:53
30455 msgid ""
30456 "If you have downloaded another qemu binary, point this option at the full "
30457 "path of the binary to try it."
30458 msgstr ""
30459
30460 # type: =item
30461 #. type: =item
30462 #: ../test-tool/libguestfs-test-tool.pod:56
30463 msgid "I<--qemudir qemu_source_dir>"
30464 msgstr ""
30465
30466 # type: textblock
30467 #. type: textblock
30468 #: ../test-tool/libguestfs-test-tool.pod:58
30469 msgid ""
30470 "If you have compiled qemu from source, point this option at the source "
30471 "directory to try it."
30472 msgstr ""
30473
30474 # type: =item
30475 #. type: =item
30476 #: ../test-tool/libguestfs-test-tool.pod:61
30477 msgid "I<--timeout N>"
30478 msgstr ""
30479
30480 # type: textblock
30481 #. type: textblock
30482 #: ../test-tool/libguestfs-test-tool.pod:63
30483 msgid ""
30484 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30485 "does not usually need to be adjusted unless your machine is very slow."
30486 msgstr ""
30487
30488 # type: =head1
30489 #. type: =head1
30490 #: ../test-tool/libguestfs-test-tool.pod:69
30491 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30492 msgstr ""
30493
30494 # type: textblock
30495 #. type: textblock
30496 #: ../test-tool/libguestfs-test-tool.pod:71
30497 msgid ""
30498 "If you have compiled another version of qemu from source and would like to "
30499 "try that, then you can use the I<--qemudir> option to point to the qemu "
30500 "source directory."
30501 msgstr ""
30502
30503 # type: textblock
30504 #. type: textblock
30505 #: ../test-tool/libguestfs-test-tool.pod:75
30506 msgid ""
30507 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30508 "option to point to the binary."
30509 msgstr ""
30510
30511 # type: textblock
30512 #. type: textblock
30513 #: ../test-tool/libguestfs-test-tool.pod:78
30514 msgid ""
30515 "When using an alternate qemu with libguestfs, usually you would need to "
30516 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30517 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30518 "use either of the I<--qemudir> or I<--qemu> options."
30519 msgstr ""
30520
30521 # type: textblock
30522 #. type: textblock
30523 #: ../test-tool/libguestfs-test-tool.pod:85
30524 msgid ""
30525 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30526 "I<1> if there was an error."
30527 msgstr ""
30528
30529 # type: =item
30530 #. type: =item
30531 #: ../test-tool/libguestfs-test-tool.pod:92
30532 msgid "/usr/libexec/libguestfs-test-tool-helper"
30533 msgstr ""
30534
30535 # type: textblock
30536 #. type: textblock
30537 #: ../test-tool/libguestfs-test-tool.pod:94
30538 msgid ""
30539 "This helper program is run inside the appliance and provides additional "
30540 "tests."
30541 msgstr ""
30542
30543 # type: =item
30544 #. type: =item
30545 #: ../test-tool/libguestfs-test-tool.pod:97
30546 msgid "/usr/bin/mkisofs"
30547 msgstr ""
30548
30549 # type: textblock
30550 #. type: textblock
30551 #: ../test-tool/libguestfs-test-tool.pod:99
30552 msgid ""
30553 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30554 "which is used as part of the tests."
30555 msgstr ""
30556
30557 # type: textblock
30558 #. type: textblock
30559 #: ../test-tool/libguestfs-test-tool.pod:106
30560 msgid ""
30561 "For the full list of environment variables which may affect libguestfs, "
30562 "please see the L<guestfs(3)> manual page."
30563 msgstr ""
30564
30565 # type: textblock
30566 #. type: textblock
30567 #: ../test-tool/libguestfs-test-tool.pod:111
30568 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30569 msgstr ""
30570
30571 # type: textblock
30572 #. type: textblock
30573 #: ../test-tool/libguestfs-test-tool.pod:121
30574 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30575 msgstr ""
30576
30577 # type: textblock
30578 #. type: textblock
30579 #: ../fuse/guestmount.pod:5
30580 msgid ""
30581 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30582 msgstr ""
30583
30584 # type: verbatim
30585 #. type: verbatim
30586 #: ../fuse/guestmount.pod:9
30587 #, no-wrap
30588 msgid ""
30589 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30590 "\n"
30591 msgstr ""
30592
30593 # type: verbatim
30594 #. type: verbatim
30595 #: ../fuse/guestmount.pod:11
30596 #, no-wrap
30597 msgid ""
30598 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30599 "\n"
30600 msgstr ""
30601
30602 # type: verbatim
30603 #. type: verbatim
30604 #: ../fuse/guestmount.pod:13
30605 #, no-wrap
30606 msgid ""
30607 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30608 "\n"
30609 msgstr ""
30610
30611 # type: textblock
30612 #. type: textblock
30613 #: ../fuse/guestmount.pod:17
30614 msgid ""
30615 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30616 "machines.  If you do this, you risk disk corruption in the VM."
30617 msgstr ""
30618
30619 # type: textblock
30620 #. type: textblock
30621 #: ../fuse/guestmount.pod:22
30622 msgid ""
30623 "The guestmount program can be used to mount virtual machine filesystems and "
30624 "other disk images on the host.  It uses libguestfs for access to the guest "
30625 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30626 "a mountable device."
30627 msgstr ""
30628
30629 # type: textblock
30630 #. type: textblock
30631 #: ../fuse/guestmount.pod:27
30632 msgid ""
30633 "Along with other options, you have to give at least one device (I<-a> "
30634 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30635 "option) or use the I<-i> inspection option.  How this works is better "
30636 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30637 "below."
30638 msgstr ""
30639
30640 # type: textblock
30641 #. type: textblock
30642 #: ../fuse/guestmount.pod:33
30643 msgid ""
30644 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30645 "by you, and the filesystem will not be visible to any other users unless you "
30646 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30647 "the filesystem, use the C<fusermount -u> command."
30648 msgstr ""
30649
30650 # type: textblock
30651 #. type: textblock
30652 #: ../fuse/guestmount.pod:41
30653 msgid ""
30654 "For a typical Windows guest which has its main filesystem on the first "
30655 "partition:"
30656 msgstr ""
30657
30658 # type: verbatim
30659 #. type: verbatim
30660 #: ../fuse/guestmount.pod:44
30661 #, no-wrap
30662 msgid ""
30663 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30664 "\n"
30665 msgstr ""
30666
30667 # type: textblock
30668 #. type: textblock
30669 #: ../fuse/guestmount.pod:46
30670 msgid ""
30671 "For a typical Linux guest which has a /boot filesystem on the first "
30672 "partition, and the root filesystem on a logical volume:"
30673 msgstr ""
30674
30675 # type: verbatim
30676 #. type: verbatim
30677 #: ../fuse/guestmount.pod:49
30678 #, no-wrap
30679 msgid ""
30680 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30681 "\n"
30682 msgstr ""
30683
30684 # type: textblock
30685 #. type: textblock
30686 #: ../fuse/guestmount.pod:51
30687 msgid "To get libguestfs to detect guest mountpoints for you:"
30688 msgstr ""
30689
30690 # type: verbatim
30691 #. type: verbatim
30692 #: ../fuse/guestmount.pod:53
30693 #, no-wrap
30694 msgid ""
30695 " guestmount -a guest.img -i --ro /mnt\n"
30696 "\n"
30697 msgstr ""
30698
30699 # type: textblock
30700 #. type: textblock
30701 #: ../fuse/guestmount.pod:55
30702 msgid "For a libvirt guest called \"Guest\" you could do:"
30703 msgstr ""
30704
30705 # type: verbatim
30706 #. type: verbatim
30707 #: ../fuse/guestmount.pod:57
30708 #, no-wrap
30709 msgid ""
30710 " guestmount -d Guest -i --ro /mnt\n"
30711 "\n"
30712 msgstr ""
30713
30714 # type: textblock
30715 #. type: textblock
30716 #: ../fuse/guestmount.pod:59
30717 msgid ""
30718 "If you don't know what filesystems are contained in a guest or disk image, "
30719 "use L<virt-filesystems(1)> first:"
30720 msgstr ""
30721
30722 # type: verbatim
30723 #. type: verbatim
30724 #: ../fuse/guestmount.pod:62
30725 #, no-wrap
30726 msgid ""
30727 " virt-filesystems MyGuest\n"
30728 "\n"
30729 msgstr ""
30730
30731 # type: textblock
30732 #. type: textblock
30733 #: ../fuse/guestmount.pod:64
30734 msgid ""
30735 "If you want to trace the libguestfs calls but without excessive debugging "
30736 "information, we recommend:"
30737 msgstr ""
30738
30739 # type: verbatim
30740 #. type: verbatim
30741 #: ../fuse/guestmount.pod:67
30742 #, no-wrap
30743 msgid ""
30744 " guestmount [...] --trace /mnt\n"
30745 "\n"
30746 msgstr ""
30747
30748 # type: textblock
30749 #. type: textblock
30750 #: ../fuse/guestmount.pod:69
30751 msgid "If you want to debug the program, we recommend:"
30752 msgstr ""
30753
30754 # type: verbatim
30755 #. type: verbatim
30756 #: ../fuse/guestmount.pod:71
30757 #, no-wrap
30758 msgid ""
30759 " guestmount [...] --trace --verbose /mnt\n"
30760 "\n"
30761 msgstr ""
30762
30763 # type: =item
30764 #. type: =item
30765 #: ../fuse/guestmount.pod:77
30766 msgid "B<-a image> | B<--add image>"
30767 msgstr ""
30768
30769 # type: textblock
30770 #. type: textblock
30771 #: ../fuse/guestmount.pod:79
30772 msgid "Add a block device or virtual machine image."
30773 msgstr ""
30774
30775 # type: =item
30776 #. type: =item
30777 #: ../fuse/guestmount.pod:84
30778 msgid "B<-c URI> | B<--connect URI>"
30779 msgstr ""
30780
30781 # type: =item
30782 #. type: =item
30783 #: ../fuse/guestmount.pod:90
30784 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30785 msgstr ""
30786
30787 # type: =item
30788 #. type: =item
30789 #: ../fuse/guestmount.pod:96
30790 msgid "B<--dir-cache-timeout N>"
30791 msgstr ""
30792
30793 # type: textblock
30794 #. type: textblock
30795 #: ../fuse/guestmount.pod:98
30796 msgid ""
30797 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30798 "seconds.  The readdir cache [actually, there are several semi-independent "
30799 "caches] is populated after a readdir(2) call with the stat and extended "
30800 "attributes of the files in the directory, in anticipation that they will be "
30801 "requested soon after."
30802 msgstr ""
30803
30804 # type: textblock
30805 #. type: textblock
30806 #: ../fuse/guestmount.pod:104
30807 msgid ""
30808 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30809 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30810 "requests, only cache existing ones."
30811 msgstr ""
30812
30813 # type: =item
30814 #. type: =item
30815 #: ../fuse/guestmount.pod:115
30816 msgid "B<--format=raw|qcow2|..> | B<--format>"
30817 msgstr ""
30818
30819 # type: textblock
30820 #. type: textblock
30821 #: ../fuse/guestmount.pod:122
30822 msgid ""
30823 "If you have untrusted raw-format guest disk images, you should use this "
30824 "option to specify the disk format.  This avoids a possible security problem "
30825 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30826 "guestfs_add_drive_opts>."
30827 msgstr ""
30828
30829 # type: =item
30830 #. type: =item
30831 #: ../fuse/guestmount.pod:127
30832 msgid "B<--fuse-help>"
30833 msgstr ""
30834
30835 # type: textblock
30836 #. type: textblock
30837 #: ../fuse/guestmount.pod:129
30838 msgid "Display help on special FUSE options (see I<-o> below)."
30839 msgstr ""
30840
30841 # type: textblock
30842 #. type: textblock
30843 #: ../fuse/guestmount.pod:133
30844 msgid "Display brief help and exit."
30845 msgstr ""
30846
30847 # type: =item
30848 #. type: =item
30849 #: ../fuse/guestmount.pod:135
30850 msgid "B<-i> | B<--inspector>"
30851 msgstr ""
30852
30853 # type: =item
30854 #. type: =item
30855 #: ../fuse/guestmount.pod:146
30856 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30857 msgstr ""
30858
30859 # type: textblock
30860 #. type: textblock
30861 #: ../fuse/guestmount.pod:148
30862 msgid ""
30863 "Mount the named partition or logical volume on the given mountpoint B<in the "
30864 "guest> (this has nothing to do with mountpoints in the host)."
30865 msgstr ""
30866
30867 # type: textblock
30868 #. type: textblock
30869 #: ../fuse/guestmount.pod:151
30870 msgid ""
30871 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30872 "something on C</>."
30873 msgstr ""
30874
30875 # type: =item
30876 #. type: =item
30877 #: ../fuse/guestmount.pod:154
30878 msgid "B<-n> | B<--no-sync>"
30879 msgstr ""
30880
30881 # type: textblock
30882 #. type: textblock
30883 #: ../fuse/guestmount.pod:156
30884 msgid ""
30885 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30886 "unmounted.  If you specify this option, then we don't attempt to sync the "
30887 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30888 msgstr ""
30889
30890 # type: =item
30891 #. type: =item
30892 #: ../fuse/guestmount.pod:161
30893 msgid "B<-o option> | B<--option option>"
30894 msgstr ""
30895
30896 # type: textblock
30897 #. type: textblock
30898 #: ../fuse/guestmount.pod:163
30899 msgid "Pass extra options to FUSE."
30900 msgstr ""
30901
30902 # type: textblock
30903 #. type: textblock
30904 #: ../fuse/guestmount.pod:165
30905 msgid ""
30906 "To get a list of all the extra options supported by FUSE, use the command "
30907 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
30908 "of them are a good idea."
30909 msgstr ""
30910
30911 # type: verbatim
30912 #. type: verbatim
30913 #: ../fuse/guestmount.pod:169
30914 #, no-wrap
30915 msgid ""
30916 " guestmount --fuse-help\n"
30917 "\n"
30918 msgstr ""
30919
30920 # type: textblock
30921 #. type: textblock
30922 #: ../fuse/guestmount.pod:171
30923 msgid "Some potentially useful FUSE options:"
30924 msgstr ""
30925
30926 # type: =item
30927 #. type: =item
30928 #: ../fuse/guestmount.pod:175
30929 msgid "B<-o allow_other>"
30930 msgstr ""
30931
30932 # type: textblock
30933 #. type: textblock
30934 #: ../fuse/guestmount.pod:177
30935 msgid "Allow other users to see the filesystem."
30936 msgstr ""
30937
30938 # type: =item
30939 #. type: =item
30940 #: ../fuse/guestmount.pod:179
30941 msgid "B<-o attr_timeout=N>"
30942 msgstr ""
30943
30944 # type: textblock
30945 #. type: textblock
30946 #: ../fuse/guestmount.pod:181
30947 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
30948 msgstr ""
30949
30950 # type: =item
30951 #. type: =item
30952 #: ../fuse/guestmount.pod:183
30953 msgid "B<-o kernel_cache>"
30954 msgstr ""
30955
30956 # type: textblock
30957 #. type: textblock
30958 #: ../fuse/guestmount.pod:185
30959 msgid ""
30960 "Allow the kernel to cache files (reduces the number of reads that have to go "
30961 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
30962 "afford the extra memory usage."
30963 msgstr ""
30964
30965 # type: =item
30966 #. type: =item
30967 #: ../fuse/guestmount.pod:189
30968 msgid "B<-o uid=N> B<-o gid=N>"
30969 msgstr ""
30970
30971 # type: textblock
30972 #. type: textblock
30973 #: ../fuse/guestmount.pod:191
30974 msgid ""
30975 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
30976 "the chosen values."
30977 msgstr ""
30978
30979 # type: =item
30980 #. type: =item
30981 #: ../fuse/guestmount.pod:196
30982 msgid "B<-r> | B<--ro>"
30983 msgstr ""
30984
30985 # type: textblock
30986 #. type: textblock
30987 #: ../fuse/guestmount.pod:198
30988 msgid ""
30989 "Add devices and mount everything read-only.  Also disallow writes and make "
30990 "the disk appear read-only to FUSE."
30991 msgstr ""
30992
30993 # type: textblock
30994 #. type: textblock
30995 #: ../fuse/guestmount.pod:201
30996 msgid ""
30997 "This is highly recommended if you are not going to edit the guest disk.  If "
30998 "the guest is running and this option is I<not> supplied, then there is a "
30999 "strong risk of disk corruption in the guest.  We try to prevent this from "
31000 "happening, but it is not always possible."
31001 msgstr ""
31002
31003 # type: textblock
31004 #. type: textblock
31005 #: ../fuse/guestmount.pod:206
31006 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31007 msgstr ""
31008
31009 # type: textblock
31010 #. type: textblock
31011 #: ../fuse/guestmount.pod:210
31012 msgid "Enable SELinux support for the guest."
31013 msgstr ""
31014
31015 # type: =item
31016 #. type: =item
31017 #: ../fuse/guestmount.pod:212
31018 msgid "B<-v> | B<--verbose>"
31019 msgstr ""
31020
31021 # type: textblock
31022 #. type: textblock
31023 #: ../fuse/guestmount.pod:214
31024 msgid "Enable verbose messages from underlying libguestfs."
31025 msgstr ""
31026
31027 # type: =item
31028 #. type: =item
31029 #: ../fuse/guestmount.pod:216
31030 msgid "B<-V> | B<--version>"
31031 msgstr ""
31032
31033 # type: textblock
31034 #. type: textblock
31035 #: ../fuse/guestmount.pod:218
31036 msgid "Display the program version and exit."
31037 msgstr ""
31038
31039 # type: =item
31040 #. type: =item
31041 #: ../fuse/guestmount.pod:220
31042 msgid "B<-w> | B<--rw>"
31043 msgstr ""
31044
31045 # type: textblock
31046 #. type: textblock
31047 #: ../fuse/guestmount.pod:222
31048 msgid ""
31049 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31050 "FOR READ AND WRITE>."
31051 msgstr ""
31052
31053 # type: =item
31054 #. type: =item
31055 #: ../fuse/guestmount.pod:225
31056 msgid "B<-x> | B<--trace>"
31057 msgstr ""
31058
31059 # type: textblock
31060 #. type: textblock
31061 #: ../fuse/guestmount.pod:227
31062 msgid "Trace libguestfs calls and entry into each FUSE function."
31063 msgstr ""
31064
31065 # type: textblock
31066 #. type: textblock
31067 #: ../fuse/guestmount.pod:229
31068 msgid "This also stops the daemon from forking into the background."
31069 msgstr ""
31070
31071 # type: textblock
31072 #. type: textblock
31073 #: ../fuse/guestmount.pod:235
31074 msgid ""
31075 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31076 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31077 "net/>."
31078 msgstr ""
31079
31080 #. type: textblock
31081 #: ../tools/virt-edit.pl:34
31082 msgid "virt-edit - Edit a file in a virtual machine"
31083 msgstr ""
31084
31085 #. type: verbatim
31086 #: ../tools/virt-edit.pl:38
31087 #, no-wrap
31088 msgid ""
31089 " virt-edit [--options] domname file\n"
31090 "\n"
31091 msgstr ""
31092
31093 #. type: verbatim
31094 #: ../tools/virt-edit.pl:40
31095 #, no-wrap
31096 msgid ""
31097 " virt-edit [--options] disk.img [disk.img ...] file\n"
31098 "\n"
31099 msgstr ""
31100
31101 #. type: verbatim
31102 #: ../tools/virt-edit.pl:42
31103 #, no-wrap
31104 msgid ""
31105 " virt-edit [domname|disk.img] file -e 'expr'\n"
31106 "\n"
31107 msgstr ""
31108
31109 #. type: textblock
31110 #: ../tools/virt-edit.pl:46
31111 msgid ""
31112 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31113 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31114 "doing this, but doesn't catch all cases."
31115 msgstr ""
31116
31117 #. type: textblock
31118 #: ../tools/virt-edit.pl:52
31119 msgid ""
31120 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31121 "the named virtual machine (or disk image)."
31122 msgstr ""
31123
31124 #. type: textblock
31125 #: ../tools/virt-edit.pl:55
31126 msgid "If you want to just view a file, use L<virt-cat(1)>."
31127 msgstr ""
31128
31129 #. type: textblock
31130 #: ../tools/virt-edit.pl:57
31131 msgid ""
31132 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
31133 "USING GUESTFISH> below)."
31134 msgstr ""
31135
31136 #. type: textblock
31137 #: ../tools/virt-edit.pl:60
31138 msgid ""
31139 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
31140 "files.  L<guestfish(1)> can do that and much more."
31141 msgstr ""
31142
31143 #. type: textblock
31144 #: ../tools/virt-edit.pl:65
31145 msgid "Edit the named files interactively:"
31146 msgstr ""
31147
31148 #. type: verbatim
31149 #: ../tools/virt-edit.pl:67
31150 #, no-wrap
31151 msgid ""
31152 " virt-edit mydomain /boot/grub/grub.conf\n"
31153 "\n"
31154 msgstr ""
31155
31156 #. type: verbatim
31157 #: ../tools/virt-edit.pl:69
31158 #, no-wrap
31159 msgid ""
31160 " virt-edit mydomain /etc/passwd\n"
31161 "\n"
31162 msgstr ""
31163
31164 #. type: textblock
31165 #: ../tools/virt-edit.pl:71
31166 msgid ""
31167 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
31168 "below).  To change the init default level to 5:"
31169 msgstr ""
31170
31171 #. type: verbatim
31172 #: ../tools/virt-edit.pl:75
31173 #, no-wrap
31174 msgid ""
31175 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31176 "\n"
31177 msgstr ""
31178
31179 #. type: textblock
31180 #: ../tools/virt-edit.pl:87 ../tools/virt-win-reg.pl:106
31181 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
31182 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31183 msgid "Display brief help."
31184 msgstr ""
31185
31186 #. type: textblock
31187 #: ../tools/virt-edit.pl:95 ../tools/virt-win-reg.pl:114
31188 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31189 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
31190 #: ../tools/virt-list-partitions.pl:72
31191 msgid "Display version number and exit."
31192 msgstr ""
31193
31194 #. type: =item
31195 #: ../tools/virt-edit.pl:101
31196 msgid "B<--backup extension> | B<-b extension>"
31197 msgstr ""
31198
31199 #. type: textblock
31200 #: ../tools/virt-edit.pl:103
31201 msgid ""
31202 "Create a backup of the original file I<in the guest disk image>.  The backup "
31203 "has the original filename with C<extension> added."
31204 msgstr ""
31205
31206 #. type: textblock
31207 #: ../tools/virt-edit.pl:106
31208 msgid ""
31209 "Usually the first character of C<extension> would be a dot C<.> so you would "
31210 "write:"
31211 msgstr ""
31212
31213 #. type: verbatim
31214 #: ../tools/virt-edit.pl:109
31215 #, no-wrap
31216 msgid ""
31217 " virt-edit -b .orig [etc]\n"
31218 "\n"
31219 msgstr ""
31220
31221 #. type: textblock
31222 #: ../tools/virt-edit.pl:111
31223 msgid "By default, no backup file is made."
31224 msgstr ""
31225
31226 #. type: =item
31227 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:128
31228 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
31229 #: ../tools/virt-list-partitions.pl:78
31230 msgid "B<--connect URI> | B<-c URI>"
31231 msgstr ""
31232
31233 #. type: textblock
31234 #: ../tools/virt-edit.pl:119 ../tools/virt-win-reg.pl:130
31235 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
31236 #: ../tools/virt-list-partitions.pl:80
31237 msgid ""
31238 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31239 "to the default libvirt hypervisor."
31240 msgstr ""
31241
31242 #. type: textblock
31243 #: ../tools/virt-edit.pl:122 ../tools/virt-win-reg.pl:133
31244 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
31245 #: ../tools/virt-list-partitions.pl:83
31246 msgid ""
31247 "If you specify guest block devices directly, then libvirt is not used at all."
31248 msgstr ""
31249
31250 #. type: =item
31251 #: ../tools/virt-edit.pl:129 ../tools/virt-win-reg.pl:140
31252 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31253 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
31254 msgid "B<--format> raw"
31255 msgstr ""
31256
31257 #. type: textblock
31258 #: ../tools/virt-edit.pl:131 ../tools/virt-win-reg.pl:142
31259 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
31260 #: ../tools/virt-list-partitions.pl:92
31261 msgid ""
31262 "Specify the format of disk images given on the command line.  If this is "
31263 "omitted then the format is autodetected from the content of the disk image."
31264 msgstr ""
31265
31266 #. type: textblock
31267 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:146
31268 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
31269 #: ../tools/virt-list-partitions.pl:96
31270 msgid ""
31271 "If disk images are requested from libvirt, then this program asks libvirt "
31272 "for this information.  In this case, the value of the format parameter is "
31273 "ignored."
31274 msgstr ""
31275
31276 #. type: textblock
31277 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:150
31278 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31279 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
31280 #: ../tools/virt-list-partitions.pl:100
31281 msgid ""
31282 "If working with untrusted raw-format guest disk images, you should ensure "
31283 "the format is always specified."
31284 msgstr ""
31285
31286 #. type: =item
31287 #: ../tools/virt-edit.pl:146
31288 msgid "B<--expr EXPR> | B<-e EXPR>"
31289 msgstr ""
31290
31291 #. type: textblock
31292 #: ../tools/virt-edit.pl:148
31293 msgid ""
31294 "Instead of launching the external editor, non-interactively apply the Perl "
31295 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31296 "EDITING> below."
31297 msgstr ""
31298
31299 #. type: textblock
31300 #: ../tools/virt-edit.pl:152
31301 msgid ""
31302 "Be careful to properly quote the expression to prevent it from being altered "
31303 "by the shell."
31304 msgstr ""
31305
31306 #. type: =head1
31307 #: ../tools/virt-edit.pl:272
31308 msgid "NON-INTERACTIVE EDITING"
31309 msgstr ""
31310
31311 #. type: textblock
31312 #: ../tools/virt-edit.pl:274
31313 msgid ""
31314 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31315 "administrator can interactively edit the file."
31316 msgstr ""
31317
31318 #. type: textblock
31319 #: ../tools/virt-edit.pl:277
31320 msgid ""
31321 "There are two ways also to use C<virt-edit> from scripts in order to make "
31322 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31323 "like this, it's less error-prone to write scripts directly using the "
31324 "libguestfs API and Augeas for configuration file editing.)"
31325 msgstr ""
31326
31327 #. type: textblock
31328 #: ../tools/virt-edit.pl:283
31329 msgid ""
31330 "The first method is to temporarily set C<$EDITOR> to any script or program "
31331 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31332 "update C<tmpfile> in place however it likes."
31333 msgstr ""
31334
31335 #. type: textblock
31336 #: ../tools/virt-edit.pl:287
31337 msgid ""
31338 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31339 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31340 "instances of C<foo> with C<bar> in a file:"
31341 msgstr ""
31342
31343 #. type: verbatim
31344 #: ../tools/virt-edit.pl:291
31345 #, no-wrap
31346 msgid ""
31347 " virt-edit domname filename -e 's/foo/bar/'\n"
31348 "\n"
31349 msgstr ""
31350
31351 #. type: textblock
31352 #: ../tools/virt-edit.pl:293
31353 msgid ""
31354 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31355 "For example to delete root's password you could do:"
31356 msgstr ""
31357
31358 #. type: verbatim
31359 #: ../tools/virt-edit.pl:296
31360 #, no-wrap
31361 msgid ""
31362 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31363 "\n"
31364 msgstr ""
31365
31366 #. type: textblock
31367 #: ../tools/virt-edit.pl:298
31368 msgid ""
31369 "What really happens is that the snippet is evaluated as a Perl expression "
31370 "for each line of the file.  The line, including the final C<\\n>, is passed "
31371 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31372 msgstr ""
31373
31374 #. type: textblock
31375 #: ../tools/virt-edit.pl:303
31376 msgid ""
31377 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31378 "C<apache> user account from the password file you can do:"
31379 msgstr ""
31380
31381 #. type: verbatim
31382 #: ../tools/virt-edit.pl:306
31383 #, no-wrap
31384 msgid ""
31385 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31386 "\n"
31387 msgstr ""
31388
31389 #. type: textblock
31390 #: ../tools/virt-edit.pl:308
31391 msgid ""
31392 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31393 "the end of the file is rather difficult this way since there is no concept "
31394 "of \"last line of the file\" - your expression just doesn't get called "
31395 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31396 "want to do this."
31397 msgstr ""
31398
31399 #. type: textblock
31400 #: ../tools/virt-edit.pl:314
31401 msgid ""
31402 "The variable C<$lineno> contains the current line number.  As is "
31403 "traditional, the first line in the file is number C<1>."
31404 msgstr ""
31405
31406 #. type: textblock
31407 #: ../tools/virt-edit.pl:317
31408 msgid ""
31409 "The return value from the expression is ignored, but the expression may call "
31410 "C<die> in order to abort the whole program, leaving the original file "
31411 "untouched."
31412 msgstr ""
31413
31414 #. type: textblock
31415 #: ../tools/virt-edit.pl:321
31416 msgid ""
31417 "Remember when matching the end of a line that C<$_> may contain the final C<"
31418 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31419 "newline then neither of these.  Thus to match or substitute some text at the "
31420 "end of a line, use this regular expression:"
31421 msgstr ""
31422
31423 #. type: verbatim
31424 #: ../tools/virt-edit.pl:326
31425 #, no-wrap
31426 msgid ""
31427 " /some text(\\r?\\n)?$/\n"
31428 "\n"
31429 msgstr ""
31430
31431 #. type: textblock
31432 #: ../tools/virt-edit.pl:328
31433 msgid ""
31434 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31435 "$_> itself (since that would remove all newlines from the file):"
31436 msgstr ""
31437
31438 #. type: verbatim
31439 #: ../tools/virt-edit.pl:332
31440 #, no-wrap
31441 msgid ""
31442 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31443 "\n"
31444 msgstr ""
31445
31446 #. type: =head1
31447 #: ../tools/virt-edit.pl:334
31448 msgid "USING GUESTFISH"
31449 msgstr ""
31450
31451 #. type: textblock
31452 #: ../tools/virt-edit.pl:336
31453 msgid ""
31454 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
31455 "C<virt-edit> doesn't work."
31456 msgstr ""
31457
31458 #. type: textblock
31459 #: ../tools/virt-edit.pl:339
31460 msgid "Using C<virt-edit> is approximately equivalent to doing:"
31461 msgstr ""
31462
31463 #. type: verbatim
31464 #: ../tools/virt-edit.pl:341
31465 #, no-wrap
31466 msgid ""
31467 " guestfish --rw -i -d domname edit /file\n"
31468 "\n"
31469 msgstr ""
31470
31471 #. type: textblock
31472 #: ../tools/virt-edit.pl:343
31473 msgid ""
31474 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
31475 "path to the file."
31476 msgstr ""
31477
31478 #. type: textblock
31479 #: ../tools/virt-edit.pl:346
31480 msgid ""
31481 "The command above uses libguestfs's guest inspection feature and so does not "
31482 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
31483 "disk images that don't contain guests.  To edit a file on a disk image "
31484 "directly, use:"
31485 msgstr ""
31486
31487 #. type: verbatim
31488 #: ../tools/virt-edit.pl:351
31489 #, no-wrap
31490 msgid ""
31491 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
31492 "\n"
31493 msgstr ""
31494
31495 #. type: textblock
31496 #: ../tools/virt-edit.pl:353
31497 msgid ""
31498 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
31499 "the disk image to edit, and C</file> is the full path to the file."
31500 msgstr ""
31501
31502 #. type: textblock
31503 #: ../tools/virt-edit.pl:357
31504 msgid ""
31505 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
31506 "C<write> or C<upload> instead:"
31507 msgstr ""
31508
31509 #. type: verbatim
31510 #: ../tools/virt-edit.pl:360
31511 #, no-wrap
31512 msgid ""
31513 " guestfish --rw -i -d domname touch /newfile\n"
31514 "\n"
31515 msgstr ""
31516
31517 #. type: verbatim
31518 #: ../tools/virt-edit.pl:362
31519 #, no-wrap
31520 msgid ""
31521 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
31522 "\n"
31523 msgstr ""
31524
31525 #. type: verbatim
31526 #: ../tools/virt-edit.pl:364
31527 #, no-wrap
31528 msgid ""
31529 " guestfish --rw -i -d domname upload localfile /newfile\n"
31530 "\n"
31531 msgstr ""
31532
31533 #. type: textblock
31534 #: ../tools/virt-edit.pl:366
31535 msgid ""
31536 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
31537 msgstr ""
31538
31539 #. type: verbatim
31540 #: ../tools/virt-edit.pl:369
31541 #, no-wrap
31542 msgid ""
31543 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
31544 "\n"
31545 msgstr ""
31546
31547 #. type: =item
31548 #: ../tools/virt-edit.pl:379
31549 msgid "C<EDITOR>"
31550 msgstr ""
31551
31552 #. type: textblock
31553 #: ../tools/virt-edit.pl:381
31554 msgid ""
31555 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31556 "\"emacs -nw\">"
31557 msgstr ""
31558
31559 #. type: textblock
31560 #: ../tools/virt-edit.pl:384
31561 msgid "If not set, C<vi> is used."
31562 msgstr ""
31563
31564 #. type: =head1
31565 #: ../tools/virt-edit.pl:388 ../tools/virt-win-reg.pl:559
31566 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31567 #: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
31568 #: ../tools/virt-list-partitions.pl:250
31569 msgid "SHELL QUOTING"
31570 msgstr ""
31571
31572 #. type: textblock
31573 #: ../tools/virt-edit.pl:390 ../tools/virt-win-reg.pl:567
31574 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31575 #: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
31576 #: ../tools/virt-list-partitions.pl:252
31577 msgid ""
31578 "Libvirt guest names can contain arbitrary characters, some of which have "
31579 "meaning to the shell such as C<#> and space.  You may need to quote or "
31580 "escape these characters on the command line.  See the shell manual page L<sh"
31581 "(1)> for details."
31582 msgstr ""
31583
31584 #. type: textblock
31585 #: ../tools/virt-edit.pl:397
31586 msgid ""
31587 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31588 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
31589 "L<perlre(1)>."
31590 msgstr ""
31591
31592 #. type: =head1
31593 #: ../tools/virt-edit.pl:407 ../tools/virt-win-reg.pl:598
31594 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31595 #: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
31596 #: ../tools/virt-list-partitions.pl:269
31597 msgid "AUTHOR"
31598 msgstr ""
31599
31600 #. type: textblock
31601 #: ../tools/virt-edit.pl:409 ../tools/virt-win-reg.pl:600
31602 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31603 #: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
31604 #: ../tools/virt-list-partitions.pl:271
31605 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31606 msgstr ""
31607
31608 #. type: textblock
31609 #: ../tools/virt-edit.pl:413
31610 msgid "Copyright (C) 2009-2011 Red Hat Inc."
31611 msgstr ""
31612
31613 #. type: textblock
31614 #: ../tools/virt-win-reg.pl:37
31615 msgid ""
31616 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31617 msgstr ""
31618
31619 #. type: verbatim
31620 #: ../tools/virt-win-reg.pl:41
31621 #, no-wrap
31622 msgid ""
31623 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31624 "\n"
31625 msgstr ""
31626
31627 #. type: verbatim
31628 #: ../tools/virt-win-reg.pl:43
31629 #, no-wrap
31630 msgid ""
31631 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31632 "\n"
31633 msgstr ""
31634
31635 #. type: verbatim
31636 #: ../tools/virt-win-reg.pl:45
31637 #, no-wrap
31638 msgid ""
31639 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31640 "\n"
31641 msgstr ""
31642
31643 #. type: verbatim
31644 #: ../tools/virt-win-reg.pl:47
31645 #, no-wrap
31646 msgid ""
31647 " virt-win-reg --merge domname [input.reg ...]\n"
31648 "\n"
31649 msgstr ""
31650
31651 #. type: verbatim
31652 #: ../tools/virt-win-reg.pl:49
31653 #, no-wrap
31654 msgid ""
31655 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31656 "\n"
31657 msgstr ""
31658
31659 #. type: textblock
31660 #: ../tools/virt-win-reg.pl:53
31661 msgid ""
31662 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31663 "virtual machines.  If you do this, you I<will> get irreversible disk "
31664 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31665 "but doesn't catch all cases."
31666 msgstr ""
31667
31668 #. type: textblock
31669 #: ../tools/virt-win-reg.pl:58
31670 msgid ""
31671 "Modifying the Windows Registry is an inherently risky operation.  The format "
31672 "is deliberately obscure and undocumented, and Registry changes can leave the "
31673 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31674 "you have a reliable backup first."
31675 msgstr ""
31676
31677 #. type: textblock
31678 #: ../tools/virt-win-reg.pl:65
31679 msgid ""
31680 "This program can export and merge Windows Registry entries from a Windows "
31681 "guest."
31682 msgstr ""
31683
31684 #. type: textblock
31685 #: ../tools/virt-win-reg.pl:68
31686 msgid ""
31687 "The first parameter is the libvirt guest name or the raw disk image of a "
31688 "Windows guest."
31689 msgstr ""
31690
31691 #. type: textblock
31692 #: ../tools/virt-win-reg.pl:71
31693 msgid ""
31694 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31695 "exported (recursively).  For example:"
31696 msgstr ""
31697
31698 #. type: verbatim
31699 #: ../tools/virt-win-reg.pl:74
31700 #, no-wrap
31701 msgid ""
31702 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31703 "\n"
31704 msgstr ""
31705
31706 #. type: textblock
31707 #: ../tools/virt-win-reg.pl:76
31708 msgid ""
31709 "You can also display single values from within registry keys, for example:"
31710 msgstr ""
31711
31712 #. type: verbatim
31713 #: ../tools/virt-win-reg.pl:79
31714 #, no-wrap
31715 msgid ""
31716 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31717 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31718 " Windows 7 Enterprise\n"
31719 "\n"
31720 msgstr ""
31721
31722 #. type: textblock
31723 #: ../tools/virt-win-reg.pl:83
31724 msgid ""
31725 "With C<--merge>, you can merge a textual regedit file into the Windows "
31726 "Registry:"
31727 msgstr ""
31728
31729 #. type: verbatim
31730 #: ../tools/virt-win-reg.pl:86
31731 #, no-wrap
31732 msgid ""
31733 " $ virt-win-reg --merge Windows7 changes.reg\n"
31734 "\n"
31735 msgstr ""
31736
31737 #. type: =head2
31738 #: ../tools/virt-win-reg.pl:88
31739 msgid "NOTE"
31740 msgstr ""
31741
31742 #. type: textblock
31743 #: ../tools/virt-win-reg.pl:90
31744 msgid ""
31745 "This program is only meant for simple access to the registry.  If you want "
31746 "to do complicated things with the registry, we suggest you download the "
31747 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31748 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31749 "L<hivexregedit(1)>."
31750 msgstr ""
31751
31752 #. type: =item
31753 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31754 msgid "B<--debug>"
31755 msgstr ""
31756
31757 #. type: textblock
31758 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31759 msgid "Enable debugging messages."
31760 msgstr ""
31761
31762 #. type: =item
31763 #: ../tools/virt-win-reg.pl:157
31764 msgid "B<--merge>"
31765 msgstr ""
31766
31767 #. type: textblock
31768 #: ../tools/virt-win-reg.pl:159
31769 msgid ""
31770 "In merge mode, this merges a textual regedit file into the Windows Registry "
31771 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31772 "displays or exports Registry entries instead."
31773 msgstr ""
31774
31775 #. type: textblock
31776 #: ../tools/virt-win-reg.pl:163
31777 msgid ""
31778 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31779 "result in disk corruption.  However exporting (without this flag)  is always "
31780 "safe."
31781 msgstr ""
31782
31783 #. type: =item
31784 #: ../tools/virt-win-reg.pl:171
31785 msgid "B<--encoding> UTF-16LE|ASCII"
31786 msgstr ""
31787
31788 #. type: textblock
31789 #: ../tools/virt-win-reg.pl:173
31790 msgid ""
31791 "When merging (only), you may need to specify the encoding for strings to be "
31792 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31793 "(3)/ENCODING STRINGS>."
31794 msgstr ""
31795
31796 #. type: textblock
31797 #: ../tools/virt-win-reg.pl:177
31798 msgid ""
31799 "The default is to use UTF-16LE, which should work with recent versions of "
31800 "Windows."
31801 msgstr ""
31802
31803 #. type: =head1
31804 #: ../tools/virt-win-reg.pl:402
31805 msgid "SUPPORTED SYSTEMS"
31806 msgstr ""
31807
31808 #. type: textblock
31809 #: ../tools/virt-win-reg.pl:404
31810 msgid ""
31811 "The program currently supports Windows NT-derived guests starting with "
31812 "Windows XP through to at least Windows 7."
31813 msgstr ""
31814
31815 #. type: textblock
31816 #: ../tools/virt-win-reg.pl:407
31817 msgid ""
31818 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31819 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31820 "and C<HKEY_USERS\\.DEFAULT>."
31821 msgstr ""
31822
31823 #. type: textblock
31824 #: ../tools/virt-win-reg.pl:411
31825 msgid ""
31826 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31827 "C<HKEY_USERS>."
31828 msgstr ""
31829
31830 #. type: textblock
31831 #: ../tools/virt-win-reg.pl:414
31832 msgid ""
31833 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31834 "time."
31835 msgstr ""
31836
31837 #. type: =head1
31838 #: ../tools/virt-win-reg.pl:417
31839 msgid "ENCODING"
31840 msgstr ""
31841
31842 #. type: textblock
31843 #: ../tools/virt-win-reg.pl:419
31844 msgid ""
31845 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31846 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31847 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31848 "Windows-style line endings, you may need to reencode the whole file before "
31849 "or after processing."
31850 msgstr ""
31851
31852 #. type: textblock
31853 #: ../tools/virt-win-reg.pl:425
31854 msgid ""
31855 "To reencode a file from Windows format to Linux (before processing it with "
31856 "the C<--merge> option), you would do something like this:"
31857 msgstr ""
31858
31859 #. type: verbatim
31860 #: ../tools/virt-win-reg.pl:428
31861 #, no-wrap
31862 msgid ""
31863 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31864 "\n"
31865 msgstr ""
31866
31867 #. type: textblock
31868 #: ../tools/virt-win-reg.pl:430
31869 msgid ""
31870 "To go in the opposite direction, after exporting and before sending the file "
31871 "to a Windows user, do something like this:"
31872 msgstr ""
31873
31874 #. type: verbatim
31875 #: ../tools/virt-win-reg.pl:433
31876 #, no-wrap
31877 msgid ""
31878 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31879 "\n"
31880 msgstr ""
31881
31882 #. type: textblock
31883 #: ../tools/virt-win-reg.pl:435
31884 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31885 msgstr ""
31886
31887 #. type: textblock
31888 #: ../tools/virt-win-reg.pl:437
31889 msgid ""
31890 "If you are unsure about the current encoding, use the L<file(1)> command.  "
31891 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
31892 "style (CRLF) line endings, like this:"
31893 msgstr ""
31894
31895 #. type: verbatim
31896 #: ../tools/virt-win-reg.pl:441
31897 #, no-wrap
31898 msgid ""
31899 " $ file software.reg\n"
31900 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
31901 " with CRLF line terminators\n"
31902 "\n"
31903 msgstr ""
31904
31905 #. type: textblock
31906 #: ../tools/virt-win-reg.pl:445
31907 msgid "This file would need conversion before you could C<--merge> it."
31908 msgstr ""
31909
31910 #. type: =head1
31911 #: ../tools/virt-win-reg.pl:447
31912 msgid "CurrentControlSet etc."
31913 msgstr ""
31914
31915 #. type: textblock
31916 #: ../tools/virt-win-reg.pl:449
31917 msgid ""
31918 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
31919 "Registry at the level of the hive file, and therefore you cannot modify "
31920 "these."
31921 msgstr ""
31922
31923 #. type: textblock
31924 #: ../tools/virt-win-reg.pl:453
31925 msgid ""
31926 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
31927 "circumstances it might refer to another control set.  The way to find out is "
31928 "to look at the C<HKLM\\SYSTEM\\Select> key:"
31929 msgstr ""
31930
31931 #. type: verbatim
31932 #: ../tools/virt-win-reg.pl:457
31933 #, no-wrap
31934 msgid ""
31935 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
31936 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
31937 " \"Current\"=dword:00000001\n"
31938 " \"Default\"=dword:00000001\n"
31939 " \"Failed\"=dword:00000000\n"
31940 " \"LastKnownGood\"=dword:00000002\n"
31941 "\n"
31942 msgstr ""
31943
31944 #. type: textblock
31945 #: ../tools/virt-win-reg.pl:464
31946 msgid "\"Current\" is the one which Windows will choose when it boots."
31947 msgstr ""
31948
31949 #. type: textblock
31950 #: ../tools/virt-win-reg.pl:466
31951 msgid ""
31952 "Similarly, other C<Current...> keys in the path may need to be replaced."
31953 msgstr ""
31954
31955 #. type: =head1
31956 #: ../tools/virt-win-reg.pl:469
31957 msgid "WINDOWS TIPS"
31958 msgstr ""
31959
31960 #. type: textblock
31961 #: ../tools/virt-win-reg.pl:471
31962 msgid ""
31963 "Note that some of these tips modify the guest disk image.  The guest I<must> "
31964 "be shut off, else you will get disk corruption."
31965 msgstr ""
31966
31967 #. type: =head2
31968 #: ../tools/virt-win-reg.pl:474
31969 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
31970 msgstr ""
31971
31972 #. type: textblock
31973 #: ../tools/virt-win-reg.pl:476
31974 msgid ""
31975 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
31976 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
31977 "is uploaded into C<C:\\>:"
31978 msgstr ""
31979
31980 #. type: verbatim
31981 #: ../tools/virt-win-reg.pl:480
31982 #, no-wrap
31983 msgid ""
31984 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
31985 "\n"
31986 msgstr ""
31987
31988 #. type: textblock
31989 #: ../tools/virt-win-reg.pl:482
31990 msgid "Prepare a regedit file containing the registry change:"
31991 msgstr ""
31992
31993 #. type: verbatim
31994 #: ../tools/virt-win-reg.pl:484
31995 #, no-wrap
31996 msgid ""
31997 " cat > test.reg <<'EOF'\n"
31998 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
31999 " \"Test\"=\"c:\\\\test.bat\"\n"
32000 " EOF\n"
32001 "\n"
32002 msgstr ""
32003
32004 #. type: textblock
32005 #: ../tools/virt-win-reg.pl:489
32006 msgid ""
32007 "In this example we use the key C<RunOnce> which means that the script will "
32008 "run precisely once when the first user logs in.  If you want it to run every "
32009 "time a user logs in, replace C<RunOnce> with C<Run>."
32010 msgstr ""
32011
32012 #. type: textblock
32013 #: ../tools/virt-win-reg.pl:493
32014 msgid "Now update the registry:"
32015 msgstr ""
32016
32017 #. type: verbatim
32018 #: ../tools/virt-win-reg.pl:495
32019 #, no-wrap
32020 msgid ""
32021 " virt-win-reg --merge WindowsGuest test.reg\n"
32022 "\n"
32023 msgstr ""
32024
32025 #. type: =head2
32026 #: ../tools/virt-win-reg.pl:497
32027 msgid "INSTALLING A SERVICE"
32028 msgstr ""
32029
32030 #. type: textblock
32031 #: ../tools/virt-win-reg.pl:499
32032 msgid ""
32033 "This section assumes you are familiar with Windows services, and you either "
32034 "have a program which handles the Windows Service Control Protocol directly "
32035 "or you want to run any program using a service wrapper like SrvAny or the "
32036 "free RHSrvAny."
32037 msgstr ""
32038
32039 #. type: textblock
32040 #: ../tools/virt-win-reg.pl:504
32041 msgid ""
32042 "First upload the program and optionally the service wrapper.  In this case "
32043 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
32044 msgstr ""
32045
32046 #. type: verbatim
32047 #: ../tools/virt-win-reg.pl:508
32048 #, no-wrap
32049 msgid ""
32050 " guestfish -i -d WindowsGuest <<EOF\n"
32051 "   upload rhsrvany.exe /rhsrvany.exe\n"
32052 "   upload test.exe /test.exe\n"
32053 " EOF\n"
32054 "\n"
32055 msgstr ""
32056
32057 #. type: textblock
32058 #: ../tools/virt-win-reg.pl:513
32059 msgid ""
32060 "Prepare a regedit file containing the registry changes.  In this example, "
32061 "the first registry change is needed for the service itself or the service "
32062 "wrapper (if used).  The second registry change is only needed because I am "
32063 "using the RHSrvAny service wrapper."
32064 msgstr ""
32065
32066 #. type: verbatim
32067 #: ../tools/virt-win-reg.pl:518
32068 #, no-wrap
32069 msgid ""
32070 " cat > service.reg <<'EOF'\n"
32071 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
32072 " \"Type\"=dword:00000010\n"
32073 " \"Start\"=dword:00000002\n"
32074 " \"ErrorControl\"=dword:00000001\n"
32075 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
32076 " \"DisplayName\"=\"RHSrvAny\"\n"
32077 " \"ObjectName\"=\"NetworkService\"\n"
32078 " \n"
32079 msgstr ""
32080
32081 #. type: verbatim
32082 #: ../tools/virt-win-reg.pl:527
32083 #, no-wrap
32084 msgid ""
32085 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
32086 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
32087 " \"PWD\"=\"c:\\\\Temp\"\n"
32088 " EOF\n"
32089 "\n"
32090 msgstr ""
32091
32092 #. type: textblock
32093 #: ../tools/virt-win-reg.pl:538
32094 msgid ""
32095 "For use of C<ControlSet001> see the section above in this manual page.  You "
32096 "may need to adjust this according to the control set that is in use by the "
32097 "guest."
32098 msgstr ""
32099
32100 #. type: textblock
32101 #: ../tools/virt-win-reg.pl:544
32102 msgid ""
32103 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
32104 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
32105 "privileged account."
32106 msgstr ""
32107
32108 #. type: textblock
32109 #: ../tools/virt-win-reg.pl:550
32110 msgid ""
32111 "For the meaning of the magic numbers, see this Microsoft KB article: "
32112 "L<http://support.microsoft.com/kb/103000>."
32113 msgstr ""
32114
32115 #. type: textblock
32116 #: ../tools/virt-win-reg.pl:555
32117 msgid "Update the registry:"
32118 msgstr ""
32119
32120 #. type: verbatim
32121 #: ../tools/virt-win-reg.pl:557
32122 #, no-wrap
32123 msgid ""
32124 " virt-win-reg --merge WindowsGuest service.reg\n"
32125 "\n"
32126 msgstr ""
32127
32128 #. type: textblock
32129 #: ../tools/virt-win-reg.pl:561
32130 msgid ""
32131 "Be careful when passing parameters containing C<\\> (backslash) in the "
32132 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32133 "(but not both) to protect them from the shell."
32134 msgstr ""
32135
32136 #. type: textblock
32137 #: ../tools/virt-win-reg.pl:565
32138 msgid "Paths and value names are case-insensitive."
32139 msgstr ""
32140
32141 #. type: textblock
32142 #: ../tools/virt-win-reg.pl:574
32143 msgid ""
32144 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32145 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32146 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32147 msgstr ""
32148
32149 #. type: textblock
32150 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
32151 msgid ""
32152 "When reporting bugs, please enable debugging and capture the I<complete> "
32153 "output:"
32154 msgstr ""
32155
32156 #. type: verbatim
32157 #: ../tools/virt-win-reg.pl:592
32158 #, no-wrap
32159 msgid ""
32160 " export LIBGUESTFS_DEBUG=1\n"
32161 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32162 "\n"
32163 msgstr ""
32164
32165 #. type: textblock
32166 #: ../tools/virt-win-reg.pl:595
32167 msgid ""
32168 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32169 "redhat.com/>"
32170 msgstr ""
32171
32172 #. type: textblock
32173 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32174 #: ../tools/virt-make-fs.pl:570
32175 msgid "Copyright (C) 2010 Red Hat Inc."
32176 msgstr ""
32177
32178 #. type: textblock
32179 #: ../tools/virt-resize.pl:42
32180 msgid "virt-resize - Resize a virtual machine disk"
32181 msgstr ""
32182
32183 #. type: verbatim
32184 #: ../tools/virt-resize.pl:46
32185 #, no-wrap
32186 msgid ""
32187 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32188 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32189 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32190 "\n"
32191 msgstr ""
32192
32193 #. type: textblock
32194 #: ../tools/virt-resize.pl:52
32195 msgid ""
32196 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32197 "larger or smaller overall, and resizing or deleting any partitions contained "
32198 "within."
32199 msgstr ""
32200
32201 #. type: textblock
32202 #: ../tools/virt-resize.pl:56
32203 msgid ""
32204 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32205 "not> be used on live virtual machines - for consistent results, shut the "
32206 "virtual machine down before resizing it."
32207 msgstr ""
32208
32209 #. type: textblock
32210 #: ../tools/virt-resize.pl:60
32211 msgid ""
32212 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32213 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32214 msgstr ""
32215
32216 #. type: textblock
32217 #: ../tools/virt-resize.pl:66
32218 msgid ""
32219 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32220 "fill the extra 5GB of space."
32221 msgstr ""
32222
32223 #. type: verbatim
32224 #: ../tools/virt-resize.pl:69
32225 #, no-wrap
32226 msgid ""
32227 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32228 " virt-filesystems --long -h --all -a olddisk\n"
32229 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32230 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32231 "\n"
32232 msgstr ""
32233
32234 #. type: textblock
32235 #: ../tools/virt-resize.pl:74
32236 msgid ""
32237 "As above, but make the /boot partition 200MB bigger, while giving the "
32238 "remaining space to /dev/sda2:"
32239 msgstr ""
32240
32241 #. type: verbatim
32242 #: ../tools/virt-resize.pl:77
32243 #, no-wrap
32244 msgid ""
32245 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32246 "\n"
32247 msgstr ""
32248
32249 #. type: textblock
32250 #: ../tools/virt-resize.pl:79
32251 msgid "As above, but the output format will be uncompressed qcow2:"
32252 msgstr ""
32253
32254 #. type: verbatim
32255 #: ../tools/virt-resize.pl:81
32256 #, no-wrap
32257 msgid ""
32258 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32259 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32260 "\n"
32261 msgstr ""
32262
32263 #. type: =head1
32264 #: ../tools/virt-resize.pl:84
32265 msgid "DETAILED USAGE"
32266 msgstr ""
32267
32268 #. type: =head2
32269 #: ../tools/virt-resize.pl:86
32270 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32271 msgstr ""
32272
32273 #. type: =item
32274 #: ../tools/virt-resize.pl:90
32275 msgid "1. Shut down the virtual machine"
32276 msgstr ""
32277
32278 #. type: =item
32279 #: ../tools/virt-resize.pl:92
32280 msgid "2. Locate input disk image"
32281 msgstr ""
32282
32283 #. type: textblock
32284 #: ../tools/virt-resize.pl:94
32285 msgid ""
32286 "Locate the input disk image (ie. the file or device on the host containing "
32287 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32288 "dumpxml> like this to find the disk image name:"
32289 msgstr ""
32290
32291 #. type: verbatim
32292 #: ../tools/virt-resize.pl:98
32293 #, no-wrap
32294 msgid ""
32295 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32296 " Found 1 nodes:\n"
32297 " -- NODE --\n"
32298 " <source dev=\"/dev/vg/lv_guest\" />\n"
32299 "\n"
32300 msgstr ""
32301
32302 #. type: =item
32303 #: ../tools/virt-resize.pl:103
32304 msgid "3. Look at current sizing"
32305 msgstr ""
32306
32307 #. type: textblock
32308 #: ../tools/virt-resize.pl:105
32309 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32310 msgstr ""
32311
32312 #. type: verbatim
32313 #: ../tools/virt-resize.pl:108
32314 #, no-wrap
32315 msgid ""
32316 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32317 " Name       Type       Size  Parent\n"
32318 " /dev/sda1  partition  101M  /dev/sda\n"
32319 " /dev/sda2  partition  7.9G  /dev/sda\n"
32320 " /dev/sda   device     8.0G  -\n"
32321 "\n"
32322 msgstr ""
32323
32324 #. type: textblock
32325 #: ../tools/virt-resize.pl:114
32326 msgid ""
32327 "(This example is a virtual machine with an 8 GB disk which we would like to "
32328 "expand up to 10 GB)."
32329 msgstr ""
32330
32331 #. type: =item
32332 #: ../tools/virt-resize.pl:117
32333 msgid "4. Create output disk"
32334 msgstr ""
32335
32336 #. type: textblock
32337 #: ../tools/virt-resize.pl:119
32338 msgid ""
32339 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32340 "to store the resized output disk."
32341 msgstr ""
32342
32343 #. type: textblock
32344 #: ../tools/virt-resize.pl:122
32345 msgid ""
32346 "To store the resized disk image in a file, create a file of a suitable size:"
32347 msgstr ""
32348
32349 #. type: verbatim
32350 #: ../tools/virt-resize.pl:125
32351 #, no-wrap
32352 msgid ""
32353 " # rm -f outdisk\n"
32354 " # truncate -s 10G outdisk\n"
32355 "\n"
32356 msgstr ""
32357
32358 #. type: textblock
32359 #: ../tools/virt-resize.pl:128
32360 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32361 msgstr ""
32362
32363 #. type: verbatim
32364 #: ../tools/virt-resize.pl:130
32365 #, no-wrap
32366 msgid ""
32367 " # lvcreate -L 10G -n lv_name vg_name\n"
32368 "\n"
32369 msgstr ""
32370
32371 #. type: textblock
32372 #: ../tools/virt-resize.pl:132
32373 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32374 msgstr ""
32375
32376 #. type: verbatim
32377 #: ../tools/virt-resize.pl:134
32378 #, no-wrap
32379 msgid ""
32380 " # virsh pool-list\n"
32381 " # virsh vol-create-as poolname newvol 10G\n"
32382 "\n"
32383 msgstr ""
32384
32385 #. type: =item
32386 #: ../tools/virt-resize.pl:137
32387 msgid "5. Resize"
32388 msgstr ""
32389
32390 #. type: textblock
32391 #: ../tools/virt-resize.pl:139
32392 msgid ""
32393 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32394 "file) and the output disk.  The output disk is the one created in the "
32395 "previous step."
32396 msgstr ""
32397
32398 #. type: verbatim
32399 #: ../tools/virt-resize.pl:143
32400 #, no-wrap
32401 msgid ""
32402 " # virt-resize indisk outdisk\n"
32403 "\n"
32404 msgstr ""
32405
32406 #. type: textblock
32407 #: ../tools/virt-resize.pl:145
32408 msgid ""
32409 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32410 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32411 "larger, then an extra, empty partition is created at the end of the disk "
32412 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32413 "error."
32414 msgstr ""
32415
32416 #. type: textblock
32417 #: ../tools/virt-resize.pl:151
32418 msgid ""
32419 "More realistically you'd want to expand existing partitions in the disk "
32420 "image by passing extra options (for the full list see the L</OPTIONS> "
32421 "section below)."
32422 msgstr ""
32423
32424 #. type: textblock
32425 #: ../tools/virt-resize.pl:155
32426 msgid ""
32427 "L</--expand> is the most useful option.  It expands the named partition "
32428 "within the disk to fill any extra space:"
32429 msgstr ""
32430
32431 #. type: verbatim
32432 #: ../tools/virt-resize.pl:158
32433 #, no-wrap
32434 msgid ""
32435 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32436 "\n"
32437 msgstr ""
32438
32439 #. type: textblock
32440 #: ../tools/virt-resize.pl:160
32441 msgid ""
32442 "(In this case, an extra partition is I<not> created at the end of the disk, "
32443 "because there will be no unused space)."
32444 msgstr ""
32445
32446 #. type: textblock
32447 #: ../tools/virt-resize.pl:163
32448 msgid ""
32449 "L</--resize> is the other commonly used option.  The following would "
32450 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32451 "rest of the available space:"
32452 msgstr ""
32453
32454 #. type: verbatim
32455 #: ../tools/virt-resize.pl:167
32456 #, no-wrap
32457 msgid ""
32458 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32459 "     indisk outdisk\n"
32460 "\n"
32461 msgstr ""
32462
32463 #. type: textblock
32464 #: ../tools/virt-resize.pl:170
32465 msgid ""
32466 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32467 "if virt-resize knows how, it will resize the contents, the equivalent of "
32468 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32469 ">.  However virt-resize does not know how to resize some filesystems, so you "
32470 "would have to online resize them after booting the guest."
32471 msgstr ""
32472
32473 #. type: textblock
32474 #: ../tools/virt-resize.pl:177
32475 msgid "Other options are covered below."
32476 msgstr ""
32477
32478 #. type: =item
32479 #: ../tools/virt-resize.pl:179
32480 msgid "6. Test"
32481 msgstr ""
32482
32483 #. type: textblock
32484 #: ../tools/virt-resize.pl:181
32485 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32486 msgstr ""
32487
32488 #. type: textblock
32489 #: ../tools/virt-resize.pl:183
32490 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32491 msgstr ""
32492
32493 #. type: verbatim
32494 #: ../tools/virt-resize.pl:185
32495 #, no-wrap
32496 msgid ""
32497 " # virsh edit guestname\n"
32498 "\n"
32499 msgstr ""
32500
32501 #. type: textblock
32502 #: ../tools/virt-resize.pl:187
32503 msgid ""
32504 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32505 "html#elementsDisks>"
32506 msgstr ""
32507
32508 #. type: textblock
32509 #: ../tools/virt-resize.pl:190
32510 msgid "Then start up the domain with the new, resized disk:"
32511 msgstr ""
32512
32513 #. type: verbatim
32514 #: ../tools/virt-resize.pl:192
32515 #, no-wrap
32516 msgid ""
32517 " # virsh start guestname\n"
32518 "\n"
32519 msgstr ""
32520
32521 #. type: textblock
32522 #: ../tools/virt-resize.pl:194
32523 msgid ""
32524 "and check that it still works.  See also the L</NOTES> section below for "
32525 "additional information."
32526 msgstr ""
32527
32528 #. type: =item
32529 #: ../tools/virt-resize.pl:197
32530 msgid "7. Resize LVs etc inside the guest"
32531 msgstr ""
32532
32533 #. type: textblock
32534 #: ../tools/virt-resize.pl:199
32535 msgid "(This can also be done offline using L<guestfish(1)>)"
32536 msgstr ""
32537
32538 #. type: textblock
32539 #: ../tools/virt-resize.pl:201
32540 msgid ""
32541 "Once the guest has booted you should see the new space available, at least "
32542 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32543 "may need to resize LVs inside PVs, and also resize filesystem types that "
32544 "virt-resize does not know how to expand."
32545 msgstr ""
32546
32547 #. type: =head2
32548 #: ../tools/virt-resize.pl:208
32549 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32550 msgstr ""
32551
32552 #. type: textblock
32553 #: ../tools/virt-resize.pl:210
32554 msgid ""
32555 "Shrinking is somewhat more complex than expanding, and only an overview is "
32556 "given here."
32557 msgstr ""
32558
32559 #. type: textblock
32560 #: ../tools/virt-resize.pl:213
32561 msgid ""
32562 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32563 "filesystems).  The user has to shrink content before passing the disk image "
32564 "to virt-resize, and virt-resize will check that the content has been shrunk "
32565 "properly."
32566 msgstr ""
32567
32568 #. type: textblock
32569 #: ../tools/virt-resize.pl:218
32570 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32571 msgstr ""
32572
32573 #. type: textblock
32574 #: ../tools/virt-resize.pl:220
32575 msgid ""
32576 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32577 "steps 3 and 4 above to allocate a new disk image."
32578 msgstr ""
32579
32580 #. type: textblock
32581 #: ../tools/virt-resize.pl:223
32582 msgid ""
32583 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32584 msgstr ""
32585
32586 #. type: =head2
32587 #: ../tools/virt-resize.pl:226
32588 msgid "IGNORING OR DELETING PARTITIONS"
32589 msgstr ""
32590
32591 #. type: textblock
32592 #: ../tools/virt-resize.pl:228
32593 msgid ""
32594 "virt-resize also gives a convenient way to ignore or delete partitions when "
32595 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32596 "up the copy where you don't care about the existing contents of a "
32597 "partition.  Deleting a partition removes it completely, but note that it "
32598 "also renumbers any partitions after the one which is deleted, which can "
32599 "leave some guests unbootable."
32600 msgstr ""
32601
32602 #. type: =head2
32603 #: ../tools/virt-resize.pl:235
32604 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32605 msgstr ""
32606
32607 #. type: textblock
32608 #: ../tools/virt-resize.pl:237
32609 msgid ""
32610 "If the input disk is in qcow2 format, then you may prefer that the output is "
32611 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32612 "the fly.  The output format is simply determined by the format of the empty "
32613 "output container that you provide.  Thus to create qcow2 output, use:"
32614 msgstr ""
32615
32616 #. type: verbatim
32617 #: ../tools/virt-resize.pl:243
32618 #, no-wrap
32619 msgid ""
32620 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32621 "\n"
32622 msgstr ""
32623
32624 #. type: textblock
32625 #: ../tools/virt-resize.pl:245
32626 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32627 msgstr ""
32628
32629 #. type: textblock
32630 #: ../tools/virt-resize.pl:247
32631 msgid "Similarly, to get non-sparse raw output use:"
32632 msgstr ""
32633
32634 #. type: verbatim
32635 #: ../tools/virt-resize.pl:249
32636 #, no-wrap
32637 msgid ""
32638 " fallocate -l size outdisk\n"
32639 "\n"
32640 msgstr ""
32641
32642 #. type: textblock
32643 #: ../tools/virt-resize.pl:251
32644 msgid ""
32645 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32646 "dev/zero of=outdisk bs=1M count=..>)"
32647 msgstr ""
32648
32649 #. type: textblock
32650 #: ../tools/virt-resize.pl:264
32651 msgid "Display help."
32652 msgstr ""
32653
32654 #. type: =item
32655 #: ../tools/virt-resize.pl:278
32656 msgid "B<--resize part=size>"
32657 msgstr ""
32658
32659 #. type: textblock
32660 #: ../tools/virt-resize.pl:280
32661 msgid ""
32662 "Resize the named partition (expanding or shrinking it) so that it has the "
32663 "given size."
32664 msgstr ""
32665
32666 #. type: textblock
32667 #: ../tools/virt-resize.pl:283
32668 msgid ""
32669 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32670 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32671 "Exabytes; or as a percentage of the current size; or as a relative number or "
32672 "percentage.  For example:"
32673 msgstr ""
32674
32675 #. type: verbatim
32676 #: ../tools/virt-resize.pl:288
32677 #, no-wrap
32678 msgid ""
32679 " --resize /dev/sda2=10G\n"
32680 "\n"
32681 msgstr ""
32682
32683 #. type: verbatim
32684 #: ../tools/virt-resize.pl:290
32685 #, no-wrap
32686 msgid ""
32687 " --resize /dev/sda4=90%\n"
32688 "\n"
32689 msgstr ""
32690
32691 #. type: verbatim
32692 #: ../tools/virt-resize.pl:292
32693 #, no-wrap
32694 msgid ""
32695 " --resize /dev/sda2=+1G\n"
32696 "\n"
32697 msgstr ""
32698
32699 #. type: verbatim
32700 #: ../tools/virt-resize.pl:294
32701 #, no-wrap
32702 msgid ""
32703 " --resize /dev/sda2=-200M\n"
32704 "\n"
32705 msgstr ""
32706
32707 #. type: verbatim
32708 #: ../tools/virt-resize.pl:296
32709 #, no-wrap
32710 msgid ""
32711 " --resize /dev/sda1=+128K\n"
32712 "\n"
32713 msgstr ""
32714
32715 #. type: verbatim
32716 #: ../tools/virt-resize.pl:298
32717 #, no-wrap
32718 msgid ""
32719 " --resize /dev/sda1=+10%\n"
32720 "\n"
32721 msgstr ""
32722
32723 #. type: verbatim
32724 #: ../tools/virt-resize.pl:300
32725 #, no-wrap
32726 msgid ""
32727 " --resize /dev/sda1=-10%\n"
32728 "\n"
32729 msgstr ""
32730
32731 #. type: textblock
32732 #: ../tools/virt-resize.pl:302
32733 msgid ""
32734 "You can increase the size of any partition.  Virt-resize will expand the "
32735 "direct content of the partition if it knows how (see C<--expand> below)."
32736 msgstr ""
32737
32738 #. type: textblock
32739 #: ../tools/virt-resize.pl:306
32740 msgid ""
32741 "You can only I<decrease> the size of partitions that contain filesystems or "
32742 "PVs which have already been shrunk.  Virt-resize will check this has been "
32743 "done before proceeding, or else will print an error (see also C<--resize-"
32744 "force>)."
32745 msgstr ""
32746
32747 #. type: textblock
32748 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32749 #: ../tools/virt-resize.pl:420
32750 msgid "You can give this option multiple times."
32751 msgstr ""
32752
32753 #. type: =item
32754 #: ../tools/virt-resize.pl:317
32755 msgid "B<--resize-force part=size>"
32756 msgstr ""
32757
32758 #. type: textblock
32759 #: ../tools/virt-resize.pl:319
32760 msgid ""
32761 "This is the same as C<--resize> except that it will let you decrease the "
32762 "size of any partition.  Generally this means you will lose any data which "
32763 "was at the end of the partition you shrink, but you may not care about that "
32764 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32765 "as a swap partition)."
32766 msgstr ""
32767
32768 #. type: textblock
32769 #: ../tools/virt-resize.pl:325
32770 msgid "See also the C<--ignore> option."
32771 msgstr ""
32772
32773 #. type: =item
32774 #: ../tools/virt-resize.pl:331
32775 msgid "B<--expand part>"
32776 msgstr ""
32777
32778 #. type: textblock
32779 #: ../tools/virt-resize.pl:333
32780 msgid ""
32781 "Expand the named partition so it uses up all extra space (space left over "
32782 "after any other resize changes that you request have been done)."
32783 msgstr ""
32784
32785 #. type: textblock
32786 #: ../tools/virt-resize.pl:336
32787 msgid ""
32788 "If virt-resize knows how, it will expand the direct content of the "
32789 "partition.  For example, if the partition is an LVM PV, it will expand the "
32790 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32791 "content it doesn't know about alone."
32792 msgstr ""
32793
32794 #. type: textblock
32795 #: ../tools/virt-resize.pl:341
32796 msgid "Currently virt-resize can resize:"
32797 msgstr ""
32798
32799 #. type: textblock
32800 #: ../tools/virt-resize.pl:347
32801 msgid ""
32802 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32803 "partition."
32804 msgstr ""
32805
32806 #. type: textblock
32807 #: ../tools/virt-resize.pl:352
32808 msgid ""
32809 "NTFS filesystems contained directly in a partition, if libguestfs was "
32810 "compiled with support for NTFS."
32811 msgstr ""
32812
32813 #. type: textblock
32814 #: ../tools/virt-resize.pl:355
32815 msgid ""
32816 "The filesystem must have been shut down consistently last time it was used.  "
32817 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32818 "consistency check, so at the first boot after resizing Windows will check "
32819 "the disk."
32820 msgstr ""
32821
32822 #. type: textblock
32823 #: ../tools/virt-resize.pl:362
32824 msgid ""
32825 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32826 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32827 "resize LVs as desired after boot."
32828 msgstr ""
32829
32830 #. type: textblock
32831 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32832 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32833 msgstr ""
32834
32835 #. type: =item
32836 #: ../tools/virt-resize.pl:374
32837 msgid "B<--shrink part>"
32838 msgstr ""
32839
32840 #. type: textblock
32841 #: ../tools/virt-resize.pl:376
32842 msgid ""
32843 "Shrink the named partition until the overall disk image fits in the "
32844 "destination.  The named partition B<must> contain a filesystem or PV which "
32845 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32846 "online tools).  Virt-resize will check this and give an error if it has not "
32847 "been done."
32848 msgstr ""
32849
32850 #. type: textblock
32851 #: ../tools/virt-resize.pl:382
32852 msgid ""
32853 "The amount by which the overall disk must be shrunk (after carrying out all "
32854 "other operations requested by the user) is called the \"deficit\".  For "
32855 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32856 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32857 "would give an error unless the user specified a partition to shrink and that "
32858 "partition had more than a gigabyte of free space."
32859 msgstr ""
32860
32861 #. type: =item
32862 #: ../tools/virt-resize.pl:396
32863 msgid "B<--ignore part>"
32864 msgstr ""
32865
32866 #. type: textblock
32867 #: ../tools/virt-resize.pl:398
32868 msgid ""
32869 "Ignore the named partition.  Effectively this means the partition is "
32870 "allocated on the destination disk, but the content is not copied across from "
32871 "the source disk.  The content of the partition will be blank (all zero "
32872 "bytes)."
32873 msgstr ""
32874
32875 #. type: =item
32876 #: ../tools/virt-resize.pl:409
32877 msgid "B<--delete part>"
32878 msgstr ""
32879
32880 #. type: textblock
32881 #: ../tools/virt-resize.pl:411
32882 msgid ""
32883 "Delete the named partition.  It would be more accurate to describe this as "
32884 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
32885 "the original disk image is left intact."
32886 msgstr ""
32887
32888 #. type: textblock
32889 #: ../tools/virt-resize.pl:415
32890 msgid ""
32891 "Note that when you delete a partition, then anything contained in the "
32892 "partition is also deleted.  Furthermore, this causes any partitions that "
32893 "come after to be I<renumbered>, which can easily make your guest unbootable."
32894 msgstr ""
32895
32896 #. type: =item
32897 #: ../tools/virt-resize.pl:426
32898 msgid "B<--LV-expand logvol>"
32899 msgstr ""
32900
32901 #. type: textblock
32902 #: ../tools/virt-resize.pl:428
32903 msgid ""
32904 "This takes the logical volume and, as a final step, expands it to fill all "
32905 "the space available in its volume group.  A typical usage, assuming a Linux "
32906 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
32907 "lv_root> would be:"
32908 msgstr ""
32909
32910 #. type: verbatim
32911 #: ../tools/virt-resize.pl:433
32912 #, no-wrap
32913 msgid ""
32914 " virt-resize indisk outdisk \\\n"
32915 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
32916 "\n"
32917 msgstr ""
32918
32919 #. type: textblock
32920 #: ../tools/virt-resize.pl:436
32921 msgid ""
32922 "This would first expand the partition (and PV), and then expand the root "
32923 "device to fill the extra space in the PV."
32924 msgstr ""
32925
32926 #. type: textblock
32927 #: ../tools/virt-resize.pl:439
32928 msgid ""
32929 "The contents of the LV are also resized if virt-resize knows how to do "
32930 "that.  You can stop virt-resize from trying to expand the content by using "
32931 "the option C<--no-expand-content>."
32932 msgstr ""
32933
32934 #. type: textblock
32935 #: ../tools/virt-resize.pl:443
32936 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
32937 msgstr ""
32938
32939 #. type: textblock
32940 #: ../tools/virt-resize.pl:446
32941 msgid ""
32942 "You can give this option multiple times, I<but> it doesn't make sense to do "
32943 "this unless the logical volumes you specify are all in different volume "
32944 "groups."
32945 msgstr ""
32946
32947 #. type: =item
32948 #: ../tools/virt-resize.pl:454
32949 msgid "B<--no-copy-boot-loader>"
32950 msgstr ""
32951
32952 #. type: textblock
32953 #: ../tools/virt-resize.pl:456
32954 msgid ""
32955 "By default, virt-resize copies over some sectors at the start of the disk "
32956 "(up to the beginning of the first partition).  Commonly these sectors "
32957 "contain the Master Boot Record (MBR) and the boot loader, and are required "
32958 "in order for the guest to boot correctly."
32959 msgstr ""
32960
32961 #. type: textblock
32962 #: ../tools/virt-resize.pl:461
32963 msgid ""
32964 "If you specify this flag, then this initial copy is not done.  You may need "
32965 "to reinstall the boot loader in this case."
32966 msgstr ""
32967
32968 #. type: =item
32969 #: ../tools/virt-resize.pl:469
32970 msgid "B<--no-extra-partition>"
32971 msgstr ""
32972
32973 #. type: textblock
32974 #: ../tools/virt-resize.pl:471
32975 msgid ""
32976 "By default, virt-resize creates an extra partition if there is any extra, "
32977 "unused space after all resizing has happened.  Use this option to prevent "
32978 "the extra partition from being created.  If you do this then the extra space "
32979 "will be inaccessible until you run fdisk, parted, or some other partitioning "
32980 "tool in the guest."
32981 msgstr ""
32982
32983 #. type: textblock
32984 #: ../tools/virt-resize.pl:477
32985 msgid ""
32986 "Note that if the surplus space is smaller than 10 MB, no extra partition "
32987 "will be created."
32988 msgstr ""
32989
32990 #. type: =item
32991 #: ../tools/virt-resize.pl:484
32992 msgid "B<--no-expand-content>"
32993 msgstr ""
32994
32995 #. type: textblock
32996 #: ../tools/virt-resize.pl:486
32997 msgid ""
32998 "By default, virt-resize will try to expand the direct contents of "
32999 "partitions, if it knows how (see C<--expand> option above)."
33000 msgstr ""
33001
33002 #. type: textblock
33003 #: ../tools/virt-resize.pl:489
33004 msgid ""
33005 "If you give the C<--no-expand-content> option then virt-resize will not "
33006 "attempt this."
33007 msgstr ""
33008
33009 #. type: =item
33010 #: ../tools/virt-resize.pl:496
33011 msgid "B<-d> | B<--debug>"
33012 msgstr ""
33013
33014 #. type: =item
33015 #: ../tools/virt-resize.pl:504
33016 msgid "B<-n> | B<--dryrun>"
33017 msgstr ""
33018
33019 #. type: textblock
33020 #: ../tools/virt-resize.pl:506
33021 msgid "Print a summary of what would be done, but don't do anything."
33022 msgstr ""
33023
33024 #. type: =item
33025 #: ../tools/virt-resize.pl:512
33026 msgid "B<-q> | B<--quiet>"
33027 msgstr ""
33028
33029 #. type: textblock
33030 #: ../tools/virt-resize.pl:514
33031 msgid "Don't print the summary."
33032 msgstr ""
33033
33034 #. type: textblock
33035 #: ../tools/virt-resize.pl:522
33036 msgid ""
33037 "Specify the format of the input disk image.  If this flag is not given then "
33038 "it is auto-detected from the image itself."
33039 msgstr ""
33040
33041 #. type: textblock
33042 #: ../tools/virt-resize.pl:528
33043 msgid ""
33044 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
33045 "AND NON-SPARSE RAW FORMATS>."
33046 msgstr ""
33047
33048 #. type: =item
33049 #: ../tools/virt-resize.pl:535
33050 msgid "B<--output-format> raw"
33051 msgstr ""
33052
33053 #. type: textblock
33054 #: ../tools/virt-resize.pl:537
33055 msgid ""
33056 "Specify the format of the output disk image.  If this flag is not given then "
33057 "it is auto-detected from the image itself."
33058 msgstr ""
33059
33060 #. type: textblock
33061 #: ../tools/virt-resize.pl:543
33062 msgid ""
33063 "Note that you still need to create the output disk with the right format.  "
33064 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
33065 msgstr ""
33066
33067 #. type: =head1
33068 #: ../tools/virt-resize.pl:1419
33069 msgid "NOTES"
33070 msgstr ""
33071
33072 #. type: =head2
33073 #: ../tools/virt-resize.pl:1421
33074 msgid "\"Partition 1 does not end on cylinder boundary.\""
33075 msgstr ""
33076
33077 #. type: textblock
33078 #: ../tools/virt-resize.pl:1423
33079 msgid ""
33080 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
33081 "means the partitions will not be aligned to the ancient CHS geometry.  "
33082 "However CHS geometry is meaningless for disks manufactured since the early "
33083 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
33084 "cylinders is not required by any modern operating system."
33085 msgstr ""
33086
33087 #. type: =head2
33088 #: ../tools/virt-resize.pl:1430
33089 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
33090 msgstr ""
33091
33092 #. type: textblock
33093 #: ../tools/virt-resize.pl:1432
33094 msgid ""
33095 "In Windows Vista and later versions, Microsoft switched to using a separate "
33096 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
33097 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
33098 "the boot partition.  Doing so seems to break the guest completely.  However "
33099 "expanding the second partition (ie. C: drive) should work."
33100 msgstr ""
33101
33102 #. type: textblock
33103 #: ../tools/virt-resize.pl:1439
33104 msgid ""
33105 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
33106 "NTFS partitions have been expanded.  This is just a safety check and (unless "
33107 "it find errors) is nothing to worry about."
33108 msgstr ""
33109
33110 #. type: =head2
33111 #: ../tools/virt-resize.pl:1443
33112 msgid "GUEST BOOT STUCK AT \"GRUB\""
33113 msgstr ""
33114
33115 #. type: textblock
33116 #: ../tools/virt-resize.pl:1445
33117 msgid ""
33118 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33119 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33120 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33121 "although we think is to do with partition alignment."
33122 msgstr ""
33123
33124 #. type: verbatim
33125 #: ../tools/virt-resize.pl:1450
33126 #, no-wrap
33127 msgid ""
33128 " guestfish -i -a newdisk\n"
33129 " ><fs> cat /boot/grub/device.map\n"
33130 " # check the contents of this file are sensible or\n"
33131 " # edit the file if necessary\n"
33132 " ><fs> grub-install / /dev/vda\n"
33133 " ><fs> exit\n"
33134 "\n"
33135 msgstr ""
33136
33137 #. type: textblock
33138 #: ../tools/virt-resize.pl:1457
33139 msgid ""
33140 "For more flexible guest reconfiguration, including if you need to specify "
33141 "other parameters to grub-install, use L<virt-rescue(1)>."
33142 msgstr ""
33143
33144 #. type: =head1
33145 #: ../tools/virt-resize.pl:1460
33146 msgid "ALTERNATIVE TOOLS"
33147 msgstr ""
33148
33149 #. type: textblock
33150 #: ../tools/virt-resize.pl:1462
33151 msgid ""
33152 "There are several proprietary tools for resizing partitions.  We won't "
33153 "mention any here."
33154 msgstr ""
33155
33156 #. type: textblock
33157 #: ../tools/virt-resize.pl:1465
33158 msgid ""
33159 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33160 "operations on disk images.  They can resize and move partitions, but I don't "
33161 "think they can do anything with the contents, and they certainly don't "
33162 "understand LVM."
33163 msgstr ""
33164
33165 #. type: textblock
33166 #: ../tools/virt-resize.pl:1470
33167 msgid ""
33168 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33169 "but at a much lower level.  You will probably end up hand-calculating sector "
33170 "offsets, which is something that virt-resize was designed to avoid.  If you "
33171 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33172 "C<--debug> flag."
33173 msgstr ""
33174
33175 #. type: textblock
33176 #: ../tools/virt-resize.pl:1485
33177 msgid ""
33178 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33179 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33180 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33181 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33182 "libguestfs.org/>."
33183 msgstr ""
33184
33185 #. type: textblock
33186 #: ../tools/virt-list-filesystems.pl:32
33187 msgid ""
33188 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33189 msgstr ""
33190
33191 #. type: verbatim
33192 #: ../tools/virt-list-filesystems.pl:36
33193 #, no-wrap
33194 msgid ""
33195 " virt-list-filesystems [--options] domname\n"
33196 "\n"
33197 msgstr ""
33198
33199 #. type: verbatim
33200 #: ../tools/virt-list-filesystems.pl:38
33201 #, no-wrap
33202 msgid ""
33203 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33204 "\n"
33205 msgstr ""
33206
33207 #. type: textblock
33208 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33209 msgid ""
33210 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33211 "replacement."
33212 msgstr ""
33213
33214 #. type: textblock
33215 #: ../tools/virt-list-filesystems.pl:45
33216 msgid ""
33217 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33218 "are contained in a virtual machine or disk image."
33219 msgstr ""
33220
33221 #. type: textblock
33222 #: ../tools/virt-list-filesystems.pl:49
33223 msgid ""
33224 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33225 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33226 "> tool."
33227 msgstr ""
33228
33229 #. type: =item
33230 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33231 msgid "B<-l> | B<--long>"
33232 msgstr ""
33233
33234 #. type: textblock
33235 #: ../tools/virt-list-filesystems.pl:108
33236 msgid ""
33237 "With this option, C<virt-list-filesystems> displays the type of each "
33238 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33239 msgstr ""
33240
33241 #. type: =item
33242 #: ../tools/virt-list-filesystems.pl:115
33243 msgid "B<-a> | B<--all>"
33244 msgstr ""
33245
33246 #. type: textblock
33247 #: ../tools/virt-list-filesystems.pl:117
33248 msgid ""
33249 "Normally we only show mountable filesystems.  If this option is given then "
33250 "swap devices are shown too."
33251 msgstr ""
33252
33253 #. type: textblock
33254 #: ../tools/virt-list-filesystems.pl:191
33255 msgid ""
33256 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33257 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33258 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33259 msgstr ""
33260
33261 #. type: textblock
33262 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
33263 msgid "Copyright (C) 2009 Red Hat Inc."
33264 msgstr ""
33265
33266 #. type: textblock
33267 #: ../tools/virt-tar.pl:33
33268 msgid "virt-tar - Extract or upload files to a virtual machine"
33269 msgstr ""
33270
33271 #. type: verbatim
33272 #: ../tools/virt-tar.pl:37
33273 #, no-wrap
33274 msgid ""
33275 " virt-tar [--options] -x domname directory tarball\n"
33276 "\n"
33277 msgstr ""
33278
33279 #. type: verbatim
33280 #: ../tools/virt-tar.pl:39
33281 #, no-wrap
33282 msgid ""
33283 " virt-tar [--options] -u domname tarball directory\n"
33284 "\n"
33285 msgstr ""
33286
33287 #. type: verbatim
33288 #: ../tools/virt-tar.pl:41
33289 #, no-wrap
33290 msgid ""
33291 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33292 "\n"
33293 msgstr ""
33294
33295 #. type: verbatim
33296 #: ../tools/virt-tar.pl:43
33297 #, no-wrap
33298 msgid ""
33299 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33300 "\n"
33301 msgstr ""
33302
33303 #. type: textblock
33304 #: ../tools/virt-tar.pl:47
33305 msgid "Download C</home> from the VM into a local tarball:"
33306 msgstr ""
33307
33308 #. type: verbatim
33309 #: ../tools/virt-tar.pl:49
33310 #, no-wrap
33311 msgid ""
33312 " virt-tar -x domname /home home.tar\n"
33313 "\n"
33314 msgstr ""
33315
33316 #. type: verbatim
33317 #: ../tools/virt-tar.pl:51
33318 #, no-wrap
33319 msgid ""
33320 " virt-tar -zx domname /home home.tar.gz\n"
33321 "\n"
33322 msgstr ""
33323
33324 #. type: textblock
33325 #: ../tools/virt-tar.pl:53
33326 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33327 msgstr ""
33328
33329 #. type: verbatim
33330 #: ../tools/virt-tar.pl:55
33331 #, no-wrap
33332 msgid ""
33333 " virt-tar -u domname uploadstuff.tar /tmp\n"
33334 "\n"
33335 msgstr ""
33336
33337 #. type: verbatim
33338 #: ../tools/virt-tar.pl:57
33339 #, no-wrap
33340 msgid ""
33341 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33342 "\n"
33343 msgstr ""
33344
33345 #. type: textblock
33346 #: ../tools/virt-tar.pl:61
33347 msgid ""
33348 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33349 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33350 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33351 msgstr ""
33352
33353 #. type: textblock
33354 #: ../tools/virt-tar.pl:66
33355 msgid ""
33356 "You can use C<-x> (extract) on live virtual machines, but you might get "
33357 "inconsistent results or errors if there is filesystem activity inside the "
33358 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33359 "work, but the only way to guarantee consistent results is if the virtual "
33360 "machine is shut down."
33361 msgstr ""
33362
33363 #. type: textblock
33364 #: ../tools/virt-tar.pl:74
33365 msgid ""
33366 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33367 "parts of a guest filesystem.  There are many possibilities: making backups, "
33368 "uploading data files, snooping on guest activity, fixing or customizing "
33369 "guests, etc."
33370 msgstr ""
33371
33372 #. type: textblock
33373 #: ../tools/virt-tar.pl:79
33374 msgid ""
33375 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33376 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33377 "should look at the L<guestfish(1)> tool."
33378 msgstr ""
33379
33380 #. type: textblock
33381 #: ../tools/virt-tar.pl:83
33382 msgid ""
33383 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33384 "its contents (recursively) from the virtual machine into a local tarball.  "
33385 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33386 "virtual machine.  You cannot use these two options together."
33387 msgstr ""
33388
33389 #. type: textblock
33390 #: ../tools/virt-tar.pl:89
33391 msgid ""
33392 "In addition, you may need to use the C<-z> (gZip) option to enable "
33393 "compression.  When uploading, you have to specify C<-z> if the upload file "
33394 "is compressed because virt-tar won't detect this on its own."
33395 msgstr ""
33396
33397 #. type: textblock
33398 #: ../tools/virt-tar.pl:93
33399 msgid ""
33400 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33401 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33402 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33403 "the L<libguestfs(3)> API)."
33404 msgstr ""
33405
33406 #. type: =item
33407 #: ../tools/virt-tar.pl:151
33408 msgid "B<-x> | B<--extract> | B<--download>"
33409 msgstr ""
33410
33411 #. type: =item
33412 #: ../tools/virt-tar.pl:153
33413 msgid "B<-u> | B<--upload>"
33414 msgstr ""
33415
33416 #. type: textblock
33417 #: ../tools/virt-tar.pl:155
33418 msgid ""
33419 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33420 "local tarball."
33421 msgstr ""
33422
33423 #. type: textblock
33424 #: ../tools/virt-tar.pl:158
33425 msgid ""
33426 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33427 "Please read the L</WARNING> section above before using this option."
33428 msgstr ""
33429
33430 #. type: textblock
33431 #: ../tools/virt-tar.pl:162
33432 msgid "You must specify exactly one of these options."
33433 msgstr ""
33434
33435 #. type: =item
33436 #: ../tools/virt-tar.pl:168
33437 msgid "B<-z> | B<--gzip>"
33438 msgstr ""
33439
33440 #. type: textblock
33441 #: ../tools/virt-tar.pl:170
33442 msgid "Specify that the input or output tarball is gzip-compressed."
33443 msgstr ""
33444
33445 #. type: textblock
33446 #: ../tools/virt-tar.pl:283
33447 msgid ""
33448 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<Sys::"
33449 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33450 "org/>."
33451 msgstr ""
33452
33453 #. type: textblock
33454 #: ../tools/virt-make-fs.pl:37
33455 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33456 msgstr ""
33457
33458 #. type: verbatim
33459 #: ../tools/virt-make-fs.pl:41
33460 #, no-wrap
33461 msgid ""
33462 " virt-make-fs [--options] input.tar output.img\n"
33463 "\n"
33464 msgstr ""
33465
33466 #. type: verbatim
33467 #: ../tools/virt-make-fs.pl:43
33468 #, no-wrap
33469 msgid ""
33470 " virt-make-fs [--options] input.tar.gz output.img\n"
33471 "\n"
33472 msgstr ""
33473
33474 #. type: verbatim
33475 #: ../tools/virt-make-fs.pl:45
33476 #, no-wrap
33477 msgid ""
33478 " virt-make-fs [--options] directory output.img\n"
33479 "\n"
33480 msgstr ""
33481
33482 #. type: textblock
33483 #: ../tools/virt-make-fs.pl:49
33484 msgid ""
33485 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33486 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33487 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33488 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33489 "you want to attach these filesystems to existing virtual machines (eg. to "
33490 "import large amounts of read-only data to a VM)."
33491 msgstr ""
33492
33493 #. type: textblock
33494 #: ../tools/virt-make-fs.pl:57
33495 msgid "Basic usage is:"
33496 msgstr ""
33497
33498 #. type: verbatim
33499 #: ../tools/virt-make-fs.pl:59
33500 #, no-wrap
33501 msgid ""
33502 " virt-make-fs input output\n"
33503 "\n"
33504 msgstr ""
33505
33506 #. type: textblock
33507 #: ../tools/virt-make-fs.pl:61
33508 msgid ""
33509 "where C<input> is either a directory containing files that you want to add, "
33510 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33511 "C<output> is a disk image.  The input type is detected automatically.  The "
33512 "output disk image defaults to a raw ext2 image unless you specify extra "
33513 "flags (see L</OPTIONS> below)."
33514 msgstr ""
33515
33516 #. type: =head2
33517 #: ../tools/virt-make-fs.pl:67
33518 msgid "EXTRA SPACE"
33519 msgstr ""
33520
33521 #. type: textblock
33522 #: ../tools/virt-make-fs.pl:69
33523 msgid ""
33524 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33525 "the files that it contains, but might have extra space.  Depending on how "
33526 "you are going to use the output, you might think this extra space is wasted "
33527 "and want to minimize it, or you might want to leave space so that more files "
33528 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33529 "but you can use the C<--size> flag to leave space in the filesystem if you "
33530 "want it."
33531 msgstr ""
33532
33533 #. type: textblock
33534 #: ../tools/virt-make-fs.pl:77
33535 msgid ""
33536 "An alternative way to leave extra space but not make the output image any "
33537 "bigger is to use an alternative disk image format (instead of the default "
33538 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33539 "image format (check your hypervisor supports this before using it).  This "
33540 "allows you to choose a large C<--size> but the extra space won't actually be "
33541 "allocated in the image until you try to store something in it."
33542 msgstr ""
33543
33544 #. type: textblock
33545 #: ../tools/virt-make-fs.pl:85
33546 msgid ""
33547 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33548 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33549 "to build another image from scratch."
33550 msgstr ""
33551
33552 #. type: =head3
33553 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33554 #: ../tools/virt-make-fs.pl:142
33555 msgid "EXAMPLE"
33556 msgstr ""
33557
33558 #. type: verbatim
33559 #: ../tools/virt-make-fs.pl:91
33560 #, no-wrap
33561 msgid ""
33562 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33563 "\n"
33564 msgstr ""
33565
33566 #. type: =head2
33567 #: ../tools/virt-make-fs.pl:93
33568 msgid "FILESYSTEM TYPE"
33569 msgstr ""
33570
33571 #. type: textblock
33572 #: ../tools/virt-make-fs.pl:95
33573 msgid ""
33574 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33575 "libguestfs supports can be used (but I<not> read-only formats like "
33576 "ISO9660).  Here are some of the more common choices:"
33577 msgstr ""
33578
33579 #. type: =item
33580 #: ../tools/virt-make-fs.pl:101
33581 msgid "I<ext3>"
33582 msgstr ""
33583
33584 #. type: textblock
33585 #: ../tools/virt-make-fs.pl:103
33586 msgid ""
33587 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33588 "you are not going to use the filesystem in a way that requires the journal, "
33589 "then this is just wasted overhead."
33590 msgstr ""
33591
33592 #. type: =item
33593 #: ../tools/virt-make-fs.pl:107
33594 msgid "I<ntfs> or I<vfat>"
33595 msgstr ""
33596
33597 #. type: textblock
33598 #: ../tools/virt-make-fs.pl:109
33599 msgid "Useful if exporting data to a Windows guest."
33600 msgstr ""
33601
33602 #. type: textblock
33603 #: ../tools/virt-make-fs.pl:111
33604 msgid ""
33605 "I<Note for vfat>: The tar archive or local directory must only contain files "
33606 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33607 "program running within libguestfs is unable to change the ownership of non-"
33608 "root files, since vfat itself does not support this."
33609 msgstr ""
33610
33611 #. type: =item
33612 #: ../tools/virt-make-fs.pl:116
33613 msgid "I<minix>"
33614 msgstr ""
33615
33616 #. type: textblock
33617 #: ../tools/virt-make-fs.pl:118
33618 msgid ""
33619 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33620 "total filesystem size."
33621 msgstr ""
33622
33623 #. type: verbatim
33624 #: ../tools/virt-make-fs.pl:125
33625 #, no-wrap
33626 msgid ""
33627 " virt-make-fs --type=minix input minixfs.img\n"
33628 "\n"
33629 msgstr ""
33630
33631 #. type: =head2
33632 #: ../tools/virt-make-fs.pl:127
33633 msgid "TO PARTITION OR NOT TO PARTITION"
33634 msgstr ""
33635
33636 #. type: textblock
33637 #: ../tools/virt-make-fs.pl:129
33638 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33639 msgstr ""
33640
33641 #. type: textblock
33642 #: ../tools/virt-make-fs.pl:131
33643 msgid ""
33644 "Adding a partition can make the disk image more compatible with certain "
33645 "virtualized operating systems which don't expect to see a filesystem "
33646 "directly located on a block device (Linux doesn't care and will happily "
33647 "handle both types)."
33648 msgstr ""
33649
33650 #. type: textblock
33651 #: ../tools/virt-make-fs.pl:136
33652 msgid ""
33653 "On the other hand, if you have a partition table then the output image is no "
33654 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33655 "directly on a partitioned disk image.  (However libguestfs tools such as "
33656 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33657 msgstr ""
33658
33659 #. type: textblock
33660 #: ../tools/virt-make-fs.pl:144
33661 msgid "Add an MBR partition:"
33662 msgstr ""
33663
33664 #. type: verbatim
33665 #: ../tools/virt-make-fs.pl:146
33666 #, no-wrap
33667 msgid ""
33668 " virt-make-fs --partition -- input disk.img\n"
33669 "\n"
33670 msgstr ""
33671
33672 #. type: textblock
33673 #: ../tools/virt-make-fs.pl:148
33674 msgid ""
33675 "If the output disk image could be terabyte-sized or larger, it's better to "
33676 "use an EFI/GPT-compatible partition table:"
33677 msgstr ""
33678
33679 #. type: verbatim
33680 #: ../tools/virt-make-fs.pl:151
33681 #, no-wrap
33682 msgid ""
33683 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33684 "\n"
33685 msgstr ""
33686
33687 #. type: textblock
33688 #: ../tools/virt-make-fs.pl:179
33689 msgid "Enable debugging information."
33690 msgstr ""
33691
33692 #. type: =item
33693 #: ../tools/virt-make-fs.pl:185
33694 msgid "B<--size=E<lt>NE<gt>>"
33695 msgstr ""
33696
33697 #. type: =item
33698 #: ../tools/virt-make-fs.pl:187
33699 msgid "B<--size=+E<lt>NE<gt>>"
33700 msgstr ""
33701
33702 #. type: =item
33703 #: ../tools/virt-make-fs.pl:189
33704 msgid "B<-s E<lt>NE<gt>>"
33705 msgstr ""
33706
33707 #. type: =item
33708 #: ../tools/virt-make-fs.pl:191
33709 msgid "B<-s +E<lt>NE<gt>>"
33710 msgstr ""
33711
33712 #. type: textblock
33713 #: ../tools/virt-make-fs.pl:193
33714 msgid ""
33715 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33716 msgstr ""
33717
33718 #. type: textblock
33719 #: ../tools/virt-make-fs.pl:196
33720 msgid ""
33721 "If this option is I<not> given, then the output image will be just large "
33722 "enough to contain all the files, with not much wasted space."
33723 msgstr ""
33724
33725 #. type: textblock
33726 #: ../tools/virt-make-fs.pl:199
33727 msgid ""
33728 "To choose a fixed size output disk, specify an absolute number followed by b/"
33729 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33730 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33731 "files, else you will get an error."
33732 msgstr ""
33733
33734 #. type: textblock
33735 #: ../tools/virt-make-fs.pl:204
33736 msgid ""
33737 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33738 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33739 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33740 "the input files, and (approximately) an extra 200 MB free space."
33741 msgstr ""
33742
33743 #. type: textblock
33744 #: ../tools/virt-make-fs.pl:210
33745 msgid ""
33746 "Note that virt-make-fs estimates free space, and therefore will not produce "
33747 "filesystems containing precisely the free space requested.  (It is much more "
33748 "expensive and time-consuming to produce a filesystem which has precisely the "
33749 "desired free space)."
33750 msgstr ""
33751
33752 #. type: =item
33753 #: ../tools/virt-make-fs.pl:219
33754 msgid "B<--format=E<lt>fmtE<gt>>"
33755 msgstr ""
33756
33757 #. type: =item
33758 #: ../tools/virt-make-fs.pl:221
33759 msgid "B<-F E<lt>fmtE<gt>>"
33760 msgstr ""
33761
33762 #. type: textblock
33763 #: ../tools/virt-make-fs.pl:223
33764 msgid "Choose the output disk image format."
33765 msgstr ""
33766
33767 #. type: textblock
33768 #: ../tools/virt-make-fs.pl:225
33769 msgid "The default is C<raw> (raw disk image)."
33770 msgstr ""
33771
33772 #. type: textblock
33773 #: ../tools/virt-make-fs.pl:227
33774 msgid ""
33775 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
33776 "that would really make sense here is C<qcow2>."
33777 msgstr ""
33778
33779 #. type: =item
33780 #: ../tools/virt-make-fs.pl:234
33781 msgid "B<--type=E<lt>fsE<gt>>"
33782 msgstr ""
33783
33784 #. type: =item
33785 #: ../tools/virt-make-fs.pl:236
33786 msgid "B<-t E<lt>fsE<gt>>"
33787 msgstr ""
33788
33789 #. type: textblock
33790 #: ../tools/virt-make-fs.pl:238
33791 msgid "Choose the output filesystem type."
33792 msgstr ""
33793
33794 #. type: textblock
33795 #: ../tools/virt-make-fs.pl:240
33796 msgid "The default is C<ext2>."
33797 msgstr ""
33798
33799 #. type: textblock
33800 #: ../tools/virt-make-fs.pl:242
33801 msgid ""
33802 "Any filesystem which is supported read-write by libguestfs can be used here."
33803 msgstr ""
33804
33805 #. type: =item
33806 #: ../tools/virt-make-fs.pl:249
33807 msgid "B<--partition>"
33808 msgstr ""
33809
33810 #. type: =item
33811 #: ../tools/virt-make-fs.pl:251
33812 msgid "B<--partition=E<lt>parttypeE<gt>>"
33813 msgstr ""
33814
33815 #. type: textblock
33816 #: ../tools/virt-make-fs.pl:253
33817 msgid ""
33818 "If specified, this flag adds an MBR partition table to the output disk image."
33819 msgstr ""
33820
33821 #. type: textblock
33822 #: ../tools/virt-make-fs.pl:256
33823 msgid ""
33824 "You can change the partition table type, eg. C<--partition=gpt> for large "
33825 "disks."
33826 msgstr ""
33827
33828 #. type: textblock
33829 #: ../tools/virt-make-fs.pl:259
33830 msgid ""
33831 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
33832 "might consider the next parameter to be the partition type.  For example:"
33833 msgstr ""
33834
33835 #. type: verbatim
33836 #: ../tools/virt-make-fs.pl:263
33837 #, no-wrap
33838 msgid ""
33839 " virt-make-fs --partition input.tar ...\n"
33840 "\n"
33841 msgstr ""
33842
33843 #. type: textblock
33844 #: ../tools/virt-make-fs.pl:265
33845 msgid ""
33846 "would cause virt-make-fs to think you wanted to use a partition type of "
33847 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
33848 "dash) between options and the input file argument:"
33849 msgstr ""
33850
33851 #. type: verbatim
33852 #: ../tools/virt-make-fs.pl:269
33853 #, no-wrap
33854 msgid ""
33855 " virt-make-fs --partition -- input.tar ...\n"
33856 "\n"
33857 msgstr ""
33858
33859 #. type: textblock
33860 #: ../tools/virt-make-fs.pl:541
33861 msgid ""
33862 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
33863 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
33864 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
33865 msgstr ""
33866
33867 #. type: verbatim
33868 #: ../tools/virt-make-fs.pl:558
33869 #, no-wrap
33870 msgid ""
33871 " export LIBGUESTFS_DEBUG=1\n"
33872 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
33873 "\n"
33874 msgstr ""
33875
33876 #. type: textblock
33877 #: ../tools/virt-make-fs.pl:561
33878 msgid ""
33879 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
33880 "redhat.com/>"
33881 msgstr ""
33882
33883 #. type: textblock
33884 #: ../tools/virt-list-partitions.pl:32
33885 msgid ""
33886 "virt-list-partitions - List partitions in a virtual machine or disk image"
33887 msgstr ""
33888
33889 #. type: verbatim
33890 #: ../tools/virt-list-partitions.pl:36
33891 #, no-wrap
33892 msgid ""
33893 " virt-list-partitions [--options] domname\n"
33894 "\n"
33895 msgstr ""
33896
33897 #. type: verbatim
33898 #: ../tools/virt-list-partitions.pl:38
33899 #, no-wrap
33900 msgid ""
33901 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
33902 "\n"
33903 msgstr ""
33904
33905 #. type: textblock
33906 #: ../tools/virt-list-partitions.pl:45
33907 msgid ""
33908 "C<virt-list-partitions> is a command line tool to list the partitions that "
33909 "are contained in a virtual machine or disk image.  It is mainly useful as a "
33910 "first step to using L<virt-resize(1)>."
33911 msgstr ""
33912
33913 #. type: textblock
33914 #: ../tools/virt-list-partitions.pl:50
33915 msgid ""
33916 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
33917 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33918 "> tool."
33919 msgstr ""
33920
33921 #. type: =item
33922 #: ../tools/virt-list-partitions.pl:107
33923 msgid "B<-h> | B<--human-readable>"
33924 msgstr ""
33925
33926 #. type: textblock
33927 #: ../tools/virt-list-partitions.pl:109
33928 msgid "Show sizes in human-readable form (eg. \"1G\")."
33929 msgstr ""
33930
33931 #. type: textblock
33932 #: ../tools/virt-list-partitions.pl:117
33933 msgid ""
33934 "With this option, C<virt-list-partitions> displays the type and size of each "
33935 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
33936 msgstr ""
33937
33938 #. type: =item
33939 #: ../tools/virt-list-partitions.pl:124
33940 msgid "B<-t> | B<--total>"
33941 msgstr ""
33942
33943 #. type: textblock
33944 #: ../tools/virt-list-partitions.pl:126
33945 msgid ""
33946 "Display the total size of each block device (as a separate row or rows)."
33947 msgstr ""
33948
33949 #. type: textblock
33950 #: ../tools/virt-list-partitions.pl:259
33951 msgid ""
33952 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
33953 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
33954 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33955 msgstr ""
33956
33957 #. type: textblock
33958 #: ../tools/virt-list-partitions.pl:275
33959 msgid "Copyright (C) 2009-2010 Red Hat Inc."
33960 msgstr ""